:root{
  --bg:        #0a0807;
  --bg-2:      #0f0c0a;
  --surface:   #15110d;
  --surface-2: #1a1510;
  --line:      rgba(201,165,102,.18);
  --line-soft: rgba(201,165,102,.10);
  --gold:      #c9a566;
  --gold-2:    #d8b878;
  --gold-3:    #e8cf94;
  --amber:     #d99a4e;
  --green:     #7faa72;
  --red:       #c66a52;
  --text:      #ece4d3;
  --muted:     #8a8073;
  --dim:       #5d564c;

  --serif:     "Cormorant Garamond", "Cormorant", Georgia, serif;
  --caps:      "Cinzel", "Trajan Pro", serif;
  --label:     "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --sans:      "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  --maxw: 1280px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--sans);
  font-weight:300;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}

/* ---------------- Layout ---------------- */
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 40px; }
@media (max-width:720px){ .wrap{padding:0 22px} }

/* Decorative gold rule with center dot (echo of logo underline) */
.rule{
  display:flex; align-items:center; justify-content:center; gap:14px;
  color:var(--gold);
  margin: 22px auto 0;
  width:min(420px,80%);
}
.rule::before, .rule::after{
  content:""; flex:1; height:1px;
  background:linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity:.6;
}
.rule .dot{
  width:5px;height:5px;border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 8px rgba(201,165,102,.7);
}

/* Eyebrow */
.eyebrow{
  font-family:var(--label);
  font-size:11px;
  letter-spacing:.2em;
  color:var(--gold-3);
  text-transform:uppercase;
  font-weight:600;
  line-height:1.35;
  text-rendering:geometricPrecision;
}

/* Display headline */
h1,h2,h3,h4{margin:0;font-weight:400}
.display{
  font-family:var(--serif);
  font-weight:300;
  font-style:normal;
  font-size:clamp(40px, 5.4vw, 76px);
  line-height:1.05;
  letter-spacing:-.01em;
  color:var(--text);
}
.display em{
  font-style:italic;
  color:var(--gold-2);
  font-weight:400;
}

.section-title{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(34px, 4vw, 54px);
  line-height:1.1;
  letter-spacing:-.005em;
  text-align:center;
}
.section-title em{font-style:italic;color:var(--gold-2);font-weight:400}

.section-kicker{
  text-align:center;
  display:block;
  margin-bottom:14px;
}
.section-lead{
  text-align:center;
  max-width:700px;
  margin:24px auto 0;
  color:rgba(236,228,211,.68);
  font-size:16px;
}

section{ padding:120px 0; position:relative; }
@media (max-width:720px){ section{padding:80px 0} }

/* ---------------- Buttons ---------------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:15px 28px;
  font-family:var(--label);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  border:1px solid var(--gold);
  color:var(--gold-3);
  background:transparent;
  transition: all .25s ease;
  position:relative;
  overflow:hidden;
}
.btn:hover{ background:var(--gold); color:#1a1510; }
.btn .arr{ transition: transform .25s ease; }
.btn:hover .arr{ transform: translateX(4px); }

.btn--solid{
  background:linear-gradient(180deg, var(--gold-2), var(--gold));
  color:#15110d;
  border-color:transparent;
  font-weight:600;
}
.btn--solid:hover{ filter:brightness(1.08); color:#15110d }
.btn--ghost{ border-color:var(--line); color:var(--text); }
.btn--ghost:hover{ border-color:var(--gold); background:transparent; color:var(--gold-3); }

/* ---------------- Nav ---------------- */
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(10,8,7,.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom:1px solid var(--line-soft);
}
.nav-inner{
  max-width:var(--maxw); margin:0 auto;
  padding: 18px 40px;
  display:flex; align-items:center; gap:36px;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand-mark{
  width:42px; height:42px;
  background-image:url("/assets/logo-icon.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  border-radius:50%;
  border:1px solid var(--line);
  flex:none;
}
.brand-name{
  font-family:var(--caps);
  font-size:14px;
  letter-spacing:.22em;
  color:var(--gold-2);
  font-weight:500;
}
.nav-toggle{
  display:none;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  border:1px solid var(--line);
  background:rgba(201,165,102,.04);
  color:var(--gold-3);
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  width:18px;
  height:1px;
  background:currentColor;
  transition:transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.nav-links{
  display:flex; gap:34px; margin-left:auto;
  font-size:13px;
  letter-spacing:.04em;
  color:var(--text);
  align-items:center;
}
.nav-links a,
.nav-parent{
  position:relative;
  padding:6px 0;
  color:rgba(236,228,211,.78);
  transition:color .2s ease;
}
.nav-links a:hover,
.nav-parent:hover{ color:var(--gold-3); }
.nav-links a.active,
.nav-parent.active{ color:var(--gold-3) }
.nav-links > a.active::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px;
  height:1px; background:var(--gold);
}
.nav-item{
  position:relative;
}
.nav-parent::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:7px;
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
  opacity:.8;
}
.nav-parent.active::before{
  content:"";
  position:absolute;
  left:0;
  right:17px;
  bottom:-2px;
  height:1px;
  background:var(--gold);
}
.services-menu{
  position:absolute;
  top:calc(100% + 18px);
  left:50%;
  transform:translate(-50%, 8px);
  width:310px;
  padding:10px;
  border:1px solid var(--line);
  background:rgba(10,8,7,.96);
  box-shadow:0 24px 70px rgba(0,0,0,.42);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.services-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-20px;
  height:20px;
}
.nav-services:hover .services-menu,
.nav-services:focus-within .services-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%, 0);
}
.services-menu a{
  display:block;
  padding:13px 14px;
  border-bottom:1px solid var(--line-soft);
}
.services-menu a:last-child{border-bottom:0}
.services-menu span{
  display:block;
  font-family:var(--label);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold-3);
  line-height:1.35;
}
.services-menu small{
  display:block;
  margin-top:4px;
  font-size:12px;
  letter-spacing:0;
  color:rgba(236,228,211,.56);
  line-height:1.45;
}
.services-menu a:hover{
  background:rgba(201,165,102,.06);
}
.nav .btn{ padding:11px 22px; font-size:10px; }
.btn-short{display:none}
@media (max-width: 920px){
  .nav-inner{position:relative}
  .nav-toggle{
    display:inline-flex;
    margin-left:auto;
    flex:none;
  }
  .nav-links{
    position:absolute;
    left:22px;
    right:22px;
    top:calc(100% + 1px);
    display:grid;
    gap:2px;
    margin-left:0;
    padding:14px;
    border:1px solid var(--line);
    background:#0a0807;
    box-shadow:0 24px 70px rgba(0,0,0,.48);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-6px);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
    max-height:calc(100vh - 86px);
    overflow:auto;
  }
  .nav.nav-open .nav-links{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .nav-links a,
  .nav-parent{
    display:block;
    padding:12px 10px;
  }
  .nav-links > a.active::after,
  .nav-parent.active::before{display:none}
  .nav-parent::after{margin-left:9px}
  .services-menu{
    position:static;
    width:auto;
    padding:4px 0 6px 12px;
    margin:0 0 5px 0;
    border:0;
    background:transparent;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    transition:none;
  }
  .services-menu::before{display:none}
  .nav-services:hover .services-menu,
  .nav-services:focus-within .services-menu{transform:none}
  .services-menu a{
    padding:10px 12px;
    border-left:1px solid rgba(201,165,102,.22);
    border-bottom:0;
  }
}
@media (max-width: 720px){
  .nav-inner{padding:14px 22px; gap:14px}
  .nav .btn{padding:10px 14px; letter-spacing:.16em; white-space:nowrap}
  .brand-name{font-size:12px}
}
@media (max-width: 470px){
  .nav-inner{gap:10px}
  .brand-mark{width:36px; height:36px}
  .brand-name{font-size:11px; letter-spacing:.14em}
  .nav-toggle{width:38px; height:38px}
  .nav .btn{padding:10px 12px}
  .nav .btn .btn-full{display:none}
  .nav .btn .btn-short{display:inline}
}
@media (max-width: 340px){
  .brand-name{display:none}
}

