/* ============================================================
   CANARY FINANCE Apple "gallery light" design system
   Fog canvas · Inter display · single Azure CTA · zero shadows · 28px
   ============================================================ */

:root {
  /* Palette */
  --ink:       #1d1d1f;   /* primary text */
  --graphite:  #707070;   /* secondary */
  --slate:     #474747;   /* tertiary */
  --ash:       #333333;
  --fog:       #f5f5f7;   /* canvas */
  --snow:      #ffffff;   /* card surface */
  --obsidian:  #15100B;   /* dark stage */
  --silver:    #e8e8ed;   /* hairlines / inputs */
  --silver-2:  #d2d2d7;
  --azure:     #B5751C;   /* sole CTA blue */
  --azure-dk:  #9A6017;
  --charcoal:  #262320;   /* dark header (matches logo bg) */
  --charcoal-2:#1d1b18;
  --nav-gold:  #E2B566;   /* nav link gold */
  --nav-orange:#E0843A;   /* nav active/hover orange */
  --cobalt:    #9A6017;   /* inline links */
  --green:     #2ca44e;   /* status only */
  --caution:   #b64400;

  /* Type */
  --font: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  /* Radii */
  --r-card: 28px;
  --r-pill: 999px;
  --r-md: 18px;
  --r-sm: 12px;

  /* Layout */
  --maxw: 1120px;
  --gutter: clamp(20px, 5vw, 48px);
  --ticker-h: 36px;
  --nav-h: 74px;

  --ease: cubic-bezier(.28,.11,.32,1);
  --ease-emph: cubic-bezier(.16,1,.3,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--fog);
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "numr" 0;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--ink); color: #fff; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(40px, 5vw, 64px) 0; position: relative; background: var(--fog); }
.section.soft { background: var(--snow); }              /* white band */
.section.stage { background: var(--obsidian); color: #fff; }   /* rare dark stage */

.eyebrow {
  display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: -.01em;
  color: var(--azure);
}
.stage .eyebrow { color: #E6B45A; }

.h-sec {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700; line-height: 1.07; letter-spacing: -.018em;
  color: var(--ink); margin: 8px 0 0;
}
.stage .h-sec { color: #fff; }
.h-sec .gold { color: var(--azure); }           /* copper-gold brand accent */
.stage .h-sec .gold, .navy .h-sec .gold, .partners .h-sec .gold, .contact .h-sec .gold, .feature .gold { color: #E6B45A; }
.sec-sub {
  font-size: clamp(16px, 1.8vw, 20px); color: var(--graphite); font-weight: 400;
  max-width: 620px; margin: 10px 0 0; line-height: 1.36; letter-spacing: -.012em;
}
.stage .sec-sub { color: rgba(255,255,255,.7); }
.sec-head { margin-bottom: clamp(24px, 3vw, 36px); }
.sec-head.center { text-align: center; }
.sec-head.center .sec-sub { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 500; font-size: 17px; letter-spacing: -.01em;
  padding: 12px 22px; border-radius: var(--r-pill);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
/* primary = the sole Azure CTA */
.btn-gold { background: var(--azure); color: #fff; }
.btn-gold:hover { background: #9A6017; }
/* dark pill */
.btn-navy { background: var(--ink); color: #fff; }
.btn-navy:hover { background: #000; }
/* ghost / secondary on light */
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--silver-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--silver-2); }
.btn-outline:hover { border-color: var(--ink); }
.stage .btn-outline { color: #fff; border-color: rgba(255,255,255,.4); }
.stage .btn-outline:hover { border-color: #fff; }
.btn-wa { background: #1d1d1f; color: #fff; }
.btn-wa:hover { background: #000; }
.btn-lg { padding: 14px 28px; font-size: 19px; }


/* ============================================================
   RATE TICKER  (top fixed strip)
   ============================================================ */
.rate-ticker {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 101;
  height: var(--ticker-h);
  background: var(--snow);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--silver);
}
.ticker-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px 0 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--azure);
  text-transform: uppercase;
  border-right: 1px solid var(--silver);
  height: 100%;
  background: rgba(181,117,28,.06);
  white-space: nowrap;
}
.ticker-label::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--azure);
  box-shadow: 0 0 0 3px rgba(181,117,28,.2);
  animation: tickerPulse 2s ease-in-out infinite;
}
@keyframes tickerPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(181,117,28,.2); }
  50%       { box-shadow: 0 0 0 5px rgba(181,117,28,.06); }
}
.ticker-viewport {
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: tickerScroll 42s linear infinite;
  will-change: transform;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  border-right: 1px solid var(--silver);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.005em;
}
.ticker-item-label {
  color: var(--graphite);
  font-weight: 400;
  font-size: 11px;
}
.ticker-item-rate {
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.ticker-item-rate.up   { color: #16a34a; }
.ticker-item-rate.down { color: var(--azure); }
.ticker-item-arrow { font-size: 9px; line-height: 1; }
.ticker-item-arrow.up   { color: #16a34a; }
.ticker-item-arrow.down { color: var(--azure); }
.ticker-sep {
  display: inline-block;
  width: 1px; height: 16px;
  background: var(--silver);
  margin: 0 2px;
}

/* ============================================================
   NAVBAR  (light, sticky)
   ============================================================ */
.nav {
  position: fixed; top: var(--ticker-h); left: 0; right: 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center;
  background: var(--charcoal); backdrop-filter: none;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: box-shadow .3s var(--ease), background .3s var(--ease);
}
.nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.45); background: var(--charcoal-2); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  background: var(--ink); flex-shrink: 0;
}
.brand-mark svg { width: 17px; height: 17px; }
.brand-name { font-weight: 600; font-size: 19px; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.brand-name span { color: var(--ink); font-weight: 400; }
.brand-logo { height: 52px; width: auto; display: block; }
.footer-brand .brand-logo { height: 60px; }
.team-card figcaption i.team-exp { display:block; font-style:normal; font-size:13px; color:var(--azure); font-weight:500; margin-top:4px; }
.brand-tag { display: none; }

.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 15.5px; font-weight: 500; color: var(--nav-gold); transition: color .2s; letter-spacing: -.01em; white-space: nowrap; }
.nav-links a:hover { color: var(--nav-orange); }
.nav-links a.active { color: var(--nav-orange); font-weight: 600; }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--nav-orange); border-radius: 2px; }
.nav-links a { position: relative; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn { padding: 7px 16px; font-size: 14px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 22px; height: 1.5px; background: var(--nav-gold); border-radius: 2px; transition: .3s; }

/* ============================================================
   LIQUID GLASS
   ============================================================ */
.glass {
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(7px) saturate(120%);
  -webkit-backdrop-filter: blur(7px) saturate(120%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.12);
  position: relative; overflow: hidden;
}
.glass::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px;
  background: linear-gradient(180deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.1) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,.1) 80%, rgba(255,255,255,.34) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}

/* ============================================================
   HERO  (cinematic, motion, bottom-aligned)
   ============================================================ */
.hero.cine {
  position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--ticker-h) + var(--nav-h) + 30px) 0 clamp(40px, 6vh, 72px); overflow: hidden; color: #fff; background: #15100B;
}
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-img {
  position: absolute; inset: -4%;
  background: url("hero-bg.jpg?v=2") center 38%/cover no-repeat;
  animation: kenburns 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kenburns {
  0%   { transform: scale(1.04) translate(0, 0); }
  100% { transform: scale(1.16) translate(-1.5%, -2%); }
}
.hero-scrim { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,12,22,.10) 0%, rgba(8,12,22,0) 28%, rgba(8,12,22,.18) 62%, rgba(8,12,22,.6) 100%),
    linear-gradient(90deg, rgba(8,12,22,.42) 0%, rgba(8,12,22,.14) 46%, rgba(8,12,22,0) 78%);
}
.hero-main .anim-head, .hero-main .hero-sub, .hero-main .hero-pill { text-shadow: 0 2px 18px rgba(8,12,22,.45); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; width: 100%; }

.hero-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;
  border-radius: var(--r-pill); font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.92);
}
.hero-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: #C8901F; box-shadow: 0 0 0 4px rgba(200,144,31,.25); }

/* Animated heading */
.anim-head {
  font-size: clamp(38px, 6vw, 76px); font-weight: 600; line-height: 1.02; letter-spacing: -.04em;
  margin: 20px 0 0; color: #fff;
}
.anim-head .ah-line { display: block; }
.anim-head .ah-word { display: inline-block; white-space: nowrap; }
.anim-head .ah-char { display: inline-block; opacity: 0; transform: translateX(-18px); transition: opacity .5s ease, transform .5s ease; }
.anim-head .ah-char.lit { opacity: 1; transform: none; }

