/* Self-hosted latin subsets */
@font-face{font-family:'Cinzel';font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/cinzel-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400 600;font-display:swap;src:url(/assets/fonts/montserrat-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* ============================================================
   ORDENARE — brand system
   Deep green velvet · gold · ivory. Cinzel display, Montserrat text.
   ============================================================ */
:root {
  --g950: #071D17;
  --g900: #0B2E24;
  --g800: #123A2D;
  --g700: #1B4336;
  --gold: #C6A664;
  --gold-hi: #DCC38B;
  --ivory: #F1EDE2;
  --ivory-70: rgba(241, 237, 226, 0.72);
  --ivory-45: rgba(241, 237, 226, 0.45);
  --black: #1A1A1A;
  --line-gold: rgba(198, 166, 100, 0.28);
  --line-soft: rgba(241, 237, 226, 0.10);
  --r: 8px;
  --display: 'Cinzel', 'Times New Roman', serif;
  --text: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
  --pad: clamp(4rem, 10vw, 8rem);
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--g900); color: var(--ivory);
  font-family: var(--text); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.12; text-wrap: balance; }
p { text-wrap: pretty; }
a { color: var(--gold); text-decoration: none; }
img, svg { max-width: 100%; }

/* mark (real brand asset; ratio 460x470) */
.mark { width: 40px; height: auto; }
.mock-logo img { width: 26px; margin-bottom: 18px; }
.time-mark img { width: 100%; height: auto; }
.ph-brand img { width: 22px; }
.wordmark { font-family: var(--display); font-weight: 600; letter-spacing: 0.34em; font-size: 1.05rem; color: var(--ivory); text-transform: uppercase; }

/* eyebrow */
.eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.1rem;
}

/* ============ buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--text); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.06em;
  text-transform: uppercase; border-radius: var(--r); padding: 14px 28px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn.lg { padding: 17px 34px; }
.btn.sm { padding: 10px 20px; font-size: 0.8rem; }
.btn.gold {
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-hi) 45%, var(--gold) 100%);
  background-size: 220% 100%; color: var(--g950);
  animation: sheen 4.5s ease-in-out infinite;
  box-shadow: 0 8px 30px rgba(198, 166, 100, 0.25);
}
.btn.gold:hover { box-shadow: 0 12px 38px rgba(198, 166, 100, 0.4); }
@keyframes sheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.btn.line { border-color: var(--line-gold); color: var(--ivory); }
.btn.line:hover { border-color: var(--gold); color: var(--gold-hi); background: rgba(198, 166, 100, 0.06); }
.btn.deep { background: var(--g900); color: var(--ivory); }
.btn.deep:hover { background: var(--g950); box-shadow: 0 12px 30px rgba(7, 29, 23, 0.35); }
.btn.deepline { border-color: rgba(11, 46, 36, 0.35); color: var(--g900); }
.btn.deepline:hover { border-color: var(--g900); background: rgba(11, 46, 36, 0.06); }

/* ============ nav ============ */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.nav.scrolled {
  background: rgba(7, 29, 23, 0.82); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line-soft);
}
.nav-in {
  max-width: 1200px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand .mark { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.btn) {
  color: var(--ivory-70); font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em;
  position: relative; padding: 4px 0; transition: color 0.2s ease;
}
.nav-links > a:not(.btn)::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width 0.25s ease;
}
.nav-links > a:not(.btn):hover { color: var(--ivory); }
.nav-links > a:not(.btn):hover::after { width: 100%; }