/* ---------------- Hero ---------------- */
.hero{
  padding:0;
  border-bottom:1px solid var(--line-soft);
  position:relative;
  overflow:hidden;
  background:#070605;
}
.hero-skyline{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.hero-skyline > *{
  position:absolute;
}
.hero-skyline__image{
  top:-4%;
  right:0;
  bottom:-4%;
  left:28%;
  background-image:url("/assets/hero-nyc-liberty-original.jpg");
  background-size:cover;
  background-position:center 43%;
  background-repeat:no-repeat;
  filter:brightness(.74) contrast(1.04) saturate(.62) sepia(.18);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 12%,#000 30%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 12%,#000 30%,#000 100%);
  animation:hero-skyline-drift 46s ease-in-out infinite alternate;
  transform-origin:right center;
  will-change:transform;
}
.hero-skyline__tint{
  inset:0;
  background:linear-gradient(180deg,#1c1409,#3a2a12);
  mix-blend-mode:overlay;
  opacity:.28;
}
.hero-skyline__glow{
  inset:0;
  background:radial-gradient(circle at 67% 70%,rgba(201,165,102,.26),transparent 55%);
  mix-blend-mode:screen;
  animation:hero-skyline-breathe 14s ease-in-out infinite;
}
.hero-skyline__mist{
  left:-10%;
  right:-10%;
  top:28%;
  height:50%;
  background:
    radial-gradient(60% 80% at 32% 52%,rgba(232,224,210,.09),transparent 62%),
    radial-gradient(50% 70% at 74% 42%,rgba(232,224,210,.07),transparent 62%);
  filter:blur(9px);
  animation:hero-skyline-mist 72s linear infinite alternate;
}
.hero-skyline__scrim{
  inset:0;
  background:
    linear-gradient(90deg,rgba(10,8,7,.98) 0%,rgba(10,8,7,.76) 30%,rgba(10,8,7,.22) 56%,rgba(10,8,7,.08) 82%,rgba(10,8,7,.18) 100%),
    linear-gradient(180deg,rgba(7,6,5,.24) 0%,rgba(7,6,5,.02) 40%,rgba(7,6,5,.12) 72%,rgba(7,6,5,.62) 100%);
}
.hero-skyline__light{
  z-index:1;
  border-radius:50%;
}
.hero-skyline__light--red{
  width:6px;
  height:6px;
  background:radial-gradient(circle,#ff6552,rgba(255,101,82,0) 72%);
  animation:hero-skyline-blink 2.6s step-end infinite;
}
.hero-skyline__light--white{
  width:5px;
  height:5px;
  background:radial-gradient(circle,#fff0d0,rgba(255,240,208,0) 72%);
  animation:hero-skyline-twinkle 5.5s ease-in-out infinite;
}
@keyframes hero-skyline-drift{
  from{transform:scale(1.02) translate3d(-.35%,0,0)}
  to{transform:scale(1.08) translate3d(.35%,-.5%,0)}
}
@keyframes hero-skyline-mist{
  from{transform:translate3d(-22px,0,0)}
  to{transform:translate3d(34px,0,0)}
}
@keyframes hero-skyline-breathe{
  0%,100%{opacity:.68}
  50%{opacity:1}
}
@keyframes hero-skyline-blink{
  0%,48%{opacity:.9}
  50%,100%{opacity:.12}
}
@keyframes hero-skyline-twinkle{
  0%,100%{opacity:.2}
  50%{opacity:.9}
}
.hero-grid{
  display:grid;
  grid-template-columns: .88fr 1.02fr;
  min-height: 590px;
  max-width:1360px;
  margin:0 auto;
  position:relative;
}
.hero-grid::before{
  display:none;
}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr; min-height:auto}
  .hero-grid::before{display:none}
}

.hero-copy{
  padding: 60px 46px 58px 52px;
  display:flex; flex-direction:column; justify-content:center;
  position:relative;
  z-index:3;
  min-width:0;
  background:
    linear-gradient(90deg,rgba(10,8,7,.98) 0%,rgba(10,8,7,.92) 62%,rgba(10,8,7,.52) 84%,transparent 100%),
    radial-gradient(120% 80% at 0% 30%,rgba(201,165,102,.07),transparent 60%);
}
@media (max-width:720px){ .hero-copy{padding:70px 22px 60px} }

.hero-eyebrow{ margin-bottom:28px; }

.hero-copy h1{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(42px, 5vw, 68px);
  line-height:1.04;
  letter-spacing:0;
  margin-bottom:32px;
  overflow-wrap:normal;
}
.hero-copy h1 .gold{
  color:var(--gold-2);
  font-style:italic;
  font-weight:400;
  display:inline;
}
.hero-sub{
  font-size:17px;
  line-height:1.6;
  color:rgba(236,228,211,.72);
  max-width:460px;
  width:100%;
  margin-bottom:30px;
}
.hero-actions{
  display:flex; gap:14px; flex-wrap:wrap;
}
.hero-actions .btn{
  padding:14px 22px;
  letter-spacing:.22em;
}

.hero-divider{
  width:80px; height:1px; background:var(--gold);
  margin: 0 0 32px;
  opacity:.7;
}

.hero-art{
  position:relative;
  background:transparent;
  border-left:0;
  overflow:hidden;
  min-height:590px;
}
@media (max-width:980px){ .hero-art{min-height:460px; border-left:0; border-top:0} }
@media (max-width:720px){ .hero-art{min-height:340px} }
@media (max-width:520px){
  .hero-copy{padding:64px 22px 54px}
  .hero-copy h1{
    font-size:clamp(36px, 10vw, 42px);
    line-height:1.08;
  }
  .hero-sub{
    font-size:16px;
    max-width:320px;
    overflow-wrap:break-word;
  }
  .hero-actions{flex-direction:column; align-items:flex-start}
  .hero-actions .btn{max-width:100%; justify-content:center}
}
.hero-art::before{
  display:none;
}
.hero-logo{
  position:absolute;
  top:9%;
  right:3%;
  width:min(430px, 64%);
  height:min(230px, 42%);
  background-image:url("/assets/logo-mark-transparent.png");
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:center 20%;
  filter:drop-shadow(0 12px 26px rgba(0,0,0,.28)) saturate(.78);
  opacity:.13;
}
.hero-vignette{
  display:none;
}

@media (max-width:980px){
  .hero-skyline__image{
    inset:0;
    background-size:100% auto;
    background-position:center bottom;
    -webkit-mask-image:none;
    mask-image:none;
  }
  .hero-skyline__scrim{
    background:
      linear-gradient(180deg,rgba(10,8,7,.98) 0%,rgba(10,8,7,.94) 54%,rgba(10,8,7,.42) 67%,rgba(7,6,5,.56) 100%),
      linear-gradient(90deg,rgba(10,8,7,.18),transparent 58%,rgba(10,8,7,.24));
  }
  .hero-skyline__glow{
    background:radial-gradient(circle at 54% 82%,rgba(201,165,102,.22),transparent 42%);
  }
  .hero-skyline__mist{top:62%;height:32%}
  .hero-skyline__light{display:none}
  .hero-logo{
    top:12%;
    right:4%;
    width:min(270px, 68%);
    height:min(150px, 42%);
    background-size:100% auto;
    background-position:center 20%;
    opacity:.14;
  }
}

@media (prefers-reduced-motion:reduce){
  .hero-skyline__image,
  .hero-skyline__glow,
  .hero-skyline__mist,
  .hero-skyline__light{
    animation:none;
  }
}

/* Shared marquee motion */
@keyframes marquee-left{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
.marquee-track{
  width:max-content;
  animation: marquee-left var(--marquee-duration, 60s) linear infinite;
  will-change:transform;
}
.marquee-track:hover{ animation-play-state:paused; }
@media (prefers-reduced-motion: reduce){
  .marquee-track{ animation:none; }
}

/* Trust strip */
.trust{
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
  padding: 38px 0;
  background:#0c0a08;
  overflow:hidden;
  mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.trust-label{
  font-family:var(--label);
  font-size:10px;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--muted);
  text-align:center;
  margin-bottom:22px;
}
.trust-row{
  --marquee-duration:88s;
  display:flex; align-items:center;
  gap:max(118px, calc((100vw - 760px) / 7));
  padding: 0 24px;
}
.trust-logo{
  width:156px;
  height:58px;
  object-fit:contain;
  flex:0 0 auto;
  opacity:.96;
  filter:saturate(1.08) brightness(1.08) drop-shadow(0 8px 18px rgba(0,0,0,.34));
  transition:opacity .2s ease, filter .2s ease;
}
.trust-logo:hover{
  opacity:1;
  filter:saturate(1.14) brightness(1.12) drop-shadow(0 8px 18px rgba(0,0,0,.34));
}
.trust-logo--wide{ width:190px; }
@media (max-width:720px){
  .trust-row{gap:64px}
  .trust-logo{width:132px; height:50px}
  .trust-logo--wide{width:160px}
}

/* ---------------- Proof band ---------------- */
.proof{
  background:var(--bg-2);
  border-bottom:1px solid var(--line-soft);
  padding:64px 0 58px;
  overflow:hidden;
}
.qrot{
  position:relative;
  max-width:920px;
  margin:0 auto;
  min-height:154px;
}
.qrot-item{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .6s ease, transform .6s ease;
  pointer-events:none;
}
.qrot-item.on{opacity:1; transform:none; pointer-events:auto}
.qrot-item blockquote{
  margin:0;
  font-family:var(--serif);
  font-style:italic;
  font-size:clamp(23px, 2.6vw, 34px);
  line-height:1.36;
  color:var(--text);
  max-width:860px;
}
.qrot-item blockquote em{color:var(--gold-2)}
.qrot-by{
  margin-top:20px;
  display:flex;
  align-items:center;
  gap:12px;
}
.qrot-by img{
  width:38px;
  height:38px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid var(--line);
  background:var(--surface);
}
.qrot-by .t{
  font-family:var(--label);
  font-size:10.5px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  line-height:1.45;
  text-align:left;
  font-weight:600;
}
.qrot-by .t b{color:var(--gold-3); font-weight:600}
.qrot-dots{
  display:flex;
  gap:9px;
  justify-content:center;
  margin-top:30px;
}
.qrot-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(201,165,102,.25);
  transition:background .25s ease, transform .25s ease;
}
.qrot-dot.on{background:var(--gold); transform:scale(1.25)}
.proof-label{
  font-family:var(--label);
  font-size:10px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--muted);
  text-align:center;
  margin:52px 0 22px;
}
.proof .marquee-window{
  position:relative;
  overflow:hidden;
  mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.proof-logo-row{--marquee-duration:88s}
@media (max-width:640px){
  .proof{padding:52px 0}
  .qrot{min-height:220px}
  .qrot-by{align-items:flex-start}
}

/* ---------------- Bottleneck visual ---------------- */
.pain{background:var(--bg)}
.bn-frame{
  max-width:820px;
  margin:54px auto 0;
}
.bn-svg{width:100%; height:auto; display:block}
.bn-label-box{fill:var(--surface); stroke:var(--line); stroke-width:1}
.bn-label-txt{fill:var(--text); font-family:var(--sans); font-size:15px; font-weight:300; letter-spacing:.02em}
.bn-label-dot{fill:var(--gold)}
.bn-line{fill:none; stroke:var(--gold); stroke-width:2; opacity:.3; stroke-linecap:round}
.bn-line.out{stroke-width:1.4; opacity:.4}
.bn-dot{fill:var(--gold-2)}
.bn-dot.out{fill:var(--green)}
.bn-jam{fill:var(--red)}
.bn-ball-txt{fill:#3a2c12; font-family:var(--label); font-size:13px; font-weight:700; letter-spacing:.08em}
.bn-ball-sub{fill:#5a4620; font-family:var(--sans); font-size:9px; letter-spacing:.05em}
.bn-badge-box{fill:var(--red)}
.bn-badge-txt{fill:#1a0f0a; font-family:var(--sans); font-size:11px; font-weight:600}
.bn-side{fill:var(--muted); font-family:var(--label); font-size:9.5px; font-weight:600; letter-spacing:.18em}
.bn-side.grow{fill:var(--green)}
.gv-axis{stroke:rgba(201,165,102,.22); stroke-width:1}
.gv-pot{fill:none; stroke:rgba(201,165,102,.5); stroke-width:1.6; stroke-dasharray:5 5}
.gv-act{fill:none; stroke:var(--green); stroke-width:2.4; stroke-linecap:round}
.gv-gap{stroke:rgba(198,106,82,.4); stroke-width:1; stroke-dasharray:3 3}
.gv-lab{fill:rgba(236,228,211,.55); font-family:var(--label); font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase}
.gv-lab.pot{fill:rgba(216,184,120,.8)}
.gv-lab.act{fill:#9ccf8c}
.gv-grow-sub{fill:rgba(198,106,82,.75); font-family:var(--serif); font-size:14px; font-style:italic; letter-spacing:.01em}
.bn-note{
  text-align:center;
  max-width:640px;
  margin:34px auto 0;
  color:var(--gold-3);
  font-style:italic;
  font-family:var(--serif);
  font-size:clamp(18px, 2vw, 22px);
  line-height:1.5;
}
.constraint-readout{
  max-width:1040px;
  margin:52px auto 0;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line-soft);
  background:
    radial-gradient(circle at 14% 20%, rgba(201,165,102,.08), transparent 34%),
    linear-gradient(180deg, rgba(26,21,16,.34), rgba(15,12,10,.42));
}
.constraint-lede{
  padding:34px 36px;
  border-right:1px solid var(--line-soft);
}
.constraint-lede .label,
.constraint-item .label{
  font-family:var(--label);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--gold);
  text-transform:uppercase;
}
.constraint-lede h3{
  font-family:var(--serif);
  font-size:clamp(25px,2.6vw,34px);
  font-weight:400;
  line-height:1.12;
  margin:12px 0 14px;
  color:var(--text);
}
.constraint-lede p{
  margin:0;
  color:rgba(236,228,211,.62);
  font-size:15px;
  line-height:1.65;
}
.constraint-list{display:flex; flex-direction:column}
.constraint-item{
  display:grid;
  grid-template-columns:138px minmax(0,1fr);
  gap:22px;
  align-items:start;
  padding:24px 30px;
  border-bottom:1px solid var(--line-soft);
}
.constraint-item:last-child{border-bottom:0}
.constraint-item p{
  margin:0;
  color:rgba(236,228,211,.72);
  font-size:15px;
  line-height:1.55;
}
.constraint-item strong{
  color:var(--text);
  font-weight:500;
}
.center-cta{text-align:center; margin-top:52px}
@media (max-width:720px){
  .constraint-readout{grid-template-columns:1fr}
  .constraint-lede{border-right:0; border-bottom:1px solid var(--line-soft); padding:30px 26px}
  .constraint-item{grid-template-columns:1fr; gap:8px; padding:22px 26px}
  .bn-frame{margin-top:38px}
}

/* ---------------- Bottlenecks ---------------- */
.bottle-grid{
  margin-top:80px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:0;
  border-top:1px solid var(--line-soft);
  border-left:1px solid var(--line-soft);
}
@media (max-width:780px){ .bottle-grid{grid-template-columns:1fr} }

.bottle{
  padding: 48px 44px;
  border-right:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
  background: linear-gradient(180deg, transparent, rgba(201,165,102,.015));
  transition: background .3s ease;
  position:relative;
}
.bottle:hover{ background: rgba(201,165,102,.04); }
.bottle .num{
  font-family:var(--label);
  font-size:11px;
  font-weight:600;
  letter-spacing:.18em;
  color:var(--gold-3);
  margin-bottom:18px;
}
.bottle h3{
  font-family:var(--serif);
  font-size:30px;
  font-weight:400;
  letter-spacing:-.005em;
  margin-bottom:14px;
  color:var(--text);
}
.bottle p{
  margin:0;
  color:rgba(236,228,211,.65);
  font-size:15px;
  line-height:1.7;
  max-width:520px;
}

/* ---------------- Engagement / Partnership ---------------- */
.service-lines{
  background:#0c0a08;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.service-intro{
  text-align:center;
  max-width:660px;
  margin:24px auto 0;
  color:rgba(236,228,211,.68);
}
.service-grid{
  margin-top:68px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}
@media (max-width:980px){ .service-grid{grid-template-columns:1fr} }
.service-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(26,21,16,.62), rgba(15,12,10,.64));
  padding:36px 32px;
  min-height:390px;
  display:flex;
  flex-direction:column;
}
.service-card .tag{
  font-family:var(--label);
  font-size:10px;
  font-weight:600;
  letter-spacing:.18em;
  color:var(--gold-3);
  text-transform:uppercase;
  margin-bottom:16px;
}
.service-card h3{
  font-family:var(--serif);
  font-size:32px;
  font-weight:400;
  line-height:1.14;
  margin-bottom:16px;
}
.service-card p{
  margin:0 0 24px;
  color:rgba(236,228,211,.66);
  font-size:15px;
  line-height:1.7;
}
.service-card ul{
  margin:auto 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.service-card li{
  color:rgba(236,228,211,.76);
  font-size:12px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.partner-grid{
  margin-top:72px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:24px;
}
@media (max-width:880px){ .partner-grid{grid-template-columns:1fr} }
.partner-card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(26,21,16,.6), rgba(15,12,10,.6));
  padding:48px 44px;
  position:relative;
}
.partner-card.featured{
  border-color: rgba(201,165,102,.4);
  background: linear-gradient(180deg, rgba(201,165,102,.06), rgba(15,12,10,.6));
}
.partner-card .tag{
  font-family:var(--label);
  font-size:10px; font-weight:600; letter-spacing:.18em;
  color: var(--gold-3);
  text-transform:uppercase;
  margin-bottom:14px;
}
.partner-card h3{
  font-family:var(--serif);
  font-size:38px;
  font-weight:400;
  margin-bottom:10px;
  letter-spacing:-.005em;
}
.partner-card .lead{
  color:rgba(236,228,211,.7);
  font-size:15px;
  line-height:1.7;
  margin-bottom:36px;
  padding-bottom:28px;
  border-bottom:1px solid var(--line-soft);
}
.feat-list{ display:flex; flex-direction:column; gap:24px; margin:0; padding:0; list-style:none; }
.feat{
  display:grid;
  grid-template-columns: 28px 1fr;
  gap:18px;
}
.feat .ico{
  width:28px; height:28px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  flex:none;
  margin-top:2px;
}
.feat .ico::before{
  content:""; width:6px; height:6px; background:var(--gold); border-radius:50%;
}
.feat h4{
  font-family:var(--sans);
  font-size:14px;
  font-weight:500;
  color:var(--gold-3);
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.feat p{
  margin:0;
  color: rgba(236,228,211,.62);
  font-size:14px;
  line-height:1.6;
}

/* Foundation strip below partnership */
.foundation{
  margin-top:36px;
  border:1px solid var(--line);
  padding:42px 44px;
  display:grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap:40px;
  align-items:center;
  background: rgba(15,12,10,.6);
}
@media (max-width:880px){ .foundation{grid-template-columns:1fr; gap:24px} }
.foundation .tag{ color:var(--gold-3); font-family:var(--label); font-size:10px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; margin-bottom:8px; }
.foundation h3{ font-family:var(--serif); font-size:28px; font-weight:400; line-height:1.25; }
.foundation p{ margin:0; color: rgba(236,228,211,.65); font-size:15px; }
.foundation-pills{ display:flex; gap:10px; flex-wrap:wrap; }
.foundation-pills span{
  font-size:11px; font-weight:500; letter-spacing:.08em; text-transform:uppercase;
  padding:7px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--gold-3);
}

/* ---------------- Service gateway ---------------- */
.service-angles{
  background:#0c0a08;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.ang{
  max-width:1080px;
  margin:58px auto 0;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:56px;
  align-items:center;
}
.ang-body .start{
  font-family:var(--serif);
  font-size:clamp(21px,2.2vw,27px);
  line-height:1.35;
  color:var(--text);
  margin:0 0 24px;
}
.ang-body .start em{font-style:italic; color:var(--gold-2)}
.ang-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.ang-row{
  display:grid;
  grid-template-columns:132px minmax(0,1fr) 22px;
  gap:22px;
  align-items:center;
  padding:18px 14px;
  margin:0;
  border-top:0;
  border-bottom:1px solid var(--line-soft);
  transition:background .2s ease, border-color .2s ease;
  color:inherit;
}
.ang-row:last-child{border-bottom:0}
.ang-row .k{
  font-family:var(--label);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
}
.ang-row.fin .k{color:var(--gold-2)}
.ang-row.ops .k{color:var(--amber)}
.ang-row.ai .k{color:var(--gold-3)}
.ang-row .v{
  font-size:15px;
  color:rgba(236,228,211,.74);
  line-height:1.55;
}
.ang-more{
  color:var(--gold);
  font-size:17px;
  opacity:.35;
  transform:translateX(-4px);
  transition:opacity .2s ease, transform .2s ease;
}
.ang-row:hover{background:rgba(201,165,102,.045)}
.ang-row:hover .ang-more{opacity:1; transform:none}
.found{
  max-width:1040px;
  margin:60px auto 0;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 12% 20%, rgba(232,207,148,.10), transparent 32%),
    linear-gradient(135deg, rgba(201,165,102,.075), rgba(15,12,10,.68) 46%, rgba(10,8,7,.76));
  padding:42px 46px;
  text-align:left;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
  align-items:center;
}
.found::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:60%;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
}
.found::after{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(201,165,102,.055);
  pointer-events:none;
}
.found .tag{
  font-family:var(--label);
  font-size:10px;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:16px;
}
.found h3{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(28px,3vw,40px);
  line-height:1.12;
  letter-spacing:-.005em;
  max-width:620px;
  margin:0 0 16px;
}
.found h3 em{font-style:italic; color:var(--gold-2)}
.found p{
  max-width:560px;
  margin:0;
  color:rgba(236,228,211,.66);
  font-size:15px;
  line-height:1.65;
}
.found-link{
  display:inline-block;
  margin-top:18px;
  font-family:var(--label);
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold-3);
  border-bottom:1px solid var(--line);
  padding-bottom:4px;
  position:relative;
  z-index:1;
}
.found-link:hover{color:var(--gold)}
.found-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  position:relative;
  z-index:1;
}
.found-pills span{
  font-family:var(--label);
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  padding:9px 16px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--gold-3);
  background:rgba(10,8,7,.4);
}
@media (max-width:900px){.ang{grid-template-columns:1fr; gap:42px}}
@media (max-width:560px){
  .found{padding:34px 24px}
  .ang-row{grid-template-columns:1fr auto; gap:6px 14px}
  .ang-row .k{grid-column:1 / -1}
}
@media (max-width:780px){
  .found{grid-template-columns:1fr; gap:26px}
  .found-pills{justify-content:flex-start}
}

