/* ============ CANNON FINCH — cannonfinch.com ============ */

:root {
  --charcoal: #1F1F1F;
  --ink: #141414;
  --deep: #0e0e0e;
  --gold: #F5B238;
  --gold-dark: #D99A26;
  --gold-ink: #8a5f0e; /* AA-contrast gold for text on cream */
  --cream: #FFF4DB;
  --red: #C8352E;
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-accent: "Instrument Serif", serif;
  --font-script: var(--font-accent); /* legacy alias */
  --font-body: "Instrument Sans", sans-serif;
  --font-cond: "Barlow Condensed", sans-serif; /* diegetic sign lettering in the SVG scene only */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--charcoal);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold); color: var(--charcoal); }

h1, h2, h3 { line-height: 1.02; }
h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  letter-spacing: -.025em;
  text-transform: none;
}
h2 em, h1 em {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  color: var(--gold);
  font-size: 1.04em;
  letter-spacing: -.01em;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 244, 219, .6);
}
.eyebrow--gold { color: var(--gold); }

/* ---------- hero video + line masks ---------- */
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.52) saturate(1.06);
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,14,14,.6), rgba(14,14,14,.22) 42%, rgba(31,31,31,.9));
}
.line { display: block; overflow: hidden; }
.line-inner { display: block; will-change: transform; }
.hline { display: block; }

/* ---------- legacy fx layer ---------- */
.fx-hero { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.fx-hero canvas { width: 100%; height: 100%; display: block; }
.hero-inner, .scroll-cue { z-index: 2; }

.word { display: inline-block; white-space: nowrap; }
.char { display: inline-block; }

.cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 8px; height: 8px; margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--gold);
  z-index: 10001; pointer-events: none;
}
.cursor-ring {
  position: fixed; top: 0; left: 0;
  width: 38px; height: 38px; margin: -19px 0 0 -19px;
  border: 1.5px solid rgba(245, 178, 56, .85);
  border-radius: 50%;
  z-index: 10001; pointer-events: none;
  transition: width .25s ease, height .25s ease, margin .25s ease, border-color .25s ease, background .25s ease;
}
.cursor-ring.is-active {
  width: 62px; height: 62px; margin: -31px 0 0 -31px;
  border-color: var(--cream);
  background: rgba(245, 178, 56, .12);
}
html.fx-cursor, html.fx-cursor a, html.fx-cursor button, html.fx-cursor .chip span { cursor: none; }
html.fx-cursor input, html.fx-cursor textarea { cursor: text; }
@media (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- grain + progress ---------- */
.grain {
  position: fixed; inset: -50%;
  width: 200%; height: 200%;
  pointer-events: none;
  z-index: 9990;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes grain-shift {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -2%); }
  80% { transform: translate(3%, 3%); }
}

.progress-bar {
  position: fixed; top: 0; left: 0;
  height: 4px; width: 100%;
  background: var(--gold);
  transform-origin: 0 50%;
  transform: scaleX(0);
  z-index: 9999;
}

