
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500;600;700&display=swap");
:root{
  --bg:#090b11; --panel:#10131d; --panel2:#141824;
  --text:#f3f5ff; --muted:#9da5bb; --muted2:#6f788f;
  --line:rgba(255,255,255,.09); --blue:#657eff; --cyan:#3bc9ff;
  --red:#dc2946; --green:#3de67f; --gold:#e0bb69;
  --serif:"Cormorant Garamond",Georgia,serif; --sans:Inter,system-ui,sans-serif;
  --wrap:min(1380px,calc(100vw - 52px)); --radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;
  background:
   radial-gradient(900px 600px at 10% -5%,rgba(101,126,255,.12),transparent 60%),
   radial-gradient(760px 520px at 100% 15%,rgba(220,41,70,.11),transparent 62%),
   radial-gradient(650px 500px at 60% 100%,rgba(59,201,255,.05),transparent 65%),
   var(--bg);
}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.018;background-image:radial-gradient(circle,rgba(255,255,255,.12) .45px,transparent .6px);background-size:4px 4px;mix-blend-mode:soft-light;z-index:100}
.wrap{width:var(--wrap);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,10,16,.74);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:700;letter-spacing:.18em}
.brand img{width:29px;height:29px;object-fit:contain}
.site-header nav{display:flex;gap:28px}
.site-header nav a{font-size:11px;letter-spacing:.11em;color:var(--muted)}
.site-header nav a:hover{color:#fff}
.hero{padding:58px 0 76px}
.hero-grid{min-height:calc(100svh - 138px);display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.eyebrow,.kicker,.crumb{font-size:9px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;color:#8e97b1}
.hero h1,.section-head h2,.page-title{
  font-family:var(--serif);font-weight:500;letter-spacing:-.06em;line-height:.82;margin:18px 0 22px
}
.hero h1{font-size:clamp(88px,11vw,156px)}
.hero h1 span{display:block}.hero h1 .ghost{color:transparent;-webkit-text-stroke:1px rgba(238,242,255,.55)}
.hero p{max-width:650px;color:var(--muted);font-size:17px;line-height:1.85}
.button{min-height:48px;padding:0 19px;border:1px solid rgba(255,255,255,.15);border-radius:13px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;letter-spacing:.12em;background:rgba(255,255,255,.02)}
.button.primary{background:linear-gradient(135deg,#745dff,#4d80ff);border-color:transparent;box-shadow:0 14px 34px rgba(80,103,255,.22)}
.button.red{background:linear-gradient(135deg,#e03355,#ab2241);border-color:transparent}
.cta-row{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.hero-visual{position:relative;min-height:590px;display:flex;align-items:center;justify-content:center}
.hero-stage{position:absolute;inset:4% 0 2% 5%;border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,rgba(101,126,255,.07),rgba(220,41,70,.05));overflow:hidden}
.hero-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px}
.hero-reaper{position:relative;z-index:2;width:min(77%,500px);filter:drop-shadow(0 32px 55px rgba(0,0,0,.45))}
.hero-spiral{position:absolute;z-index:3;right:7%;bottom:7%;width:170px;filter:drop-shadow(0 0 35px rgba(220,41,70,.32))}
.metric-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:34px}
.metric strong{display:block;font-family:var(--serif);font-size:36px;font-weight:500}
.metric span{font-size:10px;letter-spacing:.08em;color:var(--muted2)}
.band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:48px 0}
.band-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}
.band h2{font-family:var(--serif);font-size:clamp(52px,6.4vw,86px);font-weight:500;line-height:.88;letter-spacing:-.05em;margin:13px 0}
.band p,.body-copy{color:var(--muted);line-height:1.9;font-size:16px}
.section{padding:98px 0}.section-head{margin-bottom:30px}.section-head h2{font-size:clamp(56px,7vw,96px)}
.featured-grid{display:grid;grid-template-columns:1.35fr .82fr;grid-template-rows:auto auto;gap:18px}
.project{position:relative;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012))}
.project.big{grid-row:span 2}
.project-media{position:relative;overflow:hidden;background:#070911}
.project.big .project-media{height:520px}.project:not(.big) .project-media{height:285px}
.project-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease}
.project:hover .project-media img{transform:scale(1.015);filter:brightness(.88)}
.project-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,10,16,.88),transparent 42%)}
.project-copy{padding:23px 24px 27px}.label{font-size:9px;letter-spacing:.17em;color:#8e97b1}
.project h3{font-family:var(--serif);font-size:42px;font-weight:500;letter-spacing:-.04em;margin:9px 0 11px}
.project p{color:var(--muted);line-height:1.72;font-size:14px;margin:0}
.project-links{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}
.project-links a{font-size:10px;font-weight:600;letter-spacing:.1em}.project-links .external{color:#87bfff}
.eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.eco{min-height:190px;padding:22px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.008))}
.eco h3{font-family:var(--serif);font-size:33px;font-weight:500;margin:7px 0 9px}
.eco p{color:var(--muted);line-height:1.7;font-size:13px}
.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.identity-card{min-height:330px;padding:26px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(101,126,255,.04),rgba(220,41,70,.03));display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}
.identity-card img{max-width:72%;max-height:220px;object-fit:contain}.identity-card span{font-size:10px;color:var(--muted2);letter-spacing:.1em}
.contact{padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,rgba(101,126,255,.09),rgba(220,41,70,.08));display:flex;justify-content:space-between;align-items:center;gap:25px}.contact p{max-width:780px;color:var(--muted);line-height:1.8;margin:0}
.site-footer{border-top:1px solid var(--line);padding:26px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted2);font-size:11px}
.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand img{width:28px;height:28px}.footer-brand strong{display:block;color:#dfe5ff;font-size:12px;letter-spacing:.16em}.footer-brand span{font-size:10px}
.page-hero{padding:60px 0 34px}.page-title{font-size:clamp(72px,9vw,126px)}.page-hero p{max-width:760px;color:var(--muted);font-size:16px;line-height:1.85}
.detail-hero{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:stretch;padding-bottom:42px}
.detail-copy{padding:29px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.008))}
.detail-copy h2{font-family:var(--serif);font-size:47px;font-weight:500;line-height:.93;margin:10px 0 14px}
.detail-copy p{color:var(--muted);line-height:1.82;font-size:14px}
.detail-shot{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#070911;min-height:430px}
.detail-shot img{width:100%;height:100%;object-fit:cover}
.shot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.shot{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#090c14}.shot img{width:100%;height:330px;object-fit:cover}.shot-copy{padding:18px}.shot h3{font-family:var(--serif);font-size:30px;font-weight:500;margin:0 0 6px}.shot p{margin:0;color:var(--muted);line-height:1.68;font-size:13px}
.feo-shell{background:#060606}.feo-page-header{width:var(--wrap);margin:auto;height:83px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1e1e1e}.fm{font-family:var(--serif);font-size:33px}.feo-page-header nav{display:flex;gap:29px}.feo-page-header a{font-size:9px;letter-spacing:.13em;color:#929292}.feo-hero{width:var(--wrap);margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center;min-height:calc(100svh - 84px);padding:46px 0}.feo-hero h1{font-family:var(--serif);font-size:clamp(88px,12vw,154px);line-height:.72;letter-spacing:-.065em;font-weight:400;margin:34px 0 36px}.feo-hero h1 span{display:block}.feo-hero h1 .outline{color:transparent;-webkit-text-stroke:1px rgba(240,240,240,.55)}.feo-hero p{max-width:520px;color:#858585;font-size:13px;line-height:1.8}.feo-shot{height:700px;border:1px solid #202020;overflow:hidden}.feo-shot img{width:100%;height:100%;object-fit:cover}.feo-links{display:flex;gap:10px;margin-top:27px;flex-wrap:wrap}.feo-section{width:var(--wrap);margin:auto;padding:74px 0;border-top:1px solid #1b1b1b}.feo-surface-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#202020}.feo-surface{background:#080808;padding:28px;min-height:210px}.feo-surface span{font-size:8px;letter-spacing:.14em;color:#696969}.feo-surface h3{font-family:var(--serif);font-size:35px;font-weight:400;margin:26px 0 10px}.feo-surface p{color:#777;line-height:1.7;font-size:12px}.feo-surface a{display:inline-block;margin-top:18px;color:#bbb;font-size:9px;letter-spacing:.1em}
.green-page{background:radial-gradient(circle at 15% 0%,rgba(61,230,127,.08),transparent 26%),linear-gradient(180deg,#060a07,#080d0a)}.green-page .button.primary{background:linear-gradient(135deg,#23d56a,#159f83)}
@media(max-width:1050px){.hero-grid,.band-grid,.detail-hero,.featured-grid,.feo-hero{grid-template-columns:1fr}.featured-grid{grid-template-rows:auto}.project.big{grid-row:auto}.project.big .project-media,.project:not(.big) .project-media{height:360px}.eco-grid{grid-template-columns:repeat(2,1fr)}.feo-shot{height:580px}}
@media(max-width:720px){:root{--wrap:min(100vw - 28px,1380px)}.site-header nav,.feo-page-header nav{display:none}.hero h1,.feo-hero h1{font-size:80px}.hero-grid{min-height:auto}.hero-visual{min-height:400px}.section{padding:76px 0}.section-head h2{font-size:58px}.eco-grid,.identity-grid,.shot-grid,.feo-surface-list{grid-template-columns:1fr}.contact,.footer-inner{flex-direction:column;align-items:flex-start}.project.big .project-media,.project:not(.big) .project-media,.shot img{height:245px}.feo-shot{height:470px}}


.project-media{display:block}
.project-badge{position:absolute;left:16px;top:16px;z-index:3;display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(180deg,rgba(8,10,16,.82),rgba(8,10,16,.66));backdrop-filter:blur(12px);box-shadow:0 12px 28px rgba(0,0,0,.26)}
.project-badge img{display:block;max-height:24px;width:auto}
.project-badge .badge-name{font-size:10px;font-weight:700;letter-spacing:.14em;color:#eef2ff;white-space:nowrap}
.project-badge .badge-sub{display:block;margin-top:2px;font-size:8px;letter-spacing:.12em;color:#95a0bd}
.badge-hyperion img{max-height:26px}
.badge-fm{padding:10px 12px 10px 14px}
.badge-fm .fm-mark{font-family:var(--serif);font-size:32px;line-height:1;color:#fff;letter-spacing:-.08em;margin-right:2px}
.badge-vyqro{border-color:rgba(61,230,127,.25);background:linear-gradient(180deg,rgba(5,12,8,.85),rgba(8,14,10,.72))}
.badge-vyqro .vyqro-mark{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,rgba(61,230,127,.18),rgba(23,159,131,.18));color:#48ef90;font-weight:800;font-size:17px;box-shadow:inset 0 0 0 1px rgba(61,230,127,.2)}
.badge-vyqro .badge-name{color:#bfffd5}
@media(max-width:720px){.project-badge{left:12px;top:12px;min-height:40px;padding:8px 10px}.project-badge .badge-name{font-size:9px}.badge-fm .fm-mark{font-size:25px}}


/* v6.2 premium project badges */
.project{box-shadow:0 14px 40px rgba(0,0,0,.18);transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease}
.project:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(0,0,0,.28);border-color:rgba(255,255,255,.14)}
.project-media{position:relative;isolation:isolate}
.project-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,10,16,.08) 0%,rgba(8,10,16,.02) 24%,rgba(8,10,16,.28) 62%,rgba(8,10,16,.72) 100%)}
.project-media:after{content:"";position:absolute;inset:auto 0 0 0;height:36%;z-index:2;background:linear-gradient(180deg,transparent,rgba(7,9,17,.84));}
.project-badge{top:18px;left:18px;z-index:4;gap:12px;min-height:58px;padding:12px 16px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:linear-gradient(180deg,rgba(16,19,29,.72),rgba(11,14,22,.54));box-shadow:0 18px 40px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.project-badge:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.03),rgba(130,148,255,.15));-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.project-badge img{max-height:28px;width:auto}
.badge-name{font-size:11px;font-weight:700;letter-spacing:.16em}
.badge-sub{font-size:8px;letter-spacing:.14em;color:#95a0bd;text-transform:uppercase}
.badge-hyperion{padding:11px 14px 11px 14px}
.badge-hyperion img{max-height:34px}
.badge-fm{padding:12px 14px}
.badge-fm img{max-height:32px}
.badge-vyqro{border-color:rgba(97,255,157,.18);background:linear-gradient(180deg,rgba(8,18,12,.78),rgba(8,14,10,.56));box-shadow:0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 1px rgba(97,255,157,.03)}
.badge-vyqro:before{background:linear-gradient(135deg,rgba(97,255,157,.22),rgba(97,255,157,.04),rgba(0,216,138,.12))}
.badge-vyqro img{max-height:27px}
.project-copy{position:relative;z-index:3;padding-top:20px}
.project h3{margin-top:7px}
@media(max-width:720px){.project-badge{top:12px;left:12px;min-height:48px;padding:10px 12px;border-radius:15px}.project-badge img{max-height:22px}.badge-hyperion img{max-height:26px}.badge-fm img{max-height:24px}.badge-vyqro img{max-height:22px}}

/* v6.3 legibility pass: preserve the editorial character without compressed type. */
body{font-kerning:normal;font-feature-settings:"kern" 1,"liga" 1;letter-spacing:.012em;line-height:1.68;text-rendering:optimizeLegibility}
p,li{letter-spacing:.014em;word-spacing:.03em}
.hero h1,.page-title{letter-spacing:-.008em;line-height:.96}
.section-head h2,.band h2{letter-spacing:-.004em;line-height:1.04}
.project h3,.eco h3,.detail-copy h2,.shot h3,.feo-surface h3{letter-spacing:.002em;line-height:1.1}
.feo-hero h1{letter-spacing:-.008em;line-height:.96}

/* v8 - KOS connected ecosystem */
.kos-v7{--bg:#05060b;--panel:#0b0d15;--panel2:#10131e;--line:rgba(220,226,255,.12);--text:#f7f8ff;--muted:#a3aac0;overflow-x:hidden;background:radial-gradient(1100px 760px at 8% 0%,rgba(83,103,255,.14),transparent 60%),radial-gradient(900px 720px at 95% 22%,rgba(218,39,70,.13),transparent 64%),linear-gradient(180deg,#05060b,#080a12 45%,#05060b)}
.kos-v7 .wavefield{position:fixed;inset:0;z-index:-1;width:100%;height:100%;opacity:.95;pointer-events:none}
.kos-v7 .noise{opacity:.035;background-size:3px 3px}
.cursor-glow{position:fixed;inset:0;z-index:80;pointer-events:none;background:radial-gradient(280px circle at var(--x,-500px) var(--y,-500px),rgba(99,126,255,.08),transparent 72%);mix-blend-mode:screen}
.kos-v7 .site-header{background:rgba(5,6,11,.72);border-bottom-color:rgba(255,255,255,.08)}
.kos-v7 .header-inner{height:76px}.kos-v7 .brand img{width:38px;height:26px}.kos-v7 .brand span{font-size:11px;letter-spacing:.22em}
.kos-v7 .site-header nav a{position:relative;color:#a6acc0;font-weight:600}.kos-v7 .site-header nav a:after{position:absolute;left:0;right:100%;bottom:-12px;height:1px;background:linear-gradient(90deg,#6e82ff,#df3153);content:"";transition:right .25s}.kos-v7 .site-header nav a:hover:after,.kos-v7 .site-header nav a.is-active:after{right:0}
.header-cta{display:inline-flex;align-items:center;min-height:37px;padding:0 15px;border:1px solid rgba(255,255,255,.14);border-radius:10px;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;background:rgba(255,255,255,.025)}
.hero-v7{position:relative;padding:54px 0 70px}.hero-v7 .hero-grid{grid-template-columns:1.05fr .95fr;min-height:calc(100svh - 130px)}
.hero-copy-v7{position:relative;z-index:3}.eyebrow{display:flex;align-items:center;gap:11px}.eyebrow>span{width:34px;height:1px;background:linear-gradient(90deg,#6c83ff,#df3153)}
.hero-v7 h1{max-width:830px;margin:22px 0 24px;font-family:var(--sans);font-size:clamp(70px,8.6vw,142px);font-weight:700;line-height:.79;letter-spacing:-.065em;text-transform:uppercase}.hero-v7 h1 .ghost{margin-top:6px;-webkit-text-stroke:1px rgba(232,235,255,.5)}
.hero-v7 p{max-width:630px;font-size:16px;line-height:1.9}.hero-v7 .button{min-height:54px;padding:0 23px}
.signal-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:38px}.signal-row span{padding:9px 12px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#8992aa;font-size:8px;font-weight:700;letter-spacing:.14em;background:rgba(8,10,16,.42)}
.hero-v7 .hero-visual{min-height:640px}.hero-v7 .hero-stage{inset:1% -4% 0 3%;background:radial-gradient(circle at 48% 42%,rgba(100,117,255,.16),transparent 40%),linear-gradient(145deg,rgba(255,255,255,.035),rgba(220,41,70,.035));box-shadow:inset 0 1px rgba(255,255,255,.06),0 40px 100px rgba(0,0,0,.25)}
.hero-v7 .hero-stage:after{position:absolute;inset:0;background:linear-gradient(130deg,transparent 20%,rgba(255,255,255,.025) 45%,transparent 70%);content:"";animation:stageSweep 8s ease-in-out infinite}
.hero-v7 .hero-reaper{width:min(89%,590px);animation:reaperFloat 7s ease-in-out infinite}.hero-v7 .hero-spiral{right:2%;bottom:2%;width:190px;opacity:.86;animation:spiralPulse 6s ease-in-out infinite}
.orbit{position:absolute;z-index:1;border:1px solid rgba(118,137,255,.16);border-radius:50%;transform:rotate(-18deg)}.orbit-one{width:82%;height:34%;animation:orbitDrift 10s ease-in-out infinite}.orbit-two{width:66%;height:25%;border-color:rgba(221,48,80,.15);animation:orbitDrift 13s ease-in-out infinite reverse}
.visual-caption{position:absolute;right:5%;top:6%;z-index:3;font-size:8px;letter-spacing:.2em;color:#7d869d;writing-mode:vertical-rl}
@keyframes reaperFloat{50%{transform:translateY(-13px) rotate(.8deg)}}@keyframes spiralPulse{50%{transform:scale(1.05);filter:drop-shadow(0 0 48px rgba(220,41,70,.42))}}@keyframes orbitDrift{50%{transform:rotate(-12deg) scale(1.04)}}@keyframes stageSweep{50%{transform:translateX(6%)}}
.ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(7,9,15,.62)}.ticker>div{width:max-content;padding:17px 0;color:#929bb3;font-size:9px;font-weight:700;letter-spacing:.2em;white-space:nowrap;animation:tickerMove 28s linear infinite}.ticker i{display:inline-block;width:5px;height:5px;margin:0 23px;border-radius:50%;background:linear-gradient(135deg,#7186ff,#df3153)}@keyframes tickerMove{to{transform:translateX(-50%)}}
.kos-v7 .band{padding:90px 0;background:linear-gradient(90deg,rgba(255,255,255,.01),rgba(101,126,255,.025),rgba(220,41,70,.018))}.kos-v7 .band h2{font-family:var(--sans);font-size:clamp(48px,6vw,90px);font-weight:650;line-height:.91;letter-spacing:-.055em}.kos-v7 .band p{max-width:720px;font-size:16px}.principles{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.principles span{padding:10px 13px;border-left:1px solid #7587ff;color:#c5cad9;font-size:9px;letter-spacing:.1em;text-transform:uppercase;background:rgba(255,255,255,.018)}
.split-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.split-head>p{max-width:480px;margin:0 0 13px;color:var(--muted);font-size:14px;line-height:1.8}.split-head .section-head{margin:0}.kos-v7 .section-head h2{font-family:var(--sans);font-size:clamp(52px,6.6vw,100px);font-weight:650;line-height:.9;letter-spacing:-.058em}
.kos-v7 .featured-grid{gap:20px}.kos-v7 .project{border-radius:20px;background:linear-gradient(160deg,rgba(18,22,35,.91),rgba(6,8,14,.94));box-shadow:0 30px 80px rgba(0,0,0,.23)}.kos-v7 .project.big .project-media{height:560px}.kos-v7 .project:not(.big) .project-media{height:300px}.kos-v7 .project h3{font-family:var(--sans);font-size:37px;font-weight:650;letter-spacing:-.035em}.kos-v7 .project-copy{padding:27px}.kos-v7 .project p{font-size:13px;line-height:1.75}.kos-v7 .project-links a{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.15)}
.network-preview{position:relative;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(700px 360px at 15% 50%,rgba(93,112,255,.1),transparent 70%),radial-gradient(700px 360px at 85% 50%,rgba(220,41,70,.08),transparent 70%),rgba(5,7,12,.5)}.network-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.network-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.network-grid article{position:relative;min-height:330px;padding:34px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:linear-gradient(145deg,rgba(20,25,43,.72),rgba(7,8,14,.72));box-shadow:inset 0 1px rgba(255,255,255,.04)}.network-grid article:before{position:absolute;inset:0;background:linear-gradient(120deg,transparent 55%,rgba(101,126,255,.08));content:"";pointer-events:none}.network-grid article:nth-child(2):before{background:linear-gradient(120deg,transparent 55%,rgba(220,41,70,.08))}.network-grid span,.contact-v7 span{font-size:8px;font-weight:700;letter-spacing:.18em;color:#7e89a8}.network-grid h3{margin:48px 0 14px;font-size:clamp(42px,5vw,72px);letter-spacing:-.055em}.network-grid p{max-width:560px;color:var(--muted);font-size:14px;line-height:1.8}.network-grid a{position:absolute;left:34px;bottom:32px;font-size:9px;font-weight:700;letter-spacing:.12em}
.kos-v7 .eco{position:relative;min-height:240px;padding:27px;border-radius:18px;background:linear-gradient(145deg,rgba(18,22,35,.72),rgba(6,8,14,.75))}.kos-v7 .eco b{font-size:8px;letter-spacing:.15em;color:#7481a4}.kos-v7 .eco h3{margin-top:48px;font-family:var(--sans);font-size:29px;font-weight:620;letter-spacing:-.03em}
.identity-v7{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(5,6,11,.52)}.identity-v7 .identity-grid{grid-template-columns:.86fr 1.14fr;align-items:center}.identity-copy h2{margin:18px 0 24px;font-size:clamp(52px,6vw,92px);line-height:.91;letter-spacing:-.055em}.identity-copy p{max-width:580px;color:var(--muted);font-size:15px;line-height:1.85}.identity-stage{position:relative;min-height:520px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(95,116,255,.13),transparent 45%),linear-gradient(145deg,#0d101a,#06070c)}.identity-stage:after{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;content:""}.identity-stage img:first-child{position:absolute;left:7%;top:8%;z-index:2;width:43%;filter:drop-shadow(0 0 28px rgba(97,117,255,.22))}.identity-stage img:nth-child(2){position:absolute;right:2%;bottom:-18%;z-index:2;width:62%;filter:drop-shadow(0 25px 40px rgba(0,0,0,.5))}
.contact-v7{min-height:330px;padding:48px;border-radius:26px;background:radial-gradient(600px 300px at 10% 40%,rgba(107,126,255,.2),transparent 68%),radial-gradient(500px 280px at 90% 50%,rgba(220,41,70,.18),transparent 70%),#0b0e18}.contact-v7 h2{margin:14px 0 0;font-size:clamp(46px,6vw,88px);line-height:.91;letter-spacing:-.055em}.footer-links{display:flex;gap:20px}.footer-links a{color:#939bb1}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease var(--reveal-delay,0ms),transform .7s ease var(--reveal-delay,0ms)}.reveal.in{opacity:1;transform:none}

/* News and Community surfaces */
.inner-v7{min-height:100vh}.editorial-hero,.community-hero{position:relative;padding:120px 0 70px;border-bottom:1px solid var(--line);background:radial-gradient(800px 500px at 75% 30%,rgba(96,116,255,.1),transparent 68%)}.editorial-hero h1,.community-hero h1{max-width:1100px;margin:25px 0;font-size:clamp(66px,9vw,145px);font-weight:700;line-height:.8;letter-spacing:-.067em}.editorial-hero h1 em,.community-hero h1 em{color:transparent;font-style:normal;-webkit-text-stroke:1px rgba(238,241,255,.48)}.editorial-hero p,.community-hero p{max-width:710px;color:var(--muted);font-size:16px;line-height:1.85}.news-source-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:42px}.news-source-row span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:#8790aa;font-size:8px;letter-spacing:.14em}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.news-card{display:grid;grid-template-columns:.78fr 1.22fr;min-height:270px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:rgba(9,11,18,.82)}.news-card.news-lead{grid-column:1/-1;grid-template-columns:1.05fr .95fr;min-height:460px}.news-image{position:relative;min-height:100%;overflow:hidden;background:linear-gradient(135deg,#151b3c,#2b0d19)}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .4s ease}.news-card:hover .news-image img{transform:scale(1.025);filter:brightness(.85)}.news-image:after{position:absolute;inset:0;background:linear-gradient(120deg,rgba(5,6,11,.08),rgba(5,6,11,.45));content:""}.news-image-fallback:before{position:absolute;inset:20%;border:1px solid rgba(255,255,255,.13);border-radius:50%;content:""}.news-card-copy{display:flex;flex-direction:column;padding:27px}.news-meta{display:flex;justify-content:space-between;gap:12px;color:#808aa7;font-size:8px;font-weight:700;letter-spacing:.13em}.news-card h3{margin:25px 0 13px;font-size:clamp(25px,2.4vw,39px);line-height:1.06;letter-spacing:-.035em}.news-lead h3{font-size:clamp(38px,4.5vw,72px)}.news-card p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.75;-webkit-line-clamp:3;-webkit-box-orient:vertical}.news-read{margin-top:auto;padding-top:25px;font-size:8px;font-weight:700;letter-spacing:.13em}.loading-panel{grid-column:1/-1;min-height:220px;display:grid;place-items:center;border:1px solid var(--line);border-radius:20px;color:#828ba3;font-size:9px;letter-spacing:.18em;background:rgba(8,10,16,.7)}
.community-hero-grid{display:grid;grid-template-columns:1.15fr .65fr;gap:70px;align-items:end}.community-hero h1{font-size:clamp(63px,7.7vw,126px)}.community-system-card{padding:31px;border:1px solid rgba(119,136,255,.22);border-radius:22px;background:linear-gradient(150deg,rgba(18,22,38,.88),rgba(7,8,14,.9));box-shadow:0 35px 90px rgba(0,0,0,.28)}.community-system-card>span{color:#7d89ac;font-size:8px;font-weight:700;letter-spacing:.18em}.community-system-card ul{display:grid;gap:0;margin:25px 0;padding:0;list-style:none}.community-system-card li{padding:14px 0;border-bottom:1px solid var(--line);color:#c9cede;font-size:13px}.community-system-card li:before{margin-right:10px;color:#7487ff;content:"+"}.community-system-card a{font-size:8px;font-weight:700;letter-spacing:.13em}.community-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.community-post{display:flex;min-height:330px;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(150deg,rgba(17,20,34,.86),rgba(7,8,14,.88))}.community-post header{display:flex;align-items:center;gap:11px}.community-post header>img,.community-post header>span{width:42px;height:42px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#6378ff,#dd3153);font-size:12px;font-weight:700}.community-post header a{font-size:12px;font-weight:700}.community-post header small{display:block;margin-top:3px;color:#7e879f;font-size:8px;letter-spacing:.06em}.community-post h3{margin:30px 0 12px;font-size:24px;line-height:1.08;letter-spacing:-.025em}.community-post>p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.75;-webkit-line-clamp:4;-webkit-box-orient:vertical}.community-post footer{display:flex;align-items:center;gap:14px;margin-top:auto;padding-top:24px;border-top:1px solid var(--line);color:#7f88a1;font-size:8px;letter-spacing:.09em}.community-post footer a{margin-left:auto;color:#e2e5f2;font-weight:700}.community-footer-cta{display:flex;justify-content:center;gap:10px;margin-top:28px}
@media(max-width:1050px){.hero-v7 .hero-grid,.community-hero-grid,.identity-v7 .identity-grid{grid-template-columns:1fr}.hero-v7 .hero-visual{min-height:520px}.network-grid{grid-template-columns:1fr}.news-grid,.community-post-grid{grid-template-columns:1fr 1fr}.news-card.news-lead{grid-column:1/-1}.split-head{align-items:flex-start;flex-direction:column}.identity-stage{min-height:440px}}
@media(max-width:720px){.kos-v7 .site-header nav{display:none}.header-cta{display:none}.hero-v7{padding-top:36px}.hero-v7 h1{max-width:100%;font-size:clamp(45px,13vw,54px);line-height:.86;letter-spacing:-.055em}.hero-v7 .hero-grid{gap:18px}.hero-v7 .hero-visual{min-height:390px}.hero-v7 .hero-reaper{width:88%}.hero-v7 .hero-spiral{width:130px}.visual-caption{display:none}.kos-v7 .band,.kos-v7 .section{padding:72px 0}.kos-v7 .band h2,.kos-v7 .section-head h2{font-size:48px}.principles{display:grid}.kos-v7 .project.big .project-media,.kos-v7 .project:not(.big) .project-media{height:260px}.network-grid article{min-height:300px;padding:25px}.network-grid a{left:25px;bottom:25px}.network-grid h3{font-size:44px}.kos-v7 .eco-grid,.news-grid,.community-post-grid{grid-template-columns:1fr}.identity-stage{min-height:350px}.contact-v7{align-items:flex-start;min-height:300px;padding:30px}.contact-v7 h2{font-size:46px}.footer-links{display:none}.editorial-hero,.community-hero{padding:80px 0 48px}.editorial-hero h1,.community-hero h1{font-size:53px;line-height:.86}.news-card,.news-card.news-lead{grid-template-columns:1fr;min-height:0}.news-image{height:220px}.community-hero-grid{gap:35px}.community-footer-cta{align-items:stretch;flex-direction:column}.community-footer-cta .button{width:100%}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){.hero-v7 .hero-reaper,.hero-v7 .hero-spiral,.orbit,.ticker>div,.hero-v7 .hero-stage:after{animation:none}.reveal{opacity:1;transform:none;transition:none}}
/* KOS artist roster and canonical artist profiles */
.artist-roster-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:72px 0 24px;padding-top:28px;border-top:1px solid var(--line)}
.artist-roster-head span{font:700 10px/1.4 ui-monospace,monospace;letter-spacing:.18em;color:var(--cyan)}
.artist-roster-head p{margin:0;color:var(--muted);font-size:13px}
.artist-roster{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.artist-card{position:relative;display:grid;grid-template-rows:minmax(260px,1fr) auto;min-height:560px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(8,16,27,.92),rgba(3,7,13,.96));box-shadow:0 30px 80px rgba(0,0,0,.28)}
.artist-card::after{position:absolute;right:-90px;bottom:-150px;width:300px;height:300px;border:1px solid rgba(83,212,255,.18);border-radius:50%;box-shadow:0 0 70px rgba(37,137,196,.12);content:"";pointer-events:none}
.artist-card-image{min-height:0;overflow:hidden;background:#050607}
.artist-card-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.06);transition:transform .6s ease,filter .6s ease}
.artist-card:hover .artist-card-image img{transform:scale(1.035);filter:grayscale(.72) contrast(1.06)}
.artist-card>div{position:relative;z-index:1;display:flex;min-height:250px;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(25px,3vw,38px)}
.artist-card>div>span{color:var(--cyan);font:700 9px/1.4 ui-monospace,monospace;letter-spacing:.16em}
.artist-card h3{margin:16px 0 4px;font-size:clamp(32px,3.2vw,48px);letter-spacing:-.045em}
.artist-card p{margin:0 0 34px;color:var(--muted);font-size:14px}
.artist-card>div>a{margin-top:auto;color:#fff;font:800 10px/1.4 ui-monospace,monospace;letter-spacing:.12em}
.artist-card>div>a:hover{color:var(--cyan)}
.artist-profile-main{min-height:calc(100vh - 180px);padding:72px 0 100px}
.artist-profile-hero{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(420px,1.14fr);min-height:720px;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,rgba(4,10,17,.96),rgba(7,19,31,.86));box-shadow:0 40px 120px rgba(0,0,0,.36)}
.artist-profile-hero figure{position:relative;min-height:650px;margin:0;overflow:hidden;background:#050607}
.artist-profile-hero figure::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(2,7,12,.8)),linear-gradient(90deg,transparent 72%,rgba(4,10,17,.68));content:""}
.artist-profile-hero figure img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08)}
.artist-profile-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,100px)}
.artist-profile-copy::before{position:absolute;top:8%;right:-16%;width:440px;height:440px;border:1px solid rgba(71,206,255,.14);border-radius:50%;box-shadow:0 0 100px rgba(35,134,193,.1);content:""}
.artist-index{margin:42px 0 0;color:rgba(255,255,255,.34);font:700 10px/1 ui-monospace,monospace;letter-spacing:.2em}
.artist-profile-copy h1{position:relative;margin:14px 0 8px;font-size:clamp(76px,9vw,148px);font-weight:800;letter-spacing:-.085em;line-height:.72;text-transform:uppercase}
.artist-profile-copy h1 em{color:transparent;font-style:normal;-webkit-text-stroke:1px rgba(255,255,255,.72)}
.artist-real-name{margin:28px 0 22px!important;color:#fff!important;font-size:clamp(18px,2vw,27px)!important;font-weight:650;letter-spacing:.02em}
.artist-profile-copy>p:not(.artist-index):not(.artist-real-name){max-width:620px;color:var(--muted);font-size:15px;line-height:1.85}
.artist-facts{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 34px}
.artist-facts span{padding:12px 14px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font:700 9px/1 ui-monospace,monospace;letter-spacing:.12em}
.artist-facts strong{margin-left:6px;color:#fff}
.artist-socials{display:flex;gap:9px;flex-wrap:wrap;margin:-12px 0 34px}
.artist-socials a{padding:10px 13px;border:1px solid var(--line);border-radius:999px;color:#dfe4f3;font:800 9px/1 ui-monospace,monospace;letter-spacing:.1em;background:rgba(255,255,255,.025)}
.artist-socials a:hover{border-color:rgba(83,212,255,.46);color:var(--cyan)}

/* KOS Wiki */
.wiki-index-hero{padding:130px 0 76px;border-bottom:1px solid var(--line);background:radial-gradient(900px 470px at 68% 34%,rgba(78,112,255,.12),transparent 66%)}
.wiki-index-hero h1{margin:25px 0 20px;font-size:clamp(76px,11vw,170px);font-weight:800;line-height:.77;letter-spacing:-.075em}
.wiki-index-hero h1 em,.wiki-article-copy h1 em{color:transparent;font-style:normal;-webkit-text-stroke:1px rgba(235,239,255,.62)}
.wiki-index-hero p{max-width:740px;color:var(--muted);font-size:16px;line-height:1.85}
.wiki-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.wiki-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(16,21,34,.9),rgba(5,7,12,.94))}
.wiki-card>a:first-child{display:block;height:360px;overflow:hidden;background:#040508}
.wiki-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.06);transition:transform .55s ease,filter .55s ease}
.wiki-card:hover img{transform:scale(1.035);filter:grayscale(.7) contrast(1.06)}
.wiki-card>div{padding:28px}
.wiki-card span{color:var(--cyan);font:800 8px/1.4 ui-monospace,monospace;letter-spacing:.16em}
.wiki-card h2{margin:16px 0 5px;font-size:38px;letter-spacing:-.045em}
.wiki-card p{margin:0 0 30px;color:var(--muted);font-size:13px}
.wiki-card>div>a{font:800 9px/1.4 ui-monospace,monospace;letter-spacing:.12em}
.wiki-article-main{padding:70px 0 110px}
.wiki-article{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:70px;align-items:start}
.wiki-article aside{position:sticky;top:105px;overflow:hidden;border:1px solid var(--line);border-radius:21px;background:rgba(7,9,15,.9)}
.wiki-article aside>img{width:100%;aspect-ratio:1;object-fit:cover;filter:grayscale(1) contrast(1.06)}
.wiki-article dl{margin:0;padding:22px}
.wiki-article dl div{display:grid;grid-template-columns:100px 1fr;gap:15px;padding:13px 0;border-bottom:1px solid var(--line)}
.wiki-article dl div:last-child{border-bottom:0}
.wiki-article dt{color:#7e88a4;font:700 8px/1.4 ui-monospace,monospace;letter-spacing:.13em;text-transform:uppercase}
.wiki-article dd{margin:0;color:#e7eaf4;font-size:12px;line-height:1.55}
.wiki-article-copy{padding-top:30px}
.wiki-article-copy h1{margin:28px 0 34px;font-size:clamp(70px,9vw,142px);font-weight:800;line-height:.78;letter-spacing:-.075em}
.wiki-lead{max-width:850px;margin:0;color:#d5d9e7;font-size:clamp(21px,2.4vw,32px);line-height:1.42;letter-spacing:-.025em}
.wiki-article-copy section{max-width:850px;padding:42px 0;border-bottom:1px solid var(--line)}
.wiki-article-copy section h2{margin:0 0 18px;font-size:27px;letter-spacing:-.03em}
.wiki-article-copy section p{margin:0;color:var(--muted);font-size:15px;line-height:1.85}
.wiki-official-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.wiki-official-links a{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.02);font-size:13px;font-weight:700}
.wiki-official-links a:hover{border-color:rgba(83,212,255,.4);background:rgba(83,212,255,.035)}
.wiki-official-links span{color:#7f8aa6;font:700 8px/1 ui-monospace,monospace;letter-spacing:.14em}
.wiki-note{font-size:13px!important}
@media(max-width:1100px){.artist-roster,.wiki-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wiki-article{gap:36px}}
@media(max-width:900px){.artist-profile-hero,.wiki-article{grid-template-columns:1fr}.artist-profile-hero figure{min-height:auto;aspect-ratio:1}.artist-profile-copy{padding:44px 26px 54px}.artist-profile-copy h1{font-size:clamp(70px,22vw,118px)}.artist-profile-main{padding-top:28px}.wiki-article aside{position:static}.wiki-article aside>img{aspect-ratio:1.2}.wiki-article-copy{padding-top:0}}
@media(max-width:620px){.artist-roster-head{align-items:flex-start;flex-direction:column}.artist-roster,.wiki-card-grid{grid-template-columns:1fr}.artist-card{min-height:520px}.artist-card-image{aspect-ratio:1}.artist-card>div{min-height:250px}.artist-profile-hero{border-radius:18px}.wiki-index-hero{padding:86px 0 55px}.wiki-index-hero h1{font-size:71px}.wiki-card>a:first-child{height:auto;aspect-ratio:1}.wiki-article-main{padding-top:28px}.wiki-article-copy h1{font-size:68px}.wiki-official-links{grid-template-columns:1fr}.wiki-article dl div{grid-template-columns:88px 1fr}}
