*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #0a0a0a; color: #ffffff; font-size: 17px; font-weight: 300; line-height: 1.75; letter-spacing: 0.01em; overflow-x: hidden; }

/* Subtle noise grain */
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.018; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat: repeat; background-size: 256px 256px; }

/* Ambient glow */
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse at 65% 0%, rgba(0,138,190,0.08) 0%, transparent 55%); }

.container { max-width: 1040px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }

section { padding: 96px 0; }
a { color: #008abe; text-decoration: none; }

/* TYPOGRAPHY */
.eyebrow { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase; color: #008abe; margin-bottom: 20px; }
h1 { font-size: clamp(32px, 5.6vw, 74px); font-weight: 200; line-height: 1.04; letter-spacing: -0.025em; }
h2 { font-size: clamp(26px, 3.4vw, 42px); font-weight: 300; line-height: 1.12; letter-spacing: -0.02em; }
h3 { font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: 0.01em; margin-bottom: 12px; }
h4 { font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; color: #fff; }
p { color: rgba(255,255,255,0.92); margin-bottom: 16px; font-weight: 300; line-height: 1.8; }
.text-white { color: #fff; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #008abe; color: #ffffff; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 16px 36px; border-radius: 3px; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s ease; }
.btn-primary:hover { background: #006d96; box-shadow: 0 0 40px rgba(0,138,190,0.3); transform: translateY(-1px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,0.92); font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; padding: 16px 36px; border-radius: 3px; text-decoration: none; border: 1px solid rgba(255,255,255,0.15); cursor: pointer; transition: all 0.25s ease; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: #fff; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10,10,10,0.96); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 18px 32px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1040px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; }
.nav-cta { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; text-decoration: none; background: #008abe; padding: 10px 22px; border-radius: 3px; transition: all 0.25s ease; white-space: nowrap; }
.nav-cta:hover { background: #006d96; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-link { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s ease; white-space: nowrap; }
.nav-link:hover { color: #008abe; }
@media (max-width: 700px) { .nav-links { display: none; } }

/* ============================================
   HERO
   ============================================ */
.hero { padding: 0; min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.32; filter: grayscale(15%) brightness(0.85); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,10,10,0.97) 38%, rgba(10,10,10,0.65) 65%, rgba(10,10,10,0.25) 100%); }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,0.2) 0%, transparent 30%, transparent 65%, rgba(10,10,10,1) 100%); z-index: 1; }
.hero { min-width: 0; }
.hero .container { min-width: 0; }
.hero-content { position: relative; z-index: 2; padding: 140px 0 80px; max-width: 660px; min-width: 0; }
.hero h1 { margin-bottom: 28px; color: #fff; }
.hero h1 span { color: #008abe; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.92); margin-bottom: 44px; font-weight: 300; line-height: 1.75; max-width: 560px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-proof { display: flex; gap: 52px; flex-wrap: wrap; }
.hero-proof-item { }
.hero-proof-item .num { font-size: 36px; font-weight: 200; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.hero-proof-item .lbl { font-size: 10px; font-weight: 400; color:rgba(255,255,255,0.62); letter-spacing: 0.16em; text-transform: uppercase; margin-top: 9px; }

/* ============================================
   SECTION LABELS & STRUCTURE
   ============================================ */
.section-header { margin-bottom: 56px; }
.section-header h2 { color: #fff; margin-bottom: 20px; }
.section-header p { font-size: 17px; color: rgba(255,255,255,0.92); max-width: 620px; font-weight: 300; line-height: 1.8; margin: 0; }
.section-rule { width: 32px; height: 1px; background: #008abe; margin: 20px 0 28px; }

/* ============================================
   WHO WE ARE
   ============================================ */
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.who-photo { position: relative; }
.who-photo img { width: 100%; border-radius: 4px; display: block; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
.who-photo-credit { margin-top: 16px; font-size: 11px; color:rgba(255,255,255,0.9); letter-spacing: 0.1em; text-align: center; }
.who-text h2 { color: #fff; margin-bottom: 24px; }
.who-text p { color: rgba(255,255,255,0.92); margin-bottom: 20px; font-size: 16px; line-height: 1.85; }
.credential-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.credential-chip { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color:rgba(255,255,255,0.9); border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; padding: 6px 14px; }

/* ============================================
   WHAT WE DO - DIAGNOSTICS
   ============================================ */
.diag-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 56px; background: rgba(255,255,255,0.04); border-radius: 4px; overflow: hidden; }
.diag-item { background: #0a0a0a; padding: 32px 28px; transition: background 0.3s ease; }
.diag-item:hover { background: rgba(0,138,190,0.04); }
.diag-num { font-size: 11px; font-weight: 600; color: #008abe; letter-spacing: 0.2em; margin-bottom: 16px; }
.diag-item h4 { font-size: 13px; letter-spacing: 0.15em; color: #fff; margin-bottom: 12px; }
.diag-item p { font-size: 13px; color:rgba(255,255,255,0.9); margin: 0; line-height: 1.7; font-weight: 300; }

/* Range bar */
.range-section { margin-top: 72px; }
.range-bar-wrap { background: rgba(255,255,255,0.03); border-radius: 4px; padding: 40px 40px 32px; }
.range-bar { height: 4px; border-radius: 2px; background: linear-gradient(to right, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.22) 45%, rgba(0,138,190,0.55) 75%, #008abe 100%); margin-bottom: 20px; position: relative; }
.range-labels { display: flex; justify-content: space-between; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; color:rgba(255,255,255,0.9); }
.range-markers { display: flex; justify-content: space-between; margin-top: 24px; }
.range-marker { text-align: center; }
.range-marker .marker-dot { width: 8px; height: 8px; border-radius: 50%; margin: 0 auto 8px; }
.range-marker .marker-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.range-marker .marker-sub { font-size: 10px; color:rgba(255,255,255,0.9); margin-top: 2px; }
.range-marker.gp .marker-dot { background: rgba(255,255,255,0.45); }
.range-marker.gp .marker-label { color: rgba(255,255,255,0.6); }
.range-marker.cyora .marker-dot { background: #008abe; }
.range-marker.cyora .marker-label { color: #008abe; }

/* ============================================
   BIOLOGICAL HIERARCHY DIAGRAM
   ============================================ */
.bio-hierarchy { margin-top: 0; }
.bio-pyramid { display: flex; flex-direction: column; align-items: center; gap: 4px; margin: 56px auto 0; max-width: 700px; }
.bio-level { border-radius: 3px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: all 0.3s ease; cursor: default; }
.bio-level:hover { filter: brightness(1.08); }
.bio-level-1 { width: 100%; height: 72px; background: linear-gradient(135deg, rgba(0,138,190,0.9), rgba(0,138,190,0.7)); }
.bio-level-2 { width: 88%; height: 68px; background: linear-gradient(135deg, rgba(51,185,138,0.75), rgba(51,185,138,0.55)); }
.bio-level-3 { width: 76%; height: 64px; background: linear-gradient(135deg, rgba(224,182,83,0.7), rgba(224,182,83,0.5)); }
.bio-level-4 { width: 62%; height: 60px; background: linear-gradient(135deg, rgba(224,182,83,0.65), rgba(224,182,83,0.45)); }
.bio-level-5 { width: 48%; height: 56px; background: linear-gradient(135deg, rgba(193,74,90,0.6), rgba(193,74,90,0.4)); }
.bio-level-title { font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #fff; white-space: nowrap; }
.bio-level-desc { font-size: 11px; color:rgba(255,255,255,0.9); font-weight: 300; text-align: right; white-space: nowrap; }
.bio-arrow { font-size: 18px; color:rgba(255,255,255,0.9); margin: 0; line-height: 1; text-align: center; }
.bio-caption { text-align: center; margin-top: 32px; font-size: 13px; color:rgba(255,255,255,0.9); font-weight: 300; font-style: italic; }

/* ============================================
   ROPE PROTOCOL DIAGRAM
   ============================================ */
.rope-diagram { margin-top: 64px; }
.rope-flow { display: flex; align-items: stretch; gap: 0; position: relative; }
.rope-phase { flex: 1; position: relative; }
.rope-phase-inner { padding: 28px 20px 24px; height: 100%; display: flex; flex-direction: column; transition: background 0.3s ease; }
.rope-phase-inner:hover { background: rgba(255,255,255,0.02); }
.rope-phase-num { font-size: 32px; font-weight: 200; line-height: 1; margin-bottom: 16px; }
.rope-phase-name { font-size: 10px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 12px; }
.rope-phase-desc { font-size: 12px; color:rgba(255,255,255,0.9); line-height: 1.6; font-weight: 300; flex: 1; }
.rope-connector { width: 1px; background: rgba(255,255,255,0.06); flex-shrink: 0; align-self: stretch; }
.rope-phase-bar { height: 3px; width: 100%; margin-bottom: 20px; border-radius: 1px; }
/* Phase colors */
.rp1 .rope-phase-num { color: #c14a5a; } .rp1 .rope-phase-name { color: #c14a5a; } .rp1 .rope-phase-bar { background: #c14a5a; }
.rp2 .rope-phase-num { color: #d99a4e; } .rp2 .rope-phase-name { color: #d99a4e; } .rp2 .rope-phase-bar { background: #d99a4e; }
.rp3 .rope-phase-num { color: #e0b653; } .rp3 .rope-phase-name { color: #e0b653; } .rp3 .rope-phase-bar { background: #e0b653; }
.rp4 .rope-phase-num { color: #008abe; } .rp4 .rope-phase-name { color: #008abe; } .rp4 .rope-phase-bar { background: #008abe; }
.rp5 .rope-phase-num { color: #33b98a; } .rp5 .rope-phase-name { color: #33b98a; } .rp5 .rope-phase-bar { background: #33b98a; }
.rp6 .rope-phase-num { color: #33b98a; } .rp6 .rope-phase-name { color: #33b98a; } .rp6 .rope-phase-bar { background: #33b98a; }
.rope-wrapper { background: rgba(255,255,255,0.02); border-radius: 4px; overflow: hidden; }

/* ============================================
   THE PROBLEM - COMPARE
   ============================================ */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-top: 48px; background: rgba(255,255,255,0.03); border-radius: 4px; overflow: hidden; }
.compare-col { padding: 40px 36px; background: #0a0a0a; }
.compare-col.col-gp { }
.compare-col.col-cyora { }
.compare-label { font-size: 9px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 24px; padding-bottom: 16px; }
.compare-label.red { color: #c14a5a; border-bottom: 1px solid rgba(193,74,90,0.2); }
.compare-label.grn { color: #33b98a; border-bottom: 1px solid rgba(51,185,138,0.2); }
.compare-list { list-style: none; padding: 0; }
.compare-list li { padding: 11px 0 11px 24px; position: relative; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.92); line-height: 1.6; }
.compare-list li + li { border-top: 1px solid rgba(255,255,255,0.04); }
.compare-list.neg li::before { content: ''; position: absolute; left: 0; top: 16px; width: 12px; height: 2px; background: rgba(193,74,90,0.6); }
.compare-list.pos li::before { content: ''; position: absolute; left: 0; top: 14px; width: 10px; height: 5px; border-left: 1.5px solid #33b98a; border-bottom: 1.5px solid #33b98a; transform: rotate(-45deg); }
.callout-box { margin-top: 3px; background: rgba(0,138,190,0.05); border-left: 2px solid #008abe; padding: 28px 36px; border-radius: 0 4px 4px 0; }
.callout-box p { font-size: 15px; color: rgba(255,255,255,0.92); margin: 0; line-height: 1.8; font-weight: 300; }
.callout-box strong { color: #fff; font-weight: 500; }

/* ============================================
   PATHS
   ============================================ */
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-top: 48px; background: rgba(255,255,255,0.03); border-radius: 4px; overflow: hidden; }
.path-col { background: #0a0a0a; padding: 48px 40px; }
.path-tag-chip { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; margin-bottom: 24px; }
.path-col.restore .path-tag-chip { background: rgba(193,74,90,0.1); color: #c14a5a; }
.path-col.optimise .path-tag-chip { background: rgba(0,138,190,0.1); color: #008abe; }
.path-col h3 { font-size: 22px; font-weight: 500; line-height: 1.3; color: #fff; margin-bottom: 16px; letter-spacing: -0.01em; }
.path-col > p { font-size: 14px; color:rgba(255,255,255,0.9); margin-bottom: 28px; line-height: 1.75; font-weight: 300; }
.path-symptoms { list-style: none; padding: 0; margin-bottom: 32px; }
.path-symptoms li { padding: 9px 0 9px 20px; font-size: 13px; color:rgba(255,255,255,0.9); font-weight: 300; position: relative; border-top: 1px solid rgba(255,255,255,0.04); }
.path-symptoms li:first-child { border-top: none; }
.path-symptoms li::before { content: '-'; position: absolute; left: 0; color:rgba(255,255,255,0.9); }
.path-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color:rgba(255,255,255,0.9); text-decoration: none; transition: color 0.2s ease; margin-top: 8px; }
.path-col.restore .path-cta { color: rgba(193,74,90,0.7); }
.path-col.optimise .path-cta { color: rgba(0,138,190,0.9); }
.path-cta:hover { color: #fff; }

/* ============================================
   DR DAN
   ============================================ */
.dan-section { background: rgba(255,255,255,0.01); }
.dan-grid { display: grid; grid-template-columns: 340px 1fr; gap: 72px; align-items: start; }
.dan-photo { position: relative; }
.dan-photo img { width: 100%; border-radius: 4px; display: block; }
.dan-text { }
.dan-text h2 { color: #fff; margin-bottom: 8px; font-size: 28px; }
.dan-title-line { font-size: 12px; color: #008abe; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 28px; }
.dan-text p { font-size: 15px; color: rgba(255,255,255,0.92); line-height: 1.85; margin-bottom: 16px; }
.dan-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.dan-stat { }
.dan-stat .stat-num { font-size: 28px; font-weight: 200; color: #fff; line-height: 1; margin-bottom: 6px; }
.dan-stat .stat-lbl { font-size: 10px; font-weight: 500; color:rgba(255,255,255,0.9); letter-spacing: 0.15em; text-transform: uppercase; }

/* ============================================
   FAQ
   ============================================ */
.faq-list { margin-top: 48px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
.faq-question { width: 100%; background: none; border: none; color:rgba(255,255,255,0.9); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0.01em; text-align: left; padding: 24px 40px 24px 0; cursor: pointer; position: relative; line-height: 1.5; transition: color 0.2s ease; }
.faq-question:hover { color: #fff; }
.faq-question::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 200; color:rgba(255,255,255,0.9); transition: transform 0.35s ease, color 0.2s ease; }
.faq-item.open .faq-question { color: #fff; }
.faq-item.open .faq-question::after { transform: translateY(-50%) rotate(45deg); color: #008abe; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer-inner { padding: 0 0 24px; font-size: 14px; color: rgba(255,255,255,0.9); font-weight: 300; line-height: 1.85; }

/* ============================================
   FINAL CTA
   ============================================ */
.final-cta { text-align: center; padding: 120px 0; }
.final-cta h2 { color: #fff; margin-bottom: 20px; font-size: 40px; }
.final-cta p { font-size: 17px; color:rgba(255,255,255,0.9); max-width: 480px; margin: 0 auto 40px; font-weight: 300; }
.final-cta .btn-primary { font-size: 13px; padding: 18px 44px; }

/* ============================================
   FOOTER
   ============================================ */
.footer { padding: 48px 0; border-top: 1px solid rgba(255,255,255,0.05); text-align: center; }
.footer p { font-size: 12px; color:rgba(255,255,255,0.9); margin-bottom: 8px; font-weight: 300; }
.footer a { color:rgba(255,255,255,0.9); font-size: 12px; }
.footer a:hover { color:rgba(255,255,255,0.9); }
.footer-socials { display:flex; justify-content:center; align-items:center; gap:22px; margin-top:20px; }
.footer-socials a { display:inline-flex; opacity:0.4; transition:opacity 0.2s ease; }
.footer-socials a:hover { opacity:0.9; }
.footer-socials svg { width:16px; height:16px; fill:#ffffff; display:block; }

/* STICKY MOBILE BAR */
.sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: rgba(10,10,10,0.98); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,0.07); padding: 12px 16px; }

/* ANIMATIONS */
.hero-content { animation: heroFade 0.9s ease 0.15s both; }
@keyframes heroFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .who-grid { grid-template-columns: 1fr; gap: 40px; }
  .who-photo { max-width: 280px; }
  .dan-grid { grid-template-columns: 1fr; gap: 40px; }
  .dan-photo { max-width: 240px; }
  .diag-grid { grid-template-columns: 1fr 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .paths-grid { grid-template-columns: 1fr; }
  .rope-flow { flex-direction: column; }
  .rope-connector { width: 100%; height: 1px; }
  .rope-phase-inner { padding: 20px 20px; flex-direction: row; align-items: flex-start; gap: 20px; }
  .rope-phase-bar { width: 3px; height: auto; min-height: 60px; margin-bottom: 0; margin-right: 0; border-radius: 1px; flex-shrink: 0; }
  .rope-phase-content { }
  .bio-level { padding: 0 16px; }
  .bio-level-desc { display: none; }
  .bio-level-1, .bio-level-2, .bio-level-3, .bio-level-4, .bio-level-5 { width: 100%; }
  .sticky-bar { display: block; }
  body { padding-bottom: 64px; }
  section { padding: 64px 0; }
  .container, .container-narrow { padding: 0 20px; }
  .nav { padding: 14px 20px; }
}
@media (max-width: 600px) {
  .hero-proof { gap: 28px; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .hero-ctas .btn-primary, .hero-ctas .btn-ghost { width: 100%; justify-content: center; }
  .hero-ctas .btn-ghost { padding: 14px 20px; font-size: 10.5px; }
  .diag-grid { grid-template-columns: 1fr; }
  .dan-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .range-bar-wrap { padding: 24px 20px; }
}

/* ACCESSIBILITY + MOTION (premium detail) */
a:focus-visible, button:focus-visible, .btn-primary:focus-visible, .btn-ghost:focus-visible, .nav-cta:focus-visible, .faq-question:focus-visible {
  outline: 2px solid #008abe; outline-offset: 3px; border-radius: 2px;
}
/* ============================================
   THE ALIVE LAYER - pulse, heartbeat, breathing
   ============================================ */
.cy-pulse { position: absolute; left: 0; right: 0; width: 100%; height: 110px; z-index: 1; opacity: .34; pointer-events: none; }
.cy-pulse-hero { bottom: 12%; }
.cy-pulse-path { fill: none; stroke: #008abe; stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round;
  stroke-dasharray: 120 2400; stroke-dashoffset: 2520; animation: cyTrace 5.2s linear infinite;
  filter: drop-shadow(0 0 6px rgba(0,138,190,.85)); }
.cy-pulse-faint { fill: none; stroke: rgba(0,138,190,.14); stroke-width: 1; }
@keyframes cyTrace { to { stroke-dashoffset: 0; } }
body.cy-quick .cy-pulse-path { animation-duration: 1.5s; }
.cy-divider-pulse { position: relative; height: 90px; overflow: hidden; margin: 0 auto; max-width: 1200px; }
.cy-divider-pulse .cy-pulse { bottom: auto; top: 0; height: 90px; }
.cy-breathe { animation: cyBreath 4s ease-in-out infinite; }
@keyframes cyBreath { 0%,100% { box-shadow: 0 0 20px rgba(0,138,190,.25); } 50% { box-shadow: 0 0 46px rgba(0,138,190,.55); } }
.cy-live { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #008abe; margin-right: 8px; vertical-align: middle; animation: cyDot 2.2s ease-in-out infinite; }
@keyframes cyDot { 0%,100% { opacity: .45; transform: scale(1); box-shadow: 0 0 0 rgba(0,138,190,0); } 50% { opacity: 1; transform: scale(1.3); box-shadow: 0 0 12px rgba(0,138,190,.9); } }
body::before { animation: cyAmbient 9s ease-in-out infinite alternate; }
@keyframes cyAmbient { from { opacity: .65; } to { opacity: 1; } }

/* Tap targets - 44px minimum */
.nav-link { padding: 15px 6px; }
.nav-cta { padding: 14px 24px; }
.path-cta { padding: 15px 6px 15px 0; margin-top: 2px; }
.footer a { display: inline-block; padding: 12px 3px; }
.footer p { margin-bottom: 2px; }
.footer-socials a { padding: 12px; margin: -8px 0; }

/* ============================================
   STORY - Dan's journey (his own body, his to tell)
   ============================================ */
.story-section { background: rgba(255,255,255,0.012); position: relative; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 8px; align-items: start; }
.story-beats { display: flex; flex-direction: column; gap: 0; }
.story-beat { padding: 26px 0 26px 34px; position: relative; border-left: 1px solid rgba(0,138,190,.22); }
.story-beat::before { content: ''; position: absolute; left: -5px; top: 36px; width: 9px; height: 9px; border-radius: 50%; background: #0a0a0a; border: 2px solid #008abe; }
.story-beat h3 { font-size: 19px; font-weight: 500; color: #fff; margin-bottom: 8px; letter-spacing: -0.01em; }
.story-beat p { font-size: 14.5px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.8; }
.story-labels { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 10px; }
.story-label { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.14); border-radius: 2px; padding: 7px 13px; }
.story-punch { color: #008abe; font-weight: 500; }
.story-wall { font-size: clamp(30px,3.6vw,44px); font-weight: 200; color: #fff; letter-spacing: -0.02em; line-height: 1.15; margin: 4px 0 10px; }
/* Venn - the intersection CYORA occupies */
.venn-wrap { position: sticky; top: 110px; }
.venn { position: relative; width: 100%; max-width: 420px; aspect-ratio: 1; margin: 40px auto 0; }
.venn-ring { position: absolute; width: 58%; height: 58%; border-radius: 50%; border: 1.5px solid rgba(0,138,190,.32); background: radial-gradient(circle, rgba(0,138,190,.04) 0%, transparent 70%); transition: border-color .4s ease; }
.venn-label { position: absolute; font-size: 9.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.75); text-align: center; line-height: 1.6; width: 44%; }
.venn-label.l1 { top: -8%; left: 28%; }
.venn-label.l2 { bottom: 2%; left: -3%; }
.venn-label.l3 { bottom: 2%; right: -3%; }
.venn-ring.r1 { top: 0; left: 21%; }
.venn-ring.r2 { top: 33%; left: 2%; }
.venn-ring.r3 { top: 33%; right: 2%; }
.venn:hover .venn-ring { border-color: rgba(0,138,190,.6); }
.venn-core { position: absolute; top: 46%; left: 50%; transform: translate(-50%,-38%); width: 112px; height: 112px; border-radius: 50%; background: radial-gradient(circle, rgba(0,138,190,.28) 0%, rgba(0,138,190,.05) 70%); border: 1px solid rgba(0,138,190,.65); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; animation: cyBreath 4s ease-in-out infinite; }
.venn-core b { font-size: 13px; font-weight: 600; letter-spacing: .3em; color: #fff; text-indent: .3em; }
.venn-core i { font-size: 7.5px; font-weight: 500; font-style: normal; letter-spacing: .16em; color: rgba(255,255,255,.7); text-transform: uppercase; }
.venn-caption { text-align: center; font-size: 12px; color: rgba(255,255,255,.6); margin-top: 58px; line-height: 1.7; font-weight: 300; }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; gap: 48px; } .venn-wrap { position: static; } .venn { max-width: 320px; } }

/* ============================================
   COMPARISON MATRIX - us vs them, no names
   ============================================ */
.matrix-scroll { overflow-x: auto; margin-top: 46px; -webkit-overflow-scrolling: touch; border-radius: 4px; }
.matrix { width: 100%; min-width: 1060px; border-collapse: separate; border-spacing: 0; background: rgba(255,255,255,.015); table-layout: fixed; }
.matrix th .m-h { display: block; }
.matrix th .m-sub { display: block; margin-top: 6px; font-size: 8.5px; letter-spacing: .1em; font-weight: 400; color: rgba(255,255,255,.3); text-transform: none; }
.matrix tr.m-price td { font-size: 12px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.012); }
.matrix tr.m-price td.m-cy { color: rgba(255,255,255,.9); }
#the-options .container { max-width: 1240px; }
#the-options .section-header { max-width: 940px; }
.m-swipe { display: none; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(0,138,190,.7); margin-top: 46px; }
@media (max-width: 900px) { .m-swipe { display: block; } .matrix-scroll { margin-top: 14px; } }
.matrix th, .matrix td { padding: 14px 11px; font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,.85); border-bottom: 1px solid rgba(255,255,255,.05); text-align: center; line-height: 1.5; }
.matrix th { font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.55); padding: 18px 11px; border-bottom: 1px solid rgba(255,255,255,.1); }
.matrix td:first-child, .matrix th:first-child { text-align: left; font-weight: 400; color: rgba(255,255,255,.92); width: 148px; position: sticky; left: 0; background: #0b0b0b; z-index: 2; }
.matrix .m-cy { background: rgba(0,138,190,.07); border-left: 1px solid rgba(0,138,190,.3); border-right: 1px solid rgba(0,138,190,.3); }
.matrix th.m-cy { color: #008abe; border-top: 1px solid rgba(0,138,190,.3); font-weight: 700; }
.matrix tr:last-child td.m-cy { border-bottom: 1px solid rgba(0,138,190,.3); }
.matrix .tick { color: #008abe; font-size: 15px; font-weight: 600; }
.matrix .tick-dim { color: rgba(255,255,255,.38); font-size: 14px; }
.matrix .cross { color: rgba(255,255,255,.22); font-size: 13px; }
.matrix-note { font-size: 11px; color: rgba(255,255,255,.42); margin-top: 14px; letter-spacing: .02em; }
.mic-drop { font-size: clamp(24px,3.4vw,40px); font-weight: 200; letter-spacing: -0.02em; text-align: center; margin: 84px auto 0; max-width: 860px; line-height: 1.3; color: #fff; }
.mic-drop span { color: #008abe; }

/* Tier business translation */
.bh-tier-biz { font-size: 9.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #008abe; margin-top: 4px; }

/* ============================================
   APP SECTION - the product in your pocket
   ============================================ */
.app-section { background: rgba(255,255,255,0.012); overflow: hidden; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.app-points { list-style: none; padding: 0; margin: 28px 0 0; }
.app-points li { padding: 12px 0 12px 26px; font-size: 14.5px; color: rgba(255,255,255,.88); font-weight: 300; position: relative; border-top: 1px solid rgba(255,255,255,.05); line-height: 1.7; }
.app-points li:first-child { border-top: none; }
.app-points li::before { content: ''; position: absolute; left: 0; top: 19px; width: 10px; height: 5px; border-left: 1.5px solid #008abe; border-bottom: 1.5px solid #008abe; transform: rotate(-45deg); }
/* Device duo - real laptop + real phone */
.device-duo { position: relative; padding: 0 0 84px; max-width: 560px; margin: 0 auto; }
.laptop { width: 100%; position: relative; filter: drop-shadow(0 40px 70px rgba(0,0,0,.65)) drop-shadow(0 0 50px rgba(0,138,190,.07)); }
.laptop-screen { background: linear-gradient(160deg, #15161a, #0b0c0f); border: 1px solid rgba(255,255,255,.16); border-bottom: none; border-radius: 14px 14px 0 0; padding: 9px 9px 0; position: relative; }
.laptop-cam { width: 5px; height: 5px; border-radius: 50%; background: #1c1e24; border: 1px solid rgba(255,255,255,.12); margin: 2px auto 6px; }
.laptop-display { background: #0d0e12; border-radius: 7px 7px 0 0; overflow: hidden; }
.laptop-base { height: 14px; background: linear-gradient(180deg, #2a2c31, #16171b 60%, #0e0f12); border-radius: 0 0 14px 14px; position: relative; border: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(0,0,0,.6); }
.laptop-base::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 96px; height: 5px; background: #0a0b0d; border-radius: 0 0 7px 7px; }
.lap-bar { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,.06); }
.lap-bar img { height: 15px; width: auto; opacity: .92; }
.lap-tabs { display: flex; gap: 12px; }
.lap-tab { font-size: 7px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.lap-tab.on { color: #008abe; }
.lap-body { padding: 12px 14px 14px; }
.lap-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.lap-ring { width: 46px; height: 46px; border-radius: 50%; background: conic-gradient(#008abe 0% 84%, rgba(255,255,255,.08) 84% 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lap-ring > div { width: 36px; height: 36px; border-radius: 50%; background: #0d0e12; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lap-ring b { font-size: 12px; font-weight: 600; color: #fff; line-height: 1; }
.lap-ring span { font-size: 5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 1px; }
.lap-head-txt b { display: block; font-size: 10px; font-weight: 600; color: #fff; margin-bottom: 2px; }
.lap-head-txt span { font-size: 7.5px; color: rgba(255,255,255,.55); }
.lap-row { display: grid; grid-template-columns: 1fr 54px 64px 52px; align-items: center; gap: 8px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.055); background: rgba(255,255,255,.02); border-radius: 7px; margin-bottom: 5px; }
.lap-row .lr-name { font-size: 8px; font-weight: 500; color: rgba(255,255,255,.85); }
.lap-row .lr-val { font-size: 8px; font-weight: 600; color: #fff; text-align: right; }
.lr-track { height: 3px; border-radius: 2px; background: rgba(255,255,255,.08); position: relative; }
.lr-track i { position: absolute; top: 50%; transform: translate(-50%,-50%); width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid #0d0e12; }
.lr-opt i { background: #33b98a; } .lr-wat i { background: #e0b653; } .lr-att i { background: #c14a5a; }
.lap-row .pm-band { justify-self: end; }
.lap-foot { text-align: center; font-size: 6px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.32); padding: 7px 0 10px; }
.phone { width: 200px; background: linear-gradient(160deg, #1b1d22, #0a0a0a 55%); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; padding: 9px; box-shadow: 0 30px 60px rgba(0,0,0,.7), 0 0 50px rgba(0,138,190,.1), inset 0 0 2px rgba(255,255,255,.14); position: absolute; right: -26px; bottom: 0; z-index: 2; }
.phone-screen { background: #0d0e12; border-radius: 22px; overflow: hidden; padding: 14px 12px 16px; }
.phone-notch { width: 62px; height: 16px; background: #0a0a0a; border-radius: 10px; margin: 0 auto 12px; border: 1px solid rgba(255,255,255,.06); }
.phone-brand { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.phone-brand img { height: 14px; width: auto; opacity: .9; }
.phone-hello { font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.phone-ring-wrap { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 11px; padding: 9px; margin-bottom: 8px; }
.phone-ring { width: 44px; height: 44px; border-radius: 50%; background: conic-gradient(#008abe 0% 84%, rgba(255,255,255,.08) 84% 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.phone-ring > div { width: 34px; height: 34px; border-radius: 50%; background: #0d0e12; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.phone-ring b { font-size: 11px; font-weight: 600; color: #fff; line-height: 1; }
.phone-ring span { font-size: 5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 1px; }
.phone-ring-label b { display: block; font-size: 8.5px; font-weight: 600; color: #fff; margin-bottom: 2px; }
.phone-ring-label span { font-size: 6.5px; color: rgba(255,255,255,.55); line-height: 1.5; display: block; }
.phone-marker { display: flex; align-items: center; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06); border-radius: 8px; padding: 7px 8px; margin-bottom: 5px; }
.phone-marker .pm-name { font-size: 7.5px; font-weight: 500; color: rgba(255,255,255,.85); }
.phone-marker .pm-val { font-size: 7.5px; font-weight: 600; color: #fff; margin-left: auto; margin-right: 6px; }
.pm-band { font-size: 5.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 2px 6px; border-radius: 8px; }
.pm-optimal { background: rgba(51,185,138,.14); color: #33b98a; }
.pm-watch { background: rgba(224,182,83,.14); color: #e0b653; }
.pm-attention { background: rgba(193,74,90,.16); color: #c14a5a; }
.phone-foot { text-align: center; font-size: 5.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-top: 8px; }
.app-sample-note { font-size: 10.5px; color: rgba(255,255,255,.4); text-align: center; margin-top: 18px; letter-spacing: .04em; }
@media (max-width: 900px) { .app-grid { grid-template-columns: 1fr; gap: 48px; } .device-duo { max-width: 460px; } .phone { width: 164px; right: -8px; } }

/* ============================================
   DOORS - three ways in, weighted
   ============================================ */
.doors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 56px auto 0; max-width: 820px; text-align: left; }
.door { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 32px 28px; display: flex; flex-direction: column; transition: transform .3s ease, border-color .3s ease; }
.door:hover { transform: translateY(-3px); }
.door-main { border: 1px solid rgba(0,138,190,.4); background: rgba(0,138,190,.045); animation: cyDoor 4s ease-in-out infinite; }
@keyframes cyDoor { 0%,100% { border-color: rgba(0,138,190,.38); box-shadow: 0 0 22px rgba(0,138,190,.1); } 50% { border-color: rgba(0,138,190,.8); box-shadow: 0 0 46px rgba(0,138,190,.2); } }
.door-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: #008abe; margin-bottom: 14px; }
.door h3 { font-size: 19px; font-weight: 500; color: #fff; margin-bottom: 10px; letter-spacing: -0.01em; line-height: 1.35; }
.door p { font-size: 13px; color: rgba(255,255,255,.72); font-weight: 300; line-height: 1.7; margin: 0 0 22px; flex: 1; }
.door .btn-primary, .door .btn-ghost { justify-content: center; width: 100%; padding: 15px 20px; font-size: 11px; }
.doors-steps { display: flex; justify-content: center; gap: 0; margin: 56px auto 0; max-width: 860px; }
.door-step { flex: 1; text-align: center; padding: 0 18px; position: relative; }
.door-step + .door-step::before { content: ''; position: absolute; left: 0; top: 17px; width: 1px; height: 40px; background: rgba(255,255,255,.08); }
.door-step .ds-num { font-size: 11px; font-weight: 600; letter-spacing: .24em; color: #008abe; margin-bottom: 10px; }
.door-step .ds-txt { font-size: 12.5px; color: rgba(255,255,255,.72); font-weight: 300; line-height: 1.65; }
@media (max-width: 820px) { .doors-grid { grid-template-columns: 1fr; } .doors-steps { flex-direction: column; gap: 22px; } .door-step + .door-step::before { display: none; } }

/* Team strip */
.team-strip { display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; margin-top: 44px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.06); }
.team-member { text-align: center; }
.team-member .tm-name { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 4px; }
.team-member .tm-role { font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .hero-content { animation: none; }
  .cy-pulse-path { stroke-dasharray: none; opacity: .5; filter: none; }
  .cy-breathe, .door-main, .venn-core, .cy-live { animation: none; }
}

/* ---- v2 additions: subpages + new index sections ---- */
.engine-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 44px; background: rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; }
.engine-step { background: #0a0a0a; padding: 36px 28px; }
.engine-step h4 { font-size: 17px; font-weight: 400; color: #fff; letter-spacing: 0; margin: 14px 0 10px; }
.engine-step p { font-size: 13px; color: rgba(255,255,255,0.72); font-weight: 300; line-height: 1.7; }
@media (max-width: 960px) { .engine-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .engine-grid { grid-template-columns: 1fr; } }

.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.vs-col { border-radius: 20px; padding: 36px 34px; background: rgba(255,255,255,0.015); border: 1px solid rgba(255,255,255,0.06); }
.vs-us { background: rgba(0,138,190,0.05); border-color: rgba(0,138,190,0.28); }
.vs-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.vs-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.vs-col li { font-size: 14.5px; font-weight: 300; color: rgba(255,255,255,0.62); line-height: 1.55; padding-left: 22px; position: relative; }
.vs-them li::before { content: '\00d7'; position: absolute; left: 0; color: rgba(255,255,255,0.3); }
.vs-us li { color: rgba(255,255,255,0.88); }
.vs-us li::before { content: '\2192'; position: absolute; left: 0; color: #008abe; font-size: 12px; top: 3px; }
@media (max-width: 760px) { .vs-grid { grid-template-columns: 1fr; } }

.allinone { margin-top: 52px; }
.allinone-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

.shots-rail-wrap { max-width: 1200px; margin: 44px auto 0; padding: 0 32px; }
.shots-rail { display: flex; gap: 16px; overflow-x: auto; padding: 6px 4px 20px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(0,138,190,0.4) transparent; }
.shots-rail img { height: 540px; width: auto; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); flex: 0 0 auto; scroll-snap-align: start; }
@media (max-width: 700px) { .shots-rail img { height: 440px; } .shots-rail-wrap { padding: 0 20px; } }

@media (max-width: 700px) {
  .nav-links { display: flex; overflow-x: auto; gap: 16px; max-width: 46vw; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-link { font-size: 10px; }
}

/* identity frame: both people cards carry the house blue, no red lane */
.path-col.restore .path-tag-chip { background: rgba(0,138,190,0.1); color: #008abe; }
.path-col.restore .path-cta { color: rgba(0,138,190,0.9); }