.signin { position: relative; }
.signin-btn {
  background: none; border: none; color: var(--ivory-70); font-family: var(--text);
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; display: flex;
  align-items: center; gap: 7px; padding: 4px 0; transition: color 0.2s ease;
}
.signin-btn:hover, .signin.open .signin-btn { color: var(--ivory); }
.chev { width: 10px; height: 6px; } .chev path { fill: none; stroke: currentColor; stroke-width: 1.6; }
.signin.open .chev { transform: rotate(180deg); }
.signin-menu {
  position: absolute; top: calc(100% + 14px); right: 0; width: 270px;
  background: var(--g950); border: 1px solid var(--line-gold); border-radius: 12px;
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.signin.open .signin-menu { opacity: 1; visibility: visible; transform: none; }
.signin-menu a { display: block; padding: 12px 14px; border-radius: 8px; transition: background 0.15s ease; }
.signin-menu a:hover { background: rgba(198, 166, 100, 0.08); }
.signin-menu b { display: block; color: var(--ivory); font-size: 0.9rem; font-weight: 600; }
.signin-menu span { display: block; color: var(--ivory-45); font-size: 0.78rem; margin-top: 2px; }

.burger { display: none; background: none; border: none; width: 40px; height: 40px; position: relative; }
.burger span { position: absolute; left: 8px; right: 8px; height: 2px; background: var(--ivory); transition: transform 0.25s ease, opacity 0.2s; }
.burger span:first-child { top: 14px; } .burger span:last-child { bottom: 14px; }
.burger.open span:first-child { transform: translateY(5px) rotate(45deg); }
.burger.open span:last-child { transform: translateY(-5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 90; background: var(--g950);
  display: none; flex-direction: column; gap: 8px; padding: 110px 32px 40px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a:not(.btn) { color: var(--ivory); font-family: var(--display); font-size: 1.3rem; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.mobile-menu .btn { margin-top: 22px; }

/* ============ hero ============ */
.hero { position: relative; padding: clamp(9rem, 16vw, 12rem) 24px clamp(3rem, 6vw, 5rem); text-align: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(900px 500px at 50% -10%, rgba(198, 166, 100, 0.10), transparent 60%),
    linear-gradient(180deg, rgba(7, 29, 23, 0.86) 0%, rgba(7, 29, 23, 0.62) 40%, rgba(11, 46, 36, 0.88) 78%, var(--g900) 100%);
}
.hero-glow { z-index: 2; }
.hero-in, .hero-visual { z-index: 3; }
.hero-glow {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.6;
  background: radial-gradient(560px at var(--mx, 50%) var(--my, 30%), rgba(198, 166, 100, 0.07), transparent 70%);
}
.hero-in { position: relative; max-width: 880px; margin: 0 auto; }
.hero h1 {
  font-size: clamp(2.9rem, 7.5vw + 0.5rem, 6rem); letter-spacing: 0.02em; color: var(--ivory);
}
.hero h1 em { font-style: normal; color: var(--gold); }
.lede { color: var(--ivory-70); font-size: clamp(1.02rem, 1.5vw, 1.18rem); max-width: 62ch; margin: 1.6rem auto 0; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 2.4rem; }
.hero-note { color: var(--ivory-45); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 1.6rem; }

/* hero visual — product mock */
.hero-visual { position: relative; max-width: 980px; margin: clamp(3rem, 6vw, 4.5rem) auto 0; perspective: 1400px; }
.browser {
  background: var(--g950); border: 1px solid var(--line-gold); border-radius: 14px;
  overflow: hidden; transform: rotateX(6deg); transform-origin: top center;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5), 0 0 80px rgba(198, 166, 100, 0.08);
}
.browser picture, .browser picture img { display: block; width: 100%; height: auto; }

/* photo cards in split sections */
.photo-card {
  display: block; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line-gold);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.photo-card img { display: block; width: 100%; height: auto; }
.split-visual .phone.overlap {
  position: absolute; right: -8px; bottom: -36px; width: min(240px, 68%);
  margin: 0; padding: 18px 18px 24px; border-radius: 26px;
}
.split-visual .phone.overlap .ph-count b { font-size: 1.35rem; }
.split-visual .phone.overlap .ph-title { font-size: 1rem; }
.browser-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line-soft); }
.browser-bar i { width: 10px; height: 10px; border-radius: 99px; background: var(--line-soft); }
.browser-bar .url { margin-left: 12px; font-size: 0.72rem; color: var(--ivory-45); letter-spacing: 0.08em; }
.mock { display: flex; min-height: 340px; text-align: left; }
.mock-side { width: 150px; border-right: 1px solid var(--line-soft); padding: 18px 14px; display: none; }
.mock-logo svg { width: 26px; height: 26px; margin-bottom: 18px; }
.mock-logo circle, .mock-logo path { fill: none; stroke: var(--gold); stroke-width: 6; }
.mi { height: 10px; border-radius: 5px; background: var(--line-soft); margin-bottom: 12px; }
.mi.on { background: rgba(198, 166, 100, 0.45); }
.mock-main { flex: 1; padding: 22px 24px; }
.mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.mh-t { width: 140px; height: 14px; border-radius: 7px; background: rgba(241, 237, 226, 0.18); }
.mh-pill { width: 90px; height: 26px; border-radius: 13px; background: rgba(198, 166, 100, 0.35); }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.ms { background: var(--g800); border: 1px solid var(--line-soft); border-radius: 10px; padding: 14px 16px; }
.ms b { font-family: var(--display); font-size: 1.5rem; color: var(--gold); display: block; }
.ms span { font-size: 0.68rem; color: var(--ivory-45); letter-spacing: 0.06em; text-transform: uppercase; }
.mock-rows .mr { display: flex; align-items: center; gap: 12px; padding: 11px 4px; border-bottom: 1px solid var(--line-soft); }
.mr-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--gold); flex-shrink: 0; }
.mr-l { height: 9px; border-radius: 5px; background: rgba(241, 237, 226, 0.14); flex: 1; }
.mr-l.w2 { flex: 0.7; } .mr-l.w3 { flex: 0.85; }
.mr-badge { width: 64px; height: 18px; border-radius: 9px; background: var(--line-soft); }
.mr-badge.g { background: rgba(127, 174, 143, 0.35); }
.mr-badge.a { background: rgba(198, 166, 100, 0.3); }