/* ---------------- Roadmap ---------------- */
.roadmap{
  background: #0c0a08;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.road-grid{
  margin-top:80px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:0;
  position:relative;
}
@media (max-width:880px){ .road-grid{grid-template-columns:1fr} }
.road-grid::before{
  content:""; position:absolute; left:6%; right:6%; top:64px;
  height:1px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:.4;
}
@media (max-width:880px){ .road-grid::before{display:none} }

.road{
  padding: 0 36px;
  text-align:center;
  position:relative;
}
.road .num-wrap{
  width:128px; height:128px;
  margin: 0 auto 32px;
  position:relative;
  display:flex; align-items:center; justify-content:center;
  background: var(--bg);
}
.road .num-wrap::before, .road .num-wrap::after{
  content:""; position:absolute; inset:0; border-radius:50%; border:1px solid var(--gold);
}
.road .num-wrap::after{
  inset:8px; border-color: var(--line); opacity:.5;
}
.road .num{
  font-family:var(--serif);
  font-style:italic;
  font-size:54px;
  color:var(--gold-2);
  font-weight:400;
}
.road .stage{
  font-family:var(--label); font-size:10px; font-weight:600; letter-spacing:.2em;
  color:var(--gold-3); text-transform:uppercase;
  margin-bottom:14px;
}
.road h3{
  font-family:var(--serif); font-size:26px; font-weight:400;
  margin-bottom:14px; line-height:1.25;
}
.road p{
  margin: 0 auto 24px;
  color: rgba(236,228,211,.65);
  font-size:15px;
  max-width: 280px;
}
.road ul{
  list-style:none; padding:0; margin:0;
  display:flex; flex-direction:column; gap:8px;
  font-size:13px;
  color: var(--muted);
}
.road ul li{ font-weight:500; letter-spacing:.04em; text-transform:uppercase; font-size:11px; }