/* ---------- preloader ---------- */
#preloader {
  position: fixed; inset: 0;
  background: var(--ink);
  z-index: 10000;
  display: grid; place-items: center;
}
/* dead-man switches: if main.js never runs, un-brick the page after ~4.5s */
.no-js #preloader { display: none; }
.js:not(.motion-ready) #preloader { animation: preloader-bail .5s ease 4s forwards; }
@keyframes preloader-bail { to { visibility: hidden; opacity: 0; } }
.no-js .nav { transform: none; }
.js:not(.motion-ready) .nav { animation: nav-bail .5s ease 4.5s forwards; }
@keyframes nav-bail { to { transform: none; } }
.js:not(.motion-ready) [data-reveal] { animation: reveal-bail .6s ease 4.5s forwards; }
@keyframes reveal-bail { to { opacity: 1; transform: none; } }
.preloader-inner { position: relative; display: grid; place-items: center; }
.preloader-logo { width: min(300px, 55vw); opacity: 0; }
.preloader-bar {
  width: 180px; height: 2px;
  margin-top: 30px;
  background: rgba(255, 244, 219, .12);
  border-radius: 2px;
  overflow: hidden;
}
.preloader-bar span {
  display: block; height: 100%; width: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

/* ---------- nav (floating, hide-on-scroll-down) ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 44px);
  transform: translateY(-110%);
  transition: transform .55s cubic-bezier(.2,.9,.3,1), background .4s ease;
}
.nav.is-in { transform: none; }
.nav.is-in.is-hidden { transform: translateY(-110%); }
.nav.is-scrolled {
  background: linear-gradient(rgba(14,14,14,.85), rgba(14,14,14,0));
}
.nav-logo img { height: 38px; width: auto; }
.nav-links {
  display: flex; gap: 4px;
  background: rgba(20, 20, 20, .55);
  border: 1px solid rgba(255, 244, 219, .12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  padding: 6px;
}
.nav-links a {
  font-family: var(--font-body);
  font-weight: 500; font-size: .92rem;
  letter-spacing: .01em;
  text-decoration: none; color: rgba(255, 244, 219, .85);
  padding: 9px 18px;
  border-radius: 999px;
  transition: background .25s ease, color .25s ease;
}
.nav-links a:hover { background: rgba(255, 244, 219, .1); color: var(--cream); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600; font-size: .98rem;
  letter-spacing: .01em; text-transform: none;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, filter .25s ease;
  will-change: transform;
}
.btn-gold {
  background: var(--gold); color: var(--charcoal);
  box-shadow: 0 12px 32px rgba(245,178,56,.22);
}
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 18px 44px rgba(245,178,56,.3); }
.btn-gold:active { transform: translateY(0); }
.btn-ghost {
  border-color: rgba(255,244,219,.28); color: var(--cream);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { border-color: rgba(245,178,56,.7); color: var(--gold); }
.btn-dark {
  background: var(--charcoal); color: var(--cream);
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}
.btn-dark:hover { transform: translateY(-2px); }
.nav-cta { padding: 11px 22px; font-size: .92rem; }
/* magnetic buttons: GSAP owns transform — keep CSS transitions off it */
[data-magnetic] { transition-property: background-color, color, border-color, box-shadow; }

/* ---------- hero ---------- */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  padding: 120px clamp(18px, 5vw, 64px) 80px;
  overflow: hidden;
  background:
    radial-gradient(1200px 700px at 85% 20%, rgba(245,178,56,.13), transparent 60%),
    radial-gradient(900px 600px at 10% 90%, rgba(245,178,56,.07), transparent 60%),
    var(--charcoal);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-swash {
  position: absolute;
  bottom: -12%; left: -8%;
  width: 130%; height: 42%;
  background: var(--gold);
  opacity: .05;
  transform: rotate(-4deg);
  border-radius: 40% 60% 0 0 / 100% 100% 0 0;
}
.hero-rays {
  position: absolute; top: -20%; right: -15%;
  width: 60vw; height: 60vw;
  background: conic-gradient(from 0deg, transparent 0 14deg, rgba(245,178,56,.05) 14deg 22deg, transparent 22deg 40deg, rgba(245,178,56,.05) 40deg 48deg, transparent 48deg 72deg, rgba(245,178,56,.05) 72deg 80deg, transparent 80deg 110deg, rgba(245,178,56,.05) 110deg 118deg, transparent 118deg 360deg);
  border-radius: 50%;
  animation: rays-spin 60s linear infinite;
}
@keyframes rays-spin { to { transform: rotate(360deg); } }

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.9rem, 6.4vw, 6rem);
  letter-spacing: -.03em;
  line-height: .97;
  text-transform: none;
  margin: 24px 0 28px;
}
.hero-title > span { display: block; }
.hero-title .char { display: inline-block; }
.hero-sub { max-width: 50ch; color: rgba(255,244,219,.78); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.7; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.hero-art { position: relative; }
.hero-logo {
  width: min(520px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.5));
}
@keyframes hero-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-16px) rotate(1deg); }
}
.scroll-cue {
  position: absolute; bottom: 26px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .68rem; letter-spacing: .34em;
  color: rgba(255,244,219,.45);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue span {
  width: 2px; height: 44px;
  background: linear-gradient(var(--gold), transparent);
  animation: cue-drop 1.6s ease-in-out infinite;
}
@keyframes cue-drop {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- marquee ---------- */
.marquee {
  overflow: hidden;
  background: var(--gold);
  border-block: 3px solid var(--deep);
  padding: 14px 0;
  position: relative; z-index: 5;
}
.marquee--cream { background: var(--cream); }
.marquee-track {
  display: flex; align-items: center; gap: 28px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.marquee span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  letter-spacing: -.01em;
  color: var(--charcoal);
  white-space: nowrap;
}
.marquee i { font-style: normal; color: var(--charcoal); opacity: .55; font-size: 1.2rem; }
@keyframes marquee-scroll { to { transform: translateX(-50%); } }

/* ---------- transformation scene ---------- */
.scene-section { position: relative; background: var(--ink); }
.scene-pin {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.scene-stagewrap { position: absolute; inset: 0; }
.scene-layer { position: absolute; inset: 0; }
.scene-layer svg { width: 100%; height: 100%; }
.scene-interior { opacity: 0; visibility: hidden; }

.scene-captions {
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  bottom: clamp(20px, 6vh, 64px);
  width: min(420px, calc(100% - 36px));
  z-index: 10;
  display: grid;
}
.scene-counter {
  grid-row: 1;
  font-family: var(--font-body);
  font-weight: 600; letter-spacing: .26em;
  color: var(--gold);
  margin-bottom: 12px; font-size: .8rem;
}
.scene-caption {
  grid-area: 2 / 1; /* all captions stack in one cell; container grows to the tallest */
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease;
  pointer-events: none;
  background: rgba(14,14,14,.82);
  border: 1px solid rgba(245,178,56,.35);
  border-left: 5px solid var(--gold);
  padding: 20px 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  align-self: end;
}
.scene-caption.is-active { opacity: 1; transform: none; }
.scene-caption h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  letter-spacing: -.02em;
  color: var(--cream);
  margin-bottom: 8px;
  text-transform: none;
}
.scene-caption p { color: rgba(255,244,219,.78); font-size: .96rem; line-height: 1.55; }

/* ---------- sections shared ---------- */
.section-head { text-align: center; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.section-head h2 { margin: 18px 0 20px; }
.section-sub { color: rgba(255,244,219,.7); max-width: 60ch; margin: 0 auto; }

/* ---------- services ---------- */
.services { padding: clamp(90px, 12vw, 150px) clamp(18px, 5vw, 64px); background: var(--charcoal); position: relative; overflow: hidden; }
.services-store-3d {
  position: absolute; right: -70px; top: 30px;
  width: min(430px, 30vw);
  opacity: .92;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.45));
  pointer-events: none;
}
@media (max-width: 1200px) { .services-store-3d { display: none; } }
.realtor-sign-3d {
  width: min(460px, 88%);
  margin: 0 auto;
  filter: drop-shadow(0 26px 38px rgba(0,0,0,.5));
}
.quote-coins {
  width: min(280px, 55%);
  margin-top: 26px;
  filter: drop-shadow(0 20px 28px rgba(31,31,31,.25));
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1380px;
  margin: 60px auto 0;
}
.service-card {
  position: relative;
  border: 1px solid rgba(255,244,219,.14);
  border-radius: 14px;
  padding: 30px 26px 34px;
  background: linear-gradient(160deg, rgba(255,244,219,.045), rgba(255,244,219,0));
  overflow: hidden;
  transition: border-color .35s ease;
}
/* transform transition only after the GSAP reveal is done, so it can't fight the tween */
.service-card.is-revealed, .no-motion .service-card, .no-js .service-card {
  transition: transform .35s cubic-bezier(.2,.9,.3,1), border-color .35s ease;
}
.service-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(245,178,56,.16) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(245,178,56,.55); }
.service-card:hover::before { transform: translateX(120%); }
.service-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(245,178,56,.65);
  margin-bottom: 16px;
}
.service-card h3 {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.32rem;
  letter-spacing: -.015em; text-transform: none;
  color: var(--cream);
  margin-bottom: 10px;
}
.service-card p { color: rgba(255,244,219,.68); font-size: .95rem; line-height: 1.6; }

