.home-showcase { padding-top: 48px; overflow: clip; background: var(--color-surface-page); }
.home-showcase a { text-decoration: none; }
.home-showcase img { display: block; max-width: 100%; height: auto; }
.home-showcase svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-shell { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section-kicker { color: var(--color-ink-secondary); font-size: 13px; line-height: 1.6; font-weight: 500; letter-spacing: .045em; }
.button-solid, .button-light, .button-outline { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 50px; padding: 13px 23px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 500; transition: transform .2s ease, background .2s ease; }
.button-solid { color: var(--color-ink-on-dark); background: var(--color-world-night); }
.button-light { color: var(--color-world-night); background: var(--color-surface-page); }
.button-outline { color: var(--color-ink-on-dark); border: 1px solid var(--color-border-on-dark); }
.button-solid:hover, .button-light:hover, .button-outline:hover { transform: translateY(-3px); }
.button-solid:hover { background: var(--color-brand-link); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding-block: 10px; color: var(--color-brand-link); font-size: 14px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-hero { --scene-progress: 0; background: var(--color-studio-paper); }
.hero-topline { display: flex; justify-content: space-between; gap: 20px; padding-block: 27px; border-bottom: 1px solid var(--color-border-default); font-size: 11px; color: var(--color-ink-secondary); letter-spacing: .08em; }
.hero-layout { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 38px; min-height: 620px; padding-block: 36px 30px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .section-kicker { margin-bottom: 24px; color: var(--color-brand-link); }
.hero-copy h1 { font-size: clamp(40px, 4.65vw, 68px); font-weight: 500; letter-spacing: -.07em; line-height: 1.28; }
.hero-copy h1 > span { color: var(--color-brand-link); }
.hero-description { margin-top: 28px; color: var(--color-ink-secondary); font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; margin-top: 32px; }
.hero-world { position: relative; height: 510px; min-width: 0; isolation: isolate; }
.hero-world::before { content: ''; position: absolute; z-index: -1; inset: 35px 24px 28px 56px; border-radius: 50%; background: var(--color-studio-blue-wash); }
.world-lines { position: absolute; z-index: -1; inset: 0 -8% 0 -5%; width: 113%; height: 100%; color: color-mix(in srgb, var(--color-brand-blue) 28%, transparent); }
.world-lines path { stroke-width: .8; }
.world-lines circle { fill: var(--color-brand-blue); stroke: var(--color-studio-paper); stroke-width: 3; }
.hero-community { position: absolute; left: 0; top: 66px; width: 94%; overflow: hidden; border: 1px solid var(--color-border-default); border-radius: 13px; background: var(--color-surface-page); box-shadow: var(--shadow-float); transform: rotate(-5deg); transition: transform .4s ease; }
.scene-label { display: flex; align-items: center; gap: 10px; padding: 16px 19px; font-size: 12px; }
.scene-label svg { width: 18px; height: 18px; }
.scene-label > span:last-child { margin-left: auto; }
.hero-community > img { width: 100%; }
.hero-profile { position: absolute; z-index: 2; right: -8px; top: 169px; width: 170px; overflow: hidden; border: 5px solid var(--color-surface-page); border-radius: 22px; background: var(--color-surface-page); box-shadow: var(--shadow-float); transform: rotate(8deg); transition: transform .4s ease; }
.profile-crop { display: block; aspect-ratio: 390 / 700; overflow: hidden; }
/* The full viewport capture includes a 186px header above a 390px-wide profile. */
.profile-crop img { width: 100%; margin-top: -47.6923%; }
.profile-caption { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 11px 7px 6px; font-size: 9px; color: var(--color-ink-secondary); }
.hero-community:hover, .hero-profile:hover { transform: rotate(0); }
.world-stamp { position: absolute; bottom: 68px; left: 8%; padding: 18px 23px; background: var(--color-studio-lilac); font-size: 16px; line-height: 1.55; letter-spacing: -.02em; transform: rotate(-7deg); }
.world-stamp > span { font-weight: 600; }
.scene-footnote { position: absolute; bottom: 4px; left: 8%; font-size: 10px; color: var(--color-ink-secondary); }
.quick-index { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--color-border-default); padding-block: 20px 28px; }
.quick-entry { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 4px 10px; padding: 15px 20px; border-right: 1px solid var(--color-border-default); transition: background .2s ease; }
.quick-entry:first-child { padding-left: 0; }
.quick-entry:last-child { border-right: 0; }
.quick-entry svg { width: 21px; height: 21px; grid-row: span 2; color: var(--color-brand-link); }
.quick-entry > span:nth-child(2) { font-size: 14px; font-weight: 500; white-space: nowrap; }
.quick-entry .quick-name { grid-column: 2; color: var(--color-ink-secondary); font-size: 11px; }
.quick-entry .entry-arrow { grid-column: 3; grid-row: 1 / span 2; font-size: 16px; }
.quick-entry:hover { background: var(--color-surface-page); }
.explorer-section { padding-block: 105px 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.section-heading .section-kicker { margin-bottom: 17px; }
.section-heading h2 { font-size: clamp(30px, 3.6vw, 49px); line-height: 1.3; letter-spacing: -.055em; font-weight: 500; }
.section-heading > p { font-size: 15px; line-height: 1.8; color: var(--color-ink-secondary); }
.product-tabs { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 6px; padding: 6px; border: 1px solid var(--color-border-default); border-radius: 16px; margin-bottom: 20px; background: var(--color-surface-page); }
.product-tabs a { min-height: 54px; padding: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; font-size: 14px; color: var(--color-ink-secondary); transition: background .2s, color .2s; }
.product-tabs svg { width: 20px; height: 20px; flex-shrink: 0; }
.product-tabs a:hover { background: var(--color-surface-subtle); color: var(--color-ink-primary); }
.product-tabs [aria-selected='true'] { background: var(--color-world-night); color: var(--color-ink-on-dark); }
.product-tabs [aria-selected='true']:hover { background: var(--color-world-night); color: var(--color-ink-on-dark); }
.product-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 45px; padding: 50px; min-height: 530px; margin-top: 20px; border-radius: 24px; background: var(--color-studio-blue-wash); }
.product-panel[hidden] { display: none; }
.is-enhanced .product-panel { margin-top: 0; }
.panel-copy .section-kicker { margin-bottom: 24px; color: var(--color-brand-link); font-size: 13px; }
.panel-copy h3 { font-size: clamp(26px, 2.6vw, 37px); font-weight: 500; letter-spacing: -.05em; line-height: 1.4; }
.panel-description { margin-top: 20px; max-width: 410px; font-size: 15px; line-height: 1.95; color: var(--color-ink-secondary); }
.product-benefits { display: grid; gap: 8px; margin: 24px 0 28px; list-style: none; font-size: 12px; color: var(--color-ink-primary); }
.product-benefits li { display: flex; align-items: start; gap: 9px; }
.product-benefits li::before { content: '✓'; color: var(--color-brand-link); }
.panel-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
.panel-actions .button-solid { font-size: 13px; }
.panel-actions .text-link { font-size: 12px; }
.product-note { margin-top: 18px; font-size: 11px; line-height: 1.8; color: var(--color-ink-secondary); }
.panel-visual { min-width: 0; }
.product-browser { overflow: hidden; border: 1px solid var(--color-border-subtle); border-radius: 10px; box-shadow: var(--shadow-card); background: var(--color-surface-page); }
.browser-chrome { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; font-size: 10px; color: var(--color-ink-secondary); border-bottom: 1px solid var(--color-border-subtle); }
.browser-chrome > span:first-child { font-size: 7px; letter-spacing: 3px; }
.product-browser img { width: 100%; }
.panel-visual figcaption { margin-top: 18px; text-align: center; font-size: 10px; line-height: 1.7; color: var(--color-ink-secondary); }
.panel-link { background: var(--color-studio-paper); }
.panel-news { background: var(--color-studio-peach); }
.panel-admissions { background: var(--color-studio-leaf); }
.panel-esports { background: var(--color-studio-lilac); }
.panel-learn { background: var(--color-warm-paper); }
.screens-note { margin-top: 20px; font-size: 11px; color: var(--color-ink-secondary); line-height: 1.8; }
.universe-section { padding-block: 95px; background: var(--color-studio-paper); }
.universe-heading { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px 70px; align-items: end; }
.universe-heading .section-kicker { grid-column: 1 / -1; }
.universe-heading h2 { font-size: clamp(36px,4.3vw,60px); line-height: 1.35; letter-spacing: -.055em; font-weight: 500; }
.universe-heading h2 span { color: var(--color-brand-link); }
.universe-heading > p:last-child { max-width: 410px; font-size: 17px; line-height: 2; color: var(--color-ink-secondary); padding-bottom: 5px; }
.world-relationships { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 64px; }
.world-relationships > div { position: relative; padding: 32px; background: var(--color-surface-page); border-radius: 4px 28px 4px 4px; }
.world-relationships > div:nth-child(2) { background: var(--color-studio-peach); }
.world-relationships > div:nth-child(3) { background: var(--color-studio-leaf); }
.world-relationships > div:not(:last-child)::after { content: '↗'; position: absolute; top: 35px; right: -21px; z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--color-world-night); color: var(--color-ink-on-dark); font-size: 21px; }
.world-relationships svg { width: 28px; height: 28px; margin-bottom: 25px; }
.world-relationships > div > span { display: block; color: var(--color-ink-secondary); font-size: 12px; }
.world-relationships h3 { margin-top: 9px; font-size: 24px; font-weight: 500; letter-spacing: -.045em; }
.world-relationships p { margin-top: 16px; font-size: 14px; line-height: 1.9; color: var(--color-ink-secondary); }
.world-relationships a { display: inline-flex; gap: 24px; align-items: center; min-height: 44px; margin-top: 18px; font-size: 13px; }
.world-relationships a:hover { text-decoration: underline; }
.future-note { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; padding-top: 60px; margin-top: 64px; border-top: 1px solid var(--color-border-default); }
.future-note h3 { font-size: 28px; font-weight: 500; line-height: 1.5; letter-spacing: -.035em; }
.future-note div > p { margin-top: 20px; max-width: 650px; font-size: 15px; line-height: 1.95; color: var(--color-ink-secondary); }
.future-note div > .future-status { font-size: 12px; }
.future-note .text-link { margin-top: 12px; }
.journal-section { padding-block: 100px; }
.journal-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; }
.journal-feature { overflow: hidden; border-radius: 20px; border: 1px solid var(--color-border-default); background: var(--color-surface-page); }
.journal-art { height: 300px; background: var(--color-studio-lilac); position: relative; overflow: hidden; isolation: isolate; }
.source-sheet { position: absolute; left: 25%; top: 35px; width: 51%; height: 234px; padding: 25px; box-shadow: var(--shadow-card); background: var(--color-surface-page); }
.source-sheet > span { font-size: 13px; font-weight: 500; }
.back-sheet { transform: translate(34px, 1px) rotate(13deg); background: var(--color-studio-paper); }
.back-sheet i { display: block; height: 1px; margin-top: 22px; background: var(--color-border-default); }
.front-sheet { transform: rotate(-9deg); }
.front-sheet svg { width: 95px; height: 96px; display: block; margin: 8px auto; color: var(--color-brand-link); stroke-width: 1.6; }
.front-sheet > div { display: flex; align-items: center; justify-content: space-between; gap: 4px; border-top: 1px solid var(--color-border-default); padding-top: 12px; font-size: 11px; }
.front-sheet b { font-weight: 400; }
.editorial-orbit { position: absolute; z-index: -1; width: 74%; height: 190px; border: 1px solid var(--color-surface-page); border-radius: 50%; transform: rotate(-24deg); left: 13%; top: 65px; }
.journal-copy { padding: 30px 36px; }
.journal-category { color: var(--color-brand-link); font-size: 12px; }
.journal-copy h3, .journal-note h3 { margin-top: 18px; font-size: 30px; line-height: 1.4; font-weight: 500; letter-spacing: -.045em; }
.journal-copy > p, .journal-note > p { font-size: 14px; line-height: 1.9; color: var(--color-ink-secondary); margin-top: 18px; }
.journal-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; font-size: 13px; }
.journal-feature:hover .journal-cta, .journal-note:hover .journal-cta { color: var(--color-brand-link); }
.journal-notes { display: grid; grid-template-rows: 1fr 1fr; gap: 30px; }
.journal-note { display: flex; flex-direction: column; border-top: 1px solid var(--color-border-default); padding-top: 27px; }
.journal-note h3 { font-size: 28px; }
.journal-note .journal-cta { margin-top: auto; padding-top: 26px; }
.download-section { padding-bottom: 60px; }
.download-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; border-radius: 22px; color: var(--color-ink-on-dark); background: var(--color-world-night); }
.download-copy { display: flex; align-items: center; gap: 28px; }
.download-copy > img { width: 78px; height: 78px; border-radius: 18px; }
.download-copy .section-kicker { color: var(--color-world-muted); font-size: 11px; }
.download-copy h2 { font-size: 32px; font-weight: 500; margin-top: 12px; letter-spacing: -.035em; }
.download-copy div > p:last-child { color: var(--color-world-muted); font-size: 14px; margin-top: 12px; }
.download-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.download-actions > a { font-size: 12px; }
.download-help { grid-column: 1 / -1; color: var(--color-world-muted); text-align: center; padding-top: 6px; }
.download-help:hover { text-decoration: underline; }
.closing-section { padding-top: 34px; }
.closing-section h2 { margin-top: 24px; font-size: clamp(38px,5.6vw,78px); font-weight: 500; line-height: 1.25; letter-spacing: -.065em; }
.closing-section h2 > span { color: var(--color-brand-link); }
.closing-actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.closing-wordmark { display: flex; justify-content: space-between; align-items: baseline; font-size: clamp(64px,14vw,205px); font-weight: 500; letter-spacing: -.075em; line-height: 1; margin-top: 76px; padding-bottom: 26px; border-bottom: 1px solid var(--color-border-default); }
.closing-wordmark > span { font-size: .47em; color: var(--color-brand-link); }
.maker-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; font-size: 11px; line-height: 1.8; color: var(--color-ink-secondary); padding-block: 24px 44px; }
.maker-note a:hover { text-decoration: underline; }
@media (prefers-reduced-motion: no-preference) {
  .reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
  .reveal-ready [data-reveal].is-visible, .reveal-ready [data-reveal]:focus-within { opacity: 1; transform: none; }
  .scroll-ready .hero-community { transform: rotate(calc(-5deg + var(--scene-progress) * 5deg)) translateY(calc(var(--scene-progress) * -14px)); }
  .scroll-ready .hero-profile { transform: rotate(calc(8deg - var(--scene-progress) * 6deg)) translateY(calc(var(--scene-progress) * 20px)); }
  .scroll-ready .world-lines { transform: rotate(calc(var(--scene-progress) * 8deg)); }
  .is-enhanced .product-panel:not([hidden]) { animation: panel-enter .28s ease both; }
}
@keyframes panel-enter { from { opacity: .35; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .page-shell { width: calc(100% - 64px); }
  .hero-layout { gap: 20px; min-height: 580px; }
  .hero-world { height: 450px; }
  .hero-profile { width: 142px; top: 146px; }
  .world-stamp { bottom: 80px; font-size: 13px; left: 3%; }
  .hero-copy h1 { font-size: 46px; }
  .hero-description { font-size: 14px; }
  .quick-entry { padding-inline: 12px; gap: 4px 6px; grid-template-columns: 20px 1fr; }
  .quick-entry .entry-arrow { display: none; }
  .quick-entry > span:nth-child(2) { font-size: 13px; }
  .quick-entry svg { width: 18px; height: 18px; }
  .product-panel { padding: 32px; gap: 30px; }
  .product-tabs a { font-size: 12px; gap: 7px; }
  .panel-description { font-size: 14px; }
  .world-relationships > div { padding: 26px; }
  .world-relationships h3 { font-size: 21px; }
  .journal-grid { gap: 30px; }
  .download-card { justify-content: center; }
}
@media (max-width: 760px) {
  .page-shell { width: calc(100% - 40px); }
  .hero-topline { padding-block: 20px; font-size: 9px; }
  .hero-topline > span:last-child { display: none; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 32px 15px; gap: 8px; }
  .hero-copy .section-kicker { margin-bottom: 16px; font-size: 12px; }
  .hero-copy h1 { font-size: clamp(36px,7.5vw,55px); }
  .hero-description { font-size: 14px; margin-top: 20px; line-height: 1.9; }
  .hero-actions { margin-top: 22px; gap: 12px 20px; }
  .hero-actions a { font-size: 12px; }
  .button-solid, .button-light, .button-outline { min-height: 46px; padding: 12px 20px; gap: 20px; }
  .hero-world { height: clamp(350px,76vw,440px); width: min(100%,520px); margin-inline: auto; }
  .hero-community { top: 38px; width: 94%; }
  .scene-label { padding: 12px; font-size: 10px; gap: 8px; }
  .scene-label svg { width: 15px; height: 15px; }
  .hero-profile { width: clamp(103px,29vw,155px); top: 126px; right: 0; border-width: 4px; border-radius: 16px; }
  .profile-caption { font-size: 8px; padding-top: 8px; }
  .world-stamp { left: 6%; bottom: 40px; padding: 12px 18px; font-size: 13px; }
  .scene-footnote { left: 6%; bottom: 2px; font-size: 9px; }
  .hero-world::before { inset: 5px 16px 25px 26px; }
  .quick-index { grid-template-columns: repeat(3,1fr); padding-block: 12px 20px; }
  .quick-entry { padding: 15px 7px; gap: 5px; }
  .quick-entry:first-child { padding-left: 7px; }
  .quick-entry:nth-child(3) { border-right: 0; }
  .quick-entry:nth-child(n+4) { border-top: 1px solid var(--color-border-default); }
  .quick-entry .quick-name { font-size: 10px; }
  .quick-entry > span:nth-child(2) { font-size: 12px; }
  .explorer-section { padding-block: 65px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .section-heading .section-kicker { margin-bottom: 12px; font-size: 12px; }
  .section-heading h2 { font-size: clamp(27px,6vw,36px); }
  .section-heading > p { font-size: 13px; }
  .product-tabs { grid-template-columns: repeat(3,1fr); padding: 5px; gap: 4px; border-radius: 13px; margin-bottom: 14px; }
  .product-tabs a { gap: 5px; padding: 10px 6px; min-height: 45px; font-size: 11px; }
  .product-tabs svg { width: 16px; height: 16px; }
  .product-panel { grid-template-columns: 1fr; padding: 26px 20px; gap: 28px; min-height: auto; border-radius: 18px; }
  .panel-copy .section-kicker { font-size: 12px; margin-bottom: 18px; }
  .panel-copy h3 { font-size: 28px; }
  .panel-description { font-size: 14px; margin-top: 17px; }
  .product-benefits { margin-block: 20px 24px; font-size: 12px; }
  .panel-actions { gap: 8px 20px; }
  .browser-chrome { font-size: 8px; padding: 9px; }
  .browser-chrome > span:first-child { font-size: 5px; letter-spacing: 2px; }
  .panel-visual figcaption, .screens-note { font-size: 10px; }
  .universe-section { padding-block: 65px; }
  .universe-heading { grid-template-columns: 1fr; gap: 20px; }
  .universe-heading h2 { font-size: clamp(32px,7vw,44px); }
  .universe-heading > p:last-child { font-size: 14px; }
  .world-relationships { grid-template-columns: 1fr; margin-top: 35px; gap: 18px; }
  .world-relationships > div { display: grid; grid-template-columns: 36px 1fr; align-items: start; gap: 0 20px; padding: 24px; }
  .world-relationships svg { grid-row: 1 / span 4; width: 24px; height: 24px; }
  .world-relationships h3, .world-relationships p, .world-relationships a { grid-column: 2; }
  .world-relationships h3 { font-size: 23px; }
  .world-relationships > div:not(:last-child)::after { top: auto; right: 32px; bottom: -26px; transform: rotate(90deg); }
  .future-note { grid-template-columns: 1fr; gap: 20px; padding-top: 35px; margin-top: 45px; }
  .future-note h3 { font-size: 27px; }
  .future-note div > p { font-size: 14px; }
  .future-note div > .future-status { font-size: 11px; }
  .journal-section { padding-block: 65px; }
  .journal-grid { grid-template-columns: 1fr; gap: 36px; }
  .journal-art { height: 245px; }
  .source-sheet { top: 28px; left: 18%; width: 61%; height: 193px; padding: 20px; }
  .front-sheet svg { height: 76px; margin-block: 3px; }
  .source-sheet > span { font-size: 12px; }
  .front-sheet > div { font-size: 10px; padding-top: 9px; }
  .journal-copy { padding: 26px 24px; }
  .journal-copy h3, .journal-note h3 { font-size: 28px; }
  .journal-notes { gap: 30px; }
  .download-section { padding-bottom: 40px; }
  .download-card { padding: 32px 24px; gap: 28px; justify-content: start; border-radius: 18px; }
  .download-copy { gap: 17px; align-items: start; }
  .download-copy > img { width: 49px; height: 49px; border-radius: 12px; }
  .download-copy .section-kicker { font-size: 9px; }
  .download-copy h2 { font-size: 23px; margin-top: 8px; }
  .download-copy div > p:last-child { font-size: 12px; }
  .download-actions { width: 100%; gap: 12px; }
  .download-actions > a { gap: 12px; padding-inline: 14px; font-size: 11px; }
  .closing-section { padding-top: 15px; }
  .closing-section h2 { margin-top: 18px; font-size: 44px; }
  .closing-actions { gap: 20px; margin-top: 24px; }
  .closing-wordmark { font-size: 16vw; margin-top: 50px; }
  .maker-note { padding-bottom: 30px; font-size: 10px; }
}
@media (max-width: 350px) {
  .page-shell { width: calc(100% - 32px); }
  .hero-copy h1 { font-size: 34px; }
  .hero-description { font-size: 13px; }
  .quick-entry { grid-template-columns: 1fr; justify-items: center; }
  .quick-entry svg { grid-row: auto; margin-bottom: 4px; }
  .quick-entry .quick-name { grid-column: 1; }
  .product-tabs a { flex-direction: column; }
  .download-copy { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .home-showcase *, .home-showcase *::before { transition: none; animation: none; } }

.product-panel .panel-description, .product-panel .product-note, .product-panel figcaption,
.world-relationships > div > span, .world-relationships p { color: var(--color-studio-muted); }
.product-panel .section-kicker, .product-panel .text-link, .product-panel .product-benefits li::before { color: var(--color-studio-link); }
