:root{--bg: #0A0A0A;--surface: #161616;--surface-2: #1F1F1F;--border: #2A2A2A;--border-bright:#3E3E3E;--text: #FAFAFA;--text-muted: #B8B8B8;--text-subtle: #888888;--red: #C82929;--red-muted: #C82929;--red-deep: #A11F1F;--red-soft: rgba(200, 41, 41, .14);--blue: #2E6BC3;--blue-bright: #4F8AE0;--blue-deep: #245699;--blue-soft: rgba(46, 107, 195, .14);--blue-line: rgba(46, 107, 195, .32);--blue-glow: rgba(46, 107, 195, .1);--rule-w: 56px;--rule-h: 2px;--radius: 6px;--radius-img: 10px;--shadow-soft: 0 1px 2px rgba(10,8,7,.04), 0 8px 24px rgba(10,8,7,.06);--shadow-card: 0 1px 2px rgba(10,8,7,.05), 0 4px 16px rgba(10,8,7,.08);--cream-bg: #F5EFE3;--cream-text: #0A0807;--cream-muted: rgba(10, 8, 7, .62);--cream-border: rgba(10, 8, 7, .16);--display: "Geist", system-ui, -apple-system, sans-serif;--body: "Geist", system-ui, -apple-system, sans-serif;--mono: "Geist Mono", ui-monospace, "SF Mono", monospace;--container: 1320px;--gutter: 32px;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s6: 24px;--s8: 32px;--s12: 48px;--s16: 64px;--s24: 96px;--s32: 128px}@media(max-width:768px){:root{--gutter: 20px}}@font-face{font-family:Geist;src:url(/fonts/Geist-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}*::selection{background:var(--red-muted);color:var(--text)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--body);font-weight:400;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}img,svg,video{max-width:100%;display:block}img,video{height:auto}a{color:inherit;text-decoration:none;transition:color .18s ease}button{font:inherit;cursor:pointer;border:none;background:none}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.035) .5px,transparent 1.5px);background-size:24px 24px}.container{position:relative;max-width:var(--container);margin:0 auto;padding:0 var(--gutter);z-index:1}.container--narrow{max-width:1024px}.container--reading{max-width:760px}section{position:relative;padding:var(--s24) 0;z-index:1}@media(max-width:768px){section{padding:var(--s16) 0}}h1,h2,h3,h4{font-family:var(--display);font-weight:700;letter-spacing:-.028em;line-height:1.04;color:var(--text)}h1{font-size:clamp(36px,5.5vw,76px);letter-spacing:-.035em;line-height:1.02}h2{font-size:clamp(28px,4vw,52px);letter-spacing:-.028em}h3{font-size:clamp(20px,2.2vw,28px);letter-spacing:-.02em;line-height:1.15}h4{font-size:19px;letter-spacing:-.01em;font-weight:600}h2 .sub{display:block;font-size:.58em;font-weight:500;letter-spacing:-.015em;color:var(--text-muted);margin-top:6px}.eyebrow{font-family:var(--display);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:600;color:var(--blue-bright);display:inline-block;margin-bottom:var(--s4)}.eyebrow--on-cream{color:var(--blue-deep)}.mono{font-family:var(--mono);font-feature-settings:"tnum"}.tabular{font-variant-numeric:tabular-nums}.lead{font-size:clamp(17px,1.55vw,19px);line-height:1.55;color:var(--text-muted);max-width:640px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:17px 26px;font-family:var(--body);font-weight:600;font-size:15px;letter-spacing:.005em;border:1.5px solid transparent;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.btn--red{background:var(--red);color:#fff;border-color:var(--red)}.btn--red:hover{background:var(--red-deep);border-color:var(--red-deep);transform:translateY(-1px)}.btn--red-outline{background:transparent;color:var(--text);border-color:var(--red)}.btn--red-outline:hover{background:var(--red-soft)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--text)}.btn--ghost:hover{background:var(--text);color:var(--bg)}.btn--full{width:100%}.btn .arrow{transition:transform .2s ease}.btn:hover .arrow{transform:translate(4px)}.link-arrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--body);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--text);padding-bottom:6px;border-bottom:1px solid var(--blue);transition:gap .2s ease}.link-arrow:hover{gap:16px}.inline-link{color:var(--text);border-bottom:1px solid var(--text-subtle);transition:color .18s ease,border-color .18s ease}.inline-link:hover{color:var(--blue-bright);border-color:var(--blue-bright)}.icon-frame{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-bright);color:var(--red);flex-shrink:0}.icon-frame svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.is-cream{background:var(--cream-bg);color:var(--cream-text)}.is-cream h1,.is-cream h2,.is-cream h3,.is-cream h4{color:var(--cream-text)}.is-cream h2 .sub,.is-cream p,.is-cream li{color:var(--cream-muted)}.is-cream strong,.is-cream b{color:var(--cream-text);font-weight:600}.is-cream .lead{color:var(--cream-muted)}.is-cream .eyebrow{color:var(--blue-deep)}.is-cream .inline-link{color:var(--cream-text);border-bottom-color:var(--cream-border)}.is-cream .inline-link:hover{color:var(--blue-deep);border-bottom-color:var(--blue-deep)}.is-cream .link-arrow{color:var(--cream-text);border-bottom-color:var(--blue)}.is-cream .icon-frame{border-color:var(--blue);color:var(--blue)}.is-cream .btn--red-outline{color:var(--cream-text);border-color:var(--red)}.is-cream .btn--red-outline:hover{background:var(--red-soft);color:var(--cream-text)}.icon-frame,.ecard,.scen__card,.whyus__point--card,.pstep,.hcard,.compare__col,.band__card,.related__card,.hood,.partner{border-radius:var(--radius)}.figure{border-radius:var(--radius-img);overflow:hidden;box-shadow:var(--shadow-soft);line-height:0}.figure img{display:block;width:100%;height:100%;object-fit:cover}.figure--bordered{border:1px solid var(--cream-border)}.media-radius{border-radius:var(--radius-img)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