/* ---------- realtors ---------- */
.realtors { background: var(--deep); padding: clamp(90px, 12vw, 160px) clamp(18px, 5vw, 64px); position: relative; overflow: hidden; }
.realtors::after {
  content: "SOLD";
  position: absolute;
  right: -2%; bottom: -6%;
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 20rem);
  color: transparent;
  -webkit-text-stroke: 2px rgba(245,178,56,.08);
  pointer-events: none;
  line-height: 1;
}
.realtors-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; z-index: 2;
}
.realtors h2 { margin: 16px 0 20px; }
.realtors-copy > p { color: rgba(255,244,219,.78); max-width: 52ch; }
.check-list { list-style: none; margin: 28px 0 36px; display: grid; gap: 13px; }
.check-list li { padding-left: 38px; position: relative; color: rgba(255,244,219,.9); }
.check-list li::before {
  content: "✦";
  position: absolute; left: 4px; top: 0;
  color: var(--gold);
  font-size: 1.1rem;
}
.realtors-art svg { width: min(420px, 90%); margin: 0 auto; }

/* ---------- process ---------- */
.process { background: var(--charcoal); padding: clamp(90px, 12vw, 150px) clamp(18px, 5vw, 64px); }
.process-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 60px auto 0;
  counter-reset: step;
}
.process-steps li {
  border-top: 3px solid var(--gold);
  background: linear-gradient(rgba(255,244,219,.04), transparent);
  padding: 26px 24px 34px;
  border-radius: 0 0 14px 14px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  display: block; margin-bottom: 14px;
}
.process-steps h3 {
  font-family: var(--font-display); font-weight: 700;
  text-transform: none; letter-spacing: -.015em;
  font-size: 1.3rem; color: var(--cream); margin-bottom: 8px;
}
.process-steps p { color: rgba(255,244,219,.72); font-size: .96rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--gold);
  color: var(--charcoal);
  text-align: center;
  padding: clamp(80px, 10vw, 130px) 20px;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: var(--charcoal); margin: 10px 0 34px; font-size: clamp(2.4rem, 6vw, 4.6rem); }
