:root {
  --ink: #121211;
  --ink-muted: #625f59;
  --paper: #f5f1e9;
  --paper-deep: #eae3d8;
  --line: rgba(18, 18, 17, 0.16);
  --gold: #bc8d27;
  --gold-soft: #e2bd62;
  --green: #86b494;
  --white: #fffdf8;
  --max: 1320px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
.is-locale-hidden { display: none !important; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; left: 18px; top: -50px; padding: 10px 14px; color: var(--white); background: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: color-mix(in srgb, var(--paper) 93%, transparent); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); }
.site-header.scrolled { border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: Georgia, serif; font-size: 20px; }
.brand span:last-child { display: grid; gap: 2px; }
.brand strong, .brand small { letter-spacing: .11em; text-transform: uppercase; }
.brand strong { font-size: 11px; line-height: 1; }
.brand small { color: var(--ink-muted); font-size: 8px; line-height: 1.15; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 640; }
.site-header nav { order: 2; margin-left: auto; }
.language-switcher { order: 3; display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,248,.68); }
.language-switcher button { min-width: 34px; min-height: 30px; padding: 0 9px; cursor: pointer; color: var(--ink-muted); background: transparent; border: 0; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.language-switcher button.is-active { color: var(--paper); background: var(--ink); }
.language-switcher button:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.menu-button { order: 4; }
.site-header nav > a:not(.nav-action) { color: var(--ink-muted); }
.site-header nav > a:hover { color: var(--ink); }
.nav-action { padding: 11px 14px; color: var(--white); background: var(--ink); }
.menu-button { display: none; }

.hero, .workflow, .record, .reference, .roadmap, .contact { padding-inline: max(28px, calc((100vw - var(--max)) / 2)); }
.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); gap: clamp(46px, 7vw, 116px); align-items: center; min-height: min(790px, calc(100vh - 84px)); padding-top: 76px; padding-bottom: 84px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(45px, 5.55vw, 88px); letter-spacing: -.062em; line-height: .93; }
h1 em, h2 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.hero-lede { max-width: 550px; margin-bottom: 30px; color: var(--ink-muted); font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 15px 18px; font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.button span, .text-link span { font-size: 18px; line-height: .5; }
.text-link { display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 690; padding-bottom: 5px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 530px; margin: 48px 0 0; }
.hero-facts div { padding-top: 13px; border-top: 1px solid var(--line); }
.hero-facts dt { margin-bottom: 6px; color: var(--ink-muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-size: 13px; font-weight: 640; }

.recorded-surface, .image-frame { margin: 0; overflow: hidden; background: #201f1c; box-shadow: 0 22px 60px rgba(18, 18, 17, .18); }
.recorded-surface { transform: rotate(1.2deg); }
.surface-chrome { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 40px; padding: 0 15px; color: #d5cdc0; background: #201f1c; font-size: 9px; font-weight: 730; letter-spacing: .08em; text-transform: uppercase; }
.surface-chrome span { display: flex; gap: 5px; }
.surface-chrome i { display: block; width: 7px; height: 7px; border: 1px solid #827b71; border-radius: 50%; }
.recorded-surface > img, .image-frame > img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; object-position: top center; }
.recorded-surface figcaption, .image-frame figcaption { padding: 11px 15px; color: #b7b0a6; background: #201f1c; font-size: 10px; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip p { display: flex; align-items: center; gap: 15px; margin: 0; padding: 22px 26px; border-right: 1px solid var(--line); color: var(--ink-muted); font-size: 13px; }
.proof-strip p:last-child { border-right: 0; }
.proof-strip span { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .1em; }

.workflow { padding-top: 150px; padding-bottom: 150px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(250px, .55fr); column-gap: 12vw; align-items: end; max-width: var(--max); margin: 0 auto 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(36px, 4.4vw, 66px); letter-spacing: -.055em; line-height: .96; }
.section-heading > p:last-child { margin: 0 0 4px; color: var(--ink-muted); font-size: 16px; line-height: 1.55; }
.workflow-tour { max-width: var(--max); margin: 0 auto; }
.tour-nav { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-bottom: 0; }
.tour-nav button { display: grid; gap: 5px; min-height: 116px; padding: 21px 18px; cursor: pointer; text-align: left; color: var(--ink-muted); background: transparent; border: 0; border-right: 1px solid var(--line); }
.tour-nav button:last-child { border-right: 0; }
.tour-nav button span { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.tour-nav button strong { color: var(--ink); font-size: 18px; letter-spacing: -.025em; }
.tour-nav button small { color: var(--ink-muted); font-size: 11px; }
.tour-nav button.is-active { background: var(--ink); color: var(--white); }
.tour-nav button.is-active strong { color: var(--white); }
.tour-nav button.is-active small { color: #c8c1b8; }
.tour-panel { display: grid; grid-template-columns: minmax(245px, .65fr) minmax(0, 1.35fr); gap: 52px; min-height: 514px; padding: 42px; color: var(--white); background: var(--ink); }
.tour-panel[hidden] { display: none; }
.tour-copy { display: flex; flex-direction: column; justify-content: center; }
.surface-type { margin-bottom: 18px; color: var(--gold-soft); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.tour-copy h3 { margin-bottom: 15px; font-size: clamp(28px, 3vw, 43px); letter-spacing: -.05em; line-height: .98; }
.tour-copy > p:not(.surface-type) { color: #cac3ba; font-size: 15px; line-height: 1.55; }
.feature-list { display: grid; gap: 9px; margin: 17px 0 0; padding: 0; list-style: none; color: #dfd8ce; font-size: 12px; }
.feature-list li { display: flex; gap: 9px; align-items: baseline; }
.feature-list li::before { content: "—"; color: var(--gold-soft); }
.image-frame { align-self: center; width: 100%; box-shadow: none; }
.image-frame > img { aspect-ratio: 1.72 / 1; }

.interface-frame { align-self: center; overflow: hidden; color: #272522; background: #ede7dd; border: 1px solid #5a554d; box-shadow: 18px 18px 0 rgba(255, 255, 255, .08); }
.interface-bar { display: flex; justify-content: space-between; gap: 18px; min-height: 48px; padding: 15px 17px; color: #1e1d1a; border-bottom: 1px solid #cfc6b8; font-size: 11px; }
.interface-bar span { color: #6d665e; }
.builder-context { display: flex; align-items: center; gap: 10px; padding: 17px; border-bottom: 1px solid #cfc6b8; font-size: 11px; }
.builder-context span, .work-heading span { color: #71695e; }
.builder-context strong { font-size: 13px; }
.builder-context em, .structure-row i { margin-left: auto; color: #2e6943; font-size: 10px; font-style: normal; }
.builder-grid { display: grid; grid-template-columns: 180px 1fr; min-height: 270px; }
.builder-nav { display: grid; align-content: start; gap: 3px; padding: 16px 10px; color: #70695f; border-right: 1px solid #cfc6b8; font-size: 11px; }
.builder-nav b { padding: 0 8px 12px; color: #2b2925; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.builder-nav span { padding: 8px; }
.builder-nav .current { color: #1e1d1a; background: #d9b35c; font-weight: 700; }
.builder-work { padding: 20px; }
.work-heading { display: grid; gap: 4px; margin-bottom: 20px; }
.work-heading b { font-size: 16px; }
.structure-row { display: flex; align-items: center; gap: 16px; padding: 13px 0; border-top: 1px solid #d5cdc1; font-size: 11px; }
.structure-row span { width: 74px; color: #70695f; }
.structure-row strong { font-size: 12px; }
.interface-note { margin: 0; padding: 11px 16px; color: #6c665f; border-top: 1px solid #cfc6b8; font-size: 10px; line-height: 1.4; }
.schedule-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cfc6b8; }
.schedule-fields label { display: grid; gap: 7px; padding: 17px; color: #71695e; background: #ede7dd; font-size: 10px; }
.schedule-fields strong { color: #24221e; font-size: 12px; }
.schedule-readiness { padding: 26px 18px 17px; }
.schedule-readiness span { display: inline-block; margin-bottom: 8px; padding: 5px 8px; color: #6a4b08; background: #f1d487; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.schedule-readiness p { max-width: 480px; margin: 0; color: #5e584f; font-size: 13px; line-height: 1.5; }
.schedule-actions { display: flex; gap: 9px; padding: 0 18px 23px; }
.schedule-actions button { padding: 11px 13px; color: var(--white); background: #25231f; border: 0; font-size: 11px; font-weight: 730; }
.schedule-actions button[disabled] { color: #827a70; background: #d9d0c3; }

.record { display: grid; grid-template-columns: minmax(0, .8fr) minmax(390px, .9fr); gap: clamp(52px, 10vw, 168px); align-items: center; padding-top: 150px; padding-bottom: 150px; background: #d9b35c; }
.record .eyebrow { color: #292619; }
.record h2 { margin-bottom: 24px; }
.record h2 em { color: #564113; }
.record-copy > p:not(.eyebrow) { max-width: 510px; color: #51472d; font-size: 17px; line-height: 1.55; }
.record-proof { padding: 25px; background: #201f1c; box-shadow: 20px 20px 0 rgba(18, 18, 17, .16); }
.record-proof .surface-type { margin-bottom: 22px; }
.player-identity { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid #504b43; }
.avatar { display: grid; place-items: center; width: 44px; height: 44px; color: #1f1e1b; background: var(--gold-soft); border-radius: 50%; font-family: Georgia, serif; font-size: 23px; }
.player-identity div { display: grid; gap: 3px; }
.player-identity small { color: #a9a197; font-size: 10px; }
.player-identity strong { color: var(--white); font-size: 22px; letter-spacing: -.04em; }
.player-identity > b { margin-left: auto; color: var(--green); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.season-line { display: grid; grid-template-columns: 92px 1fr auto; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid #504b43; font-size: 12px; }
.season-line span { color: #c9c1b7; }
.season-line strong { color: var(--white); }
.season-line i { color: #aaa297; font-size: 10px; font-style: normal; }
.record-note { margin: 17px 0 0; color: #aaa297; font-size: 11px; line-height: 1.45; }

.reference { padding-top: 150px; padding-bottom: 150px; background: var(--paper); }
.reference .section-heading { margin-bottom: 62px; }
.reference-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: clamp(50px, 9vw, 150px); max-width: var(--max); margin: 0 auto; }
.reference-grid > p { max-width: 540px; margin: 0; color: var(--ink-muted); font-size: 18px; line-height: 1.6; }
.reference-grid dl { margin: 0; border-top: 1px solid var(--line); }
.reference-grid dl div { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.reference-grid dt { color: var(--gold); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.reference-grid dd { margin: 0; font-size: 14px; line-height: 1.45; }

.roadmap { padding-top: 150px; padding-bottom: 150px; color: var(--white); background: #1b1a18; }
.roadmap .section-heading { margin-bottom: 55px; }
.roadmap .section-heading .eyebrow { color: var(--gold-soft); }
.roadmap .section-heading h2 em { color: var(--gold-soft); }
.roadmap .section-heading > p:last-child { color: #c4bdb3; }
.roadmap-rail { display: grid; grid-template-columns: repeat(7, minmax(160px, 1fr)); max-width: var(--max); margin: 0 auto; overflow-x: auto; border-top: 1px solid #4b4842; border-left: 1px solid #4b4842; }
.roadmap-rail article { display: grid; grid-template-rows: auto 1fr; min-height: 310px; border-right: 1px solid #4b4842; border-bottom: 1px solid #4b4842; }
.roadmap-rail article > span { display: grid; place-items: center start; min-height: 64px; padding: 0 17px; color: var(--gold-soft); border-bottom: 1px solid #4b4842; font-size: 11px; font-weight: 780; letter-spacing: .12em; }
.roadmap-rail article > div { padding: 20px 17px; }
.roadmap-rail small { display: block; margin-bottom: 14px; color: #b8afa3; font-size: 9px; font-weight: 730; letter-spacing: .13em; text-transform: uppercase; }
.roadmap-rail h3 { margin-bottom: 14px; color: var(--white); font-size: 19px; letter-spacing: -.035em; line-height: 1.02; }
.roadmap-rail p { margin: 0; color: #b8afa3; font-size: 12px; line-height: 1.5; }

.contact { padding-top: 130px; padding-bottom: 138px; color: var(--white); background: var(--ink); }
.contact .eyebrow { color: var(--gold-soft); }
.contact h2 { max-width: 830px; margin-bottom: 26px; }
.contact h2 em { color: var(--gold-soft); }
.contact > p:not(.eyebrow) { max-width: 600px; margin-bottom: 32px; color: #c9c1b7; font-size: 17px; line-height: 1.55; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px max(28px, calc((100vw - var(--max)) / 2)); color: #a89f93; background: #090908; font-size: 10px; }
.site-footer > span { color: #eee8df; letter-spacing: .11em; font-weight: 760; }
.site-footer a { color: var(--gold-soft); }

@media (max-width: 980px) {
  .site-header { min-height: 70px; }
  .language-switcher { margin-left: auto; }
  .site-header nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 12px 28px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: grid; }
  .site-header nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-header nav .nav-action { margin-top: 12px; padding: 12px 14px; border: 0; text-align: center; }
  .menu-button { display: grid; gap: 6px; width: 38px; height: 38px; place-content: center; cursor: pointer; background: transparent; border: 1px solid var(--line); }
  .menu-button i { display: block; width: 15px; height: 1px; background: var(--ink); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .hero-surface { max-width: 760px; justify-self: center; }
  .section-heading, .tour-panel, .record, .reference-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; }
  .section-heading > p:last-child { max-width: 600px; }
  .tour-panel { gap: 36px; }
  .record { gap: 56px; }
}

@media (max-width: 680px) {
  .site-header, .hero, .workflow, .record, .reference, .roadmap, .contact { padding-inline: 18px; }
  .site-footer { display: grid; padding-inline: 18px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand small { display: none; }
  .hero { padding-top: 46px; padding-bottom: 58px; }
  h1 { font-size: clamp(40px, 12.3vw, 62px); }
  .hero-lede { font-size: 16px; }
  .hero-facts { gap: 14px; margin-top: 36px; }
  .hero-facts dd { font-size: 11px; }
  .recorded-surface { transform: none; }
  .proof-strip { grid-template-columns: 1fr; margin: 0 18px; }
  .proof-strip p { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip p:last-child { border-bottom: 0; }
  .workflow, .record, .reference, .roadmap { padding-top: 82px; padding-bottom: 82px; }
  h2 { font-size: clamp(35px, 11vw, 52px); }
  .tour-nav { grid-template-columns: repeat(2, 1fr); }
  .tour-nav button:nth-child(2) { border-right: 0; }
  .tour-nav button:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .tour-nav button { min-height: 96px; padding: 14px; }
  .tour-nav button strong { font-size: 16px; }
  .tour-nav button small { font-size: 10px; }
  .tour-panel { min-height: 0; padding: 23px 17px; }
  .tour-copy h3 { font-size: 33px; }
  .interface-frame { box-shadow: 10px 10px 0 rgba(255, 255, 255, .08); }
  .builder-grid { grid-template-columns: 1fr; }
  .builder-nav { display: flex; flex-wrap: wrap; gap: 4px; border-right: 0; border-bottom: 1px solid #cfc6b8; }
  .builder-nav b { width: 100%; }
  .builder-nav span { padding: 6px; }
  .schedule-fields { grid-template-columns: 1fr; }
  .image-frame > img { aspect-ratio: 1.1 / 1; }
  .record-proof { padding: 19px; box-shadow: 10px 10px 0 rgba(18, 18, 17, .16); }
  .season-line { grid-template-columns: 74px 1fr; gap: 7px; }
  .season-line i { grid-column: 2; }
  .reference-grid dl div { grid-template-columns: 1fr; gap: 8px; }
  .roadmap-rail { grid-template-columns: repeat(7, minmax(225px, 1fr)); }
  .roadmap-rail article { min-height: 290px; }
  .contact { padding-top: 82px; padding-bottom: 82px; }
}

/* Sales narrative refresh: full-size operator surfaces, derived from the current UT Duel admin vocabulary. */
.hero-cockpit { grid-template-columns: minmax(0, .76fr) minmax(600px, 1.24fr); overflow: hidden; }
.cockpit-art { position: relative; min-height: 620px; perspective: 1400px; }
.cockpit-orbit { position: absolute; inset: 7% 0 8% 5%; border: 1px solid rgba(188,141,39,.34); border-radius: 50%; transform: rotate(-11deg); }
.cockpit-panel { position: absolute; overflow: hidden; color: #272522; background: #f8f4ec; border: 1px solid #5c574e; box-shadow: 0 30px 55px rgba(18,18,17,.23); transform-style: preserve-3d; }
.cockpit-panel::after { position: absolute; inset: 0; pointer-events: none; content: ""; border: 1px solid rgba(255,255,255,.45); }
.cockpit-portfolio { z-index: 1; top: 13%; right: -9%; width: 61%; transform: rotateY(-16deg) rotateZ(7deg); opacity: .86; animation: drift-right 11s ease-in-out infinite; }
.cockpit-builder { z-index: 3; top: 5%; left: 5%; width: 74%; transform: rotateY(9deg) rotateZ(-4deg); animation: drift-main 13s ease-in-out infinite; }
.cockpit-schedule { z-index: 4; right: 3%; bottom: 4%; width: 59%; transform: rotateY(-10deg) rotateZ(5deg); animation: drift-left 10s ease-in-out infinite; }
.mock-topline { display: flex; align-items: center; gap: 10px; min-height: 36px; padding: 0 12px; border-bottom: 1px solid #d4ccbf; font-size: 9px; }
.mock-topline b { font-size: 10px; }.mock-topline small { margin-left: auto; color: #786f63; font-size: 8px; }
.mock-dots { display: flex; gap: 4px; }.mock-dots i { width: 5px; height: 5px; background: #b5aa9a; border-radius: 50%; }
.portfolio-screen { display: grid; grid-template-columns: 30% 1fr; min-height: 240px; }.portfolio-screen aside { display: grid; align-content: start; gap: 2px; padding: 14px 7px; background: #e8e1d5; border-right: 1px solid #d4ccbf; font-size: 8px; }.portfolio-screen aside b { padding: 0 5px 8px; font-size: 7px; letter-spacing: .1em; }.portfolio-screen aside span { padding: 7px 5px; color: #756e63; }.portfolio-screen aside .selected, .builder-side .selected { color: #1e1d1a; background: #d9b35c; font-weight: 750; }.portfolio-screen section { padding: 13px; }.screen-title { display: flex; align-items: start; justify-content: space-between; gap: 8px; margin-bottom: 13px; }.screen-title small { display: block; color: #7b7367; font-size: 7px; }.screen-title strong { display: block; margin-top: 4px; font-size: 13px; }.screen-title button { padding: 7px 8px; color: #fffdf8; background: #24231f; border: 0; font-size: 7px; }.edition-list { display: grid; gap: 6px; }.edition-list div { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; padding: 8px; border: 1px solid #ddd4c6; font-size: 8px; }.edition-list b { font-size: 9px; }.edition-list span { color: #746d61; }.edition-list em { grid-column: 1 / -1; color: #88671c; font-size: 7px; font-style: normal; }
.builder-screen { display: grid; grid-template-columns: 27% 1fr; min-height: 335px; }.builder-side { display: grid; align-content: start; gap: 2px; padding: 13px 7px; background: #e8e1d5; border-right: 1px solid #d4ccbf; font-size: 9px; }.builder-side small { padding: 0 6px 8px; color: #756e63; font-size: 7px; letter-spacing: .1em; }.builder-side span { padding: 8px 6px; color: #70695e; }.builder-main { padding: 18px; }.builder-heading { display: grid; gap: 4px; margin-bottom: 20px; }.builder-heading small { color: #756e63; font-size: 8px; }.builder-heading b { font-size: 17px; }.builder-stat-row { display: grid; grid-template-columns: 30% 1fr auto; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid #dcd3c6; font-size: 9px; }.builder-stat-row span { color: #70695e; }.builder-stat-row b { font-size: 10px; }.builder-stat-row i { color: #33714d; font-size: 8px; font-style: normal; }
.schedule-screen { padding: 13px; }.schedule-selects { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d4ccbf; }.schedule-selects label { display: grid; gap: 5px; padding: 10px; color: #736b60; border-right: 1px solid #d4ccbf; font-size: 7px; }.schedule-selects label:last-child { border: 0; }.schedule-selects b { color: #24221e; font-size: 9px; }.schedule-status { margin: 13px 0; padding: 13px; background: #f1dc9e; }.schedule-status small { color: #705009; font-size: 7px; font-weight: 800; letter-spacing: .08em; }.schedule-status p { margin: 6px 0 0; color: #5d5546; font-size: 9px; line-height: 1.4; }.schedule-buttons { display: flex; gap: 7px; }.schedule-buttons button { padding: 8px 10px; color: #fffdf8; background: #24231f; border: 0; font-size: 8px; }.schedule-buttons button[disabled] { color: #877e70; background: #ddd4c6; }.cockpit-caption { position: absolute; z-index: 5; bottom: 0; left: 0; margin: 0; color: #686155; font-size: 10px; letter-spacing: .02em; }

.workspace { padding: 150px max(28px, calc((100vw - var(--max)) / 2)); background: var(--white); }.workspace-gallery { max-width: var(--max); margin: 0 auto; }.gallery-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.gallery-tabs button { display: grid; gap: 5px; min-height: 120px; padding: 21px 18px; cursor: pointer; text-align: left; color: var(--ink-muted); background: transparent; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.gallery-tabs button:first-child { border-left: 1px solid var(--line); }.gallery-tabs button span { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .1em; }.gallery-tabs button strong { color: var(--ink); font-size: 17px; letter-spacing: -.03em; }.gallery-tabs button small { font-size: 10px; }.gallery-tabs button.is-active { color: var(--white); background: var(--ink); }.gallery-tabs button.is-active strong { color: var(--white); }.gallery-tabs button.is-active small { color: #c8c0b6; }.gallery-panel { display: grid; grid-template-columns: minmax(245px,.54fr) minmax(0,1.46fr); gap: 42px; min-height: 600px; padding: 48px; color: var(--white); background: #1a1917; }.gallery-panel[hidden] { display: none; }.gallery-copy { display: flex; flex-direction: column; justify-content: center; }.gallery-copy h3 { margin-bottom: 16px; font-size: clamp(29px, 3vw, 44px); letter-spacing: -.055em; line-height: .97; }.gallery-copy > p:not(.surface-type) { color: #cbc4ba; font-size: 15px; line-height: 1.56; }
.gallery-screen { align-self: center; overflow: hidden; color: #25231f; background: #f3ede3; border: 1px solid #5a554d; box-shadow: 18px 18px 0 rgba(255,255,255,.08); }.screen-toolbar { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 17px; border-bottom: 1px solid #d0c7ba; font-size: 11px; }.screen-toolbar > div { display: grid; gap: 2px; }.screen-toolbar span { color: #746c60; font-size: 9px; }.screen-toolbar button { margin-left: auto; padding: 9px 11px; color: #fffdf8; background: #25231f; border: 0; font-size: 9px; }.portfolio-large { display: grid; grid-template-columns: 23% 1fr; min-height: 405px; }.portfolio-large > aside { display: grid; align-content: start; gap: 3px; padding: 19px 12px; background: #e8e0d3; border-right: 1px solid #d0c7ba; }.portfolio-large aside small { margin-top: 6px; color: #756d61; font-size: 8px; font-weight: 750; letter-spacing: .1em; }.portfolio-large aside b { margin: 3px 6px 7px; font-size: 11px; }.portfolio-large aside span { padding: 9px 7px; color: #6e675d; font-size: 10px; }.portfolio-large aside .selected { color: #1e1d1a; background: #d9b35c; font-weight: 760; }.portfolio-large section > header { display: flex; justify-content: space-between; align-items: start; padding: 21px 23px 15px; }.portfolio-large section header small { color: #766e62; font-size: 9px; }.portfolio-large section h4 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.04em; }.portfolio-large section header p { margin: 0; color: #736c60; font-size: 9px; line-height: 1.5; text-align: right; }.portfolio-large section header p b { color: #34724e; text-transform: uppercase; letter-spacing: .08em; }.structure-overview { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 0 23px; background: #d6cdc0; }.overview-card { display: grid; gap: 5px; padding: 13px; background: #f9f5ed; }.overview-card small { color: #796f62; font-size: 7px; font-weight: 800; letter-spacing: .1em; }.overview-card b { font-size: 24px; letter-spacing: -.05em; }.overview-card span { color: #71695e; font-size: 8px; }.structure-table { margin: 16px 23px 0; border-top: 1px solid #d6cdc0; }.structure-table div { display: grid; grid-template-columns: 24% 1fr auto; gap: 10px; padding: 9px 0; border-bottom: 1px solid #d6cdc0; font-size: 9px; }.structure-table span { color: #746c60; }.structure-table i { color: #447258; font-size: 8px; font-style: normal; }.gallery-screen footer { padding: 11px 16px; color: #756d61; border-top: 1px solid #d0c7ba; font-size: 9px; }
.registration-layout { display: grid; grid-template-columns: 23% 1fr; min-height: 390px; }.registration-layout > aside { display: grid; align-content: start; gap: 4px; padding: 18px 12px; background: #e8e0d3; border-right: 1px solid #d0c7ba; }.registration-layout aside small { margin: 2px 6px 10px; color: #756d61; font-size: 8px; letter-spacing: .08em; }.registration-layout aside span { display: flex; justify-content: space-between; padding: 9px 7px; color: #6f675c; font-size: 9px; }.registration-layout aside .selected { color: #1d1c19; background: #d9b35c; font-weight: 750; }.registration-layout section > header, .registration-layout section > article { display: grid; grid-template-columns: 27% 37% 36%; align-items: center; gap: 12px; padding: 13px 18px; }.registration-layout section > header { color: #766d61; border-bottom: 1px solid #d0c7ba; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.registration-layout section > article { min-height: 88px; border-bottom: 1px solid #d9d0c3; }.player-cell { display: grid; gap: 5px; }.player-cell b { font-size: 13px; }.player-cell small { color: #746c60; font-size: 8px; }.target-cell { display: flex; gap: 8px; }.target-cell label { display: grid; gap: 4px; flex: 1; padding: 8px; color: #776f63; background: #ede6da; font-size: 7px; }.target-cell b { color: #282621; font-size: 9px; }.decision-cell { display: flex; flex-wrap: wrap; gap: 5px; }.decision-cell button { padding: 7px 8px; color: #fefaf2; background: #24231f; border: 0; font-size: 8px; }.decision-cell button:nth-child(2) { color: #2b261c; background: #ddbd6d; }.decision-cell button:last-child { color: #804039; background: #f1ded9; }
.operation-chip, .published-chip { margin-left: auto; padding: 5px 7px; font-size: 8px !important; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }.operation-chip { color: #67500d !important; background: #f0da94; }.published-chip { color: #795a0b !important; background: #efdb9b; }.schedule-command { padding: 22px; }.schedule-command header, .score-workspace header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }.schedule-command header small, .score-workspace header small, .adjustment-row small, .finalization-strip small { color: #766d61; font-size: 8px; font-weight: 780; letter-spacing: .1em; }.schedule-command h4, .score-workspace h4 { margin: 6px 0 0; font-size: 22px; letter-spacing: -.04em; }.schedule-command header p, .score-workspace header p { max-width: 220px; margin: 3px 0 0; color: #746c60; font-size: 9px; line-height: 1.45; }.command-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 20px 0; background: #d0c7ba; }.command-grid label, .result-context label { display: grid; gap: 6px; padding: 13px; color: #776f63; background: #f8f3eb; font-size: 8px; }.command-grid b, .result-context b { color: #25231f; font-size: 10px; }.readiness-card { display: flex; gap: 15px; align-items: center; padding: 14px; background: #f0d990; }.readiness-card span { padding: 5px 7px; color: #69500a; border: 1px solid rgba(105,80,10,.28); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.readiness-card p { margin: 0; color: #5f5544; font-size: 10px; line-height: 1.4; }.command-actions { display: flex; gap: 8px; margin-top: 14px; }.command-actions button, .finalization-strip button { padding: 10px 13px; color: #fffdf8; background: #25231f; border: 0; font-size: 9px; font-weight: 730; }.command-actions button[disabled] { color: #8c8375; background: #dcd3c6; }.adjustment-row, .finalization-strip { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; background: #e8e0d3; border-top: 1px solid #d0c7ba; }.adjustment-row div, .finalization-strip div { display: grid; gap: 5px; }.adjustment-row b, .finalization-strip b { font-size: 11px; }.adjustment-row button { padding: 10px 13px; color: #968e81; background: #d4cabd; border: 0; font-size: 9px; }
.result-context { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #d0c7ba; }.score-workspace { padding: 20px 22px 0; }.score-workspace h4 strong { margin: 0 6px; color: #9a741d; }.map-head, .map-row { display: grid; grid-template-columns: .45fr 1.45fr 1fr 1fr 1fr; gap: 8px; align-items: center; }.map-head { margin-top: 20px; padding: 8px 10px; color: #756d61; background: #e8e0d3; font-size: 8px; font-weight: 750; text-transform: uppercase; }.map-row { padding: 12px 10px; border-bottom: 1px solid #d9d0c3; font-size: 10px; }.map-row b { color: #796f62; }.map-row strong { color: #3f7251; }.finalization-strip { margin: 20px -22px 0; }

.loop { padding: 150px max(28px, calc((100vw - var(--max)) / 2)); background: #e0bd69; }.loop .section-heading .eyebrow { color: #3b3020; }.loop .section-heading h2 em { color: #5c4311; }.loop .section-heading > p:last-child { color: #55482d; }.operation-loop { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; max-width: var(--max); margin: 0 auto; border-top: 1px solid rgba(47,38,19,.32); border-bottom: 1px solid rgba(47,38,19,.32); }.operation-loop article { padding: 31px 24px; }.operation-loop small { color: #5b4718; font-size: 9px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }.operation-loop h3 { margin: 13px 0 11px; font-size: 24px; letter-spacing: -.045em; }.operation-loop p { margin: 0; color: #584a2d; font-size: 13px; line-height: 1.5; }.loop-arrow { display: grid; place-items: center; color: #715515; font-size: 28px; }
.scope { padding: 150px max(28px, calc((100vw - var(--max)) / 2)); color: var(--white); background: #1a1917; }.scope .section-heading .eyebrow, .scope h2 em { color: var(--gold-soft); }.scope .section-heading > p:last-child { color: #c5bdb2; }.scope-grid { display: grid; grid-template-columns: repeat(3,1fr); max-width: var(--max); margin: 0 auto; border: 1px solid #504c45; }.scope-grid article { min-height: 320px; padding: 27px; border-right: 1px solid #504c45; }.scope-grid article:last-child { border: 0; }.scope-grid article > span { color: var(--gold-soft); font-size: 10px; font-weight: 800; letter-spacing: .13em; }.scope-grid h3 { margin: 30px 0 15px; font-size: 27px; letter-spacing: -.045em; line-height: 1; }.scope-grid p { color: #c3bbb0; font-size: 13px; line-height: 1.55; }.scope-grid ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; color: #e0d9d0; font-size: 11px; }.scope-grid li::before { margin-right: 8px; color: var(--gold-soft); content: "—"; }
@keyframes drift-main { 50% { transform: rotateY(9deg) rotateZ(-2deg) translateY(-8px); } } @keyframes drift-right { 50% { transform: rotateY(-16deg) rotateZ(9deg) translateY(9px); } } @keyframes drift-left { 50% { transform: rotateY(-10deg) rotateZ(3deg) translateY(-6px); } }
@media (max-width: 980px) { .hero-cockpit { grid-template-columns: 1fr; }.cockpit-art { width: min(760px,100%); justify-self: center; min-height: 560px; }.workspace, .loop, .scope { padding-top: 100px; padding-bottom: 100px; }.gallery-panel { grid-template-columns: 1fr; gap: 30px; }.gallery-copy { max-width: 620px; }.operation-loop { grid-template-columns: 1fr; }.loop-arrow { height: 42px; transform: rotate(90deg); }.scope-grid { grid-template-columns: 1fr; }.scope-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #504c45; }.scope-grid article:last-child { border-bottom: 0; } }
@media (max-width: 680px) { .hero-cockpit { padding-top: 46px; }.cockpit-art { min-height: 395px; margin-top: 12px; transform: scale(.98); transform-origin: top left; }.cockpit-builder { width: 91%; left: 0; }.cockpit-portfolio { top: 19%; width: 63%; }.cockpit-schedule { width: 68%; }.builder-screen { min-height: 235px; }.builder-main { padding: 12px; }.builder-heading b { font-size: 13px; }.builder-stat-row { padding: 7px 0; font-size: 7px; }.gallery-tabs { grid-template-columns: repeat(2,1fr); }.gallery-tabs button { min-height: 100px; padding: 14px; }.gallery-tabs button:nth-child(2) { border-right: 0; }.gallery-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.gallery-panel { min-height: 0; padding: 24px 15px; }.gallery-screen { overflow-x: auto; }.gallery-builder-large, .gallery-registration, .gallery-schedule-large, .gallery-results { min-width: 620px; }.portfolio-large { min-height: 365px; }.workspace, .loop, .scope { padding: 82px 18px; }.operation-loop article { padding: 25px 0; }.scope-grid article { padding: 22px; }.scope-grid h3 { margin-top: 20px; }.record { padding-top: 82px; padding-bottom: 82px; } }

/* Recorded production surfaces replace the earlier illustrative micro-frames. */
.cockpit-panel { margin: 0; background: #111; }.cockpit-panel img { display: block; width: 100%; height: auto; }.cockpit-panel figcaption { padding: 8px 11px; color: #c5b79d; background: #131311; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.production-capture { align-self: center; width: 100%; margin: 0; overflow: hidden; background: #10110f; border: 1px solid #514d45; box-shadow: 18px 18px 0 rgba(255,255,255,.08); }.production-capture img { display: block; width: 100%; aspect-ratio: 1.78 / 1; object-fit: cover; object-position: top center; }.production-capture figcaption { padding: 11px 15px; color: #b9aea0; background: #161614; border-top: 1px solid #3d3a35; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width:680px) { .production-capture { min-width: 0; box-shadow: 10px 10px 0 rgba(255,255,255,.08); }.production-capture img { min-width: 620px; } }

/* Current Product HQ Admin visual language: the legacy production captures are deliberately not used. */
.cockpit-panel { color: #eee9e1; background: #11100e; border-color: #3b3832; }.cockpit-panel > p { margin: 0; padding: 8px 11px; color: #9d948a; background: #151411; border-top: 1px solid #39352f; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.live-admin-top { display: flex; justify-content: space-between; gap: 8px; padding: 10px 12px; color: #e7dfd4; border-bottom: 1px solid #37342e; font-size: 8px; letter-spacing: .08em; }.live-admin-top span { color: #958d82; font-size: 7px; }.live-season-mini, .live-result-mini, .live-registration-mini { padding: 15px; }.live-season-mini small, .live-result-mini small { color: #bd8d2a; font-size: 7px; font-weight: 850; letter-spacing: .1em; }.live-season-mini h3, .live-result-mini h3, .live-registration-mini h3 { margin: 6px 0 12px; color: #f0ebe2; font-family: Impact, var(--font-display, sans-serif); font-size: 20px; font-weight: 900; letter-spacing: .03em; line-height: 1; text-transform: uppercase; }.mini-division-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: #37342e; }.mini-division-grid b { display: flex; justify-content: space-between; padding: 8px; color: #d9d1c5; background: #1a1916; font-size: 8px; }.mini-division-grid i { color: #d7aa3f; font-size: 8px; font-style: normal; }.live-result-mini > div { display: grid; grid-template-columns: 1fr auto 1fr; gap: 9px; align-items: center; padding: 13px 0; border-top: 1px solid #37342e; border-bottom: 1px solid #37342e; font-size: 8px; }.live-result-mini > div strong { color: #d9a935; font-family: Impact, sans-serif; font-size: 23px; }.live-result-mini > span { display: block; margin: 10px 0; color: #9e958a; font-size: 8px; }.live-result-mini button { width: 100%; min-height: 28px; color: #13110d; background: #d4a534; border: 0; font-size: 8px; font-weight: 850; text-transform: uppercase; }.mini-switch { display: flex; gap: 3px; padding-bottom: 9px; border-bottom: 1px solid #37342e; font-size: 7px; }.mini-switch b { padding: 5px; color: #11100e; background: #d4a534; }.mini-switch span { padding: 5px; color: #999084; background: #25231e; }.mini-person { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; padding: 8px 0; border-bottom: 1px solid #302e29; font-size: 8px; }.mini-person span { color: #9b9286; }.mini-person i { grid-column: 2; grid-row: 1 / 3; align-self: center; padding: 5px; color: #11100e; background: #76bd8b; font-size: 7px; font-style: normal; font-weight: 850; }
.gallery-screen { color: #eee9e1; background: #11100e; border-color: #3b3832; box-shadow: 18px 18px 0 rgba(255,255,255,.07); }.gallery-screen .screen-toolbar { color: #eee9e1; background: #151411; border-color: #39352f; }.gallery-screen .screen-toolbar span { color: #9c9388; }.gallery-screen .screen-toolbar button { color: #11100e; background: #d4a534; }.current-season-screen { min-height: 510px; }.season-lifecycle { margin: 18px 18px 0; padding: 17px; background: linear-gradient(135deg,#191815,#201b19); border: 1px solid #3b3832; }.season-lifecycle header { display: flex; justify-content: space-between; gap: 18px; align-items: end; }.season-lifecycle small, .season-workspace-current small, .current-result-work small, .current-registration-list small, .result-filter-bar label { color: #9b9286; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.season-lifecycle h4, .season-workspace-current h4, .current-result-work h4 { margin: 5px 0 0; color: #f1ece3; font-family: Impact,var(--font-display,sans-serif); font-size: 25px; letter-spacing: .03em; text-transform: uppercase; }.season-lifecycle header label { display: grid; gap: 5px; color: #9b9286; font-size: 8px; }.season-lifecycle header label b { min-width: 100px; padding: 9px; color: #f0ebe2; background: #11100e; border: 1px solid #45413a; font-size: 10px; }.life-fields { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 15px; }.life-fields label { display: grid; gap: 7px; padding: 10px; color: #9b9286; background: #11100e; border: 1px solid #45413a; font-size: 7px; text-transform: uppercase; }.life-fields b { color: #f0ebe2; font-size: 9px; text-transform: none; }.season-workspace-current { display: grid; grid-template-columns: 1.55fr .78fr; gap: 18px; padding: 18px; }.season-workspace-current > section, .season-workspace-current > aside { border: 1px solid #37342e; }.season-workspace-current section > header { display: flex; justify-content: space-between; padding: 13px; border-bottom: 1px solid #37342e; }.season-workspace-current section > header h4 { margin: 0; font-size: 18px; }.season-workspace-current section > header span { color: #9b9286; font-size: 8px; text-transform: uppercase; }.season-table-head, .season-row { display: grid; grid-template-columns: 1.55fr repeat(4,.55fr) 1.2fr; gap: 8px; align-items: center; padding: 10px 12px; }.season-table-head { color: #867e74; border-bottom: 1px solid #37342e; font-size: 7px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.season-row { color: #d9d2c8; border-bottom: 1px solid #302e29; font-size: 8px; }.season-row b { display: grid; gap: 4px; font-size: 9px; }.season-row b i { color: #d5a431; font-size: 8px; font-style: normal; }.season-row.selected { background: #211d16; border-left: 2px solid #d4a534; }.season-workspace-current > aside { display: grid; align-content: start; gap: 9px; padding: 15px; background: #191815; }.season-workspace-current > aside h4 { margin: 0 0 6px; font-size: 18px; }.current-readiness { padding: 11px; background: #151411; border: 1px solid #39352f; }.current-readiness b { color: #d5a431; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.current-readiness p { margin: 9px 0; color: #aaa196; font-size: 8px; line-height: 1.45; }.current-readiness strong { display: block; color: #ece6dc; }.season-workspace-current > aside > button { min-height: 34px; color: #11100e; background: #d4a534; border: 0; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.queue-count { margin-left: auto; color: #d4a534 !important; font-family: Impact,sans-serif; font-size: 28px !important; }.registration-groupby { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 17px; color: #9b9286; background: #191815; border-bottom: 1px solid #37342e; font-size: 8px; font-weight: 850; letter-spacing: .08em; }.registration-groupby > div { display: flex; align-items: center; gap: 5px; }.registration-groupby button { padding: 7px 8px; color: #cfc6bb; background: #151411; border: 1px solid #3b3832; font-size: 8px; }.registration-groupby button:first-of-type { color: #11100e; background: #d4a534; border-color: #d4a534; }.current-registration-list { margin: 18px; border: 1px solid #37342e; }.current-registration-list > header { display: flex; justify-content: space-between; align-items: center; padding: 14px; background: #191815; border-bottom: 1px solid #37342e; }.current-registration-list > header div { display: grid; gap: 4px; }.current-registration-list > header b { font-size: 12px; }.current-registration-list > header span { color: #9b9286; font-size: 8px; text-transform: uppercase; }.current-registration-list > article { display: grid; grid-template-columns: 18% 18% 31% 1fr; gap: 10px; align-items: center; padding: 13px; border-bottom: 1px solid #302e29; }.current-registration-list time { color: #847c72; font-size: 8px; letter-spacing: .07em; }.current-registration-list article > div:not(.current-target):not(.current-actions) { display: grid; gap: 4px; }.current-registration-list article > div b { font-size: 12px; }.current-registration-list article > div span { color: #a1988c; font-size: 8px; letter-spacing: .06em; }.current-target { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; }.current-target label { display: grid; gap: 4px; padding: 7px; color: #867e74; background: #191815; border: 1px solid #37342e; font-size: 7px; text-transform: uppercase; }.current-target b { color: #e9e3d9; font-size: 8px; text-transform: none; }.current-actions { display: flex; flex-wrap: wrap; gap: 5px; }.current-actions button { padding: 7px; color: #0e1710; background: #76bd8b; border: 0; font-size: 8px; font-weight: 800; }.current-actions button:nth-child(2) { color: #f1d67d; background: #59491f; }.current-actions button:last-child { color: #e69cac; background: #3a2026; }
.result-filter-bar { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid #39352f; }.result-filter-bar label { display: grid; gap: 7px; padding: 14px; background: #191815; border-right: 1px solid #39352f; }.result-filter-bar b { color: #f0ebe2; font-size: 11px; letter-spacing: 0; text-transform: none; }.current-result-work { padding: 18px; }.current-result-work > section { position: relative; padding-right: 30%; border: 1px solid #37342e; background: #191815; }.current-result-work > section > header { padding: 16px; border-bottom: 1px solid #37342e; }.current-result-work > section > header p { position: absolute; top: 15px; right: 32%; margin: 0; color: #9e958a; font-size: 8px; }.current-score { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: end; padding: 22px 16px; border-bottom: 1px solid #37342e; font-size: 11px; }.current-score b:last-child { text-align: right; }.current-score strong { color: #d4a534; font-family: Impact,sans-serif; font-size: 31px; }.current-game-head, .current-game { display: grid; grid-template-columns: .4fr 1.25fr .9fr .9fr .8fr; gap: 7px; padding: 9px 14px; }.current-game-head { color: #867e74; background: #151411; border-bottom: 1px solid #37342e; font-size: 7px; font-weight: 850; text-transform: uppercase; }.current-game { color: #d9d2c8; border-bottom: 1px solid #302e29; font-size: 8px; }.current-game strong { color: #77bd8b; }.current-result-work aside { position: absolute; top: 0; right: 0; bottom: 0; display: grid; align-content: start; gap: 11px; width: 30%; padding: 16px; background: #151411; border-left: 1px solid #37342e; }.current-result-work aside h4 { margin: 0; font-size: 17px; }.current-result-work aside p { margin: 0; color: #9e958a; font-size: 8px; line-height: 1.5; }.current-result-work aside button { min-height: 36px; color: #11100e; background: #d4a534; border: 0; font-size: 8px; font-weight: 850; text-transform: uppercase; }.current-result-work footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 16px; background: #221e16; border: 1px solid #37342e; border-top: 0; }.current-result-work footer div { display: grid; gap: 4px; }.current-result-work footer b { color: #e8e2d8; font-size: 9px; }.current-result-work footer button { min-height: 32px; padding: 0 10px; color: #f0e0a2; background: transparent; border: 1px solid #8b6b20; font-size: 8px; font-weight: 800; text-transform: uppercase; }
@media (max-width:680px) { .current-season-screen, .current-registration-screen, .current-results-screen { min-width: 680px; }.life-fields { grid-template-columns: repeat(2,1fr); }.season-workspace-current { grid-template-columns: 1fr .7fr; }.current-registration-list > article { grid-template-columns: 120px 120px 220px 1fr; }.current-result-work > section { min-height: 335px; } }

/* The workspace gallery is a screen viewer, not a row of feature thumbnails. */
.gallery-panel { display: block; min-height: 0; padding: clamp(28px, 4vw, 54px); }
.gallery-copy { display: grid; grid-template-columns: minmax(180px,.36fr) minmax(260px,.92fr) minmax(300px,1.18fr); gap: 24px; align-items: start; max-width: none; padding-bottom: 34px; border-bottom: 1px solid rgba(238,233,225,.16); }
.gallery-copy .surface-type { margin: 6px 0 0; }
.gallery-copy h3 { margin: 0; font-size: clamp(30px,3.25vw,48px); }
.gallery-copy > p:not(.surface-type) { margin: 2px 0 0; font-size: 14px; }
.gallery-copy .feature-list { grid-column: 2 / -1; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 22px; margin-top: 4px; }
.gallery-copy .feature-list li { align-items: start; line-height: 1.4; }
.gallery-screen { width: 100%; margin-top: 34px; box-shadow: none; }
.current-season-screen { min-height: 640px; }
.season-lifecycle { margin: 22px 22px 0; }
.season-workspace-current { min-height: 385px; padding: 22px; }
.current-registration-screen { min-height: 600px; }
.current-registration-list { min-height: 430px; margin: 22px; }
.current-registration-list > article { min-height: 110px; padding: 18px; }
.current-results-screen { min-height: 590px; }
.current-result-work { padding: 22px; }
.current-result-work > section { min-height: 365px; }
@media (max-width:980px) { .gallery-copy { grid-template-columns: 1fr 1fr; }.gallery-copy .surface-type { grid-column: 1 / -1; }.gallery-copy .feature-list { grid-column: 1 / -1; }.gallery-panel { padding: 30px; } }
@media (max-width:680px) { .gallery-panel { padding: 24px 15px; }.gallery-copy { display: block; padding-bottom: 24px; }.gallery-copy .surface-type { margin-bottom: 12px; }.gallery-copy h3 { margin-bottom: 14px; }.gallery-copy .feature-list { display: grid; grid-template-columns: 1fr; margin-top: 16px; }.gallery-screen { margin-top: 24px; } }

/* Real product screens: one complete Admin viewport per tab, with no reconstructed UI. */
.workspace-gallery { scroll-margin-top: 72px; }
.workspace-gallery .gallery-tabs button { min-height: 72px; padding: 11px 16px; }
.workspace-gallery .gallery-tabs button strong { font-size: 15px; }
.workspace-gallery .gallery-copy,
.workspace-gallery .gallery-screen { display: none; }
.workspace-gallery .gallery-panel { padding: 8px; background: #11110f; }
.live-admin-shot { display: grid; grid-template-rows: minmax(0,1fr); width: 100%; height: calc(100svh - 182px); min-height: 480px; margin: 0; place-items: center; overflow: hidden; background: #0a0a09; }
.live-admin-shot img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center top; }
.live-admin-shot figcaption { display: none; }

.cockpit-panel img { display: block; width: 100%; height: auto; }
.cockpit-panel figcaption { padding: 8px 11px; color: #c5b79d; background: #131311; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width:680px) {
  .workspace-gallery .gallery-tabs button { min-height: 70px; padding: 10px 12px; }
  .workspace-gallery .gallery-panel { padding: 6px; }
  .live-admin-shot { height: calc(100svh - 236px); min-height: 340px; }
}

/* Native 16:9 captures. Keep the hero composition stable from first paint. */
.live-admin-shot { aspect-ratio: 16 / 9; height: auto; min-height: 0; }
.live-admin-shot img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.cockpit-art .cockpit-panel { aspect-ratio: 16 / 9; animation: none; backface-visibility: hidden; will-change: auto; }
.cockpit-art .cockpit-panel img { width: 100%; height: 100%; object-fit: cover; }
.cockpit-art .cockpit-panel figcaption { position: absolute; right: 0; bottom: 0; left: 0; }

/* Acceptance composition: one quiet canvas, real 16:9 product screens, no promotional colour blocks. */
.workspace,
.experience,
.scope,
.reference,
.contact {
  color: var(--ink);
  background: var(--paper);
}

.experience {
  padding: 150px max(28px, calc((100vw - var(--max)) / 2));
}

.experience-gallery {
  max-width: var(--max);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

#workspace-viewer,
#experience-viewer {
  scroll-margin-top: 74px;
}

.experience-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.experience-tabs button {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  color: var(--ink-muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-tabs button:first-child { border-left: 1px solid var(--line); }
.experience-tabs button span { color: var(--ink-muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.experience-tabs button strong { color: var(--ink); font-size: 15px; letter-spacing: -.03em; }
.experience-tabs button small { font-size: 10px; }
.experience-tabs button.is-active { color: var(--white); background: var(--ink); }
.experience-tabs button.is-active strong { color: var(--white); }
.experience-tabs button.is-active span,
.experience-tabs button.is-active small { color: #c8c0b6; }

.experience-panel {
  padding: 8px;
  background: #11110f;
}

.experience-panel[hidden] { display: none; }
.experience-panel figure { width: 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #0a0a09; }
.experience-panel img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.scope .section-heading .eyebrow,
.scope h2 em,
.contact .eyebrow,
.contact h2 em,
h1 em,
h2 em,
.eyebrow,
.proof-strip span,
.gallery-tabs button span,
.scope-grid article > span,
.reference-grid dt {
  color: var(--ink);
}

.eyebrow { color: var(--ink-muted); }
.scope .section-heading > p:last-child,
.scope-grid p,
.scope-grid ul,
.contact > p:not(.eyebrow) { color: var(--ink-muted); }
.scope-grid { border-color: var(--line); }
.scope-grid article { border-color: var(--line); }
.scope-grid li::before { color: var(--ink-muted); }
.contact { border-top: 1px solid var(--line); }
.site-footer { color: var(--ink-muted); background: var(--paper); border-top: 1px solid var(--line); }
.site-footer > span,
.site-footer a { color: var(--ink); }
.cockpit-orbit { border-color: rgba(18, 18, 17, .18); }

/* Five real surfaces in the hero. Translation-only motion keeps the authored rotations stable. */
.cockpit-art { min-height: 650px; }
.cockpit-portfolio { z-index: 1; top: 10%; right: -8%; width: 55%; }
.cockpit-builder { z-index: 4; top: 2%; left: 7%; width: 63%; }
.cockpit-schedule { z-index: 5; right: -3%; bottom: 1%; width: 52%; }
.cockpit-registration-desk { z-index: 3; left: -5%; bottom: 10%; width: 48%; transform: rotateY(11deg) rotateZ(-6deg); }
.cockpit-competition-center { z-index: 2; top: 38%; right: 3%; width: 49%; transform: rotateY(-12deg) rotateZ(3deg); }

.cockpit-art .cockpit-panel {
  translate: 0 0;
  animation: hero-float 12s ease-in-out infinite;
  will-change: translate;
}
.cockpit-art .cockpit-panel:nth-of-type(2) { animation-duration: 14s; }
.cockpit-art .cockpit-panel:nth-of-type(3) { animation-duration: 11s; }
.cockpit-art .cockpit-panel:nth-of-type(4) { animation-duration: 15s; }
.cockpit-art .cockpit-panel:nth-of-type(5) { animation-duration: 13s; }

@keyframes hero-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@media (max-width: 980px) {
  .experience { padding-top: 100px; padding-bottom: 100px; }
  .cockpit-registration-desk { left: 0; bottom: 7%; width: 49%; }
  .cockpit-competition-center { right: 0; width: 50%; }
}

@media (max-width: 680px) {
  .experience { padding: 82px 18px; }
  .experience-tabs { grid-template-columns: 1fr; }
  .gallery-tabs { grid-template-columns: 1fr; }
  .gallery-tabs button { min-height: 66px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
  .experience-tabs button { min-height: 66px; border-left: 1px solid var(--line); }
  .experience-panel { padding: 5px; }
  .cockpit-registration-desk { bottom: 4%; width: 57%; }
  .cockpit-competition-center { top: 40%; width: 58%; }
}

[dir="rtl"] body { text-align: right; }
[dir="rtl"] .site-header nav { margin-right: auto; margin-left: 0; }
[dir="rtl"] .eyebrow { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .gallery-tabs button,
[dir="rtl"] .experience-tabs button { text-align: right; }
[dir="rtl"] .hero-actions,
[dir="rtl"] .hero-facts,
[dir="rtl"] .section-heading,
[dir="rtl"] .scope-grid,
[dir="rtl"] .reference-grid { direction: rtl; }
[dir="rtl"] .brand,
[dir="rtl"] .language-switcher,
[dir="rtl"] .cockpit-art,
[dir="rtl"] .live-admin-shot,
[dir="rtl"] .experience-panel figure { direction: ltr; }

/* High-resolution viewer for the five real product screens in the hero. */
.cockpit-open {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #11110f;
  border: 0;
}

.cockpit-open img {
  transition: scale 260ms cubic-bezier(.2,.7,.2,1), filter 260ms ease;
}

.cockpit-open:hover img,
.cockpit-open:focus-visible img {
  scale: 1.018;
  filter: brightness(1.06);
}

.cockpit-open:focus-visible {
  outline: 2px solid #f4eee3;
  outline-offset: -4px;
}

.cockpit-art .cockpit-panel figcaption {
  z-index: 2;
  pointer-events: none;
}

.screen-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(18px, 3vw, 44px);
  overflow: hidden;
  color: #f4eee3;
  background: transparent;
  border: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.screen-lightbox[open] {
  display: grid;
  place-items: center;
}

.screen-lightbox::backdrop {
  background: rgba(8, 8, 7, .2);
  backdrop-filter: blur(0);
  transition: background 220ms ease, backdrop-filter 220ms ease;
}

.screen-lightbox.is-visible {
  opacity: 1;
}

.screen-lightbox.is-visible::backdrop {
  background: rgba(8, 8, 7, .88);
  backdrop-filter: blur(14px);
}

.screen-lightbox-shell {
  width: min(94vw, 1680px);
  max-height: calc(100dvh - clamp(36px, 6vw, 88px));
  overflow: hidden;
  background: #11110f;
  border: 1px solid rgba(244, 238, 227, .24);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
  opacity: 0;
  scale: .965;
  translate: 0 18px;
  transition: opacity 220ms ease, scale 320ms cubic-bezier(.2,.8,.2,1), translate 320ms cubic-bezier(.2,.8,.2,1);
}

.screen-lightbox.is-visible .screen-lightbox-shell {
  opacity: 1;
  scale: 1;
  translate: 0 0;
}

.screen-lightbox-shell > header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 0 18px;
  border-bottom: 1px solid rgba(244, 238, 227, .18);
}

.screen-lightbox-shell > header strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

[data-lightbox-close] {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  cursor: pointer;
  place-items: center;
  color: #f4eee3;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(244, 238, 227, .18);
  font-size: 28px;
  line-height: 1;
}

[data-lightbox-close]:hover { background: rgba(244, 238, 227, .08); }
[data-lightbox-close]:focus-visible { outline: 2px solid #f4eee3; outline-offset: -4px; }

.screen-lightbox-media {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100dvh - clamp(88px, 10vw, 140px));
  place-items: center;
  overflow: hidden;
  background: #080807;
}

.screen-lightbox-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 680px) {
  .screen-lightbox { padding: 10px; }
  .screen-lightbox-shell { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .screen-lightbox-shell > header { min-height: 48px; padding-left: 14px; }
  [data-lightbox-close] { width: 48px; height: 48px; flex-basis: 48px; }
  .screen-lightbox-media { max-height: calc(100dvh - 68px); }
}

/* Hero product constellation: one clear anchor with four supporting real screens. */
.hero-cockpit {
  grid-template-columns: minmax(360px, .76fr) minmax(620px, 1.24fr);
  gap: clamp(28px, 4.5vw, 76px);
}

.cockpit-art {
  min-height: clamp(560px, 46vw, 720px);
  isolation: isolate;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.cockpit-orbit {
  inset: 9% 4% 5% 4%;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(18, 18, 17, .1) 0%, rgba(18, 18, 17, .035) 43%, transparent 72%);
  box-shadow: inset 0 0 0 1px rgba(18, 18, 17, .08);
  transform: none;
}

.cockpit-art .cockpit-panel {
  animation: none;
  border-color: rgba(18, 18, 17, .44);
  box-shadow: 0 24px 52px rgba(18, 18, 17, .2), 0 5px 16px rgba(18, 18, 17, .12);
  translate: 0 0;
  transition: translate 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease, filter 320ms ease;
  will-change: auto;
}

.cockpit-art .cockpit-panel:hover,
.cockpit-art .cockpit-panel:focus-within {
  z-index: 12;
  filter: saturate(1.05) contrast(1.02);
  box-shadow: 0 38px 76px rgba(18, 18, 17, .28), 0 9px 24px rgba(18, 18, 17, .16);
  translate: 0 -8px;
}

.cockpit-portfolio {
  z-index: 7;
  top: 24%;
  right: auto;
  left: 17%;
  width: 66%;
  opacity: 1;
  transform: translateZ(54px) rotateY(-1.4deg) rotateZ(-.6deg);
}

.cockpit-builder {
  z-index: 4;
  top: 3%;
  left: -1%;
  width: 45%;
  transform: translateZ(6px) rotateY(8deg) rotateZ(-3.2deg);
}

.cockpit-schedule {
  z-index: 5;
  top: 0;
  right: -2%;
  bottom: auto;
  width: 47%;
  transform: translateZ(18px) rotateY(-8deg) rotateZ(3.2deg);
}

.cockpit-registration-desk {
  z-index: 3;
  bottom: 1%;
  left: 0;
  width: 42%;
  transform: translateZ(2px) rotateY(7deg) rotateZ(-2.7deg);
}

.cockpit-competition-center {
  z-index: 6;
  top: auto;
  right: -1%;
  bottom: -1%;
  width: 45%;
  transform: translateZ(30px) rotateY(-7deg) rotateZ(2.5deg);
}

.cockpit-art .cockpit-panel figcaption {
  right: auto;
  bottom: 10px;
  left: 10px;
  width: auto;
  padding: 6px 9px;
  color: #f4eee3;
  background: rgba(16, 16, 14, .82);
  border: 1px solid rgba(244, 238, 227, .22);
  border-radius: 999px;
  opacity: 0;
  backdrop-filter: blur(8px);
  translate: 0 5px;
  transition: opacity 220ms ease, translate 220ms ease;
}

.cockpit-art .cockpit-panel:hover figcaption,
.cockpit-art .cockpit-panel:focus-within figcaption {
  opacity: 1;
  translate: 0 0;
}

@media (max-width: 1180px) {
  .hero-cockpit { grid-template-columns: 1fr; }
  .cockpit-art {
    width: min(920px, 100%);
    min-height: clamp(560px, 68vw, 690px);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .cockpit-art {
    min-height: 420px;
    margin-top: 18px;
    transform: none;
  }

  .cockpit-portfolio { top: 29%; left: 13%; width: 74%; }
  .cockpit-builder { top: 2%; left: -2%; width: 62%; }
  .cockpit-schedule { top: 10%; right: -2%; width: 59%; }
  .cockpit-registration-desk { bottom: 5%; left: -1%; width: 56%; }
  .cockpit-competition-center { right: -2%; bottom: 0; width: 60%; }
}

/* Slow independent motion and a short tactile response before the lightbox opens. */
.cockpit-art .cockpit-panel {
  animation: hero-drift-a 8.4s ease-in-out infinite;
  transition: scale 260ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease, filter 260ms ease;
  will-change: translate;
}

.cockpit-art .cockpit-panel:nth-of-type(2) {
  animation-name: hero-drift-b;
  animation-duration: 10.6s;
  animation-delay: -3.4s;
}

.cockpit-art .cockpit-panel:nth-of-type(3) {
  animation-name: hero-drift-c;
  animation-duration: 9.2s;
  animation-delay: -6.1s;
}

.cockpit-art .cockpit-panel:nth-of-type(4) {
  animation-name: hero-drift-b;
  animation-duration: 11.4s;
  animation-delay: -7.8s;
}

.cockpit-art .cockpit-panel:nth-of-type(5) {
  animation-name: hero-drift-c;
  animation-duration: 9.8s;
  animation-delay: -2.7s;
}

.cockpit-art .cockpit-panel:hover,
.cockpit-art .cockpit-panel:focus-within {
  animation-play-state: paused;
  scale: 1.014;
}

.cockpit-art .cockpit-panel.is-pressing {
  z-index: 14;
  animation-play-state: paused;
  filter: brightness(1.1) saturate(1.06);
  scale: .978;
}

.cockpit-open::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at center, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 28%, transparent 62%);
  opacity: 0;
  scale: .72;
}

.cockpit-panel.is-pressing .cockpit-open::after {
  animation: hero-press-light 380ms cubic-bezier(.2,.8,.2,1) both;
}

@keyframes hero-drift-a {
  0%, 100% { translate: 0 0; }
  38% { translate: 9px -15px; }
  72% { translate: -5px -7px; }
}

@keyframes hero-drift-b {
  0%, 100% { translate: 0 2px; }
  34% { translate: -11px -12px; }
  68% { translate: 7px -6px; }
}

@keyframes hero-drift-c {
  0%, 100% { translate: -3px 0; }
  42% { translate: 12px -10px; }
  74% { translate: 3px -16px; }
}

@keyframes hero-press-light {
  0% { opacity: 0; scale: .72; }
  45% { opacity: 1; }
  100% { opacity: 0; scale: 1.08; }
}

/* Site-wide polish pass: one editorial rhythm across every product surface. */
:root {
  --surface: rgba(255, 253, 248, .58);
  --surface-solid: #fbf8f1;
  --line-strong: rgba(18, 18, 17, .24);
  --shadow-soft: 0 18px 48px rgba(18, 18, 17, .08);
  --shadow-screen: 0 26px 70px rgba(18, 18, 17, .14);
}

html { scroll-padding-top: 88px; }
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { color: var(--paper); background: var(--ink); }

.site-header {
  min-height: 76px;
  gap: clamp(16px, 2vw, 28px);
  border-bottom-color: rgba(18, 18, 17, .08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--paper) 96%, transparent);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 32px rgba(18, 18, 17, .055);
}
.site-header nav { gap: clamp(18px, 2.2vw, 32px); }
.site-header nav > a:not(.nav-action) {
  position: relative;
  padding: 10px 0;
  transition: color 180ms ease;
}
.site-header nav > a:not(.nav-action)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  scale: 0 1;
  transform-origin: right;
  transition: scale 220ms cubic-bezier(.2, .8, .2, 1);
}
.site-header nav > a:not(.nav-action):hover::after,
.site-header nav > a:not(.nav-action):focus-visible::after {
  scale: 1 1;
  transform-origin: left;
}
.nav-action,
.button {
  min-height: 48px;
  justify-content: center;
  border: 1px solid var(--ink);
  box-shadow: 0 8px 22px rgba(18, 18, 17, .1);
  transition: translate 200ms cubic-bezier(.2, .8, .2, 1), box-shadow 200ms ease, color 180ms ease, background-color 180ms ease;
}
.nav-action:hover,
.nav-action:focus-visible,
.button:hover,
.button:focus-visible {
  translate: 0 -2px;
  box-shadow: 0 14px 30px rgba(18, 18, 17, .16);
}
.button-light { color: var(--paper); background: var(--ink); }
.text-link {
  min-height: 44px;
  padding: 0 0 3px;
  transition: gap 180ms ease, border-color 180ms ease;
}
.text-link:hover,
.text-link:focus-visible { gap: 14px; border-color: var(--ink); }
.language-switcher {
  min-height: 40px;
  padding: 4px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 5px 20px rgba(18, 18, 17, .05);
}
.language-switcher button { min-width: 36px; min-height: 30px; transition: color 160ms ease, background-color 160ms ease; }

.hero {
  min-height: calc(100svh - 76px);
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(62px, 7vw, 90px);
}
.hero-copy { position: relative; z-index: 2; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.hero-lede { max-width: 520px; }
.hero-facts { gap: 18px; margin-top: 40px; }
.hero-facts div { padding-top: 15px; border-top-color: var(--line-strong); }
.hero-facts dt { line-height: 1.35; }
.hero-facts dd { line-height: 1.35; }
.cockpit-art { margin-bottom: 18px; }
.cockpit-caption { display: none; }

.workspace,
.experience,
.scope,
.reference,
.contact {
  padding-top: clamp(96px, 9vw, 132px);
  padding-bottom: clamp(96px, 9vw, 132px);
}
.workspace,
.experience,
.scope,
.reference { border-top: 1px solid rgba(18, 18, 17, .08); }
.section-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, .55fr);
  column-gap: clamp(54px, 9vw, 132px);
  margin-bottom: clamp(42px, 5vw, 62px);
}
.section-heading > p:last-child { max-width: 440px; line-height: 1.65; }
.eyebrow { margin-bottom: 22px; line-height: 1.35; }

.workspace-gallery,
.experience-gallery {
  overflow: hidden;
  background: var(--surface-solid);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-screen);
}
.gallery-tabs,
.experience-tabs { border-top: 0; }
.gallery-tabs button,
.experience-tabs button {
  position: relative;
  border-color: var(--line);
  transition: color 180ms ease, background-color 180ms ease;
}
.gallery-tabs button:not(.is-active):hover,
.gallery-tabs button:not(.is-active):focus-visible,
.experience-tabs button:not(.is-active):hover,
.experience-tabs button:not(.is-active):focus-visible {
  background: rgba(18, 18, 17, .045);
}
.gallery-tabs button::after,
.experience-tabs button::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  content: "";
  background: currentColor;
  opacity: 0;
  scale: 0 1;
  transition: opacity 180ms ease, scale 220ms cubic-bezier(.2, .8, .2, 1);
}
.gallery-tabs button:hover::after,
.gallery-tabs button:focus-visible::after,
.experience-tabs button:hover::after,
.experience-tabs button:focus-visible::after { opacity: .42; scale: 1 1; }
.gallery-tabs button.is-active::after,
.experience-tabs button.is-active::after { opacity: .65; scale: 1 1; }
.workspace-gallery .gallery-panel,
.experience-panel { padding: 7px; }
.live-admin-shot,
.experience-panel figure {
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .38);
}

.scope-grid {
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 0;
  box-shadow: var(--shadow-soft);
}
.scope-grid article {
  min-height: 310px;
  padding: clamp(27px, 3vw, 38px);
  background: var(--surface);
  border: 0;
  transition: translate 220ms cubic-bezier(.2, .8, .2, 1), background-color 180ms ease;
}
.scope-grid article:hover { z-index: 1; translate: 0 -4px; background: var(--surface-solid); }
.scope-grid h3 { max-width: 300px; margin: 34px 0 16px; line-height: 1.04; }
.scope-grid p { max-width: 350px; font-size: 14px; line-height: 1.62; }
.scope-grid ul { gap: 10px; margin-top: 26px; font-size: 12px; line-height: 1.5; }

.reference { padding-top: clamp(90px, 8vw, 116px); padding-bottom: clamp(90px, 8vw, 116px); }
.reference .section-heading { margin-bottom: clamp(40px, 4.5vw, 56px); }
.reference-grid {
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: clamp(56px, 8vw, 112px);
}
.reference-grid > p { font-size: 17px; line-height: 1.72; }
.reference-grid dl { border-top-color: var(--line-strong); }
.reference-grid dl div {
  grid-template-columns: minmax(170px, .42fr) 1fr;
  gap: 28px;
  padding: 19px 0;
}
.reference-grid dt { font-size: 10px; line-height: 1.4; }
.reference-grid dd { color: var(--ink-muted); line-height: 1.55; }

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .55fr);
  column-gap: clamp(64px, 10vw, 150px);
  align-items: end;
  padding-top: clamp(88px, 7vw, 108px);
  padding-bottom: clamp(88px, 7vw, 108px);
}
.contact .eyebrow { grid-column: 1 / -1; }
.contact h2 { grid-column: 1; grid-row: 2 / 4; align-self: start; margin: 0; }
.contact > p:not(.eyebrow) { grid-column: 2; grid-row: 2; margin: 0 0 26px; font-size: 16px; line-height: 1.65; }
.contact .button { grid-column: 2; grid-row: 3; justify-self: start; }

.site-footer {
  min-height: 72px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.site-footer a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-footer a:hover,
.site-footer a:focus-visible { border-bottom-color: currentColor; }

:where(a, button):focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
.screen-lightbox :where(button):focus-visible { outline-color: var(--paper); outline-offset: -4px; }

@media (max-width: 980px) {
  .site-header { min-height: 70px; }
  html { scroll-padding-top: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p:last-child { max-width: 620px; }
  .workspace,
  .experience,
  .scope,
  .reference,
  .contact { padding-top: 92px; padding-bottom: 92px; }
  .reference-grid { grid-template-columns: 1fr; gap: 42px; }
  .reference-grid > p { max-width: 650px; }
  .contact { grid-template-columns: 1fr; gap: 24px; }
  .contact .eyebrow,
  .contact h2,
  .contact > p:not(.eyebrow),
  .contact .button { grid-column: 1; grid-row: auto; }
  .contact > p:not(.eyebrow) { max-width: 620px; margin-bottom: 4px; }
}

@media (max-width: 680px) {
  .site-header { min-height: 64px; padding-inline: 16px; }
  html { scroll-padding-top: 72px; }
  .brand { gap: 8px; }
  .brand-mark { width: 32px; height: 32px; }
  .language-switcher { min-height: 38px; }
  .language-switcher button { min-width: 32px; padding-inline: 7px; }
  .menu-button { width: 40px; height: 40px; }
  .hero { padding-top: 52px; padding-bottom: 72px; }
  .hero-actions { align-items: stretch; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: max-content; }
  .hero-facts { gap: 12px; margin-top: 34px; }
  .hero-facts div { padding-top: 12px; }
  .hero-facts dt { font-size: 8px; }
  .hero-facts dd { font-size: 11px; }
  .workspace,
  .experience,
  .scope,
  .reference,
  .contact { padding: 72px 18px; }
  .section-heading { gap: 18px; margin-bottom: 34px; }
  .section-heading > p:last-child { font-size: 15px; }
  .workspace-gallery,
  .experience-gallery { margin-inline: -1px; box-shadow: 0 12px 34px rgba(18, 18, 17, .08); }
  .gallery-tabs button,
  .experience-tabs button { min-height: 76px; padding: 13px 14px; }
  .scope-grid { box-shadow: none; }
  .scope-grid article { min-height: 0; padding: 26px 22px; }
  .scope-grid article:hover { translate: 0 0; }
  .scope-grid h3 { margin-top: 22px; font-size: 26px; }
  .reference-grid { gap: 34px; }
  .reference-grid > p { font-size: 16px; }
  .reference-grid dl div { grid-template-columns: 1fr; gap: 8px; padding: 17px 0; }
  .contact { gap: 20px; }
  .contact h2 { margin-bottom: 4px; }
  .contact .button { width: 100%; }
  .site-footer { min-height: 0; gap: 12px; }
}

/* Real product screens presented as physical devices in the hero. */
.cockpit-art .cockpit-panel.device-shell {
  aspect-ratio: auto;
  overflow: visible;
  background: linear-gradient(145deg, #353632 0%, #111210 42%, #292a27 100%);
  border: 1px solid rgba(10, 10, 9, .88);
  box-shadow:
    0 30px 58px rgba(18, 18, 17, .25),
    0 8px 20px rgba(18, 18, 17, .17),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.cockpit-art .device-shell .cockpit-open {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #080908;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .78);
}

.cockpit-art .device-shell .cockpit-open img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cockpit-art .device-laptop {
  padding: 9px 9px 17px;
  border-radius: 9px 9px 4px 4px;
}

.cockpit-art .device-laptop .cockpit-open { border-radius: 3px; }

.cockpit-art .device-laptop::before {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background: #080808;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  translate: -50% 0;
}

.cockpit-art .device-laptop::after {
  position: absolute;
  z-index: -1;
  top: auto;
  right: -4%;
  bottom: -8px;
  left: -4%;
  height: 9px;
  content: "";
  background: linear-gradient(180deg, #585953 0%, #20211f 42%, #0f100f 100%);
  border: 1px solid rgba(14, 14, 13, .72);
  border-radius: 2px 2px 12px 12px;
  box-shadow: 0 7px 12px rgba(18, 18, 17, .2), inset 0 1px rgba(255, 255, 255, .2);
}

.cockpit-art .device-tablet {
  padding: 10px 17px;
  border-radius: 16px;
}

.cockpit-art .device-tablet .cockpit-open { border-radius: 7px; }

.cockpit-art .device-tablet::before,
.cockpit-art .device-tablet::after {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  translate: 0 -50%;
}

.cockpit-art .device-tablet::before {
  left: 6px;
  width: 3px;
  height: 3px;
  background: #050605;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1);
}

.cockpit-art .device-tablet::after {
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .7);
}

.cockpit-art .device-shell figcaption {
  bottom: 12px;
  left: 12px;
}

@media (max-width: 680px) {
  .cockpit-art .device-laptop { padding: 6px 6px 11px; border-radius: 6px 6px 3px 3px; }
  .cockpit-art .device-laptop::after { bottom: -5px; height: 6px; }
  .cockpit-art .device-tablet { padding: 7px 11px; border-radius: 11px; }
  .cockpit-art .device-tablet::before { left: 4px; }
  .cockpit-art .device-tablet::after { right: 3px; }
  .cockpit-art .device-shell figcaption { bottom: 8px; left: 8px; }
}

@media (min-width: 1100px) {
  .hero-cockpit {
    grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
    column-gap: clamp(32px, 4vw, 64px);
  }

  .cockpit-art {
    width: 100%;
    justify-self: end;
  }
}

/* Primary OSEL|FORGE identity. The source lockup is cropped to its wordmark. */
.brand .brand-wordmark {
  display: block;
  width: clamp(172px, 12vw, 214px);
  aspect-ratio: 640 / 84;
  overflow: hidden;
}

.brand-wordmark img {
  width: 100%;
  max-width: none;
  transform: translateY(-32.6%);
}

/* Desktop hero is one complete screen below the fixed-height header. */
@media (min-width: 1181px) {
  .hero-cockpit {
    height: calc(100svh - 76px);
    min-height: 0;
    padding-top: clamp(28px, 3.5vh, 42px);
    padding-bottom: clamp(30px, 3.8vh, 46px);
    overflow: hidden;
  }

  .hero-copy { align-self: center; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(50px, 3.7vw, 64px);
    line-height: .94;
  }
  .hero-lede {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.45;
  }
  .hero-actions { gap: 16px; }
  .hero-facts {
    gap: 12px;
    margin-top: 24px;
  }
  .hero-facts div { padding-top: 10px; }
  .cockpit-art {
    height: min(66svh, 640px);
    min-height: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .brand-wordmark { width: 142px; }
}

/* Russian-market trust signal and an explicit data-localisation section. */
.hero { position: relative; }

.hero-locality {
  position: absolute;
  z-index: 3;
  inset-inline: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 11px 0 0;
  border-top: 1px solid var(--line-strong);
}

.hero-locality-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  align-items: baseline;
  margin: 0;
}

.hero-locality-copy span {
  color: var(--ink-muted);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-locality-copy strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.4;
}

.hero-locality-link {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .02em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero-locality-link:hover,
.hero-locality-link:focus-visible {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

/* Tabs are named surfaces, not numbered presentation steps. */
.workspace-gallery .gallery-tabs button,
.experience-gallery .experience-tabs button {
  gap: 8px;
  min-height: 94px;
  padding: 17px 22px;
}

.workspace-gallery .gallery-tabs button strong,
.experience-gallery .experience-tabs button strong {
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.1;
}

.workspace-gallery .gallery-tabs button small,
.experience-gallery .experience-tabs button small {
  font-size: 12px;
  line-height: 1.4;
}

.scope-grid h3,
.locality-grid h3 { margin-top: 0; }

.locality {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 8vw, 124px) max(28px, calc((100vw - var(--max)) / 2));
  color: var(--paper);
  background:
    radial-gradient(circle at 92% 10%, rgba(188, 141, 39, .12), transparent 34%),
    #171716;
  border-top: 1px solid #36342f;
}

.locality::after {
  position: absolute;
  top: 0;
  right: max(28px, calc((100vw - var(--max)) / 2));
  width: min(34vw, 430px);
  height: 1px;
  content: "";
  background: var(--gold-soft);
}

.locality-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .6fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
  max-width: var(--max);
  margin: 0 auto clamp(48px, 5vw, 70px);
}

.locality-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
  color: var(--gold-soft);
}

.locality-heading h2 {
  margin: 0;
  color: var(--paper);
}

.locality-heading h2 em { color: var(--gold-soft); }

.locality-intro {
  max-width: 520px;
  margin: 0;
  color: #cbc4b9;
  font-size: 16px;
  line-height: 1.68;
}

.locality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid #4a4741;
  border-bottom: 1px solid #4a4741;
}

.locality-grid article {
  min-height: 185px;
  padding: 28px clamp(24px, 2.8vw, 42px) 30px;
  border-inline-end: 1px solid #4a4741;
}

.locality-grid article:last-child { border-inline-end: 0; }

.locality-grid h3 {
  margin-bottom: 13px;
  color: var(--paper);
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.locality-grid p {
  max-width: 340px;
  margin: 0;
  color: #bbb4aa;
  font-size: 13px;
  line-height: 1.62;
}

.locality-note {
  max-width: var(--max);
  margin: 22px auto 0;
  color: #8f8980;
  font-size: 11px;
  line-height: 1.55;
}

@media (min-width: 1181px) {
  .hero-copy { padding-bottom: 30px; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { margin-bottom: 23px; }
  .hero-lede { margin-bottom: 25px; line-height: 1.52; }
}

@media (max-width: 1180px) {
  .hero-locality {
    position: static;
    grid-column: 1 / -1;
    margin-top: 18px;
    padding-top: 16px;
  }
}

@media (max-width: 900px) {
  .locality-heading { grid-template-columns: 1fr; gap: 26px; }
  .locality-grid { grid-template-columns: 1fr; }
  .locality-grid article {
    min-height: 0;
    border-inline-end: 0;
    border-bottom: 1px solid #4a4741;
  }
  .locality-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .hero-locality {
    display: grid;
    gap: 14px;
    margin: 16px 0 0;
    padding-top: 16px;
  }
  .hero-locality-copy { display: grid; gap: 4px; }
  .hero-locality-link { width: 100%; justify-content: space-between; }
  .workspace-gallery .gallery-tabs button,
  .experience-gallery .experience-tabs button { min-height: 82px; padding: 14px; }
  .workspace-gallery .gallery-tabs button strong,
  .experience-gallery .experience-tabs button strong { font-size: 17px; }
  .workspace-gallery .gallery-tabs button small,
  .experience-gallery .experience-tabs button small { font-size: 11px; }
  .locality { padding: 72px 18px; }
  .locality::after { right: 18px; width: 42vw; }
  .locality-heading { margin-bottom: 34px; }
  .locality-intro { font-size: 15px; }
  .locality-grid article { padding: 25px 22px 27px; }
  .locality-grid h3 { margin-top: 0; }
}
