:root{
  --cc-bg:#1a263a;
  --cc-bg-deep:#121c2c;
  --cc-panel:rgba(64,80,111,.34);
  --cc-panel-strong:rgba(31,44,68,.82);
  --cc-line:rgba(231,239,255,.17);
  --cc-line-strong:rgba(236,243,255,.32);
  --cc-text:#f8faff;
  --cc-muted:rgba(239,244,255,.66);
  --cc-faint:rgba(239,244,255,.40);
  --cc-lime:#d2ff64;
  --cc-blue:#8cb4ff;
  --cc-frame:1440px;
  --cc-header:56px;
  --cc-shadow:0 24px 80px rgba(5,12,24,.22);
  --cc-ease:cubic-bezier(.2,.72,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cc-bg-deep)}
body{margin:0;min-width:320px;color:var(--cc-text);font-family:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;background:linear-gradient(180deg,#24324b 0,#1d2940 50%,#172236 100%);overflow-x:hidden}
button,input{font:inherit}
a{color:inherit}
img{max-width:100%}
[hidden]{display:none!important}
.cc-frame{width:min(calc(100% - 96px),var(--cc-frame));margin-inline:auto}
.cc-skip{position:fixed;left:12px;top:-72px;z-index:9999;padding:10px 14px;border-radius:10px;background:#fff;color:#111;text-decoration:none}.cc-skip:focus{top:12px}

/* Header */
.cc-header{position:fixed;z-index:500;inset:0 0 auto;height:var(--cc-header);background:rgba(19,28,44,.48);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(20px) saturate(135%);-webkit-backdrop-filter:blur(20px) saturate(135%);transition:background .25s ease,box-shadow .25s ease}
.cc-header.is-scrolled{background:rgba(19,28,44,.76);box-shadow:0 12px 40px rgba(7,12,22,.17)}
.cc-header-inner{height:100%;display:grid;grid-template-columns:230px 1fr 330px;align-items:center;gap:16px}
.cc-brand{display:flex;align-items:center;width:178px;height:48px;text-decoration:none}
.cc-brand img{display:block;width:172px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 12px rgba(0,0,0,.14))}
.cc-nav{height:100%;display:flex;align-items:stretch;justify-self:center;gap:28px}
.cc-nav a{position:relative;display:flex;align-items:center;padding:0 2px;color:rgba(255,255,255,.82);font-size:13px;font-weight:760;text-decoration:none;white-space:nowrap}
.cc-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--cc-lime);transform:scaleX(0);transform-origin:center;transition:transform .18s var(--cc-ease)}
.cc-nav a:hover,.cc-nav a.active{color:#fff}.cc-nav a:hover::after,.cc-nav a.active::after{transform:scaleX(1)}
.cc-actions{display:flex;justify-self:end;align-items:center;gap:9px}
.cc-icon{width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(10,18,30,.13);color:#fff;display:grid;place-items:center;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.cc-icon:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.26);transform:translateY(-1px)}.cc-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.cc-community{height:40px;min-width:116px;padding:0 18px;border-radius:999px;background:var(--cc-lime);color:#172016;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:850;box-shadow:0 8px 28px rgba(180,232,60,.08)}
.cc-lang{font-size:10px;font-weight:800;color:rgba(255,255,255,.83);white-space:nowrap}
.cc-menu{display:none;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(255,255,255,.04)}.cc-menu span{display:block;width:16px;height:1.5px;margin:4px auto;background:#fff;border-radius:1px}
.cc-mobile-nav{position:fixed;z-index:480;inset:var(--cc-header) 0 auto;padding:18px 24px 26px;background:rgba(18,28,44,.97);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(20px)}.cc-mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none;font-size:17px;font-weight:760}.cc-mobile-nav a.active{color:var(--cc-lime)}

/* Home hero */
.cc-hero{position:relative;height:508px;overflow:hidden;background:#25334b}
.cc-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;user-select:none;pointer-events:none}
.cc-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,30,48,.84) 0%,rgba(20,30,48,.64) 26%,rgba(20,30,48,.19) 45%,rgba(20,30,48,.03) 67%),linear-gradient(180deg,rgba(13,21,35,.06) 55%,rgba(20,31,49,.31) 100%)}
.cc-hero-inner{position:relative;z-index:2;height:100%}
.cc-hero-copy{position:absolute;left:14px;top:104px;width:500px}
.cc-overline{margin:0 0 16px;color:rgba(247,250,255,.76);font-size:11px;line-height:1;letter-spacing:.17em;font-weight:700}
.cc-hero-title{margin:0;font-style:italic;text-transform:uppercase}.cc-hero-title span{display:block;font-size:70px;line-height:.90;letter-spacing:-.055em;font-weight:950}.cc-hero-title small{display:block;margin-top:7px;font-size:33px;line-height:1;font-weight:540;letter-spacing:-.025em;color:rgba(248,250,255,.66)}
.cc-hero-cn{margin:20px 0 0;font-size:20px;line-height:1.48;font-weight:780;letter-spacing:-.02em;text-shadow:0 2px 15px rgba(0,0,0,.18)}
.cc-hero-desc{margin:10px 0 0;max-width:460px;color:var(--cc-muted);font-size:11px;line-height:1.72}
.cc-hero-cta{display:flex;gap:12px;margin-top:16px}.cc-button{height:46px;min-width:158px;padding:0 20px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(18,27,43,.55);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:820;backdrop-filter:blur(12px);transition:transform .18s ease,background .18s ease}.cc-button:hover{transform:translateY(-1px);background:rgba(28,40,61,.74)}.cc-button.primary{background:var(--cc-lime);border-color:transparent;color:#162015}.cc-button.primary:hover{background:#dcff82}
.cc-scroll{position:absolute;left:-38px;bottom:34px;width:70px;height:112px;color:rgba(255,255,255,.48);display:flex;flex-direction:column;align-items:center;font-size:7px;letter-spacing:.12em}.cc-scroll span{writing-mode:vertical-rl;transform:rotate(180deg)}.cc-scroll i{width:1px;height:38px;margin:8px 0;background:linear-gradient(#fff,rgba(255,255,255,.08))}.cc-scroll b{font-size:11px;font-weight:400}

/* Real audio player */
.cc-player{position:absolute;right:88px;top:98px;width:272px;padding:10px 11px 9px;border:1px solid rgba(255,255,255,.34);border-radius:19px;background:rgba(218,231,250,.25);box-shadow:0 16px 44px rgba(24,38,64,.16),inset 0 1px 0 rgba(255,255,255,.25);backdrop-filter:blur(23px) saturate(140%);-webkit-backdrop-filter:blur(23px) saturate(140%)}
.cc-player audio{display:none}.cc-player-main{display:grid;grid-template-columns:40px 1fr auto;gap:9px;align-items:center}.cc-player-cover{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.76)}.cc-player-meta strong,.cc-player-meta small{display:block}.cc-player-meta strong{font-size:10px}.cc-player-meta small{margin-top:3px;color:rgba(255,255,255,.70);font-size:8px}.cc-player-controls{display:flex;gap:5px;align-items:center}.cc-player-sound,.cc-player-toggle{padding:0;border:1px solid rgba(255,255,255,.39);border-radius:50%;display:grid;place-items:center;cursor:pointer}.cc-player-sound{width:25px;height:25px;background:rgba(255,255,255,.12);color:#fff;font-size:10px}.cc-player-toggle{width:34px;height:34px;background:rgba(255,255,255,.89);color:#283751;font-size:10px}.cc-player-toggle .pause{display:none}.cc-player.is-playing .cc-player-toggle .play{display:none}.cc-player.is-playing .cc-player-toggle .pause{display:inline}.cc-player-timeline{display:grid;grid-template-columns:28px 1fr 28px;gap:6px;align-items:center;margin-top:6px;color:rgba(255,255,255,.74);font-size:7px}.cc-player-track{width:100%;height:4px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.27);overflow:hidden;cursor:pointer}.cc-player-progress{display:block;width:0;height:100%;background:#fff;border-radius:inherit}

/* Home product strip: overlaps hero by 18 px */
.cc-products{position:relative;z-index:5;height:152px;background:linear-gradient(180deg,#26344c 0,#202c42 100%)}
.cc-product-panel{height:170px;transform:translateY(-18px);padding:14px 24px;border:1px solid var(--cc-line-strong);border-radius:20px;background:linear-gradient(110deg,rgba(106,124,159,.18),rgba(84,101,134,.29));box-shadow:0 18px 52px rgba(8,14,28,.13),inset 0 0 48px rgba(186,205,242,.035);backdrop-filter:blur(19px);display:grid;grid-template-columns:74px 1fr 126px;gap:20px;align-items:center}
.cc-product-label small,.cc-mini-head small,.cc-view-all small{display:block;color:rgba(235,242,255,.53);font-size:9px;letter-spacing:.06em;font-weight:700}.cc-product-label h2{margin:5px 0 0;font-size:23px}.cc-product-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;min-width:0}.cc-product-card{position:relative;height:138px;overflow:hidden;border:0;border-radius:9px;background:#52617d;color:#fff;text-align:left;text-decoration:none;box-shadow:0 10px 24px rgba(8,13,24,.13)}.cc-product-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .32s var(--cc-ease)}.cc-product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,38,0) 42%,rgba(13,21,36,.78) 100%)}.cc-product-card:hover img{transform:scale(1.035)}.cc-product-copy{position:absolute;z-index:2;left:14px;right:48px;bottom:10px;text-shadow:0 1px 8px rgba(0,0,0,.28)}.cc-product-copy strong{display:block;font-size:14px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-product-copy span{display:block;margin-top:4px;color:rgba(255,255,255,.78);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-card-arrow{position:absolute;z-index:2;right:12px;bottom:12px;width:31px;height:31px;border-radius:50%;background:rgba(255,255,255,.89);color:#25324a;display:grid;place-items:center;font-size:15px}.cc-view-all{align-self:stretch;display:flex;flex-direction:column;justify-content:center;text-decoration:none}.cc-view-all strong{display:block;margin-top:6px;font-size:12px}.cc-view-all span{margin-left:5px}
.cc-skeleton{height:138px;border-radius:9px;background:linear-gradient(110deg,rgba(255,255,255,.05),rgba(255,255,255,.11),rgba(255,255,255,.05));background-size:200% 100%;animation:cc-shimmer 1.4s linear infinite}@keyframes cc-shimmer{to{background-position:-200% 0}}

/* Home dashboard */
.cc-dashboard{height:282px;background:#202b42;border-bottom:1px solid rgba(255,255,255,.08)}.cc-dashboard-grid{height:100%;padding:16px 0 17px;display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,.78fr) minmax(360px,1.05fr);gap:30px}.cc-news,.cc-roadmap{min-width:0}.cc-mini-head{height:54px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.cc-mini-head h2{margin:4px 0 0;font-size:18px}.cc-mini-head a{margin-top:18px;color:#fff;text-decoration:none;font-size:9px;font-weight:760}.cc-news-list{padding-top:5px}.cc-news-item{height:54px;display:grid;grid-template-columns:84px 1fr 60px;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.055);text-decoration:none}.cc-news-thumb{width:84px;height:40px;border-radius:5px;overflow:hidden;background:#475777}.cc-news-thumb img{width:100%;height:100%;object-fit:cover}.cc-news-copy{min-width:0}.cc-news-copy strong,.cc-news-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-news-copy strong{font-size:10px}.cc-news-copy span{margin-top:4px;color:var(--cc-faint);font-size:8px}.cc-news-item time{justify-self:end;color:var(--cc-faint);font-size:8px}.cc-roadmap-list{padding-top:5px}.cc-roadmap-item{position:relative;height:42px;display:grid;grid-template-columns:70px 1fr 65px;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.05);font-size:9px}.cc-roadmap-item::before{content:"";width:9px;height:9px;border-radius:50%;background:#8c9ab5;position:absolute;left:0}.cc-roadmap-item time{padding-left:18px;color:var(--cc-faint)}.cc-roadmap-item strong{font-size:9px}.cc-roadmap-status{justify-self:end;color:var(--cc-faint);font-size:8px}.cc-roadmap-status i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#8695b1}.cc-roadmap-item[data-status="done"]::before,.cc-roadmap-item[data-status="done"] .cc-roadmap-status i{background:var(--cc-lime)}.cc-roadmap-item[data-status="dev"]::before,.cc-roadmap-item[data-status="dev"] .cc-roadmap-status i{background:#c9f754}.cc-promo{height:247px;border-radius:9px;overflow:hidden;display:block;background:#475b80;box-shadow:0 12px 34px rgba(6,12,24,.12)}.cc-promo img{width:100%;height:100%;object-fit:cover;display:block}

/* Footer */
.cc-footer{height:82px;background:rgba(22,32,49,.96);border-top:1px solid rgba(255,255,255,.07)}.cc-footer-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.cc-footer-brand{display:flex;align-items:center;gap:20px;min-width:0}.cc-footer-brand img{width:110px;height:auto}.cc-footer-brand span{color:var(--cc-faint);font-family:"Segoe Script","Bradley Hand",cursive;font-size:11px;white-space:nowrap}.cc-socials{display:flex;gap:9px}.cc-socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:9px;font-weight:800}.cc-footer-inner>small{justify-self:end;color:var(--cc-faint);font-size:8px}

/* Independent section pages */
.cc-subpage{padding-top:var(--cc-header)}
.cc-page-hero{position:relative;min-height:370px;display:flex;align-items:flex-end;overflow:hidden;background:#2a3852;background-size:cover;background-position:center}.cc-page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,28,45,.90) 0%,rgba(18,28,45,.64) 38%,rgba(18,28,45,.10) 70%),linear-gradient(180deg,rgba(18,28,45,.08) 44%,rgba(18,28,45,.54) 100%)}
.cc-page-hero-products{background-image:url('./media/reference-v9/home-hero.png')}.cc-page-hero-news{background-image:url('./media/reference-v9/home-promo.png')}.cc-page-hero-roadmap{background-image:url('./media/reference-v9/home-promo.png');background-position:center 42%}.cc-page-hero-nodes{background-image:url('./media/reference-v9/home-hero.png')}.cc-page-hero-about{background-image:url('./media/reference-v9/home-hero.png')}.cc-page-hero-search{background-image:url('./media/reference-v9/home-promo.png')}
.cc-page-hero-copy{position:relative;z-index:1;padding-bottom:58px}.cc-page-hero-copy>span{color:rgba(255,255,255,.63);font-size:10px;letter-spacing:.16em;font-weight:760}.cc-page-hero-copy h1{margin:12px 0 14px;font-size:clamp(58px,7vw,104px);line-height:.88;letter-spacing:-.06em;font-style:italic}.cc-page-hero-copy p{max-width:620px;margin:0;color:rgba(247,250,255,.73);font-size:14px;line-height:1.75}
.cc-page-section{padding:54px 0 90px;background:linear-gradient(180deg,#1f2c43,#18243a)}.cc-section-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:30px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.09)}.cc-section-head small{color:var(--cc-lime);font-size:9px;letter-spacing:.14em;font-weight:800}.cc-section-head h2{margin:6px 0 0;font-size:32px}.cc-section-head p{max-width:470px;margin:0;color:var(--cc-muted);font-size:11px;line-height:1.65;text-align:right}
.cc-empty{padding:28px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.035);color:var(--cc-muted)}

.cc-product-archive{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cc-archive-card{overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045);box-shadow:0 14px 40px rgba(6,12,24,.10)}.cc-archive-card-media{aspect-ratio:1.75/1;overflow:hidden;background:#40516d}.cc-archive-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.cc-archive-card:hover .cc-archive-card-media img{transform:scale(1.025)}.cc-archive-card-copy{padding:19px 19px 21px}.cc-archive-card-copy small{color:var(--cc-lime);font-size:9px;letter-spacing:.08em}.cc-archive-card-copy h3{margin:7px 0 7px;font-size:20px}.cc-archive-card-copy p{margin:0;color:var(--cc-muted);font-size:11px;line-height:1.65}

.cc-news-archive{display:grid;gap:12px}.cc-news-row{min-height:116px;padding:13px 18px 13px 13px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:rgba(255,255,255,.04);display:grid;grid-template-columns:160px 1fr auto;gap:18px;align-items:center;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.cc-news-row:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.20)}.cc-news-row img{width:160px;height:90px;object-fit:cover;border-radius:10px}.cc-news-row-copy small{color:var(--cc-lime);font-size:9px}.cc-news-row-copy h3{margin:5px 0 6px;font-size:18px}.cc-news-row-copy p{margin:0;color:var(--cc-muted);font-size:10px;line-height:1.6}.cc-news-row time{color:var(--cc-faint);font-size:9px}

.cc-roadmap-archive{display:grid;gap:16px}.cc-roadmap-stage{position:relative;padding:24px 26px 24px 72px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045)}.cc-roadmap-stage::before{content:"";position:absolute;left:32px;top:31px;width:13px;height:13px;border-radius:50%;background:#8290aa;box-shadow:0 0 0 7px rgba(255,255,255,.03)}.cc-roadmap-stage[data-status="done"]::before{background:var(--cc-lime)}.cc-roadmap-stage[data-status="dev"]::before{background:#c9f754}.cc-roadmap-stage-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.cc-roadmap-stage-head h3{margin:0;font-size:22px}.cc-roadmap-stage-head span{font-size:9px;color:var(--cc-muted);padding:7px 10px;border:1px solid rgba(255,255,255,.11);border-radius:999px}.cc-roadmap-items{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.cc-roadmap-items span{padding:8px 10px;border-radius:9px;background:rgba(255,255,255,.055);color:var(--cc-muted);font-size:10px}

.cc-node-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.cc-node-filter{height:36px;padding:0 14px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.04);color:#fff;cursor:pointer;font-size:10px}.cc-node-filter.active{background:var(--cc-lime);border-color:transparent;color:#172016;font-weight:820}.cc-node-archive{display:grid;gap:20px}.cc-node-board{border:1px solid rgba(255,255,255,.09);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.035)}.cc-node-board-head{padding:17px 20px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:16px}.cc-node-board-head h3{margin:0;font-size:18px}.cc-node-board-head span{color:var(--cc-faint);font-size:9px}.cc-node-row{padding:13px 20px;display:grid;grid-template-columns:90px 1fr 110px 110px;gap:14px;align-items:center;border-bottom:1px solid rgba(255,255,255,.055);font-size:10px}.cc-node-row:last-child{border-bottom:0}.cc-node-row time,.cc-node-row small{color:var(--cc-faint)}.cc-node-row strong{font-size:11px}.cc-node-status{justify-self:end;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.06);color:var(--cc-muted)}

.cc-about-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:start}.cc-about-intro small{color:var(--cc-lime);font-size:9px;letter-spacing:.13em}.cc-about-intro h2{margin:12px 0 18px;font-size:42px;line-height:1.08;letter-spacing:-.035em}.cc-about-intro p{margin:0;color:var(--cc-muted);font-size:13px;line-height:1.85}.cc-about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cc-about-grid article{min-height:190px;padding:22px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.04)}.cc-about-grid span{color:var(--cc-lime);font-size:10px}.cc-about-grid h3{margin:24px 0 8px;font-size:20px}.cc-about-grid p{margin:0;color:var(--cc-muted);font-size:11px;line-height:1.65}

.cc-search-page-form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:860px;margin:0 auto 28px}.cc-search-page-form input{height:54px;padding:0 18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.05);color:#fff;outline:none}.cc-search-page-form input:focus{border-color:rgba(210,255,100,.60)}.cc-search-page-form button{height:54px;padding:0 24px;border:0;border-radius:14px;background:var(--cc-lime);color:#172016;font-weight:850;cursor:pointer}.cc-search-page-results{max-width:860px;margin:0 auto}.cc-search-result{display:grid;grid-template-columns:90px 1fr auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none}.cc-search-result>span{color:var(--cc-lime);font-size:9px}.cc-search-result strong{font-size:12px}.cc-search-result small{color:var(--cc-faint);font-size:9px}

/* Announcement article */
.cc-article-hero{position:relative;overflow:hidden;padding:90px 0 46px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(24,35,54,.95),rgba(24,35,54,.72)),url('./media/reference-v9/home-promo.png') center 44%/cover no-repeat}.cc-article-hero-inner{position:relative;z-index:1}.cc-breadcrumbs{display:flex;gap:8px;color:var(--cc-muted);font-size:10px;font-weight:800}.cc-breadcrumbs a{text-decoration:none}.cc-article-title{margin:24px 0 15px;max-width:930px;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em}.cc-article-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--cc-muted);font-size:10px;font-weight:800}.cc-article-tools{display:flex;gap:8px;margin-top:22px}.cc-small-btn{height:38px;padding:0 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.05);color:#fff;cursor:pointer}.cc-article-error{margin-top:18px;padding:13px 15px;border-radius:12px;background:rgba(239,91,110,.14);color:#ffb4c0;font-size:12px}.cc-article-layout{width:min(calc(100% - 72px),1120px);margin:0 auto;padding:34px 0 90px;display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:32px;align-items:start}.cc-article-card{padding:clamp(25px,4vw,52px);border:1px solid rgba(255,255,255,.10);border-radius:26px;background:rgba(29,42,64,.70);box-shadow:var(--cc-shadow);backdrop-filter:blur(16px)}.cc-article-content{font-size:15px;line-height:1.9;overflow-wrap:anywhere}.cc-article-content h2{margin:2.1em 0 .7em;font-size:clamp(25px,3vw,37px);line-height:1.18;scroll-margin-top:100px}.cc-article-content h3{margin:1.8em 0 .6em;font-size:clamp(20px,2.4vw,28px);scroll-margin-top:100px}.cc-article-content p,.cc-article-content li{color:rgba(241,245,255,.78)}.cc-article-content a{text-decoration-color:var(--cc-lime);text-decoration-thickness:2px;text-underline-offset:3px}.cc-article-content img{display:block;max-width:100%;height:auto;margin:28px auto;border-radius:17px}.cc-article-content blockquote{margin:28px 0;padding:18px 20px;border-left:3px solid var(--cc-lime);border-radius:0 14px 14px 0;background:rgba(212,255,101,.06)}.cc-toc{position:sticky;top:calc(var(--cc-header) + 22px);padding-left:18px;border-left:1px solid rgba(255,255,255,.12)}.cc-toc strong{display:block;margin-bottom:10px;color:var(--cc-muted);font-size:9px;letter-spacing:.14em;text-transform:uppercase}.cc-toc a{display:block;padding:7px 0;color:var(--cc-muted);text-decoration:none;font-size:11px;line-height:1.4}.cc-toc a.active{color:#fff;font-weight:850}.cc-article-pager{width:min(calc(100% - 72px),1120px);margin:-58px auto 80px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cc-article-pager a{min-height:110px;padding:18px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045);text-decoration:none;display:flex;flex-direction:column;justify-content:space-between}.cc-article-pager small{color:var(--cc-lime);font-size:9px}.cc-article-pager strong{font-size:13px}

/* Join */
.cc-join-main{min-height:calc(100svh - var(--cc-header) - 82px);padding:48px 0 70px;display:grid;place-items:center;background:radial-gradient(circle at 76% 30%,rgba(130,169,255,.16),transparent 34%),linear-gradient(180deg,#1c2940,#172237)}.cc-join-card{width:min(calc(100% - 72px),1120px);min-height:570px;display:grid;grid-template-columns:.92fr 1.08fr;border:1px solid rgba(255,255,255,.12);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.045);box-shadow:var(--cc-shadow)}.cc-join-copy{padding:60px 54px;display:flex;flex-direction:column;justify-content:center}.cc-eyebrow{color:var(--cc-lime);font-size:9px;letter-spacing:.14em;font-weight:800}.cc-join-copy h1{margin:15px 0 18px;font-size:54px;line-height:.95;letter-spacing:-.055em}.cc-join-copy>p{margin:0;color:var(--cc-muted);font-size:12px;line-height:1.75}.cc-join-form{margin-top:28px}.cc-code-field{display:grid;grid-template-columns:1fr auto;gap:8px}.cc-code-field input{height:50px;padding:0 15px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.06);color:#fff;outline:none}.cc-code-field button{height:50px;padding:0 18px;border:0;border-radius:13px;background:var(--cc-lime);color:#172016;font-weight:850;cursor:pointer}.cc-join-status{margin-top:12px;padding:10px 12px;border-radius:10px;font-size:11px}.cc-join-status.error{background:rgba(240,94,114,.14);color:#ffc1cb}.cc-join-note{margin-top:20px;color:var(--cc-faint);font-size:10px;line-height:1.6}.cc-join-visual{position:relative;overflow:hidden}.cc-join-visual img{width:100%;height:100%;object-fit:cover;object-position:62% center;display:block}.cc-join-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,37,58,.36),transparent 38%)}.cc-join-visual-label{position:absolute;z-index:1;right:22px;bottom:20px;color:rgba(255,255,255,.68);font-size:8px;letter-spacing:.14em}

/* Light-ish mode keeps the brand dark, but raises panel brightness */
body.cc-bright{background:linear-gradient(180deg,#4d607e 0,#2d3e5d 46%,#1d2b43 100%)}body.cc-bright .cc-header{background:rgba(38,50,74,.48)}body.cc-bright .cc-product-panel,body.cc-bright .cc-archive-card,body.cc-bright .cc-news-row,body.cc-bright .cc-roadmap-stage,body.cc-bright .cc-node-board,body.cc-bright .cc-about-grid article{background:rgba(255,255,255,.07)}

@media (max-width:1200px){
  .cc-frame{width:min(calc(100% - 56px),1120px)}.cc-header-inner{grid-template-columns:195px 1fr 280px}.cc-brand{width:158px}.cc-brand img{width:154px}.cc-nav{gap:18px}.cc-nav a{font-size:12px}.cc-community{min-width:104px;padding:0 14px}.cc-lang{display:none}
  .cc-hero-copy{left:4px;width:460px}.cc-hero-title span{font-size:62px}.cc-hero-title small{font-size:29px}.cc-player{right:18px}.cc-product-panel{grid-template-columns:70px 1fr 118px;gap:14px}.cc-product-cards{gap:10px}.cc-dashboard-grid{gap:18px;grid-template-columns:1fr .84fr 1fr}.cc-news-item{grid-template-columns:72px 1fr 54px}.cc-news-thumb{width:72px}
}

@media (max-width:900px){
  :root{--cc-header:64px}.cc-frame{width:calc(100% - 32px)}.cc-header-inner{grid-template-columns:1fr auto}.cc-brand{height:58px;width:172px}.cc-brand img{width:166px}.cc-nav,.cc-lang,.cc-actions>.cc-icon:first-child{display:none}.cc-menu{display:block}.cc-community{height:38px}
  .cc-hero{height:700px}.cc-hero-image{object-position:61% center}.cc-hero-shade{background:linear-gradient(180deg,rgba(17,26,42,.02) 0%,rgba(17,26,42,.08) 39%,rgba(18,28,45,.72) 60%,rgba(18,28,45,.97) 100%)}.cc-hero-copy{left:0;right:0;top:auto;bottom:36px;width:auto}.cc-overline{font-size:10px}.cc-hero-title span{font-size:55px}.cc-hero-title small{font-size:26px}.cc-hero-cn{font-size:18px}.cc-hero-desc{max-width:620px}.cc-scroll{display:none}.cc-player{top:86px;right:16px;width:248px}
  .cc-products{height:auto;padding:0 0 24px}.cc-product-panel{height:auto;min-height:0;transform:translateY(-16px);padding:14px;grid-template-columns:1fr}.cc-product-label{display:flex;align-items:end;justify-content:space-between}.cc-product-label h2{font-size:22px}.cc-product-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cc-product-card{height:auto;aspect-ratio:2.03/1}.cc-view-all{min-height:42px;align-self:auto;flex-direction:row;justify-content:space-between;align-items:center}
  .cc-dashboard{height:auto}.cc-dashboard-grid{height:auto;padding:0 0 28px;grid-template-columns:1fr;gap:24px}.cc-promo{height:auto;aspect-ratio:1098/494}.cc-footer{height:auto}.cc-footer-inner{padding:20px 0;grid-template-columns:1fr auto}.cc-footer-inner>small{grid-column:1/-1;justify-self:start}.cc-footer-brand span{display:none}
  .cc-page-hero{min-height:340px}.cc-page-hero-copy{padding-bottom:42px}.cc-page-hero-copy h1{font-size:70px}.cc-page-hero-copy p{max-width:560px}.cc-section-head{align-items:flex-start;flex-direction:column}.cc-section-head p{text-align:left}.cc-product-archive{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-news-row{grid-template-columns:130px 1fr}.cc-news-row img{width:130px;height:78px}.cc-news-row time{display:none}.cc-node-row{grid-template-columns:80px 1fr 90px}.cc-node-row small:nth-of-type(1){display:none}.cc-about-layout{grid-template-columns:1fr}.cc-article-layout{grid-template-columns:1fr}.cc-toc{display:none}.cc-join-card{grid-template-columns:1fr}.cc-join-visual{min-height:360px}.cc-join-copy{padding:42px 34px}
}

@media (max-width:560px){
  .cc-frame{width:calc(100% - 24px)}.cc-brand{width:152px}.cc-brand img{width:148px}.cc-actions{gap:7px}.cc-actions .cc-icon{width:36px;height:36px}.cc-community{min-width:94px;height:36px;padding:0 12px;font-size:10px}
  .cc-hero{height:690px}.cc-hero-image{object-position:63% center}.cc-player{top:78px;right:12px;width:225px}.cc-player-main{grid-template-columns:36px 1fr auto}.cc-player-cover{width:36px;height:36px}.cc-player-meta strong{font-size:9px}.cc-player-meta small{font-size:7px}.cc-player-sound{display:none}.cc-player-toggle{width:31px;height:31px}.cc-player-timeline{font-size:6.5px}.cc-hero-copy{bottom:26px}.cc-overline{margin-bottom:12px}.cc-hero-title span{font-size:46px}.cc-hero-title small{font-size:22px}.cc-hero-cn{margin-top:17px;font-size:16px;line-height:1.52}.cc-hero-desc{display:none}.cc-hero-cta{gap:8px}.cc-button{min-width:0;height:43px;padding:0 14px;font-size:10px}
  .cc-product-cards{gap:8px}.cc-product-copy{left:10px;right:38px;bottom:8px}.cc-product-copy strong{font-size:12px}.cc-product-copy span{font-size:8px}.cc-card-arrow{right:8px;bottom:8px;width:27px;height:27px}.cc-news-item{grid-template-columns:70px 1fr}.cc-news-item time{display:none}.cc-roadmap-item{grid-template-columns:66px 1fr}.cc-roadmap-status{display:none}.cc-footer-inner{grid-template-columns:1fr}.cc-socials{justify-self:start}.cc-footer-inner>small{grid-column:auto}
  .cc-page-hero{min-height:300px}.cc-page-hero-copy{padding-bottom:30px}.cc-page-hero-copy h1{font-size:52px}.cc-page-hero-copy p{font-size:12px}.cc-page-section{padding:36px 0 64px}.cc-section-head h2{font-size:27px}.cc-product-archive{grid-template-columns:1fr}.cc-news-row{grid-template-columns:96px 1fr;padding:10px}.cc-news-row img{width:96px;height:68px}.cc-news-row-copy h3{font-size:14px}.cc-news-row-copy p{display:none}.cc-roadmap-stage{padding:19px 18px 19px 48px}.cc-roadmap-stage::before{left:20px;top:25px}.cc-roadmap-stage-head h3{font-size:17px}.cc-node-row{grid-template-columns:65px 1fr;gap:8px}.cc-node-row .cc-node-status{display:none}.cc-about-intro h2{font-size:34px}.cc-about-grid{grid-template-columns:1fr}.cc-search-page-form{grid-template-columns:1fr}.cc-search-page-form button{width:100%}.cc-search-result{grid-template-columns:70px 1fr}.cc-search-result small{display:none}.cc-article-layout,.cc-article-pager{width:calc(100% - 24px)}.cc-article-pager{grid-template-columns:1fr}.cc-join-card{width:calc(100% - 24px)}.cc-join-copy{padding:34px 22px}.cc-join-copy h1{font-size:42px}.cc-code-field{grid-template-columns:1fr}.cc-join-visual{min-height:300px}
}

/* ==========================================================================\n   V9 precision alignment / unified public pages\n   Reference target: 1536 × 1024 planning frame\n   ========================================================================== */
:root{
  --cc-header-frame:1296px;
  --cc-home-products:168px;
  --cc-home-dashboard:284px;
  --cc-footer:64px;
  --cc-glass:rgba(30,43,66,.48);
  --cc-glass-strong:rgba(35,50,77,.66);
}

/* Header and hero deliberately use the narrower 1296px content frame from the reference. */
.cc-header-inner,.cc-hero-inner{width:min(calc(100% - 96px),var(--cc-header-frame));}
.cc-header{background:rgba(21,31,48,.43);border-bottom-color:rgba(255,255,255,.065);backdrop-filter:blur(18px) saturate(132%);-webkit-backdrop-filter:blur(18px) saturate(132%)}
.cc-header.is-scrolled{background:rgba(20,30,47,.66);box-shadow:0 10px 34px rgba(6,12,24,.13)}
.cc-header-inner{grid-template-columns:210px 1fr 330px}
.cc-brand{width:174px;height:52px}
.cc-brand img{width:170px;max-height:46px;object-fit:contain}
.cc-nav{gap:29px}
.cc-nav a{font-size:12px;font-weight:780}
.cc-actions{gap:9px}

/* 1536 reference: copy starts around x=136, title baseline/scale matches the planning comp. */
.cc-hero-copy{left:16px;top:104px;width:505px}
.cc-player{right:22px;top:108px;width:248px}
.cc-scroll{left:-54px;bottom:32px}
.cc-hero-shade{background:linear-gradient(90deg,rgba(18,28,45,.88) 0%,rgba(18,28,45,.68) 25%,rgba(18,28,45,.30) 38%,rgba(18,28,45,.05) 57%,rgba(18,28,45,.01) 73%),linear-gradient(180deg,rgba(14,22,36,.05) 56%,rgba(20,31,49,.28) 100%)}

/* Product strip ends exactly where the lower 284px dashboard begins in the 1024px reference. */
.cc-products{height:var(--cc-home-products)}
.cc-product-panel{height:170px;transform:translateY(-2px);padding:14px 24px;grid-template-columns:74px 1fr 126px;gap:20px;background:linear-gradient(110deg,rgba(98,116,151,.18),rgba(82,99,132,.28));backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}
.cc-product-card{height:138px}
.cc-product-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 18%;z-index:0}
.cc-product-card.is-missing{background:linear-gradient(135deg,#40516e,#283750)}
.cc-product-placeholder{position:absolute;inset:0;z-index:0;display:none;align-items:flex-start;justify-content:flex-end;flex-direction:column;padding:14px;background:radial-gradient(circle at 72% 20%,rgba(190,213,255,.22),transparent 34%),linear-gradient(135deg,rgba(140,180,255,.09),rgba(14,23,38,.18))}
.cc-product-card.is-missing .cc-product-placeholder{display:flex}
.cc-product-placeholder b{font-size:9px;letter-spacing:.14em;color:rgba(255,255,255,.55)}
.cc-product-placeholder i{margin-top:6px;font-style:normal;font-size:8px;color:rgba(255,255,255,.36)}

.cc-dashboard{height:var(--cc-home-dashboard)}
.cc-dashboard-grid{padding:16px 0 19px;grid-template-columns:minmax(0,.98fr) minmax(0,.78fr) minmax(360px,1.05fr);gap:30px}
.cc-footer{height:var(--cc-footer)}
.cc-footer-brand img{width:98px}
.cc-footer-inner{grid-template-columns:1fr auto 1fr}

/* Product archive: only original product art from the data source is shown. */
.cc-archive-card-media{position:relative;isolation:isolate;background:linear-gradient(135deg,#40516f,#29384f)}
.cc-archive-card-media img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:50% 16%}
.cc-archive-placeholder{position:absolute;z-index:0;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;background:radial-gradient(circle at 78% 18%,rgba(169,199,255,.22),transparent 31%),linear-gradient(135deg,#394a68,#202d43)}
.cc-archive-placeholder b{font-size:22px;letter-spacing:-.03em;color:rgba(255,255,255,.74)}
.cc-archive-placeholder i{margin-top:6px;font-style:normal;font-size:9px;letter-spacing:.11em;color:rgba(255,255,255,.42)}
.cc-archive-card-media:not(.is-missing) .cc-archive-placeholder{opacity:0}
.cc-archive-card-media.is-missing .cc-archive-placeholder{opacity:1}

/* All standalone pages share exactly the same transparent header, hero rhythm and glass language. */
.cc-subpage{padding-top:0}
.cc-page-hero{min-height:430px;padding-top:var(--cc-header);background-image:url('./media/reference-v9/home-hero.png')!important;background-size:cover;background-position:center 20%;border-bottom:1px solid rgba(255,255,255,.08)}
.cc-page-hero::before{background:linear-gradient(90deg,rgba(18,28,45,.91) 0%,rgba(18,28,45,.73) 31%,rgba(18,28,45,.25) 57%,rgba(18,28,45,.08) 76%),linear-gradient(180deg,rgba(18,28,45,.02) 46%,rgba(18,28,45,.56) 100%)}
.cc-page-hero-news,.cc-page-hero-roadmap,.cc-page-hero-search{background-image:url('./media/reference-v9/home-promo.png')!important;background-position:center 42%}
.cc-page-hero-nodes{background-position:center 32%}
.cc-page-hero-about{background-position:center 18%}
.cc-page-hero-copy{padding-bottom:50px}
.cc-page-hero-copy>span{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(19,29,47,.24);backdrop-filter:blur(10px);font-size:9px}
.cc-page-hero-copy h1{margin:15px 0 14px;font-size:clamp(62px,7vw,104px)}
.cc-page-hero-copy p{font-size:13px;max-width:680px}
.cc-page-section{padding:58px 0 92px;background:radial-gradient(circle at 80% 4%,rgba(120,156,225,.08),transparent 28%),linear-gradient(180deg,#202d44,#18243a)}
.cc-section-head{margin-bottom:26px;padding-bottom:17px}
.cc-section-head h2{font-size:30px}

/* About V9 */
.cc-about-v9{display:grid;gap:58px}
.cc-about-lead{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:54px;align-items:start}
.cc-about-kicker{color:var(--cc-lime);font-size:9px;font-weight:850;letter-spacing:.15em}
.cc-about-lead h2{margin:12px 0 20px;font-size:clamp(38px,4.2vw,62px);line-height:1.01;letter-spacing:-.05em}
.cc-about-lead p{margin:0 0 16px;color:var(--cc-muted);font-size:13px;line-height:1.9}
.cc-about-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.cc-about-fact{min-height:150px;padding:20px;border:1px solid rgba(255,255,255,.10);border-radius:19px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(14px)}
.cc-about-fact strong{display:block;font-size:34px;letter-spacing:-.05em}
.cc-about-fact span{display:block;margin-top:7px;color:var(--cc-muted);font-size:10px;line-height:1.6}
.cc-about-block{padding-top:28px;border-top:1px solid rgba(255,255,255,.09)}
.cc-about-block-head{display:grid;grid-template-columns:210px 1fr;gap:28px;margin-bottom:24px}
.cc-about-block-head small{color:var(--cc-lime);font-size:9px;font-weight:850;letter-spacing:.14em}
.cc-about-block-head h3{margin:0;font-size:clamp(28px,3.2vw,44px);line-height:1.08;letter-spacing:-.035em}
.cc-leadership{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.cc-leader{min-height:124px;padding:17px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)}
.cc-leader b{display:block;font-size:17px}
.cc-leader span{display:block;margin-top:30px;color:var(--cc-faint);font-size:9px;letter-spacing:.08em}
.cc-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.cc-principle{min-height:205px;padding:22px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.025))}
.cc-principle small{color:var(--cc-lime);font-size:9px;letter-spacing:.12em}
.cc-principle h4{margin:28px 0 10px;font-size:19px}
.cc-principle p{margin:0;color:var(--cc-muted);font-size:11px;line-height:1.7}
.cc-about-manifesto{position:relative;overflow:hidden;min-height:330px;padding:44px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(90deg,rgba(17,27,44,.94),rgba(26,40,62,.68)),url('./media/reference-v9/home-promo.png') center/cover no-repeat;display:flex;align-items:flex-end}
.cc-about-manifesto::after{content:"CAT CORE / 2020—NOW";position:absolute;right:28px;top:24px;color:rgba(255,255,255,.42);font-size:9px;letter-spacing:.13em}
.cc-about-manifesto-copy{max-width:650px}
.cc-about-manifesto-copy small{color:var(--cc-lime);font-size:9px;letter-spacing:.15em;font-weight:850}
.cc-about-manifesto-copy h3{margin:14px 0 13px;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.045em}
.cc-about-manifesto-copy p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.8}
.cc-about-disclaimer{padding:13px 15px;border-left:2px solid var(--cc-lime);background:rgba(210,255,100,.045);color:var(--cc-muted);font-size:10px;line-height:1.7}

@media (max-width:1200px){
  .cc-header-inner,.cc-hero-inner{width:min(calc(100% - 56px),1120px)}
  .cc-header-inner{grid-template-columns:190px 1fr 280px}
  .cc-brand{width:164px}.cc-brand img{width:160px}
  .cc-player{right:12px}
  .cc-about-lead{gap:34px}.cc-leadership{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  .cc-header-inner,.cc-hero-inner{width:calc(100% - 32px)}
  .cc-products{height:auto}.cc-product-panel{transform:translateY(-10px)}
  .cc-dashboard{height:auto}.cc-footer{height:auto}
  .cc-page-hero{min-height:360px;padding-top:var(--cc-header);background-position:63% 25%}
  .cc-about-lead{grid-template-columns:1fr}.cc-about-block-head{grid-template-columns:1fr;gap:9px}.cc-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .cc-header-inner,.cc-hero-inner{width:calc(100% - 24px)}
  .cc-brand{width:154px}.cc-brand img{width:150px}
  .cc-hero-copy{left:0}
  .cc-player{right:0}
  .cc-product-panel{transform:translateY(-8px)}
  .cc-product-card{min-height:0}
  .cc-page-hero{min-height:320px;background-position:66% 30%}
  .cc-page-hero-copy h1{font-size:50px}
  .cc-about-facts{grid-template-columns:1fr 1fr}.cc-about-fact{min-height:125px;padding:16px}.cc-about-fact strong{font-size:28px}
  .cc-leadership{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-principles{grid-template-columns:1fr}.cc-about-manifesto{min-height:390px;padding:28px 22px}.cc-about-manifesto-copy h3{font-size:38px}
}
/* Final 1536 reference micro-alignment */
.cc-player{right:16px;width:228px}
.cc-product-panel{grid-template-columns:60px 1fr 110px;gap:21px}

/* V9 responsive reset must come after desktop precision overrides. */
@media (max-width:900px){
  :root{--cc-header:64px}
  .cc-header-inner{grid-template-columns:1fr auto}
  .cc-nav,.cc-lang,.cc-actions>.cc-icon:first-child{display:none}
  .cc-menu{display:block}
  .cc-community{height:38px}

  .cc-hero{height:700px}
  .cc-hero-image{object-position:61% center}
  .cc-hero-shade{background:linear-gradient(180deg,rgba(17,26,42,.03) 0%,rgba(17,26,42,.10) 38%,rgba(18,28,45,.66) 58%,rgba(18,28,45,.97) 100%)}
  .cc-hero-copy{left:0;right:0;top:auto;bottom:36px;width:auto}
  .cc-overline{font-size:10px}
  .cc-hero-title span{font-size:55px}
  .cc-hero-title small{font-size:26px}
  .cc-hero-cn{font-size:18px}
  .cc-hero-desc{max-width:620px}
  .cc-scroll{display:none}
  .cc-player{top:86px;right:16px;width:248px}

  .cc-products{height:auto;padding:0 0 24px}
  .cc-product-panel{height:auto;min-height:0;transform:translateY(-10px);padding:14px;grid-template-columns:1fr;gap:12px;align-items:stretch}
  .cc-product-label{display:flex;align-items:end;justify-content:space-between}
  .cc-product-label h2{font-size:22px}
  .cc-product-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .cc-product-card{height:auto;aspect-ratio:2.03/1}
  .cc-view-all{min-height:42px;align-self:auto;flex-direction:row;justify-content:space-between;align-items:center}

  .cc-dashboard{height:auto}
  .cc-dashboard-grid{height:auto;padding:0 0 28px;grid-template-columns:1fr;gap:24px}
  .cc-promo{height:auto;aspect-ratio:1098/494}
  .cc-footer{height:auto}
  .cc-footer-inner{padding:20px 0;grid-template-columns:1fr auto}
  .cc-footer-inner>small{grid-column:1/-1;justify-self:start}
  .cc-footer-brand span{display:none}

  .cc-page-hero{min-height:360px;padding-top:var(--cc-header);background-position:63% 25%}
  .cc-page-hero-copy{padding-bottom:42px}
  .cc-page-hero-copy h1{font-size:70px}
  .cc-page-hero-copy p{max-width:560px}
  .cc-section-head{align-items:flex-start;flex-direction:column}
  .cc-section-head p{text-align:left}
  .cc-product-archive{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cc-news-row{grid-template-columns:130px 1fr}
  .cc-news-row img{width:130px;height:78px}
  .cc-news-row time{display:none}
  .cc-node-row{grid-template-columns:80px 1fr 90px}
  .cc-node-row small:nth-of-type(1){display:none}
  .cc-about-lead{grid-template-columns:1fr}
  .cc-about-block-head{grid-template-columns:1fr;gap:9px}
  .cc-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cc-article-layout{grid-template-columns:1fr}
  .cc-toc{display:none}
  .cc-join-card{grid-template-columns:1fr}
  .cc-join-visual{min-height:360px}
  .cc-join-copy{padding:42px 34px}
}

@media (max-width:560px){
  .cc-frame,.cc-header-inner,.cc-hero-inner{width:calc(100% - 24px)}
  .cc-brand{width:154px}.cc-brand img{width:150px}
  .cc-actions{gap:7px}.cc-actions .cc-icon{width:36px;height:36px}
  .cc-community{min-width:94px;height:36px;padding:0 12px;font-size:10px}

  .cc-hero{height:690px}
  .cc-hero-image{object-position:63% center}
  .cc-player{top:78px;right:12px;width:225px}
  .cc-player-main{grid-template-columns:36px 1fr auto}
  .cc-player-cover{width:36px;height:36px}
  .cc-player-meta strong{font-size:9px}.cc-player-meta small{font-size:7px}
  .cc-player-sound{display:none}.cc-player-toggle{width:31px;height:31px}.cc-player-timeline{font-size:6.5px}
  .cc-hero-copy{left:0;right:0;top:auto;bottom:26px;width:auto}
  .cc-overline{margin-bottom:12px}
  .cc-hero-title span{font-size:46px}.cc-hero-title small{font-size:22px}
  .cc-hero-cn{margin-top:17px;font-size:16px;line-height:1.52}
  .cc-hero-desc{display:none}
  .cc-hero-cta{gap:8px}.cc-button{min-width:0;height:43px;padding:0 14px;font-size:10px}

  .cc-product-panel{transform:translateY(-8px);padding:12px}
  .cc-product-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .cc-product-card{height:auto;aspect-ratio:2.03/1;min-width:0}
  .cc-product-copy{left:10px;right:38px;bottom:8px}.cc-product-copy strong{font-size:12px}.cc-product-copy span{font-size:8px}
  .cc-card-arrow{right:8px;bottom:8px;width:27px;height:27px}

  .cc-news-item{grid-template-columns:70px 1fr}.cc-news-item time{display:none}
  .cc-roadmap-item{grid-template-columns:66px 1fr}.cc-roadmap-status{display:none}
  .cc-footer-inner{grid-template-columns:1fr}.cc-socials{justify-self:start}.cc-footer-inner>small{grid-column:auto}

  .cc-page-hero{min-height:320px;background-position:66% 30%}
  .cc-page-hero-copy{padding-bottom:30px}.cc-page-hero-copy h1{font-size:50px}.cc-page-hero-copy p{font-size:12px}
  .cc-page-section{padding:36px 0 64px}.cc-section-head h2{font-size:27px}
  .cc-product-archive{grid-template-columns:1fr}
  .cc-news-row{grid-template-columns:96px 1fr;padding:10px}.cc-news-row img{width:96px;height:68px}.cc-news-row-copy h3{font-size:14px}.cc-news-row-copy p{display:none}
  .cc-roadmap-stage{padding:19px 18px 19px 48px}.cc-roadmap-stage::before{left:20px;top:25px}.cc-roadmap-stage-head h3{font-size:17px}
  .cc-node-row{grid-template-columns:65px 1fr;gap:8px}.cc-node-row .cc-node-status{display:none}
  .cc-about-facts{grid-template-columns:1fr 1fr}.cc-about-fact{min-height:125px;padding:16px}.cc-about-fact strong{font-size:28px}
  .cc-leadership{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-principles{grid-template-columns:1fr}.cc-about-manifesto{min-height:390px;padding:28px 22px}.cc-about-manifesto-copy h3{font-size:38px}
  .cc-search-page-form{grid-template-columns:1fr}.cc-search-page-form button{width:100%}.cc-search-result{grid-template-columns:70px 1fr}.cc-search-result small{display:none}
  .cc-article-layout,.cc-article-pager{width:calc(100% - 24px)}.cc-article-pager{grid-template-columns:1fr}
  .cc-join-card{width:calc(100% - 24px)}.cc-join-copy{padding:34px 22px}.cc-join-copy h1{font-size:42px}.cc-code-field{grid-template-columns:1fr}.cc-join-visual{min-height:300px}
}

/* Final public-page polish */
.cc-product-archive{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.cc-article-hero{background:linear-gradient(90deg,rgba(24,35,54,.94),rgba(24,35,54,.62)),url('./media/reference-v9/home-promo.png') center 42%/cover no-repeat}
.cc-join-main{padding:calc(var(--cc-header) + 38px) 0 70px}
@media (max-width:1200px){.cc-product-archive{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.cc-product-archive{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){
  .cc-product-archive{grid-template-columns:1fr;gap:12px}
  .cc-archive-card-media{aspect-ratio:2.15/1}
  .cc-archive-card-copy{padding:15px 16px 17px}
  .cc-archive-card-copy h3{font-size:18px}
}

/* ==========================================================================
   V10 — transparent reference-stage composition
   - Hero image continues behind product glass strip.
   - Header remains visibly translucent instead of becoming a dark slab.
   - Product strip is glass only; no opaque section background.
   ========================================================================== */
:root{
  --cc-header-glass:rgba(17,27,44,.14);
  --cc-header-glass-scrolled:rgba(17,27,44,.28);
  --cc-product-glass-a:rgba(74,94,132,.12);
  --cc-product-glass-b:rgba(55,74,108,.17);
}

.cc-header,
.cc-header.cc-header-home{
  background:linear-gradient(180deg,rgba(19,29,47,.18),rgba(19,29,47,.10));
  border-bottom-color:rgba(255,255,255,.075);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.018);
  backdrop-filter:blur(14px) saturate(118%);
  -webkit-backdrop-filter:blur(14px) saturate(118%);
}
.cc-header.is-scrolled{
  background:linear-gradient(180deg,rgba(18,28,45,.34),rgba(18,28,45,.24));
  border-bottom-color:rgba(255,255,255,.085);
  box-shadow:0 8px 30px rgba(5,11,22,.08),inset 0 -1px 0 rgba(255,255,255,.025);
}

/* At 1536px the scene occupies y=0..676; products float over y≈506..676. */
.cc-home .cc-hero{
  height:676px;
  background:#24324a;
}
.cc-home .cc-hero-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.cc-home .cc-products{
  height:0;
  padding:0;
  background:transparent;
  overflow:visible;
}
.cc-home .cc-product-panel{
  height:170px;
  transform:translateY(-170px);
  background:linear-gradient(112deg,var(--cc-product-glass-a),var(--cc-product-glass-b));
  border-color:rgba(236,243,255,.28);
  box-shadow:0 14px 44px rgba(7,13,26,.09),inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter:blur(11px) saturate(112%);
  -webkit-backdrop-filter:blur(11px) saturate(112%);
}
.cc-home .cc-dashboard{
  position:relative;
  z-index:2;
}

/* The player is a real glass control, never dependent on the remote product proxy. */
.cc-player{
  background:rgba(222,234,252,.19);
  border-color:rgba(255,255,255,.36);
  backdrop-filter:blur(14px) saturate(120%);
  -webkit-backdrop-filter:blur(14px) saturate(120%);
}
.cc-player-cover{
  background:rgba(255,255,255,.20);
  object-position:50% 17%;
}

/* Standalone pages inherit the same lighter navigation glass. */
.cc-subpage .cc-header,
.cc-article-page .cc-header,
.cc-join-page .cc-header{
  background:linear-gradient(180deg,rgba(19,29,47,.18),rgba(19,29,47,.10));
}

@media (max-width:900px){
  .cc-home .cc-hero{height:700px}
  .cc-home .cc-products{height:auto;padding:0 0 24px;background:transparent}
  .cc-home .cc-product-panel{
    height:auto;
    min-height:0;
    transform:translateY(-10px);
    background:linear-gradient(145deg,rgba(68,88,124,.18),rgba(41,59,89,.22));
    backdrop-filter:blur(12px) saturate(112%);
    -webkit-backdrop-filter:blur(12px) saturate(112%);
  }
}

@media (max-width:560px){
  .cc-header,
  .cc-header.cc-header-home{
    background:linear-gradient(180deg,rgba(17,27,44,.20),rgba(17,27,44,.12));
    backdrop-filter:blur(12px) saturate(116%);
    -webkit-backdrop-filter:blur(12px) saturate(116%);
  }
  .cc-home .cc-hero{height:690px}
  .cc-home .cc-product-panel{transform:translateY(-8px)}
}

/* ==========================================================================\n   V11 — 70% transparent navigation + expanded About system\n   ========================================================================== */
:root{
  /* Alpha .30 means the navigation surface is 70% transparent. */
  --cc-nav-glass:rgba(17,27,44,.30);
  --cc-nav-line:rgba(255,255,255,.075);
}

/* Keep the hero visible through the navigation instead of stacking a heavy
   dark overlay + high blur on the same pixels. */
.cc-header,
.cc-header.cc-header-home,
.cc-subpage .cc-header,
.cc-article-page .cc-header,
.cc-join-page .cc-header,
.cc-header.is-scrolled{
  background:var(--cc-nav-glass);
  border-bottom-color:var(--cc-nav-line);
  backdrop-filter:blur(6px) saturate(108%);
  -webkit-backdrop-filter:blur(6px) saturate(108%);
}
.cc-header.is-scrolled{
  box-shadow:0 8px 30px rgba(5,11,22,.08),inset 0 -1px 0 rgba(255,255,255,.025);
}
/* The hero shade starts below the navigation. The header therefore sees the
   actual source image plus only the 30%-opaque glass surface above it. */
.cc-home .cc-hero-shade{
  top:var(--cc-header);
}
.cc-page-hero::before{
  top:var(--cc-header);
}

/* Mobile top bar uses the same transparency rule. The opened menu itself stays
   more opaque for legibility. */
@media (max-width:560px){
  .cc-header,
  .cc-header.cc-header-home,
  .cc-subpage .cc-header,
  .cc-article-page .cc-header,
  .cc-join-page .cc-header,
  .cc-header.is-scrolled{
    background:var(--cc-nav-glass);
    backdrop-filter:blur(5px) saturate(106%);
    -webkit-backdrop-filter:blur(5px) saturate(106%);
  }
}

/* About V11 — flagship editorial / technology platform presentation. */
.cc-about-v11{display:grid;gap:72px}
.cc-about-v11 .cc-about-lead{gap:60px}
.cc-about-v11 .cc-about-lead h2{max-width:690px}
.cc-about-v11 .cc-about-lead p{font-size:13px;line-height:1.95}
.cc-about-v11 .cc-about-fact{position:relative;overflow:hidden;min-height:164px;background:linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.026))}
.cc-about-v11 .cc-about-fact::after{content:"";position:absolute;width:120px;height:120px;right:-42px;bottom:-56px;border:1px solid rgba(210,255,100,.14);border-radius:50%}
.cc-about-v11 .cc-about-fact strong{font-size:38px}

.cc-about-statement{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:18px}
.cc-about-statement-main,.cc-about-statement-side{border:1px solid rgba(255,255,255,.10);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022));box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}
.cc-about-statement-main{padding:34px 36px}
.cc-about-statement-main small,.cc-about-statement-side small{color:var(--cc-lime);font-size:9px;font-weight:850;letter-spacing:.14em}
.cc-about-statement-main h3{max-width:780px;margin:16px 0 18px;font-size:clamp(32px,3.8vw,54px);line-height:1.03;letter-spacing:-.045em}
.cc-about-statement-main p{max-width:820px;margin:0;color:var(--cc-muted);font-size:12px;line-height:1.9}
.cc-about-statement-side{padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 75% 18%,rgba(140,180,255,.18),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022))}
.cc-about-statement-side strong{display:block;margin-top:32px;font-size:24px;line-height:1.12;letter-spacing:-.035em}
.cc-about-statement-side span{display:block;margin-top:14px;color:var(--cc-muted);font-size:11px;line-height:1.75}

.cc-lineage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.cc-lineage-card{position:relative;min-height:178px;padding:20px 20px 22px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(155deg,rgba(255,255,255,.055),rgba(255,255,255,.022));overflow:hidden}
.cc-lineage-card::before{content:attr(data-year);position:absolute;right:16px;top:13px;color:rgba(255,255,255,.13);font-size:29px;font-weight:900;letter-spacing:-.06em}
.cc-lineage-card small{color:var(--cc-lime);font-size:8px;font-weight:850;letter-spacing:.13em}
.cc-lineage-card h4{margin:28px 0 9px;font-size:20px;letter-spacing:-.03em}
.cc-lineage-card p{margin:0;color:var(--cc-muted);font-size:10.5px;line-height:1.72}
.cc-lineage-card.is-agi{border-color:rgba(210,255,100,.24);background:radial-gradient(circle at 82% 12%,rgba(210,255,100,.10),transparent 34%),linear-gradient(155deg,rgba(255,255,255,.06),rgba(255,255,255,.022))}

.cc-agi-banner{position:relative;overflow:hidden;min-height:420px;padding:42px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(90deg,rgba(14,24,41,.96) 0%,rgba(17,30,50,.88) 45%,rgba(18,30,49,.28) 76%),url('./media/reference-v9/home-hero.png') 72% 33%/cover no-repeat;display:grid;grid-template-columns:minmax(0,660px) 1fr;align-items:end;box-shadow:var(--cc-shadow)}
.cc-agi-banner::after{content:"SULINA AGI END / FLAGSHIP";position:absolute;right:26px;top:22px;color:rgba(255,255,255,.46);font-size:9px;letter-spacing:.14em}
.cc-agi-copy small{color:var(--cc-lime);font-size:9px;font-weight:850;letter-spacing:.15em}
.cc-agi-copy h3{margin:15px 0 15px;font-size:clamp(40px,5vw,72px);line-height:.94;letter-spacing:-.055em;font-style:italic}
.cc-agi-copy p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.85}
.cc-agi-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.cc-agi-tags span{padding:8px 11px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.045);font-size:9px;font-weight:760;color:rgba(255,255,255,.82);backdrop-filter:blur(8px)}

.cc-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.cc-capability{min-height:230px;padding:22px;border:1px solid rgba(255,255,255,.09);border-radius:19px;background:linear-gradient(160deg,rgba(255,255,255,.052),rgba(255,255,255,.021));position:relative;overflow:hidden}
.cc-capability::after{content:attr(data-index);position:absolute;right:15px;bottom:6px;color:rgba(255,255,255,.055);font-size:64px;font-weight:950;letter-spacing:-.08em}
.cc-capability small{color:var(--cc-lime);font-size:8px;letter-spacing:.13em;font-weight:850}
.cc-capability h4{margin:34px 0 10px;font-size:18px;line-height:1.15}
.cc-capability p{position:relative;z-index:1;margin:0;color:var(--cc-muted);font-size:10.5px;line-height:1.75}

.cc-business-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.cc-business-card{min-height:214px;padding:21px;border:1px solid rgba(255,255,255,.09);border-radius:19px;background:radial-gradient(circle at 82% 15%,rgba(140,180,255,.11),transparent 34%),rgba(255,255,255,.03)}
.cc-business-card small{color:rgba(255,255,255,.42);font-size:8px;letter-spacing:.13em;font-weight:800}
.cc-business-card h4{margin:26px 0 10px;font-size:18px}
.cc-business-card p{margin:0;color:var(--cc-muted);font-size:10.5px;line-height:1.74}

.cc-platform-stack{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.cc-stack-item{min-height:124px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.03)}
.cc-stack-item b{display:block;color:var(--cc-lime);font-size:9px;letter-spacing:.09em}
.cc-stack-item strong{display:block;margin-top:22px;font-size:14px}
.cc-stack-item span{display:block;margin-top:7px;color:var(--cc-faint);font-size:9px;line-height:1.55}

.cc-about-v11 .cc-about-manifesto{min-height:390px}
.cc-about-v11 .cc-about-manifesto-copy{max-width:760px}
.cc-about-v11 .cc-about-manifesto-copy p{font-size:12px;line-height:1.9}
.cc-about-note{margin-top:-44px;padding:14px 16px;border:1px solid rgba(210,255,100,.12);border-radius:14px;background:rgba(210,255,100,.035);color:var(--cc-muted);font-size:10px;line-height:1.72}

@media (max-width:1100px){
  .cc-capability-grid,.cc-business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cc-platform-stack{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cc-lineage{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .cc-about-statement,.cc-agi-banner{grid-template-columns:1fr}
  .cc-agi-banner{min-height:480px;background-position:66% 30%}
}
@media (max-width:560px){
  .cc-about-v11{gap:52px}
  .cc-about-statement-main{padding:26px 22px}
  .cc-about-statement-side{padding:22px}
  .cc-lineage,.cc-capability-grid,.cc-business-grid,.cc-platform-stack{grid-template-columns:1fr}
  .cc-lineage-card,.cc-capability,.cc-business-card{min-height:auto}
  .cc-agi-banner{min-height:520px;padding:28px 22px;background-position:68% 35%}
  .cc-agi-copy h3{font-size:42px}
  .cc-about-note{margin-top:-26px}
}

/* ==========================================================================\n   V12 — single-layer hero color system\n   The previous desktop hero had an independent full-canvas dark shade below\n   the 70%-transparent header. That double-layer treatment made the source\n   artwork look grey/navy even though the header itself was translucent.\n   ========================================================================== */
:root{
  --cc-nav-glass:rgba(17,27,44,.30);
}

/* 70% transparent navigation. Keep only a very small optical blur so the
   source artwork remains recognizable through the bar. */
.cc-header,
.cc-header.cc-header-home,
.cc-subpage .cc-header,
.cc-article-page .cc-header,
.cc-join-page .cc-header,
.cc-header.is-scrolled{
  background:var(--cc-nav-glass);
  backdrop-filter:blur(3px) saturate(104%);
  -webkit-backdrop-filter:blur(3px) saturate(104%);
  border-bottom-color:rgba(255,255,255,.08);
}
.cc-header.is-scrolled{
  background:var(--cc-nav-glass);
  box-shadow:0 7px 24px rgba(5,11,22,.055),inset 0 -1px 0 rgba(255,255,255,.02);
}

/* Desktop/tablet: do not tint the whole hero at all. The source image is the
   color authority. Readability is handled locally by the copy itself. */
.cc-home .cc-hero-shade{
  inset:0;
  top:0;
  background:none !important;
  pointer-events:none;
}
.cc-home .cc-hero-copy{
  text-shadow:0 2px 18px rgba(8,14,26,.20);
}
.cc-home .cc-hero-title,
.cc-home .cc-hero-cn,
.cc-home .cc-hero-desc{
  filter:drop-shadow(0 2px 9px rgba(7,12,23,.14));
}

/* Standalone hero pages use one continuous, lightweight adaptive shade rather
   than a second opaque band directly below the transparent header. */
.cc-page-hero::before{
  top:0;
  background:linear-gradient(90deg,rgba(17,27,44,.42) 0%,rgba(17,27,44,.24) 34%,rgba(17,27,44,.06) 62%,rgba(17,27,44,0) 82%),
             linear-gradient(180deg,rgba(17,27,44,.02) 55%,rgba(17,27,44,.22) 100%);
}

/* On compact screens the copy sits over a much wider range of image tones.
   Keep the top transparent and add only a local bottom fade behind the copy. */
@media (max-width:900px){
  .cc-home .cc-hero-shade{
    background:linear-gradient(180deg,rgba(17,27,44,0) 0%,rgba(17,27,44,0) 44%,rgba(17,27,44,.18) 62%,rgba(17,27,44,.60) 100%) !important;
  }
}
@media (max-width:560px){
  .cc-header,
  .cc-header.cc-header-home,
  .cc-subpage .cc-header,
  .cc-article-page .cc-header,
  .cc-join-page .cc-header,
  .cc-header.is-scrolled{
    background:var(--cc-nav-glass);
    backdrop-filter:blur(2px) saturate(103%);
    -webkit-backdrop-filter:blur(2px) saturate(103%);
  }
  .cc-home .cc-hero-shade{
    background:linear-gradient(180deg,rgba(17,27,44,0) 0%,rgba(17,27,44,.02) 37%,rgba(17,27,44,.24) 58%,rgba(17,27,44,.72) 100%) !important;
  }
}