.hero-sub { font-size: clamp(16px, 1.7vw, 20px); color: rgba(255,255,255,.82); max-width: 520px; margin: 22px 0 0; font-weight: 400; line-height: 1.45; letter-spacing: -.012em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.btn-light { background: #fff; color: #15100B; }
.btn-light:hover { background: #f1f1f4; transform: translateY(-2px); }
.btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.btn-glass:hover { background: #fff; color: #15100B; border-color: #fff; transform: translateY(-2px); }

.hero-side { display: flex; justify-content: flex-end; align-items: flex-end; }
.hero-tagline {
  position: relative; z-index: 2; align-self: flex-start;
  margin-top: 30px; padding: 12px 22px; border-radius: var(--r-md);
  font-size: clamp(15px, 1.6vw, 19px); font-weight: 300; color: #fff; letter-spacing: .01em;
  width: max-content;
}

/* fade-in utility (JS toggles .in) */
.fade { opacity: 0; transition: opacity 1s ease; }
.fade.in { opacity: 1; }

/* Hero dashboard mockup white card on fog */
.dash {
  position: relative; border-radius: var(--r-card);
  background: var(--snow); border: 1px solid var(--silver);
  padding: 26px; overflow: visible; max-width: 440px; width: 100%;
  box-shadow: 0 40px 80px rgba(0,0,0,.45);
}
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dash-app { display: flex; align-items: center; gap: 11px; }
.dash-ic { width: 40px; height: 40px; border-radius: 11px; background: var(--ink); display: grid; place-items: center; }
.dash-ic svg { width: 20px; height: 20px; color: #fff; }
.dash-app h4 { font-size: 15px; font-weight: 600; color: var(--ink); }
.dash-app p { font-size: 12px; color: var(--graphite); }
.dash-badge { font-size: 12px; font-weight: 500; color: var(--green); background: rgba(44,164,78,.1); padding: 6px 12px; border-radius: var(--r-pill); display: flex; align-items: center; gap: 6px; }
.dash-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.dash-amount { color: var(--graphite); font-size: 13px; }
.dash-amount strong { display: block; font-size: 32px; color: var(--ink); font-weight: 700; margin-top: 4px; letter-spacing: -.02em; }
.dash-amount strong span { color: var(--graphite); font-weight: 500; }
.dash-progress { margin: 20px 0 22px; }
.dash-progress .bar { height: 8px; border-radius: 99px; background: var(--silver); overflow: hidden; }
.dash-progress .fill { height: 100%; width: 0; border-radius: 99px; background: var(--ink); transition: width 1.6s var(--ease-emph); }
.dash-progress .meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--graphite); margin-top: 9px; }
.dash-steps { display: flex; flex-direction: column; gap: 12px; }
.dash-step { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink); }
.dash-step .tick { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.dash-step.done .tick { background: var(--green); }
.dash-step.done .tick svg { width: 12px; height: 12px; color: #fff; }
.dash-step.active .tick { background: var(--ink); }
.dash-step.active .tick .pulse { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.dash-step.todo .tick { border: 1.5px solid var(--silver-2); }
.dash-step.todo { color: var(--graphite); }
.dash-float {
  position: absolute; right: -16px; bottom: 34px; background: var(--snow); color: var(--ink);
  border: 1px solid var(--silver); border-radius: 16px; padding: 13px 17px;
  display: flex; align-items: center; gap: 12px; animation: floaty 5s ease-in-out infinite;
}
.dash-float .fic { width: 34px; height: 34px; border-radius: 10px; background: var(--fog); display: grid; place-items: center; }
.dash-float .fic svg { width: 18px; height: 18px; color: var(--ink); }
.dash-float .ftxt b { font-size: 15px; display: block; font-weight: 600; }
.dash-float .ftxt span { font-size: 12px; color: var(--graphite); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ============================================================
   PARTNERS white scrolling logo strip
   ============================================================ */
.partners { padding: clamp(36px, 5vw, 60px) 0; background: #B5751C; border-bottom: 1px solid var(--silver); overflow: hidden; }
.partners .eyebrow { color: rgba(255,255,255,.78); }
.partners .h-sec { color: #fff; }
.partners .h-sec .gold { color: #F4DCAE; }
.partners .sec-sub { color: rgba(255,255,255,.82); }
.marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: scroll-x 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll-x { to { transform: translateX(-50%); } }
.bank {
  flex-shrink: 0; width: 224px; height: 128px; display: flex; align-items: center; justify-content: center;
  padding: 24px 30px; border-radius: var(--r-md); background: var(--snow); border: 1px solid var(--silver);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.bank:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.08); border-color: var(--silver-2); }
.bank-img { max-height: 76px; max-width: 168px; width: auto; object-fit: contain; }
.bank:has(.bank-img[alt="Dubai Islamic Bank"]) { padding: 6px 12px; }
.bank-img[alt="Dubai Islamic Bank"] { max-height: 120px; max-width: 210px; }
.bank-word { color: var(--ink); font-weight: 600; font-size: 16px; letter-spacing: -.02em; text-align: center; line-height: 1.25; }

/* ============================================================
   WHY CHOOSE benefit cards + comparison table
   ============================================================ */
.why-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 40px; }
.why-feat {
  background: var(--snow); border: 1px solid var(--silver); border-radius: var(--r-card);
  padding: 32px 28px; position: relative; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.why-feat::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: linear-gradient(90deg, #241B11, var(--azure)); transition: width .45s var(--ease); }
.why-feat:hover { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(11,17,32,.13); border-color: transparent; }
.why-feat:hover::before { width: 100%; }
.wf-ic { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(165deg, #2E2316 0%, #15100B 100%); display: grid; place-items: center; margin-bottom: 20px; box-shadow: 0 12px 26px rgba(11,17,32,.24); transition: transform .45s var(--ease); }
.why-feat:hover .wf-ic { transform: translateY(-2px) rotate(-4deg); }
.wf-ic svg { width: 26px; height: 26px; color: #fff; }
.why-feat b { display: block; font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -.02em; margin-bottom: 8px; }
.why-feat p { font-size: 14.5px; color: var(--graphite); line-height: 1.55; }

.why-table {
  display: grid; grid-template-columns: 1.55fr 1.12fr 1.12fr;
  background: var(--snow); border: 1px solid var(--silver); border-radius: 24px;
  overflow: hidden; box-shadow: 0 34px 80px rgba(11,17,32,.11);
}
.wt-cell { display: flex; align-items: center; gap: 12px; padding: 19px 28px; border-top: 1px solid var(--silver); font-size: 15.5px; letter-spacing: -.01em; box-sizing: border-box; }
.wt-crit { font-weight: 500; color: var(--ink); background: linear-gradient(90deg, var(--fog), rgba(245,245,247,.4)); }
/* Header row */
.wt-head { border-top: none; font-weight: 600; font-size: 16px; padding-top: 28px; padding-bottom: 28px; }
.wt-head.wt-crit { color: var(--graphite); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.wt-head.wt-bank { color: var(--graphite); justify-content: center; }
/* Canary (middle) column premium navy stripe */
.wt-canary { background: linear-gradient(168deg, #2E2316 0%, #120D08 100%); color: #fff; justify-content: center; text-align: center; position: relative; }
.wt-head.wt-canary { flex-direction: column; gap: 12px; font-size: 17px; padding-top: 34px; }
.wt-head.wt-canary::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--azure), #E6B45A); }
.wt-mark { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.13); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.wt-mark svg { width: 22px; height: 22px; color: #fff; }
.wt-tag { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #F0CB84; background: rgba(230,180,90,.2); padding: 4px 11px; border-radius: var(--r-pill); }
.wt-canary.wt-cell { border-top-color: rgba(255,255,255,.09); }
.wt-bank { justify-content: center; text-align: center; color: var(--slate); }
.ci { width: 26px; height: 26px; padding: 5px; border-radius: 50%; flex-shrink: 0; box-sizing: border-box; }
.wt-yes .ci { color: #C8901F; background: rgba(200,144,31,.16); }
.wt-no .ci { color: var(--graphite); background: rgba(0,0,0,.06); }
.wt-last { padding-bottom: 24px; }
.cmp-cta { margin-top: 44px; text-align: center; }

/* ===== 3-panel comparison curtain (How we compare | Canary | Direct Bank) ===== */
.cmp3 { display: flex; gap: 16px; align-items: stretch; position: relative; }
.cmp3-panel { flex: 1 1 0; min-width: 0; border-radius: 22px; padding: 30px 28px; border: 1px solid var(--silver); background: var(--snow); transition: flex-grow .65s var(--ease), flex-basis .65s var(--ease), opacity .5s var(--ease), transform .65s var(--ease), margin .65s var(--ease); }
.cmp3-head { font-weight: 600; font-size: 17px; color: var(--ink); padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid var(--silver); letter-spacing: -.01em; }
.cmp3-crit .cmp3-head { color: var(--graphite); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.cmp3-list { list-style: none; display: flex; flex-direction: column; }
.cmp3-list li { display: flex; align-items: center; gap: 12px; padding: 14px 0; font-size: 15.5px; letter-spacing: -.01em; border-bottom: 1px solid var(--line-soft, rgba(0,0,0,.05)); white-space: nowrap; }
.cmp3-list li:last-child { border-bottom: none; }
.cmp3-list-crit li { color: var(--ink); font-weight: 500; }
.cmp3-bank .cmp3-list li { color: var(--graphite); }
.cmp3-bank .cmp3-head { color: var(--graphite); }
.ci { width: 24px; height: 24px; padding: 5px; border-radius: 50%; flex-shrink: 0; box-sizing: border-box; }
.cmp3-canary .ci { color: #fff; background: rgba(255,255,255,.22); }
.cmp3-bank .ci { color: var(--graphite); background: rgba(0,0,0,.06); }

/* Canary premium panel */
.cmp3-canary { background: #DB8339; border-color: transparent; color: #fff; position: relative; overflow: hidden; }
.cmp3-canary::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, #B5751C, #F0CB84); }
.cmp3-head-canary { display: flex; align-items: center; gap: 12px; color: #fff; border-bottom-color: rgba(255,255,255,.12); }
.cmp3-head-canary .cmp3-title { font-size: 18px; }
.cmp3-canary .cmp3-list li { color: #fff; border-bottom-color: rgba(255,255,255,.08); }
.wt-mark { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.13); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); flex-shrink: 0; }
.wt-mark svg { width: 20px; height: 20px; color: #fff; }
.wt-tag { margin-left: auto; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #F0CB84; background: rgba(230,180,90,.2); padding: 5px 11px; border-radius: 999px; }
.cmp3-hint { position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%); font-size: 12px; font-weight: 600; color: var(--azure); letter-spacing: .02em; transition: opacity .4s var(--ease); }

/* OPEN state, side panels slide away, Canary takes center stage (hover devices, desktop/tablet) */
@media (hover: hover) and (min-width: 681px) {
  .cmp3.open .cmp3-crit { flex-grow: 0; flex-basis: 0; opacity: 0; transform: translateX(-70px); margin-right: -16px; padding-left: 0; padding-right: 0; border: none; overflow: hidden; }
  .cmp3.open .cmp3-bank { flex-grow: 0; flex-basis: 0; opacity: 0; transform: translateX(70px); margin-left: -16px; padding-left: 0; padding-right: 0; border: none; overflow: hidden; }
  .cmp3.open .cmp3-canary { flex-grow: 2.4; }
  .cmp3.open .cmp3-hint { opacity: 0; }
}

/* ===== Penpot-style "selected frame" reveal applied to the comparison ===== */
#cmp3-wrap { position: relative; }
.cmpx-guide, .cmpx-sel, .cmpx-handle, .cmpx-label, .cmpx-dim, .cmpx-cursor { pointer-events: none; }

.cmpx-label { position: absolute; top: -26px; left: 2px; z-index: 6; font-size: 11px; font-weight: 600; letter-spacing: .02em; color: #B5751C; opacity: 0; transform: translateY(4px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.cmpx-dim { position: absolute; bottom: -34px; left: 50%; z-index: 6; transform: translateX(-50%) translateY(-4px); background: linear-gradient(135deg, #E6B45A, #C8901F); color: #1B1306; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; transition: opacity .4s var(--ease), transform .4s var(--ease); }

.cmpx-sel { position: absolute; inset: -7px; z-index: 5; border-radius: 26px; box-shadow: 0 0 0 1.5px rgba(181,117,28,.85); opacity: 0; transform: scale(.992); transition: opacity .5s var(--ease), transform .5s var(--ease); }

.cmpx-handle { position: absolute; z-index: 6; width: 11px; height: 11px; border-radius: 3px; background: #fff; border: 1.5px solid #B5751C; box-shadow: 0 1px 3px rgba(0,0,0,.15); opacity: 0; transform: scale(0); transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s ease; }
.cmpx-h-tl { top: -12px; left: -12px; } .cmpx-h-tr { top: -12px; right: -12px; }
.cmpx-h-bl { bottom: -12px; left: -12px; } .cmpx-h-br { bottom: -12px; right: -12px; }

.cmpx-guide { position: absolute; z-index: 4; transition: transform .55s var(--ease); }
.cmpx-g-top, .cmpx-g-bottom { left: -7px; right: -7px; border-top: 1px dashed rgba(181,117,28,.5); transform: scaleX(0); }
.cmpx-g-left, .cmpx-g-right { top: -7px; bottom: -7px; border-left: 1px dashed rgba(181,117,28,.5); transform: scaleY(0); }
.cmpx-g-top { top: -7px; } .cmpx-g-bottom { bottom: -7px; }
.cmpx-g-left { left: -7px; } .cmpx-g-right { right: -7px; }

.cmpx-cursor { position: absolute; z-index: 7; width: 22px; height: 22px; color: #1d1d1f; right: 30%; bottom: 14%; opacity: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,.25)); }
.cmpx-cursor svg { width: 100%; height: 100%; }

/* hidden initial state for content, only when JS animation is active (no-JS shows everything) */
.js-anim #cmp3-wrap .cmp3-panel { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js-anim #cmp3-wrap .cmp3-list li { opacity: 0; transform: translateX(-7px); transition: opacity .5s var(--ease), transform .5s var(--ease); }

/* ---- live (revealed) state ---- */
#cmp3-wrap.cmpx-live .cmp3-panel { opacity: 1; transform: none; }
#cmp3-wrap.cmpx-live .cmp3-crit { transition-delay: .05s; }
#cmp3-wrap.cmpx-live .cmp3-canary { transition-delay: .18s; }
#cmp3-wrap.cmpx-live .cmp3-bank { transition-delay: .3s; }
#cmp3-wrap.cmpx-live .cmp3-list li { opacity: 1; transform: none; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(1) { transition-delay: .46s; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(2) { transition-delay: .52s; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(3) { transition-delay: .58s; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(4) { transition-delay: .64s; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(5) { transition-delay: .70s; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(6) { transition-delay: .76s; }
#cmp3-wrap.cmpx-live .cmp3-list li:nth-child(7) { transition-delay: .82s; }
#cmp3-wrap.cmpx-live .cmpx-g-top { transform: scaleX(1); transition-delay: .55s; }
#cmp3-wrap.cmpx-live .cmpx-g-bottom { transform: scaleX(1); transition-delay: .62s; }
#cmp3-wrap.cmpx-live .cmpx-g-left { transform: scaleY(1); transition-delay: .58s; }
#cmp3-wrap.cmpx-live .cmpx-g-right { transform: scaleY(1); transition-delay: .66s; }
#cmp3-wrap.cmpx-live .cmpx-sel { opacity: 1; transform: none; transition-delay: .8s; }
#cmp3-wrap.cmpx-live .cmpx-handle { opacity: 1; transform: scale(1); }
#cmp3-wrap.cmpx-live .cmpx-h-tl { transition-delay: .9s; }
#cmp3-wrap.cmpx-live .cmpx-h-tr { transition-delay: .96s; }
#cmp3-wrap.cmpx-live .cmpx-h-bl { transition-delay: 1.02s; }
#cmp3-wrap.cmpx-live .cmpx-h-br { transition-delay: 1.08s; }
#cmp3-wrap.cmpx-live .cmpx-label { opacity: 1; transform: none; transition-delay: 1.0s; }
#cmp3-wrap.cmpx-live .cmpx-dim { opacity: 1; transform: translateX(-50%); transition-delay: 1.1s; }
#cmp3-wrap.cmpx-live .cmpx-cursor { animation: cmpxCursor 1.5s var(--ease) .2s forwards; }
@keyframes cmpxCursor {
  0%   { opacity: 0; transform: translate(50px, 40px); }
  18%  { opacity: 1; transform: translate(34px, 24px); }
  70%  { opacity: 1; transform: translate(-6px, -30px); }
  84%  { opacity: 1; transform: translate(-6px, -30px) scale(.82); }
  100% { opacity: 0; transform: translate(-6px, -30px) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .cmpx-cursor { display: none; }
  html.js-anim #cmp3-wrap .cmp3-panel, html.js-anim #cmp3-wrap .cmp3-list li { transition: none; opacity: 1; transform: none; }
  .cmpx-guide, .cmpx-sel, .cmpx-handle, .cmpx-label, .cmpx-dim { transition: none; }
}
@media (max-width: 680px) {
  .cmpx-handle, .cmpx-cursor, .cmpx-guide, .cmpx-sel, .cmpx-label, .cmpx-dim { display: none; }
}

/* ===== Scroll-curtain reveal (Penpot-style) for Why Canary ===== */
.curtain { margin-bottom: clamp(40px, 5vw, 64px); }
.curtain-stage {
  position: relative; height: clamp(400px, 56vh, 580px); border-radius: 28px; overflow: hidden;
  background: var(--snow); border: 1px solid var(--silver); display: grid; place-items: center;
  box-shadow: 0 34px 80px rgba(11,17,32,.11);
}
.curtain-content { position: relative; z-index: 1; text-align: center; padding: 0 28px; max-width: 880px; }
.curtain-content .eyebrow { justify-content: center; }
.curtain-content .eyebrow::before { display: none; }
.curtain-h { font-size: clamp(34px, 5vw, 56px); font-weight: 700; letter-spacing: -.018em; line-height: 1.07; color: var(--ink); margin: 16px 0 0; text-wrap: balance; }
.curtain-h .gold {
  background: linear-gradient(90deg, #B5751C, #E6B45A 45%, #F4D38C 55%, #B5751C);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.curtain-sub { font-size: clamp(15px, 1.6vw, 18px); color: var(--graphite); margin: 18px auto 0; max-width: 520px; line-height: 1.5; }
.curtain-pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.cp { padding: 12px 22px; border-radius: 999px; border: 1px solid var(--silver); background: var(--snow); font-weight: 600; font-size: 15px; color: var(--ink); box-shadow: 0 4px 14px rgba(11,17,32,.05); }

/* The two curtains that part on scroll */
.curtain-panel { position: absolute; top: 0; bottom: 0; width: 50.5%; z-index: 2; display: grid; place-items: center; will-change: transform; }
.curtain-left { left: 0; background: linear-gradient(135deg, #2E2316 0%, #120D08 100%); }
.curtain-right { right: 0; background: linear-gradient(135deg, #E6B45A 0%, #C8901F 55%, #B5751C 100%); }
.curtain-mark { width: 76px; height: 76px; border-radius: 20px; background: rgba(255,255,255,.1); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.curtain-mark svg { width: 40px; height: 40px; color: #E6B45A; }
.curtain-word { font-weight: 800; font-size: clamp(28px, 4vw, 52px); letter-spacing: .12em; color: rgba(255,255,255,.92); }
/* progress-driven via inline transform from JS; fallback fully-open if no JS */
html.js-anim .curtain-content { transition: opacity .5s var(--ease), transform .5s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .curtain-panel { transform: none !important; }
}
@media (max-width: 680px) {
  .curtain-stage { height: auto; padding: 48px 0; border-radius: 20px; }
  .curtain-panel { display: none; }
}

/* Why-table hover reveal, Canary column hidden by default, slides in on hover (desktop/hover devices) */
.wt-hint { font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: none; color: var(--azure); margin-left: 10px; white-space: nowrap; transition: opacity .4s var(--ease); }
@media (hover: hover) and (min-width: 681px) {
  .why-table { grid-template-columns: 1.7fr 0fr 1.2fr; }
  html.js-anim .why-table.reveal, .why-table.reveal { transition: grid-template-columns .6s var(--ease), opacity .8s var(--ease), transform .8s var(--ease); }
  .why-table .wt-canary { min-width: 0; overflow: hidden; white-space: nowrap; padding-left: 0; padding-right: 0; transition: padding .6s var(--ease); }
  .why-table .wt-head.wt-canary { max-height: 0; padding: 0; transition: padding .6s var(--ease), max-height .6s var(--ease); }
  .why-table:hover { grid-template-columns: 1.45fr 1.3fr 1.12fr; }
  .why-table:hover .wt-canary { padding-left: 28px; padding-right: 28px; }
  .why-table:hover .wt-head.wt-canary { max-height: 260px; padding: 34px 28px 28px; }
  .why-table:hover .wt-hint { opacity: 0; }
}

/* ============================================================
   SERVICES bento — hovered card expands in place; Learn more → product page
   ============================================================ */
.svc-bento {
  display: grid;
  grid-template-columns: 1.9fr 0.78fr 0.78fr;
  grid-template-rows: 1.5fr 0.85fr 0.85fr;
  gap: 16px;
  height: clamp(560px, 58vw, 760px);
  transition: grid-template-columns .55s var(--ease), grid-template-rows .55s var(--ease);
}
.svc-bento[data-active="1"], .svc-bento[data-active="4"], .svc-bento[data-active="7"] { grid-template-columns: 1.9fr 0.78fr 0.78fr; }
.svc-bento[data-active="2"], .svc-bento[data-active="5"], .svc-bento[data-active="8"] { grid-template-columns: 0.78fr 1.9fr 0.78fr; }
.svc-bento[data-active="3"], .svc-bento[data-active="6"], .svc-bento[data-active="9"] { grid-template-columns: 0.78fr 0.78fr 1.9fr; }
.svc-bento[data-active="1"], .svc-bento[data-active="2"], .svc-bento[data-active="3"] { grid-template-rows: 1.5fr 0.85fr 0.85fr; }
.svc-bento[data-active="4"], .svc-bento[data-active="5"], .svc-bento[data-active="6"] { grid-template-rows: 0.85fr 1.5fr 0.85fr; }
.svc-bento[data-active="7"], .svc-bento[data-active="8"], .svc-bento[data-active="9"] { grid-template-rows: 0.85fr 0.85fr 1.5fr; }
.svc-card { cursor: pointer; }

.svc-card { position: relative; overflow: hidden; border-radius: var(--r-card); min-width: 0; min-height: 0; }
.svc-img { background-size: cover; background-position: center; background-color: var(--obsidian); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; transition: box-shadow .5s var(--ease); }
.svc-img > * { position: relative; z-index: 2; }
.svc-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,12,22,.18) 0%, rgba(8,12,22,.5) 46%, rgba(8,12,22,.93) 100%); transition: background .4s var(--ease); }
.svc-img:hover { box-shadow: 0 26px 60px rgba(8,12,22,.42); }
.svc-img:hover .svc-shade { background: linear-gradient(180deg, rgba(8,12,22,.1) 0%, rgba(8,12,22,.3) 42%, rgba(8,12,22,.9) 100%); }
.svc-top { position: absolute; top: 22px; left: 22px; right: 22px; display: flex; z-index: 4; }
.svc-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: var(--r-pill); font-size: 12px; font-weight: 500; color: #fff; white-space: nowrap; }
.svc-pill svg { width: 14px; height: 14px; }
.svc-img .svc-body h3 { font-size: clamp(19px, 1.7vw, 26px); font-weight: 600; letter-spacing: -.02em; margin-bottom: 8px; transition: font-size .45s var(--ease); }
.svc-go { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; font-weight: 600; color: #fff; transition: gap .3s; }
.svc-go svg { width: 16px; height: 16px; transition: transform .3s; }
.svc-img:hover .svc-go { gap: 12px; }
.svc-img:hover .svc-go svg { transform: translate(2px, -2px); }
/* compact cards show the one-line summary; the active (hovered) card reveals full detail */
.svc-summary { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.82); margin-top: 7px; max-width: 42ch; transition: opacity .3s var(--ease); }
.svc-bio {
  font-size: 13.5px; line-height: 1.5; max-width: 560px;
  max-height: 0; opacity: 0; overflow: hidden; transform: translateY(6px);
  transition: max-height .5s var(--ease), opacity .4s var(--ease), margin .5s var(--ease), transform .5s var(--ease);
}
.svc-intro { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.86); }
.svc-lead { font-size: 12.5px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: #F4DCAE; margin: 12px 0 8px; }
.svc-list { display: grid; gap: 7px; }
.svc-list li { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; line-height: 1.42; color: rgba(255,255,255,.82); }
.svc-list li svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; color: #F4DCAE; }

/* first card large by default (no-JS fallback), else whichever is active */
.svc-card:first-child .svc-body h3 { font-size: clamp(23px, 2.2vw, 31px); }
.svc-card:first-child .svc-bio { max-height: 340px; overflow-y: auto; opacity: 1; margin-top: 10px; transform: none; padding-right: 8px; }
.svc-card:first-child .svc-summary { display: none; }
.svc-bento.js-on .svc-card .svc-body h3 { font-size: clamp(19px, 1.7vw, 26px); }
.svc-bento.js-on .svc-card .svc-bio { max-height: 0; opacity: 0; margin-top: 0; overflow: hidden; }
.svc-bento.js-on .svc-card .svc-summary { display: block; opacity: 1; }
.svc-bento.js-on .svc-card.is-active .svc-body h3 { font-size: clamp(23px, 2.2vw, 31px); }
.svc-bento.js-on .svc-card.is-active .svc-bio { max-height: 340px; overflow-y: auto; opacity: 1; margin-top: 10px; transform: none; padding-right: 8px; }
.svc-bento.js-on .svc-card.is-active .svc-summary { display: none; }
.svc-bio::-webkit-scrollbar { width: 5px; }
.svc-bio::-webkit-scrollbar-thumb { background: rgba(255,255,255,.28); border-radius: 4px; }
.svc-bio { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.28) transparent; }

/* expanded card fills its cell top-down so the heading is pinned and never clips */
.svc-bento:not(.js-on) .svc-card:first-child.svc-img,
.svc-bento.js-on .svc-card.is-active.svc-img { justify-content: flex-start; padding-top: 60px; }
.svc-bento:not(.js-on) .svc-card:first-child .svc-body,
.svc-bento.js-on .svc-card.is-active .svc-body { display: flex; flex-direction: column; flex: 1 1 auto; min-height: 0; width: 100%; }
.svc-bento:not(.js-on) .svc-card:first-child .svc-bio,
.svc-bento.js-on .svc-card.is-active .svc-bio { flex: 1 1 auto; min-height: 0; max-height: none; }
.svc-bento:not(.js-on) .svc-card:first-child .svc-go,
.svc-bento.js-on .svc-card.is-active .svc-go { flex-shrink: 0; }

/* card lift on hover */
.svc-card.svc-img { transition: transform .4s var(--ease), box-shadow .5s var(--ease), grid-column .55s var(--ease), grid-row .55s var(--ease); }

@media (hover: none), (max-width: 760px) {
  .svc-bento, .svc-bento.js-on {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    height: auto;
  }
  .svc-card { min-height: 280px; }
  .svc-card .svc-summary { display: none !important; }
  .svc-bio, .svc-bento.js-on .svc-card .svc-bio {
    max-height: none !important; overflow: visible !important;
    opacity: 1 !important; margin-top: 12px !important; transform: none !important;
  }
  .svc-bento.js-on .svc-card .svc-body h3 { font-size: clamp(21px, 5vw, 26px) !important; }
}

/* Stat tile */
.svc-stat { background: linear-gradient(165deg, #2E2316 0%, #15100B 60%, #120D08 100%); color: #fff; display: flex; align-items: center; padding: 30px 34px; }
.svc-stat-glow { position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -70px; top: -90px; background: radial-gradient(circle, rgba(230,180,90,.32), transparent 70%); filter: blur(10px); }
.svc-stat-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; flex-wrap: wrap; }
.svc-stat-num { font-size: clamp(40px, 5vw, 58px); font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.svc-stat-num span { background: linear-gradient(90deg, #E6B45A, #E6B45A); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.svc-stat-cap { font-size: 14px; color: rgba(255,255,255,.66); margin-top: 12px; max-width: 320px; line-height: 1.5; }
.svc-stat-side { display: flex; gap: 30px; }
.ss b { display: block; font-size: 26px; font-weight: 700; letter-spacing: -.02em; }
.ss span { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 4px; }

/* Light tiles → dark, to match the bento */
.svc-lite { background: linear-gradient(165deg, #241B11 0%, #15100B 100%); border: 1px solid rgba(255,255,255,.08); padding: 26px; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.svc-lite:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(8,12,22,.32); }
.svc-ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: rgba(255,255,255,.07); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); transition: background .4s var(--ease), transform .4s var(--ease); margin-bottom: auto; }
.svc-ic svg { width: 24px; height: 24px; color: #fff; transition: color .4s; }
.svc-lite:hover .svc-ic { background: rgba(230,180,90,.22); transform: rotate(-5deg); }
.svc-lite-b { margin-top: 14px; }
.svc-lite h3 { font-size: 19px; font-weight: 600; color: #fff; margin-bottom: 7px; letter-spacing: -.02em; }
.svc-lite p { font-size: 14.5px; color: rgba(255,255,255,.62); line-height: 1.5; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 500; color: #E6B45A; transition: gap .3s; margin-top: 16px; }
.svc-link svg { width: 15px; height: 15px; transition: transform .3s; }
.svc-lite:hover .svc-link { gap: 10px; }

/* ---- Product grid: uniform fixed-height slots; full text reveals in a floating panel on hover ---- */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.svc-prod { position: relative; height: 236px; }
.svc-prod-inner {
  position: absolute; top: 0; left: 0; right: 0; min-height: 100%;
  display: flex; flex-direction: column;
  padding: 26px; border-radius: var(--r-card);
  z-index: 1;
}
.svc-prod:hover .svc-prod-inner { z-index: 20; }
.svc-prod h3 { margin-bottom: 6px; }
.svc-tag { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.45; }
.svc-desc {
  font-size: 13.5px; line-height: 1.62; color: rgba(255,255,255,.74);
  max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-4px);
  transition: max-height .55s var(--ease), opacity .4s var(--ease), margin .55s var(--ease), transform .55s var(--ease);
}
.svc-prod:hover .svc-desc { max-height: 520px; opacity: 1; margin-top: 12px; transform: none; }
.svc-prod .svc-link { margin-top: auto; padding-top: 14px; }
/* touch / no-hover: revert to normal stacked cards with text always visible */
@media (hover: none) {
  .svc-prod { height: auto; }
  .svc-prod-inner { position: static; }
  .svc-desc { max-height: none; opacity: 1; margin-top: 12px; transform: none; overflow: visible; }
}
@media (max-width: 900px) { .prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .prod-grid { grid-template-columns: 1fr; }
  .svc-prod { height: auto; }
  .svc-prod-inner { position: static; }
  .svc-desc { max-height: none; opacity: 1; margin-top: 12px; transform: none; overflow: visible; }
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.steps::before { content:""; position:absolute; top:33px; left:8%; right:8%; height:2px; background: var(--silver); z-index:0; }
.steps-progress { position:absolute; top:33px; left:8%; height:2px; background: var(--ink); z-index:1; width:0; transition: width 1.4s var(--ease-emph); }
.step { position: relative; z-index: 2; text-align: center; }
.step-node {
  width: 68px; height: 68px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center;
  background: var(--snow); border: 1.5px solid var(--silver-2); color: var(--graphite); transition: .5s var(--ease); position: relative;
}
.step-node svg { width: 28px; height: 28px; }
.step-num { position: absolute; top: -4px; right: -4px; width: 24px; height: 24px; border-radius: 50%; background: var(--silver); color: var(--ink); font-size: 12px; font-weight: 600; display: grid; place-items: center; }
.step.lit .step-node { border-color: var(--ink); color: #fff; background: var(--ink); transform: translateY(-4px); }
.step.lit .step-num { background: var(--ink); color: #fff; }
.step h3 { font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 8px; letter-spacing: -.02em; }
.step p { font-size: 15px; color: var(--graphite); max-width: 230px; margin: 0 auto; line-height: 1.4; }

/* ============================================================
   CALCULATOR
   ============================================================ */
.calc-shell { border-radius: var(--r-card); overflow: hidden; background: var(--snow); border: 1px solid var(--silver); }
/* Mode tabs */
.calc-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-bottom: 1px solid var(--silver); }
.calc-tab { display: flex; align-items: center; gap: 13px; padding: 22px 26px; text-align: left; border-right: 1px solid var(--silver); transition: background .25s; position: relative; }
.calc-tab:last-child { border-right: none; }
.calc-tab svg { width: 24px; height: 24px; color: var(--graphite); flex-shrink: 0; transition: color .25s; }
.calc-tab span { display: flex; flex-direction: column; gap: 2px; }
.calc-tab b { font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -.02em; }
.calc-tab i { font-size: 13px; color: var(--graphite); font-style: normal; }
.calc-tab:hover { background: var(--fog); }
.calc-tab.on { background: var(--fog); }
.calc-tab.on::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--azure); }
.calc-tab.on svg { color: var(--azure); }
.calc-tab.on b { color: var(--azure); }
/* Body */
.calc-body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.calc-inputs { padding: clamp(28px, 3.5vw, 44px); }
.calc-field { margin-bottom: 24px; }
.calc-field:last-child { margin-bottom: 0; }
.pill-pct { display: inline-block; font-size: 12px; font-weight: 600; color: var(--azure); background: rgba(181,117,28,.1); padding: 2px 9px; border-radius: 99px; margin-left: 6px; }
.calc-hint { font-size: 12px; color: var(--graphite); margin-top: 9px; line-height: 1.4; }
/* Segmented control */
.seg { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; background: var(--fog); border: 1px solid var(--silver); border-radius: var(--r-sm); padding: 4px; }
.seg-btn { font-size: 12.5px; font-weight: 500; color: var(--graphite); padding: 9px 6px; border-radius: 8px; transition: .2s; letter-spacing: -.01em; line-height: 1.2; }
.seg-btn:hover { color: var(--ink); }
.seg-btn.on { background: var(--snow); color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.08); font-weight: 600; }
.calc-field .flabel { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.calc-field .flabel label { font-size: 15px; font-weight: 500; color: var(--ink); letter-spacing: -.01em; }
.calc-field .fval { font-size: 17px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.calc-field .fval .unit { font-size: 13px; color: var(--graphite); font-weight: 400; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 99px; background: var(--silver); outline: none; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 1px solid var(--silver-2); box-shadow: 0 1px 3px rgba(0,0,0,.15); cursor: pointer; transition: transform .15s; }
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.08); }
input[type="range"]::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 1px solid var(--silver-2); cursor: pointer; }
.calc-range-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--graphite); margin-top: 8px; }
.calc-loan { background: var(--fog); border-radius: var(--r-md); padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; }
.calc-loan span { font-size: 14px; color: var(--graphite); font-weight: 400; }
.calc-loan b { font-size: 22px; color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }

.calc-result { background: var(--obsidian); color: #fff; padding: clamp(28px, 3.5vw, 44px); position: relative; display: flex; flex-direction: column; }
.calc-pane { display: flex; flex-direction: column; }
.calc-pane[hidden] { display: none; }
.calc-result .rlabel { font-size: 14px; color: rgba(255,255,255,.6); font-weight: 400; }
.calc-monthly { margin: 10px 0 28px; }
.calc-monthly b { font-size: clamp(40px, 5vw, 60px); font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.calc-monthly b .cur { font-size: 22px; color: rgba(255,255,255,.6); font-weight: 500; vertical-align: 8px; margin-right: 6px; }
.calc-monthly .per { font-size: 15px; color: rgba(255,255,255,.55); margin-left: 6px; }
.calc-breakdown { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,.12); border-radius: var(--r-md); overflow: hidden; }
.calc-breakdown-tall .calc-brow { padding: 13px 18px; }
.calc-brow i { font-style: normal; color: rgba(255,255,255,.5); font-size: 13px; }
.calc-brow { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: #161617; }
.calc-brow span { font-size: 15px; color: rgba(255,255,255,.72); }
.calc-brow b { font-size: 17px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.calc-brow .gold { color: #fff; }
.calc-result > .btn { margin-top: auto; }
.calc-note { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 16px; line-height: 1.4; }
/* Donut (principal vs interest) */
.calc-donut-row { display: flex; align-items: center; gap: 22px; margin-bottom: 22px; }
.donut { width: 116px; height: 116px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; transition: background .4s var(--ease); }
.donut-hole { width: 78px; height: 78px; border-radius: 50%; background: var(--obsidian); display: grid; place-items: center; text-align: center; }
.donut-hole span { font-size: 24px; font-weight: 700; color: #fff; line-height: 1; letter-spacing: -.02em; }
.donut-hole i { font-size: 10px; color: rgba(255,255,255,.55); font-style: normal; text-transform: uppercase; letter-spacing: 1px; display: block; margin-top: 3px; }
.donut-legend { display: flex; flex-direction: column; gap: 14px; }
.leg { font-size: 13px; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 9px; }
.leg b { color: #fff; font-weight: 600; margin-left: 2px; font-variant-numeric: tabular-nums; }
.leg-dot { width: 11px; height: 11px; border-radius: 3px; flex-shrink: 0; }
.leg-dot.principal { background: var(--azure); }
.leg-dot.interest { background: #3a3a3c; }
/* DBR gauge */
.calc-gauge { margin-top: 22px; }
.gauge-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.gauge-head span { font-size: 14px; color: rgba(255,255,255,.7); }
.gauge-head b { font-size: 22px; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.gauge-bar { height: 12px; border-radius: 99px; background: rgba(255,255,255,.14); position: relative; overflow: hidden; }
.gauge-fill { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 99px; background: linear-gradient(90deg, var(--azure), #4da3ff); transition: width .5s var(--ease-emph); }
.gauge-cap { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 10px; color: rgba(255,255,255,.6); font-weight: 500; }

/* ============================================================
   CEO / Leadership
   ============================================================ */
.ceo { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 5vw, 76px); align-items: center; }
.ceo-photo { position: relative; }
/* gold editorial bracket accents */
.ceo-photo::before, .ceo-photo::after {
  content: ""; position: absolute; width: 56px; height: 56px; z-index: 3; pointer-events: none;
}
.ceo-photo::before { top: -12px; left: -12px; border-top: 2px solid var(--azure); border-left: 2px solid var(--azure); }
.ceo-photo::after { bottom: -12px; right: -12px; border-bottom: 2px solid var(--azure); border-right: 2px solid var(--azure); }
.ceo-portrait {
  position: relative; border-radius: var(--r-card); overflow: hidden;
  border: 1px solid var(--silver); box-shadow: 0 30px 64px rgba(0,0,0,.14);
}
.ceo-portrait::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(18,13,8,.82) 100%);
}
.ceo-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 18%; display: block; }
.ceo-plate { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 24px; }
.ceo-plate-name { display: block; font-size: 19px; font-weight: 600; color: #fff; letter-spacing: -.01em; }
.ceo-plate-role { display: block; font-size: 13px; font-weight: 500; color: #E6B45A; margin-top: 3px; letter-spacing: .02em; }
/* floating credential chip */
.ceo-exp {
  position: absolute; top: 22px; right: -16px; z-index: 4;
  background: var(--snow); border: 1px solid var(--silver); border-radius: var(--r-sm);
  padding: 12px 18px; font-size: 13px; color: var(--graphite); line-height: 1;
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}
.ceo-exp b { font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; margin-right: 6px; }

.ceo-content { align-self: center; }
.ceo-qmark { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 88px; line-height: .6; height: 40px; color: var(--azure); opacity: .26; }
.ceo-content .quote { font-size: clamp(21px, 2.5vw, 31px); font-weight: 600; color: var(--ink); line-height: 1.3; margin: 14px 0 24px; letter-spacing: -.022em; }
.ceo-content .quote b { font-weight: 700; color: var(--ink); }
.ceo-body { font-size: 16px; color: var(--graphite); line-height: 1.65; margin-bottom: 34px; max-width: 560px; }
.ceo-sign { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid var(--silver); }
.ceo-sign-id { display: flex; flex-direction: column; gap: 3px; }
.ceo-sign-name { font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.ceo-sign-role { font-size: 13.5px; color: var(--graphite); }

/* Leadership team, "Behind the Scenes" cinematic overlay cards (NTAM-style) */
.team-cinematic { position: relative; background: var(--obsidian); overflow: hidden; }
.team-cinematic .sec-head { margin-bottom: clamp(40px, 5vw, 64px); }
.team-cinematic-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    radial-gradient(60% 50% at 80% 0%, rgba(181,117,28,.16), transparent 70%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 60px 60px, 60px 60px;
}
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.team-card {
  margin: 0; border-radius: var(--r-md); overflow: hidden;
  opacity: 0; transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.team-card.in { opacity: 1; transform: none; }
.team-photo {
  position: relative; overflow: hidden; aspect-ratio: 3/4;
  background: #0c0905; border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
  transition: border-color .5s var(--ease), box-shadow .5s var(--ease);
}
.team-card:hover .team-photo { border-color: rgba(230,180,90,.45); box-shadow: 0 30px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(230,180,90,.25); }
.team-card img {
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 16%;
  filter: grayscale(.55) contrast(1.02) brightness(.92);
  transition: transform .7s var(--ease), filter .6s var(--ease);
}
.team-card:hover img { transform: scale(1.05); filter: grayscale(0) contrast(1.03) brightness(1); }
/* permanent cinematic gradient so overlaid text is always legible */
.team-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(12,9,5,0) 38%, rgba(12,9,5,.55) 66%, rgba(8,6,3,.92) 100%);
  transition: opacity .5s var(--ease);
}
/* overlaid info */
.team-info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 20px 20px 22px; }
.team-info b { display: block; font-size: 18px; font-weight: 600; color: #fff; letter-spacing: -.01em; line-height: 1.2; }
.team-role { display: block; font-size: 13px; font-weight: 500; color: #E6B45A; margin-top: 4px; letter-spacing: .01em; }
.team-rule { display: block; height: 1px; width: 28px; background: rgba(230,180,90,.6); margin: 12px 0 0; transition: width .5s var(--ease); }
.team-card:hover .team-rule { width: 52px; }
.team-bio {
  font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.75); margin: 0;
  max-height: 0; opacity: 0; overflow: hidden;
  transform: translateY(6px);
  transition: max-height .55s var(--ease), opacity .45s var(--ease), margin .55s var(--ease), transform .55s var(--ease);
}
.team-card:hover .team-bio { max-height: 120px; opacity: 1; margin-top: 12px; transform: none; }
.team-bio-num { color: #E6B45A; font-weight: 600; }
@media (hover: none) {
  .team-bio { max-height: 120px; opacity: 1; margin-top: 12px; transform: none; }
  .team-card img { filter: grayscale(0) brightness(1); }
}

/* ============================================================
   METRICS  (dark stage)
   ============================================================ */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.metric { text-align: center; padding: 24px 14px; position: relative; }
.metric:not(:last-child)::after { content:""; position:absolute; right:-10px; top:25%; height:50%; width:1px; background: rgba(255,255,255,.14); }
.metric .mnum { font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; line-height: 1; letter-spacing: -.03em; color: #fff; }
.metric .mlabel { font-size: 15px; color: rgba(255,255,255,.6); margin-top: 12px; font-weight: 400; letter-spacing: -.01em; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tst-viewport { overflow: hidden; }
.tst-track { display: flex; gap: 20px; transition: transform .7s var(--ease-emph); }
.tst {
  flex: 0 0 calc(33.333% - 14px); background: var(--snow); border: 1px solid var(--silver); border-radius: var(--r-card);
  padding: 32px 30px; display: flex; flex-direction: column; position: relative;
}
.tst-g { position: absolute; top: 26px; right: 28px; width: 22px; height: 22px; }
.tst-stars { display: flex; gap: 3px; margin-bottom: 18px; color: var(--ink); }
.tst-stars svg { width: 17px; height: 17px; }
.tst-quote { font-size: 17px; color: var(--ink); line-height: 1.5; margin-bottom: 26px; flex: 1; letter-spacing: -.012em; }
.tst-person { display: flex; align-items: center; gap: 14px; }
.tst-person .tst-avatar { width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0; object-fit: cover; display: grid; place-items: center; font-weight: 700; font-size: 17px; letter-spacing: .01em; color: #fff; background: linear-gradient(150deg, var(--nav-gold) 0%, var(--azure) 100%); }
.tst-person .nm { font-weight: 600; font-size: 15px; color: var(--ink); letter-spacing: -.01em; }
.tst-person .loc { font-size: 13px; color: var(--graphite); display: flex; align-items: center; gap: 5px; }
.tst-person .loc svg { width: 13px; height: 13px; }
.tst-nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 38px; }
.g-reviews { display: inline-flex; align-items: center; gap: 10px; margin: 18px auto 0; padding: 11px 22px; border-radius: var(--r-pill); border: 1px solid var(--silver-2); background: var(--snow); color: var(--ink); font-size: 14px; font-weight: 500; transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.g-reviews:hover { border-color: var(--nav-orange); box-shadow: 0 10px 26px rgba(0,0,0,.08); transform: translateY(-2px); }
.g-reviews svg.g-mark { width: 18px; height: 18px; }
.g-reviews svg.g-arrow { width: 15px; height: 15px; }
.tst-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--silver-2); display: grid; place-items: center; color: var(--ink); transition: .25s; background: var(--snow); }
.tst-arrow:hover { border-color: var(--ink); }
.tst-dots { display: flex; gap: 6px; }
.tst-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--silver-2); transition: .3s; cursor: pointer; }
.tst-dot.on { width: 26px; background: var(--ink); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--silver); border-radius: var(--r-md); background: var(--snow); overflow: hidden; transition: border-color .3s; }
.faq-item.open { border-color: var(--silver-2); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 28px; text-align: left; font-size: 19px; font-weight: 600; color: var(--ink); letter-spacing: -.02em; }
.faq-q .qic { width: 30px; height: 30px; border-radius: 50%; background: var(--fog); display: grid; place-items: center; flex-shrink: 0; transition: .35s var(--ease); color: var(--ink); }
.faq-item.open .qic { background: var(--ink); color: #fff; transform: rotate(45deg); }
.faq-q .qic svg { width: 17px; height: 17px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a-inner { padding: 0 28px 26px; font-size: 16px; color: var(--graphite); line-height: 1.55; letter-spacing: -.01em; }

/* ============================================================
   CONTACT  (light)
   ============================================================ */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.contact-info .h-sec { color: var(--ink); }
.contact-points { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.cpoint {
  display: flex; align-items: center; gap: 16px; color: inherit; text-decoration: none;
  padding: 8px; margin: -8px; border-radius: var(--r-md);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.cpoint:hover { background: var(--snow); transform: translateX(4px); }
.cpoint .cic {
  width: 50px; height: 50px; border-radius: 14px; background: var(--snow);
  border: 1px solid var(--silver); display: grid; place-items: center; flex-shrink: 0;
  transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.cpoint .cic svg { width: 21px; height: 21px; color: var(--ink); transition: color .3s var(--ease); }
.cpoint:hover .cic { background: rgba(181,117,28,.1); border-color: var(--azure); }
.cpoint:hover .cic svg { color: var(--azure); }
.cpoint .ct b { display: block; font-size: 17px; color: var(--ink); font-weight: 600; letter-spacing: -.01em; transition: color .3s var(--ease); }
.cpoint:hover .ct b { color: var(--azure); }
.cpoint .ct span { font-size: 14px; color: var(--graphite); }
.contact-form { background: var(--snow); border: 1px solid var(--silver); border-radius: var(--r-card); padding: clamp(28px, 3.5vw, 40px); }
.contact-map { margin-top: clamp(28px, 4vw, 44px); border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--silver); height: clamp(300px, 38vw, 420px); box-shadow: 0 20px 46px rgba(0,0,0,.07); }
.contact-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 7px; letter-spacing: -.01em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--silver-2); border-radius: var(--r-sm);
  font-family: inherit; font-size: 16px; color: var(--ink); background: var(--snow); transition: .2s; letter-spacing: -.01em;
}
.field input::placeholder, .field textarea::placeholder { color: var(--graphite); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--azure); box-shadow: 0 0 0 3px rgba(181,117,28,.18); }
.field textarea { resize: vertical; min-height: 92px; }
.form-actions { display: flex; gap: 12px; margin-top: 6px; }
.form-actions .btn { flex: 1; }
.form-ok { text-align: center; padding: 30px 0; }
.form-ok .okic { width: 60px; height: 60px; border-radius: 50%; background: rgba(44,164,78,.1); display: grid; place-items: center; margin: 0 auto 18px; }
.form-ok .okic svg { width: 30px; height: 30px; color: var(--green); }
.form-ok h3 { font-size: 24px; color: var(--ink); margin-bottom: 8px; letter-spacing: -.02em; }
.form-ok p { color: var(--graphite); }

/* ============================================================
   FOOTER  (light)
   ============================================================ */
.footer { background: var(--charcoal); color: rgba(255,255,255,.6); padding: 64px 0 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .brand-name { color: #fff; }
.footer-about { font-size: 14px; line-height: 1.6; margin: 18px 0 22px; max-width: 320px; color: rgba(255,255,255,.55); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 11px; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; color: rgba(255,255,255,.78); transition: .25s; }
.footer-social a:hover { background: var(--nav-orange); color: #fff; border-color: var(--nav-orange); }
.footer-social a svg { width: 17px; height: 17px; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 18px; letter-spacing: -.01em; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-col a:hover { color: var(--nav-orange); }
.footer-col a.map-link { display: inline-flex; align-items: flex-start; gap: 8px; }
.map-pin { width: 17px; height: 17px; flex-shrink: 0; margin-top: 1px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.35)); transition: transform .25s var(--ease); }
.map-link:hover .map-pin { transform: scale(1.12) translateY(-1px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; font-size: 13px; flex-wrap: wrap; color: rgba(255,255,255,.5); }
.footer-bottom .links { display: flex; gap: 22px; }
.footer-bottom .links a:hover { color: var(--nav-orange); }

/* ============================================================
   FEATURE BAND (luxury interior photo)
   ============================================================ */
.feature { position: relative; padding: clamp(44px, 6vw, 72px) 0; overflow: hidden; color: #fff; }
.feature-photo {
  position: absolute; inset: 0; z-index: 0;
  background: url("https://images.unsplash.com/photo-1564078516393-cf04bd966897?q=80&w=2000&auto=format&fit=crop") center 60%/cover no-repeat;
  transform: scale(1.04);
}
.feature-overlay { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(15,23,42,.92) 0%, rgba(15,23,42,.78) 42%, rgba(15,23,42,.32) 100%);
}
.feature .wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: clamp(32px, 6vw, 80px); }
.feature-card { max-width: 560px; flex: 1; }
.feature .eyebrow { color: #E6B45A; }

/* Anniversary ribbon badge greyscale → copper-gold on hover */
.anniv { flex-shrink: 0; width: 300px; cursor: default; position: relative; }
.anniv-ribbon {
  display: inline-flex; align-items: baseline; gap: 9px; padding: 14px 36px;
  font-weight: 800; font-size: 32px; letter-spacing: .03em; color: #fff;
  background: linear-gradient(120deg, #E6B45A 0%, #C8901F 50%, #B5751C 100%);
  box-shadow: 0 14px 34px rgba(181,117,28,.35);
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%, 18px 50%);
  position: relative; overflow: hidden;
}
.anniv-ribbon em { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; font-size: 23px; }
.anniv-num {
  display: flex; align-items: flex-end; gap: 10px;
  margin: 4px 0 0 8px; width: max-content; line-height: .88;
  transform-origin: 50% 80%;
}
.anniv-five {
  font-size: clamp(78px, 9vw, 124px); font-weight: 800; line-height: .88;
  background: linear-gradient(180deg, #F0CB84 0%, #D89A3E 45%, #B5751C 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.anniv-yrs {
  font-size: clamp(18px, 1.8vw, 24px); font-weight: 600; color: #fff;
  letter-spacing: -.01em; line-height: 1; padding-bottom: 16px;
}
.anniv-text { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.6; margin-top: 16px; max-width: 280px; }
/* celebration on hover: ribbon swing + glow, number bounce, twinkling stars */
.anniv-ribbon { transform-origin: 20% 50%; }
.anniv:hover .anniv-ribbon { animation: anniv-swing 1.1s var(--ease); box-shadow: 0 16px 44px rgba(230,180,90,.55); }
@keyframes anniv-swing {
  0% { transform: rotate(0); } 18% { transform: rotate(-2.6deg); } 42% { transform: rotate(1.6deg); }
  66% { transform: rotate(-1deg); } 85% { transform: rotate(.5deg); } 100% { transform: rotate(0); }
}
.anniv:hover .anniv-num { animation: anniv-bounce 1s var(--ease); }
@keyframes anniv-bounce {
  0% { transform: translateY(0) scale(1); } 25% { transform: translateY(-22px) scale(1.1); }
  45% { transform: translateY(0) scale(1); } 62% { transform: translateY(-10px) scale(1.04); }
  80% { transform: translateY(0); } 100% { transform: translateY(0); }
}
.anniv-spark { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.anniv-confetti { position: absolute; pointer-events: none; z-index: 5; }
.anniv-spark i { position: absolute; opacity: 0; color: var(--c, #F0CB84); font-size: var(--s, 15px); line-height: 1; }
.anniv-spark i::before { content: "\2726"; display: block; }
.anniv:hover .anniv-spark i { animation: anniv-twinkle 1.1s ease infinite; animation-delay: var(--d, 0s); }
@keyframes anniv-twinkle {
  0%, 100% { opacity: 0; transform: scale(.3) rotate(0deg); }
  50% { opacity: 1; transform: scale(1) rotate(90deg); }
}
@media (prefers-reduced-motion: reduce) {
  .anniv:hover .anniv-ribbon, .anniv:hover .anniv-num, .anniv:hover .anniv-spark i { animation: none; }
}

.feature-h { font-size: clamp(34px, 5vw, 56px); font-weight: 700; line-height: 1.07; letter-spacing: -.018em; margin: 14px 0 0; color: #fff; }
.feature-p { font-size: clamp(16px, 1.7vw, 19px); color: rgba(255,255,255,.82); line-height: 1.5; margin: 20px 0 28px; max-width: 500px; letter-spacing: -.01em; }
.feature-points { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.fp { display: flex; align-items: center; gap: 13px; font-size: 16px; color: #fff; font-weight: 500; letter-spacing: -.01em; }
.fp-ic { width: 26px; height: 26px; border-radius: 50%; background: var(--azure); display: grid; place-items: center; flex-shrink: 0; }
.fp-ic svg { width: 14px; height: 14px; color: #fff; }

/* ============================================================
   RATES
   ============================================================ */
.rates-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.rates-grid > .rate-card:nth-child(6) { grid-column: 3; }
.rate-card {
  background: var(--snow); border: 1px solid var(--silver); border-radius: var(--r-card); padding: 32px 26px;
  position: relative; transition: transform .35s var(--ease), border-color .35s; text-align: left;
}
.rate-card:hover { transform: translateY(-5px); border-color: var(--silver-2); }
.rate-card.featured { background: #DB8339; border-color: #DB8339; color: #fff; }
.rate-badge { display: block; width: max-content; max-width: 100%; margin: 0 0 14px auto; font-size: 11px; font-weight: 600; color: #fff; background: var(--azure); padding: 5px 12px; border-radius: 99px; letter-spacing: -.01em; }
.rate-card.featured .rate-badge { background: #DAC06D; color: #4a3310; }
.rate-term { font-size: 14px; font-weight: 500; color: var(--graphite); letter-spacing: -.01em; }
.rate-card.featured .rate-term { color: rgba(255,255,255,.7); }
.rate-num { font-size: clamp(40px, 5vw, 54px); font-weight: 700; color: var(--ink); line-height: 1; letter-spacing: -.03em; margin: 12px 0 10px; }
.rate-num span { font-size: 24px; color: var(--graphite); font-weight: 600; vertical-align: 4px; margin-left: 2px; }
.rate-card.featured .rate-num { color: #fff; }
.rate-card.featured .rate-num span { color: rgba(255,255,255,.6); }
.rate-tag { display: inline-block; font-size: 13px; font-weight: 500; color: var(--azure); background: rgba(181,117,28,.1); padding: 4px 11px; border-radius: 99px; }
.rate-card.featured .rate-tag { color: #fff; background: rgba(74,51,16,.32); }
.rate-note { font-size: 13.5px; color: var(--graphite); margin-top: 16px; line-height: 1.45; }
.rate-card.featured .rate-note { color: rgba(255,255,255,.6); }
.rates-updated { text-align: center; font-size: 13px; color: #9aa0a8; margin-top: 28px; }

/* ============================================================
   AWARDS
   ============================================================ */
/* reviews — custom Google testimonials */
.reviews-summary { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 30px; }
.reviews-summary .rev-g { width: 26px; height: 26px; }
.rs-score { display: flex; align-items: center; gap: 10px; }
.rs-score b { font-size: 26px; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.rs-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--azure); }
.rs-link svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.rs-link:hover svg { transform: translate(2px,-2px); }
.rev-stars { display: inline-flex; gap: 2px; color: #FBBC05; }
.rev-stars svg { width: 17px; height: 17px; }
.reviews-masonry { columns: 3; column-gap: 24px; margin-top: 44px; }
.rev-card { break-inside: avoid; margin: 0 0 24px; background: var(--snow); border: 1px solid var(--silver); border-radius: var(--r-card); padding: 26px 26px 24px; position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.rev-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(0,0,0,.09); border-color: rgba(181,117,28,.32); }
.rev-card .rev-g { position: absolute; top: 24px; right: 24px; width: 22px; height: 22px; opacity: .9; }
.rev-card .rev-stars { margin-bottom: 14px; }
.rev-text { font-size: 14.5px; line-height: 1.6; color: var(--graphite); margin: 0 0 20px; }
.rev-by { display: flex; align-items: center; gap: 13px; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 15px; font-weight: 600; letter-spacing: .02em; flex-shrink: 0; }
.rev-id { display: flex; flex-direction: column; line-height: 1.3; }
.rev-id b { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.rev-id span { font-size: 12.5px; color: var(--graphite); }
@media (max-width: 980px) { .reviews-masonry { columns: 2; } }
@media (max-width: 620px) { .reviews-masonry { columns: 1; max-width: 420px; margin-inline: auto; } }

.awards { background: var(--charcoal); color: #fff; }
.awards .eyebrow { color: var(--nav-orange); }
.awards .h-sec { color: #fff; }
.awards .h-sec .gold { color: var(--nav-gold); }
.awards-quote { max-width: 720px; margin: 18px auto 0; text-align: center; font-style: italic; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.7); }
.awards-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 60px; }
.award { display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0; transition: transform .4s var(--ease); }
.award:hover { transform: translateY(-8px); }
.award-img { width: 100%; max-width: 230px; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 18px; filter: drop-shadow(0 14px 30px rgba(0,0,0,.45)); transition: filter .4s var(--ease), transform .4s var(--ease); }
.award:hover .award-img { filter: drop-shadow(0 22px 46px rgba(218,192,109,.4)); transform: scale(1.02); }
.award-cap { margin-top: 18px; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: -.01em; line-height: 1.25; }
.award-cap span { display: block; margin-top: 5px; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.55); letter-spacing: 0; }
html.js-anim .award-img { transform: scale(.9); opacity: .35; transition: transform .7s var(--ease-emph), opacity .7s var(--ease-emph), filter .4s var(--ease); }
html.js-anim .award.in .award-img { transform: scale(1); opacity: 1; }
@media (max-width: 980px) { .awards-grid { grid-template-columns: repeat(3, 1fr); gap: 44px 24px; } }
@media (max-width: 600px) { .awards-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; max-width: 420px; margin-inline: auto; } .awards-quote { font-size: 17px; } }

/* ============================================================
   STAGE / dark-panel photo backdrops (metrics, calculator)
   ============================================================ */
.stage-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; background-size: cover; background-position: center; }
.stage-bg-night { background-image: url("https://images.unsplash.com/photo-1746731341047-76b2652ea843?q=80&w=2200&auto=format&fit=crop"); }
.stage-bg-canary { background-image: linear-gradient(150deg, #C8842A 0%, #B5751C 52%, #9A6017 100%); }
.stage-bg-canary::after { background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.14)); }
.stage-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.74), rgba(0,0,0,.58) 50%, rgba(0,0,0,.8));
}
.section.stage { overflow: hidden; background: var(--obsidian); }
/* Default ambient: faint financial grid so dark panels read premium even before a photo is added */
.section.stage::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(181,117,28,.16), transparent 55%);
  background-size: 56px 56px, 56px 56px, 100% 100%;
}
.section.stage .wrap { position: relative; z-index: 2; }
.section.stage .stage-bg { z-index: 1; }
.calc-result { position: relative; overflow: hidden; }
.calc-result::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 48px 48px, 48px 48px;
}
.calc-result .stage-bg { z-index: 1; }
.calc-result .stage-bg::after { background: linear-gradient(150deg, rgba(0,0,0,.72), rgba(0,0,0,.88)); }
.calc-result > *:not(.stage-bg) { position: relative; z-index: 2; }

/* ============================================================
   Reveal animations
   ============================================================ */
.reveal { opacity: 1; transform: none; }
html.js-anim .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-emph), transform .8s var(--ease-emph); }
html.js-anim .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }

/* Floating WhatsApp */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center; box-shadow: 0 6px 20px rgba(0,0,0,.18);
  transition: transform .3s; animation: floaty 4s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 28px; height: 28px; color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ============================================================
   COMPARISON TABLE ROW ANIMATIONS
   ============================================================ */
html.js-anim .wt-cell:not(.wt-head) {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
html.js-anim .wt-cell.wt-anim {
  opacity: 1;
  transform: none;
}

/* Tick icon pop animation */
html.js-anim .wt-yes .ci {
  transform: scale(0);
  transition: transform .45s cubic-bezier(.34,1.56,.64,1);
}
html.js-anim .wt-yes.wt-anim .ci {
  transform: scale(1);
}

/* ============================================================
   STAT TILE COUNTER ANIMATIONS
   ============================================================ */
.stat-count {
  display: inline-block;
}
.svc-stat-num {
  overflow: hidden;
}
.svc-stat-num .stat-anim-wrap {
  display: inline-block;
  animation: statCountUp .8s var(--ease-emph) forwards;
}
@keyframes statCountUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Glow pulse on the stat tile */
.svc-stat-glow {
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50%       { opacity: 1; transform: scale(1.1); }
}

/* Stat side numbers fade-up */
html.js-anim .svc-stat-side .ss {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s var(--ease-emph), transform .6s var(--ease-emph);
}
html.js-anim .svc-stat-side.ss-anim .ss:nth-child(1) { opacity: 1; transform: none; transition-delay: .1s; }
html.js-anim .svc-stat-side.ss-anim .ss:nth-child(2) { opacity: 1; transform: none; transition-delay: .25s; }

@media (max-width: 1024px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav.menu-open .nav-links { display: flex; position: absolute; top: var(--nav-h); left: 0; right: 0; flex-direction: column; background: var(--charcoal); padding: 20px var(--gutter); gap: 16px; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 16px 30px rgba(0,0,0,.4); }
  .hero-side { justify-content: flex-start; }
  .dash { max-width: 460px; }
  .why-features { grid-template-columns: repeat(2, 1fr); }
  .feature .wrap { flex-direction: column; align-items: flex-start; }
  .anniv { width: auto; }
  .rates-grid { grid-template-columns: repeat(2, 1fr); }
  .rates-grid > .rate-card:nth-child(6) { grid-column: auto; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(3, 1fr); }
  .metric:nth-child(3)::after, .metric:nth-child(5)::after { display: none; }
  .calc-body { grid-template-columns: 1fr; }
  .calc-tab { padding: 16px 18px; gap: 10px; }
  .calc-tab i { display: none; }
  .ceo { grid-template-columns: 1fr; }
  .ceo-photo { max-width: 420px; margin: 0 auto; }
  .contact { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .tst { flex: 0 0 calc(50% - 10px); }
  /* Comparison, tighten the 3 aligned columns so labels don't clip on tablets */
  .cmp3 { gap: 12px; }
  .cmp3-panel { padding: 24px 18px; }
  .cmp3-head { font-size: 15px; }
  .cmp3-head-canary { flex-wrap: wrap; gap: 10px; }
  .cmp3-head-canary .cmp3-title { font-size: 16px; }
  .cmp3-head-canary .wt-tag { margin-left: 0; }
  .cmp3-list li { font-size: 13px; gap: 9px; padding: 12px 0; }
  .cmp3 .ci { width: 21px; height: 21px; padding: 4px; }
}
@media (max-width: 680px) {
  :root { --ticker-h: 0px; }
  .rate-ticker { display: none; }
  .hero.cine { min-height: 92vh; padding-bottom: 40px; }
  .hero-side { display: none; }
  .hero-tagline { display: none; }
  .anim-head { font-size: clamp(34px, 9vw, 52px); }
  .why-features { grid-template-columns: 1fr; }
  .why-table { grid-template-columns: 1fr; }
  .why-table .wt-crit:not(.wt-head) { font-weight: 600; padding-bottom: 6px; border-top: 1px solid var(--silver); }
  .why-table .wt-head.wt-crit { display: none; }
  .why-table .wt-canary, .why-table .wt-bank { justify-content: flex-start; text-align: left; border-top: none; padding-top: 8px; padding-bottom: 8px; }
  .why-table .wt-canary { background: var(--obsidian); }
  .why-table .wt-head.wt-canary, .why-table .wt-head.wt-bank { display: flex; padding-top: 18px; padding-bottom: 18px; }
  .why-table .wt-last { padding-bottom: 16px; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .hero-actions .btn { flex: 1; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 18px; }
  .steps::before, .steps-progress { display: none; }
  .svc-img { min-height: 280px; }
  .rates-grid { grid-template-columns: 1fr; }
  .rates-grid > .rate-card:nth-child(6) { grid-column: auto; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric::after { display: none !important; }
  .tst { flex: 0 0 100%; }
  .form-row { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .ceo-exp { right: 0; }
  .ceo-sign { flex-direction: column; align-items: flex-start; }
  /* Comparison, stack into full-width cards; labels wrap, no horizontal clip */
  .cmp3 { flex-direction: column; gap: 14px; }
  .cmp3-panel { flex: 0 0 auto; padding: 24px 22px; border-radius: 18px; }
  .cmp3-crit { display: none; }
  .cmp3-head { font-size: 16px; }
  .cmp3-head-canary { flex-wrap: wrap; gap: 10px; }
  .cmp3-head-canary .cmp3-title { font-size: 17px; }
  .cmp3-head-canary .wt-tag { margin-left: auto; }
  .cmp3-list li { white-space: normal; font-size: 15px; gap: 12px; padding: 13px 0; align-items: flex-start; }
  .cmp3 .ci { width: 23px; height: 23px; padding: 5px; margin-top: 1px; }
  .cmp3-hint { display: none; }
  /* always render fully on mobile, never depend on the scroll-reveal firing */
  .js-anim #cmp3-wrap .cmp3-panel,
  .js-anim #cmp3-wrap .cmp3-list li { opacity: 1; transform: none; margin: 0; }
  #cmp3-wrap .cmp3-panel { transform: none !important; margin-left: 0; margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   PRELOADER, Canary mark splash on load
   ============================================================ */
#preloader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #ffffff;
  transition: opacity .55s var(--ease, ease), visibility .55s var(--ease, ease);
}
#preloader.pl-done { opacity: 0; visibility: hidden; pointer-events: none; }
/* fixed-size white box so the loader NEVER renders as a thin line before the clip loads */
.pl-inner {
  position: relative;
  width: min(300px, 72vw); aspect-ratio: 752 / 560; min-height: 120px;
  background: #ffffff; overflow: hidden;
  border-radius: 14px;
  animation: plPop .7s var(--ease-emph, cubic-bezier(.22,1,.36,1)) both, plBreathe 3.2s ease-in-out 1s infinite;
}
@keyframes plPop {
  0%   { opacity: 0; transform: scale(.86); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes plBreathe {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.025); }
}
/* shimmer sweep across the loader box */
.pl-shine {
  position: absolute; top: 0; bottom: 0; left: -45%; width: 40%;
  background: linear-gradient(100deg, transparent, rgba(181,117,28,.16) 45%, rgba(244,220,174,.42) 50%, rgba(181,117,28,.16) 55%, transparent);
  transform: skewX(-16deg); pointer-events: none;
  animation: plShine 2.4s ease-in-out .5s infinite;
}
@keyframes plShine { 0% { left: -45%; } 60%,100% { left: 130%; } }
.pl-logo {
  display: block; width: 100%; height: 100%;
  object-fit: contain; object-position: center; background: #ffffff;
}
/* white patch covering the source clip's top-right watermark (bg is white) */
.pl-mask {
  position: absolute; top: 0; right: 0; width: 32%; height: 14%;
  background: #ffffff; pointer-events: none;
}
/* white patch killing any hairline at the very bottom edge of the clip */
.pl-mask-b {
  position: absolute; left: 0; right: 0; bottom: 0; height: 5%;
  background: #ffffff; pointer-events: none;
}
.pl-tagline {
  margin: 18px 0 0; text-align: center;
  font-size: clamp(15px, 2.4vw, 19px); font-weight: 600; letter-spacing: -.01em;
  color: var(--ink, #1d1d1f);
}
.pl-tagline .plt-w {
  display: inline-block;
  opacity: 0; transform: translateY(10px);
  animation: pltWord .5s var(--ease-emph, cubic-bezier(.22,1,.36,1)) both;
}
.pl-tagline .plt-w:nth-child(1){ animation-delay:.30s; }
.pl-tagline .plt-w:nth-child(2){ animation-delay:.38s; }
.pl-tagline .plt-w:nth-child(3){ animation-delay:.46s; }
.pl-tagline .plt-w:nth-child(4){ animation-delay:.54s; }
.pl-tagline .plt-w:nth-child(5){ animation-delay:.62s; }
.pl-tagline .plt-w:nth-child(6){ animation-delay:.70s; }
.pl-tagline .plt-w:nth-child(7){ animation-delay:.78s; }
@keyframes pltWord { to { opacity: 1; transform: translateY(0); } }
.pl-tagline .plt-accent { color: var(--nav-orange); }
@media (prefers-reduced-motion: reduce) {
  .pl-inner { animation: none; }
  .pl-shine { display: none; }
  .pl-tagline .plt-w { animation: none; opacity: 1; transform: none; }
}

/* ============================================================
   CALCULATOR — CTA row + lead-gate modal
   ============================================================ */
/* click-to-type editable slider values — styled as obvious input chips */
.editable-val {
  cursor: text; position: relative;
  display: inline-flex; align-items: baseline; gap: 5px;
  padding: 4px 10px; padding-right: 26px;
  border: 1px solid var(--silver-2); border-radius: 9px;
  background: var(--fog);
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.editable-val::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 13px; height: 13px;
  transform: translateY(-50%); opacity: .5;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E");
}
.editable-val:hover { border-color: var(--azure); background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.05); }
.editable-val:hover::after { opacity: .85; }
.val-edit {
  font: inherit; color: inherit; text-align: left;
  border: none; background: transparent; border-radius: 6px;
  padding: 0; width: 9ch; field-sizing: content; max-width: 100%;
}
.val-edit:focus { outline: none; }
.editable-val:has(.val-edit) { border-color: var(--azure); background: #fff; box-shadow: 0 0 0 3px rgba(42,111,219,.12); }
.calc-hint-edit { font-size: 12.5px; color: var(--graphite); display: flex; align-items: center; gap: 6px; margin: -4px 0 18px; }
.calc-hint-edit svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--azure); }

.calc-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.calc-cta-row .btn { flex: 1 1 auto; justify-content: center; }
#dl-analysis { background: #fff; }
#dl-analysis:hover { border-color: var(--ink); background: #fff; }

.lead-gate {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; transition: opacity .3s var(--ease);
}
.lead-gate.on { opacity: 1; }
.lead-gate[hidden] { display: none; }
.lg-backdrop { position: absolute; inset: 0; background: rgba(20,16,11,.55); backdrop-filter: blur(4px); }
.lg-card {
  position: relative; z-index: 1; width: 100%; max-width: 440px;
  background: var(--snow); border-radius: var(--r-card, 22px);
  padding: 38px 34px 30px; box-shadow: 0 40px 90px rgba(0,0,0,.32);
  transform: translateY(16px) scale(.98); transition: transform .35s var(--ease-emph, cubic-bezier(.4,0,.2,1));
  max-height: 92vh; overflow-y: auto;
}
.lead-gate.on .lg-card { transform: translateY(0) scale(1); }
.lg-x {
  position: absolute; top: 16px; right: 16px; width: 34px; height: 34px;
  border-radius: 50%; font-size: 24px; line-height: 1; color: var(--graphite);
  display: grid; place-items: center; background: var(--fog); transition: background .2s, color .2s;
}
.lg-x:hover { background: var(--silver); color: var(--ink); }
.lg-card h3 { font-size: 25px; font-weight: 700; letter-spacing: -.02em; color: var(--ink); margin: 6px 0 0; line-height: 1.12; }
.lg-card h3 .gold { color: var(--azure); }
.lg-sub { font-size: 14.5px; color: var(--graphite); line-height: 1.45; margin: 10px 0 22px; }
.lg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#lg-form .field { margin-bottom: 13px; display: flex; flex-direction: column; }
#lg-form label { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
#lg-form label .opt { font-weight: 400; font-style: normal; color: var(--graphite); }
#lg-form input {
  font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 1px solid var(--silver-2); border-radius: 12px; background: var(--fog);
  transition: border-color .2s, background .2s;
}
#lg-form input:focus { outline: none; border-color: var(--azure); background: #fff; }
#lg-form input.invalid { border-color: #C0392B; background: #fff; }
.lg-err { display: none; color: #C0392B; font-size: 12px; margin-top: 5px; }
.lg-err.show { display: block; }
.lg-check {
  display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--slate);
  line-height: 1.4; margin: 4px 0 18px; cursor: pointer;
}
.lg-check input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--azure); flex-shrink: 0; }
#lg-form .btn-gold { width: 100%; }
.lg-note { font-size: 12px; color: var(--graphite); text-align: center; margin: 14px 0 0; }
.lg-ok { text-align: center; padding: 12px 4px 6px; }
.lg-okic {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px;
  background: rgba(181,117,28,.12); color: var(--azure); display: grid; place-items: center;
}
.lg-okic svg { width: 30px; height: 30px; }
.lg-ok h3 { font-size: 23px; }
.lg-ok p { font-size: 14.5px; color: var(--graphite); line-height: 1.5; margin: 12px 0 22px; }
.lg-ok .btn { width: 100%; justify-content: center; }
@media (max-width: 480px) {
  .lg-card { padding: 32px 22px 26px; }
  .lg-card h3 { font-size: 22px; }
}
