:root{--navy:#071e37;--cyan:#00a9b9;--ink:#123049;--muted:#536979;--pale:#edf5f7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{color:inherit}header{max-width:1300px;margin:auto;min-height:104px;display:flex;justify-content:space-between;align-items:center;padding:8px 5%}header img{width:226px;height:auto;display:block}nav{display:flex;gap:30px;align-items:center}nav a{text-decoration:none;font-size:14px;font-weight:600}.small-cta{border:1px solid #adc2ca;border-radius:30px;padding:11px 20px}.hero{background:var(--navy);color:white;display:grid;grid-template-columns:1.1fr 1fr;min-height:650px;position:relative;overflow:hidden}.hero-copy{padding:74px 0 70px max(6%,calc((100vw - 1140px)/2));z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.17em;margin:0 0 25px;color:var(--cyan)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.6vw,70px);font-weight:400;line-height:1.1;letter-spacing:-.04em;margin-bottom:27px}em{font-style:normal;color:#55d7df}h2{font-size:clamp(32px,3.4vw,49px);font-weight:400;line-height:1.15;letter-spacing:-.035em;margin-bottom:25px}h3{font-size:21px;line-height:1.25;font-weight:500}.lead{font-size:18px;line-height:1.7;max-width:455px;color:#ccdae4;padding-right:22px}.button{border:0;cursor:pointer;display:inline-flex;align-items:center;gap:30px;padding:17px 25px;border-radius:6px;background:#48d2da;color:#07213a;text-decoration:none;font-size:16px;font-family:inherit;font-weight:600}.button:hover{background:#7be5e9}.button span{font-size:22px}.hero-note{font-size:13px;color:#a6bdcf;margin:17px 0 0}.hero-image{background:url('wellness.png') center 14% / cover no-repeat;position:relative}.hero-image:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--navy),transparent 32%)}.image-caption{position:absolute;right:15%;bottom:10%;font-size:20px;line-height:1.3}.image-caption strong{font-weight:400;font-size:44px}.wrap{max-width:1140px;width:88%;margin:auto}.intro{padding:90px 0}.section-lead{max-width:660px;font-size:18px;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:48px}.steps a{text-decoration:none;border-top:1px solid #c9d9de;padding-top:22px}.steps span{display:block;font-size:14px;color:var(--cyan);margin-bottom:18px}.steps strong{display:block;font-size:21px;font-weight:500;line-height:1.3;margin-bottom:10px}.steps p{font-size:16px;color:var(--muted);margin-bottom:0}.screening{background:var(--pale);padding:85px 0}.section-top{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.section-top>p{color:var(--muted);font-size:18px}.tests{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:28px;border-top:1px solid #c8dce2}.tests article{padding:28px 28px 25px 0;border-bottom:1px solid #c8dce2}.test-number{font-size:13px;color:#658591;display:block;margin-bottom:14px}.tests h3{margin-bottom:12px}.tests p{font-size:16px;color:var(--muted);margin:0}.tests strong{color:var(--ink);font-weight:600}.note{font-size:13px;color:var(--muted);margin-top:22px;max-width:870px}.areas{padding:90px 0}.area-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:24px;margin-top:40px}.area-grid article{padding:40px;border-radius:10px}.resp{background:#e5f4f6}.well{background:var(--navy);color:white}.area-grid h3{font-size:32px;line-height:1.2;letter-spacing:-.025em;margin-bottom:24px}.area-grid p{font-size:16px}.area-grid .eyebrow{font-size:12px}.area-foot{border-top:1px solid #b7d9dd;margin-top:28px;padding-top:20px;font-size:14px}dl{margin:0}dt{font-weight:600;margin-top:18px}dd{margin:5px 0 0;color:#bed0de;font-size:16px}.review{padding:80px 0;background:#0d3049;color:white}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.review p{color:#c4d5df}.review ol{padding:0;list-style:none;margin:0}.review li{display:flex;gap:23px;padding:22px 0;border-bottom:1px solid #365367}.review li:first-child{padding-top:0}.review li>span{color:#55d7df;font-size:14px;padding-top:4px}.review li h3{margin:0 0 8px}.review li p{margin:0}.contact{text-align:center;padding:90px 0 80px;max-width:780px}.contact>p:not(.eyebrow){color:var(--muted);max-width:580px;margin:0 auto 24px}.contact blockquote{margin:28px 0;text-align:left;background:var(--pale);border-left:3px solid var(--cyan);padding:22px 26px;font-size:16px}.contact #feedback{font-size:14px;margin-top:15px}footer{border-top:1px solid #d9e3e7;padding:30px 0;display:flex;align-items:center;gap:35px}footer img{width:190px;height:auto}footer p{font-size:12px;color:var(--muted);max-width:570px;margin:0}footer a{font-size:13px;white-space:nowrap}a:focus-visible,button:focus-visible{outline:3px solid #eb9714;outline-offset:5px}@media(max-width:760px){header{padding:10px 6%;min-height:82px}header img{width:175px}nav>a:not(.small-cta){display:none}.small-cta{font-size:12px;padding:8px 12px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:45px 6% 35px}.hero-image{height:280px;background-position:center 21%}.hero-image:before{background:linear-gradient(180deg,var(--navy),transparent 35%)}.image-caption{bottom:15%;right:8%;text-shadow:0 2px 12px #00182c}.image-caption strong{font-size:36px}.hero h1{font-size:43px}.lead{font-size:17px}.intro,.areas,.contact{padding:58px 0}.steps{grid-template-columns:1fr;gap:25px;margin-top:30px}.steps a{display:grid;grid-template-columns:30px 1fr;gap:0 12px;padding-top:18px}.steps span{grid-row:span 2;margin:0}.steps p{grid-column:2}.steps strong{font-size:20px}.section-top{grid-template-columns:1fr;gap:0}.screening,.review{padding:55px 0}.tests{grid-template-columns:1fr 1fr}.tests article{padding:22px 16px 22px 0}.tests h3{font-size:19px}.tests p{font-size:15px}.area-grid,.review-grid{grid-template-columns:1fr;gap:24px}.area-grid article{padding:28px}.area-grid h3{font-size:29px}.review-grid{gap:30px}footer{flex-wrap:wrap;gap:14px}footer p{order:3}.contact .button{font-size:14px;gap:15px;padding:16px 19px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Screening pathways and opening questions */
.hero h1{font-size:clamp(35px,3.8vw,56px)}.hero-copy{padding-top:48px;padding-bottom:48px;padding-right:28px}.hooks{padding:0;list-style:none;max-width:580px;margin:24px 0}.hooks li{font-size:16px;line-height:1.5;padding:12px 0 12px 20px;border-bottom:1px solid #30465c;position:relative}.hooks li:before{content:'?';position:absolute;left:0;color:#55d7df;font-weight:700}.hook-close{font-size:15px;color:#c5d6e3;max-width:520px;margin:22px 0}.screening-group{margin-top:42px}.screening-group+.screening-group{margin-top:55px;padding-top:40px;border-top:2px solid #b7d3db}.screening-group .eyebrow{margin-bottom:10px}.group-title{font-size:30px;letter-spacing:-.02em;margin-bottom:18px}.split-tests{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0;gap:0 30px}.genetics{background:#fff;border-left:4px solid var(--cyan);padding:32px;margin-top:45px}.genetics h3{font-size:27px}.genetic-label{font-weight:600;margin-bottom:12px}.genetic-list{display:flex;gap:10px;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 18px}.genetic-list li{background:var(--pale);padding:8px 14px;border-radius:5px;font-size:15px}.genetics .note{margin-bottom:0}.screening .button{margin-top:18px}@media(max-width:760px){.hero-copy{padding:35px 6%}.hero h1{font-size:36px}.hero-image{height:260px}.hooks li{font-size:16px}.split-tests{grid-template-columns:1fr}.split-tests article{padding-right:0}.split-tests p{font-size:16px}.genetics{padding:24px}.group-title{font-size:27px}}

/* Supplied Renaey character, with its full silhouette preserved. */
.hero-image{background:radial-gradient(ellipse at 50% 48%,#164363 0%,#071e37 70%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 24px 30px;min-width:0}.hero-image:before{display:none}.hero-character{display:block;width:100%;max-width:410px;height:auto;object-fit:contain}.image-caption{position:static;text-align:center;font-size:18px;line-height:1.35;margin-top:-24px;padding:0 12px 10px}.image-caption strong{font-size:34px}.hooks li{padding-left:0}.hooks li:before{content:none}@media(max-width:760px){.hero-image{height:auto;padding:12px 6% 32px}.hero-character{max-width:300px}.image-caption{margin-top:-12px}.image-caption strong{font-size:30px}}

/* Geometric technology typography, served locally. */
@font-face{font-family:Orbitron;src:url('fonts/orbitron-medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Rajdhani;src:url('fonts/rajdhani-medium.ttf') format('truetype');font-weight:400 500;font-style:normal;font-display:swap}
@font-face{font-family:Rajdhani;src:url('fonts/rajdhani-semibold.ttf') format('truetype');font-weight:600 900;font-style:normal;font-display:swap}
body{font-family:Rajdhani,Arial,sans-serif;font-weight:500;font-size:18px;line-height:1.65}h1,h2,.group-title,.image-caption strong{font-family:Orbitron,Rajdhani,sans-serif;font-weight:500;letter-spacing:0;line-height:1.3;overflow-wrap:break-word}h2{font-size:clamp(29px,3.1vw,44px)}.hero h1{font-size:clamp(30px,3.3vw,48px);line-height:1.3}.group-title{font-size:28px}h3,.steps strong,dt{font-weight:600;letter-spacing:.015em}.eyebrow,nav,.button{font-family:Rajdhani,Arial,sans-serif;font-weight:600}.eyebrow{font-size:14px;letter-spacing:.16em}nav a{font-size:16px}.button{font-size:18px}.hooks li,.tests p,.area-grid p,dd,.steps p,.contact blockquote{font-size:18px}.note,.hero-note,footer p{font-size:14px}.hero-copy,.review-grid>div,.section-top>div{min-width:0}@media(max-width:760px){.hero h1{font-size:30px}.hooks li,.split-tests p{font-size:18px}h2{font-size:28px}.group-title{font-size:25px}.small-cta{font-size:14px}.contact .button{font-size:16px}.image-caption strong{font-size:28px}}
