/* FactionForge Torn — shared marketing and product-release theme. */
:root,
[data-bs-theme="dark"] {
    color-scheme: dark;
    --ff-bg: #0c0e11;
    --ff-surface: #12151a;
    --ff-raised: #191d24;
    --ff-text: #f0f1f4;
    --ff-muted: #a1a7b2;
    --ff-line: #2a2e36;
    --ff-orange: #ff8139;
    --ff-orange-ink: #17100b;
    --ff-orange-wash: rgba(255, 129, 57, .08);
    --ff-header: rgba(12, 14, 17, .96);
    --ff-shadow: 0 20px 55px rgba(0, 0, 0, .22);
    --bs-body-bg: var(--ff-bg);
    --bs-body-color: var(--ff-text);
    --bs-border-color: var(--ff-line);
    --bs-body-font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
[data-bs-theme="light"] {
    color-scheme: light;
    --ff-bg: #f3f4f6;
    --ff-surface: #fff;
    --ff-raised: #e9edf2;
    --ff-text: #191e27;
    --ff-muted: #59616d;
    --ff-line: #d8dde4;
    --ff-orange: #b84308;
    --ff-orange-ink: #fff;
    --ff-orange-wash: rgba(184, 67, 8, .05);
    --ff-header: rgba(243, 244, 246, .97);
    --ff-shadow: 0 20px 55px rgba(37, 46, 61, .08);
    --bs-body-bg: var(--ff-bg);
    --bs-body-color: var(--ff-text);
    --bs-border-color: var(--ff-line);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: absolute; top: 84px; left: 0; right: 0; height: 540px; background: radial-gradient(ellipse at 28% 5%, var(--ff-orange-wash), transparent 65%); pointer-events: none; z-index: -1; }
::selection { background: var(--ff-orange); color: var(--ff-orange-ink); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ff-orange); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--ff-orange) !important; outline-offset: 5px; box-shadow: none !important; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ff-text); }
.icon { width: 21px; height: 21px; flex: 0 0 21px; vertical-align: middle; }
.site-shell { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 20px; background: var(--ff-orange); color: var(--ff-orange-ink); z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--ff-header); border-bottom: 1px solid var(--ff-line); backdrop-filter: blur(16px); }
.navbar { min-height: 88px; gap: 24px; padding-block: 16px; }
.brand { display: block; width: 212px; flex-shrink: 0; }
.brand img { width: 100%; max-height: 59px; object-fit: contain; object-position: left; }
.logo-light, [data-bs-theme="light"] .logo-dark { display: none; }
[data-bs-theme="light"] .logo-light { display: block; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-tools { font-size: .875rem; font-weight: 600; margin-right: 20px; color: var(--ff-muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 45px; padding: 10px 19px; border-radius: 5px; font-size: .875rem; font-weight: 700; line-height: 1.5; transition: background-color .18s, border-color .18s, transform .18s; }
.btn .icon { width: 17px; height: 17px; flex-basis: 17px; }
.btn-ember { color: var(--ff-orange-ink); background: var(--ff-orange); border: 1px solid var(--ff-orange); }
.btn-ember:hover, .btn-ember:focus-visible { color: var(--ff-orange-ink); background: var(--ff-orange); border-color: var(--ff-orange); filter: brightness(1.1); transform: translateY(-1px); }
.btn-torn { color: var(--ff-text); background: transparent; border: 1px solid var(--ff-line); }
.btn-torn:hover { color: var(--ff-text); background: var(--ff-raised); border-color: var(--ff-muted); }
.theme-toggle { border: 0; border-left: 1px solid var(--ff-line); border-radius: 0; margin-left: 5px; width: 51px; height: 42px; color: var(--ff-muted); background: transparent; }
.theme-toggle:hover { color: var(--ff-orange); }
.theme-moon, [data-bs-theme="light"] .theme-sun { display: none; }
[data-bs-theme="light"] .theme-moon { display: inline-block; }
.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 36px; padding-top: 36px; }
.main-column { min-width: 0; }
.hero { padding: 26px 0 28px; position: relative; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--ff-muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.6; font-weight: 500; }
.eyebrow-line { width: 23px; height: 2px; background: var(--ff-orange); }
.hero .eyebrow { color: var(--ff-orange); margin-bottom: 25px; }
h1 { font-size: clamp(3.2rem, 5.15vw, 4.65rem); line-height: 1.04; letter-spacing: -.055em; font-weight: 800; }
h1 em { font-style: normal; color: var(--ff-orange); }
.hero h1 { margin-bottom: 25px; }
.hero-description { color: var(--ff-muted); font-size: 1.125rem; line-height: 1.65; max-width: 510px; margin-bottom: 20px; }
.hero-link { display: inline-flex; align-items: center; gap: 17px; font-size: .9375rem; font-weight: 650; }
.hero-link .icon { color: var(--ff-orange); transform: rotate(90deg); }
.hero-footnote { display: flex; gap: 20px; color: var(--ff-muted); font-size: .75rem; margin-top: 34px; }
.hero-footnote span + span { border-left: 1px solid var(--ff-line); padding-left: 20px; }
.tool-directory { margin: 30px 0 24px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.section-heading p { margin: 0; }
.section-heading > span { font: .75rem ui-monospace, monospace; color: var(--ff-muted); }
.tool-tabs { display: flex; flex-wrap: wrap; gap: 8px 25px; border-top: 1px solid var(--ff-line); border-bottom: 1px solid var(--ff-line); padding: 13px 0; }
.tool-tabs a { color: var(--ff-muted); display: flex; gap: 8px; align-items: center; font-size: .875rem; min-height: 30px; }
.tool-tabs a:first-child, .tool-tabs a:hover { color: var(--ff-text); }
.tool-tabs .icon { width: 17px; height: 17px; flex-basis: 17px; }
.product { --product-accent: #bfd88a; --product-tint: rgba(191, 216, 138, .08); background: var(--ff-surface); border: 1px solid var(--ff-line); border-top: 2px solid var(--product-accent); border-radius: 9px; margin-bottom: 28px; overflow: hidden; padding: 29px 30px 0; }
.product-elimination { --product-accent: #ff935a; --product-tint: rgba(255, 147, 90, .08); }
.product-company { --product-accent: #9baed0; --product-tint: rgba(155, 174, 208, .08); background-image: linear-gradient(135deg, var(--product-tint), transparent 55%); }
[data-bs-theme="light"] .product-faction { --product-accent: #476618; --product-tint: rgba(71, 102, 24, .07); }
[data-bs-theme="light"] .product-elimination { --product-accent: #b4430c; --product-tint: rgba(180, 67, 12, .06); }
[data-bs-theme="light"] .product-company { --product-accent: #4d658f; --product-tint: rgba(77, 101, 143, .06); }
.product-topline { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 23px; }
.product-category { color: var(--ff-muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .75rem; text-transform: uppercase; letter-spacing: .075em; }
.product-status { color: var(--product-accent); background: var(--product-tint); border: 1px solid color-mix(in srgb, var(--product-accent) 28%, transparent); border-radius: 4px; font-size: .75rem; font-weight: 500; padding: 7px 9px; white-space: normal; text-align: left; }
.product-heading { display: flex; gap: 13px; align-items: center; margin-bottom: 20px; }
.product-icon { display: inline-flex; align-items: center; justify-content: center; width: 41px; height: 41px; flex: 0 0 41px; border: 1px solid color-mix(in srgb, var(--product-accent) 24%, transparent); border-radius: 7px; background: var(--product-tint); color: var(--product-accent); }
.product h2 { font-size: clamp(1.5rem, 2.15vw, 1.9rem); font-weight: 750; letter-spacing: -.035em; margin-bottom: 0; }
.product-pitch { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; margin-bottom: 27px; }
.product-pitch > div:first-child { max-width: 530px; }
.product h3 { font-size: 1.25rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.4; margin-bottom: 11px; }
.product-pitch h3 br { display: none; }
.product p { color: var(--ff-muted); margin-bottom: 0; }
.product-action { display: flex; flex-direction: column; align-items: flex-end; flex: 0 0 auto; gap: 9px; }
.product-action > span { color: var(--ff-muted); font-size: .75rem; }
.product-preview { margin: 0; border: 1px solid var(--ff-line); border-radius: 6px; overflow: hidden; box-shadow: var(--ff-shadow); background: #0b1016; }
.screenshot-link { display: block; position: relative; overflow: hidden; cursor: zoom-in; }
.screenshot-link img { display: block; width: 100%; transition: transform .3s ease; }
.screenshot-link:hover img { transform: scale(1.015); }
.preview-expand { position: absolute; right: 13px; bottom: 13px; display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: #f5f5f5; background: rgba(12, 14, 17, .95); border: 1px solid #555b64; border-radius: 4px; font-size: .75rem; }
.preview-expand .icon { width: 16px; height: 16px; flex-basis: 16px; }
.product-preview figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 15px; padding: 9px 13px; background: var(--ff-raised); border-top: 1px solid var(--ff-line); color: var(--ff-muted); font-size: .75rem; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 27px; margin: 29px 0; }
.feature { display: flex; gap: 12px; }
.feature > .icon { color: var(--product-accent); margin-top: 2px; }
.feature h4 { font-size: .9375rem; font-weight: 650; margin-bottom: 7px; }
.feature p { font-size: .875rem; line-height: 1.65; }
.product-bottom { margin: 0 -30px; padding: 17px 30px; border-top: 1px solid var(--ff-line); display: flex; align-items: center; justify-content: space-between; gap: 12px 20px; font-size: .8125rem; }
.product-bottom > span { color: var(--ff-muted); }
.product-bottom a { font-weight: 600; }
.product-bottom .icon { width: 16px; height: 16px; margin-left: 4px; }
.company-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding-block: 6px 32px; }
.company-layout .product-icon { margin-bottom: 19px; }
.company-layout h2 { margin-bottom: 17px; }
.company-layout h3 { font-size: 1.125rem; }
.company-layout > div > p { font-size: .9375rem; }
.planned-features { padding-top: 4px; }
.planned-features .eyebrow { margin-bottom: 16px; color: var(--product-accent); }
.planned-features li { display: flex; gap: 10px; font-size: .875rem; padding-block: 13px; border-bottom: 1px solid var(--ff-line); }
.planned-features li .icon { color: var(--product-accent); width: 18px; height: 18px; flex-basis: 18px; margin-top: 3px; }
.planned-features .planned-note { font-size: .75rem; margin-top: 18px; }
.sidebar-label { display: flex; justify-content: space-between; gap: 12px; color: var(--ff-muted); text-transform: uppercase; letter-spacing: .08em; font: .75rem ui-monospace, monospace; margin: 0 0 15px; }
.sidebar-label span:last-child { opacity: .8; }
.torn-dossier { border: 1px solid var(--ff-line); border-radius: 7px; background: var(--ff-surface); overflow: hidden; }
.dossier-header { display: block; color: var(--ff-text); border-bottom: 1px solid var(--ff-line); }
.dossier-header:hover { color: var(--ff-text); }
.torn-logo { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 1px solid var(--ff-line); transition: filter .18s; }
.dossier-header:hover .torn-logo { filter: brightness(1.06); }
.dossier-title { padding: 23px; }
.dossier-header h2 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    font-size: 2.75rem;
    font-stretch: condensed;
    font-weight: 900;
    letter-spacing: .025em;
    line-height: .95;
    margin-bottom: 17px;
    text-transform: uppercase;
    transition: color .18s;
}
.dossier-header:hover h2 { color: var(--ff-orange); }
.genre-label, .game-since { display: block; color: var(--ff-muted); }
.genre-label { font-size: .9375rem; }
.game-since { margin-top: 3px; font-size: .8125rem; }
.genre-label { color: var(--ff-muted); font-size: .8125rem; }
.dossier-body { padding: 24px 23px; }
.dossier-body p { font-size: 1rem; color: var(--ff-muted); line-height: 1.75; margin-bottom: 16px; }
.game-facts { margin: 24px 0 17px; font-size: .8125rem; }
.game-facts div { display: grid; grid-template-columns: 84px 1fr; gap: 8px; padding: 9px 0; border-top: 1px solid var(--ff-line); }
.game-facts dt { font-weight: 400; color: var(--ff-muted); }
.game-facts dd { margin: 0; }
.source-link { color: var(--ff-muted); font-size: .75rem; }
.source-link .icon { width: 12px; height: 12px; }
.city-characters { padding: 23px; border-top: 1px solid var(--ff-line); }
.city-characters > .eyebrow { margin-bottom: 22px; }
.character { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 24px; }
.character img { width: 62px; height: 80px; object-fit: cover; object-position: center top; border-radius: 4px; border: 1px solid var(--ff-line); background: var(--ff-raised); }
.character > div { min-width: 0; }
.character h3 { display: flex; align-items: center; gap: 9px; font-size: .9375rem; font-weight: 650; margin: 0 0 2px; }
.character:hover h3 { color: var(--ff-orange); }
.character h3 .icon { width: 12px; height: 12px; flex-basis: 12px; color: var(--ff-muted); }
.character span { color: var(--ff-orange); font-size: .75rem; }
.character p { font-size: .875rem; color: var(--ff-muted); margin: 5px 0 0; line-height: 1.5; }
.portrait-credit { font-size: .75rem; line-height: 1.6; color: var(--ff-muted); margin: 3px 0 0; }
.portrait-credit a { text-decoration: underline; text-underline-offset: 3px; }
.dossier-footer { padding: 20px 23px 24px; border-top: 1px solid var(--ff-line); }
.dossier-footer p { font-size: .875rem; margin-bottom: 14px; }
.community-note { padding: 28px 12px; }
.community-note > .icon { color: var(--ff-orange); margin-bottom: 16px; }
.community-note h3 { font-size: 1rem; font-weight: 650; }
.community-note p { color: var(--ff-muted); font-size: .875rem; }
.community-note a { font-size: .8125rem; }
.community-note a .icon { width: 16px; height: 16px; margin-left: 8px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 45px; padding: 35px 0 38px; border-top: 1px solid var(--ff-line); }
.footer-brand { font-size: 1rem; font-weight: 800; letter-spacing: -.03em; }
.footer-brand span { color: var(--ff-orange); }
.site-footer p { color: var(--ff-muted); font-size: .75rem; margin: 7px 0 0; }
.footer-meta { text-align: right; }
.footer-meta > span { font-size: .75rem; color: var(--ff-muted); }
/* Native dialog supplies keyboard focus containment and Escape dismissal. */
.lightbox-open { overflow: hidden; }
.screenshot-dialog { width: min(1500px, calc(100vw - 48px)); max-width: none; max-height: calc(100dvh - 48px); padding: 0; margin: auto; border: 1px solid var(--ff-line); border-radius: 9px; background: var(--ff-surface); color: var(--ff-text); overflow: auto; box-shadow: 0 30px 100px #0009; }
.screenshot-dialog::backdrop { background: rgba(0, 0, 0, .85); backdrop-filter: blur(7px); }
.lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; position: sticky; top: 0; background: var(--ff-surface); padding: 9px 16px 9px 23px; border-bottom: 1px solid var(--ff-line); z-index: 1; }
.lightbox-toolbar h2 { font-size: 1rem; margin: 0; }
.lightbox-close { display: grid; place-items: center; width: 44px; height: 44px; color: var(--ff-text); border: 1px solid var(--ff-line); border-radius: 4px; background: var(--ff-raised); }
.lightbox-close:hover { color: var(--ff-orange); }
.lightbox-body { display: flex; justify-content: center; min-height: 100px; background: #0a0e13; }
.lightbox-body img { width: auto; max-width: 100%; max-height: calc(100dvh - 163px); object-fit: contain; }
#lightbox-error { color: #f2f2f2; padding: 25px; margin: 0; }
#lightbox-error a { text-decoration: underline; }
.lightbox-hint { margin: 0; padding: 12px 22px; font-size: .75rem; color: var(--ff-muted); display: flex; justify-content: space-between; gap: 15px; }
/* Dedicated Faction Manager release page. */
.coming-page { padding-top: 34px; }
.back-link { font-size: .875rem; color: var(--ff-muted); }
.coming-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; padding: 52px 0 68px; }
.coming-intro > .eyebrow { color: var(--ff-orange); }
.coming-badge { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: var(--ff-orange); background: var(--ff-orange-wash); border: 1px solid var(--ff-line); margin: 10px 0 26px; font-size: .8125rem; font-weight: 500; }
.coming-badge .icon { width: 16px; height: 16px; flex-basis: 16px; }
.coming-intro h1 { font-size: clamp(3rem, 5vw, 4.7rem); margin-bottom: 26px; }
.coming-intro p { color: var(--ff-muted); max-width: 520px; }
.coming-intro .coming-lead { font-size: 1.5rem; line-height: 1.4; color: var(--ff-text); letter-spacing: -.03em; margin-bottom: 22px; }
.coming-intro .btn { margin-top: 12px; }
.coming-intro .account-note { font-size: .8125rem; margin: 14px 0 0; max-width: 400px; }
.coming-preview { padding-top: 51px; }
.coming-features { padding: 27px; margin-top: 25px; border: 1px solid var(--ff-line); border-radius: 7px; background: var(--ff-surface); }
.coming-features > div { display: flex; gap: 14px; margin-top: 23px; }
.coming-features > div > .icon { color: var(--ff-orange); }
.coming-features h2 { font-size: 1rem; font-weight: 600; }
.coming-features p:not(.eyebrow) { font-size: .875rem; color: var(--ff-muted); margin: 0; }
.available-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 32px; border: 1px solid var(--ff-line); border-left: 3px solid var(--ff-orange); border-radius: 6px; background: var(--ff-surface); }
.available-callout h2 { font-size: 1.5rem; letter-spacing: -.035em; }
.available-callout p { margin: 0; color: var(--ff-muted); }
.available-callout .eyebrow { margin-bottom: 8px; }
.available-callout .btn { flex-shrink: 0; }
@media (min-width: 1550px) { .site-shell { width: min(1400px, calc(100% - 100px)); } .page-grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; } }
@media (max-width: 1199px) {
    .site-shell { width: calc(100% - 48px); }
    .page-grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; }
    .product { padding: 24px 23px 0; }
    .product-bottom { margin-inline: -23px; padding-inline: 23px; flex-wrap: wrap; }
    .product-pitch { flex-direction: column; align-items: flex-start; }
    .product-action { align-items: flex-start; }
    .product-action > span { display: none; }
    .product h2 { font-size: 1.55rem; }
    .tool-tabs { gap: 6px 15px; }
    .tool-tabs a { font-size: .8125rem; }
    .company-layout { grid-template-columns: 1fr; gap: 25px; }
    .coming-layout { gap: 38px; }
}
@media (max-width: 991px) {
    .page-grid { grid-template-columns: minmax(0, 1fr); }
    .hero { padding-top: 20px; }
    .hero h1 { font-size: clamp(3.5rem, 8vw, 5rem); }
    .hero-description { max-width: 600px; }
    .product-pitch { flex-direction: row; align-items: flex-end; }
    .product-pitch > div:first-child { max-width: 470px; }
    .product h2 { font-size: 1.9rem; }
    .company-layout { grid-template-columns: 1fr 1fr; }
    .torn-sidebar { margin-top: 8px; }
    .torn-dossier { display: grid; grid-template-columns: 1fr 1fr; }
    .dossier-header { grid-column: 1 / -1; }
    .dossier-body { grid-column: 1; }
    .city-characters { grid-column: 2; border-top: 0; border-left: 1px solid var(--ff-line); }
    .dossier-footer { grid-column: 1 / -1; display: flex; align-items: center; gap: 30px; justify-content: space-between; }
    .dossier-footer p { margin: 0; }
    .dossier-footer .btn { width: auto !important; min-width: 200px; }
    .community-note { padding-block: 28px 0; }
    .coming-layout { grid-template-columns: 1fr; gap: 10px; padding-top: 35px; }
    .coming-preview { padding-top: 20px; }
    .coming-intro h1 { font-size: 4rem; }
    .coming-intro p { max-width: 650px; }
    .coming-intro .account-note { max-width: 480px; }
}
@media (max-width: 767px) {
    .site-shell { width: calc(100% - 36px); }
    .navbar { gap: 13px; min-height: 76px; }
    .brand { width: 160px; }
    .nav-tools { display: none; }
    .nav-actions { gap: 8px; }
    .nav-actions .btn { padding: 9px 12px; }
    .nav-actions .btn-torn .icon { display: none; }
    .theme-toggle { width: 37px; margin-left: 0; }
    .page-grid { padding-top: 23px; }
    .hero h1 { font-size: clamp(2.8rem, 8.5vw, 4.5rem); }
    .hero .eyebrow { font-size: .75rem; }
    .hero-description { font-size: 1rem; }
    .product-pitch { flex-direction: column; align-items: flex-start; }
    .feature-grid { gap: 23px; }
    .product h2 { font-size: 1.55rem; }
    .product-topline { gap: 10px; }
    .product-category { font-size: .75rem; }
    .company-layout { grid-template-columns: 1fr; }
    .site-footer { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
    .footer-meta { text-align: left; }
    .available-callout { flex-direction: column; align-items: flex-start; padding: 23px; }
}
@media (max-width: 575px) {
    html { scroll-padding-top: 140px; }
    .navbar { justify-content: center; padding-block: 12px; gap: 11px; }
    .brand { width: 100%; text-align: center; }
    .brand img { width: 155px; max-height: 40px; object-position: center; }
    [data-bs-theme="light"] .brand .logo-light { margin: auto; }
    .nav-actions { justify-content: center; width: 100%; }
    .nav-actions .btn { min-height: 42px; }
    .hero { padding-top: 10px; }
    .hero h1 { font-size: clamp(2.65rem, 10vw, 3.8rem); }
    .hero-footnote { gap: 12px; flex-wrap: wrap; margin-top: 26px; }
    .hero-footnote span + span { padding-left: 12px; }
    .tool-directory { margin-top: 14px; }
    .tool-tabs { gap: 7px 18px; }
    .product { padding: 21px 18px 0; }
    .product-heading { gap: 10px; align-items: flex-start; }
    .product h2 { font-size: 1.5rem; line-height: 1.25; }
    .product-icon { width: 35px; height: 35px; flex-basis: 35px; }
    .product h3 { font-size: 1.125rem; }
    .product-topline { margin-bottom: 20px; }
    .feature-grid { grid-template-columns: 1fr; margin-block: 25px; }
    .product-bottom { margin-inline: -18px; padding: 16px 18px; }
    .preview-expand span { display: none; }
    .preview-expand { padding: 8px; right: 8px; bottom: 8px; }
    .torn-dossier { display: block; }
    .city-characters { border-top: 1px solid var(--ff-line); border-left: 0; }
    .dossier-footer { display: block; }
    .dossier-footer p { margin-bottom: 15px; }
    .dossier-footer .btn { width: 100% !important; min-width: 0; }
    .screenshot-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
    .lightbox-hint { display: block; padding-inline: 14px; }
    .lightbox-hint span { display: none; }
    .lightbox-toolbar { padding-left: 14px; }
    .lightbox-toolbar h2 { font-size: .875rem; }
    .coming-intro h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
    .coming-layout { padding-bottom: 40px; }
    .coming-features { padding: 23px 19px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
    .screenshot-link:hover img, .btn-ember:hover { transform: none; }
}
