:root {
  --ink: #2D2A28;
  --ink-2: #3A3633;
  --paper: #F4EFE8;
  --paper-2: #E8E7DF;
  --cream: #FAF7F2;
  --gold: #8A6B55;
  --gold-2: #B7C2B2;
  --taupe: #788570;
  --line: rgba(45, 42, 40, .14);
  --identity: #B7C2B2;
  --depth: #788570;
  --accent: #8A6B55;
  --white: #fff;
  --shadow: 0 24px 70px rgba(22, 20, 17, .15);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--identity); color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar {
  position: absolute;
  z-index: 20;
  top: 0; left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px max(20px, calc((100vw - var(--max))/2));
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1.05; letter-spacing: .07em; }
.brand-main { font-size: .88rem; font-weight: 500; }
.brand-main strong { font-weight: 800; }
.brand-sub { margin-top: 6px; font-size: .59rem; letter-spacing: .28em; opacity: .8; }
.topbar-cta { text-decoration: none; border: 1px solid rgba(255,255,255,.65); padding: 10px 16px; border-radius: 999px; font-size: .82rem; font-weight: 700; backdrop-filter: blur(8px); }

.hero { min-height: 760px; height: 92svh; max-height: 920px; position: relative; display: grid; align-items: end; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/hero-showroom.webp"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,14,13,.82) 0%, rgba(15,14,13,.50) 48%, rgba(15,14,13,.10) 80%), linear-gradient(0deg, rgba(15,14,13,.54), rgba(15,14,13,0) 55%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(72px, 9vw, 120px); }
.eyebrow { margin: 0 0 18px; font-size: .72rem; font-weight: 800; letter-spacing: .18em; color: var(--gold-2); }
.eyebrow.dark { color: var(--accent, #8A6B55); }
.hero h1, h2 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(3.15rem, 7vw, 6.7rem); line-height: .93; }
.id-word { white-space: nowrap; }
.id-word b { color: var(--gold-2); font-weight: 500; position: relative; }
.id-word b::after { content: ""; position: absolute; height: 1px; background: currentColor; left: 0; right: 0; bottom: -3px; }
.hero-copy { max-width: 680px; font-size: clamp(1rem, 1.8vw, 1.25rem); color: rgba(255,255,255,.86); margin: 26px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .9rem; transition: transform .18s ease, filter .18s ease, background .18s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(185,147,92,.65); outline-offset: 3px; }
.btn-light { background: #fff; color: var(--ink); }
.btn-gold { background: var(--accent); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.microproof { margin: 22px 0 0; font-size: .75rem; color: rgba(255,255,255,.7); letter-spacing: .05em; }

.choice-section { padding: 100px 0 110px; background: var(--paper); }
.choice-section h2, .process h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; max-width: 840px; }
.section-intro { max-width: 720px; margin: 24px 0 48px; color: #625b53; font-size: 1.04rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.choice-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); display: grid; grid-template-rows: 330px 1fr; }
.choice-image { background-size: cover; background-position: center; }
.decor-image { background-image: url("assets/decoracao-living.webp"); }
.furniture-image { background-image: url("assets/moveis-showroom.webp"); }
.choice-body { padding: 34px; display: flex; flex-direction: column; }
.choice-number { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: "Cormorant Garamond", Georgia, serif; color: #8A6B55; }
.choice-kicker { margin: 22px 0 8px; font-size: .69rem; font-weight: 900; letter-spacing: .16em; color: var(--taupe); }
.choice-body h3 { margin: 0 0 14px; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.02; letter-spacing: -.025em; }
.choice-body > p:not(.choice-kicker):not(.specialist) { color: #665f57; }
.mini-list { list-style: none; padding: 0; margin: 18px 0 26px; display: grid; gap: 9px; color: #3e3934; font-size: .92rem; }
.mini-list li { display: flex; gap: 10px; }
.mini-list li::before { content: "✓"; color: #788570; font-weight: 900; }
.specialist { margin-top: auto; margin-bottom: 14px; font-size: .85rem; color: #70675f; }

.integrated { background: var(--ink); color: #fff; padding: 110px 0; }
.integrated-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.integrated-copy h2 { margin: 0 0 24px; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1.02; }
.integrated-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 620px; }
.integrated-image { min-height: 610px; border-radius: var(--radius); background-image: url("assets/integrado-showroom.webp"); background-size: cover; background-position: center; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.feature-row { display: grid; gap: 1px; background: rgba(255,255,255,.15); margin: 32px 0; }
.feature-row > div { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; padding: 18px 0; background: var(--ink); }
.feature-row strong { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; color: var(--gold-2); }
.feature-row span { color: rgba(255,255,255,.82); font-size: .92rem; }
.text-link { color: var(--gold-2); text-decoration: none; font-weight: 800; }

.process { padding: 110px 0; background: var(--cream); }
.process-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process article { border-top: 1px solid var(--line); padding-top: 22px; }
.process article > span { font-family: "Cormorant Garamond", Georgia, serif; color: #8A6B55; font-size: 1.45rem; }
.process h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; font-size: 1.4rem; line-height: 1.1; margin: 28px 0 12px; }
.process article p { color: #6c645c; font-size: .92rem; }


/* Prova social */
.testimonials { padding: 110px 0; background: var(--paper); }
.testimonials-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 7vw, 90px); align-items: end; margin-bottom: 48px; }
.testimonials-heading h2 { margin: 0; max-width: 760px; font-size: clamp(2.6rem, 5vw, 4.9rem); line-height: .98; }
.testimonials-heading > p { margin: 0 0 7px; max-width: 540px; color: #625b53; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.testimonial-card { min-height: 330px; padding: 28px 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); display: flex; flex-direction: column; }
.testimonial-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.rating { color: #9A744F; letter-spacing: .16em; font-size: .86rem; font-weight: 900; }
.whatsapp-rating { color: var(--depth); letter-spacing: .13em; font-size: .67rem; }
.testimonial-card.featured .rating { color: #D2C4AE; }
.testimonial-card blockquote { margin: 28px 0 34px; padding: 0; border: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.56rem; line-height: 1.17; letter-spacing: -.018em; }
.testimonial-card.featured blockquote { color: rgba(255,255,255,.94); }
.testimonial-meta { margin-top: auto; display: flex; flex-direction: column; gap: 3px; }
.testimonial-meta strong { font-size: .88rem; }
.testimonial-meta span { color: #7b726a; font-size: .73rem; }
.testimonial-card.featured .testimonial-meta span { color: rgba(255,255,255,.58); }
.proof-strip { margin-top: 22px; display: grid; grid-template-columns: 1.05fr .78fr 1.05fr; gap: 14px; }
.proof-strip figure { margin: 0; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.proof-strip img { width: 100%; height: 205px; object-fit: cover; object-position: top center; border-radius: 10px; background: #f4f4f4; }
.proof-strip figure:nth-child(2) img { object-position: center; }
.proof-strip figcaption { padding: 10px 3px 2px; color: #756c64; font-size: .72rem; }
.testimonial-cta { margin-top: 26px; padding: 28px 30px; border-radius: 18px; background: #E8E7DF; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.testimonial-cta p { margin: 0; max-width: 460px; }
.testimonial-cta > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.testimonial-note { margin: 14px 0 0; color: #81786f; font-size: .72rem; }

.identity { padding: 86px 0; background: var(--paper-2); }
.identity-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: end; }
.identity h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .94; }
.identity-grid > p { max-width: 620px; margin: 0 0 6px; color: #5d564f; font-size: 1.05rem; }

.final-cta { padding: 110px 0 130px; background: #171614; color: #fff; text-align: center; }
.final-cta h2 { font-size: clamp(3rem, 6vw, 5.5rem); margin: 0; }
.final-cta > .container > p:not(.eyebrow):not(.location) { color: rgba(255,255,255,.68); }
.final-actions { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; max-width: 900px; margin: 42px auto 30px; text-align: left; }
.final-card { display: flex; flex-direction: column; gap: 4px; padding: 26px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; text-decoration: none; transition: background .18s ease, transform .18s ease, border-color .18s ease; }
.final-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.07); border-color: rgba(208,177,126,.5); }
.final-card span { color: var(--gold-2); font-size: .68rem; letter-spacing: .16em; font-weight: 900; }
.final-card strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.final-card small { color: rgba(255,255,255,.55); }
.location { color: rgba(255,255,255,.58); font-size: .84rem; }
.location a { color: #fff; text-decoration: none; }

.footer { padding: 34px 0; background: #0f0e0d; color: rgba(255,255,255,.72); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; align-items: center; gap: 20px; font-size: .78rem; }
.footer-links a { color: inherit; }

.mobile-dock { display: none; }
.cookie-note { position: fixed; z-index: 50; bottom: 18px; left: 50%; transform: translateX(-50%); width: min(660px, calc(100% - 28px)); display: none; justify-content: space-between; align-items: center; gap: 18px; background: rgba(24,23,21,.96); color: #fff; box-shadow: var(--shadow); padding: 14px 16px 14px 18px; border-radius: 14px; backdrop-filter: blur(10px); }
.cookie-note.is-visible { display: flex; }
.cookie-note p { margin: 0; font-size: .78rem; color: rgba(255,255,255,.75); }
.cookie-note a { color: #fff; }
.cookie-note button { border: 0; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 800; padding: 9px 14px; cursor: pointer; }

@media (max-width: 900px) {
  .hero { min-height: 690px; height: 88svh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(14,13,12,.88) 0%, rgba(14,13,12,.25) 75%); }
  .choice-grid, .integrated-grid, .identity-grid, .testimonials-heading { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip figure:last-child { grid-column: 1 / -1; }
  .testimonial-cta { align-items: flex-start; flex-direction: column; }
  .testimonial-cta > div { justify-content: flex-start; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .integrated-image { min-height: 480px; order: -1; }
  .identity-grid { gap: 28px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, var(--max)); }
  .topbar { padding: 18px 16px; }
  .topbar-cta { display: none; }
  .brand-main { font-size: .76rem; }
  .brand-sub { font-size: .50rem; }
  .hero { min-height: 700px; height: 92svh; align-items: end; }
  .hero-media { background-position: 58% center; }
  .hero-content { padding-bottom: 64px; }
  .hero h1 { font-size: clamp(3.05rem, 14.5vw, 5rem); }
  .hero-copy { font-size: .98rem; margin: 20px 0 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; min-height: 54px; }
  .microproof { font-size: .68rem; }
  .choice-section, .process, .testimonials { padding: 76px 0; }
  .testimonials-heading { margin-bottom: 32px; }
  .testimonials-heading h2 { font-size: 2.8rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
  .testimonial-card blockquote { font-size: 1.42rem; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip figure:last-child { grid-column: auto; }
  .proof-strip img { height: auto; max-height: 330px; object-fit: cover; }
  .testimonial-cta { padding: 22px; }
  .testimonial-cta > div { width: 100%; }
  .testimonial-cta .btn { width: 100%; }
  .choice-section h2, .process h2 { font-size: 2.8rem; }
  .section-intro { margin-bottom: 34px; }
  .choice-grid { gap: 18px; }
  .choice-card { grid-template-rows: 245px 1fr; }
  .choice-body { padding: 26px 22px 24px; }
  .choice-body h3 { font-size: 2.35rem; }
  .integrated { padding: 76px 0; }
  .integrated-image { min-height: 350px; }
  .integrated-copy h2 { font-size: 2.75rem; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; }
  .process h3 { margin-top: 18px; }
  .identity { padding: 68px 0; }
  .identity h2 { font-size: 3.3rem; }
  .final-cta { padding: 78px 0 92px; }
  .final-cta h2 { font-size: 3.25rem; }
  .final-actions { grid-template-columns: 1fr; }
  .footer { padding-bottom: 26px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; }
  .mobile-dock { position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; background: rgba(20,19,18,.97); color: #fff; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); box-shadow: 0 -8px 30px rgba(0,0,0,.15); backdrop-filter: blur(10px); }
  .mobile-dock a { text-decoration: none; display: flex; flex-direction: column; align-items: center; border-right: 1px solid rgba(255,255,255,.12); padding: 7px 8px; line-height: 1.05; }
  .mobile-dock a:last-child { border-right: 0; }
  .mobile-dock span { font-size: .62rem; color: var(--gold-2); text-transform: uppercase; letter-spacing: .09em; }
  .mobile-dock strong { margin-top: 4px; font-size: .86rem; }
  .cookie-note { bottom: 84px; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
}


/* Alvos das jornadas */
#decoracao, #moveis { scroll-margin-top: 24px; }