.road-quote{
  margin: 88px auto 0;
  max-width: 880px;
  text-align:center;
  font-family:var(--serif);
  font-style:italic;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height:1.5;
  color: rgba(236,228,211,.85);
}
.road-cta{ text-align:center; margin-top: 48px; }

.process-board{
  max-width:1120px;
  margin:54px auto 0;
}
.process-intake{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-bottom:24px;
}
.process-intake span{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 15px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(10,8,7,.46);
  color:rgba(236,228,211,.76);
  font-size:12px;
  line-height:1.25;
}
.process-steps{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.process-step{
  min-height:360px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(26,21,16,.58), rgba(12,10,8,.72)),
    radial-gradient(circle at 18% 0%, rgba(201,165,102,.18), transparent 38%);
  box-shadow:0 22px 70px rgba(0,0,0,.24);
}
.process-num{
  display:block;
  padding:22px 24px 12px;
  border-bottom:1px solid var(--line-soft);
  font-family:var(--serif);
  font-size:76px;
  font-weight:300;
  line-height:.9;
  color:rgba(232,207,148,.86);
}
.process-copy{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:22px 22px 24px;
}
.process-copy .theme{
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  padding:5px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--gold-3);
  font-size:11px;
  font-weight:600;
  line-height:1.2;
}
.process-copy h3{
  font-family:var(--serif);
  font-size:23px;
  font-weight:400;
  line-height:1.18;
  margin-bottom:10px;
  color:var(--text);
}
.process-copy p{
  margin:0;
  color:rgba(236,228,211,.62);
  font-size:13.5px;
  line-height:1.58;
}
.process-copy .out{
  display:block;
  margin-top:auto;
  padding-top:18px;
  color:var(--gold-3);
  font-size:12.5px;
  line-height:1.45;
}
.process-copy .out::before{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:8px;
  border-radius:50%;
  background:var(--green);
  vertical-align:1px;
}
.process-expectations{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  margin-top:18px;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
  background:rgba(10,8,7,.34);
}
.process-expectations span{
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-right:1px solid var(--line-soft);
  color:rgba(236,228,211,.72);
  font-size:13px;
  line-height:1.35;
  text-align:center;
}
.process-expectations span:last-child{border-right:0}
.road2-quote{
  margin:64px auto 0;
  max-width:860px;
  text-align:center;
  font-family:var(--serif);
  font-style:italic;
  font-size:clamp(20px,2.3vw,27px);
  line-height:1.5;
  color:rgba(236,228,211,.85);
}
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.in{opacity:1; transform:none}
@media (max-width:780px){
  .process-board{margin-top:42px}
  .process-intake{justify-content:flex-start}
  .process-steps{grid-template-columns:1fr; gap:12px}
  .process-step{min-height:0}
  .process-num{font-size:58px; padding:20px 22px 10px}
  .process-expectations{grid-template-columns:1fr}
  .process-expectations span{
    min-height:48px;
    justify-content:flex-start;
    text-align:left;
    border-right:0;
    border-bottom:1px solid var(--line-soft);
  }
  .process-expectations span:last-child{border-bottom:0}
}
@media (min-width:781px) and (max-width:1100px){
  .process-steps{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .process-step{min-height:320px}
  .process-expectations{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .process-expectations span:nth-child(2n){border-right:0}
  .process-expectations span:nth-child(-n+2){border-bottom:1px solid var(--line-soft)}
}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1; transform:none; transition:none}
  .gv-act{stroke-dashoffset:0!important}
  .bn-dot,.bn-jam{animation:none!important}
}

/* ---------------- Tools ---------------- */
.tools-intro{
  text-align:center;
  max-width: 760px;
  margin: 0 auto;
}
#tools .wrap,
.testimonials .wrap{
  overflow:hidden;
}
.tools-grid{
  margin-top:64px;
  --marquee-duration:72s;
  display:flex;
  gap:48px;
  overflow:visible;
  padding: 8px 0;
  align-items:center;
}
.tool{
  border:0;
  padding: 0;
  text-align:center;
  display:flex; align-items:center; justify-content:center;
  flex:0 0 154px;
  min-height: 74px;
  background: transparent;
  transition: transform .25s ease, opacity .25s ease;
}
.tool:hover{ background: transparent; transform:translateY(-2px); }
.tool .logo-frame{
  width:154px;
  height:66px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:transparent;
  padding:0;
}
.tool img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  opacity:.96;
  filter:saturate(1.08) brightness(1.08) drop-shadow(0 8px 18px rgba(0,0,0,.30));
  transition:opacity .2s ease, filter .2s ease;
}
.tool:hover img{
  opacity:1;
  filter:saturate(1.14) brightness(1.12) drop-shadow(0 8px 18px rgba(0,0,0,.30));
}
.tool .label{
  display:none;
}
.resource-cta{
  margin:48px auto 0;
  max-width:760px;
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(26,21,16,.7), rgba(15,12,10,.72));
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.resource-cta h3{
  font-family:var(--serif);
  font-size:28px;
  line-height:1.1;
  color:var(--text);
}
.resource-cta p{
  margin:8px 0 0;
  color:rgba(236,228,211,.65);
  max-width:440px;
}
@media (max-width:720px){
  .resource-cta{align-items:flex-start; flex-direction:column; padding:24px}
}

/* ---------------- Testimonials ---------------- */
.testimonials{
  background: var(--bg);
}
.testi-grid{
  margin-top:72px;
  --marquee-duration:95s;
  display:flex;
  gap:24px;
}
.testi{
  border:1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(26,21,16,.5), rgba(15,12,10,.5));
  padding:42px 40px;
  position:relative;
  display:flex; flex-direction:column;
  flex:0 0 540px;
  max-width:calc(100vw - 48px);
}
@media (max-width:720px){ .testi{padding:32px 28px; flex-basis:330px} }
.testi .quote-mark{
  font-family:var(--serif);
  font-style:italic;
  font-size:80px;
  color: var(--gold);
  opacity:.5;
  line-height:1;
  margin-bottom:8px;
}
.testi blockquote{
  margin:0;
  font-family:var(--serif);
  font-size:20px;
  font-weight:400;
  line-height:1.5;
  color: rgba(236,228,211,.92);
  flex:1;
}
.testi .meta{
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid var(--line-soft);
  display:flex; align-items:center; gap:14px;
}
.testi .avatar{
  width:48px; height:48px;
  border-radius:50%;
  border:1px solid var(--line);
  object-fit:cover;
  background:#15110d;
}
.testi .who .name{ font-size:14px; color:var(--text); font-weight:500; }
.testi .who .role{ font-size:12px; color: var(--muted); letter-spacing:.04em; }

