:root {
  color-scheme: light dark;
  --pink: #e91e63;
  --pink-bright: #ff3f80;
  --pink-deep: #a70f45;
  --accent-text: #c3134f;
  --accent-hover: #a70f45;
  --action-start: #c3134f;
  --action-end: #a70f45;
  --pink-soft: #fff0f5;
  --ink: #1d1118;
  --ink-soft: #3d2c35;
  --muted: #70616a;
  --surface: #fffdfd;
  --surface-2: #fbf6f8;
  --surface-3: #f5edf1;
  --panel: rgba(255, 255, 255, .88);
  --line: #eadde3;
  --line-strong: #d9c3cd;
  --header: rgba(255, 253, 253, .88);
  --workflow-bg: #1d1118;
  --workflow-ink: #fff8fb;
  --workflow-muted: #bdaeb6;
  --workflow-line: #4b3741;
  --workflow-accent: #ff5b91;
  --focus-ring: #74062d;
  --chapter-number: #9b7184;
  --shadow-sm: 0 14px 35px rgba(76, 22, 48, .08);
  --shadow: 0 34px 90px rgba(76, 22, 48, .14);
  --container: 1220px;
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
}

html[data-resolved-theme="dark"] {
  --ink: #fff8fb;
  --ink-soft: #eadde4;
  --muted: #bdaeb6;
  --surface: #10090d;
  --surface-2: #160d12;
  --surface-3: #21131a;
  --panel: rgba(29, 17, 24, .9);
  --line: #3a2530;
  --line-strong: #553443;
  --header: rgba(16, 9, 13, .88);
  --workflow-bg: #f8eef3;
  --workflow-ink: #1d1118;
  --workflow-muted: #70616a;
  --workflow-line: #d9c3cd;
  --pink-soft: #36111f;
  --accent-text: #ff5b91;
  --accent-hover: #ff8ab1;
  --workflow-accent: #b51248;
  --focus-ring: #ff8ab1;
  --shadow-sm: 0 16px 40px rgba(0, 0, 0, .24);
  --shadow: 0 36px 100px rgba(0, 0, 0, .42);
}

@media (prefers-color-scheme: dark) {
  html:not([data-resolved-theme]) {
    --ink: #fff8fb;
    --ink-soft: #eadde4;
    --muted: #bdaeb6;
    --surface: #10090d;
    --surface-2: #160d12;
    --surface-3: #21131a;
    --panel: rgba(29, 17, 24, .9);
    --line: #3a2530;
    --line-strong: #553443;
    --header: rgba(16, 9, 13, .88);
    --workflow-bg: #f8eef3;
    --workflow-ink: #1d1118;
    --workflow-muted: #70616a;
    --workflow-line: #d9c3cd;
    --pink-soft: #36111f;
    --accent-text: #ff5b91;
    --accent-hover: #ff8ab1;
    --workflow-accent: #b51248;
    --focus-ring: #ff8ab1;
    --shadow-sm: 0 16px 40px rgba(0, 0, 0, .24);
    --shadow: 0 36px 100px rgba(0, 0, 0, .42);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--surface); color: var(--ink); font: 400 16px/1.62 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .36; background-image: linear-gradient(rgba(120, 60, 88, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 60, 88, .025) 1px, transparent 1px); background-size: 48px 48px; }
