:root {
  --madeira: #6a4937;
  --champagne: #c7a477;
  --champagne-light: #ddc5a3;
  --bege: #e7d8c6;
  --offwhite: #f5f1eb;
  --cafe: #211c19;
  --muted: #75675e;
  --line: rgba(33, 28, 25, 0.16);
  --line-light: rgba(245, 241, 235, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", Arial, sans-serif;
  --container: 1240px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { margin: 0; background: var(--offwhite); color: var(--cafe); font-family: var(--sans); font-weight: 400; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
picture { display: block; width: 100%; height: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 80px), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 12px 18px; background: var(--champagne); color: var(--cafe); }
.skip-link:focus { top: 20px; }

.section { position: relative; overflow: hidden; padding: 150px 0; }
.section-dark { background: var(--cafe); color: var(--offwhite); }
.section-light, .section-offwhite { background: var(--offwhite); }
.section-beige { background: var(--bege); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 26px; color: var(--champagne-light); font-size: 10px; font-weight: 500; letter-spacing: .3em; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--champagne); }
.eyebrow-dark { color: var(--madeira); }
.eyebrow-dark:before { content: ""; display: inline-block; width: 34px; height: 1px; background: var(--champagne); }
.section-title, .display-title { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .89; }
.section-title { font-size: clamp(3.6rem, 6.2vw, 6.5rem); }
.display-title { font-size: clamp(4.4rem, 8vw, 9rem); }
.section-title em, .display-title em { color: var(--champagne); font-style: italic; font-weight: 400; }
.shimmer { background: linear-gradient(110deg, var(--offwhite) 22%, var(--champagne-light) 42%, var(--offwhite) 60%); background-size: 220% auto; background-position: 0 center; -webkit-background-clip: text; background-clip: text; color: transparent; }
.shimmer em { color: transparent; }
.section-title-light { color: var(--offwhite); }
.section-title-light em { color: var(--champagne-light); }
.body-copy { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.large-copy { max-width: 570px; color: var(--cafe); font-family: var(--serif); font-size: clamp(1.65rem, 2.3vw, 2.15rem); line-height: 1.2; }
.gold-line { width: 74px; height: 1px; margin: 38px 0 30px; background: var(--champagne); }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; transition: gap .35s var(--ease), color .35s ease; }
.text-link:hover { gap: 23px; color: var(--champagne); }
.text-link span { font-size: 17px; line-height: 0; }
.text-link-light { color: var(--offwhite); }
.text-link-dark { color: var(--cafe); }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 55px; padding: 0 25px; overflow: hidden; border: 1px solid transparent; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; transition: color .35s ease, border-color .35s ease; }
.button:before { position: absolute; z-index: 0; inset: 0; background: var(--offwhite); content: ""; transform: translateY(102%); transition: transform .45s var(--ease); }
.button span, .button { isolation: isolate; }
.button span { position: relative; z-index: 1; font-size: 18px; line-height: 0; }
.button:not(.button-gold):not(.button-dark):hover:before { transform: translateY(0); }
.button-gold { background: var(--champagne); color: var(--cafe); }
.button-gold:before { background: var(--offwhite); }
.button-gold:hover { color: var(--cafe); }
.button-gold:hover:before, .button-dark:hover:before { transform: translateY(0); }
.button-dark { background: var(--cafe); color: var(--offwhite); }
.button-dark:before { background: var(--champagne); }
.button-outline { border-color: var(--champagne); color: var(--champagne-light); }
.button-outline:before { background: var(--champagne); }
.button-outline:hover { color: var(--cafe); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 9px; }