/* Featured pull-quote */
.pull-quote{
  text-align:center;
  max-width: 920px;
  margin: 0 auto 80px;
  font-family:var(--serif);
  font-style:italic;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height:1.3;
  color: var(--text);
}
.pull-quote em{ color: var(--gold-2); font-style:italic; }
.pull-quote cite{
  display:block;
  margin-top:24px;
  font-style:normal;
  font-family:var(--label);
  font-size:12px;
  font-weight:600;
  letter-spacing:.16em;
  color:var(--muted);
}

/* ---------------- FAQ ---------------- */
.faq-wrap{
  max-width: 880px; margin: 64px auto 0;
}
.faq-item{
  border-top:1px solid var(--line-soft);
  padding: 28px 0;
}
.faq-item:last-child{ border-bottom:1px solid var(--line-soft); }
.faq-item summary{
  list-style:none;
  display:flex; align-items:center; justify-content:space-between;
  cursor:pointer;
  font-family:var(--serif);
  font-size:22px;
  font-weight:400;
  color: var(--text);
  transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{ color: var(--gold-3); }
.faq-item .plus{
  width:28px; height:28px;
  border:1px solid var(--gold);
  border-radius:50%;
  position:relative; flex:none;
  transition: transform .25s ease, background .25s ease;
}
.faq-item .plus::before, .faq-item .plus::after{
  content:""; position:absolute; left:50%; top:50%;
  width:10px; height:1px; background:var(--gold);
  transform: translate(-50%,-50%);
}
.faq-item .plus::after{ transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s ease; }
.faq-item[open] .plus::after{ transform: translate(-50%,-50%) rotate(0deg); }
.faq-item[open] .plus{ background: rgba(201,165,102,.1); }
.faq-item .a{
  margin-top:16px;
  color: rgba(236,228,211,.7);
  font-size:15px;
  line-height:1.75;
  max-width: 720px;
}

/* ---------------- Final CTA ---------------- */
.final-cta{
  position:relative;
  text-align:center;
  border-top:1px solid var(--line-soft);
}
.final-cta::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(60% 80% at 50% 50%, rgba(201,165,102,.07), transparent 60%);
  pointer-events:none;
}
.final-cta .wrap{ position:relative; }
.final-cta p{
  max-width:560px;
  margin: 28px auto 36px;
  color: rgba(236,228,211,.7);
  font-size:17px;
}
.calendar-shell{
  margin:0 auto 28px;
  max-width:1020px;
  min-height:700px;
  overflow:hidden;
  border:1px solid var(--line);
  background:rgba(15,12,10,.58);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.calendly-inline-widget{
  min-width:320px;
  height:700px;
}
@media (max-width:720px){
  .calendar-shell{min-height:760px}
  .calendly-inline-widget{height:760px}
}
.final-cta .email-line{
  margin-top:36px;
  font-size:13px;
  color:var(--muted);
  letter-spacing:.04em;
}
.final-cta .email-line a{ color:var(--gold-2); border-bottom:1px solid var(--line); padding-bottom:2px; }

/* ---------------- Footer ---------------- */
.footer{
  background: #07060500;
  border-top:1px solid var(--line-soft);
  padding: 80px 0 40px;
}
.foot-grid{
  display:grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
}
@media (max-width:880px){ .foot-grid{grid-template-columns: 1fr 1fr; gap:36px} }
.foot-brand p{ color: rgba(236,228,211,.55); font-size:14px; margin:18px 0 22px; max-width:320px; }
.foot-heading{
  font-family:var(--label); font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase;
  color: var(--gold-3); margin:0 0 18px;
}
.foot-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.foot-col a{ font-size:14px; color: rgba(236,228,211,.65); transition: color .2s ease; }
.foot-col a:hover{ color: var(--gold-3); }
.foot-col address{
  font-style:normal; font-size:14px; color: rgba(236,228,211,.65); line-height:1.7;
}
.foot-bottom{
  margin-top:64px;
  padding-top:24px;
  border-top:1px solid var(--line-soft);
  display:flex; justify-content:space-between; align-items:center; gap:18px;
  font-size:12px; color:var(--muted); letter-spacing:.04em;
}
.foot-bottom .legal{ display:flex; gap:24px; }
@media (max-width:720px){ .foot-bottom{flex-direction:column; align-items:flex-start} }

/* ---------------- Service pages ---------------- */
.service-page{
  background:
    radial-gradient(circle at 78% 8%, rgba(201,165,102,.08), transparent 30%),
    linear-gradient(180deg, #0a0807 0%, #0f0c0a 50%, #0a0807 100%);
}
.service-hero{
  padding:104px 0 112px;
  border-bottom:1px solid var(--line-soft);
  overflow:hidden;
}
.service-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.9fr);
  gap:64px;
  align-items:center;
}
.service-crumbs{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:30px;
  font-family:var(--label);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(236,228,211,.44);
}
.service-crumbs a:hover{color:var(--gold-3)}
.service-hero-copy h1{
  max-width:780px;
  margin:18px 0 26px;
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(44px, 5.2vw, 78px);
  line-height:1.02;
  color:var(--text);
}
.service-hero-copy p{
  max-width:670px;
  margin:0;
  color:rgba(236,228,211,.72);
  font-size:18px;
  line-height:1.68;
}
.service-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.service-actions .btn{padding:14px 22px}
.service-visual{
  position:relative;
  min-height:420px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 72% 18%, rgba(232,207,148,.14), transparent 30%),
    linear-gradient(135deg, rgba(201,165,102,.08), rgba(15,12,10,.72) 48%, rgba(7,6,5,.92));
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  overflow:hidden;
}
.service-visual::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(201,165,102,.06);
  pointer-events:none;
}
.service-visual svg{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  min-height:420px;
}
.service-visual .svg-panel{
  fill:rgba(10,8,7,.42);
  stroke:rgba(201,165,102,.18);
}
.service-visual text{
  fill:rgba(236,228,211,.62);
  font-family:var(--label);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.service-visual .svg-caption{
  fill:var(--gold-3);
  font-size:11px;
}
.dash-line{
  fill:none;
  stroke:rgba(201,165,102,.2);
  stroke-width:1;
  stroke-dasharray:6 10;
  animation:dashdrift 10s linear infinite;
}
.ledger-card rect,
.dashboard-card rect,
.system-icons rect{
  fill:rgba(201,165,102,.08);
  stroke:rgba(232,207,148,.52);
}
.ledger-card path,
.dashboard-card path,
.connector-line,
.route-line{
  fill:none;
  stroke:url(#goldLineFinance);
  stroke-width:2;
  stroke-linecap:round;
}
.service-visual--operations .route-line,
.service-visual--automation .connector-line,
.service-visual--automation .dashboard-card path{
  stroke:var(--gold);
}
.scatter circle,
.flow-dot,
.data-dot{
  fill:var(--gold-3);
  filter:drop-shadow(0 0 8px rgba(232,207,148,.55));
}
.scatter circle{animation:softpulse 2.8s ease-in-out infinite}
.scatter circle:nth-child(2n){animation-delay:.4s}
.scatter circle:nth-child(3n){animation-delay:.8s}
.flow-path{
  fill:none;
  stroke:rgba(232,207,148,.55);
  stroke-width:2;
}
.flow-dot{
  offset-path:path("M86 318 C170 292 214 302 268 248 C312 204 350 196 414 188");
  offset-rotate:0deg;
  animation:moveflow 3.8s ease-in-out infinite;
}
.node{
  fill:rgba(201,165,102,.08);
  stroke:rgba(232,207,148,.54);
  stroke-width:1.4;
}
.node.founder{
  fill:rgba(217,154,78,.12);
  stroke:var(--amber);
}
.node.owner{animation:softpulse 3.2s ease-in-out infinite}
.node.owner.b{animation-delay:.25s}
.node.owner.c{animation-delay:.5s}
.node.owner.d{animation-delay:.75s}
.node-label{
  fill:var(--gold-3);
  font-size:11px;
}
.route-line--founder{
  stroke:rgba(198,106,82,.45);
  stroke-dasharray:7 8;
}
.route-line--owner{
  stroke-dasharray:360;
  stroke-dashoffset:360;
  animation:drawline 4.8s ease-in-out infinite;
}
.connector-line{
  stroke-dasharray:260;
  stroke-dashoffset:260;
  animation:drawline 4.4s ease-in-out infinite;
}
.data-dot{
  offset-path:path("M166 127 C220 127 238 178 284 178");
  offset-rotate:0deg;
  animation:moveflow 3.5s ease-in-out infinite;
}
.data-dot.delay-1{offset-path:path("M166 211 H284"); animation-delay:.45s}
.data-dot.delay-2{offset-path:path("M166 295 C220 295 238 244 284 244"); animation-delay:.9s}
.delay-1{animation-delay:.35s}
.delay-2{animation-delay:.7s}
.delay-3{animation-delay:1.05s}
.delay-4{animation-delay:1.4s}

.service-section{
  padding:106px 0;
  border-bottom:1px solid var(--line-soft);
}
.split-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:70px;
  align-items:start;
}
.split-copy h2,
.system-copy h2,
.fit-grid h2{
  margin:18px 0 22px;
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(34px, 4vw, 56px);
  line-height:1.08;
}
.split-copy p,
.system-copy p,
.fit-grid p{
  color:rgba(236,228,211,.7);
  font-size:16px;
  line-height:1.72;
}
.split-copy p:last-child,
.system-copy p:last-child,
.fit-grid p:last-child{margin-bottom:0}
.impact-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}
.impact-strip span{
  font-family:var(--label);
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
  line-height:1.3;
  text-transform:uppercase;
  color:var(--gold-3);
  border:1px solid rgba(201,165,102,.24);
  background:rgba(201,165,102,.06);
  padding:8px 11px;
  text-rendering:geometricPrecision;
}
.pain-list{
  border-top:1px solid var(--line);
}
.pain-line{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:18px;
  padding:24px 0;
  border-bottom:1px solid var(--line-soft);
}
.pain-line span{
  font-family:var(--label);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  color:var(--gold);
}
.pain-line strong{
  display:block;
  margin-bottom:6px;
  font-family:var(--serif);
  font-weight:400;
  font-size:24px;
  line-height:1.15;
}
.pain-line p{
  grid-column:2;
  margin:0;
  color:rgba(236,228,211,.62);
  font-size:14px;
  line-height:1.62;
}
.build-grid{
  margin-top:58px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.service-card{
  min-height:244px;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(26,21,16,.56), rgba(15,12,10,.58)),
    radial-gradient(circle at 18% 18%, rgba(232,207,148,.08), transparent 34%);
  padding:30px 28px;
  position:relative;
  overflow:hidden;
}
.service-card::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(232,207,148,.72), transparent);
  opacity:.42;
}
.service-card .num{
  display:block;
  margin-bottom:22px;
  font-family:var(--label);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--gold);
}
.service-card h3{
  margin:0 0 14px;
  font-family:var(--serif);
  font-weight:400;
  font-size:28px;
  line-height:1.12;
}
.service-card p{
  margin:0;
  color:rgba(236,228,211,.63);
  font-size:14px;
  line-height:1.64;
}
.system-panel{
  background:
    radial-gradient(circle at 22% 18%, rgba(201,165,102,.08), transparent 34%),
    rgba(15,12,10,.46);
}
.system-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:72px;
  align-items:center;
}
.system-copy a{
  color:var(--gold-3);
  border-bottom:1px solid rgba(201,165,102,.35);
}
.system-rings{
  position:relative;
  min-height:350px;
}
.ring-node{
  position:absolute;
  width:188px;
  height:188px;
  border:1px solid rgba(201,165,102,.28);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  font-family:var(--label);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(236,228,211,.58);
  background:rgba(10,8,7,.32);
}
.ring-node:nth-child(1){
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.ring-node:nth-child(2){bottom:0; left:22px}
.ring-node:nth-child(3){bottom:0; right:22px}
.ring-node.active{
  color:var(--gold-3);
  border-color:var(--gold);
  background:radial-gradient(circle at 50% 42%, rgba(201,165,102,.2), rgba(10,8,7,.4));
  box-shadow:0 0 42px rgba(201,165,102,.18);
  z-index:2;
}
.fit-panel{
  background:#0c0a08;
}
.fit-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:58px;
  align-items:start;
}
.service-faq{
  max-width:920px;
}
.service-final{
  padding:104px 0;
}