img { max-width: 100%; height: auto; }
svg { flex: 0 0 auto; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 880px; }
.section { padding: 118px 0; }
.section.compact { padding: 72px 0; }
.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; top: 10px; inset-inline-start: 10px; z-index: 3000; transform: translateY(-160%); padding: 11px 17px; border-radius: 10px; background: var(--ink); color: var(--surface); font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.download-panel :focus-visible, .sync-spotlight :focus-visible { outline-color: #fff; box-shadow: 0 0 0 6px rgba(80, 4, 34, .82); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: var(--header); border-bottom: 1px solid transparent; backdrop-filter: blur(22px) saturate(170%); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 9px 30px rgba(58, 20, 38, .06); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 650; letter-spacing: -.035em; white-space: nowrap; }
.brand img { border-radius: 12px; box-shadow: 0 8px 24px rgba(233, 30, 99, .19); }
.brand strong { color: var(--accent-text); font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.nav-link { position: relative; padding: 27px 0; color: var(--muted); font-size: 15px; font-weight: 650; }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; border-radius: 2px; background: var(--pink); transform: scaleX(0); transition: transform .2s; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link.active::after, .nav-link:hover::after { transform: scaleX(1); }
.nav-divider { width: 1px; height: 25px; background: var(--line); }
.language-select { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding-inline: 10px 5px; border: 1px solid transparent; border-radius: 12px; color: var(--muted); }
.language-select:focus-within { border-color: var(--line); }
.language-select select { min-height: 44px; max-width: 122px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 14px; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); cursor: pointer; }
.icon-button:hover { border-color: var(--line-strong); background: var(--surface-2); }
.theme-button span { display: grid; place-items: center; }
[data-theme-sun] { display: none !important; }
html[data-resolved-theme="dark"] [data-theme-moon] { display: none !important; }
html[data-resolved-theme="dark"] [data-theme-sun] { display: grid !important; }
[data-menu-close] { display: none !important; }
[aria-expanded="true"] [data-menu-open] { display: none !important; }
[aria-expanded="true"] [data-menu-close] { display: grid !important; }
.mobile-actions, .mobile-menu { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 21px; border: 1px solid transparent; border-radius: 14px; font-weight: 760; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--action-start), var(--action-end)); color: #fff; box-shadow: 0 13px 29px rgba(233, 30, 99, .24); }
.button-primary:hover { background: linear-gradient(135deg, var(--action-end), #82072f); box-shadow: 0 17px 36px rgba(233, 30, 99, .31); }
.button-secondary { border-color: var(--line); background: var(--panel); color: var(--ink); box-shadow: 0 8px 20px rgba(73, 25, 49, .04); }
.button-light { background: #fff; color: #8f123e; box-shadow: 0 15px 35px rgba(93, 0, 35, .18); }
.button-small { min-height: 44px; padding: 9px 16px; font-size: 14px; }
.button-large { min-height: 57px; padding: 15px 25px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--accent-text); font-weight: 760; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .2em; }
.text-link:hover { color: var(--accent-hover); }

.eyebrow { margin: 0 0 18px; color: var(--accent-text); font-size: 13px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 780px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .download-copy h2, .workflow-copy h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4rem); line-height: 1.03; letter-spacing: -.062em; }
.section-heading > p:last-child, .download-copy > p, .workflow-copy > p:last-child { color: var(--muted); font-size: 18px; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1.05fr .78fr; align-items: end; gap: 80px; text-align: start; }
.section-heading-split > p { margin: 0; }

.hero { min-height: 920px; position: relative; display: flex; align-items: center; padding: 148px 0 78px; overflow: hidden; background: radial-gradient(circle at 76% 30%, color-mix(in srgb, var(--pink) 13%, transparent), transparent 29%), linear-gradient(180deg, var(--surface), var(--surface-2)); }
.hero-glow { position: absolute; width: 680px; height: 680px; top: 95px; right: -270px; border: 1px solid color-mix(in srgb, var(--pink) 20%, transparent); border-radius: 50%; opacity: .8; }
.hero-glow::before, .hero-glow::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--pink) 15%, transparent); border-radius: inherit; }
.hero-glow::before { inset: 75px; }
.hero-glow::after { inset: 155px; background: color-mix(in srgb, var(--pink) 5%, transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(510px, .98fr); align-items: center; gap: 72px; }
.hero-copy { min-width: 0; padding-bottom: 6px; }
.hero-eyebrow { display: flex; align-items: center; }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-inline-end: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px color-mix(in srgb, var(--pink) 13%, transparent); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.6rem, 6.2vw, 6.65rem); line-height: .92; letter-spacing: -.082em; }
.hero h1 em { display: block; margin-top: .12em; color: var(--accent-text); font-style: normal; }
.hero-lead { max-width: 670px; margin: 30px 0 33px; color: var(--muted); font-size: clamp(18px, 1.8vw, 21px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.hero-disclaimer { display: flex; align-items: flex-start; gap: 8px; max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 14px; }
.hero-disclaimer svg { margin-top: 1px; color: var(--pink); }
.hero-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 430px; margin: 42px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 1px; }
.hero-facts div + div { padding-inline-start: 24px; border-inline-start: 1px solid var(--line); }
.hero-facts dt { font-size: 24px; font-weight: 820; letter-spacing: -.05em; }
.hero-facts dd { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.45; letter-spacing: .035em; text-transform: uppercase; }

.hero-gallery { position: relative; min-height: 650px; isolation: isolate; }
.hero-gallery::before { content: ""; position: absolute; width: 440px; height: 440px; top: 90px; left: 50%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--pink) 24%, transparent), transparent 68%); transform: translateX(-50%); filter: blur(4px); }
.hero-gallery-shot { position: absolute; margin: 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--line) 76%, transparent); border-radius: 30px; background: var(--panel); box-shadow: var(--shadow); }
.hero-gallery-shot img { width: 100%; height: auto; display: block; }
.hero-gallery-shot-main { width: 300px; top: 4px; left: 50%; z-index: 3; padding: 8px; transform: translateX(-50%); }
.hero-gallery-shot-main img { border-radius: 23px; }
.hero-gallery-shot-library, .hero-gallery-shot-cast { width: 190px; z-index: 1; padding: 6px; opacity: .94; }
.hero-gallery-shot-library { left: 2px; bottom: 28px; transform: rotate(-5deg); }
.hero-gallery-shot-cast { right: 0; top: 98px; transform: rotate(5deg); }
.hero-gallery-shot-library img, .hero-gallery-shot-cast img { border-radius: 23px; }
.platform-ribbon { padding: 23px 0 26px; border-block: 1px solid var(--line); background: var(--surface); }
.platform-ribbon .container { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 26px; }
.platform-ribbon p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 760; line-height: 1.45; letter-spacing: .075em; text-transform: uppercase; }
.platform-ribbon-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 5px; margin: 0; padding: 0; list-style: none; }
.platform-label { min-width: 0; display: grid; justify-items: center; gap: 7px; padding: 8px 2px; color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.platform-label > span { height: 26px; display: grid; place-items: center; color: var(--ink); }

.sync-spotlight { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 38%, rgba(233, 30, 99, .22), transparent 32%), linear-gradient(135deg, #160b11, #2c0d1a 58%, #180a11); color: #fff8fb; }
.sync-spotlight::before { content: ""; position: absolute; width: 520px; height: 520px; top: -310px; right: -150px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255, 255, 255, .018), 0 0 0 180px rgba(255, 255, 255, .012); }
.sync-spotlight-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 94px; align-items: center; }
.sync-spotlight-copy h2 { max-width: 620px; margin: 0; font-size: clamp(2.75rem, 5vw, 5rem); line-height: .96; letter-spacing: -.07em; }
.sync-spotlight-lead { max-width: 650px; margin: 27px 0 31px; color: rgba(255, 248, 251, .7); font-size: 18px; }
.sync-proof-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.sync-proof-list li { display: flex; align-items: flex-start; gap: 9px; color: rgba(255, 248, 251, .9); font-size: 15px; font-weight: 680; }
.sync-proof-list svg { margin-top: 2px; color: var(--pink-bright); }
.sync-spotlight-note { display: flex; align-items: flex-start; gap: 8px; margin: 27px 0 0; color: rgba(255, 248, 251, .72); font-size: 13px; }
.sync-spotlight-note svg { margin-top: 1px; color: var(--pink-bright); }
.sync-map { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; align-items: stretch; padding: 35px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 34px; background: rgba(255, 255, 255, .045); box-shadow: 0 38px 90px rgba(0, 0, 0, .26); backdrop-filter: blur(18px); }
.sync-hub { grid-column: 1 / -1; justify-self: center; width: min(100%, 360px); display: grid; justify-items: center; gap: 5px; margin-bottom: 36px; padding: 24px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 23px; background: linear-gradient(135deg, rgba(233, 30, 99, .29), rgba(255, 255, 255, .07)); text-align: center; box-shadow: 0 18px 50px rgba(0, 0, 0, .2); }
.sync-hub > span { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 17px; background: var(--pink); box-shadow: 0 13px 32px rgba(233, 30, 99, .35); }
.sync-hub strong { font-size: 15px; }
.sync-hub small { color: rgba(255, 248, 251, .72); font-size: 12px; }
.sync-device { position: relative; min-width: 0; display: flex; align-items: center; gap: 11px; padding: 16px 13px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 17px; background: rgba(255, 255, 255, .055); }
.sync-device::before { content: ""; position: absolute; height: 37px; top: -37px; left: 50%; border-left: 1px dashed rgba(255, 63, 128, .65); }
.sync-device-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: rgba(255, 255, 255, .08); color: #fff; }
.sync-device > span:last-child { min-width: 0; display: grid; }
.sync-device strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.sync-device small { overflow: hidden; color: rgba(255, 248, 251, .72); font-size: 12px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.sync-line { display: none; }

.features-overview { padding-bottom: 70px; }
.features-overview .section-heading { margin-bottom: 0; }
.features-section { background: var(--surface-2); }
.feature-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-story { position: relative; min-height: 300px; grid-column: span 4; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 16px 44px rgba(79, 29, 55, .045); }
.feature-story-source, .feature-story-player { grid-column: span 7; }
.feature-story-sync, .feature-story-guide { grid-column: span 5; }
.feature-story-subtitles, .feature-story-offline { grid-column: span 6; }
.feature-card-head { display: flex; align-items: center; justify-content: space-between; }
.feature-index { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.icon-chip { width: 49px; height: 49px; display: inline-grid; place-items: center; border-radius: 15px; background: var(--pink-soft); color: var(--pink); }
.feature-story h3 { max-width: 520px; margin: 27px 0 10px; font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.06; letter-spacing: -.046em; }
.feature-story p { max-width: 600px; margin: 0; color: var(--muted); }
.source-stack, .player-feature-pills, .platform-source-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.source-stack span, .player-feature-pills span, .platform-source-row span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--surface); font-size: 13px; font-weight: 740; }
.mini-check-list { display: grid; gap: 6px; margin: 20px 0 0; padding: 0; list-style: none; }
.mini-check-list li { position: relative; padding-inline-start: 21px; color: var(--muted); font-size: 14px; }
.mini-check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--pink); font-weight: 900; }
.language-wave { display: flex; align-items: flex-end; gap: 5px; margin-top: 24px; }
.language-wave span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--muted); font-size: 11px; font-weight: 800; }
.language-wave span:nth-child(2), .language-wave span:nth-child(4) { transform: translateY(7px); }
.player-feature-pills span { display: inline-flex; align-items: center; gap: 5px; }
.guide-mini { display: grid; grid-template-columns: 42px repeat(3, 1fr); gap: 5px; max-width: 380px; margin-top: 25px; }
.guide-mini b { color: var(--muted); font-size: 11px; font-weight: 700; }
.guide-mini > span { grid-column: 2 / -1; height: 1px; background: var(--line); }
.guide-mini i { height: 23px; border-radius: 5px; background: var(--pink-soft); }