.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; color: var(--offwhite); transition: background .4s ease, box-shadow .4s ease, transform .4s ease; }
.site-header.scrolled { background: rgba(33, 28, 25, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .14); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 94px; }
.brand { display: block; width: 145px; }
.brand picture, .hero-logo { height: auto; }
.brand img { width: 100%; height: auto; filter: brightness(2.25) saturate(.5); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); margin-left: auto; margin-right: clamp(24px, 4vw, 56px); }
.desktop-nav a { color: rgba(245, 241, 235, .76); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; transition: color .3s ease; }
.desktop-nav a:hover { color: var(--champagne-light); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 760px; min-height: max(760px, 100vh); min-height: max(760px, 100svh); display: flex; align-items: center; }
.hero[data-glow]:before { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle 240px at var(--mouse-x, 72%) var(--mouse-y, 48%), rgba(199, 164, 119, .1), transparent 72%); content: ""; pointer-events: none; transition: background-position .2s ease; }
.hero:after { position: absolute; z-index: 1; inset: 0; background: radial-gradient(ellipse at 75% 60%, transparent 5%, rgba(33, 28, 25, .45) 80%), linear-gradient(90deg, rgba(33, 28, 25, .9), transparent 75%); content: ""; pointer-events: none; }
.hero-light { position: absolute; z-index: 0; top: 16%; right: 3%; width: min(60vw, 900px); height: min(60vw, 900px); border-radius: 50%; background: radial-gradient(circle, rgba(199, 164, 119, .22) 0, rgba(199, 164, 119, .07) 32%, transparent 68%); pointer-events: none; }
.film-grain { position: absolute; z-index: 2; inset: 0; opacity: .035; background-image: radial-gradient(rgba(245, 241, 235, .7) .6px, transparent .7px); background-size: 5px 5px; pointer-events: none; }
.hero-frame { position: absolute; z-index: 3; top: clamp(88px, 12%, 140px); right: clamp(20px, 4vw, 72px); display: flex; width: min(38vw, 520px, calc((100vh - 180px) * 683 / 1024)); width: min(38vw, 520px, calc((100svh - 180px) * 683 / 1024)); max-height: calc(100vh - 180px); max-height: calc(100svh - 180px); aspect-ratio: 683 / 1024; height: auto; align-items: center; justify-content: center; overflow: hidden; opacity: 1; }
.hero-frame.frame-corners:before, .hero-frame.frame-corners:after { border-color: rgba(199, 164, 119, .58); }
.hero-brand-image { display: flex; width: 100%; height: 100%; min-height: 0; align-items: center; justify-content: center; background: rgba(0, 0, 0, .08); }
.hero-brand-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; filter: saturate(.85) sepia(.06); mix-blend-mode: normal; opacity: 1; transform: none; }
.frame-corners:before, .frame-corners:after { position: absolute; width: 75px; height: 75px; border-color: var(--champagne); border-style: solid; content: ""; }
.frame-corners:before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.frame-corners:after { right: 0; bottom: 0; border-width: 0 1px 1px 0; }
.hero-content { position: relative; z-index: 4; padding-top: 80px; }
.hero-logo { width: min(410px, 65vw); margin: 0 0 34px; filter: brightness(2.45) saturate(.55); }
.hero-kicker { margin: 0 0 25px; color: var(--champagne-light); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.hero h1 { max-width: 880px; margin-bottom: 36px; }
.hero-copy { max-width: 430px; margin: 0 0 38px; color: rgba(245, 241, 235, .7); font-family: var(--serif); font-size: 21px; line-height: 1.3; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.hero-side-note { position: absolute; z-index: 4; right: 38px; bottom: 60px; color: var(--champagne); font-family: var(--serif); font-size: 42px; font-style: italic; writing-mode: vertical-rl; }
.hero-side-note span { display: block; margin-top: 9px; font-family: var(--sans); font-size: 8px; font-style: normal; letter-spacing: .28em; text-transform: uppercase; }
.scroll-cue { position: static; z-index: 4; display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: rgba(245, 241, 235, .55); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 1px; height: 35px; background: var(--champagne); }

.specialties-strip { position: relative; z-index: 4; overflow: hidden; padding: 21px 0; background: var(--madeira); color: var(--champagne-light); }
.marquee-track { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 70px); min-width: 100%; font-family: var(--serif); font-size: 21px; font-style: italic; }
.marquee-track i { color: var(--champagne); font-family: var(--sans); font-size: 9px; font-style: normal; }

.about-grid { display: grid; grid-template-columns: minmax(280px, .9fr) 1fr; align-items: start; gap: clamp(50px, 8vw, 120px); }
.about { padding-top: clamp(72px, 10vw, 150px); }
.about-heading { padding-top: 8px; }
.about-heading .gold-line { margin-top: 28px; }
.about-copy { padding-top: 35px; }
.about-copy .body-copy { margin-top: 23px; }
.location-badges { display: flex; gap: 35px; margin-top: 45px; color: var(--madeira); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.location-badges span { display: flex; align-items: center; gap: 10px; }
.location-badges b { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--champagne); border-radius: 50%; font-size: 9px; font-weight: 500; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 72px; }
.heading-aside { max-width: 290px; margin: 0 0 6px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.2; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 280px; padding: 28px 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .4s ease, color .4s ease; }
.service-card:hover { background: var(--cafe); color: var(--offwhite); }
.service-number { color: var(--champagne); font-size: 10px; letter-spacing: .15em; }
.service-icon { position: absolute; top: 25px; right: 28px; color: var(--champagne); font-family: var(--serif); font-size: 37px; font-weight: 300; }
.service-card h3 { margin: 61px 0 10px; font-family: var(--serif); font-size: 33px; font-weight: 500; }
.service-card p { max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; transition: color .4s ease; }
.service-card:hover p { color: rgba(245, 241, 235, .64); }
.service-card > a { position: absolute; right: 28px; bottom: 24px; color: var(--champagne); font-size: 23px; transition: transform .3s ease; }
.service-card > a:hover { transform: translate(4px, -4px); }
.service-card-featured { background: var(--bege); }

.method { padding-bottom: 170px; }
.method-orb { position: absolute; top: -350px; right: -170px; width: 650px; height: 650px; border: 1px solid rgba(199, 164, 119, .42); border-radius: 50%; }
.method-orb:before, .method-orb:after { position: absolute; inset: 37px; border: 1px solid rgba(199, 164, 119, .24); border-radius: 50%; content: ""; }
.method-orb:after { inset: 77px; border-color: rgba(199, 164, 119, .17); }
.method-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 88px; }
.method-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.method-intro .body-copy { margin: 0 0 5px; color: var(--madeira); }
.method-list { border-top: 1px solid rgba(106, 73, 55, .32); }
.method-step { display: grid; grid-template-columns: 100px 1fr; gap: 35px; align-items: center; padding: 29px 0; border-bottom: 1px solid rgba(106, 73, 55, .32); }
.method-step > span { color: var(--champagne); font-family: var(--serif); font-size: 26px; }
.method-step h3 { margin: 0 0 5px; color: var(--madeira); font-family: var(--serif); font-size: 31px; font-weight: 500; }
.method-step p { margin: 0; color: var(--muted); font-size: 13px; }

