@font-face { font-family: "Albert Sans"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("/fonts/albert-sans-var.woff2") format("woff2"); }
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/SchibstedGrotesk_600SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Libre Caslon Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/libre-caslon-display-400.woff2") format("woff2"); }
@font-face { font-family: "Libre Caslon Text"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/libre-caslon-text-400.woff2") format("woff2"); }
@font-face { font-family: "Libre Caslon Text"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/libre-caslon-text-italic-400.woff2") format("woff2"); }
@font-face { font-family: "Libre Caslon Text"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/libre-caslon-text-700.woff2") format("woff2"); }

:root, :root[data-theme="light"] {
  color-scheme: light;
  --paper: #faf7f1;
  --paper-raised: #fffdf8;
  --ink: #191613;
  --ink-soft: #4e4840;
  --ink-faint: #6b645a;
  --line: #e4ddd1;
  --line-strong: #c9baa4;
  --green: #2f5233;
  --green-bright: #3e6b45;
  --green-soft: #e6ecda;
  --green-wash: #eef2e7;
  --shadow: rgba(74, 59, 38, .14);
  --font-chrome: "Schibsted Grotesk", "Albert Sans", sans-serif;
  --font-ui: "Albert Sans", system-ui, sans-serif;
  --font-display: "Libre Caslon Display", Georgia, serif;
  --font-text: "Libre Caslon Text", Georgia, serif;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #15110c;
  --paper-raised: #211a13;
  --ink: #f0e9dc;
  --ink-soft: #b6aa96;
  --ink-faint: #aa9d89;
  --line: #3a3022;
  --line-strong: #5b4c34;
  --green: #a1be89;
  --green-bright: #bdd39f;
  --green-soft: #2b3320;
  --green-wash: #232b1c;
  --shadow: rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { min-width: 320px; overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--font-ui); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { position: fixed; z-index: 0; inset: 0; pointer-events: none; content: ""; opacity: .22; background-image: radial-gradient(circle at 20% 20%, rgba(59,42,24,.08) 0 .6px, transparent .8px), radial-gradient(circle at 70% 80%, rgba(59,42,24,.06) 0 .5px, transparent .8px); background-size: 17px 19px, 23px 21px; }
:root[data-theme="dark"] body::before { opacity: .16; }
button, input, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--green) 72%, transparent); outline-offset: 4px; }
[hidden] { display: none !important; }
.site-shell { position: relative; z-index: 1; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.018em; }
.hero { padding-top: clamp(64px, 7vw, 96px); padding-bottom: clamp(54px, 6vw, 78px); }
.hero-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); align-items: end; gap: 18px 72px; margin-bottom: 38px; }
.page-label, .section-number { margin-bottom: 22px; color: var(--green); font-size: 12px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.hero-intro .page-label { grid-column: 1 / -1; margin-bottom: 0; }
h1 { grid-column: 1 / -1; max-width: none; margin-bottom: 0; font-size: var(--marketing-decision-title-size); line-height: var(--marketing-decision-title-line); letter-spacing: var(--marketing-decision-title-tracking); }
.hero-intro > p:last-child { max-width: 33ch; margin-bottom: 6px; color: var(--ink-soft); font-family: var(--font-text); font-size: 18px; line-height: 1.55; }
.start-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.start-route { position: relative; display: flex; min-height: 350px; flex-direction: column; padding: 26px 26px 23px; border: 1px solid var(--line-strong); background: var(--paper-raised); color: var(--ink); text-decoration: none; transition: border-color 140ms ease, background 140ms ease, transform 140ms ease; }
.start-route:first-child { border-radius: 18px 0 0 18px; }
.start-route:last-child { border-radius: 0 18px 18px 0; }
.start-route + .start-route { margin-left: -1px; }
.start-route:hover, .start-route:focus-visible { z-index: 1; border-color: var(--green); background: var(--green-wash); transform: translateY(-4px); }
.start-route-anki { background: color-mix(in srgb, var(--green-wash) 62%, var(--paper-raised)); }
.route-number { align-self: flex-end; color: var(--ink-faint); font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .12em; }
.route-audience { min-height: 36px; margin: 28px 0 13px; color: var(--green); font-size: 11px; font-weight: 760; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }
.start-route strong { max-width: 12ch; font-family: var(--font-display); font-size: clamp(27px, 2.5vw, 34px); font-weight: 400; line-height: 1.08; letter-spacing: -.018em; }
.start-route small { max-width: 35ch; margin-top: 16px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.route-proof { margin-top: auto; padding-top: 22px; color: var(--ink-faint); font-family: var(--font-text); font-size: 12px; }
.route-action { display: flex; justify-content: space-between; gap: 18px; margin-top: 12px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--green); font-size: 13px; font-weight: 720; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font-size: 15px; font-weight: 680; text-decoration: none; cursor: pointer; transition: background 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--green); color: var(--paper); }
.button-primary:hover, .button-primary:focus-visible { background: var(--green-bright); }
.button-quiet { border-color: var(--line); background: transparent; color: var(--ink); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--green); color: var(--green); }
.button-small { min-height: 40px; padding: 9px 15px; font-size: 13px; }
.text-link { padding: 0; border: 0; background: none; color: var(--green); font-size: 14px; font-weight: 680; text-decoration: none; cursor: pointer; }
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.path-section { padding-bottom: 0; }
.path-panels { border-bottom: 0; }
.path-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(55px, 8vw, 112px); align-items: center; padding: clamp(90px, 11vw, 142px) clamp(10px, 3vw, 42px); scroll-margin-top: 0; }
.path-panel + .path-panel { border-top: 1px solid var(--line); }
.site-shell > .open-close { padding-top: clamp(36px, 5vw, 64px); }
#path-decks { margin-inline: calc(50% - 50vw); padding-inline: max(32px, calc((100vw - 1160px) / 2 + 42px)); background: color-mix(in srgb, var(--green-wash) 52%, transparent); }
.panel-copy h2, .make-intro h2 { max-width: 620px; margin-bottom: 18px; font-size: var(--marketing-section-title-size); line-height: var(--marketing-section-title-line); letter-spacing: var(--marketing-section-title-tracking); }
.panel-copy > p:not(.section-number):not(.demo-note), .make-heading > p { max-width: 48ch; color: var(--ink-soft); font-size: var(--marketing-body-size); line-height: var(--marketing-body-line); }
.demo-note { margin: 14px 0 0; color: var(--ink-faint); font-size: 12px; }