@keyframes dashdrift{
  to{stroke-dashoffset:-160}
}
@keyframes softpulse{
  0%,100%{opacity:.58}
  50%{opacity:1}
}
@keyframes drawline{
  0%{stroke-dashoffset:360}
  45%,70%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-360}
}
@keyframes moveflow{
  0%{offset-distance:0%; opacity:0}
  18%{opacity:1}
  82%{opacity:1}
  100%{offset-distance:100%; opacity:0}
}

@media (max-width:1020px){
  .service-hero-grid,
  .split-grid,
  .system-grid,
  .fit-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .service-visual{min-height:360px}
  .service-visual svg{min-height:360px}
  .build-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .system-rings{max-width:430px; width:100%; margin:0 auto}
}
@media (max-width:680px){
  .service-hero{padding:78px 0 86px}
  .service-section{padding:80px 0}
  .service-hero-copy h1{font-size:clamp(38px, 11vw, 48px)}
  .service-hero-copy p{font-size:16px}
  .service-actions{flex-direction:column; align-items:flex-start}
  .service-actions .btn{width:100%; justify-content:center}
  .service-visual{min-height:310px}
  .service-visual svg{min-height:310px}
  .build-grid{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .pain-line{grid-template-columns:34px minmax(0,1fr); gap:14px}
  .pain-line strong{font-size:22px}
  .system-rings{min-height:320px}
  .ring-node{width:158px; height:158px; font-size:10px}
  .ring-node:nth-child(2){left:0}
  .ring-node:nth-child(3){right:0}
}
@media (max-width:440px){
  .service-crumbs{font-size:10px; letter-spacing:.08em}
  .ring-node{width:140px; height:140px}
}
@media (prefers-reduced-motion:reduce){
  .dash-line,
  .scatter circle,
  .node.owner,
  .route-line--owner,
  .connector-line,
  .flow-dot,
  .data-dot{
    animation:none!important;
  }
  .route-line--owner,
  .connector-line{stroke-dashoffset:0}
  .flow-dot,
  .data-dot{opacity:.75; offset-distance:72%}
}

/* Service page upgrade layer from Claude review, merged into shared shell. */
.service-page .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:11px;
  letter-spacing:.26em;
}
.service-page .eyebrow::before{
  content:"";
  width:24px;
  height:1px;
  background:linear-gradient(90deg, var(--gold), rgba(201,165,102,0));
  flex:none;
}
.service-page .section-kicker{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.service-page .section-kicker::before{
  background:linear-gradient(90deg, rgba(201,165,102,0), var(--gold));
}
.service-page .section-kicker::after{
  content:"";
  width:24px;
  height:1px;
  background:linear-gradient(90deg, var(--gold), rgba(201,165,102,0));
  flex:none;
}
.service-page .section-title{
  letter-spacing:0;
  line-height:1.06;
}
.service-page .section-title em{font-weight:500}
.service-page .svc-lead{
  text-align:center;
  max-width:660px;
  margin:22px auto 0;
  color:rgba(236,228,211,.66);
  font-size:17px;
  line-height:1.7;
}
.service-page .service-hero{
  padding:120px 0 116px;
}
.service-page .service-hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.92fr);
  gap:72px;
}
.service-page .service-hero-grid > *{
  min-width:0;
}
.service-page .service-hero-copy{
  min-width:0;
  max-width:100%;
}
.service-page .service-hero-copy h1{
  letter-spacing:0;
  line-height:1;
}
.service-page .service-hero-copy h1 em{
  display:block;
  font-style:italic;
  color:var(--gold-2);
  font-weight:500;
}
.service-page .service-hero-copy p{
  font-size:18.5px;
  color:rgba(236,228,211,.74);
}
.service-page .service-visual{
  min-height:480px;
  border-color:rgba(201,165,102,.22);
  background:
    radial-gradient(120% 90% at 74% 14%, rgba(232,207,148,.13), transparent 42%),
    linear-gradient(150deg, rgba(201,165,102,.07), rgba(13,11,9,.78) 46%, rgba(6,5,4,.95));
  box-shadow:0 40px 110px rgba(0,0,0,.42), inset 0 1px 0 rgba(232,207,148,.06);
}
.service-page .service-visual::before{
  inset:14px;
  border-color:rgba(201,165,102,.10);
}
.service-page .service-visual svg{
  min-height:480px;
}
.service-page .service-visual .corner{
  position:absolute;
  width:13px;
  height:13px;
  border:1px solid rgba(232,207,148,.4);
  z-index:2;
  pointer-events:none;
}
.service-page .service-visual .corner.tl{top:22px;left:22px;border-right:0;border-bottom:0}
.service-page .service-visual .corner.tr{top:22px;right:22px;border-left:0;border-bottom:0}
.service-page .service-visual .corner.bl{bottom:22px;left:22px;border-right:0;border-top:0}
.service-page .service-visual .corner.br{bottom:22px;right:22px;border-left:0;border-top:0}

