@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #071f2c;
  --ink-soft: #163b4a;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --mint: #93efd2;
  --lime: #d9ff78;
  --coral: #ff7d67;
  --blue: #9bd8ff;
  --line: rgba(7, 31, 44, .16);
  --shadow: 0 30px 80px rgba(7, 31, 44, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: .2s;
}
.skip-link:focus { transform: translateY(0); }

.ambient {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .18;
  z-index: -1;
  pointer-events: none;
}
.ambient-one { background: var(--mint); top: 8%; right: -160px; }
.ambient-two { background: var(--coral); bottom: 12%; left: -200px; }

.site-header {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(45deg); }
.brand-mark span { background: var(--ink); border-radius: 7px 2px 7px 2px; }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(3) { background: var(--coral); }
.brand-text { font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.05em; }
.brand-text span { color: var(--coral); }
.primary-nav { display: flex; gap: 32px; }
.primary-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: .25s; }
.primary-nav a:hover::after { right: 0; }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 730px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
  padding: 70px 0 90px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; margin: 0 0 26px; }
.eyebrow span { width: 30px; height: 2px; background: var(--coral); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { font-size: clamp(3.8rem, 7.4vw, 8.3rem); line-height: .89; letter-spacing: -.075em; max-width: 940px; margin-bottom: 34px; }
h1 em { font-style: normal; color: var(--coral); display: block; }
.hero-lead { font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.65; max-width: 660px; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; border-radius: 999px; }
.button-primary { background: var(--ink); color: white; padding: 17px 26px; box-shadow: 8px 8px 0 var(--mint); transition: .25s; }
.button-primary:hover { transform: translate(-2px,-2px); box-shadow: 12px 12px 0 var(--mint); }
.text-link { text-decoration: none; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 46px; }
.trust-strip span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: .78rem; font-weight: 700; background: rgba(255,255,255,.25); }

.health-orbit { width: min(100%, 570px); aspect-ratio: 1; justify-self: end; position: relative; border-radius: 50%; background: rgba(255,255,255,.32); box-shadow: inset 0 0 0 1px rgba(7,31,44,.08), var(--shadow); }
.orbit-ring { position: absolute; border: 1px solid rgba(7,31,44,.18); border-radius: 50%; inset: 8%; }
.orbit-ring-two { inset: 21%; border-style: dashed; animation: spin 35s linear infinite; }
.orbit-ring-three { inset: 35%; }
.orbit-node { position: absolute; z-index: 4; border: 1px solid var(--line); background: var(--paper); border-radius: 50%; width: 94px; height: 94px; font-weight: 800; cursor: pointer; transition: .25s; box-shadow: 0 10px 30px rgba(7,31,44,.1); }
.orbit-node span { display: block; font-size: .65rem; opacity: .55; margin-bottom: 3px; }
.orbit-node:hover, .orbit-node.active { background: var(--coral); color: white; transform: scale(1.06); }
.node-care { left: 3%; top: 23%; }
.node-data { right: 8%; top: 6%; }
.node-research { right: -1%; bottom: 17%; }
.node-wellness { left: 13%; bottom: 2%; }
.core-pulse { position: absolute; inset: 34%; border-radius: 50%; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 25px; box-shadow: 0 0 0 14px rgba(147,239,210,.25); }
.core-pulse strong { font-family: "Manrope"; font-size: 1.05rem; margin-bottom: 8px; }
.core-pulse small { line-height: 1.4; opacity: .78; }
.pulse-line { width: 40px; height: 3px; margin-bottom: 12px; background: var(--mint); position: relative; overflow: hidden; }
.pulse-line::after { content:""; position:absolute; width:14px; height:100%; background:white; animation:pulse 1.6s infinite; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--lime); transform: rotate(-1.2deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; font-family: "Manrope"; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; animation: ticker 35s linear infinite; }
.ticker-track i { color: var(--coral); }