.screenshots-section { background: var(--surface-2); }
.showcase-tabs { width: max-content; display: flex; align-items: center; gap: 5px; margin: -8px auto 38px; padding: 5px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: var(--shadow-sm); }
.showcase-tab { min-width: 132px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 0; border-radius: 12px; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 14px; font-weight: 760; transition: color .2s, background .2s, box-shadow .2s, transform .2s; }
.showcase-tab:hover { color: var(--ink); }
.showcase-tab[aria-selected="true"] { background: var(--panel); color: var(--accent-text); box-shadow: 0 7px 22px rgba(78, 25, 52, .09); }
.showcase-tab:active { transform: scale(.98); }
.showcase-panel[hidden] { display: none; }
.showcase-grid { display: grid; grid-auto-flow: column; gap: 18px; padding: 5px 2px 30px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-color: var(--pink) var(--surface-3); }
.showcase-grid:focus-visible { border-radius: 18px; }
.showcase-grid-mobile { grid-auto-columns: minmax(210px, 254px); }
.showcase-grid-tablet, .showcase-grid-tv { grid-auto-columns: minmax(680px, 84%); }
.showcase-frame { min-width: 0; padding: 7px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: 0 18px 50px rgba(79, 29, 55, .09); scroll-snap-align: start; }
.showcase-frame img { width: 100%; height: auto; display: block; border-radius: 18px; object-fit: contain; }
.showcase-grid-mobile .showcase-frame { border-radius: 31px; }
.showcase-grid-mobile .showcase-frame img { height: auto; border-radius: 24px; }

.workflow-section { background: var(--workflow-bg); color: var(--workflow-ink); }
.workflow-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.workflow-copy { position: sticky; top: 120px; }
.workflow-copy .eyebrow { color: var(--workflow-accent); }
.workflow-copy > p:last-child { color: var(--workflow-muted); }
.steps-grid { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps-grid li { display: grid; grid-template-columns: 66px 1fr; gap: 25px; padding: 38px 0; border-top: 1px solid var(--workflow-line); }
.steps-grid li:last-child { border-bottom: 1px solid var(--workflow-line); }
.steps-grid li > span { color: var(--workflow-accent); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.steps-grid h3 { margin: 0 0 9px; font-size: 25px; letter-spacing: -.04em; }
.steps-grid p { margin: 0; color: var(--workflow-muted); }

.download-section { background: var(--surface); }
.download-panel { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 74px; padding: 76px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, #940d3b, #df1558 48%, #f14c84); color: #fff; box-shadow: 0 34px 90px rgba(233, 30, 99, .24); }
.download-panel::before, .download-panel::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .19); border-radius: 50%; }
.download-panel::before { width: 430px; height: 430px; right: -140px; top: -250px; }
.download-panel::after { width: 250px; height: 250px; left: -120px; bottom: -155px; }
.download-copy, .store-badge-grid { position: relative; z-index: 1; }
.download-copy .eyebrow, .download-copy > p { color: rgba(255, 255, 255, .77); }
.download-note { display: flex; align-items: center; gap: 7px; margin-top: 21px; color: rgba(255, 255, 255, .88); font-size: 13px; }
.store-badge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.store-badge-grid > a { min-height: 84px; display: flex; align-items: center; justify-content: center; padding: 12px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 17px; background: rgba(63, 0, 24, .21); backdrop-filter: blur(10px); transition: transform .2s, background .2s; }
.store-badge-grid > a:hover { transform: translateY(-2px); background: rgba(63, 0, 24, .32); }
.store-badge-grid img { display: block; max-width: 150px; max-height: 48px; object-fit: contain; }
.download-tv-row { grid-column: 1 / -1; display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; margin-top: 5px; color: rgba(255, 255, 255, .9); font-size: 12px; font-weight: 700; }
.download-tv-row span { display: inline-flex; align-items: center; gap: 6px; }
.direct-install-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; margin-top: 24px; padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface-2); }
.direct-install-heading h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.02; letter-spacing: -.055em; }
.direct-install-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.direct-install-grid { display: grid; gap: 13px; }
.direct-install-card { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.direct-install-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; gap: 3px; border-radius: 15px; background: var(--pink-soft); color: var(--pink); }
.direct-install-tv-icons svg { width: 20px; height: 20px; }
.direct-install-card h3 { margin: 0 0 4px; font-size: 16px; letter-spacing: -.025em; }
.direct-install-card p { margin: 0; color: var(--muted); font-size: 14px; }
.direct-install-actions { display: grid; justify-items: stretch; gap: 7px; min-width: 225px; }
.direct-install-actions .button { min-height: 44px; padding: 9px 13px; font-size: 14px; }
.downloader-code { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 12px; }
.downloader-code strong { color: var(--accent-text); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 16px; letter-spacing: .07em; }