.service-page .viz text{
  fill:rgba(236,228,211,.6);
  font-family:var(--label);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.service-page .viz .axis{
  stroke:rgba(201,165,102,.5);
  stroke-width:1;
}
.service-page .viz .grid{
  stroke:rgba(201,165,102,.10);
  stroke-width:1;
}
.service-page .viz .cap{
  fill:var(--gold-3);
  font-size:11px;
  letter-spacing:.18em;
}
.service-page .viz .panel{
  fill:rgba(8,6,5,.4);
  stroke:rgba(201,165,102,.16);
}
.service-page .viz .chip-box{
  fill:rgba(12,10,8,.86);
  stroke:rgba(201,165,102,.34);
}
.service-page .viz .chip-txt{
  fill:var(--gold-3);
  font-size:9.5px;
  letter-spacing:.16em;
}
.service-page .viz .dot-mark{
  fill:var(--gold-3);
  filter:drop-shadow(0 0 6px rgba(232,207,148,.6));
}

.service-page .viz-cfo .margin-line{
  fill:none;
  stroke:url(#cfoHealth);
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:760;
  stroke-dashoffset:760;
  animation:cfoDraw 4.4s cubic-bezier(.45,0,.2,1) infinite;
}
.service-page .viz-cfo .fore-line{
  fill:none;
  stroke:var(--green);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-dasharray:4 7;
  opacity:0;
  animation:cfoForecast 4.4s ease infinite;
}
.service-page .viz-cfo .cone{
  fill:rgba(127,170,114,.11);
  stroke:rgba(127,170,114,.16);
  opacity:0;
  animation:cfoForecast 4.4s ease infinite;
}
.service-page .viz-cfo .scatter circle{
  fill:rgba(198,106,82,.6);
  filter:drop-shadow(0 0 5px rgba(198,106,82,.26));
  animation:cfoScatter 4.4s ease infinite;
}
.service-page .viz-cfo .vtx{
  fill:var(--bg);
  stroke:var(--gold-3);
  stroke-width:1.6;
  animation:cfoVtx 4.4s ease infinite;
}
.service-page .viz-cfo .flow-dot{
  fill:#fff;
  filter:drop-shadow(0 0 7px rgba(232,207,148,.9));
  offset-path:path("M80,302 C120,296 132,288 152,282 C192,272 202,262 222,250 C256,234 272,221 292,204 C324,186 342,176 362,164");
  offset-rotate:0deg;
  animation:cfoFlow 4.4s ease-in-out infinite;
}
.service-page .viz-cfo .scan{
  stroke:rgba(232,207,148,.5);
  stroke-width:1;
  animation:cfoScan 4.4s linear infinite;
}
@keyframes cfoDraw{0%{stroke-dashoffset:760}55%,100%{stroke-dashoffset:0}}
@keyframes cfoForecast{0%,52%{opacity:0}72%,100%{opacity:1}}
@keyframes cfoScatter{0%,20%{opacity:.9}60%,100%{opacity:0}}
@keyframes cfoVtx{0%,30%{opacity:0}55%,100%{opacity:1}}
@keyframes cfoFlow{0%{offset-distance:0%;opacity:0}10%{opacity:1}54%{offset-distance:100%;opacity:1}60%,100%{offset-distance:100%;opacity:0}}
@keyframes cfoScan{0%{opacity:0;transform:translateX(0)}5%{opacity:1}48%{opacity:1;transform:translateX(282px)}55%,100%{opacity:0;transform:translateX(282px)}}

.service-page .viz-ops .node{
  fill:rgba(201,165,102,.07);
  stroke:rgba(232,207,148,.5);
  stroke-width:1.4;
}
.service-page .viz-ops .node.founder{
  fill:rgba(217,154,78,.12);
  stroke:var(--amber);
}
.service-page .viz-ops .node-label{
  fill:var(--gold-3);
  font-size:11px;
  letter-spacing:.08em;
}
.service-page .viz-ops .jam-line{
  fill:none;
  stroke:var(--red);
  stroke-width:1.6;
  stroke-dasharray:6 6;
  opacity:.55;
  animation:opA 9s ease-in-out infinite;
}
.service-page .viz-ops .jam-badge{
  animation:opA 9s ease-in-out infinite;
}
.service-page .viz-ops .jam-badge rect{
  fill:rgba(198,106,82,.16);
  stroke:var(--red);
}
.service-page .viz-ops .jam-badge text{
  fill:#e7b0a0;
  font-size:9px;
  letter-spacing:.14em;
}
.service-page .viz-ops .ring-line{
  fill:none;
  stroke:var(--gold);
  stroke-width:1.8;
  stroke-linecap:round;
  opacity:0;
  stroke-dasharray:300;
  stroke-dashoffset:300;
  animation:opB 9s ease-in-out infinite, opBdraw 9s ease-in-out infinite;
}
.service-page .viz-ops .cadence-badge{
  animation:opB 9s ease-in-out infinite;
}
.service-page .viz-ops .cadence-badge rect{
  fill:rgba(201,165,102,.12);
  stroke:var(--gold);
}
.service-page .viz-ops .cadence-badge text{
  fill:var(--gold-3);
  font-size:9px;
  letter-spacing:.14em;
}
.service-page .viz-ops .ring-pulse{
  fill:#fff;
  filter:drop-shadow(0 0 7px rgba(232,207,148,.9));
  opacity:0;
  offset-path:path("M150,150 L410,150 L410,330 L150,330 Z");
  offset-rotate:0deg;
  animation:opPulse 9s linear infinite;
}
@keyframes opA{0%,8%{opacity:1}44%{opacity:1}52%,92%{opacity:0}100%{opacity:1}}
@keyframes opB{0%,44%{opacity:0}54%,90%{opacity:1}98%,100%{opacity:0}}
@keyframes opBdraw{0%,46%{stroke-dashoffset:300}66%,100%{stroke-dashoffset:0}}
@keyframes opPulse{0%,50%{opacity:0;offset-distance:0%}55%{opacity:1}88%{opacity:1;offset-distance:100%}92%,100%{opacity:0;offset-distance:100%}}

.service-page .viz-auto .src{
  fill:rgba(201,165,102,.06);
  stroke:rgba(232,207,148,.46);
}
.service-page .viz-auto .src-label{
  fill:var(--gold-3);
  font-size:10px;
  letter-spacing:.10em;
}
.service-page .viz-auto .rekey{
  fill:rgba(236,228,211,.3);
  animation:autoRekey 5s ease-in-out infinite;
}
.service-page .viz-auto .pipe{
  fill:none;
  stroke:var(--gold);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-dasharray:260;
  stroke-dashoffset:260;
  animation:autoPipe 5s ease-in-out infinite;
}
.service-page .viz-auto .hub{
  fill:rgba(201,165,102,.1);
  stroke:var(--gold-3);
  stroke-width:1.4;
}
.service-page .viz-auto .hub-label{
  fill:var(--gold-3);
  font-size:9px;
  letter-spacing:.12em;
}
.service-page .viz-auto .dash-panel{
  fill:rgba(10,8,7,.5);
  stroke:rgba(201,165,102,.28);
}
.service-page .viz-auto .dash-row{
  stroke:url(#autoGold);
  stroke-width:2;
  stroke-linecap:round;
  stroke-dasharray:120;
  stroke-dashoffset:120;
  animation:autoRow 5s ease-in-out infinite;
}
.service-page .viz-auto .spark{
  fill:none;
  stroke:var(--gold-3);
  stroke-width:2;
  stroke-linecap:round;
  stroke-dasharray:200;
  stroke-dashoffset:200;
  animation:autoSpark 5s ease-in-out infinite;
}
.service-page .viz-auto .bar{
  fill:rgba(201,165,102,.5);
  transform-box:fill-box;
  transform-origin:bottom;
  transform:scaleY(0);
  animation:autoBar 5s ease-in-out infinite;
}
.service-page .viz-auto .outcome-box{
  fill:rgba(201,165,102,.07);
  stroke:rgba(232,207,148,.3);
}
.service-page .viz-auto .outcome-label{
  fill:var(--gold-3);
  font-size:8.8px;
  letter-spacing:.11em;
}
.service-page .viz-auto .outcome-dot{
  fill:var(--green);
  filter:drop-shadow(0 0 6px rgba(127,170,114,.65));
}
.service-page .viz-auto .outcome-card{
  opacity:.72;
  animation:autoOutcome 5s ease-in-out infinite;
}
.service-page .viz-auto .oc2{animation-delay:.18s}
.service-page .viz-auto .oc3{animation-delay:.36s}
.service-page .viz-auto .packet{
  fill:#fff;
  filter:drop-shadow(0 0 6px rgba(232,207,148,.85));
  offset-rotate:0deg;
}
.service-page .viz-auto .pk1{offset-path:path("M152,95 C198,95 220,162 252,190");animation:autoPk 2.6s ease-in-out infinite}
.service-page .viz-auto .pk2{offset-path:path("M152,175 C202,175 220,197 252,207");animation:autoPk 2.6s ease-in-out infinite .35s}
.service-page .viz-auto .pk3{offset-path:path("M152,255 C202,255 220,229 252,216");animation:autoPk 2.6s ease-in-out infinite .7s}
.service-page .viz-auto .pk4{offset-path:path("M152,335 C198,335 220,258 252,232");animation:autoPk 2.6s ease-in-out infinite 1.05s}
.service-page .viz-auto .pk5{offset-path:path("M286,211 C318,154 336,151 368,151");animation:autoPk 2.6s ease-in-out infinite .9s}
.service-page .viz-auto .pk6{offset-path:path("M286,211 H368");animation:autoPk 2.6s ease-in-out infinite 1.15s}
.service-page .viz-auto .pk7{offset-path:path("M286,211 C318,268 336,271 368,271");animation:autoPk 2.6s ease-in-out infinite 1.4s}
@keyframes autoRekey{0%,40%{opacity:.6;transform:translateX(0)}55%,100%{opacity:0;transform:translateX(-4px)}}
@keyframes autoPipe{0%{stroke-dashoffset:260}45%,100%{stroke-dashoffset:0}}
@keyframes autoRow{0%,30%{stroke-dashoffset:120}70%,100%{stroke-dashoffset:0}}
@keyframes autoSpark{0%,35%{stroke-dashoffset:200}80%,100%{stroke-dashoffset:0}}
@keyframes autoBar{0%,40%{transform:scaleY(0)}75%,100%{transform:scaleY(1)}}
@keyframes autoPk{0%{offset-distance:0%;opacity:0}12%{opacity:1}88%{opacity:1}100%{offset-distance:100%;opacity:0}}
@keyframes autoOutcome{0%,30%{opacity:.62;transform:translateX(-2px)}52%,100%{opacity:1;transform:translateX(0)}}

.service-page .build-grid{
  gap:18px;
  margin-top:56px;
}
.service-page .service-card{
  --card-accent:var(--gold);
  min-height:228px;
  padding:26px 28px 28px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--card-accent) 16%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(28,22,16,.52), rgba(13,11,9,.58));
  transition:transform .4s cubic-bezier(.4,0,.2,1), border-color .4s ease, box-shadow .4s ease, background .4s ease;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.service-page .service-card::after{
  opacity:.32;
  transition:opacity .4s ease;
}
.service-page .service-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg, transparent, var(--card-accent), transparent);
  opacity:.52;
  transition:opacity .4s ease;
}
.service-page .build-grid .service-card:nth-child(3n+1){--card-accent:var(--gold-2)}
.service-page .build-grid .service-card:nth-child(3n+2){--card-accent:var(--amber)}
.service-page .build-grid .service-card:nth-child(3n){--card-accent:var(--gold-3)}
.service-page--finance .build-grid .service-card:nth-child(1),
.service-page--finance .build-grid .service-card:nth-child(2){--card-accent:var(--red)}
.service-page--finance .build-grid .service-card:nth-child(4),
.service-page--finance .build-grid .service-card:nth-child(6){--card-accent:var(--green)}
.service-page .service-card .num{
  margin-bottom:8px;
  font-size:13px;
  color:color-mix(in srgb, var(--card-accent) 68%, var(--gold-3));
}
.service-page .service-card .card-signal{
  display:inline-block;
  align-self:flex-start;
  width:auto;
  max-width:100%;
  border:1px solid color-mix(in srgb, var(--card-accent) 45%, transparent);
  background:color-mix(in srgb, var(--card-accent) 10%, rgba(10,8,7,.62));
  color:color-mix(in srgb, var(--card-accent) 58%, var(--gold-3));
  font-family:var(--label);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1.3;
  text-transform:uppercase;
  padding:6px 10px;
  margin-bottom:18px;
  text-rendering:geometricPrecision;
  overflow-wrap:anywhere;
}
.service-page .service-card h3{
  margin-top:0;
  font-size:25px;
  letter-spacing:0;
  line-height:1.08;
}
.service-page .service-card p{
  margin-top:14px;
  padding-top:0;
  font-size:14px;
  line-height:1.58;
  color:rgba(236,228,211,.6);
}
.service-page .service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(201,165,102,.45);
  box-shadow:0 24px 60px rgba(0,0,0,.4);
}
.service-page .service-card:hover::after{opacity:.85}
.service-page .service-card:hover::before{
  opacity:.9;
}
.service-page .split-grid{gap:78px}
.service-page .split-copy h2,
.service-page .system-copy h2,
.service-page .fit-grid h2{letter-spacing:0}
.service-page .pain-line{
  padding:26px 4px 26px 0;
  align-items:start;
  transition:background .3s ease, padding-left .3s ease;
}
.service-page .pain-line:hover{
  background:rgba(201,165,102,.035);
  padding-left:14px;
}
.service-page .pain-line span{
  font-size:12px;
  color:var(--gold-2);
  padding-top:5px;
}
.service-page .pain-line strong{
  font-size:25px;
  letter-spacing:0;
}
.service-page .system-grid{
  grid-template-columns:minmax(0,1fr) 440px;
}
.pillar-map{
  position:relative;
  width:100%;
  max-width:440px;
  margin:0 auto;
  aspect-ratio:440/372;
}
.pillar-map svg{
  width:100%;
  height:100%;
  display:block;
}
.pillar-map .pm-edge{
  fill:none;
  stroke:rgba(201,165,102,.26);
  stroke-width:1.4;
}
.pillar-map .pm-node{
  fill:rgba(10,8,7,.5);
  stroke:rgba(201,165,102,.3);
  stroke-width:1.4;
}
.pillar-map .pm-node.on{
  fill:rgba(201,165,102,.18);
  stroke:var(--gold);
  stroke-width:1.8;
  filter:drop-shadow(0 0 26px rgba(201,165,102,.28));
}
.pillar-map .pm-label{
  fill:rgba(236,228,211,.6);
  font-family:var(--label);
  font-size:12px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-anchor:middle;
}
.pillar-map .pm-label.on{fill:var(--gold-3)}
.pillar-map .pm-center circle{
  fill:rgba(10,8,7,.88);
  stroke:rgba(232,207,148,.68);
  stroke-width:1.4;
  filter:drop-shadow(0 0 30px rgba(201,165,102,.3));
}
.pillar-map .pm-core{
  font-family:var(--label);
  text-anchor:middle;
  text-transform:uppercase;
  text-rendering:geometricPrecision;
}
.pillar-map .pm-core-main{
  fill:var(--gold-3);
  font-size:9.6px;
  font-weight:800;
  letter-spacing:.16em;
}
.pillar-map .pm-core-sub{
  fill:var(--text);
  font-size:16px;
  font-weight:800;
  letter-spacing:.13em;
}
.pillar-map .pm-pulse{
  fill:var(--gold-3);
  filter:drop-shadow(0 0 6px rgba(232,207,148,.8));
  offset-path:path("M220,66 L360,290 L80,290 Z");
  offset-rotate:0deg;
  animation:pmPulse 6s linear infinite;
}
.pillar-map--home{
  max-width:430px;
}
.pillar-map--home .pm-edge{
  stroke:rgba(201,165,102,.34);
}
.pillar-map--home .pm-node.on{
  fill:rgba(201,165,102,.13);
}
.pillar-map--home .pm-center circle{
  fill:rgba(12,10,8,.9);
}
@keyframes pmPulse{0%{offset-distance:0%}100%{offset-distance:100%}}
.service-page .fit-panel{
  background:linear-gradient(180deg,#0c0a08,#090706);
}
.service-page .fit-grid{
  gap:64px;
  align-items:center;
}
.service-page .fit-grid > div .eyebrow{
  margin-bottom:18px;
}
.service-page .fit-grid h2{
  font-size:clamp(30px,3.4vw,46px);
}
.service-page .fit-grid p{
  font-size:18px;
  line-height:1.74;
  color:rgba(236,228,211,.72);
}
.service-page .fit-grid p strong{
  color:var(--gold-3);
  font-weight:500;
}
.service-page .service-faq{
  margin:54px auto 0;
}
.service-page .service-faq .faq-item{
  border-top:1px solid var(--line-soft);
  border-bottom:0;
}
.service-page .service-faq .faq-item:last-child{
  border-bottom:1px solid var(--line-soft);
}
.service-page .service-faq summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:24px;
  padding:28px 6px;
  font-family:var(--serif);
  font-size:clamp(21px,2vw,26px);
  font-weight:400;
  color:var(--text);
  transition:color .25s ease;
}
.service-page .service-faq summary::-webkit-details-marker{display:none}
.service-page .service-faq summary:hover{color:var(--gold-3)}
.service-page .service-faq .plus{
  margin-left:auto;
  flex:none;
  position:relative;
  width:18px;
  height:18px;
  border:0;
  border-radius:0;
}
.service-page .service-faq .plus::before,
.service-page .service-faq .plus::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:16px;
  height:1.4px;
  background:var(--gold);
  transform:translate(-50%,-50%);
  transition:transform .3s ease, opacity .3s ease;
}
.service-page .service-faq .plus::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.service-page .service-faq .faq-item[open] .plus::after{
  opacity:0;
  transform:translate(-50%,-50%) rotate(0);
}
.service-page .service-faq .a{
  padding:0 56px 30px 6px;
  color:rgba(236,228,211,.66);
  font-size:15.5px;
  line-height:1.74;
  max-width:760px;
}
.service-page .service-faq .faq-item[open] summary{
  color:var(--gold-3);
}
.service-page .service-final{
  position:relative;
  background:
    radial-gradient(110% 130% at 50% 0%, rgba(201,165,102,.10), transparent 55%),
    #090706;
}
.service-page .service-final .wrap{
  text-align:center;
  position:relative;
}
.service-page .service-final .section-title{
  margin-top:4px;
}
.service-page .service-final p{
  max-width:600px;
  margin:24px auto 34px;
  color:rgba(236,228,211,.7);
  font-size:17.5px;
  line-height:1.7;
}
.service-page .service-final .btn{
  padding:17px 34px;
}
.service-page .reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity 1s cubic-bezier(.2,.6,.2,1), transform 1s cubic-bezier(.2,.6,.2,1);
}
.service-page .reveal.in{
  opacity:1;
  transform:none;
}
.service-page .reveal.d1{transition-delay:.08s}
.service-page .reveal.d2{transition-delay:.16s}
.service-page .reveal.d3{transition-delay:.24s}
.service-page .build-grid .service-card:nth-child(2){transition-delay:.07s}
.service-page .build-grid .service-card:nth-child(3){transition-delay:.14s}
.service-page .build-grid .service-card:nth-child(4){transition-delay:.07s}
.service-page .build-grid .service-card:nth-child(5){transition-delay:.14s}
.service-page .build-grid .service-card:nth-child(6){transition-delay:.21s}

