:root {
  --ink: #201e19;
  --ink-soft: #5d574e;
  --paper: #f3eee5;
  --paper-2: #e7ded1;
  --matter: #756650;
  --gold: #c8a45d;
  --dark: #181713;
  --dark-2: #242019;
  --line: rgba(32, 30, 25, 0.18);
  --white: #fffaf1;
  --shadow: 0 24px 80px rgba(20, 18, 14, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: clamp(72px, 9vw, 128px) 0; }
.section-dark { background: var(--dark); color: var(--white); }
.section-pad, section { scroll-margin-top: 120px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; padding: 10px 14px; background: var(--white); color: var(--dark); }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 10;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  padding: 18px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(16,15,12,.78), rgba(16,15,12,0));
}
.brand img { height: clamp(62px, 5.6vw, 80px); width: auto; }
.nav { justify-self: center; display: flex; gap: 24px; font-size: 0.82rem; letter-spacing: .08em; text-transform: uppercase; }
.nav a, .header-cta { opacity: .88; transition: opacity .2s ease; }
.nav a:hover, .header-cta:hover { opacity: 1; }
.header-cta { border: 1px solid rgba(255,250,241,.5); padding: 10px 15px; border-radius: 999px; font-size: .82rem; }

.hero { --hero-scroll: 0; position: relative; min-height: 86svh; display: grid; align-items: end; overflow: hidden; background: #0f0e0c; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-media-day { opacity: 1; }
.hero-media-night { opacity: 0; }
.hero-dusk { position: absolute; inset: 0; opacity: 0; background: linear-gradient(180deg, rgba(7,32,76,.28), rgba(12,13,20,.18) 48%, rgba(25,18,10,.22)); mix-blend-mode: multiply; pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,.56), rgba(10,13,18,.08) 36%, rgba(8,10,14,.16) 70%, rgba(8,10,14,.38)), linear-gradient(0deg, rgba(10,9,7,.86), transparent 42%); }
.hero-cycle-cue { position: absolute; top: clamp(110px, 14svh, 150px); right: clamp(24px, 7vw, 110px); z-index: 1; width: 74px; height: 74px; display: grid; place-items: center; pointer-events: none; opacity: .78; }
.cycle-orb { position: relative; display: block; width: 36px; height: 36px; border: 1.5px solid rgba(218, 178, 98, .92); border-radius: 50%; box-shadow: 0 0 28px rgba(200,164,93,.28), inset 0 0 12px rgba(200,164,93,.16); }
.cycle-orb::before { content: ""; position: absolute; left: 50%; top: 50%; width: 62px; height: 1px; transform: translate(-50%, -50%); background: linear-gradient(90deg, transparent, rgba(218,178,98,.7), transparent); }
.cycle-orb::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; background: radial-gradient(circle at 42% 50%, rgba(8, 12, 20, .88), rgba(8, 12, 20, .72) 58%, transparent 61%); opacity: 0; transform: translateX(30px) scale(.92); }
.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(18px, 4vw, 48px);
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 150px 0 42px;
  transform-origin: bottom center;
}
.hero-text { min-width: 0; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: 0; }
h1 { font-size: clamp(4.2rem, 13vw, 10rem); }
.hero h1 { font-size: clamp(3rem, 6.2vw, 5.6rem); max-width: 640px; }
h2 { font-size: clamp(2.4rem, 6vw, 5.8rem); }
h3 { font-size: clamp(2rem, 4vw, 3.7rem); }
.hero-headline { margin: 10px 0 0; font-size: clamp(1.02rem, 1.5vw, 1.42rem); max-width: 420px; }
.hero-copy { max-width: 500px; margin: 14px 0 0; color: rgba(255,250,241,.78); font-size: 1rem; }
.hero-actions { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; margin-top: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 999px; font-weight: 750; letter-spacing: .01em; border: 1px solid transparent; }
.btn-primary { background: var(--gold); color: #18130b; }
.btn-ghost { color: var(--white); border-color: rgba(255,250,241,.42); background: rgba(255,255,255,.04); }

/* Hero: movimento sutil + crossfade dia-noite, respeitando reduced-motion. FEL-248. */
@keyframes heroKenBurns { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.12) translate3d(0,-1.2%,0); } }
@keyframes heroNightFade { 0%, 18% { opacity: 0; } 100% { opacity: 1; } }
@keyframes heroDuskFade { 0%, 12% { opacity: 0; } 46% { opacity: 1; } 100% { opacity: .35; } }
@keyframes heroCopyEntrance { 0% { opacity: .72; filter: blur(2px); transform: translate3d(0, 8px, 0); } 8%, 52% { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); } 100% { opacity: .9; filter: blur(0); transform: translate3d(0, 8px, 0); } }
@keyframes heroCopyEntranceMobile { 0% { opacity: .76; filter: blur(2px); transform: translate3d(0, 8px, 0); } 8%, 50% { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); } 100% { opacity: .92; filter: blur(0); transform: translate3d(0, 10px, 0); } }
@keyframes heroTextSettle {
  0%, 16% { opacity: 1; transform: translate3d(0, -18px, 0) scale(1.34); }
  54% { opacity: 1; transform: translate3d(0, -8px, 0) scale(1.12); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes heroTextSettleMobile {
  0%, 16% { opacity: 1; transform: translate3d(0, -16px, 0) scale(1.24); }
  54% { opacity: 1; transform: translate3d(0, -7px, 0) scale(1.08); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes heroSecondaryQuiet { 0%, 52% { opacity: 1; } 100% { opacity: .64; } }
@keyframes cycleMoonFade { 0%, 24% { border-color: rgba(218,178,98,.92); box-shadow: 0 0 28px rgba(200,164,93,.28), inset 0 0 12px rgba(200,164,93,.16); } 100% { border-color: rgba(225,232,238,.86); box-shadow: 0 0 24px rgba(118,166,214,.20), inset 0 0 10px rgba(225,232,238,.10); } }
@keyframes cycleMaskIn { 0%, 30% { opacity: 0; transform: translateX(30px) scale(.92); } 100% { opacity: 1; transform: translateX(10px) scale(.92); } }
@keyframes cycleLineCool { 0%, 24% { opacity: 1; filter: none; } 100% { opacity: .72; filter: saturate(.4) hue-rotate(170deg); } }
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  .hero-media img { transform-origin: center 40%; animation: heroKenBurns 26s ease-in-out infinite alternate; will-change: transform; }
}
@media (min-width: 769px) {
  .hero { min-height: 0; height: clamp(720px, 62.5vw, 100svh); }
  .hero-media img { object-fit: contain; object-position: center center; background: #07111b; }
}
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: none; transform: none; will-change: auto; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-media-night { animation: heroNightFade 9s ease-in-out 1 forwards; }
  .hero-dusk { animation: heroDuskFade 9s ease-in-out 1 forwards; }
  .hero-content { animation: heroCopyEntrance 9s cubic-bezier(.22, 1, .36, 1) 1 forwards; will-change: transform, opacity; }
  .hero-text { transform-origin: bottom left; animation: heroTextSettle 9s cubic-bezier(.22, 1, .36, 1) 1 forwards; will-change: transform; }
  .hero-copy, .hero-actions .btn-ghost { animation: heroSecondaryQuiet 9s ease-in-out 1 forwards; }
  .cycle-orb { animation: cycleMoonFade 9s ease-in-out 1 forwards; }
  .cycle-orb::before { animation: cycleLineCool 9s ease-in-out 1 forwards; }
  .cycle-orb::after { animation: cycleMaskIn 9s ease-in-out 1 forwards; }
}
.hero-settled .hero-content { opacity: .9; transform: translate3d(0, 8px, 0); }
@media (prefers-reduced-motion: reduce) {
  .hero-media-day { opacity: 0; }
  .hero-media-night { opacity: 1; }
  .hero-dusk { opacity: .22; }
  .hero-content { opacity: .94; transform: none; }
  .hero-text { animation: none !important; transform: none !important; }
  .hero-media img { animation: none !important; transform: none !important; }
  .night-signature img { transition: none !important; transform: scale(1.62) !important; transform-origin: 50% 59%; object-position: 50% 59%; }
  .cycle-orb { border-color: rgba(225,232,238,.86); box-shadow: 0 0 24px rgba(118,166,214,.20), inset 0 0 10px rgba(225,232,238,.10); }
  .cycle-orb::before { opacity: .72; filter: saturate(.4) hue-rotate(170deg); }
  .cycle-orb::after { opacity: 1; transform: translateX(10px) scale(.92); }
}

.split, .feature-grid, .video-grid, .scale-grid, .authorship-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 7vw, 88px); align-items: center; }
.copy-stack p, .feature-copy p, .lead { color: var(--ink-soft); font-size: clamp(1.02rem, 1.7vw, 1.22rem); }
.section-dark .feature-copy p, .section-dark .video-grid p, .section-dark .video-note { color: rgba(255,250,241,.74); }
.js .reveal,
.js .night-signature-frame,
.js .scale-equation,
.js .material-cards article,
.js .spec-grid div,
.js .number-card,
.js .lifestyle-chapter {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 28px, 0);
  transition: opacity .95s cubic-bezier(.22, 1, .36, 1), filter .95s cubic-bezier(.22, 1, .36, 1), transform .95s cubic-bezier(.22, 1, .36, 1);
}
.js .is-visible,
.js .material-cards article.is-visible,
.js .spec-grid div.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}
.js .number-card:nth-child(2), .js .lifestyle-chapter:nth-child(2) { transition-delay: .08s; }
.js .number-card:nth-child(3), .js .number-card:nth-child(6) { transition-delay: .16s; }
.feature-band { background: var(--paper-2); }
.feature-image { margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: var(--dark); }
.feature-image img { --motion-y: 0px; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transform: translate3d(0, var(--motion-y), 0) scale(1.035); transition: transform .7s ease; will-change: transform; }
.feature-image.horizontal img { aspect-ratio: 16 / 10; }
.feature-image:hover img { transform: translate3d(0, var(--motion-y), 0) scale(1.055); }
.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.materiality .lead { max-width: 820px; }
.material-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.material-cards article { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: rgba(255,255,255,.22); transition: transform .55s ease, border-color .55s ease, background .55s ease, box-shadow .55s ease; }
.material-cards article::after { content: ""; position: absolute; inset: -40% auto auto -42%; width: 68%; aspect-ratio: 1; background: radial-gradient(circle, rgba(200,164,93,.28), transparent 64%); opacity: 0; transform: scale(.7); transition: opacity .8s ease, transform .8s ease; pointer-events: none; }
.material-cards article.is-visible { transform: translateY(0); border-color: rgba(200,164,93,.32); box-shadow: 0 18px 54px rgba(32, 25, 15, .08); }
.material-cards article.is-visible::after { opacity: 1; transform: scale(1); }
.material-cards article:nth-child(2) { transition-delay: .08s; }
.material-cards article:nth-child(3) { transition-delay: .16s; }
.material-cards span { color: var(--gold); font-weight: 800; }
.material-cards p { margin-bottom: 0; font-size: 1.1rem; }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p { color: var(--ink-soft); font-size: 1.08rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 320px; gap: 14px; }
.gallery-item, .strip-card, .season-card { position: relative; padding: 0; border: 0; border-radius: 24px; overflow: hidden; cursor: zoom-in; background: var(--dark); color: var(--white); text-align: left; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img, .strip-card img, .season-card img, .video-card img { --motion-y: 0px; width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--motion-y), 0) scale(1.035); transition: transform .55s ease, opacity .3s ease; will-change: transform; }
.gallery-item:hover img, .strip-card:hover img, .season-card:hover img, .video-card:hover img { transform: translate3d(0, var(--motion-y), 0) scale(1.06); opacity: .9; }
.gallery-item span, .strip-card span, .season-card span { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 8px 10px; border-radius: 12px; background: rgba(20,18,14,.48); backdrop-filter: blur(8px); font-size: .78rem; line-height: 1.35; }
.interiors { background: #eee7dc; }
.interiors-toolbar { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--ink-soft); font-size: .95rem; }
.interiors-scroll-actions { display: inline-flex; gap: 10px; }
.interiors-scroll-actions button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,250,241,.72); color: var(--ink); cursor: pointer; font-size: 1.55rem; line-height: 1; }
.interiors-scroll-actions button:hover { background: var(--white); border-color: rgba(200,164,93,.55); }
.interiors-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.strip-card { aspect-ratio: 4/5; }
.interiors-grid .strip-card { aspect-ratio: 16/10; }
.interiors-carousel { grid-template-columns: none; grid-template-rows: repeat(2, minmax(0, 340px)); grid-auto-flow: column; grid-auto-columns: minmax(280px, calc((100% - 28px) / 3)); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 20px; padding: 4px 0 18px; scrollbar-color: var(--gold) rgba(32,30,25,.12); }
.interiors-carousel .strip-card { aspect-ratio: auto; min-height: 0; scroll-snap-align: start; }
.seasons-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.season-card { min-height: 260px; }
.seasons-proofs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 28px 0 8px; }
.seasons-proofs div { min-width: 0; padding-top: 14px; border-top: 1px solid rgba(200,164,93,.62); }
.seasons-proofs strong, .seasons-proofs span { display: block; }
.seasons-proofs strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 500; line-height: 1.05; }
.seasons-proofs span { margin-top: 6px; color: var(--ink-soft); font-size: .78rem; line-height: 1.35; }
.video-section { background: radial-gradient(circle at 20% 0%, rgba(200,164,93,.18), transparent 36%), var(--dark); }
.video-grid-top { align-items: center; }
.video-card { position: relative; border: 0; padding: 0; border-radius: 34px; overflow: hidden; cursor: pointer; background: var(--dark-2); box-shadow: var(--shadow); color: var(--white); }
.video-card img { aspect-ratio: 9/16; max-height: 720px; }
.video-card-featured { width: min(100%, 680px); justify-self: end; }
.video-card-featured img { aspect-ratio: 4/5; max-height: min(76svh, 760px); }
.play-button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; padding-left: 5px; background: rgba(255,250,241,.9); color: var(--dark); box-shadow: 0 12px 60px rgba(0,0,0,.35); }
.video-status { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; background: rgba(20,18,14,.7); backdrop-filter: blur(10px); font-size: .85rem; }
.video-note { border-left: 2px solid var(--gold); padding-left: 16px; font-size: .95rem; }
.scale-section { background: linear-gradient(135deg, #211f1a, #4d402e); color: var(--white); }
.scale-section .lead { color: rgba(255,250,241,.76); }
.scale-section .scale-grid { grid-template-columns: 1fr; gap: clamp(28px, 4vw, 44px); }
.scale-section .scale-grid > div:first-child { max-width: 860px; }
.scale-equation { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.08fr); gap: clamp(10px, 1.8vw, 18px); align-items: stretch; }
.scale-equation div { position: relative; min-width: 0; overflow: hidden; padding: clamp(18px, 2.4vw, 30px); border: 1px solid rgba(255,250,241,.18); border-radius: 8px; background: rgba(255,250,241,.07); display: grid; align-content: center; gap: 10px; transition: border-color .6s ease, background .6s ease, box-shadow .6s ease; }
.scale-equation div::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(200,164,93,.9), transparent); transform: translateX(-100%); opacity: 0; }
.scale-equation strong { align-self: center; color: var(--gold); font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 500; }
.scale-equation span { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 6vw, 5.4rem); line-height: .9; white-space: nowrap; letter-spacing: -.02em; }
.scale-equation small { display: block; color: rgba(255,250,241,.72); font-size: .86rem; line-height: 1.35; }
.scale-equation .scale-total { background: rgba(200,164,93,.18); border-color: rgba(200,164,93,.48); }
.scale-equation.is-visible div { border-color: rgba(200,164,93,.42); background: rgba(255,250,241,.09); box-shadow: 0 22px 66px rgba(0,0,0,.16); }
.scale-equation.is-visible div::before { animation: scaleTrace 1.15s cubic-bezier(.22, 1, .36, 1) forwards; }
.scale-equation.is-visible div:nth-of-type(2)::before { animation-delay: .18s; }
.scale-equation.is-visible div:nth-of-type(3)::before { animation-delay: .36s; }
.scale-equation.is-visible .scale-total { background: rgba(200,164,93,.22); }
@keyframes scaleTrace { 0% { opacity: 0; transform: translateX(-100%); } 18% { opacity: 1; } 100% { opacity: .86; transform: translateX(100%); } }
.numbers-layout { display: grid; gap: clamp(38px, 6vw, 72px); }
.numbers-intro { max-width: 880px; }
.numbers-intro h2 { max-width: 16ch; }
.numbers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; }
.number-card { position: relative; min-width: 0; min-height: 210px; padding: clamp(22px, 3vw, 34px); border: 1px solid rgba(255,250,241,.18); border-radius: 18px; background: rgba(255,250,241,.07); display: flex; flex-direction: column; justify-content: space-between; gap: 18px; overflow: hidden; }
.number-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgba(200,164,93,.9), transparent); }
.number-card dt { color: rgba(255,250,241,.68); }
.number-card dd { margin: 0; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.65rem, 5.2vw, 4.8rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; white-space: nowrap; }
.number-card dd small { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .26em; letter-spacing: 0; }
.number-card span { max-width: 30ch; color: rgba(255,250,241,.58); font-size: .78rem; line-height: 1.4; }
.number-card-primary { background: rgba(200,164,93,.16); border-color: rgba(200,164,93,.48); }
.numbers-note { max-width: 780px; margin: -44px 0 0; padding-left: 18px; border-left: 1px solid rgba(200,164,93,.72); color: rgba(255,250,241,.7); font-size: clamp(.88rem, 1.2vw, 1rem); line-height: 1.6; }
.numbers-note sup { margin-right: .35em; color: var(--gold); font-size: 1.15em; }
.differences-block { display: grid; gap: 22px; }
.differences-block .section-kicker { margin: 0; }
.differences-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.difference-card { min-width: 0; padding: 22px 20px; border-top: 1px solid rgba(200,164,93,.72); background: rgba(255,255,255,.035); }
.difference-card > span { color: var(--gold); font-size: .68rem; letter-spacing: .18em; }
.difference-card h3 { margin-top: 28px; color: var(--white); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(1.05rem, 1.7vw, 1.42rem); font-weight: 650; line-height: 1.08; }
.difference-card p { margin: 10px 0 0; color: rgba(255,250,241,.58); font-size: .78rem; line-height: 1.45; }
.lifestyle-section { background: radial-gradient(circle at 82% 18%, rgba(200,164,93,.16), transparent 34%), #11100d; }
.lifestyle-heading { max-width: 860px; margin-bottom: clamp(54px, 8vw, 96px); }
.lifestyle-heading > p:last-child { max-width: 720px; color: rgba(255,250,241,.7); font-size: clamp(1.02rem, 1.7vw, 1.22rem); }
.lifestyle-grid { display: grid; gap: clamp(70px, 10vw, 132px); }
.lifestyle-chapter { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.lifestyle-chapter-reverse { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.55fr); }
.lifestyle-chapter-reverse .lifestyle-media { order: 2; }
.lifestyle-media { position: relative; margin: 0; border-radius: 28px; overflow: hidden; background: #090908; box-shadow: 0 32px 100px rgba(0,0,0,.38); }
.lifestyle-video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #090908; }
.lifestyle-motion-label { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border: 1px solid rgba(255,250,241,.18); border-radius: 999px; background: rgba(12,11,9,.56); color: rgba(255,250,241,.8); backdrop-filter: blur(10px); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.lifestyle-copy { max-width: 390px; }
.lifestyle-copy h3 { font-size: clamp(2.2rem, 4.4vw, 4.5rem); }
.lifestyle-copy > p:last-child { color: rgba(255,250,241,.66); font-size: 1.02rem; }
.manifesto { padding: clamp(72px, 11vw, 150px) 0; text-align: center; }
.manifesto p { max-width: 860px; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 7vw, 6.6rem); line-height: 1; }
.night-signature { padding: 0 0 clamp(78px, 12vw, 160px); margin-top: -1px; }
.night-signature-frame { max-width: min(980px, calc(100% - 40px)); }
.night-signature figure { margin: 0; position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: clamp(24px, 4vw, 42px); overflow: hidden; background: #0b0b09; box-shadow: 0 38px 120px rgba(0,0,0,.34); }
.night-signature-media { position: absolute; inset: 0; display: block; overflow: hidden; }
.night-signature img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 59%; transform-origin: 50% 59%; display: block; background: radial-gradient(circle at 50% 34%, rgba(51,63,72,.38), #080807 72%); transform: scale(1); transition: transform 3.8s cubic-bezier(.16, 1, .3, 1), filter 3.8s ease; will-change: transform; filter: saturate(.96) brightness(.94); }
.night-signature-frame.is-visible img { transform: scale(1.85); filter: saturate(1.06) brightness(1.04); }
.night-signature figcaption { position: absolute; left: clamp(18px, 3vw, 34px); bottom: clamp(18px, 3vw, 32px); margin: 0; padding: 10px 14px; border-radius: 999px; color: rgba(255,250,241,.9); background: rgba(10,9,7,.42); border: 1px solid rgba(255,250,241,.18); backdrop-filter: blur(10px); font-size: clamp(.84rem, 1.2vw, 1rem); letter-spacing: .01em; }
.compact-heading { max-width: 900px; }
.authorship-grid article { min-height: 360px; border: 1px solid var(--line); border-radius: 30px; padding: clamp(28px, 4vw, 46px); background: rgba(255,255,255,.25); display: flex; flex-direction: column; gap: 18px; }
.authorship-grid p { color: var(--ink-soft); font-size: 1.04rem; }
.bassani-card-logo { width: min(190px, 58vw); height: auto; object-fit: contain; object-position: left center; align-self: flex-start; margin-bottom: 4px; }
.landder-card { background: linear-gradient(145deg, rgba(24,23,19,.94), rgba(45,39,30,.9)) !important; color: var(--white); border-color: rgba(200,164,93,.36) !important; }
.landder-card p { color: rgba(255,250,241,.76); }
.landder-logo { width: min(320px, 100%); max-height: 96px; object-fit: contain; object-position: left center; margin-bottom: 6px; }
.social-link { margin-top: auto; display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-weight: 800; letter-spacing: .01em; }
.dorata-link { margin-top: 12px; }
.social-link img { width: 20px; height: 20px; }
.specs { background: var(--paper-2); }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.spec-grid div { padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
dt { color: var(--ink-soft); font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: 8px 0 0; font-size: 1.35rem; font-weight: 750; }
.final-cta { text-align: center; background: linear-gradient(rgba(24,23,19,.92), rgba(24,23,19,.92)), url('assets/landing-images/gallery-lake-facade.webp') center/cover; }
.final-card { max-width: 760px; }
.final-card img { margin: 0 auto 24px; filter: invert(1); opacity: .8; }
.final-card p { color: rgba(255,250,241,.76); font-size: 1.12rem; }
.final-card small { display: block; margin-top: 18px; color: rgba(255,250,241,.55); }
.site-footer { padding: 42px 0; background: #f8f3ea; color: var(--ink-soft); }
.footer-grid { display: grid; grid-template-columns: auto 1fr 1.3fr; gap: 24px; align-items: center; font-size: .92rem; }
.footer-brand-grid { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.6fr); align-items: center; }
.footer-aurea { display: grid; gap: 10px; }
.footer-aurea > img { width: 168px; height: auto; }
.footer-aurea p { margin: 0; }
.footer-partners { display: flex; justify-content: flex-end; align-items: center; gap: clamp(22px, 4vw, 52px); flex-wrap: wrap; }
.footer-partner { display: grid; justify-items: center; gap: 10px; color: var(--ink); padding: 14px 16px; border-radius: 18px; }
.footer-partner-dark { background: linear-gradient(145deg, #181713, #2a251d); box-shadow: 0 12px 34px rgba(20,18,14,.14); }
.footer-partner-dark span { color: var(--gold); }
.footer-logo { object-fit: contain; max-width: 220px; max-height: 92px; }
.bassani-footer-logo { width: 118px; mix-blend-mode: multiply; }
.landder-footer-logo { width: 210px; }
.footer-partner span { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: .82rem; font-weight: 800; }
.footer-partner span img { width: 18px; height: 18px; }
.footer-privacy { text-align: right; }

.lightbox, .video-modal { width: min(1120px, calc(100% - 28px)); border: 0; padding: 0; background: transparent; color: var(--white); }
.lightbox::backdrop, .video-modal::backdrop { background: rgba(10,9,7,.86); backdrop-filter: blur(10px); }
.lightbox figure { margin: 0; display: grid; gap: 14px; }
.lightbox img { max-height: 82svh; width: 100%; object-fit: contain; border-radius: 20px; background: var(--dark); }
.lightbox figcaption { text-align: center; color: rgba(255,250,241,.82); }
.modal-close, .modal-nav { position: fixed; z-index: 2; border: 1px solid rgba(255,250,241,.28); color: var(--white); background: rgba(24,23,19,.7); border-radius: 999px; cursor: pointer; }
.modal-close { top: 20px; right: 20px; width: 46px; height: 46px; font-size: 1.8rem; }
.modal-nav { top: 50%; width: 48px; height: 68px; font-size: 2.5rem; }
.modal-nav.prev { left: 22px; }
.modal-nav.next { right: 22px; }
.video-frame { width: min(42.75svh, 430px, 100%); height: auto; margin: 0 auto; aspect-ratio: 9/16; border-radius: 22px; overflow: hidden; background: #070706; display: grid; place-items: center; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { padding: 32px; text-align: center; color: rgba(255,250,241,.8); }
.video-placeholder code { color: var(--gold); }
.video-fallback-link { display: table; margin: 14px auto 0; padding: 10px 14px; border-radius: 999px; color: var(--white); background: rgba(24,23,19,.72); border: 1px solid rgba(255,250,241,.24); font-size: .9rem; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .header-cta { font-size: .76rem; padding: 9px 12px; }
  .split, .feature-grid, .reverse, .video-grid, .scale-grid, .authorship-grid { grid-template-columns: 1fr; }
  .video-card-featured { justify-self: stretch; width: 100%; }
  .scale-equation { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .differences-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lifestyle-chapter, .lifestyle-chapter-reverse { grid-template-columns: 1fr; }
  .lifestyle-chapter-reverse .lifestyle-media { order: 0; }
  .lifestyle-copy { max-width: 680px; }
  .scale-equation strong { justify-self: start; padding-left: 10px; line-height: 1; }
  .material-cards, .interiors-strip, .seasons-gallery, .footer-grid, .footer-brand-grid { grid-template-columns: 1fr; }
  .seasons-proofs { grid-template-columns: 1fr; }
  .interiors-carousel { grid-template-columns: none; grid-template-rows: repeat(2, minmax(0, 320px)); grid-auto-flow: column; grid-auto-columns: minmax(260px, calc((100% - 14px) / 2)); }
  .footer-partners { justify-content: flex-start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-item.wide, .season-card.wide { grid-column: span 2; }
  .spec-grid { grid-template-columns: 1fr; }
  .footer-privacy { text-align: left; }
  .hero-content { max-width: none; }
  .hero-cycle-cue { top: 94px; right: 22px; transform: scale(.84); transform-origin: top right; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { padding: 14px; }
  .brand img { height: 56px; }
  .header-cta { display: none; }
  .hero-content {
    position: static;
    display: block;
    width: min(100% - 28px, 1120px);
    padding-bottom: 26px;
  }
  .hero-text { max-width: min(58vw, 250px); }
  .hero h1 { font-size: clamp(1.72rem, 8.1vw, 2.2rem); letter-spacing: -0.02em; }
  .hero-headline { max-width: 17ch; font-size: clamp(.76rem, 3.25vw, .9rem); line-height: 1.22; }
  .hero-copy { max-width: 34ch; font-size: .94rem; }
  .hero-cycle-cue { top: 112px; left: clamp(238px, 64vw, 286px); right: auto; width: 82px; height: 82px; transform: none; opacity: .96; z-index: 2; border-radius: 50%; background: radial-gradient(circle, rgba(255,250,241,.10), rgba(7,12,20,.26) 54%, transparent 74%); filter: drop-shadow(0 8px 18px rgba(0,0,0,.24)); }
  .cycle-orb { width: 44px; height: 44px; border-width: 2px; border-color: rgba(226,180,83,.98); background: rgba(8,12,20,.12); backdrop-filter: blur(2px); box-shadow: 0 0 34px rgba(218,178,98,.42), inset 0 0 14px rgba(218,178,98,.18); }
  .cycle-orb::before { width: 74px; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(226,180,83,.96), transparent); }
  .hero-actions { position: static; display: block; width: min(100%, 280px); max-width: 280px; margin: 16px 0 0; }
  .hero-actions .btn { width: 100%; max-width: 100%; min-width: 0; min-height: 44px; padding: 10px 16px; font-size: .74rem; line-height: 1.12; text-align: center; white-space: nowrap; }
  .hero-settled .hero-content { opacity: .92; transform: translate3d(0, 10px, 0); }
  @media (prefers-reduced-motion: no-preference) {
    .hero-content { animation-name: heroCopyEntranceMobile; }
    .hero-text { animation-name: heroTextSettleMobile; }
  }
  .night-signature figure { aspect-ratio: 4 / 5; }
  .night-signature img { object-position: 50% 59%; transform-origin: 50% 59%; transform: scale(1); }
  .night-signature-frame.is-visible img { transform: scale(1.58); }
  .video-card, .feature-image, .authorship-grid article { border-radius: 8px; }
  .video-card-featured img { aspect-ratio: 4/5; max-height: none; }
  .scale-equation div { padding: 18px; }
  .scale-equation span { font-size: clamp(2.35rem, 14vw, 4rem); }
  .numbers-grid { grid-template-columns: 1fr; }
  .differences-grid { grid-template-columns: 1fr; }
  .number-card { min-height: 170px; border-radius: 8px; }
  .number-card dd { font-size: clamp(2.8rem, 16vw, 4.2rem); }
  .lifestyle-media { border-radius: 8px; }
  .lifestyle-motion-label { left: 10px; bottom: 10px; font-size: .62rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item.tall, .gallery-item.wide, .season-card.wide { grid-row: auto; grid-column: auto; }
  .gallery-item, .strip-card, .season-card { display: grid; grid-template-rows: auto auto; background: #fbf6ee; color: var(--ink); box-shadow: 0 12px 34px rgba(20,18,14,.10); }
  .gallery-item img, .strip-card img, .season-card img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .gallery-item span, .strip-card span, .season-card span { position: static; display: block; padding: 10px 12px 12px; background: transparent; color: var(--ink-soft); backdrop-filter: none; border-radius: 0; font-size: .78rem; line-height: 1.35; }
  .interiors-grid .strip-card, .season-card { aspect-ratio: auto; min-height: 0; }
  .interiors-toolbar { align-items: flex-start; flex-direction: column; }
  .interiors-carousel { grid-template-columns: none; grid-template-rows: 1fr; grid-auto-flow: column; grid-auto-columns: minmax(78%, 78%); margin-top: 28px; }
  .modal-nav { display: none; }
}