.brands { padding-top: 145px; }
.brands-heading { margin-bottom: 63px; }
.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.brand-card { position: relative; min-height: 470px; overflow: hidden; padding: 52px; }
.brand-card:after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(110deg, rgba(33, 28, 25, .68), transparent 85%); content: ""; }
.brand-card-text { position: relative; z-index: 3; max-width: 310px; }
.brand-label { margin: 0 0 48px; color: var(--champagne); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.brand-card h3 { margin: 0 0 23px; color: var(--offwhite); font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.brand-card h3 em { color: var(--champagne-light); font-style: italic; }
.brand-card p:not(.brand-label) { max-width: 275px; margin: 0 0 32px; color: rgba(245, 241, 235, .7); font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.brand-card .text-link { font-size: 10px; }
.lumina { background: linear-gradient(110deg, #7a5b48, #b99773); }
.harmon { background: var(--cafe); }
.brand-texture { position: absolute; z-index: 0; inset: 0; background-position: center; background-size: cover; opacity: .55; mix-blend-mode: screen; transition: transform 1s var(--ease); }
.brand-card:hover .brand-texture { transform: scale(1.08); }
.texture-one { background-image: url("../img/02-640.webp"); opacity: .3; }
.texture-two { background-image: url("../img/03-640.webp"); opacity: .23; mix-blend-mode: screen; }
.concept { grid-column: 1 / -1; min-height: 360px; border: 1px solid var(--line); background: #fff; }
.concept:after { background: linear-gradient(100deg, #fff 0, rgba(255, 255, 255, .92) 42%, rgba(255, 255, 255, .35) 68%, transparent 88%); }
.concept .brand-card-text { max-width: min(50%, 520px); }
.concept .brand-label { color: var(--madeira); }
.concept h3 { color: var(--cafe); font-size: clamp(2.4rem, 3.6vw, 3.6rem); }
.concept h3 em { color: var(--champagne); }
.concept p:not(.brand-label) { color: var(--muted); }
.texture-three { background-image: url("../img/marca-fundo-branco-desktop.jpeg"); background-position: right center; background-size: contain; background-repeat: no-repeat; opacity: 1; mix-blend-mode: normal; }
.brand-card:hover .texture-three { transform: none; }

.gallery { padding-bottom: 150px; }
.gallery-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 72px; }
.gallery-heading .eyebrow { grid-column: 1 / -1; }
.gallery-note { max-width: 250px; margin: 0 0 8px; color: rgba(245, 241, 235, .63); font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 240px 185px; gap: 18px; }
.gallery-item { position: relative; display: block; overflow: hidden; padding: 0; border: 0; background: none; cursor: zoom-in; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform 1.2s var(--ease), filter .6s ease; }
.gallery-item:hover img { filter: saturate(1); transform: scale(1.06); }
.gallery-item:after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(33, 28, 25, .65)); content: ""; }
.gallery-brand img { object-fit: cover; object-position: center 54%; padding: 0; background: #000; filter: none; transform: scale(1); }
.gallery-brand:after { background: none; }
.gallery-brand:hover img { filter: none; transform: scale(1); }
.gallery-item span { position: absolute; z-index: 2; right: 20px; bottom: 16px; color: var(--offwhite); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
.gallery-item:hover span { opacity: 1; transform: translateY(0); }
.gallery-large { grid-row: 1 / 3; }
.gallery-wide { grid-column: 2 / 4; }
.testimonials-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 220px; margin-top: 70px; padding: 30px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); text-align: center; }
.quote-mark { color: var(--champagne); font-family: var(--serif); font-size: 70px; line-height: .4; }
.testimonials-placeholder p { margin: 25px 0 8px; color: var(--offwhite); font-family: var(--serif); font-size: 26px; font-style: italic; }
.testimonials-placeholder small { color: rgba(245, 241, 235, .48); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.testimonial-link { margin-top: 26px; }

.contact { padding-bottom: 110px; }
.contact-heading { max-width: 690px; margin-bottom: 70px; }
.contact-heading .large-copy { margin-top: 34px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.location-card { position: relative; min-height: 325px; padding: 38px 42px; border: 1px solid var(--line); }
.location-card-dark { background: var(--cafe); color: var(--offwhite); }
.location-code { color: var(--champagne); font-size: 9px; letter-spacing: .2em; }
.location-card h3 { margin: 45px 0 12px; font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: .8; }
.location-card p { margin: 0 0 27px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.location-card-dark p { color: rgba(245, 241, 235, .58); }
.location-card small { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.location-card-dark small { color: rgba(245, 241, 235, .55); }
.map-wrap { height: 290px; margin-top: 20px; filter: grayscale(1) sepia(.2); }
.map-wrap-link { display: block; transition: filter .3s ease; }
.map-wrap-link:hover { filter: grayscale(.4) sepia(.12); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; pointer-events: none; }

.final-cta { padding: 145px 0 160px; text-align: center; }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 48px; }
.final-cta .button { min-width: 245px; }

.site-footer { padding: 60px 0 25px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; padding-bottom: 70px; }
.footer-brand { width: 190px; }
.footer-top > p { margin: 5px 0 0; color: rgba(245, 241, 235, .58); font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.footer-top > p em { color: var(--champagne-light); }
.footer-links { display: flex; flex-direction: column; gap: 14px; justify-self: end; color: rgba(245, 241, 235, .7); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--champagne); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line-light); color: rgba(245, 241, 235, .4); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom i { padding: 0 10px; color: var(--champagne); font-style: normal; }
.agency-credit { display: inline-flex; align-items: center; gap: 8px; color: rgba(245, 241, 235, .48); font-size: 8px; letter-spacing: .14em; white-space: nowrap; transition: color .3s ease; }
.agency-credit img { width: 18px; height: 18px; border: 1px solid rgba(199, 164, 119, .35); border-radius: 3px; object-fit: cover; opacity: .72; transition: opacity .3s ease; }
.agency-credit:hover { color: var(--champagne-light); }
.agency-credit:hover img { opacity: 1; }
.whatsapp-float { position: fixed; z-index: 15; right: 25px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 13px 17px 13px 12px; border: 1px solid rgba(199, 164, 119, .65); border-radius: 100px; background: var(--cafe); color: var(--offwhite); box-shadow: 0 8px 35px rgba(33, 28, 25, .18); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; transition: background .3s ease, transform .3s ease; }
.whatsapp-float:hover { background: var(--madeira); transform: translateY(-4px); }
.whatsapp-symbol { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--champagne); color: var(--cafe); font-size: 19px; }
.whatsapp-symbol svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.lightbox { position: fixed; z-index: 50; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; background: rgba(33, 28, 25, .97); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(90vw, 1000px); max-height: 80vh; object-fit: contain; }
.lightbox p { margin: 18px 0 0; color: var(--champagne-light); font-family: var(--serif); font-size: 20px; font-style: italic; }
.lightbox-close { position: absolute; top: 22px; right: 30px; border: 0; background: none; color: var(--offwhite); font-size: 42px; font-weight: 300; cursor: pointer; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.js .image-curtain { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease); }
.js .image-curtain.is-visible { clip-path: inset(0 0 0 0); }
.js .about .reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .section { padding: 100px 0; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 22; display: flex; flex-direction: column; gap: 7px; width: 40px; padding: 10px 0 10px 12px; border: 0; background: none; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; background: var(--champagne-light); transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 21; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 40px 24px; background: var(--cafe); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; }
  .mobile-menu nav { display: flex; flex-direction: column; gap: 20px; margin-bottom: 45px; }
  .mobile-menu nav a { color: var(--offwhite); font-family: var(--serif); font-size: 45px; line-height: .9; }
  .mobile-menu .button { width: fit-content; }
  .hero { min-height: 750px; }
  .hero-frame { top: clamp(80px, 10%, 120px); right: 4%; width: min(44vw, 420px, calc((100vh - 200px) * 683 / 1024)); width: min(44vw, 420px, calc((100svh - 200px) * 683 / 1024)); max-height: calc(100vh - 200px); max-height: calc(100svh - 200px); aspect-ratio: 683 / 1024; height: auto; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-heading { padding-top: 0; }
  .about-copy { padding: 0; }
  .method-intro { grid-template-columns: 1fr; gap: 28px; margin-bottom: 55px; }
  .method-intro .eyebrow { margin-bottom: 0; }
  .brand-card { min-height: 410px; padding: 38px; }
  .concept { min-height: 330px; }
  .concept .brand-card-text { max-width: min(58%, 420px); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px; }
  .gallery-large { grid-row: 1 / 2; grid-column: 1 / 3; }
  .gallery-wide { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: start; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 40px); }
  .section { padding: 78px 0; }
  .section-title { font-size: clamp(3.25rem, 17vw, 5rem); }
  .display-title { font-size: clamp(3.65rem, 18vw, 5.8rem); }
  .header-inner { min-height: 75px; }
  .brand { width: 125px; }
  .hero { min-height: auto; padding-bottom: 58px; }
  .hero-content { padding-top: calc(clamp(280px, 52vw, 360px) + 104px); }
  .hero-logo { width: min(250px, 66vw); margin-bottom: 22px; }
  .hero-kicker { max-width: none; margin: 0 0 16px; line-height: 1.6; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(2.9rem, 13.5vw, 4.4rem); }
  .hero-copy { max-width: 300px; margin-bottom: 26px; font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }
  .hero-frame { top: 76px; right: 0; left: 0; display: flex; width: 100%; max-width: none; max-height: none; aspect-ratio: auto; height: clamp(280px, 52vw, 360px); opacity: 1; }
  .hero-frame.frame-corners:before, .hero-frame.frame-corners:after { width: 42px; height: 42px; }
  .hero-brand-image { width: 100%; height: 100%; }
  .hero-brand-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; }
  .hero-side-note { display: none; }
  .scroll-cue { justify-content: flex-start; margin-bottom: 18px; }
  .scroll-cue span { height: 26px; }
  .specialties-strip { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; touch-action: pan-x; }
  .specialties-strip::-webkit-scrollbar { display: none; }
  .marquee-track { justify-content: flex-start; min-width: max-content; gap: 26px; padding: 0 22px; }
  .section-heading, .gallery-heading { display: block; margin-bottom: 45px; }
  .heading-aside, .gallery-note { margin-top: 30px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 235px; padding: 19px 17px; }
  .service-card h3 { margin-top: 45px; font-size: 28px; }
  .service-card p { font-size: 12px; }
  .service-card > a { right: 17px; bottom: 16px; }
  .service-icon { top: 15px; right: 16px; }
  .service-number { font-size: 9px; }
  .method-step { grid-template-columns: 45px 1fr; gap: 15px; }
  .method-step h3 { font-size: 27px; }
  .method-step p { font-size: 12px; line-height: 1.5; }
  .brand-grid, .location-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 390px; padding: 32px 26px; }
  .brand-label { margin-bottom: 42px; }
  .concept { min-height: 470px; display: flex; }
  .concept .brand-card-text { display: flex; flex: 1; flex-direction: column; max-width: none; }
  .concept .brand-card-text .text-link { margin-top: auto; align-self: flex-start; }
  .concept:after { background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .3) 84%, transparent 98%); }
  .texture-three { background-image: url("../img/marca-fundo-branco-mobile.jpeg"); background-position: center bottom; background-size: 100% auto; }
  .gallery-grid { grid-template-rows: 260px 170px; gap: 10px; }
  .gallery-item span { display: none; }
  .testimonials-placeholder { margin-top: 42px; }
  .location-card { min-height: 295px; padding: 31px 26px; }
  .location-card h3 { margin-top: 40px; }
  .map-wrap { height: 240px; }
  .final-cta { padding: 90px 0 105px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; padding-bottom: 42px; }
  .footer-links { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
  .whatsapp-float { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); min-height: 48px; padding: 10px 14px 10px 10px; gap: 8px; }
  .whatsapp-symbol { width: 28px; height: 28px; }
  .whatsapp-label { display: inline; font-size: 8px; letter-spacing: .12em; white-space: nowrap; }
  .lightbox { padding: 20px; }
}

@media (max-height: 620px) and (min-aspect-ratio: 1 / 1) {
  .header-inner { min-height: 58px; }
  .section { padding: 64px 0; }

  .hero { min-height: 100vh; min-height: 100svh; padding-bottom: 0; }
  .hero-content { padding-top: clamp(58px, 12vh, 84px); padding-top: clamp(58px, 12svh, 84px); }
  .hero-logo { width: min(210px, 26vw); margin-bottom: 14px; }
  .hero-kicker { margin: 0 0 12px; max-width: none; font-size: 9px; line-height: 1.4; }
  .hero h1 { max-width: min(52vw, 560px); margin-bottom: 14px; font-size: clamp(1.9rem, 4.6vw, 3.1rem); }
  .hero-copy { max-width: min(46vw, 380px); margin-bottom: 18px; font-size: 15px; }
  .hero-actions { align-items: center; flex-direction: row; gap: 16px; }

  .hero-frame { top: 50%; right: clamp(16px, 3vw, 48px); left: auto; width: auto; height: min(78vh, 330px); height: min(78svh, 330px); max-height: none; aspect-ratio: 683 / 1024; transform: translateY(-50%); }
  .hero-frame.frame-corners:before, .hero-frame.frame-corners:after { width: 34px; height: 34px; }

  .hero-side-note, .scroll-cue { display: none; }

  .mobile-menu { justify-content: flex-start; overflow-y: auto; padding: 70px 24px 28px; }
  .mobile-menu nav { gap: 10px; margin-bottom: 22px; }
  .mobile-menu nav a { font-size: 26px; }

  .whatsapp-float { right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); min-height: 40px; padding: 8px 12px 8px 8px; }
  .whatsapp-label { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal, .js .image-curtain { opacity: 1; transform: none; clip-path: none; }
}