.cta-band h2 em { color: var(--charcoal); text-shadow: 3px 3px 0 rgba(255,244,219,.8); }
.cta-mascot { width: min(190px, 40vw); margin: 0 auto 6px; }
.cta-cannon-wrap { margin: -20px auto -10px; }
.cta-cannon {
  width: min(560px, 82vw);
  margin: 0 auto;
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, .38));
}

/* ---------- quote ---------- */
.quote { background: var(--cream); color: var(--charcoal); padding: clamp(90px, 12vw, 150px) clamp(18px, 5vw, 64px); }
.quote-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 80px);
  max-width: 1280px;
  margin: 0 auto;
}
.quote h2 { color: var(--charcoal); margin: 14px 0 18px; }
.quote h2 em { color: var(--gold-ink); }
.quote-copy > p { color: rgba(31,31,31,.75); max-width: 46ch; }
.quote-meta { margin-top: 36px; display: grid; gap: 16px; font-size: .98rem; color: rgba(31,31,31,.85); }
.quote-meta a { color: var(--gold-ink); font-weight: 700; text-decoration: none; }
.quote-meta a:hover { text-decoration: underline; }

.quote-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label {
  display: grid; gap: 7px;
  font-family: var(--font-body);
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  font-size: .72rem; color: rgba(31,31,31,.65);
}
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 13px 16px;
  border: 2px solid rgba(31,31,31,.45);
  border-radius: 10px;
  background: #fff;
  color: var(--charcoal);
  transition: border-color .25s ease, box-shadow .25s ease;
  width: 100%;
  resize: vertical;
}
.quote-form input:focus, .quote-form textarea:focus {
  outline: none;
  border-color: var(--gold-ink);
  box-shadow: 0 0 0 4px rgba(245,178,56,.35);
}
.chip-set { border: none; display: flex; flex-wrap: wrap; gap: 10px; }
.chip-set legend {
  font-family: var(--font-body);
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  font-size: .72rem; color: rgba(31,31,31,.65);
  margin-bottom: 12px;
}
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid rgba(31,31,31,.35);
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 500; font-size: .92rem; letter-spacing: 0;
  cursor: pointer;
  transition: all .2s ease;
  user-select: none;
}
.chip:hover span { border-color: var(--charcoal); }
.chip input:checked + span {
  background: var(--charcoal); color: var(--gold); border-color: var(--charcoal);
  transform: scale(1.04);
}
.chip input:focus-visible + span { box-shadow: 0 0 0 3px var(--charcoal); outline: 2px solid var(--gold-ink); outline-offset: 3px; }
.btn-submit { border: none; font-size: 1.05rem; justify-self: start; padding: 18px 44px; }
.form-status { font-weight: 600; min-height: 1.4em; }
.form-status.ok { color: #1d7a3e; }
.form-status.err { color: var(--red); }

/* ---------- footer ---------- */
.footer { background: var(--deep); padding: 70px clamp(18px, 5vw, 64px) 30px; border-top: 3px solid var(--gold); }
.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(24px, 5vw, 80px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 46px;
}
.footer-logo { width: 170px; }
.footer-tag { font-family: var(--font-accent); font-style: italic; color: var(--gold); font-size: 1.55rem; margin-bottom: 10px; }
.footer-col { display: grid; gap: 8px; color: rgba(255,244,219,.75); }
.footer-col a { color: var(--cream); text-decoration: none; font-weight: 600; }
.footer-col a:hover { color: var(--gold); }
.footer-fine {
  text-align: center;
  font-size: .85rem;
  color: rgba(255,244,219,.62);
  border-top: 1px solid rgba(255,244,219,.1);
  padding-top: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- reveal defaults ----------
   Hidden ONLY when JS is live and motion is on; the :not() class guards mean
   the rule simply stops matching once revealed — no competing transform left behind. */
html.js:not(.no-motion) [data-reveal]:not(.is-revealed) { opacity: 0; transform: translateY(24px); }

/* ---------- static scene (reduced motion / missing GSAP): one coherent branded frame ---------- */
.no-motion #sky-drab, .no-motion #for-lease, .no-motion #signband-empty,
.no-motion #van, .no-motion .scene-interior, .no-motion .scene-counter { display: none; }
.no-motion .scene-caption { display: none; }
.no-motion .scene-caption[data-stage="2"] { display: block; opacity: 1; transform: none; }
.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;
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-art { order: -1; margin-top: 20px; }
  .hero-logo { width: min(330px, 70vw); }
  .realtors-inner, .quote-inner { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .scene-captions { left: 50%; transform: translateX(-50%); bottom: 16px; width: calc(100% - 28px); }
  .scene-caption { padding: 14px 16px; }
  .scene-caption p { font-size: .88rem; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .marquee-track, .hero-logo, .hero-rays, .grain, .scroll-cue span { animation: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}


/* ============ CHOREOGRAPHY LAYER (v11) ============ */

/* preloader counter */
.preloader-count {
  margin-top: 14px;
  font-family: var(--font-body);
  font-weight: 600; font-size: .8rem;
  letter-spacing: .22em;
  color: rgba(255,244,219,.55);
  font-variant-numeric: tabular-nums;
}

/* section index furniture */
.eyebrow .idx {
  display: inline-block;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid rgba(245,178,56,.4);
  color: var(--gold);
}

/* press-down section transitions */
main > section { position: relative; }
.press-veil {
  position: absolute; inset: 0;
  background: #0e0e0e;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

/* stats strip */
.stats {
  background: var(--charcoal);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 64px);
}
.stat { border-top: 1px solid rgba(255,244,219,.14); padding-top: 26px; }
.stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--gold);
  display: block;
  font-variant-numeric: tabular-nums;
}
.stat-label {
  display: block;
  margin-top: 10px;
  color: rgba(255,244,219,.65);
  font-size: .95rem;
}
@media (max-width: 760px) { .stats { grid-template-columns: 1fr; } }

/* CTA: obsidian cinema */
.cta-band { background: var(--deep); color: var(--cream); overflow: hidden; }
.cta-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.85);
}
.cta-veil {
  position: absolute; inset: 0;
  background: radial-gradient(90% 90% at 50% 40%, rgba(14,14,14,.25), rgba(14,14,14,.88));
}
.cta-band > *:not(.cta-video):not(.cta-veil) { position: relative; z-index: 2; }
.cta-band h2 { color: var(--cream); }
.cta-band h2 em { color: var(--gold); text-shadow: none; }

