:root {
  --milk: #f5f1e9;
  --paper: #fbf9f4;
  --graphite: #2f302e;
  --muted: #74736e;
  --gold: #9b7b4f;
  --gold-soft: #c8ad80;
  --line: rgba(47, 48, 46, .16);
  --green: #245c43;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--milk); font-family: "Manrope", Arial, sans-serif; font-size: 15px; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
::selection { background: var(--gold-soft); color: white; }
.shell { padding-left: clamp(20px, 5vw, 78px); padding-right: clamp(20px, 5vw, 78px); }

.site-header { height: 86px; padding: 0 clamp(20px, 5vw, 78px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--milk); border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 10px; font-size: 19px; font-weight: 600; letter-spacing: -.035em; }
.brand svg { width: 34px; height: 34px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; }
.brand i { font-family: "Prata", Georgia, serif; font-weight: 400; font-style: normal; color: var(--gold); }
.nav { display: flex; gap: 34px; font-size: 12px; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--gold); }
.header-wa { justify-self: end; font-size: 12px; border-bottom: 1px solid currentColor; padding: 8px 0; }
.header-wa span { margin-left: 9px; color: var(--gold); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: calc(100svh - 86px); max-height: 900px; position: relative; display: grid; grid-template-columns: minmax(440px, .88fr) 1.12fr; align-items: stretch; overflow: hidden; background: var(--paper); }
.hero-image { grid-column: 2; min-height: 650px; position: relative; background: linear-gradient(180deg, rgba(25,24,22,0) 54%, rgba(25,24,22,.24)), url('assets/hero-store-banner-v2.png') 50% center/cover no-repeat; animation: hero-in 1.5s cubic-bezier(.2,.75,.2,1) both; }
@keyframes hero-in { from { transform: scale(1.035); opacity: .5; } to { transform: scale(1); opacity: 1; } }
.hero-content { grid-column: 1; grid-row: 1; position: relative; z-index: 2; width: auto; margin: 0; color: var(--graphite); padding: clamp(55px, 8vh, 95px) clamp(36px, 5.5vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; }
.kicker { color: var(--gold); }
.kicker span { width: 35px; height: 1px; background: var(--gold); }
h1 { max-width: 540px; font: 400 clamp(45px, 4.4vw, 66px)/1.07 "Prata", Georgia, serif; letter-spacing: -.045em; margin: 27px 0 25px; text-wrap: balance; }
.hero-content > p { max-width: 490px; line-height: 1.7; color: var(--muted); margin: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 500; transition: .25s; }
.button svg { width: 18px; fill: currentColor; }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: #194a35; transform: translateY(-2px); }
.hero-actions .button-primary { min-width: 280px; min-height: 62px; box-shadow: 0 16px 35px rgba(36,92,67,.18); }
.hero-actions .button-ghost { min-height: 62px; }
.button-ghost { color: var(--graphite); border: 1px solid var(--line); }
.button-ghost:hover { background: var(--graphite); color: white; }
.hero-caption { position: absolute; z-index: 2; bottom: 25px; left: calc(44% + 22px); right: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.72); text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.hero-proof { position: absolute; z-index: 2; top: 30px; left: 30px; width: 178px; min-height: 120px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(245,241,233,.93); color: var(--graphite); backdrop-filter: blur(10px); box-shadow: 0 18px 45px rgba(36,30,20,.12); }
.hero-proof strong { font: 400 42px/1 "Prata", Georgia, serif; color: var(--gold); letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }

.trust { padding-top: 105px; padding-bottom: 115px; }
.section-intro { display: grid; grid-template-columns: .7fr 1.5fr 1fr; gap: 50px; align-items: end; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.section-number { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; color: var(--gold); margin: 0; }
h2 { font: 400 clamp(42px, 5vw, 70px)/1.05 "Prata", Georgia, serif; letter-spacing: -.04em; margin: 0; }
h2 em { font-style: italic; color: var(--gold); }
.intro-copy { max-width: 380px; color: var(--muted); line-height: 1.7; margin: 0 0 6px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.fact { min-height: 330px; border-right: 1px solid var(--line); padding: 30px clamp(22px, 2.5vw, 38px) 34px; display: flex; flex-direction: column; justify-content: space-between; position: relative; transition: background .3s ease; }
.fact:last-child { border-right: 0; }
.fact:hover { background: rgba(251,249,244,.65); }
.fact small { text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: var(--gold); }
.fact-body { margin-top: 55px; }
.fact strong { display: block; font: 400 clamp(45px, 4.5vw, 68px)/.95 "Prata", Georgia, serif; letter-spacing: -.055em; color: var(--gold); }
.fact h3 { font: 400 clamp(18px, 1.7vw, 24px)/1.2 "Prata", Georgia, serif; margin: 12px 0 0; }
.fact p { max-width: 390px; color: var(--muted); font-size: 12px; line-height: 1.65; margin: 18px 0 0; }
.fact-accent { background: #eee6d8; color: var(--graphite); }
.fact-accent:hover { background: #e8dece; }
.fact-service strong { font-size: clamp(36px, 3.8vw, 56px); color: var(--graphite); }
.fact-service::after { content: "↗"; position: absolute; right: clamp(22px, 2.5vw, 38px); top: 28px; color: var(--gold); font-size: 18px; font-weight: 400; }

.process-heading .section-number { margin-bottom: 25px; }

.selection { min-height: 760px; display: grid; grid-template-columns: .94fr 1.06fr; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.selection-content { padding: 68px clamp(35px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.selection-content h2 { max-width: 650px; font-size: clamp(42px, 4.5vw, 60px); margin: 21px 0 23px; }
.selection-lead { color: var(--muted); line-height: 1.62; max-width: 470px; margin: 0; }
.selection-summary { max-width: 490px; margin: 32px 0 25px; padding: 0 0 0 20px; border-left: 1px solid var(--gold); font: 400 16px/1.5 "Prata", Georgia, serif; }
.selection-cta { width: max-content; min-height: 56px; padding-left: 22px; padding-right: 22px; }
.selection-visual { padding: 48px clamp(30px, 4vw, 62px); background: #e9e2d7; display: flex; align-items: center; }
.selection-system { width: 100%; max-width: 690px; margin: auto; }
.system-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(47,48,46,.22); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: var(--gold); }
.system-top small { font-size: 8px; color: var(--muted); }
.room-plan { height: 255px; color: var(--graphite); }
.room-plan svg { width: 100%; height: 100%; }
.parameter-grid { list-style: none; padding: 0; margin: 5px 0 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.parameter-grid li { min-height: 49px; display: flex; align-items: center; gap: 13px; border-top: 1px solid rgba(47,48,46,.18); font-size: 11px; }
.parameter-grid li:last-child { grid-column: 1 / -1; }
.parameter-grid svg { flex: 0 0 24px; width: 24px; height: 24px; fill: none; stroke: var(--gold); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: flex; align-items: center; justify-content: space-between; width: min(100%, 330px); padding: 15px 0; border-bottom: 1px solid var(--graphite); font-size: 12px; font-weight: 600; }
.text-link span { color: var(--gold); font-size: 18px; }

.fitting { padding-top: 130px; padding-bottom: 140px; background: var(--milk); }
.fitting-layout { display: grid; grid-template-columns: minmax(320px, .74fr) minmax(0, 1.5fr); gap: clamp(48px, 6vw, 96px); align-items: center; }
.fitting-content h2 { max-width: 540px; margin: 22px 0 24px; font-size: clamp(43px, 4.5vw, 66px); }
.fitting-copy { max-width: 485px; color: var(--muted); line-height: 1.7; margin: 0; }
.fitting-cta { width: max-content; min-height: 60px; margin-top: 30px; padding: 0 22px; box-shadow: 0 16px 35px rgba(36,92,67,.14); }
.fitting-benefits { list-style: none; padding: 24px 0 0; margin: 32px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fitting-benefits li { display: grid; gap: 10px; align-content: start; color: var(--muted); font-size: 10px; line-height: 1.45; }
.fitting-benefits svg { width: 27px; height: 27px; fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.fitting-visual { min-width: 0; }
.fitting-visual img { width: 100%; height: auto; object-fit: contain; background: var(--paper); }

.process { padding-top: 135px; padding-bottom: 145px; background: var(--graphite); color: var(--milk); }
.process-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.process h2 em { color: var(--gold-soft); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.steps li { min-height: 250px; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.steps li:last-child { border-right: 0; }
.steps span { font-size: 9px; color: var(--gold-soft); }
.steps h3 { font: 400 19px/1.3 "Prata", Georgia, serif; margin: 55px 0 15px; }
.steps p { color: rgba(255,255,255,.55); line-height: 1.6; font-size: 11px; margin: 0; }
.process-action { display: flex; justify-content: flex-end; margin-top: 45px; }
.process-button { width: max-content; min-height: 58px; padding: 0 24px; border: 1px solid rgba(255,255,255,.42); color: white; }
.process-button:hover { background: var(--milk); border-color: var(--milk); color: var(--graphite); }

.contact { background: var(--gold); color: white; padding-top: 130px; }
.contact-main { display: grid; grid-template-columns: 1.5fr 1fr; gap: 100px; padding-bottom: 65px; }
.contact .section-number { color: rgba(255,255,255,.65); margin-bottom: 28px; }
.contact h2 { font-size: clamp(46px, 6vw, 82px); }
.contact h2 em { color: #efe3cf; }
.contact-copy > p:not(.section-number) { max-width: 510px; line-height: 1.7; color: rgba(255,255,255,.78); margin: 28px 0 35px; }
.button-light { background: var(--paper); color: var(--graphite); }
.button-light:hover { background: var(--graphite); color: white; }
.contact-details { display: grid; grid-template-columns: 1fr; align-content: end; gap: 30px; padding-bottom: 4px; }
.contact-details small { display: block; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; color: rgba(255,255,255,.6); }
.contact-details p { font: 400 20px/1.45 "Prata", Georgia, serif; margin: 10px 0 0; }
.instagram { grid-column: 1/-1; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 12px; }
.instagram small { color: rgba(255,255,255,.66); }
.instagram b { font-size: 17px; font-weight: 400; }
.branches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-bottom: 105px; }
.branch-card { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); display: flex; flex-direction: column; justify-content: space-between; transition: background .3s ease, transform .3s ease; }
.branch-card:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.branch-card small { color: rgba(255,255,255,.62); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.branch-card h3 { margin: 18px 0 10px; font: 400 29px/1.2 "Prata", Georgia, serif; }
.branch-card p { max-width: 290px; min-height: 48px; margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }
.branch-map-link { min-height: 48px; margin-top: 30px; padding: 0 15px; border: 1px solid rgba(255,255,255,.48); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; transition: .25s; }
.branch-map-link:hover { background: var(--paper); border-color: var(--paper); color: var(--graphite); }
.branch-map-link span { color: #efe3cf; font-size: 16px; }
.branch-map-link:hover span { color: var(--gold); }
.map-wrap { height: 390px; position: relative; background: #d9d3c7; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.9) sepia(.2); }
.map-link { position: absolute; top: 20px; right: 20px; background: var(--paper); color: var(--graphite); padding: 13px 16px; font-size: 10px; box-shadow: 0 8px 25px rgba(0,0,0,.12); }

.footer { min-height: 180px; display: grid; grid-template-columns: .8fr .8fr 1.4fr; align-items: center; gap: 30px; background: var(--milk); }
.footer p { color: var(--muted); font-size: 11px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2.2vw, 34px); }
.footer-links a { color: var(--muted); font-size: 9px; line-height: 1.45; }
.footer-links a:hover { color: var(--gold); }
.footer-links .footer-top { color: var(--graphite); white-space: nowrap; }
.mobile-whatsapp { display: none; }
.link-note { position: fixed; z-index: 100; bottom: 25px; left: 50%; transform: translate(-50%, 20px); padding: 12px 17px; background: var(--graphite); color: white; font-size: 11px; opacity: 0; pointer-events: none; transition: .25s; }
.link-note.visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 681px) and (max-height: 800px) {
  .hero-content { width: auto; padding-top: 45px; padding-bottom: 58px; }
  h1 { font-size: clamp(43px, 4vw, 58px); line-height: 1.04; margin-top: 20px; margin-bottom: 18px; }
  .hero-content > p { max-width: 520px; line-height: 1.55; }
  .hero-actions { margin-top: 28px; }
  .hero-actions .button-primary, .hero-actions .button-ghost { min-height: 58px; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .nav, .header-wa { display: none; }
  .menu-toggle { display: grid; gap: 6px; border: 0; padding: 10px 0 10px 12px; background: transparent; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--graphite); transition: .25s; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: flex; position: fixed; z-index: 25; inset: 74px 0 auto; height: 0; overflow: hidden; background: var(--milk); flex-direction: column; padding: 0 20px; transition: height .35s, padding .35s; }
  .mobile-menu.open { height: calc(100dvh - 74px); padding-top: 35px; }
  .mobile-menu a { font: 400 32px "Prata", Georgia, serif; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: calc(100svh - 74px); }
  .hero { grid-template-columns: 1fr 1.2fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .fact { border-bottom: 1px solid var(--line); }
  .fact:nth-child(2n) { border-right: 0; }
  .fact:nth-child(n+3) { border-bottom: 0; }
  .section-intro { grid-template-columns: .5fr 1.5fr; }
  .intro-copy { grid-column: 2; }
  .selection { grid-template-columns: 1fr; }
  .selection-content { padding: 90px 8vw; }
  .selection-visual { padding: 70px 8vw; }
  .selection-system { max-width: none; }
  .fitting-layout { grid-template-columns: 1fr; }
  .fitting-content { max-width: 680px; }
  .fitting-benefits { max-width: 560px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li { border-bottom: 1px solid rgba(255,255,255,.18); }
  .contact-main { gap: 50px; }
  .branches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer { grid-template-columns: 1fr 1fr; padding-top: 38px; padding-bottom: 38px; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 680px) {
  body { font-size: 14px; padding-bottom: 72px; }
  .brand { font-size: 17px; }
  .brand svg { width: 30px; }
  .hero { min-height: auto; display: flex; flex-direction: column; background: var(--milk); }
  .hero-image { position: relative; height: 50svh; min-height: 365px; background: linear-gradient(180deg, transparent 44%, rgba(25,24,22,.22)), url('assets/hero-store-banner-v2.png') 50% center/cover no-repeat; }
  .hero-content { order: 2; width: auto; margin: 0; color: var(--graphite); padding: 36px 20px 40px; display: block; }
  .kicker { color: var(--gold); }
  h1 { font-size: clamp(35px, 10.2vw, 46px); margin: 20px 0; }
  .hero-content > p { color: var(--muted); line-height: 1.65; }
  .hero-actions { flex-direction: column; margin-top: 28px; }
  .button { width: 100%; }
  .hero-actions .button-primary, .hero-actions .button-ghost { min-width: 0; min-height: 56px; }
  .hero-actions .button-primary { display: none; }
  .button-ghost { color: var(--graphite); border-color: var(--line); }
  .hero-caption { display: none; }
  .hero-proof { top: auto; bottom: 16px; left: 16px; width: 142px; min-height: 94px; padding: 14px; }
  .hero-proof strong { font-size: 32px; }
  .hero-proof span { font-size: 8px; }
  .trust, .fitting, .process { padding-top: 88px; padding-bottom: 90px; }
  .section-intro { display: block; padding-bottom: 42px; }
  .section-intro h2 { margin: 20px 0 25px; }
  h2 { font-size: 39px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 260px; padding: 22px 17px 25px; }
  .fact:nth-child(n+3) { border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .fact-body { margin-top: 40px; }
  .fact strong { font-size: 36px; }
  .fact h3 { font-size: 17px; margin-top: 9px; }
  .fact p { font-size: 10px; line-height: 1.5; margin-top: 13px; }
  .fact small { font-size: 7px; line-height: 1.45; }
  .fact-service { grid-column: 1 / -1; min-height: 205px; border-right: 0; }
  .fact-service .fact-body { margin-top: 32px; }
  .fact-service strong { font-size: 39px; }
  .fact-service p { max-width: 315px; font-size: 11px; }
  .fact-service::after { right: 18px; top: 19px; }
  .selection { display: block; }
  .selection-content { padding: 80px 20px 70px; }
  .selection-content h2 { margin: 20px 0; }
  .selection-summary { margin: 35px 0 28px; font-size: 16px; }
  .selection-cta { width: 100%; min-height: 56px; padding-left: 15px; padding-right: 15px; }
  .selection-visual { padding: 55px 20px 70px; }
  .system-top { font-size: 8px; }
  .room-plan { height: 235px; }
  .parameter-grid { column-gap: 16px; }
  .parameter-grid li { min-height: 62px; font-size: 10px; gap: 9px; }
  .parameter-grid svg { flex-basis: 21px; width: 21px; height: 21px; }
  .fitting-content h2 { margin: 20px 0; }
  .fitting-copy { max-width: none; }
  .fitting-cta { width: 100%; min-height: 58px; padding: 0 14px; text-align: center; }
  .fitting-benefits { grid-template-columns: 1fr; gap: 0; margin-top: 28px; padding-top: 10px; }
  .fitting-benefits li { min-height: 55px; grid-template-columns: 27px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); font-size: 11px; }
  .fitting-benefits li:last-child { border-bottom: 0; }
  .process-heading { display: block; margin-bottom: 45px; }
  .process-heading h2 { margin-top: 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; padding: 25px 0 30px; border-right: 0; }
  .steps h3 { margin: 22px 0 10px; font-size: 20px; }
  .steps p { font-size: 12px; max-width: 310px; }
  .process-action { margin-top: 34px; }
  .process-button { width: 100%; }
  .contact { padding-top: 85px; }
  .contact-main { display: block; padding-bottom: 70px; }
  .contact h2 { font-size: 43px; }
  .contact-details { margin-top: 65px; }
  .branches { grid-template-columns: 1fr; gap: 10px; padding-bottom: 70px; }
  .branch-card { min-height: 225px; padding: 24px 20px; }
  .map-wrap { height: 330px; }
  .footer { min-height: 260px; grid-template-columns: 1fr; gap: 19px; padding-top: 40px; padding-bottom: 40px; }
  .footer p { margin: 0; }
  .footer-brand { font-size: 15px; }
  .footer-links { grid-column: auto; display: grid; grid-template-columns: 1fr; gap: 12px; justify-items: start; padding-top: 18px; border-top: 1px solid var(--line); }
  .footer-links a { font-size: 10px; }
  .mobile-whatsapp { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: 10px; height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--green); box-shadow: 0 10px 35px rgba(18,54,38,.28); font-size: 12px; font-weight: 600; }
  .mobile-whatsapp svg { width: 20px; fill: currentColor; }
  .link-note { bottom: 75px; width: calc(100% - 32px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
