@font-face { font-family: Anton; src: url('anton-latin.96c1948b4d60.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('plex-regular.7bd3801295ef.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('plex-bold.494c9643824a.woff2') format('woff2'); font-weight: 700; font-display: swap; }
:root {
  color-scheme: dark;
  --canvas: #0f141b; --inset: #0b1016; --panel: #171d26; --line: #34404f;
  --text: #f3f5f7; --secondary: #b5bdc9; --muted: #8b95a5; --gold: #d6b15e;
  --gutter: clamp(24px, 5vw, 88px);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 50px; }
body { margin: 0; background: var(--canvas); color: var(--text); font: 400 16px/1.6 'IBM Plex Sans', sans-serif; }
::selection { color: var(--inset); background: var(--gold); }
[hidden] { display: none !important; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
p, figure, h1, h2, h3 { margin: 0; }
p { color: var(--secondary); }
h1, h2, .scene h3 { font-family: Anton, sans-serif; font-weight: 400; line-height: 1.08; letter-spacing: -.018em; }
h2 { font-size: clamp(38px, 5vw, 72px); }
h3 { line-height: 1.3; }
em { font-style: normal; color: var(--gold); }
.wrap { width: min(100% - var(--gutter) * 2, 1320px); margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon, .feature-icon { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon { width: 20px; height: 20px; }
.icon-down { transform: rotate(135deg); }
.feature-icon { width: 34px; height: 34px; color: var(--gold); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 50; padding: 12px 20px; background: var(--gold); color: var(--inset); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:is(a, button, summary):focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.site-header { position: absolute; inset: 0 0 auto; height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 20px; line-height: 1.1; white-space: nowrap; }
.brand small { font-weight: 400; color: var(--secondary); font-size: 10px; display: block; margin-top: 5px; }
.site-header nav { display: flex; gap: 38px; font-size: 13px; margin-left: auto; }
.site-header nav a { padding-block: 14px; }
.site-header nav a:hover, .text-link:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 52px; padding: 13px 23px; color: var(--inset); background: var(--gold); border-radius: 30px; font-size: 14px; font-weight: 700; }
.button:hover { background: #e6c983; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 13px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.site-footer p { font-size: 12px; }
.site-footer .brand { font-size: 17px; }
.site-footer .disclosure { width: 100%; color: var(--muted); font-size: 11px; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 40px var(--gutter); }
.error-page main { width: min(100%,700px); }
.error-page h1 { font-size: clamp(52px,8vw,96px); margin-block: 60px 28px; }
.error-page main > p { max-width: 48ch; }
@media (max-width: 700px) {
  .site-header { height: 82px; gap: 14px; }
  .site-header .brand { font-size: 17px; gap: 7px; }
  .site-header .brand img { width: 27px; height: 27px; }
  .site-header nav { gap: 18px; font-size: 12px; }
  .site-header nav a:last-child { display: none; }
  .site-footer { gap: 25px; }
  .site-footer > p:not(.disclosure) { width: 100%; }
}

.hero { position: relative; }
.hero-stage { position: relative; height: clamp(780px, 100svh, 1120px); overflow: clip; isolation: isolate; }
.hero-light { position: absolute; inset: 0; background: radial-gradient(ellipse at 45% 45%, #263340 0%, #16212b 30%, transparent 62%); z-index: -2; }
/* The approved Sovereign composition explicitly uses monumental type above 96px. */
.hero-title { position: absolute; top: 120px; left: 5%; width: 90%; font-size: clamp(100px, 14.35vw, 230px); line-height: 1; white-space: nowrap; letter-spacing: -.027em; }
.crest-position { position: absolute; width: clamp(540px, 52vw, 820px); left: 10%; top: 155px; z-index: 3; pointer-events: none; }
.crest-pointer { transform-style: preserve-3d; }
.crest { width: 100%; }
.hero-copy { position: absolute; top: 44%; right: 7%; width: 29%; max-width: 400px; z-index: 5; }
.hero-copy h2 { font-size: clamp(28px, 3vw, 43px); }
.hero-copy p { margin-top: 18px; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.6; }
.hero-safety { font-size: 12px; color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.hero-copy .button { margin-top: 26px; }
.hero-copy .text-link { display: flex; margin-top: 8px; }
.hero-floor { position: absolute; z-index: -1; bottom: 90px; left: -20%; width: 140%; height: 220px; background: radial-gradient(ellipse at 42% 10%, rgb(214 177 94 / .12), transparent 34%), linear-gradient(178deg, transparent 15%, #19232d 44%, #101820 49%, var(--canvas) 80%); transform: perspective(500px) rotateX(25deg); }
.hero-capabilities { position: absolute; left: 0; right: 0; bottom: 100px; z-index: 6; display: flex; justify-content: flex-end; gap: clamp(30px, 4vw, 72px); }
.hero-capabilities a { display: flex; align-items: center; gap: 12px; min-height: 48px; font-size: 12px; }
.hero-capabilities .feature-icon { width: 29px; height: 29px; }
.hero-capabilities a:hover { color: var(--gold); }
.hero-foot { display: flex; justify-content: space-between; align-items: center; position: absolute; bottom: 28px; left: 0; right: 0; color: var(--muted); font-size: 11px; }
.hero-foot a { display: flex; align-items: center; gap: 15px; min-height: 44px; }
.hero-foot .icon { color: var(--gold); width: 16px; height: 16px; }
@media (min-width: 1600px) { .hero-title { left: calc((100% - 1450px) / 2); width: 1450px; } .crest-position { left: calc(50% - 650px); } }
@media (max-width: 1000px) {
  .hero-stage { height: 800px; }
  .hero-title { top: 135px; font-size: 14vw; }
  .crest-position { left: 2%; width: 63%; top: 190px; }
  .hero-copy { right: 6%; width: 33%; top: 39%; }
  .hero-capabilities { justify-content: space-between; gap: 20px; }
  .hero-capabilities a { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 700px) {
  .hero-stage { height: 990px; }
  .hero-title { top: 112px; left: 6%; width: 88%; font-size: clamp(65px, 19.3vw, 124px); white-space: normal; line-height: .98; }
  .hero-title span { display: block; }
  .crest-position { width: 118%; max-width: 620px; left: -12%; top: 160px; }
  .hero-copy { top: 560px; left: var(--gutter); right: auto; width: calc(100% - var(--gutter) * 2); max-width: none; }
  .hero-copy h2 { font-size: 37px; }
  .hero-copy p { font-size: 15px; margin-top: 14px; }
  .hero-copy .button { margin-top: 20px; }
  .hero-copy .text-link { margin-top: 9px; }
  .hero-capabilities { bottom: 87px; gap: 12px; }
  .hero-capabilities a { width: 33.333%; font-size: 10px; line-height: 1.35; }
  .hero-capabilities .feature-icon { width: 25px; height: 25px; }
  .hero-foot { bottom: 19px; font-size: 10px; }
  .hero-floor { bottom: 435px; }
}
@media (max-width: 380px) { .hero-copy { top: 510px; } }

.world { position: relative; isolation: isolate; padding-bottom: 60px; overflow: clip; }
.river { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; }
.river-bed { stroke: #735c36; stroke-width: 8px; opacity: .2; }
.river-flow { stroke: url('#river-gold'); stroke-width: 4px; filter: drop-shadow(0 3px 7px #b58b43); }
.river-marker { visibility: hidden; fill: none; stroke: var(--gold); stroke-width: 2; }
.river-marker-core { fill: var(--gold); stroke: none; }
.world-opening { position: relative; height: 900px; }
.world-opening-copy { position: absolute; top: 28px; left: 0; z-index: 2; }
.world-opening-copy h2 { font-size: clamp(36px, 4.3vw, 62px); }
.world-opening-copy p { font-size: 15px; margin-top: 18px; }
.world-village { position: absolute; width: 78%; right: -2%; top: 80px; z-index: -1; }
.scene { position: relative; min-height: 550px; display: flex; align-items: center; }
.scene-art { position: absolute; width: 60%; left: -5%; top: -45px; z-index: -1; }
.scene-art img { width: 100%; }
.scene-copy { width: 37%; margin-left: auto; padding-block: 35px; }
.scene-copy > .feature-icon { margin-bottom: 18px; }
.scene h3 { font-size: clamp(40px, 4.4vw, 64px); }
.scene p { font-size: 15px; max-width: 42ch; margin-top: 25px; }
.scene ul { padding: 0; list-style: none; margin: 22px 0 0; font-size: 12px; color: var(--secondary); }
.scene li { position: relative; padding: 5px 0 5px 15px; }
.scene li::before { content: ''; position: absolute; width: 4px; height: 4px; left: 0; top: 13px; border-radius: 50%; background: var(--gold); }
.scene-upgrades .scene-art, .scene-safety .scene-art { left: auto; right: -5%; }
.scene-upgrades .scene-copy, .scene-safety .scene-copy { margin-left: 0; }
.scene-upgrades { min-height: 790px; }
.wall-results { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 25px; }
.wall-results > p { font-size: 12px; margin: 0; }
.wall-results dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-block: 14px; }
.wall-results dt { color: var(--secondary); font-size: 12px; }
.wall-results dd { margin: 7px 0 0; color: var(--gold); font: 400 clamp(25px,2.8vw,36px)/1.15 Anton,sans-serif; }
.wall-results .result-note { font-size: 11px; line-height: 1.55; color: var(--muted); }
.scene-rest { min-height: 570px; }
.scene-safety { min-height: 770px; }
.scene-safety .scene-art { top: 25px; }
.scene-risk { border-top: 1px solid var(--gold); margin-top: 28px; padding-top: 18px; }
.scene-risk h4 { margin: 0; color: var(--gold); font-size: 15px; }
.scene-risk p { font-size: 12px; margin-top: 12px; line-height: 1.7; }
.scene-risk .text-link { font-size: 12px; margin-top: 10px; }
@media (min-width: 1600px) { .scene { min-height: 620px; } .world-opening { height: 980px; } }
@media (max-width: 1000px) {
  .world-opening { height: 820px; }
  .world-village { width: 92%; top: 145px; right: -5%; }
  .world-opening-copy h2 { font-size: 46px; }
  .scene { min-height: 550px; }
  .scene-art { width: 65%; top: 40px; left: -12%; }
  .scene-upgrades .scene-art, .scene-safety .scene-art { right: -12%; }
  .scene-copy { width: 43%; }
  .scene h3 { font-size: 45px; }
}
@media (max-width: 700px) {
  .world { padding-bottom: 20px; }
  .river { width: 190%; left: -45%; opacity: .6; }
  .world-opening { height: auto; padding-top: 30px; padding-bottom: 65px; }
  .world-opening-copy { position: relative; top: auto; }
  .world-opening-copy h2 { font-size: 37px; }
  .world-opening-copy p { font-size: 13px; margin-top: 16px; }
  .world-village { position: relative; top: auto; width: 126%; max-width: none; left: -13%; right: auto; margin-top: 24px; }
  .scene { display: flex; flex-direction: column; min-height: 0; padding-bottom: 42px; }
  .scene-art { position: relative; left: auto; top: auto; width: 126%; margin: -20px -13% -10px; }
  .scene-copy { width: 100%; padding-block: 0 40px; position: relative; isolation: isolate; }
  .scene-copy::before { content: ''; position: absolute; inset: -16px -10px 0; background: var(--canvas); z-index: -1; }
  .scene-copy > .feature-icon { width: 28px; height: 28px; margin-bottom: 14px; }
  .scene h3 { font-size: 46px; }
  .scene p { max-width: none; font-size: 15px; margin-top: 18px; }
  .scene ul { font-size: 12px; margin-top: 18px; }
  .scene-upgrades .scene-art, .scene-safety .scene-art { left: auto; right: auto; top: auto; }
  .scene-risk p { font-size: 13px; }
}

.client-section { position: relative; isolation: isolate; overflow: clip; padding-block: 100px 140px; background: radial-gradient(ellipse at 70% 65%,#253342 0%,var(--canvas) 64%); }
.client-section::before { content: ''; position: absolute; top: 0; left: 50%; height: 85px; width: 1px; background: linear-gradient(var(--gold),transparent); }
.client-showcase { display: grid; grid-template-columns: .75fr 1.35fr; gap: 6%; align-items: center; }
.client-intro { position: relative; z-index: 2; }
.client-intro h2 { font-size: clamp(40px,4.5vw,68px); }
.client-intro p { max-width: 34ch; font-size: 16px; margin-top: 24px; }
.client-intro .button { margin-top: 30px; }
.client-intro .text-link { display: flex; margin-top: 14px; }
.client-cinema { position: relative; perspective: 1300px; padding-block: 45px; }
.client-deck { position: relative; background: var(--inset); border-radius: 14px; box-shadow: 0 30px 75px rgb(0 0 0 / .45); }
.deck-label { display: flex; gap: 10px; align-items: center; padding: 14px 18px; font-size: 12px; color: var(--secondary); }
.deck-label small { margin-left: auto; color: var(--muted); font-size: 10px; }
.deck-screen { position: relative; }
.deck-screen video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: var(--inset); }
.deck-outline { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: var(--gold); stroke-width: 1.5; pointer-events: none; }
.client-deck figcaption { padding: 14px 18px; color: var(--muted); font-size: 10px; }
.client-plinth { position: absolute; width: 116%; height: 220px; left: -8%; bottom: -80px; background: linear-gradient(178deg,#263541,#151e27 50%,var(--canvas)); border-top: 1px solid rgb(214 177 94 / .45); transform: rotateX(67deg); transform-origin: center; }
.closing-village { position: relative; overflow: clip; isolation: isolate; padding-block: 80px 40px; }
.closing-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 550px; }
.closing-copy { position: relative; z-index: 1; }
.closing-copy h2 { font-size: clamp(62px,7vw,108px); }
.closing-copy p { margin-top: 25px; font-size: 17px; }
.closing-art { width: 120%; max-width: none; margin-left: -10%; }
@media (max-width: 900px) { .client-showcase { grid-template-columns: 1fr; gap: 20px; } .client-intro p { max-width: 48ch; } .client-cinema { max-width: 850px; } .closing-inner { min-height: 450px; } }
@media (max-width: 700px) { .client-section { padding-block: 70px 95px; } .client-intro h2 { font-size: 46px; } .client-intro p { font-size: 15px; margin-top: 20px; } .client-cinema { padding-block: 25px; } .deck-label { padding: 12px; font-size: 11px; } .client-deck figcaption { padding: 12px; font-size: 10px; } .client-plinth { bottom: -65px; height: 180px; } .closing-village { padding-block: 55px 0; } .closing-inner { grid-template-columns: 1fr; min-height: 0; } .closing-copy h2 { font-size: 64px; } .closing-art { width: 120%; margin-top: 20px; } }

.feature-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.feature-intro h1 { font-size: clamp(54px,6.5vw,96px); }
.feature-intro > div { max-width: 36ch; padding-bottom: 5px; }
.feature-intro p { font-size: 17px; }
.feature-intro .text-link { margin-top: 20px; }
.feature-gallery { max-width: 1100px; margin-bottom: 85px; }
.gallery-tools { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 22px; }
.gallery-tools > span { font-size: 12px; color: var(--muted); }
.gallery-tabs { display: flex; gap: 8px; }
.gallery-tabs button { min-height: 44px; padding: 10px 24px; background: transparent; border: 1px solid var(--line); border-radius: 30px; font-size: 13px; transition: background 180ms, color 180ms, border-color 180ms; }
.gallery-tabs [aria-selected='true'] { background: var(--gold); color: var(--inset); border-color: var(--gold); font-weight: 700; }
.client-frame { padding: 18px; background: linear-gradient(140deg,#25313d,var(--panel) 40%,var(--inset)); border-radius: 16px; box-shadow: 0 28px 70px rgb(0 0 0 / .3); }
.client-panel + .client-panel { margin-top: 45px; }
.client-panel[role='tabpanel'] { margin: 0; }
.client-panel > a { display: block; border-radius: 10px; overflow: hidden; }
.client-panel img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--canvas); }
.client-panel figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 5px 0; font-size: 12px; color: var(--secondary); }
.client-panel figcaption a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; white-space: nowrap; }
.gallery-note { margin-top: 18px; color: var(--muted); font-size: 12px; }
.feature-jumps { display: grid; margin-top: 30px; }
.feature-jumps a { color: var(--secondary); font-size: 14px; padding-block: 9px; }
.feature-jumps a:hover { color: var(--gold); }
.feature-close { border-top: 1px solid var(--line); padding-block: 75px 95px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.feature-close h2 { font-size: clamp(38px,4.5vw,64px); }
.feature-close p { margin-top: 22px; max-width: 42ch; }
.feature-close .page-actions { margin: 0; flex-direction: column; align-items: flex-start; gap: 15px; }
@media (max-width: 1000px) { .feature-intro { align-items: flex-start; flex-direction: column; gap: 26px; } .feature-gallery { margin-bottom: 55px; } .feature-jumps { grid-template-columns: repeat(3,1fr); gap: 0 25px; } .feature-close { align-items: flex-start; flex-direction: column; } }
@media (max-width: 700px) { .feature-intro h1 { font-size: 52px; } .feature-intro p { font-size: 16px; } .gallery-tools { align-items: flex-start; flex-direction: column; gap: 15px; } .gallery-tabs { gap: 6px; } .gallery-tabs button { padding-inline: 12px; } .client-frame { padding: 10px; } .client-panel figcaption { align-items: flex-start; flex-direction: column; gap: 0; font-size: 11px; } .feature-jumps { grid-template-columns: 1fr 1fr; gap: 0 15px; } .feature-close { padding-block: 50px 65px; } }

.capabilities { display: grid; grid-template-columns: .9fr 1.3fr; gap: 8%; padding-block: 85px 100px; }
.capabilities-intro h2 { font-size: clamp(38px, 4.5vw, 62px); }
.capabilities-intro p { margin-top: 24px; font-size: 16px; }
.capabilities-intro { align-self: start; position: sticky; top: 30px; }
.capability-index details { border-bottom: 1px solid var(--line); padding-inline: 24px; }
.capability-index details[open] { background: var(--panel); border-color: var(--gold); }
.capability-index details:first-child { border-top: 1px solid var(--line); }
.capability-index summary { padding-block: 25px; font-size: 20px; line-height: 1.35; font-weight: 700; }
.capability-index summary small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.5; font-weight: 400; }
.capability-index ul { margin: 0; padding: 0 0 24px 18px; color: var(--secondary); font-size: 14px; }
.capability-index li { padding-left: 5px; margin-block: 12px; }
.capability-index li::marker { color: var(--gold); }
.roster { padding-block: 2px 20px; }
.roster h3 { font-size: 15px; color: var(--gold); margin-top: 21px; }
.roster p { font-size: 13px; line-height: 1.8; padding-bottom: 0; margin-top: 8px; }
.roster .availability-note { margin-top: 23px; font-size: 12px; color: var(--muted); }
@media (max-width: 1000px) { .capabilities { grid-template-columns: 1fr; gap: 38px; } .capabilities-intro { position: static; } }
@media (max-width: 700px) {
  .capabilities { padding-block: 35px 65px; gap: 30px; }
  .capabilities-intro p { font-size: 15px; margin-top: 18px; }
  .capability-index summary { font-size: 16px; }
  .capability-index details { padding-inline: 16px; }
  .capability-index ul { font-size: 13px; padding-bottom: 18px; }
}

.testimonials { padding-block: 90px 75px; }
.testimonials-intro { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.testimonials-intro h2 { font-size: clamp(38px,4.7vw,64px); }
.testimonial-stage { position: relative; margin-top: 48px; padding: 46px 5% 30px 17%; border-block: 1px solid var(--line); }
.testimonial-stage::before { content: ''; position: absolute; top: -1px; left: 0; width: 17%; height: 1px; background: var(--gold); }
.testimonial-mark { position: absolute; left: 2%; top: 45px; width: clamp(45px,6vw,80px); height: auto; color: var(--gold); }
.testimonial-slides { display: grid; overflow: clip; }
.testimonial-quote { min-width: 0; }
.testimonial-quote blockquote { margin: 0; }
.testimonial-quote blockquote p { color: var(--text); font-size: 18px; line-height: 1.6; }
.testimonial-quote figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 14px; margin-top: 22px; font-size: 12px; }
.testimonial-quote figcaption strong { font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.testimonial-quote figcaption span { color: var(--muted); }
.testimonial-slide { grid-area: 1 / 1; align-self: center; padding-block: 3px; visibility: hidden; }
.testimonial-slide[aria-hidden="false"], .testimonial-slide.is-outgoing { visibility: visible; }
.testimonial-slide blockquote p { max-width: 43ch; font-size: clamp(23px,2.5vw,35px); line-height: 1.38; letter-spacing: -.018em; }
.testimonial-controls { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 35px; }
.testimonial-position { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.testimonial-clock { display: block; width: 75px; height: 1px; background: var(--line); overflow: hidden; }
.testimonial-clock > span { display: block; height: 100%; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.testimonial-actions { display: flex; gap: 10px; }
.testimonial-actions button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.testimonial-actions button:hover { color: var(--gold); border-color: var(--gold); }
.testimonial-actions button:active { background: var(--panel); }
.testimonial-actions button:disabled { opacity: .35; cursor: default; color: var(--secondary); border-color: var(--line); }
.review-play-icon, [data-paused="true"] .review-pause-icon { display: none; }
[data-paused="true"] .review-play-icon { display: block; }
.review-announcement { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.testimonials-note { margin-top: 18px; font-size: 12px; color: var(--muted); }
.testimonial-archive { padding-block: 75px; border-top: 1px solid var(--line); }
.testimonial-archive-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: end; margin-bottom: 44px; }
.testimonial-archive-heading h2 { font-size: clamp(36px,4vw,54px); }
.testimonial-archive-heading p { max-width: 52ch; font-size: 14px; }
.testimonial-archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 8%; }
.testimonial-archive-grid .testimonial-quote { padding-top: 25px; border-top: 1px solid var(--line); }
.testimonial-archive-grid blockquote p { font-size: 17px; color: var(--secondary); }
.testimonial-archive-grid blockquote strong { color: var(--text); }
.developer-progress { margin-top: 45px; }
.developer-progress h3 { margin-bottom: 24px; font-size: 18px; }
@media (max-width: 700px) {
  .testimonials { padding-block: 55px 50px; }
  .testimonials-intro { display: block; }
  .testimonials-intro .text-link { margin-top: 16px; }
  .testimonial-stage { margin-top: 25px; padding: 70px 0 24px; }
  .testimonial-mark { top: 20px; left: 0; width: 38px; }
  .testimonial-slide blockquote p { font-size: 23px; }
  .testimonial-slide figcaption { margin-top: 24px; }
  .testimonial-controls { margin-top: 27px; gap: 15px; }
  .testimonial-position { gap: 12px; }
  .testimonial-clock { width: 42px; }
  .testimonial-actions { gap: 8px; }
  .testimonial-archive { padding-block: 45px; }
  .testimonial-archive-heading, .testimonial-archive-grid { grid-template-columns: 1fr; gap: 25px; }
  .testimonial-archive-heading { margin-bottom: 30px; }
}

.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 12px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
.site-header [aria-current='page'], .footer-links [aria-current='page'] { color: var(--gold); }
.page-intro { padding-block: 165px 70px; }
.page-intro h1 { font-size: clamp(58px,7vw,100px); }
.page-intro > p { max-width: 65ch; font-size: 18px; margin-top: 30px; }
.page-intro .button { margin-top: 32px; }
.download-release { background: var(--panel); padding: 45px; border-radius: 16px; }
.release-summary { display: flex; align-items: center; gap: 25px; margin-bottom: 32px; }
.release-summary h2 { font: 700 27px/1.3 'IBM Plex Sans',sans-serif; }
.release-summary p { margin-top: 10px; font-size: 14px; }
.release-note { font-size: 12px; margin-top: 20px; }
.release-links { display: flex; flex-wrap: wrap; gap: 8px 30px; margin-top: 12px; }
.checksum { border-top: 1px solid var(--line); margin-top: 30px; }
.checksum summary { font-size: 14px; }
.checksum p { padding-bottom: 12px; }
.checksum code { display: block; overflow-wrap: anywhere; padding-bottom: 15px; color: var(--secondary); font-size: 12px; }
.download-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-block: 105px 65px; }
.download-guide h2, .page-close h2, .plan-inclusions h2 { font-size: clamp(36px,4vw,58px); }
.download-guide > div p { margin-top: 24px; font-size: 15px; max-width: 38ch; }
.download-guide ol { margin: 0; padding-left: 20px; }
.download-guide li { margin-bottom: 28px; padding-left: 12px; }
.download-guide li::marker { color: var(--gold); }
.download-guide h3 { font-size: 21px; }
.download-guide li p { font-size: 15px; margin-top: 10px; }
.page-close, .plan-inclusions { padding-block: 70px 105px; border-top: 1px solid var(--line); }
.page-close p, .plan-inclusions p { max-width: 70ch; margin-top: 28px; }
.page-close .text-link { margin-top: 20px; }
.page-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.pricing-source { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.pricing-source p { font-size: 12px; max-width: 80ch; }
.price-refresh { border: 1px solid var(--line); background: transparent; border-radius: 30px; min-height: 44px; padding: 10px 20px; font-size: 12px; }
.price-refresh:disabled { opacity: .5; cursor: wait; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.plan { padding: 28px; background: var(--panel); border-radius: 16px; display: flex; flex-direction: column; }
.plan-free { background: var(--gold); color: var(--inset); }
.plan h2 { font: 700 18px/1.4 'IBM Plex Sans',sans-serif; }
.plan-price { font: 400 58px/1.1 Anton,sans-serif; color: var(--text); margin-top: 28px; }
.plan-price span { font: 400 12px/1 'IBM Plex Sans',sans-serif; margin-left: 12px; color: var(--secondary); }
.plan-term { font-size: 14px; margin-top: 14px; }
.plan-cadence { font-size: 12px; min-height: 44px; margin-top: 20px; }
.plan-action { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 20px; margin-top: auto; min-height: 44px; font-size: 13px; }
.plan-free :is(p,span) { color: var(--inset); }
.plan-free .plan-action { border-color: rgb(11 16 22 / .3); }
.pricing-help { margin-block: 30px 65px; color: var(--muted); font-size: 12px; max-width: 85ch; }
.pricing-help a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.community-topics { display: grid; grid-template-columns: repeat(3,1fr); gap: 65px; padding-block: 35px 80px; }
.community-topics h2 { font: 700 23px/1.3 'IBM Plex Sans',sans-serif; margin-top: 22px; }
.community-topics p { margin-top: 18px; font-size: 15px; }
.update-promise { margin-top: 30px; font-size: 13px; color: var(--secondary); }
.update-promise a { color: var(--gold); }
.speed-ambition { margin-top: 24px; }
.speed-ambition strong { display: block; font-size: 20px; color: var(--gold); line-height: 1.35; margin-top: 5px; }
@media (max-width: 1000px) { .pricing-grid { grid-template-columns: repeat(2,1fr); } .community-topics { gap: 30px; } }
@media (max-width: 700px) {
  .site-header { height: auto; padding-top: 20px; flex-wrap: wrap; gap: 12px; }
  .site-header nav { width: 100%; margin-left: 0; gap: 0; justify-content: space-between; font-size: 11px; }
  .site-header nav a:last-child { display: block; }
  .site-header nav a { padding-block: 10px; }
  .hero-title { top: 135px; }
  .footer-links { width: 100%; gap: 4px 22px; }
  .page-intro { padding-block: 155px 45px; }
  .page-intro h1 { font-size: 56px; }
  .page-intro > p { font-size: 16px; margin-top: 24px; }
  .download-release { padding: 25px; }
  .release-summary { align-items: flex-start; gap: 18px; }
  .release-summary img { width: 50px; height: 50px; }
  .release-summary h2 { font-size: 21px; }
  .release-summary p { font-size: 12px; }
  .download-button { width: 100%; padding-inline: 17px; gap: 16px; font-size: 13px; }
  .download-guide { grid-template-columns: 1fr; gap: 40px; padding-block: 65px 35px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .pricing-source { align-items: flex-start; flex-direction: column; gap: 14px; }
  .plan { padding: 25px; }
  .plan-price { font-size: 52px; }
  .pricing-help { margin-bottom: 45px; }
  .page-close, .plan-inclusions { padding-block: 50px 65px; }
  .page-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .community-topics { grid-template-columns: 1fr; gap: 35px; padding-block: 10px 55px; }
}

.breadcrumbs { position: absolute; top: 111px; left: 0; right: 0; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; }
.breadcrumbs a { padding-block: 8px; color: var(--secondary); }
.breadcrumbs a:hover { color: var(--gold); }
.watch-intro { padding-block: 155px 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.watch-intro h1 { font-size: clamp(46px,5vw,72px); }
.watch-intro p { font-size: 13px; }
.watch-player video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: var(--inset); border-radius: 14px; }
.watch-player > p { margin-top: 20px; font-size: 13px; max-width: 80ch; }
.watch-player a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.watch-guide { display: grid; grid-template-columns: 1fr 1.2fr; gap: 9%; padding-block: 75px; }
.watch-guide h2 { font-size: clamp(34px,4vw,54px); }
.watch-guide > div p { margin-top: 25px; max-width: 40ch; font-size: 15px; }
.watch-guide .text-link { margin-top: 20px; }
.video-chapters { list-style: none; padding: 0; margin: 0; }
.video-chapters li { border-top: 1px solid var(--line); padding-block: 20px; }
.video-chapters a { display: flex; gap: 18px; align-items: baseline; color: var(--text); font-size: 16px; font-weight: 700; }
.video-chapters a:hover { color: var(--gold); }
.video-chapters time { font-size: 12px; font-variant-numeric: tabular-nums; color: var(--gold); }
.video-chapters p { margin-top: 10px; padding-left: 53px; font-size: 13px; line-height: 1.75; }
@media (max-width: 900px) { .watch-intro { display: block; } .watch-intro p { margin-top: 20px; } .watch-guide { grid-template-columns: 1fr; gap: 35px; } }
@media (max-width: 700px) { .breadcrumbs { top: 112px; } .watch-intro { padding-top: 160px; } .watch-guide { padding-block: 50px; } .video-chapters a { font-size: 15px; } .video-chapters p { padding-left: 0; } }

.page-intro .reading-date { font-size: 12px; color: var(--muted); margin-top: 18px; }
.reading-layout { display: grid; grid-template-columns: minmax(180px,.65fr) minmax(0,2fr); gap: 9%; align-items: start; padding-bottom: 90px; }
.reading-index { display: grid; align-self: start; position: sticky; top: 24px; border-top: 1px solid var(--line); padding-top: 12px; }
.reading-index a { display: block; padding-block: 12px; color: var(--secondary); font-size: 13px; line-height: 1.6; }
.reading-index a:hover { color: var(--gold); }
.reading-content { min-width: 0; max-width: 74ch; }
.reading-content section { border-top: 1px solid var(--line); padding-top: 28px; margin-bottom: 46px; }
.reading-content h2 { font: 700 clamp(23px,2.4vw,30px)/1.25 'IBM Plex Sans',sans-serif; }
.reading-content p, .reading-content ul, .reading-content ol { margin-top: 20px; color: var(--secondary); line-height: 1.8; }
.reading-content li { margin-block: 12px; padding-left: 6px; }
.reading-content li::marker { color: var(--gold); }
.reading-content ul, .reading-content ol { padding-left: 20px; }
.reading-content a:not(.text-link) { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.reading-content a:hover { color: var(--gold); }
.reading-content .text-link { margin-top: 16px; }
.guide-sources { display: flex; flex-wrap: wrap; gap: 8px 25px; margin-top: 18px; font-size: 13px; }
.reading-content strong { color: var(--text); font-weight: 700; }
.reading-content ol { padding-left: 25px; }
.reading-content ol li::marker { font-weight: 700; }
.guide-visual { margin-block: 28px 32px; }
.guide-visual > a { display: block; max-width: 100%; }
.guide-visual img { border: 1px solid var(--line); border-radius: 12px; width: 100%; }
.guide-visual img[width='658'] { max-width: 470px; margin-inline: auto; }
.guide-visual figcaption { display: grid; gap: 7px; margin-top: 15px; font-size: 12px; line-height: 1.7; color: var(--muted); }
.guide-visual figcaption strong { font-size: 14px; }
.guide-visual figcaption a { justify-self: start; color: var(--secondary); padding-block: 5px; }
.guide-tutorials { margin-top: 30px; }
.guide-tutorials h3 { font-size: 18px; }
.reading-content .guide-tutorials > a { display: grid; grid-template-columns: 24px 1fr 20px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding-block: 22px; text-decoration: none; }
.guide-tutorials .icon { color: var(--gold); }
.guide-tutorials small { display: block; margin-top: 6px; font-size: 12px; color: var(--secondary); line-height: 1.7; }
@media (max-width: 900px) { .reading-layout { grid-template-columns: 1fr; gap: 38px; } .reading-index { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; } }
@media (max-width: 700px) { .reading-layout { padding-bottom: 40px; } .reading-content { font-size: 15px; } .reading-content section { margin-bottom: 36px; } }

.about-intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: 6%; align-items: center; padding-block: 155px 70px; }
.about-intro h1 { font-size: clamp(62px,7.7vw,112px); }
.about-intro p { font-size: 18px; max-width: 42ch; margin-top: 25px; }
.about-intro .button { margin-top: 30px; }
.about-crest { width: 100%; max-width: 560px; animation: crest-arrive 800ms cubic-bezier(.16,1,.3,1) both; }
@keyframes crest-arrive { from { transform: translateY(24px) rotate(-6deg) scale(.96); opacity: .6; } to { transform: none; opacity: 1; } }
.about-story { display: grid; grid-template-columns: 1fr 1.3fr; gap: 9%; padding-block: 70px; border-top: 1px solid var(--line); }
.about-story h2 { font-size: clamp(38px,4vw,58px); }
.about-story p { max-width: 65ch; }
.about-story p + p { margin-top: 22px; }
.about-story dl { display: flex; flex-wrap: wrap; gap: 24px 38px; border-top: 1px solid var(--line); margin: 30px 0 0; padding-top: 25px; }
.about-story dt { color: var(--muted); font-size: 12px; }
.about-story dd { margin: 7px 0 0; font-size: 14px; }
.about-story dd a { text-decoration: underline; text-underline-offset: 4px; }
.about-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px; padding-block: 35px 80px; }
.about-principles h3 { font-size: 23px; }
.about-principles p { margin-top: 18px; font-size: 15px; }
.about-principles .text-link { margin-top: 18px; }
@media (max-width: 900px) { .about-story { grid-template-columns: 1fr; gap: 30px; } .about-principles { gap: 25px; } }
@media (max-width: 700px) { .about-intro { grid-template-columns: 1fr; padding-block: 150px 40px; gap: 15px; } .about-intro h1 { font-size: 68px; } .about-intro p { font-size: 16px; } .about-crest { max-width: 360px; justify-self: center; } .about-story { padding-block: 45px; } .about-principles { grid-template-columns: 1fr; gap: 30px; padding-block: 15px 55px; } }

.changelog-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 6%; padding-bottom: 90px; }
.changelog-intro h1 { font-size: clamp(56px,6.5vw,96px); }
.changelog-intro p { margin-top: 28px; font-size: 18px; }
.changelog-intro .text-link { margin-top: 25px; }
.changelog-emblem { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.changelog-emblem img { width: 100%; position: relative; transform: rotate(-8deg); animation: release-emblem 1100ms cubic-bezier(.16,1,.3,1) both; }
.changelog-orbit { position: absolute; inset: 4%; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-35deg) scaleY(.8); }
.changelog-orbit::after { content: ''; position: absolute; inset: -1px; border: 1px solid transparent; border-top-color: var(--gold); border-right-color: var(--gold); border-radius: inherit; animation: release-orbit 1300ms cubic-bezier(.16,1,.3,1) both; }
.changelog-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 8%; padding-bottom: 100px; }
.changelog-index { position: sticky; top: 32px; align-self: start; }
.changelog-index h2 { font: 600 18px/1.5 'IBM Plex Sans',sans-serif; }
.changelog-index p { font-size: 12px; margin: 8px 0 20px; }
.changelog-index nav { display: grid; max-height: 48vh; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--line) transparent; padding-right: 20px; }
.changelog-index nav a { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 44px; font-size: 13px; color: var(--secondary); border-bottom: 1px solid var(--line); }
.changelog-index nav a .icon { width: 15px; height: 15px; opacity: 0; transform: translateX(-5px); transition: opacity 160ms,transform 200ms; }
.changelog-index nav a:hover, .changelog-index nav a:focus-visible { color: var(--gold); }
.changelog-index nav a:hover .icon, .changelog-index nav a:focus-visible .icon { opacity: 1; transform: none; }
.changelog-download { margin-top: 20px; font-size: 13px; }
.changelog-status { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 26px; min-height: 44px; }
.changelog-status p { font-size: 12px; }
.changelog-refresh { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 1px solid var(--line); border-radius: 30px; padding: 10px 16px; min-height: 44px; font-size: 12px; white-space: nowrap; }
.changelog-refresh .icon { width: 16px; height: 16px; }
.changelog-refresh:disabled { opacity: .55; cursor: wait; }
.changelog-entry { position: relative; display: grid; grid-template-columns: 155px minmax(0,1fr); gap: 30px; padding: 30px 0 38px 30px; border-top: 1px solid var(--line); }
.changelog-entry::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: var(--line); }
.changelog-meta { position: relative; padding-top: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.changelog-dot { position: absolute; left: -34px; top: 17px; width: 9px; height: 9px; border: 1px solid var(--gold); border-radius: 50%; background: var(--canvas); }
.changelog-version { font-size: 15px; font-weight: 600; color: var(--text); }
.changelog-meta time { font-size: 11px; color: var(--muted); }
.release-label { color: var(--gold); font-size: 11px; }
.changelog-entry summary { min-height: 44px; align-items: flex-start; gap: 25px; }
.changelog-entry summary::after { margin-top: 12px; }
.changelog-entry h2 { font: 600 clamp(23px,2.4vw,32px)/1.25 'IBM Plex Sans',sans-serif; text-wrap: balance; }
.changelog-notes { padding-top: 18px; color: var(--secondary); font-size: 15px; line-height: 1.8; }
.changelog-notes ul { padding-left: 19px; }
.changelog-notes li { padding-left: 5px; margin-block: 12px; }
.changelog-notes li::marker { color: var(--gold); }
.changelog-notes h3 { font-size: 17px; margin-block: 18px 12px; color: var(--text); }
.changelog-notes p { padding: 0; font-size: inherit; margin-bottom: 15px; }
.changelog-notes .text-link { font-size: 12px; margin-top: 18px; }
.changelog-latest { padding-top: 34px; }
.changelog-latest::before { background: linear-gradient(var(--gold),var(--line)); }
.changelog-latest .changelog-dot { background: var(--gold); }
.changelog-latest .changelog-version { color: var(--gold); }
.changelog-footnote { font-size: 12px; margin-top: 28px; max-width: 70ch; }
.changelog-empty { padding-block: 40px; border-block: 1px solid var(--line); }
.changelog-empty h2 { font-size: 36px; }
.changelog-empty p { max-width: 50ch; margin-block: 20px; }
@keyframes release-emblem { from { opacity: .6; transform: translateY(22px) rotate(-14deg); } to { opacity: 1; transform: rotate(-8deg); } }
@keyframes release-orbit { from { transform: rotate(-70deg); opacity: 0; } to { transform: none; opacity: 1; } }
@media (max-width: 1100px) { .changelog-layout { grid-template-columns: 170px minmax(0,1fr); gap: 5%; } .changelog-entry { grid-template-columns: 1fr; gap: 18px; } .changelog-meta { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px; } .changelog-dot { top: 18px; } }
@media (max-width: 700px) { .changelog-intro { grid-template-columns: minmax(0,1fr); gap: 15px; padding-bottom: 40px; } .changelog-intro h1 { font-size: clamp(40px,9.6vw,56px); } .changelog-intro p { font-size: 16px; } .changelog-emblem { width: 210px; justify-self: end; margin-block: -20px 0; } .changelog-layout { grid-template-columns: minmax(0,1fr); gap: 30px; padding-bottom: 60px; } .changelog-index { position: static; } .changelog-index nav { display: flex; gap: 18px; overflow-x: auto; padding: 0 0 5px; } .changelog-index nav a { white-space: nowrap; } .changelog-index nav .icon { display: none; } .changelog-download { display: none; } .changelog-status { align-items: flex-start; gap: 12px; flex-direction: column; } .changelog-entry { padding: 22px 0 28px 22px; } .changelog-dot { left: -26px; } .changelog-entry h2 { font-size: 24px; } .changelog-notes { font-size: 14px; padding-top: 8px; } }

summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ''; flex: 0 0 18px; height: 18px; background: linear-gradient(var(--gold),var(--gold)) center/16px 1px no-repeat,linear-gradient(var(--gold),var(--gold)) center/1px 16px no-repeat; transition: transform 250ms ease, background-size 250ms ease; }
details[open] > summary::after { background-size: 16px 1px,0 0; transform: rotate(180deg); }
details:not(.site-menu) { transition: background-color 250ms ease,border-color 250ms ease; }
details p { padding-bottom: 25px; font-size: 14px; }
@supports selector(::details-content) {
  details:not(.site-menu)::details-content { opacity: 0; transition: opacity 260ms ease,content-visibility 320ms allow-discrete; }
  details:not(.site-menu)[open]::details-content { opacity: 1; }
}
@supports (interpolate-size: allow-keywords) {
  details:not(.site-menu) { interpolate-size: allow-keywords; }
  details:not(.site-menu)::details-content { block-size: 0; overflow: clip; transition: block-size 320ms cubic-bezier(.16,1,.3,1),opacity 260ms ease,content-visibility 320ms allow-discrete; }
  details:not(.site-menu)[open]::details-content { block-size: auto; }
}
@media (max-width:700px) { summary { font-size: 14px; } }

.site-menu { margin-left: auto; border: 0; }
.site-menu > summary { display: none; }
.site-header nav { gap: clamp(12px,2vw,30px); }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 7px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease-out; }
.site-header nav a:hover::after, .site-header nav a[aria-current]::after { transform: scaleX(1); }
.button .icon, .text-link .icon { transition: transform 200ms cubic-bezier(.16,1,.3,1); }
.button:hover .icon, .text-link:hover .icon { transform: translate(2px,-2px); }
.button:active { transform: translateY(1px); }
.button { transition: background-color 180ms, transform 150ms; }
.site-footer .footer-links a { transition: color 150ms; }
.site-footer .footer-links a:hover { color: var(--gold); }
@view-transition { navigation: auto; }
.site-header { view-transition-name: site-header; }
::view-transition-old(root) { animation: page-out 150ms ease-in both; }
::view-transition-new(root) { animation: page-in 230ms cubic-bezier(.16,1,.3,1) both; }
@keyframes page-out { to { opacity: 0; } }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .site-header { height: 88px; padding-top: 0; flex-wrap: nowrap; }
  .site-menu > summary { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 0 8px 14px; font-size: 12px; cursor: pointer; list-style: none; }
  .site-menu > summary::after { content: none; }
  .site-menu > summary::-webkit-details-marker { display: none; }
  .menu-glyph { width: 24px; height: 24px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
  .menu-glyph path { transform-origin: 12px 12px; transition: transform 180ms ease-out; }
  .menu-glyph path:first-child { transform: translateY(-4px); }
  .menu-glyph path:last-child { transform: translateY(4px); }
  .site-menu[open] .menu-glyph path:first-child { transform: rotate(45deg); }
  .site-menu[open] .menu-glyph path:last-child { transform: rotate(-45deg); }
  .site-header nav { position: absolute; top: 78px; left: 0; right: 0; width: auto; margin: 0; padding: 14px 22px; max-height: calc(100dvh - 104px); overflow-y: auto; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; }
  .site-menu[open] nav { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 28px; animation: menu-in 180ms ease-out; }
  .site-menu:not([open]) nav { display: none; }
  .site-header nav a, .site-header nav a:last-child { display: block; padding-block: 12px; min-height: 44px; font-size: 14px; }
  .site-header nav a::after { bottom: 7px; }
  @keyframes menu-in { from { opacity: .5; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
}
