:root{--ink:#15313a;--muted:#5d7178;--teal:#0e6770;--teal2:#0a4f57;--mist:#edf5f4;--line:#d9e4e2;--white:#fff;--sand:#f8faf9;--shadow:0 18px 50px rgba(18,50,58,.10);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.topbar{background:var(--ink);color:#e9f3f2;font-size:.9rem}.topbar .container{display:flex;justify-content:flex-end;gap:24px;padding:7px 0}.topbar a{text-decoration:none}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,228,226,.85)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;display:flex;align-items:center;gap:12px;font-weight:750;letter-spacing:-.02em}.brandmark{width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,var(--teal),#4da1a5);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.brandmark:before,.brandmark:after{content:"";position:absolute;background:white;border-radius:10px}.brandmark:before{width:20px;height:6px;left:10px;top:17px}.brandmark:after{height:20px;width:6px;left:17px;top:10px}.brand small{display:block;color:var(--muted);font-weight:550;font-size:.69rem;letter-spacing:.03em}.navlinks{display:flex;align-items:center;gap:28px}.navlinks a{text-decoration:none;font-size:.96rem;font-weight:650;color:#35515a}.navlinks a:hover,.navlinks a[aria-current="page"]{color:var(--teal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:750;line-height:1.1;transition:.2s ease}.btn-primary{background:var(--teal);color:white;box-shadow:0 8px 24px rgba(14,103,112,.2)}.btn-primary:hover{background:var(--teal2);transform:translateY(-1px)}.btn-secondary{border-color:#bcd2cf;background:white;color:var(--teal)}.btn-secondary:hover{background:var(--mist)}.menu-btn{display:none;border:0;background:none;font-size:1.6rem;color:var(--ink);padding:8px}.hero{background:linear-gradient(120deg,#f7fbfa 0%,#edf6f4 55%,#e4f0ee 100%);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-160px;top:-170px;border:95px solid rgba(255,255,255,.42)}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:68px;padding:68px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:800;color:var(--teal)}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;line-height:1.03;margin:14px 0 20px;font-size:clamp(3rem,6vw,5.55rem)}.hero p{font-size:1.18rem;max-width:680px;color:#4e666e;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{margin-top:26px;font-size:.9rem;color:#64797f}.hero-visual{position:relative;z-index:1}.chamber-card{background:white;border-radius:32px;padding:24px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.75)}.chamber-art{height:380px;border-radius:22px;overflow:hidden;position:relative;background:linear-gradient(155deg,#173842,#7fa7aa)}.chamber-art .tube{position:absolute;left:15%;top:23%;width:72%;height:54%;border-radius:120px;background:linear-gradient(180deg,#dfe8e7,#82989b);box-shadow:inset 0 0 0 14px #536a6e,0 22px 50px rgba(0,0,0,.22)}.chamber-art .window{position:absolute;width:45%;height:72%;border-radius:90px;top:14%;left:25%;background:radial-gradient(circle at 50% 45%,#c7ecf2 0 30%,#31616b 32% 43%,#1a333a 45% 100%);box-shadow:0 0 0 9px rgba(224,236,235,.75)}.chamber-art .console{position:absolute;left:4%;bottom:8%;width:22%;height:72%;border-radius:10px;background:#1e2e33;transform:skewY(-3deg);box-shadow:8px 12px 22px rgba(0,0,0,.25)}.chamber-art .console:before{content:"";position:absolute;left:22%;top:12%;width:56%;height:13%;border-radius:6px;background:#9ecdd0;box-shadow:0 44px 0 #d5ba67,0 88px 0 #9ecdd0}.chamber-caption{display:flex;justify-content:space-between;gap:20px;padding:17px 5px 2px;color:var(--muted);font-size:.88rem}.trust{border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-item{padding:30px 28px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:1.05rem;margin-bottom:4px}.trust-item span{color:var(--muted);font-size:.94rem}.section{padding:96px 0}.section-soft{background:var(--sand)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head h2,.split h2,.cta h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.25rem,4vw,3.6rem);font-weight:500;line-height:1.08;letter-spacing:-.025em;margin:10px 0}.section-head p{max-width:570px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:white;min-height:190px;transition:.2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(18,50,58,.08)}.icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--mist);color:var(--teal);font-weight:900;margin-bottom:22px}.card h3{font-size:1.12rem;margin:0 0 8px}.card p{color:var(--muted);font-size:.95rem;margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split p{color:var(--muted)}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:18px;border:1px solid var(--line);border-radius:18px;background:white}.step-num{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:white;font-weight:800}.step h3{margin:2px 0 3px;font-size:1rem}.step p{margin:0;font-size:.92rem}.feature-panel{background:linear-gradient(160deg,var(--ink),#244f58);color:white;border-radius:30px;padding:42px;min-height:440px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.feature-panel:before{content:"O₂";position:absolute;font-family:Georgia,serif;font-size:13rem;line-height:1;color:rgba(255,255,255,.07);right:20px;top:5px}.feature-panel p{color:#cfe0df}.feature-panel .eyebrow{color:#9bd2d2}.notice{padding:18px 20px;border-radius:16px;background:#eef6f5;border-left:4px solid var(--teal);color:#466169;font-size:.94rem}.cta{background:var(--mist);border-radius:32px;padding:58px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta p{max-width:620px;color:var(--muted)}.footer{background:#102930;color:#dce8e7;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}.footer h3{font-size:1rem;margin-top:0;color:white}.footer p,.footer a{color:#acc0c2;font-size:.92rem}.footer a{text-decoration:none}.footer a:hover{color:white}.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:#8fa6a8;font-size:.8rem}.page-hero{padding:82px 0 68px;background:linear-gradient(120deg,#f8fbfa,#eaf4f2)}.page-hero h1{font-size:clamp(2.8rem,5vw,4.7rem);max-width:880px}.page-hero p{font-size:1.15rem;color:var(--muted);max-width:760px}.prose{max-width:800px}.prose h2{font-family:Georgia,serif;font-weight:500;font-size:2.25rem;line-height:1.15;margin:48px 0 16px}.prose h3{margin-top:30px}.prose p,.prose li{color:#506970}.prose ul{padding-left:21px}.condition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.condition{padding:22px;border:1px solid var(--line);border-radius:18px;background:white}.condition strong{display:block;margin-bottom:5px}.condition span{color:var(--muted);font-size:.92rem}.profile{display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:start}.portrait-placeholder{aspect-ratio:4/5;border-radius:28px;background:linear-gradient(145deg,#dceae8,#8fb3b5);position:relative;overflow:hidden}.portrait-placeholder:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#f2f7f6;left:50%;top:22%;transform:translateX(-50%)}.portrait-placeholder:after{content:"";position:absolute;width:230px;height:220px;border-radius:48% 48% 12% 12%;background:#f2f7f6;left:50%;bottom:-5%;transform:translateX(-50%)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px}.contact-list{display:grid;gap:16px}.contact-box{padding:20px;border-radius:18px;border:1px solid var(--line);background:white}.contact-box small{display:block;color:var(--muted);margin-bottom:4px}.contact-box strong,.contact-box a{font-size:1.05rem;text-decoration:none}.form{display:grid;gap:14px}.field{display:grid;gap:6px}.field label{font-weight:700;font-size:.9rem}.field input,.field textarea,.field select{width:100%;padding:13px 14px;border:1px solid #cbd9d7;border-radius:12px;font:inherit;color:var(--ink);background:white}.field textarea{min-height:130px;resize:vertical}.smallprint{font-size:.8rem;color:var(--muted)}@media(max-width:900px){.topbar{display:none}.nav{height:68px}.menu-btn{display:block}.navlinks{display:none;position:absolute;top:68px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:18px 20px 24px;flex-direction:column;align-items:stretch;gap:8px}.navlinks.open{display:flex}.navlinks a{padding:10px}.hero-grid,.split,.profile,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:52px 0}.hero-visual{max-width:640px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.cards{grid-template-columns:1fr 1fr}.section{padding:72px 0}.section-head{align-items:start;flex-direction:column}.cta{padding:40px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.profile{gap:30px}.portrait-placeholder{max-width:320px}}@media(max-width:600px){.container{width:min(calc(100% - 28px),var(--max))}.brand small{display:none}.nav .btn{display:none}.hero-grid{gap:34px;min-height:unset}.hero h1{font-size:3.05rem}.chamber-art{height:280px}.cards,.condition-grid,.footer-grid{grid-template-columns:1fr}.section{padding:60px 0}.cta{padding:30px 24px;border-radius:24px}.footer-bottom{flex-direction:column}.page-hero{padding:58px 0}.profile{grid-template-columns:1fr}}
.hero-photo{width:100%;height:auto;display:block;border-radius:32px;box-shadow:var(--shadow);position:relative;z-index:1}
@media(max-width:600px){.hero-photo{border-radius:22px}}