.trust-list { display: grid; gap: 10px; margin: 30px 0; color: var(--ink-soft); font-size: 14px; }
.trust-list span { display: flex; align-items: center; gap: 9px; }
.trust-list i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 12px; font-style: normal; font-weight: 750; }
.anki-capture { position: relative; margin: 0; overflow: hidden; border: 1px solid #493b29; border-radius: 20px; background: #15110d; color: #eadfce; box-shadow: 0 24px 46px var(--shadow); }
.capture-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; border-bottom: 1px solid #493b29; color: #a5c887; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.capture-label span:last-child { color: #a99b86; font-weight: 550; letter-spacing: .05em; }
.anki-capture video { display: block; width: 100%; height: auto; background: #15110d; }
.anki-capture figcaption { padding: 13px 16px; border-top: 1px solid #493b29; color: #a99b86; font-size: 11px; }
.anki-file-route { margin: 0 16px 16px; padding-top: 13px; border-top: 1px solid #493b29; color: #a99b86; font-family: var(--font-text); font-size: 12px; }
.anki-file-route strong { color: #eadfce; }
.anki-file-route code { color: #a5c887; font-family: var(--font-ui); font-size: 11px; }
.anki-import-cta { width: calc(100% - 32px); margin: 0 16px 16px; }

.proof-row { display: flex; gap: 30px; margin: 31px 0 20px; }
.proof-row span { display: grid; }
.proof-row b { font-family: var(--font-display); font-size: 34px; font-weight: 400; line-height: 1; }
.proof-row small { color: var(--ink-faint); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.source-line { display: flex; align-items: center; gap: 8px; color: var(--ink-faint); font-size: 12px; }
.source-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.deck-cta { margin-top: 28px; }
.deck-preview { width: min(100%, 430px); display: grid; justify-self: center; gap: 13px; }
.deck-card { position: relative; aspect-ratio: .735; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 42px; overflow: hidden; border: 1px solid #cbbca5; border-radius: 28px; background-color: #f0e5d1; background-image: url('/assets/card/sand-tile-light.png'); background-position: 37% 61%; background-size: 650px 650px; color: #060504; box-shadow: 0 26px 50px rgba(29,21,12,.22); text-align: center; }
:root[data-theme="dark"] .deck-card { border-color: #4b3d2b; background-color: #261f16; background-image: url('/assets/card/sand-tile-dark.png'); color: #fbfaf7; box-shadow: 0 26px 50px rgba(0,0,0,.34); }
.deck-card-menu { position: absolute; top: 22px; right: 27px; color: currentColor; font: 700 14px/1 var(--font-ui); letter-spacing: 1px; opacity: .9; }
.deck-card > p:not(.deck-card-source) { max-width: 15ch; margin: 0 0 24px; font-family: var(--font-text); font-size: clamp(27px, 3vw, 34px); font-weight: 700; line-height: 1.25; }
.deck-card > p strong { color: var(--green-bright); }
.deck-card-rule { width: 45%; height: 1px; margin-bottom: 22px; background: var(--line-strong); }
.deck-card-source { margin: 0; font-family: var(--font-text); font-size: 15px; }
.deck-card-source a { color: var(--green-bright); text-underline-offset: 3px; }
.deck-stage { position: absolute; bottom: 25px; left: 28px; }
.deck-entry { margin-top: 34px; }
.deck-entry h3 { margin-bottom: 9px; font: 700 17px/1.3 var(--font-ui); letter-spacing: -.01em; }
.deck-entry p { max-width: 48ch; margin-bottom: 0; color: var(--ink-soft); font-size: var(--marketing-body-size); line-height: var(--marketing-body-line); }
.deck-entry + .source-line { margin-top: 28px; }
.deck-disclaimer { max-width: 46ch; margin-top: 18px; }

.make-panel { position: relative; display: block; padding-inline: 0; }
.path-deep-anchor { position: absolute; top: clamp(40px, 7vw, 96px); left: 0; }
.make-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .8fr); gap: clamp(50px, 9vw, 130px); align-items: end; margin-bottom: 48px; padding-inline: clamp(10px, 3vw, 42px); }
.make-intro .section-number { grid-column: 1 / -1; margin-bottom: -26px; }
.make-heading h2 { margin-bottom: 18px; }
.make-heading > p { margin: 0; }
.ai-cardmaking-callout { padding: 13px 15px; border-left: 2px solid var(--green); background: var(--green-wash); }
.ai-cardmaking-callout > span { display: block; margin-bottom: 5px; color: var(--green); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.ai-cardmaking-callout p { margin: 0; color: var(--ink-soft); font-family: var(--font-text); font-size: 14px; line-height: 1.45; }
.ai-cardmaking-callout a { display: inline-block; margin-top: 8px; color: var(--green); font-size: 12px; font-weight: 700; text-decoration: none; }
.ai-cardmaking-callout a:hover { text-decoration: underline; text-underline-offset: 3px; }
.composer { --app-bg: #f6f1e7; --app-surface: #fdfbf5; --app-field: #fdfbf5; --app-line: #e4dbc9; --app-line-strong: #cdc1ab; --app-text: #24201a; --app-muted: #564e3d; --app-faint: #6b645a; --app-green: #47673c; --app-green-soft: #e6ecda; --app-green-ink: #fff; --app-green-hover: #3b5a34; --app-card: #ede2ce; --app-card-text: #1c1a17; --app-card-texture: url('/assets/card/sand-tile-light.png'); --app-soil-line: #b5a689; --app-hover: #f2e8cf; --app-glyph: #6b645a; --app-focus: rgba(71,103,60,.13); --app-sunken: #efe8d9; width: min(100%, 980px); min-height: 620px; margin-inline: auto; overflow: hidden; border: 1px solid var(--app-line); border-radius: 22px; background: var(--app-bg); color: var(--app-text); box-shadow: 0 28px 60px var(--shadow); scroll-margin-top: 22px; }
:root[data-theme="dark"] .composer { --app-bg: #14100b; --app-surface: #1e1812; --app-field: #1e1812; --app-line: #3a3122; --app-line-strong: #52462f; --app-text: #efe9dc; --app-muted: #a89c87; --app-faint: #948876; --app-green: #8fb477; --app-green-soft: #28321f; --app-green-ink: #14110d; --app-green-hover: #a6c68f; --app-card: #221b13; --app-card-text: #ece4d4; --app-card-texture: url('/assets/card/sand-tile-dark.png'); --app-soil-line: #4a3e2d; --app-hover: #282112; --app-glyph: #948876; --app-focus: rgba(143,180,119,.13); --app-sunken: #0c0907; }
.type-chooser { width: min(720px, 100%); margin-inline: auto; padding: 54px 42px 70px; }
.chooser-back { margin-bottom: 31px; color: var(--app-muted); font-size: 14px; font-weight: 650; }
.type-chooser h3, .editor-head h3 { margin: 0 0 26px; font: 750 32px/1.1 var(--font-ui); letter-spacing: -.02em; }
.type-list { display: grid; gap: 18px; }
.type-choice { width: 100%; min-height: 104px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 17px; padding: 18px 25px; border: 1px solid var(--app-line); border-radius: 19px; background: var(--app-surface); color: var(--app-muted); text-align: left; cursor: pointer; transition: border-color 140ms ease, transform 140ms ease, background 140ms ease; }
.type-choice:hover { border-color: var(--app-green); background: var(--app-hover); transform: translateX(3px); }
.type-choice strong, .type-choice small { display: block; }
.type-choice strong { color: var(--app-text); font-size: 18px; font-weight: 690; }
.type-choice small { margin-top: 2px; color: var(--app-muted); font-size: 14px; }
.type-choice > span:last-child { font-size: 24px; }
.type-glyph { position: relative; display: block; width: 36px; height: 36px; color: var(--app-green); }
.type-glyph-basic { border: 2px solid currentColor; border-radius: 8px; }
.type-glyph-basic::before, .type-glyph-basic::after { position: absolute; right: 7px; left: 7px; height: 2px; border-radius: 2px; background: currentColor; content: ""; }
.type-glyph-basic::before { top: 10px; box-shadow: 0 7px 0 var(--app-glyph); }
.type-glyph-basic::after { bottom: 7px; right: 13px; }
.type-glyph-cloze::before { position: absolute; top: 8px; left: 0; width: 15px; height: 2px; background: var(--app-glyph); box-shadow: 0 9px 0 var(--app-glyph), 0 18px 0 var(--app-glyph); content: ""; }
.type-glyph-cloze::after { position: absolute; top: 4px; right: 0; width: 17px; height: 8px; border: 2px solid currentColor; border-radius: 8px; content: ""; }
.type-glyph-occlusion { border: 2px solid var(--app-glyph); border-radius: 7px; }
.type-glyph-occlusion::before { position: absolute; right: 5px; bottom: 5px; left: 5px; height: 13px; border-bottom: 2px solid var(--app-glyph); background: linear-gradient(135deg, transparent 42%, var(--app-glyph) 43% 48%, transparent 49%), linear-gradient(45deg, transparent 47%, var(--app-glyph) 48% 53%, transparent 54%); content: ""; }
.type-glyph-occlusion::after { position: absolute; top: 5px; right: 5px; width: 12px; height: 7px; border-radius: 3px; background: currentColor; content: ""; }

.composer-editor { width: min(880px, 100%); margin-inline: auto; padding: 48px 44px 62px; }
.editor-head { margin-bottom: 29px; }
.editor-head .text-link { margin-bottom: 28px; color: var(--app-muted); font-size: 14px; }
.editor-head h3 { margin-bottom: 0; }
.compose-view { display: grid; gap: 0; }
.demo-deck-field { display: grid; gap: 8px; margin-bottom: 22px; color: var(--app-muted); font-size: 12px; font-weight: 720; letter-spacing: .08em; }
.demo-deck-field > div { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 13px 18px; border: 1px solid #6e9657; border-radius: 12px; background: var(--app-field); color: var(--app-text); font-size: 16px; letter-spacing: 0; }
.demo-deck-field i { color: var(--app-green); font-style: normal; }
.field-grid { display: grid; gap: 21px; }
.field-grid label, .cloze-sentence { display: grid; gap: 8px; color: var(--app-muted); font-size: 12px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
textarea, input[type="text"] { width: 100%; border: 1px solid var(--app-line); border-radius: 13px; padding: 14px 16px; outline: none; background: var(--app-field); color: var(--app-text); font: 400 16px/1.45 var(--font-ui); resize: vertical; }
textarea:focus, input[type="text"]:focus { border-color: var(--app-green); box-shadow: 0 0 0 3px var(--app-focus); }
.preview-block { display: grid; justify-items: stretch; gap: 11px; margin: 27px 0; }
.preview-heading { color: var(--app-muted); font-size: 12px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.preview-block > .text-link { justify-self: center; color: var(--app-green); }
.mini-preview { min-height: 300px; display: grid; align-content: center; justify-items: center; gap: 17px; padding: 34px; border: 1px solid var(--app-line-strong); border-radius: 18px; background-color: var(--app-card); background-image: var(--app-card-texture); background-position: 63% 28%; background-size: 560px 560px; color: var(--app-card-text); text-align: center; }
.mini-preview .preview-front, .mini-preview .preview-back { max-width: 34ch; font-family: var(--font-text); font-size: 24px; line-height: 1.28; }
.mini-preview .preview-back { color: var(--app-green); }
.mini-preview .preview-divider { width: 40%; height: 1px; background: var(--app-soil-line); }
.mini-preview .preview-extra { color: var(--app-muted); font-family: var(--font-text); font-size: 13px; }
.preview-card-break { width: 72%; height: 1px; margin: 9px 0; background: var(--app-soil-line); }
.editor-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 6px; }
.composer .button-quiet { border-color: var(--app-line); color: var(--app-text); }
.composer .button-quiet:hover { border-color: var(--app-green); color: var(--app-green); }
.composer .button-primary { background: var(--app-green); color: var(--app-green-ink); }
.composer .button-primary:hover { background: var(--app-green-hover); }
.temporary-note { margin: 20px 0 0; color: var(--app-muted); font-size: 12px; text-align: center; }
.cloze-help { margin: 0 0 13px; color: var(--app-muted); font-size: 13px; }
.word-chips { display: flex; flex-wrap: wrap; gap: 8px; min-height: 40px; }
.word-chip { min-height: 36px; padding: 7px 11px; border: 1px solid var(--app-line); border-radius: 999px; background: var(--app-field); color: var(--app-muted); font-size: 13px; cursor: pointer; }
.word-chip:hover, .word-chip.is-blank { border-color: var(--app-green); background: var(--app-green-soft); color: var(--app-green); }
.word-chip.is-blank { font-weight: 690; }
.mode-switch { display: inline-flex; justify-self: start; gap: 4px; margin-top: 16px; padding: 3px; border: 1px solid var(--app-line); border-radius: 999px; background: var(--app-field); }
.mode-switch button { padding: 8px 13px; border-radius: 999px; background: transparent; color: var(--app-muted); font-size: 12px; cursor: pointer; }
.mode-switch button.is-active { background: var(--app-green); color: var(--app-green-ink); }
.mode-caption { margin: 8px 0 0; color: var(--app-muted); font-size: 12px; }

.occlusion-toolbar { margin-bottom: 12px; color: var(--app-muted); font-size: 13px; }
.occlusion-toolbar b { color: var(--app-text); font-weight: 550; }
.occlusion-canvas { position: relative; width: 100%; aspect-ratio: var(--image-ratio, 16 / 9); overflow: hidden; border: 1px solid var(--app-line); border-radius: 14px; background: var(--app-sunken); cursor: crosshair; touch-action: none; user-select: none; }
.occlusion-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.mask-layer, .draw-rect { position: absolute; inset: 0; pointer-events: none; }
.mask { position: absolute; border: 2px solid #72985a; border-radius: 6px; background: rgba(143,184,109,.54); pointer-events: auto; cursor: pointer; }
.mask:hover { background: rgba(143,184,109,.68); }
.mask-chip { position: absolute; top: 5px; left: 5px; display: grid; min-width: 24px; height: 22px; place-items: center; padding: 0 6px; border-radius: 999px; background: #789d60; color: #17120d; font-size: 10px; font-weight: 760; pointer-events: none; }
.draw-rect { border: 2px dashed #72985a; border-radius: 6px; background: rgba(143,184,109,.24); }
.mask-controls { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 9px; color: var(--app-muted); font-size: 12px; }
.mask-controls .mode-switch { margin-top: 13px; }
.image-credit { margin: 15px 0 0; color: var(--app-muted); font-size: 11px; line-height: 1.45; }
.image-credit a { color: var(--app-green); text-underline-offset: 2px; }
.occlusion-review-preview { position: relative; width: 100%; aspect-ratio: var(--image-ratio, 16 / 9); overflow: hidden; border: 1px solid var(--app-line-strong); border-radius: 18px; background: var(--app-card); }
.occlusion-review-preview img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.occlusion-review-preview .review-mask { position: absolute; border: 2px solid #72985a; border-radius: 4px; background: #8fb86d; }
.occlusion-review-preview.is-revealed .review-mask { background: rgba(143,184,109,.08); }

@media (max-width: 900px) {
  .hero-intro { grid-template-columns: 1fr; }
  .hero-intro > p:last-child { max-width: 48ch; }
  .path-panel { grid-template-columns: 1fr; gap: 48px; }
  .anki-capture { width: min(100%, 690px); }
  .deck-preview { justify-self: center; }
  .make-intro { grid-template-columns: 1fr; gap: 16px; }
  .make-intro .section-number { margin-bottom: 0; }
}

@media (max-width: 760px) {
  .start-routes { grid-template-columns: 1fr; }
  .start-route { min-height: 0; }
  .start-route:first-child { border-radius: 16px 16px 0 0; }
  .start-route:last-child { border-radius: 0 0 16px 16px; }
  .start-route + .start-route { margin-top: -1px; margin-left: 0; }
  .route-audience { min-height: 0; margin-top: 20px; }
  .route-proof { margin-top: 22px; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 40px, 1160px); }
  .hero { padding-top: 48px; padding-bottom: 54px; }
  .hero-intro { margin-bottom: 28px; }
  .start-route { padding: 22px 21px 20px; }
  .path-panel { padding: 72px 0; }
  #path-decks { padding-inline: 20px; }
  .deck-card { padding-inline: 28px; }
  .make-intro { padding-inline: 0; }
  .composer { min-height: 560px; margin-inline: -10px; width: calc(100% + 20px); border-radius: 17px; }
  .type-chooser { padding: 37px 20px 49px; }
  .type-choice { min-height: 96px; padding: 15px 16px; }
  .type-choice small { font-size: 12px; }
  .composer-editor { padding: 36px 19px 46px; }
  .editor-actions { grid-template-columns: 1fr; }
  .mini-preview { min-height: 255px; padding: 25px 18px; }
}

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