@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#161614;--paper:#e9e7e0;--muted:#77756d;--line:#c9c6bc;--acid:#c9f261;--dark:#1d1d1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif}a{color:inherit;text-decoration:none}.nav{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);font-size:12px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.08em;font-size:14px}.brand small{display:block;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:7px;letter-spacing:.22em;margin-top:4px;font-weight:400;color:var(--muted)}.brand-symbol{display:grid;place-items:center;width:31px;height:31px;border:1px solid currentColor;font-family:Georgia,serif;font-size:20px;letter-spacing:0}.nav nav{display:flex;align-items:center;gap:28px;color:#58574f}.nav nav a:hover{text-decoration:underline;text-underline-offset:5px}.nav-cta{background:var(--ink);color:var(--paper);padding:11px 15px;text-decoration:none!important}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:clamp(55px,8vw,120px) clamp(22px,7vw,120px);gap:5vw}.hero-copy{position:relative;z-index:1}.eyebrow{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:10px;letter-spacing:.14em;color:#68665f;margin:0 0 24px}.hero h1{font-size:clamp(58px,8.8vw,136px);line-height:.9;letter-spacing:-.08em;margin:0;font-weight:700}.hero h1 em,.manifesto h2 em,.closing h2 em{font-style:normal;color:#77766e}.lede{font-size:clamp(18px,2vw,25px);line-height:1.35;max-width:600px;margin:40px 0 34px;color:#41403b}.hero-actions{display:flex;align-items:center;gap:25px}.button{display:inline-flex;align-items:center;gap:32px;background:var(--ink);color:var(--paper);padding:16px 20px;font-size:12px;font-weight:700}.button span{color:var(--acid);font-size:17px}.quiet-link{font-size:12px;text-decoration:underline;text-underline-offset:5px}.hero-image{position:relative;height:min(68vh,720px);overflow:hidden;background:#141514}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.15),transparent 55%,rgba(0,0,0,.1))}.image-caption{position:absolute;z-index:1;right:24px;bottom:22px;color:#f2efe5;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:10px;line-height:1.5;text-align:right}.manifesto{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding:clamp(80px,10vw,150px) clamp(22px,12vw,180px)}h2{font-size:clamp(43px,6vw,82px);line-height:.95;letter-spacing:-.07em;margin:0}.manifesto-copy{max-width:620px}.manifesto-copy p{font-size:19px;line-height:1.55;margin:0 0 22px}.channels{background:var(--dark);color:var(--paper);padding:clamp(80px,9vw,130px) clamp(22px,7vw,120px)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:54px}.channels .eyebrow{color:#aaa89f}.section-note{text-align:right;color:#aaa89f;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:10px;line-height:1.6;margin:0}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;background:#4a4944}.channel{position:relative;min-height:325px;overflow:hidden;background:#292925}.channel img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:.62;transition:transform .6s,opacity .4s}.channel:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(10,10,9,.85) 100%)}.channel:hover img{transform:scale(1.06);opacity:.9}.channel-overlay{position:relative;z-index:1;min-height:325px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end}.channel-number{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:10px;letter-spacing:.09em;color:#c8c5bb;margin-bottom:auto}.channel h3{font-size:34px;letter-spacing:-.06em;margin:0 0 8px}.channel p{font-size:13px;margin:0;color:#d8d5cb}.channel-status{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:9px;color:var(--acid);margin-top:20px}.channel.featured{grid-column:span 2;min-height:440px}.channel.featured .channel-overlay{min-height:440px;padding:30px}.channel.featured h3{font-size:58px}.channel.featured p{font-size:16px}.channel.featured img{opacity:.72}.closing{text-align:center;padding:clamp(100px,14vw,190px) 22px;background:var(--acid)}.closing .eyebrow{color:#4f5b27}.closing h2{font-size:clamp(55px,9vw,130px)}.closing p:not(.eyebrow){font-size:19px;line-height:1.45;max-width:520px;margin:30px auto}.closing .button{margin-top:10px}footer{padding:35px clamp(22px,5vw,76px);display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;align-items:end;background:var(--ink);color:var(--paper);font-size:11px}footer .brand{color:var(--acid)}.footer-links{display:flex;justify-content:center;gap:24px;color:#aaa89f}.footer-links a:hover{text-decoration:underline}footer p{text-align:right;color:#77756d;margin:0;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:9px;line-height:1.4}@media(max-width:850px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:90px}.hero-image{height:60vh}.manifesto{grid-template-columns:1fr;gap:42px}.channel-grid{grid-template-columns:repeat(2,1fr)}.channel.featured{grid-column:span 2}.section-head{display:block}.section-note{text-align:left;margin-top:20px}footer{grid-template-columns:1fr;gap:25px}.footer-links{justify-content:flex-start;flex-wrap:wrap}footer p{text-align:left}}@media(max-width:520px){.nav nav{gap:13px}.nav nav a:nth-child(-n+2){display:none}.hero h1{font-size:58px}.channel-grid{grid-template-columns:1fr}.channel.featured{grid-column:span 1}.channel,.channel.featured,.channel-overlay,.channel.featured .channel-overlay{min-height:320px}.channel.featured h3{font-size:45px}}
.brand-logo{display:block;width:52px;height:44px;object-fit:contain}.brand-label{display:block}.brand-label small{display:block}
.network-map{background:#d8d6ce;border-top:1px solid #bcb9af;padding:clamp(80px,10vw,140px) clamp(22px,7vw,120px)}.network-map-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:58px}.network-map .section-note{color:#68665f}.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;background:#b8b5ac}.logo-grid>div{min-height:220px;padding:22px;background:#e9e7e0;display:flex;flex-direction:column;justify-content:space-between}.logo-grid img{display:block;width:100%;height:120px;object-fit:contain;mix-blend-mode:multiply}.logo-grid span{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:9px;line-height:1.4;color:#69675f}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;background:#4a4944}.business-card{min-height:440px;padding:34px;display:flex;flex-direction:column}.business-card h2{font-size:clamp(34px,3.5vw,54px);margin-bottom:22px}.business-card p:not(.eyebrow){font-size:16px;line-height:1.55;max-width:370px}.business-card a,.coming-label{margin-top:auto;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:10px;letter-spacing:.08em;text-decoration:underline;text-underline-offset:5px}.dark-card{background:#242420;color:#eeeae0}.dark-card .eyebrow{color:#aaa89f}.gold-card{background:var(--acid);color:#1c1c18}.gold-card .eyebrow{color:#58662e}.outline-card{background:#e9e7e0;color:#20201d}.outline-card .eyebrow{color:#77756d}.coming-label{text-decoration:none;color:#77756d}@media(max-width:850px){.logo-grid{grid-template-columns:repeat(2,1fr)}.business-grid{grid-template-columns:1fr}.network-map-head{display:block}.network-map .section-note{text-align:left;margin-top:20px}}@media(max-width:520px){.logo-grid{grid-template-columns:1fr}.logo-grid>div{min-height:190px}.logo-grid img{height:105px}}
.hero-panel{position:relative;height:min(68vh,720px);overflow:hidden;background:linear-gradient(180deg,rgba(4,4,3,.05),rgba(4,4,3,.35)),url('assets/aureth-editorial-hero.jpg') center/cover no-repeat;display:flex;flex-direction:column;justify-content:space-between;padding:24px;color:#f2efe5}.hero-panel:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),transparent 42%,rgba(0,0,0,.5));pointer-events:none}.hero-panel-top,.hero-panel-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:9px;letter-spacing:.08em}.hero-panel-bottom{display:block}.hero-panel-bottom strong{display:block;font-family:Manrope,sans-serif;font-size:clamp(28px,4vw,52px);letter-spacing:-.06em;line-height:1;margin-bottom:8px}.hero-panel-bottom span{color:#d2d0c7}@media(max-width:850px){.hero-panel{height:60vh}}
.live-link{display:inline-block;color:var(--acid);text-decoration:none}.live-link:hover{text-decoration:underline;text-underline-offset:4px}.channel-status.inactive{color:#aaa89f;text-decoration:none;opacity:.82}
/* AURETH corporate dark system */
:root{--ink:#090a0b;--paper:#121416;--muted:#989b9e;--line:#2a2e31;--acid:#c8ff3d;--gold:#b99b6b}html{background:var(--ink);scroll-behavior:smooth}body{background:var(--ink);color:#f1f0eb}.site-header{background:rgba(9,10,11,.92);border-bottom:1px solid var(--line)}.brand-label{color:#f1f0eb}.brand-label small{color:#8d9193}.site-header nav a{color:#b9bdbe}.hero{background:var(--ink);border-bottom:1px solid var(--line)}.hero-copy .eyebrow,.eyebrow{color:#8f9497}.hero h1{color:#f1f0eb;font-size:clamp(48px,7vw,108px);letter-spacing:-.075em}.hero h1 em{color:#aeb2b4}.hero-copy>p{color:#b7bbbc}.hero-panel{border:0;box-shadow:none}.hero-panel-bottom strong{color:#fff}.hero-panel-bottom span{color:#c0c4c5}.button{background:#f1f0eb;color:#0b0c0d}.quiet-link{color:#aeb2b4}.manifesto{background:#121416;color:#f1f0eb;border-bottom:1px solid var(--line)}.manifesto h2,.section-head h2,.network-map h2,.closing h2{color:#f1f0eb}.manifesto h2 em,.section-head h2 em,.network-map h2 em,.closing h2 em{color:#8f9497}.manifesto-copy p{color:#b7bbbc}.manifesto-copy strong{color:#fff}.channels{background:#0d0f10;color:#f1f0eb}.section-head{border-bottom:1px solid var(--line)}.section-note{color:#969b9d!important}.channel-grid{background:#2a2e31}.channel{background:#151719}.channel-overlay{background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 75%)}.channel h3{color:#fff}.channel p{color:#d0d2d1}.channel-status.inactive{color:#a9adae}.network-map{background:#121416;border-top:1px solid var(--line);color:#f1f0eb}.network-map-head{border-bottom:1px solid var(--line);padding-bottom:30px}.logo-grid{background:var(--line)}.logo-grid>div{background:#181b1d}.logo-grid img{filter:brightness(1.2) contrast(1.08);mix-blend-mode:screen}.logo-grid span{color:#aeb2b4}.business-grid{background:var(--line)}.business-card{background:#17191b}.dark-card{background:#1b1d1f}.gold-card{background:#b99b6b;color:#101112}.gold-card .eyebrow{color:#36352f}.outline-card{background:#17191b;color:#f1f0eb}.outline-card .eyebrow{color:#8f9497}.business-card p:not(.eyebrow){color:#c2c5c6}.gold-card p:not(.eyebrow){color:#292a27}.business-card h2{color:#f1f0eb}.gold-card h2{color:#101112}.business-card a{color:var(--acid)}.gold-card a{color:#101112}.coming-label{color:#8f9497}.closing{background:#090a0b;color:#f1f0eb;border-top:1px solid var(--line)}.closing p:not(.eyebrow){color:#aeb2b4}.site-footer{background:#090a0b;color:#aeb2b4;border-top:1px solid var(--line)}.site-footer a{color:#f1f0eb}@media(max-width:850px){.hero{grid-template-columns:1fr}.hero-panel{height:62vw;min-height:360px}.hero h1{font-size:clamp(48px,12vw,84px)}}
/* selector corrections for the canonical public markup */
html,body,main,header,footer{background:#090a0b!important;color:#f1f0eb!important}header{border-bottom:1px solid #2a2e31!important}header nav a{color:#b9bdbe!important}main .hero{background:#090a0b!important;color:#f1f0eb!important}main .hero h1{color:#f1f0eb!important}main .hero h1 em{color:#8f9497!important}main .hero-copy>p{color:#b7bbbc!important}main .manifesto,main .channels,main .network-map,main .closing{background:#121416!important;color:#f1f0eb!important}main .manifesto-copy p,main .closing p:not(.eyebrow){color:#b7bbbc!important}footer{border-top:1px solid #2a2e31!important}footer .brand-label{color:#f1f0eb!important}footer p,footer a{color:#aeb2b4!important}
/* integrated hero image: no visible black box */
.hero-panel{border:0!important;box-shadow:none!important;outline:0!important;mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 93%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 93%,transparent 100%)}
@media(max-width:850px){.hero-panel{mask-image:linear-gradient(180deg,transparent 0%,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}}
/* measured black continuity: hero source edges sample near RGB(1,0,0) */
html,body,main,header,footer,main .hero,main .closing{background:#010000!important}
.hero-panel{background-color:#010000!important}
/* compact informational homepage */
.hero{min-height:0!important;padding-top:clamp(54px,7vw,94px)!important;padding-bottom:clamp(54px,7vw,94px)!important}.hero h1{font-size:clamp(44px,5.2vw,78px)!important;line-height:.95!important}.hero-panel{height:min(54vh,560px)!important}.manifesto{padding-top:clamp(52px,6vw,86px)!important;padding-bottom:clamp(52px,6vw,86px)!important}.manifesto h2,.section-head h2,.closing h2{font-size:clamp(34px,4vw,60px)!important;line-height:.98!important}.channels{padding-top:clamp(52px,6vw,86px)!important;padding-bottom:clamp(52px,6vw,86px)!important}.channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2px!important}.channel,.channel.featured{aspect-ratio:1.35!important;min-height:0!important;height:auto!important}.channel-overlay{padding:18px!important}.channel h3{font-size:clamp(22px,2.4vw,38px)!important}.business-card{min-height:290px!important;padding:26px!important}.business-card h2{font-size:clamp(26px,2.6vw,42px)!important}.closing{padding-top:clamp(54px,7vw,94px)!important;padding-bottom:clamp(54px,7vw,94px)!important}.network-map{display:none!important}@media(max-width:850px){.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-panel{height:52vw!important;min-height:300px!important}.business-card{min-height:260px!important}}@media(max-width:520px){.channel-grid{grid-template-columns:1fr!important}.hero h1{font-size:clamp(42px,12vw,66px)!important}}
/* modern 2026 typography: remove terminal/monospace treatment */
.eyebrow,.channel-number,.channel-status,.coming-label,.hero-panel-top,.hero-panel-bottom span,.section-note{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;letter-spacing:.03em!important;font-weight:600!important}.eyebrow{font-size:10px!important}.channel-number,.channel-status,.coming-label{font-size:11px!important}.hero-panel-top{font-size:10px!important}.hero-panel-bottom span{font-size:11px!important}.channel-status.inactive{font-weight:500!important;letter-spacing:.02em!important}
/* authoritative 4x2 channel grid: no featured exceptions */
.channel-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:clamp(220px,22vw,330px)!important;gap:2px!important;align-items:stretch!important}.channel,.channel.featured{grid-column:auto!important;grid-row:auto!important;width:auto!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;overflow:hidden!important}.channel>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}.channel-overlay,.channel.featured .channel-overlay{min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:20px!important}.channel.featured h3{font-size:clamp(22px,2.4vw,38px)!important}@media(max-width:850px){.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:clamp(220px,34vw,310px)!important}.channel.featured{grid-column:auto!important}}@media(max-width:520px){.channel-grid{grid-template-columns:1fr!important;grid-auto-rows:260px!important}}
.system-section{display:grid!important}.process-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:34px;background:#2a2e31;border:1px solid #2a2e31}.process-rail>div{display:flex;flex-direction:column;gap:7px;background:#181b1d;padding:16px 12px;min-height:122px}.process-rail b{font-size:10px;color:#c8ff3d;font-weight:700}.process-rail strong{font-size:15px;color:#f1f0eb}.process-rail span{font-size:11px;line-height:1.3;color:#94999b}@media(max-width:850px){.process-rail{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto}.process-rail>div{min-width:120px}}
/* public corporate boundary: Studio is private and is not linked from the root site */
.site-header nav a,.button,.quiet-link,.business-card a,.business-note,.site-footer a{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;letter-spacing:0!important;text-transform:none!important;font-weight:600!important}.business-note{margin-top:auto;color:var(--acid);font-size:12px}.site-header nav{gap:28px!important}.site-header nav a{font-size:13px!important}.site-header nav a:hover{color:#fff!important}.business-card a{text-decoration:none!important}

/* final public polish */
.site-header nav a,.button,.quiet-link,.business-card a,.business-note,.site-footer a{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;letter-spacing:0!important;text-transform:none!important;font-weight:600!important}.business-note{margin-top:auto;color:var(--acid);font-size:12px}.site-header nav{gap:28px!important}.site-header nav a{font-size:13px!important}.site-header nav a:hover{color:#fff!important}.business-card a{text-decoration:none!important}

/* shared dark legal and information-page system */
.legal-page{background:#090a0b!important;color:#f1f0eb!important;min-height:100vh}.legal-header{position:sticky;top:0;z-index:10;background:rgba(9,10,11,.94)!important;backdrop-filter:blur(14px);border-bottom:1px solid #2a2e31!important}.legal-header nav a{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:13px!important;letter-spacing:0!important;text-transform:none!important;color:#b9bdbe!important}.legal-header nav a:hover{color:#fff!important}.legal-shell{max-width:1240px;margin:0 auto;padding:clamp(72px,10vw,140px) 6vw 120px}.legal-intro{max-width:800px;padding-bottom:72px;border-bottom:1px solid #2a2e31}.legal-intro h1{margin:18px 0 28px;font-size:clamp(58px,9vw,128px);line-height:.86;letter-spacing:-.075em;color:#f1f0eb}.legal-intro h1 em{font-style:normal;color:#8f9497}.legal-meta{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#8f9497;font-size:12px;letter-spacing:.02em}.legal-lede{max-width:680px;margin-top:26px;color:#b7bbbc;font-size:clamp(18px,2vw,25px);line-height:1.45}.legal-layout{display:grid;grid-template-columns:190px minmax(0,740px);gap:clamp(36px,8vw,120px);align-items:start;padding-top:64px}.legal-toc{position:sticky;top:106px;display:flex;flex-direction:column;gap:13px;border-left:1px solid #34383a;padding-left:18px}.legal-toc span{font-size:11px;color:#8f9497;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.legal-toc a{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:12px;color:#aeb2b4;text-decoration:none}.legal-toc a:hover{color:#c8ff3d}.legal-copy{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#c6c9c9;font-size:16px;line-height:1.72}.legal-copy h2{font-size:clamp(23px,3vw,34px);line-height:1.1;letter-spacing:-.035em;color:#f1f0eb;margin:58px 0 16px}.legal-copy h2:first-of-type{margin-top:0}.legal-copy h3{font-size:17px;line-height:1.2;color:#f1f0eb;margin:30px 0 8px}.legal-copy p{margin:0 0 18px}.legal-copy strong{color:#fff}.legal-copy a{color:#c8ff3d;text-decoration:underline;text-underline-offset:4px}.legal-notice{background:#151719;border:1px solid #34383a;border-left:3px solid #c8ff3d;padding:22px 24px;margin-bottom:54px;color:#c6c9c9}.legal-notice strong{display:block;color:#fff;margin-bottom:8px}.legal-notice p{margin:0;font-size:14px;line-height:1.55}.legal-end{margin-top:70px;padding-top:22px;border-top:1px solid #34383a;color:#8f9497;font-size:13px}.legal-end p{margin:0 0 6px}.legal-page .site-footer{background:#090a0b!important;border-top:1px solid #2a2e31!important}.legal-page .site-footer a{font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;color:#d6d8d7!important;letter-spacing:0!important;text-transform:none!important}.legal-page .site-footer p{color:#8f9497!important}@media(max-width:800px){.legal-layout{grid-template-columns:1fr;padding-top:42px}.legal-toc{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;border-left:0;border-bottom:1px solid #34383a;padding:0 0 28px}.legal-toc span{grid-column:1/-1}.legal-shell{padding-left:5vw;padding-right:5vw}.legal-intro{padding-bottom:48px}}

/* final homepage quality pass */
.home-final{background:#0a0b0d!important;color:#f3f3f0!important;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important}.home-final .final-header{height:82px;max-width:1440px;margin:0 auto;padding:0 clamp(24px,5vw,80px);background:#0a0b0d!important;border-bottom:1px solid #292d31!important}.home-final .final-header .brand img{display:block;width:156px;height:44px;object-fit:contain}.home-final .final-header nav{display:flex;align-items:center;gap:34px}.home-final .final-header nav a{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important;color:#c2c7c9!important;font-size:13px!important;line-height:1;text-decoration:none!important;letter-spacing:.01em!important;font-weight:600!important}.home-final .final-header nav a:hover{color:#c8ff3d!important}.final-hero{max-width:1440px;margin:0 auto;min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,560px);gap:clamp(48px,8vw,132px);align-items:center;padding:clamp(68px,9vw,132px) clamp(24px,7vw,104px)}.final-hero-copy{max-width:640px}.final-hero-copy .eyebrow,.final-section-head .eyebrow,.final-intro .eyebrow,.final-pillars .eyebrow,.final-end .eyebrow{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:11px!important;line-height:1.2;letter-spacing:.12em!important;text-transform:uppercase;color:#a3a8ab!important;font-weight:700!important}.final-hero h1{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:clamp(52px,6.8vw,100px)!important;line-height:.94!important;letter-spacing:-.075em!important;font-weight:700!important;margin:24px 0 30px!important;color:#f3f3f0!important}.final-hero h1 em,.final-intro h2 em,.final-section-head h2 em,.final-end h2 em{font-style:normal;color:#8f969b}.final-lede{max-width:520px;color:#c1c6c8!important;font-size:clamp(18px,1.7vw,23px)!important;line-height:1.45!important;margin:0 0 34px!important}.final-actions{display:flex;align-items:center;gap:28px}.final-button{display:inline-flex;align-items:center;gap:28px;background:#f1f0eb;color:#0a0b0d;padding:15px 18px;font-size:13px;font-weight:700;text-decoration:none}.final-button span{color:#5d6c2d;font-size:18px}.final-text-link{font-size:13px;color:#c8ff3d;text-decoration:none;font-weight:700}.final-text-link:hover{text-decoration:underline;text-underline-offset:5px}.final-hero-visual{margin:0;position:relative;min-height:540px;height:min(65vh,620px);overflow:hidden;background:#0a0b0d}.final-hero-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.06);mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 100%)}.final-hero-visual:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(10,11,13,.04),rgba(10,11,13,.32) 78%,rgba(10,11,13,.8))}.final-hero-visual figcaption{position:absolute;z-index:1;bottom:20px;left:24px;right:24px;display:flex;justify-content:space-between;gap:16px;color:#c2c7c9;font-size:11px;letter-spacing:.02em}.final-hero-visual figcaption span:first-child{color:#c8ff3d;font-weight:700}.final-intro,.final-system,.final-network,.final-pillars,.final-end{max-width:1440px;margin:0 auto}.final-intro{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:clamp(40px,10vw,170px);padding:clamp(80px,10vw,140px) clamp(24px,7vw,104px);border-top:1px solid #292d31}.final-intro h2,.final-section-head h2,.final-end h2{font-size:clamp(38px,4.8vw,70px)!important;line-height:.98!important;letter-spacing:-.065em!important;margin:18px 0 0!important;color:#f3f3f0!important}.final-intro-copy{max-width:600px;padding-top:24px}.final-intro-copy p{color:#c1c6c8;font-size:18px;line-height:1.6;margin:0 0 20px}.final-system{padding:clamp(74px,9vw,120px) clamp(24px,7vw,104px);background:#111417;border-top:1px solid #292d31}.final-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:46px}.final-section-note{color:#8f969b;font-size:13px;line-height:1.5;text-align:right;margin:0}.final-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#30353a}.final-process>div{min-height:148px;padding:20px 18px;background:#15191d;display:flex;flex-direction:column;gap:9px}.final-process b{font-size:11px;color:#c8ff3d}.final-process strong{font-size:17px;color:#f3f3f0}.final-process span{font-size:12px;line-height:1.45;color:#92999e}.final-network{padding:clamp(74px,9vw,120px) clamp(24px,7vw,104px);background:#0a0b0d}.final-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(230px,23vw,330px);gap:2px;background:#30353a}.final-channel-grid article{position:relative;overflow:hidden;background:#161a1e}.final-channel-grid article img{width:100%;height:100%;object-fit:cover;display:block;opacity:.68;filter:saturate(.75);transition:transform .5s,opacity .3s}.final-channel-grid article:hover img{transform:scale(1.04);opacity:.84}.final-channel-grid article:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 26%,rgba(5,6,7,.92) 100%)}.final-channel-grid article>div{position:absolute;z-index:1;inset:auto 18px 18px;display:flex;flex-direction:column;align-items:flex-start}.final-channel-grid article>div>span{font-size:10px;letter-spacing:.08em;color:#c8ff3d;font-weight:700}.final-channel-grid h3{font-size:clamp(23px,2.5vw,36px)!important;letter-spacing:-.055em!important;line-height:1!important;margin:10px 0 7px!important;color:#fff!important}.final-channel-grid p{font-size:13px;color:#d4d8d9;margin:0;line-height:1.3}.final-channel-grid a{display:inline-block;margin-top:13px;color:#c8ff3d;font-size:12px;font-weight:700;text-decoration:none}.final-channel-grid a:hover{text-decoration:underline;text-underline-offset:5px}.final-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#30353a;border-top:1px solid #30353a}.final-pillars article{min-height:290px;padding:32px 28px;background:#15191d}.final-pillars h2{font-size:clamp(30px,3.3vw,48px)!important;letter-spacing:-.06em!important;margin:22px 0 15px!important;color:#f3f3f0!important}.final-pillars p:not(.eyebrow){max-width:360px;color:#b8bec1;font-size:15px;line-height:1.52;margin:0}.final-pillars a{display:inline-block;margin-top:24px;color:#c8ff3d;font-size:13px;font-weight:700;text-decoration:none}.final-end{text-align:center;padding:clamp(92px,12vw,170px) 24px;border-top:1px solid #292d31}.final-end h2{font-size:clamp(44px,6.5vw,92px)!important;margin-top:20px!important}.final-end>p:last-child{max-width:520px;margin:28px auto 0;color:#aeb5b8;font-size:17px;line-height:1.5}.final-footer{max-width:none!important;padding:28px clamp(24px,5vw,80px)!important;background:#0a0b0d!important;border-top:1px solid #292d31!important}.final-footer .brand img{width:150px;height:42px;object-fit:contain}.final-footer .footer-links{gap:25px}.final-footer .footer-links a{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:12px!important;letter-spacing:0!important;text-transform:none!important;color:#c2c7c9!important}.final-footer p{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:11px!important;color:#899196!important}@media(max-width:900px){.home-final .final-header{padding:0 24px}.home-final .final-header nav{gap:17px}.home-final .final-header nav a{font-size:12px!important}.final-hero{grid-template-columns:1fr;min-height:0;gap:44px;padding-top:72px}.final-hero-visual{height:54vw;min-height:320px}.final-intro{grid-template-columns:1fr;gap:20px}.final-process{grid-template-columns:repeat(5,minmax(130px,1fr));overflow-x:auto}.final-process>div{min-width:130px}.final-section-head{display:block}.final-section-note{text-align:left;margin-top:18px}.final-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(220px,34vw,300px)}.final-pillars{grid-template-columns:1fr}}@media(max-width:560px){.home-final .final-header .brand img{width:128px}.home-final .final-header nav a:nth-child(1){display:none}.final-hero{padding:58px 20px 72px}.final-hero h1{font-size:clamp(48px,13vw,72px)!important}.final-actions{gap:18px}.final-button{padding:14px 15px}.final-text-link{font-size:12px}.final-intro,.final-system,.final-network{padding-left:20px;padding-right:20px}.final-channel-grid{grid-template-columns:1fr;grid-auto-rows:270px}.final-end{padding-left:20px;padding-right:20px}.final-footer{padding-left:20px!important;padding-right:20px!important}.final-footer .footer-links{justify-content:flex-start;margin-top:14px}}

/* dedicated channel pages */
.channel-page{background:#0a0b0d!important;color:#f3f3f0!important;font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif}.channel-page .channel-header{height:82px;max-width:1440px;margin:0 auto;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #292d31;background:#0a0b0d}.channel-page .channel-header img{width:150px;height:42px;object-fit:contain}.channel-page .channel-header nav{display:flex;gap:30px}.channel-page .channel-header nav a{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif;color:#c2c7c9;font-size:13px;font-weight:600;text-decoration:none}.channel-page .channel-header nav a:hover{color:#c8ff3d}.channel-hero{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:610px;align-items:stretch;border-bottom:1px solid #292d31}.channel-hero-copy{padding:clamp(70px,9vw,130px) clamp(24px,7vw,104px);display:flex;flex-direction:column;justify-content:center}.channel-hero-copy h1{font-size:clamp(68px,10vw,150px);line-height:.82;letter-spacing:-.085em;margin:22px 0 28px;color:#f3f3f0}.channel-hero-copy h1 em{font-style:normal;color:#8f969b}.channel-question{font-size:clamp(22px,2.8vw,40px);line-height:1.08;letter-spacing:-.04em;color:#fff;max-width:560px;margin:0 0 23px}.channel-hero-description{max-width:560px;color:#b8bec1;font-size:18px;line-height:1.55;margin:0}.channel-status-pill{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.08em;font-weight:700;color:#c8ff3d}.channel-status-pill:before{content:'';width:7px;height:7px;border-radius:50%;background:#c8ff3d}.channel-status-pill.soon{color:#9ba2a6}.channel-status-pill.soon:before{background:#697176}.channel-hero-image{margin:0;min-height:610px;position:relative;overflow:hidden;background:#15191d}.channel-hero-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.8) contrast(1.05)}.channel-hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,11,13,.18),transparent 42%,rgba(10,11,13,.34))}.channel-hero-image figcaption{position:absolute;z-index:1;left:24px;right:24px;bottom:20px;display:flex;justify-content:space-between;color:#c1c7ca;font-size:11px}.channel-body{max-width:1100px;margin:0 auto;padding:clamp(72px,9vw,125px) 6vw}.channel-section{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.4fr);gap:clamp(35px,8vw,120px);padding:0 0 78px;margin-bottom:78px;border-bottom:1px solid #292d31}.channel-section h2{font-size:clamp(30px,4vw,58px);line-height:.98;letter-spacing:-.06em;margin:0;color:#f3f3f0}.channel-section h2 em{font-style:normal;color:#8f969b}.channel-section p{color:#c1c6c8;font-size:17px;line-height:1.72;margin:0 0 18px}.channel-section p:last-child{margin-bottom:0}.channel-process{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#30353a;margin-top:30px}.channel-process>div{background:#15191d;padding:18px 14px;min-height:132px;display:flex;flex-direction:column;gap:8px}.channel-process b{font-size:11px;color:#c8ff3d}.channel-process strong{font-size:15px;color:#f3f3f0}.channel-process span{font-size:11px;line-height:1.4;color:#92999e}.channel-specialization{background:#111417;padding:28px 30px;border-left:2px solid #c8ff3d}.channel-specialization p{font-size:16px;line-height:1.65}.channel-next{border-top:1px solid #292d31;padding-top:50px}.channel-next h2{margin-bottom:26px}.channel-next-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#30353a}.channel-next-grid a{background:#15191d;padding:20px 18px;color:#f3f3f0;text-decoration:none;min-height:110px}.channel-next-grid a:hover{background:#1e2428}.channel-next-grid span{font-size:10px;color:#8f969b;display:block;margin-bottom:13px}.channel-next-grid strong{font-size:17px}.channel-page footer{background:#0a0b0d;border-top:1px solid #292d31;padding:28px clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;gap:20px}.channel-page footer img{width:150px;height:42px;object-fit:contain}.channel-page footer .footer-links{display:flex;gap:24px}.channel-page footer a{color:#c2c7c9;font-size:12px;text-decoration:none}.channel-page footer a:hover{color:#c8ff3d}@media(max-width:850px){.channel-hero{grid-template-columns:1fr}.channel-hero-image{min-height:58vw;height:58vw}.channel-hero-copy{padding:70px 7vw}.channel-body{padding-left:7vw;padding-right:7vw}.channel-section{grid-template-columns:1fr;gap:25px}.channel-process{grid-template-columns:repeat(5,minmax(125px,1fr));overflow-x:auto}.channel-process>div{min-width:125px}.channel-next-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.channel-page .channel-header nav a:nth-child(-n+2){display:none}.channel-hero-copy h1{font-size:76px}.channel-hero-image{min-height:330px;height:330px}.channel-process{grid-template-columns:1fr}.channel-process>div{min-height:0}.channel-next-grid{grid-template-columns:1fr}.channel-page footer{display:block}.channel-page footer .footer-links{margin-top:18px;flex-wrap:wrap}}

.network-card-link{display:block;color:inherit;text-decoration:none}.network-card-link:focus-visible{outline:2px solid #c8ff3d;outline-offset:3px}.network-card-link article{height:100%}.final-channel-grid .network-card-link{min-width:0}

.channel-brand-mark{margin:24px 0 8px}.channel-brand-mark img{display:block;width:70px;height:70px;object-fit:contain;object-position:left center}.network-overview-hero{max-width:1440px;margin:0 auto;padding:clamp(90px,12vw,170px) clamp(24px,7vw,104px) 100px;border-bottom:1px solid #292d31}.network-overview-hero h1{font-size:clamp(74px,11vw,170px);line-height:.83;letter-spacing:-.09em;margin:24px 0 34px}.network-overview-hero h1 em,.network-overview-system h2 em,.network-overview-head h2 em{font-style:normal;color:#8f969b}.network-overview-hero>p:last-child{max-width:650px;color:#bdc3c6;font-size:20px;line-height:1.55;margin:0}.network-overview-system{max-width:1100px;margin:0 auto;padding:90px 6vw;display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,120px);border-bottom:1px solid #292d31}.network-overview-system h2,.network-overview-head h2{font-size:clamp(38px,5vw,70px);line-height:.95;letter-spacing:-.07em;margin:18px 0 0}.network-overview-system p:last-child,.network-overview-head>p{color:#bdc3c6;font-size:17px;line-height:1.65;margin:0}.network-overview-channels{max-width:1440px;margin:0 auto;padding:90px clamp(24px,7vw,104px) 120px}.network-overview-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.network-overview-head>p{max-width:270px;text-align:right;font-size:14px}.network-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;background:#30353a}.network-overview-card{background:#15191d;padding:22px 20px 24px;min-height:270px;color:#f3f3f0;text-decoration:none;transition:background .25s}.network-overview-card:hover{background:#20262a}.network-overview-card img{width:58px;height:58px;object-fit:contain;object-position:left center;display:block;margin-bottom:20px}.network-overview-card span{font-size:10px;letter-spacing:.08em;color:#c8ff3d;font-weight:700}.network-overview-card h2{font-size:30px;letter-spacing:-.06em;margin:18px 0 8px}.network-overview-card p{color:#b9c0c3;font-size:14px;line-height:1.4;margin:0 0 22px}.network-overview-card b{font-size:12px;color:#c8ff3d}@media(max-width:900px){.network-overview-system{grid-template-columns:1fr}.network-overview-head{display:block}.network-overview-head>p{text-align:left;margin-top:18px}.network-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.network-overview-hero{padding:74px 20px 80px}.network-overview-system,.network-overview-channels{padding-left:20px;padding-right:20px}.network-overview-grid{grid-template-columns:1fr}.network-overview-card{min-height:230px}}
.card-live-note{display:inline-block;margin-top:13px;color:#c8ff3d;font-size:12px;font-weight:700}

.public-footer-links{display:flex;flex-wrap:wrap;gap:22px;align-items:center}.public-footer-links a{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important;color:#c2c7c9!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important}.public-footer-links a:hover{color:#c8ff3d!important}.legal-page{background:#0a0b0d!important;color:#f3f3f0!important;font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif!important}.legal-page .legal-wrap{max-width:900px;margin:0 auto;padding:96px 24px 120px}.legal-page .legal-wrap h1{font-size:clamp(54px,8vw,100px);line-height:.9;letter-spacing:-.08em;margin:24px 0 26px}.legal-page .legal-wrap h1 em{font-style:normal;color:#8f969b}.legal-page .legal-wrap .legal-intro{font-size:19px;line-height:1.55;color:#c1c6c8;max-width:680px;margin-bottom:58px}.legal-page .legal-wrap h2{font-size:30px;letter-spacing:-.05em;margin:52px 0 16px}.legal-page .legal-wrap p,.legal-page .legal-wrap li{font-size:16px;line-height:1.72;color:#bbc1c4}.legal-page .legal-wrap ul{padding-left:22px}.legal-page .legal-wrap .legal-note{border-left:2px solid #c8ff3d;background:#15191d;padding:18px 20px;margin:30px 0;color:#cdd2d3}.legal-page .simple-header{height:82px;padding:0 clamp(24px,5vw,80px);border-bottom:1px solid #292d31;display:flex;align-items:center;justify-content:space-between}.legal-page .simple-header img{width:150px;height:42px;object-fit:contain}.legal-page .simple-header a{color:#c2c7c9;text-decoration:none;font-size:13px;font-weight:600}.legal-page .simple-footer{border-top:1px solid #292d31;padding:28px clamp(24px,5vw,80px);display:flex;justify-content:space-between;gap:20px;color:#8f969b;font-size:12px}.legal-page .simple-footer a{color:#c2c7c9;text-decoration:none}.legal-page .simple-footer-links{display:flex;flex-wrap:wrap;gap:20px}@media(max-width:600px){.legal-page .simple-footer{display:block}.legal-page .simple-footer-links{margin-top:16px}}
/* AURETH compact editorial correction: one composed publication, not stacked landing-page blocks */
.final-hero{min-height:640px!important;padding-top:52px!important;padding-bottom:52px!important}.final-hero-copy{padding:52px 0!important}.final-hero h1{font-size:clamp(58px,7.5vw,112px)!important;line-height:.88!important;margin:18px 0 22px!important}.final-hero-visual{min-height:500px!important;height:500px!important}.final-intro,.final-system,.final-network,.final-pillars{padding-top:76px!important;padding-bottom:76px!important}.final-intro{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)!important;gap:60px!important}.final-intro h2,.final-system h2,.final-network h2,.final-pillars h2{font-size:clamp(34px,4.2vw,64px)!important;line-height:.96!important}.final-system{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)!important;gap:60px!important}.final-process{margin-top:24px!important}.final-network .final-section-head{margin-bottom:30px!important}.final-channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2px!important}.final-channel-grid .network-card-link{min-width:0!important}.final-channel-grid article,.final-channel-grid .channel{min-height:300px!important;height:300px!important}.final-channel-grid article img,.final-channel-grid .channel img{height:100%!important}.final-channel-grid article>div,.final-channel-grid .channel-overlay{padding:20px!important}.final-channel-grid h3{font-size:32px!important;margin:12px 0 6px!important}.final-channel-grid p{font-size:13px!important}.final-pillars{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:2px!important}.final-pillars article{min-height:250px!important;padding:26px!important}.final-end{padding:80px 24px!important}.final-footer{padding-top:24px!important;padding-bottom:24px!important}.channel-hero{min-height:520px!important}.channel-hero-copy{padding:62px 6vw!important}.channel-hero-copy h1{font-size:clamp(64px,8vw,112px)!important;margin:16px 0 22px!important}.channel-hero-image{min-height:520px!important;height:520px!important}.channel-body{padding-top:58px!important;padding-bottom:70px!important}.channel-section{padding-bottom:42px!important;margin-bottom:42px!important;gap:48px!important}.channel-section h2{font-size:clamp(30px,3.7vw,52px)!important}.channel-section p{font-size:15px!important;line-height:1.58!important}.channel-process{grid-template-columns:repeat(7,minmax(0,1fr))!important;margin-top:20px!important}.channel-process>div{min-height:108px!important;padding:14px 11px!important}.channel-process strong{font-size:13px!important}.channel-process span{font-size:10px!important}.channel-next{padding-top:34px!important}.channel-next-grid{grid-template-columns:repeat(4,1fr)!important}.channel-next-grid a{min-height:84px!important;padding:16px!important}.channel-next-grid strong{font-size:15px!important}.channel-brand-mark{margin:12px 0 4px!important}.channel-brand-mark img{width:52px!important;height:52px!important}.network-overview-hero{padding-top:86px!important;padding-bottom:78px!important}.network-overview-hero h1{font-size:clamp(68px,9vw,136px)!important}.network-overview-system{padding-top:62px!important;padding-bottom:62px!important}.network-overview-channels{padding-top:62px!important;padding-bottom:84px!important}.network-overview-card{min-height:220px!important;padding:18px!important}.network-overview-card h2{font-size:26px!important;margin:12px 0 6px!important}.network-overview-card img{width:46px!important;height:46px!important;margin-bottom:13px!important}@media(max-width:900px){.final-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.final-pillars{grid-template-columns:1fr!important}.channel-next-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:520px){.final-hero-visual{height:360px!important;min-height:360px!important}.final-channel-grid{grid-template-columns:1fr!important}.final-channel-grid article,.final-channel-grid .channel{height:270px!important;min-height:270px!important}.channel-next-grid{grid-template-columns:1fr!important}.network-overview-grid{grid-template-columns:1fr!important}}

/* Homepage art-direction correction */
.final-hero-visual figcaption{display:none!important}.final-hero-copy .eyebrow{letter-spacing:.14em}.final-actions{gap:20px!important}.final-text-link{font-weight:600!important}

/* Final homepage art direction: composed media organization, not a startup template */
.final-hero h1{font-size:clamp(54px,6.6vw,96px)!important;line-height:.92!important}
.final-header .brand img{width:132px!important;height:auto!important}
.final-header nav{gap:30px!important}
.final-hero-visual img{object-position:center right!important}
.final-shop-band{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:64px;align-items:center;padding:72px clamp(24px,7vw,120px);border-top:1px solid #2b2b2b;background:#0b0b0c;color:#eeeae0}
.final-shop-band h2{font-size:clamp(44px,6vw,84px)!important;line-height:.92!important;margin:14px 0 0!important}
.final-shop-band>div:last-child{max-width:520px}.final-shop-band p:not(.eyebrow){font-size:16px;line-height:1.55;color:#b7b5b0;margin:0 0 26px}
.final-shop-band .eyebrow{color:#a8c957}
@media(max-width:700px){.final-shop-band{grid-template-columns:1fr;gap:24px;padding:56px 20px}.final-header nav{gap:16px!important}.final-header .brand img{width:116px!important}}