/* ============ strip ============ */
.strip { border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold); background: var(--g950); }
.strip-in {
  max-width: 1100px; margin: 0 auto; padding: 26px 24px;
  display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 44px); flex-wrap: wrap;
}
.strip-in i { width: 1px; height: 34px; background: var(--line-gold); }
.st { display: flex; align-items: baseline; gap: 10px; }
.st b { font-family: var(--display); font-size: 1.5rem; color: var(--gold); font-weight: 600; }
.st span { color: var(--ivory-45); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* ============ sections ============ */
.sec { padding: var(--pad) 24px; position: relative; }
.sec.alt { background: linear-gradient(180deg, var(--g900), var(--g950) 30%, var(--g950) 70%, var(--g900)); }
.sec-in { max-width: 1140px; margin: 0 auto; }
.sec h2 { font-size: clamp(1.9rem, 4vw, 3rem); color: var(--ivory); letter-spacing: 0.015em; }
.sec-lede { color: var(--ivory-70); max-width: 62ch; margin-top: 1.2rem; font-size: 1.04rem; }
.sec-lede.center { margin-inline: auto; text-align: center; }
#platform .sec-lede, #platform h2, #platform .eyebrow { text-align: center; margin-inline: auto; }

/* trio */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(2.5rem, 5vw, 4rem); }
.tri {
  display: block; background: var(--g800); border: 1px solid var(--line-soft);
  border-radius: 14px; padding: 34px 30px; color: inherit; position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
a.tri:hover { transform: translateY(-5px); border-color: var(--line-gold); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.tri-icon { width: 54px; height: 54px; margin-bottom: 20px; }
.tri-icon svg { width: 100%; height: 100%; }
.tri-icon circle, .tri-icon path, .tri-icon rect { fill: none; stroke: var(--gold); stroke-width: 2; }
.tri-k { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ivory-45); margin-bottom: 6px; }
.tri h3 { font-size: 1.5rem; color: var(--ivory); margin-bottom: 12px; }
.tri p:not(.tri-k) { color: var(--ivory-70); font-size: 0.94rem; }
.tri-cta { display: inline-block; margin-top: 18px; color: var(--gold); font-size: 0.86rem; font-weight: 600; letter-spacing: 0.06em; }
a.tri:hover .tri-cta { color: var(--gold-hi); }
.badge-soon {
  background: rgba(198, 166, 100, 0.12); border: 1px solid var(--line-gold);
  padding: 5px 14px; border-radius: 999px; font-size: 0.74rem !important;
}

/* split sections */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.split.rev .split-copy { order: 2; } .split.rev .split-visual { order: 1; }
.ticks { list-style: none; padding: 0; margin: 1.8rem 0 2.2rem; display: grid; gap: 1.1rem; }
.ticks li { position: relative; padding-left: 34px; color: var(--ivory-70); font-size: 0.97rem; }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: 5px; width: 18px; height: 18px;
  border: 1.5px solid var(--gold); border-radius: 99px;
  background: radial-gradient(circle at center, rgba(198, 166, 100, 0.35) 0%, transparent 60%);
}
.ticks li::after {
  content: ''; position: absolute; left: 6px; top: 9px; width: 5px; height: 8px;
  border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(40deg);
}
.ticks b { color: var(--ivory); font-weight: 600; }