.page-hero, .platform-hero { padding: 180px 0 96px; background: radial-gradient(circle at 50% 0, color-mix(in srgb, var(--pink) 13%, transparent), transparent 45%), var(--surface-2); text-align: center; }
.page-hero h1, .platform-hero h1 { margin: 0; font-size: clamp(3rem, 6.5vw, 6rem); line-height: .95; letter-spacing: -.075em; }
.page-hero .narrow > p:last-of-type, .platform-hero-copy > p { color: var(--muted); font-size: 19px; }
.page-hero-actions { justify-content: center; margin-top: 31px; }
.feature-jump { position: sticky; top: 77px; z-index: 40; border-block: 1px solid var(--line); background: var(--header); backdrop-filter: blur(18px); }
.feature-jump .container { display: flex; justify-content: center; gap: 44px; overflow-x: auto; }
.feature-jump a { padding: 17px 3px; color: var(--muted); font-size: 14px; font-weight: 740; white-space: nowrap; }
.feature-jump a:hover { color: var(--accent-text); }
.feature-chapter { scroll-margin-top: 130px; }
.feature-chapter-tint { background: var(--surface-2); }
.feature-chapter-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; align-items: start; }
.feature-chapter header { position: sticky; top: 145px; }
.chapter-number { display: block; margin-bottom: 45px; color: var(--chapter-number); font-size: 70px; font-weight: 850; line-height: 1; letter-spacing: -.08em; }
.feature-chapter h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 3.7rem); line-height: 1.02; letter-spacing: -.06em; }
.feature-chapter header > p:last-child { color: var(--muted); font-size: 17px; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 52px 1fr; gap: 23px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.capability-list h3 { margin: 2px 0 8px; font-size: 20px; letter-spacing: -.035em; }
.capability-list p { margin: 0; color: var(--muted); }
.capability-list .source-stack { margin-top: 17px; }

.platform-hero { text-align: start; }
.platform-hero-grid { display: grid; grid-template-columns: 1fr 395px; gap: 94px; align-items: center; }
.platform-hero-copy { max-width: 760px; }
.platform-hero-icon { display: flex; align-items: center; gap: 14px; margin-bottom: 35px; color: var(--ink); }
.platform-source-row { margin: 25px 0; }
.platform-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 25px; }
.store-badge-link { display: inline-flex; }
.store-badge-link img { width: auto; height: 55px; display: block; }
.platform-hero-actions .text-link { margin: 0; }
.platform-disclaimer { display: flex; align-items: center; gap: 7px; margin-top: 24px !important; font-size: 14px !important; }
.platform-disclaimer svg { color: var(--pink); }
.platform-shot-wrap { position: relative; display: grid; justify-items: center; }
.platform-shot { width: 260px; padding: 9px; border: 1px solid var(--line); border-radius: 36px; background: var(--panel); box-shadow: var(--shadow); transform: rotate(2deg); }
.platform-shot img { display: block; border-radius: 28px; }
.platform-shot-wrap > span { margin-top: 23px; color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.platform-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.platform-benefits article { min-height: 265px; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.platform-benefits article > span { color: var(--accent-text); font-size: 12px; font-weight: 850; }
.platform-benefits h2 { margin: 53px 0 10px; font-size: 22px; line-height: 1.1; letter-spacing: -.04em; }
.platform-benefits p { margin: 0; color: var(--muted); font-size: 14px; }
.platform-feature-band { border-block: 1px solid var(--line); background: var(--surface-2); }
.platform-feature-band .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.platform-feature-band span { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--muted); font-size: 14px; font-weight: 730; }
.platform-feature-band svg { color: var(--pink); }
.sideload-panel { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: 43px; border: 1px solid var(--line); border-radius: 27px; background: var(--surface-2); }
.sideload-panel h2 { margin: 0; font-size: 31px; letter-spacing: -.045em; }
.sideload-panel p { color: var(--muted); }
.sideload-actions { text-align: center; }
.sideload-actions strong { display: inline-block; margin-inline-start: 4px; color: var(--pink); font-family: ui-monospace, monospace; font-size: 19px; letter-spacing: .08em; }

.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-grid article, .detail-card { padding: 34px; border: 1px solid var(--line); border-radius: 23px; background: var(--panel); }
.detail-grid h2, .detail-card h2 { margin: 25px 0 9px; font-size: 22px; letter-spacing: -.04em; }
.detail-grid p, .detail-card p { color: var(--muted); }
.detail-grid article { align-self: stretch; }
.about-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.about-links .text-link { margin-top: 0; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--line); background: var(--surface-2); }
.footer-topline { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 50px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.footer-topline span { color: var(--accent-text); font-size: 13px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.footer-topline p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 2.1fr repeat(4, 1fr); gap: 48px; }
.footer-grid h2 { margin: 0 0 14px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { min-height: 32px; display: flex; align-items: center; margin: 2px 0; color: var(--muted); font-size: 14px; }
.footer-grid a:hover { color: var(--accent-text); text-decoration: underline; text-underline-offset: .2em; }
.footer-brand > p { max-width: 420px; color: var(--muted); }
.player-notice { font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.legal-content { padding: 40px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.legal-content h2, .legal-content h3 { margin-top: 32px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--accent-text); text-decoration: underline; }

/* Editorial blog index */
.blog-hub-hero { position: relative; padding: 142px 0 92px; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, var(--surface) 0%, var(--surface-2) 66%, color-mix(in srgb, var(--pink-soft) 72%, var(--surface-2)) 100%); }
.blog-hub-hero::before { content: ""; position: absolute; width: 620px; height: 620px; inset: -370px -180px auto auto; border: 1px solid color-mix(in srgb, var(--pink) 16%, transparent); border-radius: 50%; box-shadow: 0 0 0 80px color-mix(in srgb, var(--pink) 3%, transparent), 0 0 0 160px color-mix(in srgb, var(--pink) 2%, transparent); }
.blog-hub-glow { position: absolute; width: 520px; height: 230px; inset: auto auto -170px 8%; border-radius: 50%; background: color-mix(in srgb, var(--pink) 13%, transparent); filter: blur(75px); pointer-events: none; }
.blog-hub-heading { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); align-items: end; gap: 38px 76px; }
.blog-hub-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.blog-hub-heading h1 { max-width: 900px; margin: 0; font-size: clamp(3.8rem, 7.2vw, 6.8rem); line-height: .92; letter-spacing: -.078em; text-wrap: balance; }
.blog-hub-deck { max-width: 34ch; margin: 0 0 7px; padding: 7px 0 7px 27px; border-inline-start: 2px solid var(--pink); color: var(--muted); font-size: clamp(18px, 1.7vw, 21px); line-height: 1.55; text-wrap: pretty; }
.blog-hub-content { padding: 72px 0 112px; background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%); }
.blog-featured-card { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr); overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--panel); box-shadow: var(--shadow); transition: transform .25s, border-color .25s, box-shadow .25s; }
.blog-featured-card:hover { border-color: color-mix(in srgb, var(--pink) 70%, var(--line)); box-shadow: 0 30px 80px color-mix(in srgb, var(--pink) 12%, transparent); transform: translateY(-4px); }
.blog-featured-media { position: relative; min-height: 500px; overflow: hidden; background: var(--surface-3); }
.blog-featured-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.blog-featured-card:hover .blog-featured-media img { transform: scale(1.025); }
.blog-featured-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(21,7,14,.58)); pointer-events: none; }
.blog-featured-category { position: absolute; bottom: 25px; inset-inline-start: 25px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(20,8,14,.68); color: #fff; font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.blog-featured-copy { min-width: 0; display: flex; flex-direction: column; padding: clamp(38px, 5vw, 64px); }
.blog-featured-rule { width: 42px; height: 3px; display: block; margin-bottom: 30px; border-radius: 3px; background: linear-gradient(90deg, var(--pink), var(--pink-bright)); }
.blog-featured-copy h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.01; letter-spacing: -.062em; text-wrap: balance; }
.blog-featured-excerpt { margin-top: 25px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.blog-featured-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-top: auto; padding-top: 38px; }
.blog-featured-meta { display: grid; justify-content: start; gap: 7px; margin: 0; padding: 0; }
.blog-featured-meta > span { display: inline-flex; align-items: center; gap: 6px; }
.blog-featured-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-text); font-size: 15px; font-weight: 820; text-decoration: underline; text-underline-offset: .22em; }
.blog-featured-link svg, .blog-card-link svg { transition: transform .2s; }
.blog-featured-card:hover .blog-featured-link svg, .blog-index-card:hover .blog-card-link svg { transform: translateX(4px); }
.blog-index-heading { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 32px; margin: 92px 0 32px; }
.blog-index-heading .eyebrow { margin-bottom: 8px; }
.blog-index-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.06em; }
.blog-index-heading-line { height: 1px; margin-bottom: 9px; background: linear-gradient(90deg, var(--line-strong), transparent); }
.blog-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.blog-index-card { min-width: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); box-shadow: var(--shadow-sm); transition: transform .22s, border-color .22s, box-shadow .22s; }
.blog-index-card:hover { border-color: color-mix(in srgb, var(--pink) 65%, var(--line)); box-shadow: 0 22px 55px color-mix(in srgb, var(--pink) 9%, transparent); transform: translateY(-4px); }
.blog-index-card-media { position: relative; aspect-ratio: 1.85; overflow: hidden; background: var(--surface-3); }
.blog-index-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.blog-index-card:hover .blog-index-card-media img { transform: scale(1.035); }
.blog-index-card-media .blog-card-category { position: absolute; top: 20px; inset-inline-start: 20px; border: 1px solid color-mix(in srgb, var(--pink) 18%, transparent); box-shadow: 0 8px 24px rgba(30,8,18,.12); }
.blog-index-card-copy { min-width: 0; display: flex; flex-direction: column; padding: 28px 30px 30px; }
.blog-index-card h3 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; }
.blog-index-card-excerpt { display: -webkit-box; margin-top: 15px; overflow: hidden; color: var(--muted); font-size: 15px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-index-card .blog-card-meta { margin-top: auto; padding-top: 28px; }
.blog-index-card .blog-card-link { margin-top: 14px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 23px; background: var(--panel); box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s; }
.blog-card:hover { transform: translateY(-4px); border-color: var(--pink); }
.blog-card h2, .blog-card h3 { margin: 17px 0 12px; font-size: 22px; line-height: 1.18; letter-spacing: -.03em; }
.blog-card p { margin: 0; color: var(--muted); }
.blog-card-category { align-self: flex-start; padding: 6px 9px; border-radius: 999px; background: var(--pink-soft); color: var(--accent-text); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 25px; color: var(--muted); font-size: 13px; }
.blog-card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 17px; color: var(--accent-text); font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.blog-card-small { min-height: 210px; }

/* Editorial article experience */
.article-progress { position: fixed; top: 77px; right: 0; left: 0; z-index: 1001; height: 3px; pointer-events: none; background: transparent; }
.article-progress span { width: 0; height: 100%; display: block; background: linear-gradient(90deg, var(--pink), var(--pink-bright)); box-shadow: 0 0 14px color-mix(in srgb, var(--pink) 65%, transparent); transition: width .08s linear; }
.article-hero { position: relative; padding: 148px 0 92px; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, var(--surface) 0%, var(--surface-2) 58%, color-mix(in srgb, var(--pink-soft) 68%, var(--surface-2)) 100%); }
.article-hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -340px; top: -300px; border: 1px solid color-mix(in srgb, var(--pink) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 90px color-mix(in srgb, var(--pink) 3%, transparent), 0 0 0 180px color-mix(in srgb, var(--pink) 2%, transparent); }
.article-hero-glow { position: absolute; width: 520px; height: 360px; left: 8%; bottom: -250px; border-radius: 50%; background: color-mix(in srgb, var(--pink) 13%, transparent); filter: blur(80px); pointer-events: none; }
.article-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); align-items: center; gap: clamp(56px, 7vw, 104px); }
.article-hero-copy { min-width: 0; }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: var(--muted); font-size: 13px; font-weight: 680; }
.article-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; text-decoration: underline; text-underline-offset: .2em; }
.article-breadcrumb span:last-child { max-width: 28ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-kicker { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 11px; border: 1px solid color-mix(in srgb, var(--pink) 22%, var(--line)); border-radius: 999px; background: color-mix(in srgb, var(--pink-soft) 76%, transparent); color: var(--accent-text); font-size: 12px; font-weight: 840; letter-spacing: .1em; text-transform: uppercase; }
.article-hero h1 { max-width: 850px; margin: 22px 0 24px; font-size: clamp(3rem, 5.25vw, 5.65rem); line-height: .96; letter-spacing: -.073em; text-wrap: balance; }
.article-deck { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 21px); line-height: 1.55; text-wrap: pretty; }
.article-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 22px 30px; margin-top: 38px; }
.article-author { min-height: 52px; display: flex; align-items: center; gap: 12px; padding-inline-end: 29px; border-inline-end: 1px solid var(--line); }
.article-author img { border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm); }
.article-author span { display: grid; line-height: 1.25; }
.article-author small { color: var(--muted); font-size: 12px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.article-author strong { margin-top: 3px; font-size: 14px; }
.article-meta-stack { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 17px; color: var(--muted); font-size: 13px; }
.article-meta-stack > * { display: inline-flex; align-items: center; gap: 7px; }
.article-cover { position: relative; margin: 0; padding: 9px; border: 1px solid color-mix(in srgb, var(--line-strong) 70%, transparent); border-radius: 31px; background: color-mix(in srgb, var(--panel) 92%, transparent); box-shadow: var(--shadow); transform: rotate(1.25deg); }
.article-cover::before { content: ""; position: absolute; inset: -13px 30px 35%; z-index: -1; border-radius: inherit; background: color-mix(in srgb, var(--pink) 19%, transparent); filter: blur(36px); }
.article-cover-media { overflow: hidden; border-radius: 23px; background: var(--surface-3); }
.article-cover-media img { width: 100%; aspect-ratio: 1.22; display: block; object-fit: cover; }
.article-cover figcaption { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 12px 1px; color: var(--muted); font-size: 12px; font-weight: 740; letter-spacing: .06em; text-transform: uppercase; }
.article-cover figcaption span:first-child { color: var(--accent-text); }

.article-shell { display: grid; grid-template-columns: 224px minmax(0, 790px); justify-content: center; gap: clamp(54px, 7vw, 88px); padding-block: 88px 112px; }
.article-rail { position: sticky; top: 108px; min-width: 0; max-height: calc(100vh - 126px); align-self: start; display: flex; flex-direction: column; }
.article-toc { max-height: calc(100vh - 265px); overflow: auto; padding: 20px 0 20px 20px; border-inline-start: 1px solid var(--line-strong); scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
.article-toc-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; margin-bottom: 10px; color: var(--accent-text); font-size: 12px; font-weight: 840; letter-spacing: .09em; list-style: none; text-transform: uppercase; cursor: pointer; }
.article-toc-heading::-webkit-details-marker { display: none; }
.article-toc:not([open]) .article-toc-heading { margin-bottom: 0; }
.article-toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.article-toc li { counter-increment: toc; }
.article-toc a { position: relative; display: block; padding: 8px 8px 8px 0; color: var(--muted); font-size: 13px; font-weight: 620; line-height: 1.4; transition: color .2s, transform .2s; }
.article-toc a::before { content: "0" counter(toc); display: inline-block; width: 26px; color: var(--line-strong); font-size: 11px; font-variant-numeric: tabular-nums; }
.article-toc a::after { content: ""; position: absolute; width: 2px; top: 6px; bottom: 6px; left: -21px; border-radius: 2px; background: var(--pink); opacity: 0; }
.article-toc a:hover, .article-toc a.is-active { color: var(--ink); transform: translateX(3px); }
.article-toc a.is-active::after { opacity: 1; }
.article-share { margin-top: 18px; padding: 18px 0 0 20px; border-inline-start: 1px solid var(--line); }
.article-share-label { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.article-share-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.article-share-actions a, .article-share-actions button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: var(--ink); font: 760 12px/1 Inter, sans-serif; cursor: pointer; transition: border-color .2s, color .2s, transform .2s; }
.article-share-actions a:hover, .article-share-actions button:hover { color: var(--accent-text); border-color: var(--pink); transform: translateY(-2px); }

.blog-article-main { min-width: 0; }
.blog-content { color: var(--ink-soft); font-size: 18px; line-height: 1.78; }
.blog-content > p:first-child { margin-top: 0; color: var(--ink); font-size: clamp(21px, 2vw, 24px); font-weight: 530; line-height: 1.55; letter-spacing: -.018em; }
.blog-content p { margin: 0 0 1.45em; }
.blog-content h2 { position: relative; margin: 3.2em 0 .85em; padding-top: .25em; color: var(--ink); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; letter-spacing: -.052em; text-wrap: balance; scroll-margin-top: 112px; }
.blog-content h2::before { content: ""; width: 38px; height: 3px; display: block; margin-bottom: 22px; border-radius: 3px; background: linear-gradient(90deg, var(--pink), var(--pink-bright)); }
.blog-content h3 { margin: 2.4em 0 .7em; color: var(--ink); font-size: 1.45rem; line-height: 1.2; letter-spacing: -.025em; }
.blog-content strong { color: var(--ink); }
.blog-content a { color: var(--accent-text); font-weight: 590; text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .18em; }
.blog-content a:hover { color: var(--accent-hover); }
.blog-content ul, .blog-content ol { margin: 0 0 1.7em; padding-inline-start: 1.35em; }
.blog-content li { margin: .55em 0; padding-inline-start: .25em; }
.blog-content li::marker { color: var(--pink); font-weight: 800; }
.blog-content blockquote { position: relative; margin: 34px 0 48px; padding: 27px 29px 25px 31px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--pink) 24%, var(--line)); border-radius: 22px; background: linear-gradient(135deg, color-mix(in srgb, var(--pink-soft) 85%, var(--panel)), var(--panel)); box-shadow: var(--shadow-sm); }
.blog-content blockquote::before { content: ""; position: absolute; width: 5px; inset: 0 auto 0 0; background: linear-gradient(var(--pink-bright), var(--pink-deep)); }
.blog-content blockquote p { margin: 0; color: var(--ink); }
.blog-content blockquote ul { margin: 13px 0 0; }
.blog-content img { width: calc(100% + 74px); max-width: none; display: block; margin: 42px -37px 48px; border: 1px solid var(--line); border-radius: 25px; background: var(--surface-2); box-shadow: var(--shadow-sm); }
.blog-content table { width: 100%; margin: 38px 0 46px; overflow: hidden; border: 1px solid var(--line); border-spacing: 0; border-collapse: separate; border-radius: 18px; background: var(--panel); font-size: 14px; line-height: 1.45; }
.blog-content th, .blog-content td { padding: 15px 16px; border: 0; border-bottom: 1px solid var(--line); text-align: start; vertical-align: top; }
.blog-content th { background: var(--surface-3); color: var(--ink); font-size: 11px; font-weight: 820; letter-spacing: .06em; text-transform: uppercase; }
.blog-content tr:last-child td { border-bottom: 0; }
.blog-content td + td, .blog-content th + th { border-inline-start: 1px solid var(--line); }
.blog-content pre { margin: 36px 0 44px; overflow-x: auto; padding: 25px; border: 1px solid #402430; border-radius: 20px; background: #160d14; color: #fff6fa; box-shadow: 0 20px 50px rgba(23, 7, 15, .2); font-size: 14px; line-height: 1.65; }
.blog-content code:not(pre code) { padding: .16em .38em; border: 1px solid var(--line); border-radius: 6px; background: var(--surface-3); color: var(--accent-text); font-size: .88em; }
.article-end-mark { display: flex; align-items: center; gap: 15px; margin: 73px 0 34px; }
.article-end-mark span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--line-strong)); }
.article-end-mark span:last-child { background: linear-gradient(90deg, var(--line-strong), transparent); }
.article-end-mark img { border-radius: 10px; opacity: .9; }
.blog-cta { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 23px; padding: 32px; overflow: hidden; border: 1px solid color-mix(in srgb, #fff 18%, transparent); border-radius: 27px; background: radial-gradient(circle at 12% 5%, rgba(255,255,255,.13), transparent 28%), linear-gradient(135deg, #b41048, #7e082e); color: #fff; box-shadow: 0 28px 70px rgba(139, 8, 52, .25); }
.blog-cta-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 19px; background: rgba(255,255,255,.1); }
.blog-cta-icon img { border-radius: 14px; }
.blog-cta .eyebrow { margin-bottom: 6px; color: rgba(255,255,255,.76); font-size: 12px; }
.blog-cta h2 { margin: 0; font-size: clamp(24px, 3vw, 31px); letter-spacing: -.04em; }
.blog-cta p { margin: 5px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }
.article-author-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; margin-top: 20px; padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); box-shadow: var(--shadow-sm); }
.article-author-card > img { border: 1px solid var(--line); border-radius: 18px; }
.article-author-card > span { display: grid; }
.article-author-card small { color: var(--accent-text); font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.article-author-card strong { margin-top: 3px; font-size: 16px; }
.article-author-card em { margin-top: 5px; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.45; }
.article-author-card > svg { color: var(--accent-text); }
.blog-disclaimer { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.blog-disclaimer svg { margin-top: 2px; color: var(--accent-text); }
.article-related { padding: 90px 0 112px; border-top: 1px solid var(--line); background: var(--surface-2); }
.article-related-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.article-related-heading .eyebrow { margin-bottom: 8px; }
.article-related-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.055em; }
.article-related-heading .text-link { margin: 0 0 6px; }
.blog-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-related .blog-card { min-height: 280px; }
.article-related .blog-card p { font-size: 14px; }
.author-hero { text-align: center; }
.author-hero img { margin: 0 auto 20px; border-radius: 24px; }
.author-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 55px; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-actions { display: flex; gap: 8px; }
  .mobile-menu { display: block; border-top: 1px solid var(--line); background: var(--header); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu-inner { display: grid; gap: 3px; padding-block: 14px 23px; }
  .mobile-menu-inner > a:not(.button) { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; font-weight: 680; }
  .mobile-menu-inner .language-select { margin: 4px 0 12px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 830px; margin-inline: auto; text-align: center; }
  .hero-eyebrow, .hero-actions, .hero-disclaimer { justify-content: center; margin-inline: auto; }
  .hero-lead, .hero-facts { margin-inline: auto; }
  .hero-gallery { width: min(680px, 100%); margin-inline: auto; }
  .platform-ribbon .container { grid-template-columns: 1fr; text-align: center; }
  .platform-ribbon-grid { grid-template-columns: repeat(4, 1fr); }
  .sync-spotlight-grid { grid-template-columns: 1fr; gap: 56px; }
  .sync-spotlight-copy { max-width: 760px; }
  .download-panel { grid-template-columns: 1fr; gap: 48px; }
  .direct-install-panel { grid-template-columns: 1fr; gap: 35px; }
  .workflow-shell, .feature-chapter-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); }
  .footer-grid > div:nth-child(5) { grid-column: 2; }
  .platform-hero-grid { grid-template-columns: 1fr 310px; gap: 55px; }
  .blog-hub-heading { grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); gap: 30px 48px; }
  .blog-featured-card { grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr); }
  .blog-featured-media { min-height: 450px; }
  .blog-featured-copy { padding: 40px; }
  .blog-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr); gap: 50px; }
  .article-hero h1 { font-size: clamp(3rem, 6.3vw, 4.8rem); }
  .article-shell { grid-template-columns: 190px minmax(0, 740px); gap: 44px; }
  .article-toc { padding-inline-start: 16px; }
  .article-toc a::after { left: -17px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 82px 0; }
  .section.compact { padding: 56px 0; }
  .nav-shell { min-height: 69px; }
  .brand span { font-size: 16px; }
  .hero { padding: 121px 0 60px; }
  .hero-eyebrow { max-width: 34ch; font-size: 11px; line-height: 1.55; letter-spacing: .1em; text-align: center; }
  .status-dot { flex: 0 0 auto; }
  .hero h1 { max-width: 100%; font-size: clamp(2.4rem, 10.5vw, 3.7rem); line-height: .97; letter-spacing: -.065em; overflow-wrap: anywhere; }
  .hero-lead { width: 100%; max-width: 34ch; margin-top: 24px; font-size: 17px; }
  .hero-actions, .hero-disclaimer { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-facts { margin-top: 32px; }
  .hero-facts div + div { padding-inline-start: 12px; }
  .hero-facts dt { font-size: 20px; }
  .hero-facts dd { font-size: 12px; }
  .hero-gallery { min-height: 590px; }
  .hero-gallery-shot-main { width: 250px; }
  .hero-gallery-shot-library, .hero-gallery-shot-cast { width: 160px; }
  .hero-gallery-shot-library { left: 8px; bottom: 36px; }
  .hero-gallery-shot-cast { right: 8px; top: 105px; }
  .platform-ribbon-grid { grid-template-columns: repeat(4, 1fr); }
  .platform-label { font-size: 12px; }
  .sync-proof-list { grid-template-columns: 1fr; }
  .sync-map { grid-template-columns: 1fr; padding: 25px; }
  .sync-hub { grid-column: auto; margin-bottom: 18px; }
  .sync-device::before { height: 18px; top: -18px; }
  .sync-device strong, .sync-device small { overflow: visible; text-overflow: clip; white-space: normal; }
  .section-heading-split { grid-template-columns: 1fr; gap: 16px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .download-copy h2, .workflow-copy h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .feature-bento { grid-template-columns: 1fr; }
  .feature-story, .feature-story-source, .feature-story-sync, .feature-story-subtitles, .feature-story-player, .feature-story-guide, .feature-story-offline { grid-column: auto; min-height: auto; padding: 26px; }
  .workflow-shell, .feature-chapter-grid { grid-template-columns: 1fr; gap: 48px; }
  .showcase-tabs { width: 100%; margin-bottom: 27px; }
  .showcase-tab { min-width: 0; flex: 1; padding-inline: 10px; }
  .showcase-grid { gap: 15px; margin-inline: calc((100vw - 100%) / -2); padding: 3px max(15px, calc((100vw - 100%) / 2)) 24px; }
  .showcase-grid-mobile { grid-auto-columns: clamp(176px, 50vw, 210px); }
  .showcase-grid-tablet, .showcase-grid-tv { grid-auto-columns: minmax(300px, 88vw); }
  .workflow-copy, .feature-chapter header { position: static; }
  .chapter-number { margin-bottom: 25px; font-size: 54px; }
  .detail-grid { grid-template-columns: 1fr; }
  .download-panel { padding: 39px 24px; border-radius: 28px; }
  .direct-install-panel { padding: 28px 22px; }
  .direct-install-card { grid-template-columns: 44px 1fr; }
  .direct-install-actions { grid-column: 1 / -1; min-width: 0; }
  .store-badge-grid { grid-template-columns: 1fr; }
  .store-badge-grid > a { min-height: 74px; }
  .download-tv-row { grid-column: auto; }
  .page-hero, .platform-hero { padding: 132px 0 68px; }
  .feature-jump { top: 68px; }
  .feature-jump .container { justify-content: flex-start; gap: 30px; }
  .capability-list article { grid-template-columns: 44px 1fr; gap: 17px; }
  .capability-list .icon-chip { width: 44px; height: 44px; }
  .platform-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .platform-hero-icon, .platform-source-row, .platform-hero-actions, .platform-disclaimer { justify-content: center; }
  .platform-shot { width: 210px; }
  .platform-benefits { grid-template-columns: 1fr; }
  .platform-benefits article { min-height: auto; }
  .platform-benefits h2 { margin-top: 30px; }
  .platform-feature-band .container { grid-template-columns: 1fr 1fr; }
  .platform-feature-band span { justify-content: flex-start; }
  .sideload-panel { grid-template-columns: 1fr; padding: 28px; text-align: center; }
  .blog-hub-hero { padding: 116px 0 67px; }
  .blog-hub-heading { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .blog-hub-heading .eyebrow { grid-column: auto; }
  .blog-hub-heading h1 { max-width: 8ch; margin-inline: auto; font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .blog-hub-deck { max-width: 32ch; margin: 0 auto; padding: 0; border: 0; font-size: 17px; }
  .blog-hub-content { padding: 42px 0 82px; }
  .blog-featured-card { min-height: 0; grid-template-columns: 1fr; border-radius: 24px; }
  .blog-featured-media { min-height: 0; aspect-ratio: 1.5; }
  .blog-featured-category { bottom: 17px; inset-inline-start: 17px; }
  .blog-featured-copy { padding: 27px 25px 29px; }
  .blog-featured-rule { margin-bottom: 20px; }
  .blog-featured-copy h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .blog-featured-excerpt { display: -webkit-box; margin-top: 18px; overflow: hidden; font-size: 15px; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .blog-featured-footer { grid-template-columns: 1fr; align-items: start; gap: 18px; padding-top: 25px; }
  .blog-featured-meta { display: flex; justify-content: space-between; }
  .blog-index-heading { grid-template-columns: 1fr; gap: 0; margin: 65px 0 25px; }
  .blog-index-heading-line { display: none; }
  .blog-index-grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-index-card { grid-template-columns: 128px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 232px; border-radius: 21px; }
  .blog-index-card-media { min-height: 100%; aspect-ratio: auto; }
  .blog-index-card-media .blog-card-category { top: 13px; inset-inline-start: 11px; max-width: calc(100% - 22px); padding: 5px 7px; font-size: 11px; line-height: 1.25; }
  .blog-index-card-copy { padding: 20px 19px; }
  .blog-index-card h3 { font-size: 19px; line-height: 1.16; }
  .blog-index-card-excerpt { margin-top: 10px; font-size: 14px; line-height: 1.5; -webkit-line-clamp: 2; }
  .blog-index-card .blog-card-meta { align-items: flex-start; flex-direction: column; gap: 5px; padding-top: 15px; font-size: 12px; }
  .blog-index-card .blog-card-link { margin-top: 10px; font-size: 13px; }
  .footer-topline { display: block; }
  .footer-topline p { margin-top: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(5) { grid-column: auto; }
  .footer-bottom { display: block; }
  .blog-card-grid, .blog-related-grid, .author-principles { grid-template-columns: 1fr; }
  .blog-card { min-height: auto; }
  .article-progress { top: 68px; }
  .article-hero { padding: 116px 0 66px; }
  .article-hero::before { width: 520px; height: 520px; right: -330px; top: -240px; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .article-breadcrumb { margin-bottom: 23px; }
  .article-hero h1 { margin-block: 18px 20px; font-size: clamp(2.7rem, 11vw, 4.7rem); }
  .article-deck { font-size: 17px; }
  .article-byline { align-items: flex-start; margin-top: 30px; }
  .article-author { padding-inline-end: 20px; }
  .article-cover { width: min(580px, 100%); margin-inline: auto; transform: none; }
  .article-cover-media img { aspect-ratio: 1.6; }
  .article-shell { grid-template-columns: 1fr; gap: 43px; padding-block: 48px 82px; }
  .article-rail { position: static; max-height: none; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 18px; }
  .article-toc { position: static; max-height: 320px; overflow: auto; padding: 19px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
  .article-toc a { min-height: 44px; display: flex; align-items: center; }
  .article-toc a::after { left: -20px; }
  .article-share { position: static; margin: 0; padding: 0; border: 0; }
  .article-share-label { display: none; }
  .article-share-actions { flex-direction: column; }
  .blog-content { font-size: 17px; line-height: 1.74; }
  .blog-content > p:first-child { font-size: 20px; }
  .blog-content h2 { margin-top: 2.7em; font-size: clamp(1.8rem, 8.5vw, 2.6rem); }
  .blog-content img { width: 100%; margin: 34px 0 40px; border-radius: 19px; }
  .blog-content blockquote { padding: 23px 22px 21px 25px; }
  .blog-cta { grid-template-columns: auto 1fr; padding: 27px 23px; }
  .blog-cta .button { grid-column: 1 / -1; width: 100%; }
  .blog-cta-icon { width: 58px; height: 58px; }
  .article-author-card { grid-template-columns: auto 1fr; }
  .article-author-card > svg { display: none; }
  .article-related { padding: 70px 0 82px; }
  .article-related-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .blog-content table { display: block; overflow-x: auto; }
}

@media (max-width: 430px) {
  .hero-gallery { min-height: 525px; }
  .hero-gallery-shot-main { width: 220px; }
  .hero-gallery-shot-library, .hero-gallery-shot-cast { width: 136px; }
  .hero-gallery-shot-library { left: -8px; bottom: 34px; }
  .hero-gallery-shot-cast { right: -8px; top: 120px; }
  .platform-ribbon-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-secondary-icon { display: none; }
  .blog-index-card { grid-template-columns: 112px minmax(0, 1fr); }
  .blog-index-card-copy { padding-inline: 16px; }
  .blog-index-card h3 { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .article-byline { display: grid; gap: 16px; }
  .article-author { padding: 0; border: 0; }
  .article-meta-stack { padding-top: 14px; border-top: 1px solid var(--line); }
  .article-rail { grid-template-columns: 1fr; }
  .article-share-actions { flex-direction: row; }
  .article-author-card { padding: 19px; }
  .article-author-card em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
