@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  color-scheme: light;
  --ink: #25211c;
  --muted: #756e63;
  --cream: #f6f1e7;
  --cream-2: #eee7d9;
  --paper: #fffdf9;
  --sand: #cfa96a;
  --gold: #a77935;
  --rust: #954d12;
  --olive: #713a3d;
  --line: #ded5c5;
  --display: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 800px; }
.center { text-align: center; }
.section-pad { padding: 118px 0; }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; padding: 22px 0; }
.nav-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); min-width: 180px; }
.brand-logo { display: block; width: 180px; height: auto; }
.desktop-nav { margin: 0 auto; display: flex; gap: 4px; padding: 6px; border: 1px solid rgba(70, 59, 45, .18); border-radius: 50px; }
.desktop-nav a { text-decoration: none; padding: 12px 20px; border-radius: 99px; color: #3e3932; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.1px; transition: .2s; }
.desktop-nav a:hover { background: rgba(255,255,255,.56); }
.nav-cta, .button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; text-decoration: none; border: 0; cursor: pointer; font: 700 11px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.nav-cta { flex: 0 0 174px; height: 46px; border-radius: 999px; background: var(--rust); color: white; gap: 10px; white-space: nowrap; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 735px; position: relative; overflow: hidden; background: var(--cream); display: flex; align-items: stretch; }
.hero-image { position: absolute; inset: 0; background-color: var(--cream); background-image: linear-gradient(90deg, var(--cream) 0%, rgba(246,241,231,.93) 32%, rgba(246,241,231,.2) 60%, rgba(246,241,231,0) 74%), url('assets/fundo-capa-karina.webp'); background-repeat: no-repeat; background-size: 100% 100%, auto 100%; background-position: center, right center; }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #e5dccb; }
.hero-content { position: relative; z-index: 1; display: flex; align-items: center; width: min(1180px, calc(100% - 48px)); }
.hero-copy { width: 57%; padding-top: 77px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow { display: flex; gap: 11px; align-items: center; }
.eyebrow span { width: 27px; height: 1px; background: var(--rust); display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -1.3px; }
h1 { font-size: clamp(44px, 4.1vw, 61px); line-height: 1.12; font-weight: 600; margin: 0 0 22px; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
.hero-lead { max-width: 460px; color: #676158; font-size: 14px; line-height: 1.75; margin-bottom: 32px; }
.button { min-height: 54px; padding: 0 26px; border-radius: 3px; }
.button span { font-size: 18px; line-height: 0; margin-top: -2px; }
.button-sand { background: var(--sand); color: var(--ink); }
.button-sand:hover { background: #c19b5e; }
.button-dark { background: var(--ink); color: var(--cream); }
.button-dark:hover { background: #3e382f; }
.button-outline { border: 1px solid var(--rust); color: var(--rust); background: transparent; }
.button-outline:hover { background: var(--rust); color: white; }
.button-cream { background: var(--cream); color: var(--rust); }
.hero-scroll { position: absolute; bottom: 34px; left: 0; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; color: #7e766a; display: flex; align-items: center; gap: 10px; }
.hero-scroll span { display: inline-block; height: 34px; width: 1px; background: var(--gold); }

.credentials { padding: 19px 0; background: var(--paper); }
.credentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials-grid > div { text-align: center; padding: 35px 16px 32px; position: relative; }
.credentials-grid > div + div::before { content: ''; width: 1px; height: 48%; background: var(--line); position: absolute; left: 0; top: 26%; }
.credentials b { display: block; color: var(--rust); font: 600 37px/1 var(--display); }
.credentials sup { font: 500 18px var(--sans); }
.credentials .credential-long { font-size: 21px; padding-top: 10px; }
.credentials span { display: block; font-size: 9px; line-height: 1.3; letter-spacing: 1.4px; text-transform: uppercase; color: #665f55; font-weight: 700; margin-top: 12px; }

.intro { background: var(--paper); }
.intro .section-kicker { color: var(--gold); }
h2 { font-size: clamp(34px, 3.2vw, 48px); line-height: 1.16; font-weight: 600; margin-bottom: 20px; }
.intro h2 { margin-bottom: 18px; }
.intro .narrow > p:not(.section-kicker) { color: var(--muted); max-width: 710px; font-size: 14px; line-height: 1.75; margin: 0 auto 15px; }
.intro .narrow > p:last-child { margin-bottom: 0; }

.about { background: var(--cream-2); }
.about-grid, .company-grid { display: grid; grid-template-columns: .92fr 1fr; gap: clamp(54px, 8vw, 125px); align-items: center; }
.about-photo { position: relative; padding: 22px 0 0 22px; }
.about-photo::before { content: ''; position: absolute; border: 1px solid var(--gold); inset: 0 44px 42px 0; }
.about-photo img { position: relative; width: calc(100% - 20px); aspect-ratio: .86; object-fit: cover; object-position: center top; }
.photo-note { position: absolute; z-index: 2; right: 0; bottom: 0; width: 224px; display: grid; grid-template-columns: 42px 1fr; gap: 9px; align-items: start; background: var(--rust); color: #fbf5e9; padding: 20px; }
.photo-note > span:first-child { display: block; color: #e6be7b; font: 600 33px/.95 var(--display); }
.photo-note-copy { display: grid; gap: 3px; padding-top: 3px; color: #fbf5e9; font-size: 9px; font-weight: 600; line-height: 1.25; letter-spacing: .15px; }
.photo-note-copy span { white-space: nowrap; }
.about-copy > p:not(.eyebrow), .company-copy > p:not(.eyebrow), .company-details > p, .faq-intro > p:not(.eyebrow), .contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.78; margin-bottom: 16px; }
.gold-line { height: 2px; width: 46px; margin: 22px 0; background: var(--gold); }
.text-link { margin-top: 11px; color: var(--rust); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; display: inline-flex; text-decoration: none; gap: 11px; }
.text-link span { font-size: 18px; margin-top: -4px; }

.people { background: #f3ecdf; }
.section-heading { margin-bottom: 53px; }
.section-heading > p:last-child { max-width: 630px; color: var(--muted); line-height: 1.75; font-size: 14px; margin: 0 auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid-four { grid-template-columns: repeat(4, 1fr); }
.service-card { padding: 29px 27px 26px; background: #faf7f0; border: 1px solid #eee6d7; min-height: 220px; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(51, 39, 22, .07); }
.service-icon { color: var(--rust); font: 31px/1 var(--display); display: block; height: 43px; }
.service-card h3 { font: 600 19px/1.25 var(--display); margin: 11px 0; }
.service-card p { color: var(--muted); font-size: 12.5px; line-height: 1.65; margin: 0; }
.section-action { text-align: center; margin-top: 45px; }
.section-action.align-left { text-align: left; }

.company-feature { background: #f0e9dd; }
.company-grid { grid-template-columns: 1fr 1fr; }
.company-visual { min-height: 440px; position: relative; padding: 0 24px 25px 0; }
.company-visual::after { content: ''; position: absolute; z-index: 0; right: 0; bottom: 0; width: 72%; height: 80%; background: #caa061; }
.company-visual img { position: relative; z-index: 1; height: 100%; min-height: 440px; width: 88%; object-fit: cover; }
.visual-stamp { position: absolute; z-index: 2; bottom: 0; left: 8%; background: var(--paper); padding: 21px 24px; font: 600 18px/1.15 var(--display); }
.visual-stamp em { color: var(--rust); font-weight: 500; }
.tag-list { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 25px; }
.tag-list span { border: 1px solid #cfc1a7; color: #645c4e; padding: 8px 12px; border-radius: 99px; font-size: 9px; letter-spacing: .8px; text-transform: uppercase; font-weight: 700; }
.method-list { list-style: none; padding: 0; margin: 19px 0 22px; display: grid; gap: 10px; }
.method-list li { position: relative; padding-left: 17px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.method-list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.solutions { background: var(--olive); color: var(--cream); }
.solutions .section-kicker { color: #d5b377; }
.solutions h2 em { color: #e5bf80; }
.solutions .section-heading > p:last-child { margin: 0; max-width: 720px; color: rgba(255,255,255,.72); }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.solutions-grid article { padding: 30px 32px 33px 0; min-height: 191px; border-bottom: 1px solid rgba(255,255,255,.18); margin-right: 31px; }
.solutions-grid article:nth-child(3n+2), .solutions-grid article:nth-child(3n+3) { padding-left: 31px; }
.solutions-grid article:nth-child(3n+2) { border-left: 1px solid rgba(255,255,255,.18); }
.solutions-grid article:nth-child(3n+3) { border-left: 1px solid rgba(255,255,255,.18); margin-right: 0; }
.solutions-grid span { display: block; color: #d8b578; font-size: 10px; font-weight: 700; letter-spacing: 1px; margin-bottom: 22px; }
.solutions-grid h3 { font: 500 21px/1.2 var(--display); margin: 0 0 8px; }
.solutions-grid p { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; margin: 0; }
.solutions .button-dark { background: #d4ad6e; color: var(--ink); }
.solutions .button-dark:hover { background: #e3c58f; }

.projects { background: var(--cream); }
.project-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 44px; }
.project-heading > p { max-width: 350px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.project-strip { display: grid; grid-template-columns: 1.3fr .85fr .85fr 1.1fr; gap: 13px; }
.project-photo { height: 330px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
.project-photo::after { content: ''; inset: 0; position: absolute; background: linear-gradient(transparent 48%, rgba(23, 22, 19,.58)); }
.project-photo span { color: white; position: absolute; z-index: 1; bottom: 20px; left: 20px; font: 500 16px var(--display); }
.photo-workshop { background-image: url('assets/workshop.png'); }
.photo-terracotta { background: linear-gradient(145deg, rgba(147,75,27,.1), rgba(147,75,27,.6)), url('assets/karina-hero.png'); background-position: 76% center; }
.photo-detail { background: radial-gradient(circle at 30% 30%, #e6c486 0 12%, transparent 13%), linear-gradient(142deg, #81916d, #354337); }
.photo-olive { background: linear-gradient(135deg, rgba(68,76,59,.1), rgba(68,76,59,.7)), url('assets/workshop.png'); background-position: 62% center; }

.testimonials { overflow: hidden; background: var(--paper); }
.testimonial-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 44px; }
.testimonial-heading h2 { margin-bottom: 0; }
.testimonial-heading > p { max-width: 360px; margin: 0 0 7px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.voices-grid { display: grid; grid-template-columns: 1.14fr .93fr .93fr; gap: 16px; }
.voice-card { position: relative; display: flex; flex-direction: column; min-height: 348px; padding: 30px; overflow: hidden; background: #faf7f0; border: 1px solid #e7ddcc; }
.voice-card--featured { background: var(--olive); color: #f9f2e6; }
.voice-card--sand { background: #e7d0a6; border-color: #dbc18f; }
.voice-label { position: relative; z-index: 1; color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }
.voice-card--featured .voice-label { color: #e6c384; }
.voice-quote { display: block; height: 54px; margin-top: 19px; color: var(--gold); font: 600 58px/.85 var(--display); }
.voice-card--featured .voice-quote { color: #e8c582; }
.voice-card blockquote { position: relative; z-index: 1; margin: 0; font: 500 20px/1.47 var(--display); }
.voice-card footer { position: relative; z-index: 1; display: grid; gap: 4px; margin-top: auto; padding-top: 25px; font-size: 10px; }
.voice-card footer strong { color: var(--rust); font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.voice-card footer span { color: var(--muted); }
.voice-card--featured footer strong { color: #e6c384; }
.voice-card--featured footer span { color: rgba(255,255,255,.66); }
.voices-note { max-width: 700px; margin: 22px 0 0; color: #857a6a; font-size: 10px; line-height: 1.6; }
.testimonial-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.testimonial-head h2 { margin-bottom: 0; }
.slider-controls { display: flex; gap: 9px; }
.slider-button { height: 42px; width: 42px; border-radius: 50%; color: var(--rust); background: transparent; border: 1px solid #d7c6ac; cursor: pointer; font-size: 19px; transition: .2s; }
.slider-button:hover { color: white; background: var(--rust); border-color: var(--rust); }
.testimonial-window { overflow: hidden; }
.testimonial-track { display: flex; gap: 18px; transition: transform .45s ease; }
.testimonial { flex: 0 0 calc((100% - 36px) / 3); min-height: 280px; padding: 28px 31px; background: #f6f1e7; border: 1px solid #e7ddcc; display: flex; flex-direction: column; }
.quote { color: var(--gold); font: 600 46px/.7 var(--display); }
.testimonial > p { font: 500 18px/1.5 var(--display); margin: 17px 0 auto; }
.testimonial footer { padding-top: 23px; font-size: 11px; display: grid; gap: 4px; }
.testimonial footer b { color: var(--rust); text-transform: uppercase; letter-spacing: 1px; }
.testimonial footer span { color: var(--muted); }

.quote-section { padding: 96px 0; background: var(--cream-2); }
.quote-top { color: var(--gold); font: 600 58px/.6 var(--display); }
.quote-section h2 { margin: 15px 0 18px; }
.quote-section p { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--rust); letter-spacing: 1.5px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 100px; align-items: start; }
.faq-intro .button { margin-top: 17px; }
.accordions { border-top: 1px solid var(--line); }
.accordions details { border-bottom: 1px solid var(--line); }
.accordions summary { padding: 22px 2px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; font: 500 18px/1.3 var(--display); }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary span { font: 400 25px/1 var(--sans); color: var(--rust); transition: transform .2s; }
.accordions details[open] summary span { transform: rotate(45deg); }
.accordions details p { max-width: 600px; padding: 0 40px 23px 2px; color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }

.contact { background: #e9e2d5; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; align-items: stretch; }
.contact-left { display: flex; flex-direction: column; align-items: flex-start; }
.contact-data { border-top: 1px solid #cabda6; padding-top: 15px; margin-top: 25px; display: grid; gap: 5px; color: var(--ink); font-size: 12px; }
.contact-data span { text-transform: uppercase; color: var(--rust); font-size: 9px; letter-spacing: 1.2px; font-weight: 700; }
.contact-card { width: 100%; margin-top: 23px; background: var(--paper); border: 1px solid #dcd0bc; padding: 38px 40px; display: flex; flex-direction: column; align-items: flex-start; }
.contact-card h3 { margin: 0 0 8px; font: 600 27px/1.2 var(--display); }
.contact-card p { max-width: 360px; color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0 0 26px; }
.contact-card > a:not(.button) { color: var(--rust); font-size: 13px; line-height: 1.7; text-decoration: none; border-bottom: 1px solid #d7c6ac; padding-bottom: 3px; margin-bottom: 12px; }
.contact-card .button { margin-top: 14px; }
.contact-visual { position: relative; justify-self: end; width: 88%; min-height: 500px; padding: 20px 20px 20px 20px; }
.contact-visual::before { content: ''; position: absolute; inset: 0 38px 38px 0; border: 1px solid var(--gold); }
.contact-visual::after { content: ''; position: absolute; z-index: 0; right: 0; bottom: 0; width: 74%; height: 76%; background: #caa061; }
.contact-visual img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center top; }
.contact-form { padding: 35px 40px; background: #fffdf9; border: 1px solid #dcd0bc; }
.contact-form h3 { margin: 0 0 25px; font: 600 25px var(--display); font-style: italic; }
.contact-form > label, .contact-form fieldset { border: 0; padding: 0; margin: 0 0 17px; display: block; color: var(--rust); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.contact-form input:not([type="radio"]) { display: block; width: 100%; margin-top: 7px; height: 46px; border: 1px solid transparent; background: #f0e9dd; color: var(--ink); padding: 0 13px; font: 13px var(--sans); outline: none; }
.contact-form input:focus { border-color: var(--rust); background: white; }
.contact-form legend { margin-bottom: 9px; }
.contact-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { cursor: pointer; color: var(--muted); font-size: 11px; text-transform: none; letter-spacing: 0; font-weight: 500; background: #f0e9dd; padding: 13px 10px; }
.choice input { accent-color: var(--rust); margin-right: 5px; }
.contact-form .button { width: 100%; margin-top: 8px; }
.form-success { display: none; color: #5a7a45; font-size: 12px; line-height: 1.5; text-align: center; margin: 15px 0 0; }
.form-success.visible { display: block; }

.final-cta { padding: 100px 0; background: var(--rust); color: #fffaf0; }
.final-cta .section-kicker { color: #e0bf82; }
.final-cta h2 { margin-bottom: 14px; }
.final-cta h2 em { color: #f1cb8c; }
.final-cta > .container > p:not(.section-kicker) { margin: 0 auto 27px; color: rgba(255,255,255,.76); font-size: 14px; }

.site-footer { background: #4f282b; color: #f1e7db; padding: 59px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .72fr .9fr .9fr; gap: 50px; }
.footer-brand .brand { margin-bottom: 26px; color: white; }
.footer-logo { display: block; width: 172px; height: auto; }
.footer-brand p { max-width: 290px; color: #c9c0b2; font-size: 12px; line-height: 1.7; }
.footer-grid h3 { color: #d7ae70; margin: 5px 0 18px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.footer-grid a, .footer-grid > div > p { display: block; color: #e7dfd2; text-decoration: none; font-size: 12px; line-height: 1.9; margin: 0; }
.footer-grid a:hover { color: #d7ae70; }
.footer-grid > div > p + p { margin-top: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.2); margin-top: 45px; min-height: 60px; display: flex; justify-content: space-between; align-items: center; color: #d8c5b8; font-size: 10px; }

@media (max-width: 900px) {
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { justify-content: space-between; }
  body.menu-open { overflow: hidden; }
  .menu-toggle { position: relative; z-index: 3; display: grid; gap: 5px; width: 48px; height: 48px; place-content: center; background: rgba(250,247,240,.45); border: 1px solid rgba(74,44,38,.3); border-radius: 50%; box-shadow: 0 7px 22px rgba(53,31,25,.08); backdrop-filter: blur(8px); cursor: pointer; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
  .menu-toggle span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform .35s cubic-bezier(.22,1,.36,1), opacity .2s ease, background .3s ease; }
  .site-header.nav-open .menu-toggle { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); box-shadow: none; }
  .site-header.nav-open .menu-toggle span { background: #fff8ee; }
  .site-header.nav-open .menu-toggle span:first-child { transform: translateY(6.5px) rotate(45deg); }
  .site-header.nav-open .menu-toggle span:nth-child(2) { opacity: 0; transform: scaleX(.25); }
  .site-header.nav-open .menu-toggle span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 2; inset: 0; display: flex; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-14px); flex-direction: column; padding: 112px 30px 30px; background: linear-gradient(145deg, rgba(78,40,43,.98), rgba(112,58,61,.98)); color: #fff8ee; transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1), visibility .45s; }
  .mobile-nav::before { content: ''; position: absolute; width: 380px; height: 380px; top: -165px; right: -155px; border: 1px solid rgba(235,199,139,.28); border-radius: 50%; box-shadow: 0 0 0 42px rgba(235,199,139,.04), 0 0 0 84px rgba(235,199,139,.03); }
  .mobile-nav::after { content: ''; position: absolute; left: 30px; bottom: 26px; width: 48px; height: 1px; background: #e5be7e; }
  .site-header.nav-open .mobile-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .mobile-nav-intro { position: relative; z-index: 1; display: grid; gap: 5px; margin-bottom: 43px; opacity: 0; transform: translateY(13px); transition: opacity .4s ease .12s, transform .45s cubic-bezier(.22,1,.36,1) .12s; }
  .mobile-nav-intro span { color: #e6c384; font: 600 26px var(--display); }
  .mobile-nav-intro small { color: rgba(255,248,238,.68); font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
  .mobile-nav-links { position: relative; z-index: 1; display: grid; }
  .mobile-nav-links a { display: grid; grid-template-columns: 28px 1fr 18px; align-items: center; gap: 7px; padding: 17px 0; color: #fff8ee; text-decoration: none; border-top: 1px solid rgba(255,255,255,.19); font: 500 25px/1.15 var(--display); opacity: 0; transform: translateX(-17px); transition: color .25s ease, opacity .4s ease, transform .5s cubic-bezier(.22,1,.36,1); }
  .mobile-nav-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.19); }
  .mobile-nav-links a span { color: #e6c384; font: 700 9px var(--sans); letter-spacing: 1px; }
  .mobile-nav-links a b { justify-self: end; color: #e6c384; font: 400 17px var(--sans); }
  .mobile-nav-links a:hover { color: #e6c384; }
  .mobile-nav .mobile-cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 54px; margin-top: auto; padding: 0 20px; background: #e3bd7e; color: #542b2e; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; opacity: 0; transform: translateY(14px); transition: opacity .4s ease .5s, transform .5s cubic-bezier(.22,1,.36,1) .5s, background .25s ease; }
  .mobile-nav .mobile-cta span { font-size: 19px; }
  .mobile-nav .mobile-cta:hover { background: #f0cd93; }
  .site-header.nav-open .mobile-nav-intro, .site-header.nav-open .mobile-nav .mobile-cta { opacity: 1; transform: none; }
  .site-header.nav-open .mobile-nav-links a { opacity: 1; transform: none; }
  .site-header.nav-open .mobile-nav-links a:nth-child(1) { transition-delay: .18s; }
  .site-header.nav-open .mobile-nav-links a:nth-child(2) { transition-delay: .24s; }
  .site-header.nav-open .mobile-nav-links a:nth-child(3) { transition-delay: .3s; }
  .site-header.nav-open .mobile-nav-links a:nth-child(4) { transition-delay: .36s; }
  .hero { min-height: 700px; }
  .hero-image { left: 0; background-image: linear-gradient(90deg, rgba(246,241,231,.8) 0%, rgba(246,241,231,.42) 54%, rgba(246,241,231,0) 78%), url('assets/fundo-capa-karina.webp'); background-size: 100% 100%, cover; background-position: center, center; }
  .hero-copy { width: 72%; }
  .about-grid, .company-grid, .faq-grid, .contact-grid { gap: 50px; }
  .service-grid, .service-grid-four { grid-template-columns: repeat(2, 1fr); }
  .project-strip { grid-template-columns: 1.2fr 1fr; }
  .project-photo { height: 280px; }
  .testimonial { flex-basis: calc((100% - 18px) / 2); }
  .voices-grid { grid-template-columns: 1.1fr 1fr; }
  .voice-card--featured { grid-row: span 2; }
  .solutions-grid article { margin-right: 18px; }
  .solutions-grid article:nth-child(3n+2), .solutions-grid article:nth-child(3n+3) { padding-left: 18px; }
}

@media (max-width: 660px) {
  .container, .nav-shell { width: min(100% - 36px, 1180px); }
  .section-pad { padding: 75px 0; }
  .site-header { padding: 15px 0; }
  .brand { min-width: auto; }
  .brand-logo { width: 164px; }
  .hero { min-height: 670px; }
  .hero-image { left: 0; background-image: linear-gradient(90deg, rgba(246,241,231,.94) 0%, rgba(246,241,231,.82) 48%, rgba(246,241,231,.18) 100%), url('assets/fundo-capa-mobile-karina-inicial.webp'); background-size: 100% 100%, cover; background-position: center, center; opacity: 1; }
  .hero-copy { width: 100%; padding-top: 78px; }
  .hero-scroll { display: none; }
  h1 { font-size: 44px; letter-spacing: -1px; }
  h2 { font-size: 33px; }
  .hero-lead { max-width: 355px; font-size: 13px; }
  .credentials { padding: 12px 0; }
  .credentials-grid { grid-template-columns: 1fr 1fr; }
  .credentials-grid > div { padding: 25px 8px; }
  .credentials-grid > div:nth-child(3)::before { display: none; }
  .credentials-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .credentials b { font-size: 30px; }
  .credentials .credential-long { font-size: 16px; }
  .credentials span { font-size: 7px; letter-spacing: 1px; }
  .intro h2 br { display: none; }
  .about-grid, .company-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 43px; }
  .company-grid { row-gap: 30px; }
  .company-copy { display: contents; }
  .company-heading { order: 1; }
  .company-visual { order: 2; }
  .company-details { order: 3; }
  .about-photo { max-width: 440px; }
  .company-visual { min-height: 330px; }
  .company-visual img { min-height: 330px; }
  .section-heading { margin-bottom: 35px; }
  .service-grid, .service-grid-four { grid-template-columns: 1fr; }
  .service-card { min-height: 180px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solutions-grid article, .solutions-grid article:nth-child(3n+2), .solutions-grid article:nth-child(3n+3) { margin: 0; padding: 24px 0; border-left: 0; min-height: auto; }
  .project-heading, .testimonial-head, .testimonial-heading { display: block; }
  .project-heading > p { margin-top: 0; }
  .project-strip { grid-template-columns: 1fr 1fr; gap: 8px; }
  .project-photo { height: 185px; }
  .project-photo span { bottom: 13px; left: 13px; font-size: 13px; }
  .slider-controls { margin-top: 24px; }
  .testimonial { flex-basis: 100%; min-height: 255px; }
  .testimonial-heading > p { margin-top: 16px; }
  .voices-grid { grid-template-columns: 1fr; }
  .voice-card, .voice-card--featured { grid-row: auto; min-height: 278px; padding: 27px 24px; }
  .voice-card blockquote { font-size: 18px; }
  .faq-intro { max-width: 450px; }
  .contact-form { padding: 28px 21px; }
  .contact-card { padding: 28px 23px; }
  .contact-visual { width: 100%; justify-self: stretch; }
  .contact-visual, .contact-visual img { min-height: 0; height: auto; }
  .contact-visual img { width: 100%; aspect-ratio: .84; object-fit: cover; }
  .contact-form fieldset { grid-template-columns: 1fr; }
  .final-cta { padding: 76px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { min-height: auto; padding: 20px 0; gap: 9px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready [data-reveal] {
    opacity: 0;
    will-change: opacity, transform, filter, clip-path;
    transition:
      opacity 620ms cubic-bezier(.22, 1, .36, 1),
      transform 820ms cubic-bezier(.22, 1, .36, 1),
      filter 720ms cubic-bezier(.22, 1, .36, 1),
      clip-path 820ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

  .motion-ready [data-reveal="hero"] { transform: translate3d(0, 30px, 0); filter: blur(6px); }
  .motion-ready [data-reveal="up"] { transform: translate3d(0, 38px, 0); filter: blur(5px); }
  .motion-ready [data-reveal="left"] { transform: translate3d(-34px, 0, 0); filter: blur(5px); }
  .motion-ready [data-reveal="metric"] { transform: translate3d(0, 24px, 0) scale(.96); filter: blur(4px); }
  .motion-ready [data-reveal="card"] { transform: translate3d(0, 42px, 0) scale(.975); filter: blur(5px); }
  .motion-ready [data-reveal="card-dark"] { transform: translate3d(0, 35px, 0); filter: blur(4px); }
  .motion-ready [data-reveal="image"] { transform: translate3d(0, 26px, 0) scale(1.035); clip-path: inset(7% 0 0 0); }

  .motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }

  .motion-ready .hero-image {
    transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.026);
    transform-origin: center;
    will-change: transform;
    transition: transform 120ms linear;
  }

  .motion-ready .service-card.is-visible:hover {
    transform: translate3d(0, -7px, 0) scale(1.012);
  }
}
