/* mobile-first: base=mobile, min-width enhancements; generated by css_mobile_first.py + css_fix_revert.py */
*{ box-sizing:border-box; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0; }
html{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; scroll-behavior:smooth; }
body{ font-family:-apple-system, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", sans-serif; background:#fff; color:#1d1d1f; font-size:17px; line-height:1.47; overflow-x:hidden; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
img{ max-width:100%; display:block; }
:root{ --max-w:1320px; --brand-red:#c8102e; --brand-red-dark:#8c0a1f; --ink:#1d1d1f; --ink-2:#6e6e73; --ink-3:#86868b; --bg-light:#fbfbfd; --bg-grey:#f5f5f7; --line:rgba(0,0,0,0.10); }
.eyebrow{ display:inline-flex; align-items:center; gap:9px; font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--brand-red); }
.eyebrow::before{ content:''; width:30px; height:2px; background:var(--brand-red); display:inline-block; }
.eyebrow.light{ color:#ff6b82; }
.eyebrow.light::before{ background:#ff6b82; }
.eyebrow.center{ justify-content:center; }
.h-display{ font-size:clamp(38px, 6vw, 76px); font-weight:700; letter-spacing:-0.03em; line-height:1.03; }
.h-2{ font-size:clamp(28px, 3.4vw, 46px); font-weight:700; letter-spacing:-0.025em; line-height:1.08; }
.h-3{ font-size:clamp(22px, 2.2vw, 30px); font-weight:650; letter-spacing:-0.015em; line-height:1.15; }
.accent{ color:var(--brand-red); }
.lede{ font-size:clamp(17px, 1.5vw, 20px); line-height:1.55; color:var(--ink-2); }
.btn{ display:inline-flex; align-items:center; gap:8px; border:none; border-radius:12px; padding-top:13px; padding-right:26px; padding-bottom:13px; padding-left:26px; font-size:15px; font-weight:550; transition:all .2s; cursor:pointer; }
.btn-red{ background:var(--brand-red); color:#fff; }
.btn-red:hover{ background:var(--brand-red-dark); }
.btn-dark{ background:var(--ink); color:#fff; }
.btn-dark:hover{ background:#000; }
.btn-ghost{ background:rgba(255,255,255,0.08); color:#fff; border:1px solid rgba(255,255,255,0.22); }
.btn-ghost:hover{ background:rgba(255,255,255,0.16); }
.btn-line{ background:transparent; color:var(--ink); border:1px solid var(--line); }
.btn-line:hover{ background:var(--bg-grey); }
.wrap{ max-width:var(--max-w); margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; }
section{ padding-top:60px; padding-right:22px; padding-bottom:60px; padding-left:22px; }
.promo-strip{ background:var(--brand-red); color:#fff; text-align:center; font-size:13px; padding-top:11px; padding-right:22px; padding-bottom:11px; padding-left:22px; letter-spacing:0.2px; }
.promo-strip strong{ font-weight:700; }
.promo-strip .promo-divider{ margin-top:0; margin-right:14px; margin-bottom:0; margin-left:14px; opacity:0.5; }
.nav-wrapper{ position:sticky; top:0; z-index:9999; background:rgba(0,0,0,0.82); backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px); }
.main-nav{ height:60px; display:flex; align-items:center; padding-top:0; padding-right:22px; padding-bottom:0; padding-left:22px; }
.main-nav-inner{ max-width:var(--max-w); width:100%; margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; display:flex; align-items:center; }
.brand-logo{ background-image:url('/static/images/icarsoft-logo.png'); background-repeat:no-repeat; background-position:left center; background-size:contain; display:block; }
.nav-logo{ display:inline-flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:4px; height:60px; margin-right:34px; transition:opacity .2s; }
.nav-logo:hover{ opacity:0.85; }
.nav-logo-mark{ width:146px; height:28px; }
.nav-logo-tagline{ font-size:10.5px; line-height:1; letter-spacing:0.015em; color:rgba(255,255,255,0.72); white-space:nowrap; font-weight:500; }
.nav-links{ display:flex; align-items:center; height:60px; gap:2px; }
.nav-link{ color:rgba(255,255,255,0.85); font-size:12.5px; font-weight:400; background:transparent; border:none; padding-top:0; padding-right:13px; padding-bottom:0; padding-left:13px; height:60px; letter-spacing:0.01em; transition:color .15s; white-space:nowrap; }
.nav-link:hover{ color:#fff; }
.nav-link.active{ color:#fff; font-weight:600; }
.nav-link.active::after{ content:''; display:block; height:2px; background:var(--brand-red); margin-top:19px; border-radius:2px; }
.nav-right{ margin-left:auto; display:flex; align-items:center; gap:18px; }
.nav-utils{ display:flex; align-items:center; gap:16px; }
.nav-util-link{ color:rgba(255,255,255,0.8); font-size:12px; display:inline-flex; align-items:center; gap:5px; transition:color .15s; }
.nav-util-link:hover{ color:#fff; }
.nav-util-link.signin{ border:1px solid rgba(255,255,255,0.28); padding-top:6px; padding-right:14px; padding-bottom:6px; padding-left:14px; border-radius:8px; }
.nav-util-link.signin:hover{ background:var(--brand-red-dark); border-color:var(--brand-red-dark); color:#fff; }
.nav-icons{ display:flex; align-items:center; gap:16px; }
.nav-icon{ color:rgba(255,255,255,0.85); font-size:19px; position:relative; display:inline-flex; }
.nav-icon:hover{ color:#fff; }
.hamburger{ display:inline-flex; background:transparent; border:none; color:#fff; font-size:22px; }
.hero{ position:relative; min-height:auto; background:linear-gradient(135deg, #0a0a0c 0%, #1d1d1f 52%, #2c1414 100%); color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; padding-top:70px; padding-right:22px; padding-bottom:84px; padding-left:22px; overflow:hidden; }
.hero::before{ content:''; position:absolute; top:0; right:0; bottom:0; left:0; background:radial-gradient(ellipse at top right, rgba(200,16,46,0.28) 0%, transparent 52%), radial-gradient(ellipse at bottom left, rgba(0,102,204,0.13) 0%, transparent 52%); pointer-events:none; }
.hero-grid{ position:absolute; top:0; right:0; bottom:0; left:0; background-image:linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px); background-size:62px 62px; pointer-events:none; mask-image:radial-gradient(ellipse at center, black 28%, transparent 80%); -webkit-mask-image:radial-gradient(ellipse at center, black 28%, transparent 80%); }
.hero-content{ position:relative; z-index:2; max-width:940px; }
.hero h1{ color:#fff; margin-top:22px; margin-right:0; margin-bottom:26px; margin-left:0; }
.hero h1 .accent{ background:linear-gradient(135deg, #ff4d6a 0%, #c8102e 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.hero .lede{ color:rgba(255,255,255,0.82); max-width:660px; margin-top:0; margin-right:auto; margin-bottom:14px; margin-left:auto; }
.hero-sub{ color:rgba(255,255,255,0.55); font-size:14px; letter-spacing:0.04em; margin-top:10px; }
.hero-cta{ margin-top:38px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-scroll{ position:absolute; bottom:18px; left:50%; transform:translateX(-50%); color:rgba(255,255,255,0.45); font-size:11px; letter-spacing:1.5px; text-transform:uppercase; display:flex; flex-direction:column; align-items:center; gap:6px; animation:bounce 2.2s infinite; }
.statband{ background:#0c0c0e; color:#fff; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0; }
.statband-inner{ max-width:var(--max-w); margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; display:grid; grid-template-columns:1fr; }
.statband-item{ padding-top:38px; padding-right:30px; padding-bottom:38px; padding-left:30px; border-right:none !important; }
.statband-item:last-child{ border-right:none; }
.statband-item .n{ font-size:clamp(26px, 2.6vw, 38px); font-weight:700; letter-spacing:-0.02em; line-height:1; background:linear-gradient(135deg,#fff,#ff8fa0); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.statband-item .l{ margin-top:12px; font-size:12.5px; line-height:1.4; color:rgba(255,255,255,0.6); font-weight:500; }
.profile{ background:#fff; }
.profile-grid{ display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.profile-copy p{ color:var(--ink-2); font-size:16.5px; line-height:1.62; margin-top:18px; }
.profile-copy p:first-of-type{ margin-top:26px; }
.profile-tags{ margin-top:30px; display:flex; flex-wrap:wrap; gap:10px; }
.chip{ font-size:12.5px; font-weight:600; color:var(--ink); background:var(--bg-grey); border:1px solid var(--line); border-radius:100px; padding-top:8px; padding-right:16px; padding-bottom:8px; padding-left:16px; }
.chip i{ color:var(--brand-red); margin-right:6px; }
.profile-photo{ position:relative; }
.profile-photo img{ width:100%; border-radius:20px; box-shadow:0 40px 80px -40px rgba(0,0,0,0.5); }
.photo-tag{ position:absolute; left:22px; bottom:22px; background:rgba(12,12,14,0.78); color:#fff; backdrop-filter:blur(8px); border-radius:14px; padding-top:14px; padding-right:18px; padding-bottom:14px; padding-left:18px; max-width:78%; }
.photo-tag .pt-t{ font-size:14px; font-weight:650; }
.photo-tag .pt-s{ font-size:12px; color:rgba(255,255,255,0.7); margin-top:3px; }
.story{ background:linear-gradient(180deg,#0a0a0c 0%, #141416 100%); color:#fff; position:relative; overflow:hidden; }
.story::before{ content:''; position:absolute; top:0; right:0; bottom:0; left:0; background:radial-gradient(ellipse at top left, rgba(200,16,46,0.16) 0%, transparent 55%); pointer-events:none; }
.story .wrap{ position:relative; z-index:2; }
.story-head{ max-width:720px; }
.story-head h2{ color:#fff; margin-top:20px; margin-right:0; margin-bottom:0; margin-left:0; }
.story-paths{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:52px; margin-right:0; margin-bottom:52px; margin-left:0; }
.path{ border:1px solid rgba(255,255,255,0.1); border-radius:18px; padding-top:30px; padding-right:28px; padding-bottom:30px; padding-left:28px; background:rgba(255,255,255,0.025); }
.path .ph{ display:flex; align-items:center; gap:12px; font-size:13px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.55); }
.path .ph i{ width:38px; height:38px; border-radius:10px; display:grid; place-items:center; font-size:19px; background:rgba(255,255,255,0.06); color:#fff; }
.path h4{ font-size:19px; font-weight:650; margin-top:16px; margin-right:0; margin-bottom:8px; margin-left:0; color:#fff; }
.path p{ font-size:15px; line-height:1.6; color:rgba(255,255,255,0.62); }
.story-turn{ max-width:760px; }
.story-turn p{ font-size:17px; line-height:1.7; color:rgba(255,255,255,0.78); margin-top:18px; }
.pullquote{ margin-top:56px; margin-right:auto; margin-bottom:56px; margin-left:auto; max-width:900px; text-align:center; }
.pullquote .pq{ font-size:clamp(30px, 4.4vw, 56px); font-weight:700; letter-spacing:-0.03em; line-height:1.08; color:#fff; }
.pullquote .pq .accent{ background:linear-gradient(135deg,#ff4d6a,#c8102e); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.pullquote .pq-sub{ margin-top:18px; font-size:15px; letter-spacing:0.04em; color:rgba(255,255,255,0.5); }
.story-prop{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:8px; }
.prop{ padding-top:26px; border-top:2px solid var(--brand-red); }
.prop .pn{ font-size:13px; font-weight:700; color:var(--brand-red); letter-spacing:0.08em; }
.prop h5{ font-size:18px; font-weight:650; color:#fff; margin-top:12px; margin-right:0; margin-bottom:8px; margin-left:0; }
.prop p{ font-size:14.5px; line-height:1.6; color:rgba(255,255,255,0.62); }
.story-validate{ margin-top:56px; display:flex; align-items:flex-start; gap:16px; padding-top:26px; padding-right:28px; padding-bottom:26px; padding-left:28px; background:rgba(200,16,46,0.1); border:1px solid rgba(200,16,46,0.3); border-radius:16px; }
.story-validate i{ color:#ff6b82; font-size:26px; flex-shrink:0; }
.story-validate p{ font-size:16px; line-height:1.6; color:rgba(255,255,255,0.86); }
.story-validate strong{ color:#fff; }
.timeline{ margin-top:64px; }
.timeline-head{ color:rgba(255,255,255,0.55); font-size:13px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; margin-bottom:30px; }
.tl-track{ display:grid; grid-template-columns:1fr; gap:22px; position:relative; }
.tl-track::before{ content:''; position:absolute; top:7px; left:6%; right:6%; height:2px; background:linear-gradient(90deg, var(--brand-red), rgba(255,255,255,0.15)); }
.tl-node{ position:relative; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0; }
.tl-node .dot{ width:14px; height:14px; border-radius:50%; background:var(--brand-red); position:relative; z-index:2; box-shadow:0 0 0 5px rgba(200,16,46,0.18); }
.tl-node.soon .dot{ background:#2c2c30; box-shadow:0 0 0 5px rgba(255,255,255,0.06); border:2px solid rgba(255,255,255,0.3); }
.tl-node .yr{ margin-top:0; font-size:13px; font-weight:700; color:#fff; }
.tl-node .tt{ margin-top:6px; font-size:14px; font-weight:600; color:rgba(255,255,255,0.85); }
.tl-node .td{ margin-top:4px; font-size:12.5px; color:rgba(255,255,255,0.5); line-height:1.45; }
.do{ background:var(--bg-grey); }
.do-head{ max-width:640px; margin-bottom:50px; }
.do-head h2{ margin-top:18px; }
.do-head p{ margin-top:18px; }
.do-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
.do-card{ background:#fff; border:1px solid var(--line); border-radius:18px; padding-top:30px; padding-right:28px; padding-bottom:30px; padding-left:28px; transition:transform .2s, box-shadow .2s; }
.do-card:hover{ transform:translateY(-4px); box-shadow:0 24px 50px -28px rgba(0,0,0,0.28); }
.do-card .ic{ width:50px; height:50px; border-radius:13px; background:linear-gradient(135deg,#c8102e,#8c0a1f); color:#fff; display:grid; place-items:center; font-size:24px; }
.do-card h3{ font-size:19px; font-weight:650; margin-top:20px; margin-right:0; margin-bottom:10px; margin-left:0; letter-spacing:-0.01em; }
.do-card p{ font-size:14.5px; line-height:1.58; color:var(--ink-2); }
.do-card.soon .ic{ background:#e9e9ec; color:var(--ink-3); }
.do-card .soon-tag{ display:inline-block; margin-top:14px; font-size:11px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--brand-red); background:rgba(200,16,46,0.08); padding-top:4px; padding-right:10px; padding-bottom:4px; padding-left:10px; border-radius:100px; }
.values{ background:#fff; }
.values-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:16px; overflow:hidden; margin-top:50px; }
.vcell{ background:#fff; padding-top:38px; padding-right:34px; padding-bottom:38px; padding-left:34px; transition:background .2s; }
.vcell:hover{ background:var(--bg-light); }
.vcell .vn{ font-size:13px; font-weight:700; color:var(--brand-red); letter-spacing:0.08em; }
.vcell .vi{ font-size:26px; color:var(--brand-red); margin-bottom:14px; }
.vcell h3{ font-size:20px; font-weight:650; margin-bottom:10px; letter-spacing:-0.01em; }
.vcell p{ font-size:14.5px; line-height:1.6; color:var(--ink-2); }
.global{ background:linear-gradient(180deg, #0c0c0e, #15090c); color:#fff; }
.global-grid{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.global h2{ color:#fff; margin-top:18px; margin-right:0; margin-bottom:20px; margin-left:0; }
.global-copy p{ color:rgba(255,255,255,0.7); font-size:16.5px; line-height:1.62; }
.global-bigstats{ display:flex; gap:44px; margin-top:34px; margin-right:0; margin-bottom:34px; margin-left:0; flex-wrap:wrap; }
.global-bigstats .n{ font-size:clamp(34px,3.4vw,46px); font-weight:700; letter-spacing:-0.02em; line-height:1; color:#fff; }
.global-bigstats .l{ margin-top:8px; font-size:11.5px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:rgba(255,255,255,0.5); }
.markets{ display:flex; flex-wrap:wrap; gap:9px; }
.market{ font-size:13px; color:rgba(255,255,255,0.82); background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:100px; padding-top:7px; padding-right:15px; padding-bottom:7px; padding-left:15px; }
.certs{ margin-top:34px; display:flex; flex-wrap:wrap; align-items:center; gap:14px; padding-top:28px; border-top:1px solid rgba(255,255,255,0.1); }
.certs .cl{ font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:rgba(255,255,255,0.45); }
.cert{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:#fff; }
.cert i{ color:#ff6b82; font-size:16px; }
.ahead{ background:var(--bg-grey); }
.ahead-head{ max-width:680px; margin-bottom:50px; }
.ahead-head h2{ margin-top:18px; }
.ahead-head p{ margin-top:18px; }
.ahead-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.ahead-card{ background:#fff; border:1px solid var(--line); border-radius:18px; padding-top:32px; padding-right:28px; padding-bottom:32px; padding-left:28px; position:relative; }
.ahead-card.feature{ grid-column:span 1; background:linear-gradient(120deg,#0a0a0c,#2c1414); color:#fff; border:none; display:grid; grid-template-columns:1fr; gap:30px; align-items:center; }
.ahead-card .ic{ width:48px; height:48px; border-radius:12px; background:rgba(200,16,46,0.1); color:var(--brand-red); display:grid; place-items:center; font-size:23px; margin-bottom:18px; }
.ahead-card h3{ font-size:19px; font-weight:650; margin-bottom:10px; }
.ahead-card p{ font-size:14.5px; line-height:1.58; color:var(--ink-2); }
.ahead-card.feature .ic{ background:rgba(255,255,255,0.1); color:#ff8fa0; }
.ahead-card.feature h3{ color:#fff; font-size:clamp(22px,2.4vw,30px); }
.ahead-card.feature p{ color:rgba(255,255,255,0.74); font-size:16px; }
.ahead-card.feature .eyebrow.light{ margin-bottom:14px; }
.cta{ background:#9a1c34; color:#fff; text-align:center; }
.cta h2{ color:#fff; font-size:clamp(30px,4vw,52px); font-weight:700; letter-spacing:-0.03em; }
.cta p{ color:rgba(255,255,255,0.85); font-size:17px; margin-top:18px; margin-right:auto; margin-bottom:32px; margin-left:auto; max-width:560px; }
.cta-btns{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.cta .btn-white{ background:#fff; color:var(--brand-red); }
.cta .btn-white:hover{ background:#f0f0f2; }
.cta .btn-outline{ background:transparent; color:#fff; border:1px solid rgba(255,255,255,0.6); }
.cta .btn-outline:hover{ background:rgba(255,255,255,0.12); }
footer{ background:#0a0a0c; color:rgba(255,255,255,0.7); }
.footer-inner{ max-width:var(--max-w); margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; padding-top:64px; padding-right:40px; padding-bottom:40px; padding-left:40px; }
.footer-cols{ display:grid; grid-template-columns:repeat(3, 1fr); gap:34px; }
.footer-col h6{ font-size:12px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:#fff; margin-bottom:16px; }
.footer-col a{ display:block; font-size:13.5px; color:rgba(255,255,255,0.6); margin-bottom:11px; transition:color .15s; }
.footer-col a:hover{ color:#fff; }
.footer-brand .footer-logo{ width:130px; height:26px; filter:brightness(0) invert(1); opacity:0.95; margin-bottom:14px; }
.footer-tagline{ font-size:12px; color:rgba(255,255,255,0.5); margin-bottom:14px; }
.footer-slogan{ font-size:17px; font-weight:650; color:#fff; margin-bottom:8px; }
.footer-brand > p{ font-size:13px; line-height:1.55; color:rgba(255,255,255,0.55); }
.footer-contact{ margin-top:18px; display:flex; flex-direction:column; gap:8px; }
.footer-contact div{ font-size:13px; color:rgba(255,255,255,0.7); display:flex; align-items:center; gap:8px; }
.footer-contact i{ color:var(--brand-red); }
.social-band{ border-top:1px solid rgba(255,255,255,0.1); }
.social-band-inner{ max-width:var(--max-w); margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; padding-top:22px; padding-right:40px; padding-bottom:22px; padding-left:40px; display:flex; align-items:center; justify-content:space-between; }
.social-icons{ display:flex; gap:18px; }
.social-icons a{ color:rgba(255,255,255,0.6); font-size:19px; transition:color .15s; }
.social-icons a:hover{ color:#fff; }
.footer-copy{ font-size:12.5px; color:rgba(255,255,255,0.45); }
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in{ opacity:1; transform:none; }
.mobile-menu{ display:none; position:fixed; top:60px; right:0; bottom:0; left:0; z-index:9998; background:rgba(8,8,10,0.98); backdrop-filter:blur(16px); padding-top:24px; padding-right:24px; padding-bottom:24px; padding-left:24px; }
.mobile-menu.open{ display:block; }
.mobile-menu a{ display:block; color:#fff; font-size:18px; padding-top:16px; padding-right:4px; padding-bottom:16px; padding-left:4px; border-bottom:1px solid rgba(255,255,255,0.08); }
@keyframes bounce{ 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,7px);} }
@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-scroll { animation: none; }
}
@media (max-width: 1080px) {
  .tl-track::before{ display:none; }
  .tl-node{ display:grid; grid-template-columns:18px 1fr; gap:16px; align-items:start; }
  .nav-links, .nav-utils{ display:none; }
  .profile-grid, .global-grid{ grid-template-columns:1fr; gap:40px; }
  .do-grid, .values-grid, .ahead-grid, .story-prop{ grid-template-columns:repeat(2, 1fr); }
  .statband-item:nth-child(2){ border-right:none; }
  .statband-item:nth-child(1), .statband-item:nth-child(2){ border-bottom:1px solid rgba(255,255,255,0.08); }
}
@media (max-width: 680px) {
  .nav-logo-tagline{ display:none; }
  .statband-item{ border-bottom:1px solid rgba(255,255,255,0.08); }
  .social-band-inner{ flex-direction:column; gap:14px; }
  .footer-brand{ grid-column:span 1; }
  .do-grid, .values-grid, .ahead-grid, .story-prop, .story-paths, .footer-cols{ grid-template-columns:1fr; }
}
@media (min-width: 681px) and (max-width: 1080px) {
  .footer-brand{ grid-column:span 3; }
}
@media (min-width: 681px) {
  section{ padding-top:84px; padding-right:40px; padding-bottom:84px; padding-left:40px; }
  .main-nav{ padding-right:40px; padding-left:40px; }
  .hero{ min-height:70vh; padding-top:96px; padding-right:40px; padding-bottom:104px; padding-left:40px; }
  .statband-inner{ grid-template-columns:repeat(2, 1fr); }
  .statband-item{ border-right:1px solid rgba(255,255,255,0.08) !important; }
  .values-grid{ border-radius:20px; }
  .ahead-card.feature{ grid-column:span 2; }
}
@media (min-width: 1081px) {
  .hamburger{ display:none; }
  .statband-inner{ grid-template-columns:repeat(4, 1fr); }
  .tl-track{ grid-template-columns:repeat(5, 1fr); gap:0; }
  .tl-node{ padding-right:14px; padding-left:14px; }
  .tl-node .yr{ margin-top:18px; }
  .ahead-card.feature{ grid-column:span 3; grid-template-columns:1.2fr 1fr; }
  .footer-cols{ grid-template-columns:repeat(5, 1fr) 1.4fr; }
}