/* process: horizontal cinema on desktop */
@media (min-width: 900px) {
  .process--pinned .process-steps {
    display: flex;
    gap: 24px;
    max-width: none;
    width: max-content;
  }
  .process--pinned .process-steps li {
    min-width: 40vw;
    min-height: 56vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    padding: 48px 44px 56px;
    background: linear-gradient(170deg, rgba(255,244,219,.05), rgba(255,244,219,.01));
    border-radius: 18px;
    border-top: 3px solid var(--gold);
  }
  .process--pinned .process-steps .step-num { font-size: clamp(4rem, 7vw, 6.5rem); margin-bottom: auto; }
  .process--pinned .process-steps h3 { font-size: 1.9rem; }
  .process--pinned .process-steps p { font-size: 1.05rem; max-width: 46ch; }
}

/* service card micro-interactions */
.service-card::after {
  content: "\2197";
  position: absolute; top: 22px; right: 24px;
  color: var(--gold);
  font-size: 1.25rem;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition: opacity .3s ease, transform .3s ease;
}
.service-card:hover::after { opacity: 1; transform: none; }
.service-num { transition: color .3s ease; }
.service-card:hover .service-num { color: rgba(245,178,56,.9); -webkit-text-stroke: 0; }

/* link underline sweeps */
.footer-col a, .quote-meta a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size .35s ease;
  text-decoration: none;
}
.footer-col a:hover, .quote-meta a:hover { background-size: 100% 1px; }

/* giant footer wordmark */
.footer-word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 11.4vw, 11rem);
  letter-spacing: -.02em;
  line-height: .95;
  text-align: center;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,244,219,.22);
  padding: 30px 0 50px;
  user-select: none;
}