/* vignettes */
.split-visual { position: relative; min-height: 320px; }
.vignette {
  background: var(--g800); border: 1px solid var(--line-gold); border-radius: 14px;
  padding: 22px 24px; width: min(360px, 90%); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.vignette:hover { transform: translateY(-4px); }
.vignette.two { position: absolute; right: 0; bottom: -40px; background: var(--g950); }
.vg-head { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.vg-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line-soft); font-size: 0.9rem; }
.vg-row span { color: var(--ivory-45); }
.vg-row b { color: var(--ivory); font-weight: 600; font-variant-numeric: tabular-nums; }
.vg-row b.ok { color: #9CC3AA; }
.vg-bar { height: 6px; border-radius: 3px; background: var(--line-soft); margin: 16px 0 10px; overflow: hidden; }
.vg-bar i { display: block; height: 100%; width: var(--w, 50%); border-radius: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-hi)); }
.vg-foot { font-size: 0.76rem; color: var(--ivory-45); }

/* phone */
.phone {
  width: min(300px, 84%); margin: 0 auto; background: var(--g950);
  border: 1px solid var(--line-gold); border-radius: 34px; padding: 26px 24px 34px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45), 0 0 60px rgba(198, 166, 100, 0.07);
  position: relative;
}
.ph-notch { width: 90px; height: 5px; border-radius: 3px; background: var(--line-soft); margin: 0 auto 24px; }
.ph-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.ph-brand svg { width: 22px; height: 22px; }
.ph-brand circle, .ph-brand path { fill: none; stroke: var(--gold); stroke-width: 6; }
.ph-brand span { font-family: var(--display); letter-spacing: 0.3em; font-size: 0.7rem; text-transform: uppercase; color: var(--ivory); }
.ph-date { color: var(--gold); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 6px; }
.ph-title { font-family: var(--display); font-size: 1.15rem; color: var(--ivory); margin-bottom: 18px; }
.ph-count { display: flex; gap: 26px; margin-bottom: 20px; }
.ph-count b { font-family: var(--display); font-size: 1.7rem; color: var(--ivory); display: block; }
.ph-count span { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ivory-45); }
.ph-todo {
  background: rgba(198, 166, 100, 0.1); border: 1px solid var(--line-gold); border-radius: 12px;
  padding: 13px 15px; font-size: 0.85rem; font-weight: 600; color: var(--ivory);
}
.ph-todo span { display: block; font-weight: 400; font-size: 0.74rem; color: var(--gold); margin-top: 3px; }

/* ============ time narrative ============ */
.time { background: var(--g950); text-align: center; }
.time-mark { width: 92px; margin: 0 auto 1.8rem; }
.time-mark circle, .time-mark path { fill: none; stroke: var(--gold); stroke-width: 4.5; }
.time .eyebrow { text-align: center; }
.journey {
  list-style: none; padding: 0; counter-reset: j;
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px;
  margin-top: clamp(2.5rem, 5vw, 4rem); position: relative; text-align: left;
}
.journey::before {
  content: ''; position: absolute; top: 14px; left: 4%; right: 4%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold) 12%, var(--line-gold) 88%, transparent);
}
.journey li { position: relative; padding-top: 40px; }
.journey li::before {
  content: ''; position: absolute; top: 8px; left: 0; width: 13px; height: 13px;
  border-radius: 99px; border: 1.5px solid var(--gold); background: var(--g950);
}
.journey span { display: block; font-size: 0.68rem; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 4px; }
.journey b { font-family: var(--display); color: var(--ivory); font-size: 0.98rem; }
.journey p { color: var(--ivory-45); font-size: 0.79rem; margin-top: 5px; }
@media (max-width: 1100px) and (min-width: 961px) { .journey { grid-template-columns: repeat(4, 1fr); row-gap: 34px; } .journey::before { display: none; } }

/* ============ values ============ */
.vals { padding-top: 0; background: var(--g950); }
.values {
  display: flex; justify-content: center; gap: clamp(24px, 6vw, 70px); flex-wrap: wrap;
  border-top: 1px solid var(--line-soft); padding-top: clamp(2.5rem, 5vw, 4rem);
  max-width: 900px; margin: 0 auto;
}
.val { text-align: center; }
.val svg { width: 34px; height: 34px; margin-bottom: 10px; transition: transform 0.25s ease; }
.val:hover svg { transform: translateY(-3px); }
.val circle, .val path { fill: none; stroke: var(--gold); stroke-width: 1.7; }
.val span { display: block; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory-70); }