@media (max-width:1020px){
  .service-page .service-visual,
  .service-page .service-visual svg{min-height:420px}
  .service-page .service-hero-grid,
  .service-page .split-grid,
  .service-page .system-grid,
  .service-page .fit-grid{
    grid-template-columns:1fr;
    gap:46px;
  }
  .service-page .system-grid{grid-template-columns:1fr}
  .service-page .pillar-map{max-width:380px}
}
@media (max-width:680px){
  .service-page .service-hero{padding:84px 0 80px}
  .service-page .service-hero-copy h1{
    max-width:100%;
    font-size:clamp(34px, 10vw, 40px);
    line-height:1.06;
    overflow-wrap:break-word;
  }
  .service-page .service-hero-copy p{
    max-width:100%;
    font-size:16px;
    line-height:1.64;
    overflow-wrap:break-word;
  }
  .service-page .service-visual{
    width:100%;
    max-width:100%;
    min-height:310px;
    overflow:hidden;
  }
  .service-page .service-visual svg{
    width:100%;
    max-width:100%;
    min-height:310px;
  }
  .service-page .viz .cap{
    font-size:9px;
    letter-spacing:.12em;
  }
  .service-page .viz-auto .src-label{
    font-size:8.6px;
    letter-spacing:.08em;
  }
  .service-page .service-card h3{font-size:25px}
  .service-page .service-faq summary{gap:16px}
  .service-page .service-faq .a{padding-right:6px}
}
@media (prefers-reduced-motion:reduce){
  .service-page .reveal{opacity:1;transform:none;transition:none}
  .service-page .viz *{animation:none!important}
  .service-page .viz-cfo .margin-line{stroke-dashoffset:0}
  .service-page .viz-cfo .fore-line,
  .service-page .viz-cfo .cone{opacity:1}
  .service-page .viz-cfo .scatter circle{opacity:0}
  .service-page .viz-cfo .vtx{opacity:1}
  .service-page .viz-cfo .flow-dot{opacity:0}
  .service-page .viz-ops .jam-line,
  .service-page .viz-ops .jam-badge{opacity:0}
  .service-page .viz-ops .ring-line{opacity:1;stroke-dashoffset:0}
  .service-page .viz-ops .cadence-badge{opacity:1}
  .service-page .viz-auto .pipe,
  .service-page .viz-auto .dash-row{stroke-dashoffset:0}
  .service-page .viz-auto .spark{stroke-dashoffset:0}
  .service-page .viz-auto .bar{transform:scaleY(1)}
  .service-page .viz-auto .rekey,
  .service-page .viz-auto .packet{opacity:0}
}

/* Subtle grain overlay */
.grain{
  position:fixed; inset:0;
  pointer-events:none;
  opacity:.04;
  mix-blend-mode:overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.6'/></svg>");
  z-index:1;
}