.focus-section { width: min(1420px, calc(100% - 48px)); margin: 0 auto; padding: 150px 0 130px; }
.section-heading { display: grid; grid-template-columns: .8fr 1.5fr 1fr; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .signals-sticky h2, .principle-intro h2, .briefing-card h2 { font-size: clamp(2.6rem, 4.4vw, 5.7rem); line-height: .98; letter-spacing: -.06em; margin-bottom: 0; }
.section-heading > p:last-child { line-height: 1.7; color: var(--ink-soft); }
.focus-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.focus-card { min-height: 365px; border: 1px solid var(--line); border-radius: 30px; padding: 32px; background: rgba(251,250,246,.68); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.focus-feature { grid-row: span 2; min-height: 750px; background: var(--ink); color: white; }
.focus-wide { grid-column: 1 / -1; min-height: 270px; display: grid; grid-template-columns: .75fr 1fr auto; align-items: end; gap: 40px; }
.card-number { position: absolute; top: 28px; right: 30px; font-family: "Manrope"; font-weight: 800; opacity: .45; }
.card-tag { text-transform: uppercase; letter-spacing: .16em; font-size: .67rem; font-weight: 800; color: var(--coral); }
.focus-card h3 { font-size: clamp(1.7rem, 2.6vw, 3rem); line-height: 1.08; letter-spacing: -.045em; max-width: 660px; margin-bottom: 16px; }
.focus-card p:last-child { line-height: 1.65; max-width: 680px; opacity: .78; }
.feature-visual { position: absolute; inset: 6% 8% 38% 8%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: radial-gradient(circle at center, rgba(147,239,210,.14), transparent 58%); }
.scan { position:absolute; left:50%; top:50%; width:55%; height:55%; border:1px solid rgba(147,239,210,.6); border-radius:50%; transform:translate(-50%,-50%); }
.scan-two { width:78%; height:78%; border-style:dashed; animation:spin 22s linear infinite; }
.scan-three { width:102%; height:102%; opacity:.4; }
.scan-dot { position:absolute; width:16px; height:16px; border-radius:50%; background:var(--coral); box-shadow:0 0 0 12px rgba(255,125,103,.12); }
.dot-one { top:18%; left:28%; }
.dot-two { right:18%; bottom:25%; background:var(--mint); }
.mini-meter { height: 7px; border-radius: 999px; background: rgba(7,31,44,.1); margin-top: 26px; overflow: hidden; }
.mini-meter span { display: block; height: 100%; width: var(--meter); background: var(--coral); border-radius: inherit; }
.dna-motif { height: 60px; display: flex; align-items: center; justify-content: space-around; margin-top: 20px; }
.dna-motif i { width: 8px; border-radius: 99px; background: var(--mint); animation: dna 1.5s ease-in-out infinite alternate; }
.dna-motif i:nth-child(1), .dna-motif i:nth-child(5) { height: 18px; }
.dna-motif i:nth-child(2), .dna-motif i:nth-child(4) { height: 38px; animation-delay: .2s; }
.dna-motif i:nth-child(3) { height: 58px; animation-delay: .4s; }
.round-arrow { width: 58px; height: 58px; border-radius: 50%; display:grid; place-items:center; background:var(--coral); color:white; text-decoration:none; font-size:1.5rem; }

.signals-section { width: min(1420px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 150px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.signals-sticky { align-self: start; position: sticky; top: 40px; }
.signals-sticky p:last-child { max-width: 540px; line-height: 1.7; color: var(--ink-soft); margin-top: 28px; }
.signal-row { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.signal-row:last-child { border-bottom: 1px solid var(--line); }
.signal-row > span { width: 50px; height: 50px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; font-family:"Manrope"; font-weight:800; }
.signal-row h3 { font-size: clamp(1.4rem, 2.2vw, 2.4rem); letter-spacing: -.04em; margin-bottom: 10px; }
.signal-row p { line-height:1.65; color:var(--ink-soft); margin:0; }

.principles-section { background: var(--ink); color: white; padding: 130px max(24px, calc((100vw - 1420px)/2)); }
.principle-intro { display: grid; grid-template-columns: .7fr 1.4fr .9fr; gap: 40px; align-items: end; margin-bottom: 80px; }
.eyebrow.light span { background: var(--mint); }
.principle-intro > p:last-child { line-height:1.7; opacity:.72; }
.principle-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.18); }
.principle-grid article { padding: 42px 34px 10px 0; border-right:1px solid rgba(255,255,255,.18); margin-right:34px; }
.principle-grid article:last-child { border-right:0; margin-right:0; }
.principle-grid strong { color:var(--mint); font-size:.8rem; letter-spacing:.14em; }
.principle-grid h3 { font-size:1.7rem; margin:55px 0 14px; letter-spacing:-.04em; }
.principle-grid p { opacity:.68; line-height:1.7; }

.briefing-section { width:min(1420px, calc(100% - 48px)); margin:0 auto; padding:140px 0 60px; }
.briefing-card { background:var(--blue); border-radius:34px; padding:60px; display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:end; box-shadow:var(--shadow); }
.briefing-card > div > p:last-child { max-width:600px; line-height:1.7; }
.briefing-form label { display:block; font-weight:800; margin-bottom:10px; }
.form-row { display:flex; gap:10px; }
.form-row input { min-width:0; flex:1; border:0; border-radius:999px; padding:17px 20px; background:white; outline:none; }
.form-row button { border:0; border-radius:999px; padding:17px 22px; background:var(--ink); color:white; font-weight:800; cursor:pointer; }
.form-note { font-size:.78rem; opacity:.7; }
.medical-note { width:min(1120px, calc(100% - 48px)); margin:40px auto 100px; display:grid; grid-template-columns:180px 1fr; gap:20px; padding:28px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.medical-note p { margin:0; line-height:1.65; color:var(--ink-soft); }
footer { width:min(1420px, calc(100% - 48px)); margin:0 auto; min-height:250px; padding:50px 0 30px; display:grid; grid-template-columns:1fr 1fr auto; gap:30px; align-items:start; border-top:1px solid var(--line); }
.footer-brand { grid-column:1; }
footer > p { margin:0; color:var(--ink-soft); }
.footer-links { display:flex; gap:24px; }
.footer-links a { text-decoration:none; font-weight:700; }
.copyright { grid-column:1/-1; align-self:end; font-size:.8rem; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }

@keyframes spin { to { transform:rotate(360deg); } }
@keyframes ticker { to { transform:translateX(-50%); } }
@keyframes pulse { from { left:-20px; } to { left:50px; } }
@keyframes dna { to { transform:scaleY(.45); } }

@media (max-width: 980px) {
  .hero { grid-template-columns:1fr; padding-top:60px; }
  .health-orbit { justify-self:center; width:min(100%,520px); }
  .section-heading, .principle-intro { grid-template-columns:1fr; }
  .focus-grid { grid-template-columns:1fr; }
  .focus-feature { grid-row:auto; min-height:680px; }
  .focus-wide { grid-column:auto; grid-template-columns:1fr; }
  .signals-section { grid-template-columns:1fr; gap:50px; }
  .signals-sticky { position:static; }
  .principle-grid { grid-template-columns:1fr; }
  .principle-grid article { border-right:0; border-bottom:1px solid rgba(255,255,255,.18); margin-right:0; }
  .briefing-card { grid-template-columns:1fr; }
  footer { grid-template-columns:1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header, .hero, .focus-section, .signals-section, .briefing-section, footer { width:min(100% - 28px, 1420px); }
  .site-header { min-height:76px; }
  .menu-toggle { display:block; cursor:pointer; }
  .primary-nav { position:absolute; left:0; right:0; top:76px; background:var(--paper); border:1px solid var(--line); border-radius:0 0 18px 18px; padding:22px; flex-direction:column; gap:18px; opacity:0; transform:translateY(-10px); pointer-events:none; transition:.2s; }
  .primary-nav.open { opacity:1; transform:none; pointer-events:auto; }
  .hero { min-height:auto; gap:50px; padding-bottom:70px; }
  h1 { font-size:clamp(3.4rem,16vw,5.5rem); }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .health-orbit { transform:scale(.92); }
  .orbit-node { width:76px; height:76px; font-size:.75rem; }
  .core-pulse { inset:31%; padding:18px; }
  .core-pulse small { font-size:.66rem; }
  .focus-section { padding:110px 0 90px; }
  .focus-card { padding:25px; border-radius:24px; }
  .focus-feature { min-height:600px; }
  .feature-visual { inset:7% 5% 42% 5%; }
  .signals-section { padding:70px 0 100px; }
  .signal-row { grid-template-columns:56px 1fr; gap:14px; }
  .principles-section { padding:90px 22px; }
  .briefing-card { padding:34px 24px; border-radius:26px; }
  .form-row { flex-direction:column; }
  .form-row button { width:100%; }
  .medical-note { width:calc(100% - 28px); grid-template-columns:1fr; }
  footer { grid-template-columns:1fr; }
  .copyright { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation:none !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}