/* ============ philosophy ============ */
.philo .philo-line {
  font-family: var(--serif); font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  color: var(--ivory); margin-top: 2rem; max-width: 30ch; line-height: 1.4;
}
.philo .philo-line em { font-style: normal; color: var(--gold); }
.tri-sub { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 0.95rem; margin-bottom: 10px; }

/* ============ before / after ============ */
.ba { background: var(--g950); }
.ba-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 880px; margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}
.ba-col { border: 1px solid var(--line-soft); border-radius: 14px; padding: 30px 32px; }
.ba-col h3 { font-size: 1.15rem; margin-bottom: 18px; color: var(--ivory-45); }
.ba-col.after { border-color: var(--line-gold); background: linear-gradient(180deg, rgba(198, 166, 100, 0.06), transparent); }
.ba-col.after h3 { color: var(--gold); }
.ba-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.ba-col.before li { color: var(--ivory-45); font-size: 0.95rem; padding-left: 24px; position: relative; }
.ba-col.before li::before { content: '×'; position: absolute; left: 2px; color: var(--ivory-45); opacity: 0.7; }
.ba-col.after li { color: var(--ivory); font-family: var(--serif); font-size: 1.1rem; padding-left: 26px; position: relative; }
.ba-col.after li::before {
  content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 10px;
  border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(40deg);
}
.ba-col.after li.ba-final { color: var(--gold); margin-top: 8px; font-size: 1.25rem; }
@media (max-width: 720px) { .ba-grid { grid-template-columns: 1fr; } }

/* pillars variant of the values row */
.pillars { max-width: 1020px; align-items: start; }
.pillars .val { max-width: 170px; }
.pillars .val p { color: var(--ivory-45); font-size: 0.78rem; margin-top: 6px; line-height: 1.5; }

/* ============ demo form ============ */
.band-eb { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; color: #8a6c39; }
.demo-form { max-width: 520px; margin: 0 auto; display: grid; gap: 12px; text-align: left; }
.df-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .df-row { grid-template-columns: 1fr; } }
.demo-form input, .demo-form textarea {
  width: 100%; padding: 14px 16px; border-radius: 10px; font: inherit;
  border: 1px solid rgba(11, 46, 36, 0.25); background: #fff; color: var(--g900); outline: none;
}
.demo-form input:focus, .demo-form textarea:focus { border-color: var(--g900); box-shadow: 0 0 0 3px rgba(11, 46, 36, 0.12); }
.demo-form textarea { min-height: 90px; resize: vertical; }
.demo-form .btn { width: 100%; }
.df-note { font-size: 0.88rem; color: rgba(11, 46, 36, 0.75); min-height: 1.2em; margin: 0; text-align: center; }
.df-note.ok { color: #15733f; font-weight: 600; }
.df-note.bad { color: #a02222; }
.band-alt { margin-top: 1.6rem; font-size: 0.86rem; color: rgba(11, 46, 36, 0.6); }
.band-alt a { color: var(--g900); font-weight: 600; text-decoration: underline; }

/* ============ CTA band ============ */
.band { background: var(--ivory); color: var(--g900); padding: var(--pad) 24px; text-align: center; }
.band h2 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); color: var(--g900); }
.band p { color: rgba(11, 46, 36, 0.7); max-width: 56ch; margin: 1.3rem auto 2.2rem; font-size: 1.02rem; }
.band .cta-row { margin-top: 0; }

/* ============ footer ============ */
.foot { background: var(--black); padding: clamp(3rem, 6vw, 4.5rem) 24px 0; }
.foot-in {
  max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; padding-bottom: 3rem;
}
.foot-brand { display: flex; gap: 16px; align-items: center; }
.foot-tag { color: var(--ivory-45); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; }
.foot-links { display: flex; gap: clamp(30px, 6vw, 80px); }
.foot-links h4 {
  font-family: var(--text); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ivory-45); margin-bottom: 14px; font-weight: 600;
}
.foot-links a { display: block; color: var(--ivory-70); font-size: 0.9rem; padding: 5px 0; transition: color 0.2s ease; }
.foot-links a:hover { color: var(--gold); }
.foot-base {
  max-width: 1140px; margin: 0 auto; border-top: 1px solid var(--line-soft);
  padding: 22px 0 30px; color: var(--ivory-45); font-size: 0.78rem; letter-spacing: 0.06em;
}

