:root{
  --bg:#070914;
  --bg-2:#0a0e1b;
  --panel:#0f1422;
  --line:rgba(255,255,255,.10);
  --text:#f8faff;
  --muted:#a6afc5;
  --ink:#0d1222;
  --ink-muted:#667085;
  --paper:#ffffff;
  --paper-2:#f7f9fd;
  --purple:#8c3cff;
  --violet:#643cff;
  --blue:#2b65ff;
  --cyan:#08bfe8;
  --green:#15bf72;
  --orange:#ff8a2a;
  --pink:#e8459d;
  --max:1180px;
  --radius:10px;
  --shadow:0 30px 80px rgba(5,10,30,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@keyframes buttonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}

body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:999;background:white;color:#111;padding:10px 14px;border-radius:8px}.skip-link:focus{top:16px}
.dark-section{background:var(--bg)}
.light-section{background:var(--paper);color:var(--ink)}
.section-pad{padding:128px 0}
.gradient-text{background:linear-gradient(100deg,var(--purple),var(--blue) 55%,var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.eyebrow{margin:0 0 18px;font-size:12px;line-height:1.2;letter-spacing:.20em;font-weight:800;color:#8d66ff;text-transform:uppercase}.eyebrow-dark{color:#6945f5}
.body-lg{font-size:20px;line-height:1.65;color:#d2d8e7}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border:1px solid transparent;font-size:14px;font-weight:750;transition:.25s ease;border-radius:10px}.button-primary{background:linear-gradient(100deg,#6c40ff 0%,#2f7cff 50%,#b51bd1 100%);background-size:200% 200%;animation:buttonGradient 6s ease infinite;box-shadow:0 14px 42px rgba(128,48,255,.30)}.button-primary:hover{transform:translateY(-2px);box-shadow:0 18px 52px rgba(128,48,255,.42)}.button-ghost{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.025)}.button-ghost:hover{border-color:#8c55ff;background:rgba(140,60,255,.08)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.in-view{opacity:1;transform:none}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(7,9,20,.72);border-bottom:1px solid rgba(149,72,255,.16);backdrop-filter:blur(18px)}
.header-inner{height:78px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:28px}.brand img{width:124px;height:auto}.nav{display:flex;align-items:center;justify-content:center;gap:32px}.nav a{font-size:13px;font-weight:650;color:#e6e8f2;position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:linear-gradient(90deg,var(--blue),var(--purple));transition:.25s}.nav a:hover:after{right:0}.header-cta{display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;padding:13px 20px;font-size:13px;font-weight:750;transition:.25s;border-radius:10px;white-space:nowrap;background:linear-gradient(100deg,#6c40ff 0%,#2f7cff 50%,#b51bd1 100%);background-size:200% 200%;animation:buttonGradient 6s ease infinite;box-shadow:0 14px 42px rgba(128,48,255,.22)}.header-cta:hover{transform:translateY(-2px);box-shadow:0 18px 52px rgba(128,48,255,.38)}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0}

.hero{position:relative;overflow:hidden;padding-top:78px;background:radial-gradient(circle at 78% 20%,rgba(85,35,160,.20),transparent 25%),linear-gradient(180deg,#080a18 0%,#070914 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(100,120,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(100,120,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 78%);pointer-events:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.24}.hero-glow-a{width:420px;height:420px;background:#5b29ff;right:-160px;top:70px}.hero-glow-b{width:280px;height:280px;background:#00c6ef;left:40%;bottom:40px;opacity:.10}
.hero-grid{min-height:720px;display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center;padding:90px 0 72px}.hero-copy{position:relative;z-index:3}.hero h1{margin:0;max-width:650px;font-size:clamp(64px,6.1vw,96px);line-height:.93;letter-spacing:-.058em;font-weight:850}.hero-lead{max-width:610px;margin:28px 0 30px;font-size:18px;line-height:1.72;color:#c9d0df}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-tags{margin-top:34px;display:flex;gap:10px;flex-wrap:wrap}.hero-tags span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#9ea8be;padding:7px 10px;border-left:2px solid rgba(129,66,255,.7);background:rgba(255,255,255,.02);border-radius:var(--radius)}
.hero-human{position:relative;min-height:560px}.human-photo-wrap{position:absolute;inset:18px 0 0 60px;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:var(--radius);box-shadow:0 40px 90px rgba(0,0,0,.45)}.human-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.78) contrast(1.06) brightness(.78)}.human-photo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,20,.66) 0%,rgba(7,9,20,.10) 48%,rgba(54,14,105,.20) 100%),linear-gradient(180deg,transparent 50%,rgba(7,9,20,.80) 100%)}
.orbit{position:absolute;border:1px solid rgba(105,67,255,.38);border-radius:50%;pointer-events:none}.orbit-one{width:390px;height:390px;right:-28px;top:44px;animation:orbitPulse 8s ease-in-out infinite}.orbit-two{width:510px;height:510px;right:-92px;top:-20px;border-color:rgba(0,188,236,.18);animation:orbitPulse 11s ease-in-out infinite reverse}.orbit-node{position:absolute;width:8px;height:8px;border-radius:50%;background:#8a58ff;box-shadow:0 0 18px #8a58ff}.node-a{right:84px;top:88px}.node-b{right:0;top:286px;background:#00bfe8;box-shadow:0 0 18px #00bfe8}.node-c{right:220px;bottom:48px}
.tech-chip{position:absolute;z-index:5;padding:8px 12px;border:1px solid rgba(114,83,255,.38);background:rgba(8,10,24,.80);backdrop-filter:blur(10px);font-size:10px;font-weight:800;letter-spacing:.16em;color:#b99dff}.chip-ai{left:18px;top:82px}.chip-product{right:-8px;top:164px;color:#68dcff;border-color:rgba(0,190,232,.34)}.chip-software{left:18px;bottom:72px;color:#71f1be;border-color:rgba(21,191,114,.30)}
.project-peek{position:absolute;z-index:6;width:88px;height:88px;border-radius:50%;overflow:hidden;border:4px solid #0b0e1a;box-shadow:0 18px 50px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.14);animation:float 5s ease-in-out infinite}.project-peek img{width:100%;height:100%;object-fit:cover}.project-peek-vigrow{right:16px;bottom:28px}.project-peek-frog{left:6px;bottom:118px;animation-delay:-1.4s}.project-peek-hot{right:128px;top:18px;animation-delay:-2.2s}.project-peek-hot img{object-position:30% center}
.metrics-band{border-top:1px solid rgba(255,255,255,.08);background:#05070f}.metrics-grid{display:grid;grid-template-columns:1.2fr 1fr .9fr 1.2fr}.metric{min-height:116px;padding:27px 30px;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center}.metric:first-child{border-left:1px solid rgba(255,255,255,.08)}.metric strong{font-size:18px;letter-spacing:-.03em}.metric .accent{color:#7f55ff}.metric small{margin-top:5px;color:#808aa1;font-size:12px}

.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}.purpose-copy h2,.section-heading h2,.projects-heading h2,.human-story h2{margin:0;font-size:clamp(44px,4vw,64px);line-height:1.04;letter-spacing:-.045em}.purpose-copy>p:not(.eyebrow){color:#b7bfd1}.principles{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:36px}.principles article{padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:var(--radius)}.icon-box{display:grid;place-items:center;width:54px;height:54px;margin-bottom:18px;border-radius:12px;border:1px solid rgba(136,70,255,.42);background:linear-gradient(180deg,rgba(112,44,255,.18),rgba(35,80,255,.10));color:#d6c4ff}.icon-svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.principles h3{margin:0 0 6px;font-size:16px}.principles p{margin:0;color:#8e98ae;font-size:13px}
.purpose-visual{display:grid;place-items:center}.radar{position:relative;width:min(480px,90vw);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(108,50,239,.16),transparent 56%)}.radar:before,.radar:after{content:"";position:absolute;inset:10%;border:1px solid rgba(87,68,255,.16);border-radius:50%}.radar:after{inset:25%;border-color:rgba(0,193,235,.20)}.radar-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(127,76,255,.34);animation:ringPulse 5s ease-in-out infinite}.r1{width:78%;height:78%}.r2{width:58%;height:58%;animation-delay:-1.5s}.r3{width:38%;height:38%;animation-delay:-3s}.radar-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#4963ff,#ac1ed4);box-shadow:0 0 55px rgba(112,57,255,.42)}.radar-core span{font-size:42px;font-weight:850}.radar-dot{position:absolute;width:9px;height:9px;border-radius:50%;background:#6c8cff;box-shadow:0 0 16px currentColor}.d1{left:11%;top:42%}.d2{right:10%;top:53%;background:#00c1ea}.d3{right:31%;top:12%;background:#ae35db}.d4{left:34%;bottom:10%;background:#2b65ff}.radar-label{position:absolute;padding:7px 10px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);font-size:10px;font-weight:800;letter-spacing:.13em;color:#9eb3e8}.l1{left:5%;top:17%}.l2{right:3%;top:22%}.l3{left:4%;bottom:22%}.l4{right:1%;bottom:15%}.radar-caption{margin-top:24px;color:#9aa4b9;font-size:13px;text-align:center}

.solutions{background:#080b13;border-top:1px solid rgba(255,255,255,.04)}.section-heading{max-width:820px;margin:0 auto 64px}.section-heading.centered{text-align:center}.section-heading p:last-child{max-width:700px;margin:22px auto 0;color:#a9b1c4;font-size:17px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-grid article{min-height:260px;padding:30px;border:1px solid rgba(255,255,255,.11);background:#0d1119;transition:.28s ease;position:relative;overflow:hidden;border-radius:var(--radius)}.solution-grid article:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:linear-gradient(var(--blue),var(--purple));transition:.3s}.solution-grid article:hover{transform:translateY(-5px);border-color:rgba(121,73,255,.42);background:#101522}.solution-grid article:hover:before{height:100%}.service-icon{width:60px;height:60px;display:grid;place-items:center;border:1px solid rgba(123,69,255,.48);color:#d6c4ff;font-weight:800;margin-bottom:28px;border-radius:12px;background:linear-gradient(180deg,rgba(112,44,255,.18),rgba(35,80,255,.10))}.solution-grid h3{margin:0 0 12px;font-size:19px}.solution-grid p{margin:0;color:#9ba4b9;font-size:14px;line-height:1.72}

.projects-section{background:#fff}.projects-heading{max-width:900px;margin-bottom:74px}.projects-heading>p:last-child{max-width:720px;color:#70798d;font-size:17px}.project-list{display:flex;flex-direction:column}.project-row{display:grid;grid-template-columns:250px 1fr 260px;gap:50px;align-items:center;padding:50px 0;border-top:1px solid #e7eaf1}.project-row:last-child{border-bottom:1px solid #e7eaf1}.project-brand-block{align-self:start;padding-top:6px}.project-logo{width:auto;max-width:170px;max-height:54px;object-fit:contain;object-position:left center}.vigrow-logo{max-height:56px}.frog-logo{max-width:160px}.hot-logo{max-width:150px}.project-type{font-size:10px;letter-spacing:.15em;font-weight:800;color:#7a64aa;margin:14px 0 0}.project-summary h3{margin:0 0 11px;font-size:27px;line-height:1.18;letter-spacing:-.03em}.project-summary p{max-width:570px;margin:0 0 17px;color:#697386}.project-summary a{font-size:13px;font-weight:800;color:#7544ef}.project-summary a.green-link{color:#079c58}.project-summary a.hot-link{color:#ef6417}
.project-orbit{justify-self:end;position:relative;width:224px;height:224px;border-radius:50%;border:1px solid #dce2ec;display:grid;place-items:center}.project-orbit:before,.project-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid currentColor;opacity:.13}.project-orbit:before{inset:16px}.project-orbit:after{inset:34px}.purple-orbit{color:#7743f5;background:radial-gradient(circle,rgba(120,64,245,.10),transparent 66%)}.green-orbit{color:#12a965;background:radial-gradient(circle,rgba(18,169,101,.10),transparent 66%)}.blue-orbit{color:#2467ef;background:radial-gradient(circle,rgba(36,103,239,.10),transparent 66%)}.orbit-crop{width:140px;height:140px;border-radius:50%;overflow:hidden;box-shadow:0 22px 50px rgba(33,50,90,.18);border:6px solid white}.orbit-crop img{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.mini-dot{position:absolute;width:17px;height:17px;border-radius:50%;background:currentColor;box-shadow:0 8px 20px color-mix(in srgb,currentColor 35%,transparent)}.md1{right:20px;top:40px}.md2{left:20px;bottom:43px;width:10px;height:10px}

.impact{padding-top:80px}.impact-copy{text-align:center}.impact-kicker{font-size:28px;font-weight:400;margin:0;color:#242a38}.impact h2{font-size:clamp(42px,5vw,70px);margin:2px 0 72px;letter-spacing:-.045em;line-height:1}.impact h2 span{font-weight:850}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e5e8ef;border-bottom:1px solid #e5e8ef}.impact-grid>div{padding:50px 44px;text-align:center;border-right:1px solid #e5e8ef}.impact-grid>div:last-child{border-right:0}.impact-grid strong{display:block;color:#168cff;font-size:clamp(56px,5vw,84px);line-height:1;font-weight:850;letter-spacing:-.06em}.impact-grid p{margin:14px auto 0;max-width:280px;color:#202635;font-size:17px}

.method{background:#0b1020}.timeline{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:14px;padding-top:14px}.timeline-line{position:absolute;left:8.3%;right:8.3%;top:47px;height:1px;background:rgba(151,82,255,.24)}.timeline-progress{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--purple));box-shadow:0 0 18px rgba(112,64,255,.7);transition:width 1.8s ease}.timeline.in-view .timeline-progress{width:100%}.timeline article{position:relative;text-align:center;padding:0 12px}.timeline i{position:relative;z-index:2;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;margin:0 auto 24px;background:#0b1020;border:2px solid rgba(123,59,236,.50);font-style:normal;font-weight:850;color:#b54dff}.timeline h3{margin:0 0 9px;font-size:16px}.timeline p{margin:0;color:#98a2b8;font-size:13px;line-height:1.65}

.human-story{background:#080b13}.human-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-photo{position:relative;min-height:520px;overflow:hidden;border-radius:var(--radius)}.story-photo img{width:100%;height:520px;object-fit:cover;filter:saturate(.70) contrast(1.08) brightness(.72)}.story-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,transparent 55%,#080b13 100%),linear-gradient(180deg,transparent 45%,rgba(8,11,19,.72) 100%)}.story-photo-glow{position:absolute;z-index:2;right:-30px;top:10%;width:220px;height:220px;border-radius:50%;border:1px solid rgba(99,62,255,.38);box-shadow:0 0 80px rgba(102,51,255,.18)}.story-copy p:not(.eyebrow){color:#aab3c6}.text-link-light{display:inline-flex;margin-top:18px;gap:10px;font-weight:800;color:#ad7cff;font-size:14px}

.segments{background:#0b1020}.segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.segment-grid article{padding:28px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.025);min-height:220px;border-radius:var(--radius)}.segment-grid .icon-box{display:grid;place-items:center;width:60px;height:60px;background:linear-gradient(135deg,#3167ff,#b417d0);font-size:18px;margin-bottom:26px;border-radius:12px;color:#fff}.segment-grid h3{margin:0 0 10px;font-size:19px}.segment-grid p{margin:0;color:#9da6b8;font-size:14px;line-height:1.7}

.faq{background:#080b13}.faq-list{max-width:900px}.faq-list details{border-bottom:1px solid rgba(255,255,255,.10)}.faq-list summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;gap:20px;font-weight:750;font-size:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:22px;color:#8b63ff;transition:.25s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-6px 0 24px;color:#99a4b8;max-width:760px}

.cta-section{padding:70px 0 110px;background:#080b13}.cta-box{position:relative;overflow:hidden;text-align:center;padding:76px 30px;border:1px solid rgba(128,62,255,.30);background:radial-gradient(circle at 10% 20%,rgba(112,36,226,.22),transparent 45%),linear-gradient(105deg,#1b0a42,#0b1839);box-shadow:0 22px 80px rgba(63,29,140,.18);border-radius:var(--radius)}.cta-box:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid rgba(93,151,255,.15);right:-170px;top:-180px}.cta-box h2{margin:0 auto 18px;max-width:780px;font-size:clamp(42px,4.4vw,66px);line-height:1.03;letter-spacing:-.045em}.cta-box>p:not(.eyebrow){max-width:690px;margin:0 auto;color:#b8bfd0;font-size:17px}.cta-actions{margin-top:30px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

.footer{background:#05070e;padding:72px 0 26px;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .95fr .7fr 1.1fr;gap:42px}.footer-brand img{width:132px}.footer-brand p{max-width:300px;color:#8e98ad;font-size:13px}.footer-socials{display:flex;gap:14px;margin-top:22px}.footer-socials a{font-size:12px;color:#c0c7d5}.footer-grid h3{margin:0 0 16px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#a385ff}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid span,.footer-grid p{color:#a1a9bc;font-size:12px;line-height:1.7}.footer-grid a:hover{color:white}.footer-bottom{margin-top:56px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#6e778c;font-size:11px}

@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes orbitPulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.04);opacity:.9}}
@keyframes ringPulse{0%,100%{opacity:.45;transform:translate(-50%,-50%) scale(1)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.045)}}

@media (max-width:1020px){
  .header-inner{grid-template-columns:160px 1fr auto}.nav{gap:18px}.nav a{font-size:12px}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:80px}.hero-copy{max-width:760px}.hero-human{min-height:530px}.human-photo-wrap{left:0}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(3),.metric:nth-child(4){border-top:1px solid rgba(255,255,255,.08)}
  .split-grid,.human-story-grid{grid-template-columns:1fr;gap:60px}.purpose-visual{order:-1}.radar{width:min(430px,82vw)}
  .solution-grid,.segment-grid{grid-template-columns:repeat(2,1fr)}
  .project-row{grid-template-columns:190px 1fr 200px;gap:30px}.project-orbit{width:190px;height:190px}.orbit-crop{width:118px;height:118px}
  .timeline{grid-template-columns:repeat(3,1fr);gap:40px 20px}.timeline-line{display:none}
  .footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:15px}
}

@media (max-width:760px){
  .container{width:min(100% - 30px,var(--max))}.section-pad{padding:92px 0}
  .site-header{background:rgba(7,9,20,.92)}.header-inner{height:68px;grid-template-columns:1fr auto}.brand img{width:108px}.menu-toggle{display:block;grid-column:2}.header-cta{display:none}.nav{position:fixed;left:15px;right:15px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#0b0e19;border:1px solid rgba(255,255,255,.10);box-shadow:0 20px 60px rgba(0,0,0,.4);border-radius:var(--radius)}.nav.open{display:flex}.nav a{padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.07)}
  .hero-grid{padding:70px 0 50px;gap:40px}.hero h1{font-size:clamp(52px,16vw,72px)}.hero-lead{font-size:16px}.hero-actions{align-items:stretch}.hero-actions .button{width:100%}.hero-human{min-height:420px}.human-photo-wrap{inset:0}.orbit-one{width:280px;height:280px}.orbit-two{width:360px;height:360px}.tech-chip{font-size:8px}.project-peek{width:68px;height:68px}.project-peek-hot{right:70px}.metrics-grid{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid rgba(255,255,255,.08);min-height:100px;padding:22px 0}.metric:first-child{border-left:0}.metric:nth-child(3),.metric:nth-child(4){border-top:0}.metric strong{font-size:18px}
  .purpose-copy h2,.section-heading h2,.projects-heading h2,.human-story h2{font-size:clamp(38px,11vw,52px)}.principles{grid-template-columns:1fr}.solution-grid,.segment-grid{grid-template-columns:1fr}.solution-grid article,.segment-grid article{min-height:auto}
  .project-row{grid-template-columns:1fr;gap:22px;padding:44px 0}.project-brand-block{padding:0}.project-orbit{justify-self:start;width:180px;height:180px}.project-summary h3{font-size:24px}
  .impact{padding-top:60px}.impact h2{margin-bottom:48px}.impact-grid{grid-template-columns:1fr}.impact-grid>div{border-right:0;border-bottom:1px solid #e5e8ef;padding:38px 20px}.impact-grid>div:last-child{border-bottom:0}.impact-grid strong{font-size:62px}
  .timeline{grid-template-columns:1fr;gap:0;padding-top:6px}.timeline article{position:relative;text-align:left;display:grid;grid-template-columns:58px 1fr;column-gap:18px;row-gap:8px;align-items:start;padding:0 0 28px}.timeline article:not(:last-child):before{content:"";position:absolute;left:28px;top:60px;bottom:0;width:1px;background:rgba(151,82,255,.24)}.timeline i{grid-column:1;grid-row:1 / span 2;margin:0}.timeline h3{grid-column:2;grid-row:1;margin:6px 0 0;font-size:18px}.timeline p{grid-column:2;grid-row:2;margin:0;color:#98a2b8;font-size:14px;line-height:1.7}
  .story-photo{min-height:380px}.story-photo img{height:380px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.cta-box{padding:58px 22px}.cta-actions .button{width:100%}
}