/* ============ animation system (GSAP owns motion when html.fx) ============ */
html.fx .rv { opacity: 1; transform: none; transition: none; }

/* hero edge definition: hairline frame + corner ticks */
.hero-frame { position: absolute; inset: clamp(16px, 2.6vw, 34px); z-index: 2; pointer-events: none; }
.hero-frame .fl { position: absolute; background: rgba(198, 166, 100, 0.5); }
.hero-frame .fl.t { top: 0; left: 0; right: 0; height: 1px; transform-origin: left; }
.hero-frame .fl.b { bottom: 0; left: 0; right: 0; height: 1px; transform-origin: right; }
.hero-frame .fl.l { top: 0; bottom: 0; left: 0; width: 1px; transform-origin: top; }
.hero-frame .fl.r { top: 0; bottom: 0; right: 0; width: 1px; transform-origin: bottom; }
.hero-frame .fc { position: absolute; width: 22px; height: 22px; }
.hero-frame .fc::before, .hero-frame .fc::after { content: ''; position: absolute; background: var(--gold); }
.hero-frame .fc::before { width: 100%; height: 2px; }
.hero-frame .fc::after { width: 2px; height: 100%; }
.hero-frame .fc.tl { top: -1px; left: -1px; }
.hero-frame .fc.tr { top: -1px; right: -1px; transform: rotate(90deg); }
.hero-frame .fc.br { bottom: -1px; right: -1px; transform: rotate(180deg); }
.hero-frame .fc.bl { bottom: -1px; left: -1px; transform: rotate(270deg); }

/* cinematic vignette over the hero photo */
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.6), inset 0 0 60px rgba(0, 0, 0, 0.35);
}

/* candle embers */
#embers { position: absolute; inset: 0; z-index: 2; pointer-events: none; }

/* scroll cue */
.scroll-cue {
  margin-top: 2.6rem; display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--ivory-45); font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase;
}
.scroll-cue i { width: 1px; height: 46px; background: linear-gradient(180deg, var(--gold), transparent); overflow: hidden; position: relative; }
.scroll-cue i::after {
  content: ''; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: var(--gold-hi); animation: cueDrop 2.2s ease-in-out infinite;
}
@keyframes cueDrop { 0% { top: -50%; } 60%, 100% { top: 110%; } }

/* film grain */
.grain {
  position: fixed; inset: -60%; width: 220%; height: 220%; z-index: 999; pointer-events: none;
  opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='280' height='280' filter='url(%23n)' opacity='0.6'/></svg>");
  animation: grainShift 0.85s steps(5) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); } 20% { transform: translate(-2%, 1.5%); }
  40% { transform: translate(1.5%, -2%); } 60% { transform: translate(-1%, -1%); }
  80% { transform: translate(2%, 1%); } 100% { transform: translate(0, 0); }
}

/* scroll-driven extras */
.journey { --jline: 1; }
.journey::before { transform: scaleX(var(--jline)); transform-origin: left; }
.tri { will-change: transform; transform-style: preserve-3d; }
.photo-card, .browser, .hero-photo img { will-change: transform; }
.photo-card { overflow: hidden; }
.photo-card img { transform-origin: center; }

/* ============ reveals ============ */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: 0.08s; } .rv.d2 { transition-delay: 0.16s; }
.rv.d3 { transition-delay: 0.24s; } .rv.d4 { transition-delay: 0.34s; }
.trio .tri:nth-child(2) { transition-delay: 0.1s; }
.trio .tri:nth-child(3) { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .btn.gold { animation: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ============ responsive ============ */
@media (min-width: 720px) { .mock-side { display: block; } }
@media (max-width: 960px) {
  .trio { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .split { grid-template-columns: 1fr; }
  .split.rev .split-copy { order: 1; } .split.rev .split-visual { order: 2; }
  .split-visual { margin-top: 1rem; }
  .vignette.two { position: relative; bottom: 0; margin-top: 16px; margin-left: auto; }
  .split-visual .phone.overlap { position: relative; right: 0; bottom: 0; margin: 16px 0 0 auto; }
  .journey { grid-template-columns: 1fr; gap: 26px; max-width: 420px; margin-inline: auto; }
  .journey::before { display: none; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .burger { display: block; }
}
