
:root {
  --bg: #080808;
  --surface: #111111;
  --surface-2: #171717;
  --line: rgba(255,255,255,.11);
  --text: #f4f1ea;
  --muted: #9a9790;
  --gold: #c6a565;
  --gold-bright: #e0bf78;
  --red: #a12727;
  --green: #74a56a;
  --yellow: #d6a843;
  --radius: 18px;
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); min-height: 100vh; }
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.wrap { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.grain { position: fixed; inset: 0; opacity: .026; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.hero { position: relative; display: flex; flex-direction: column; min-height: max(760px, 92vh); height: auto; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero__image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; filter: saturate(.65) contrast(1.1); mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.7), rgba(8,8,8,.35) 48%, rgba(8,8,8,.15)), linear-gradient(0deg, #080808, transparent 30%); }
.nav { position: relative; z-index: 2; height: 96px; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; width: 340px; max-width: 100%; color: var(--text); text-decoration: none; }
.brand__logo { display: block; width: 100%; height: auto; overflow: hidden; }
.brand__mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-bright); font: 600 20px/1 var(--display); transform: rotate(-3deg); }
.brand b, .brand small { display: block; }
.brand b { display: flex; align-items: center; gap: 7px; font: 600 17px/1.2 var(--display); letter-spacing: .09em; }
.brand small { margin-top: 4px; color: var(--muted); font: 500 9px/1 var(--body); letter-spacing: .22em; }
.episode-count { display: inline-grid; place-items: center; min-width: 22px; height: 17px; padding: 0 4px; border: 1px solid rgba(198,165,101,.75); color: var(--gold-bright); font: 700 9px/1 var(--body); letter-spacing: .04em; }
.hero__content { position: relative; z-index: 1; padding-top: clamp(80px, 13vh, 145px); }
.eyebrow { color: var(--gold-bright); font: 600 12px/1 var(--body); letter-spacing: .24em; margin: 0 0 18px; }
.hero h1 { margin: 0; max-width: 760px; font: 600 clamp(62px, 8.2vw, 116px)/.92 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: var(--gold-bright); font-style: normal; -webkit-text-stroke: 1px var(--gold-bright); text-shadow: 0 0 45px rgba(198,165,101,.2); }
.hero__lead { max-width: 820px; margin: 28px 0 34px; color: #c5c1b8; font-size: 17px; line-height: 1.65; white-space: normal; }
.primary-button { appearance: none; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 23px; border: 1px solid #d3b16e; border-radius: 2px; background: var(--gold); color: #16120b; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font: 700 12px/1 var(--body); cursor: pointer; transition: filter .2s, background .2s; }
.primary-button:hover { filter: brightness(1.12); }
.primary-button:disabled { cursor: not-allowed; opacity: .42; }
.primary-button span { font-size: 18px; }
.hero__stats { position: relative; z-index: 2; margin-top: auto; margin-bottom: 32px; padding-top: 32px; display: flex; gap: 48px; }
.hero__stats div { min-width: 95px; padding-left: 14px; border-left: 1px solid rgba(198,165,101,.6); }
.hero__stats strong, .hero__stats span { display: block; }
.hero__stats strong { font: 500 24px/1 var(--display); }
.hero__stats span { margin-top: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }

.quote-strip { min-height: 150px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 24px; padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.quote-controls { align-self: start; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.quote-mark { align-self: start; margin-bottom: -20px; color: var(--gold); font: 500 78px/.9 Georgia, serif; opacity: .7; }
.quote-strip blockquote { margin: 0; font: 400 clamp(17px, 2vw, 24px)/1.5 var(--display); }
.quote-strip blockquote.is-typing::after { content: ""; display: inline-block; width: 2px; height: .9em; margin-left: 4px; background: var(--gold-bright); vertical-align: -.08em; animation: caret-blink .7s steps(1) infinite; }
.quote-strip cite { display: block; min-height: 17px; margin-top: 10px; color: var(--gold-bright); font-style: normal; font-size: 11px; line-height: 17px; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: opacity .9s ease, transform .9s ease; }
.quote-strip cite.is-visible { opacity: 1; transform: translateY(0); }
.quote-timer { --quote-progress: 0%; position: relative; isolation: isolate; flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: conic-gradient(from 0deg, var(--gold) var(--quote-progress), #292929 var(--quote-progress)); color: var(--gold-bright); cursor: pointer; }
.quote-timer::before { content: ""; position: absolute; z-index: 0; inset: 2px; border-radius: inherit; background: rgba(16,16,16,.78); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.quote-timer:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
@keyframes caret-blink { 50% { opacity: 0; } }

.setup { padding: 45px 0 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 38px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font: 500 clamp(36px, 5vw, 61px)/1 var(--display); text-transform: uppercase; }
.section-heading > p:last-child { max-width: 420px; margin: 0 0 4px auto; color: var(--muted); line-height: 1.6; }
.control-label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.count-block { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 38px; padding: 17px 20px; border: 1px solid var(--line); background: var(--surface); }
.count-block .control-label { margin: 0; }
.count-selector { display: grid; grid-template-columns: repeat(4, 58px); gap: 8px; }
.count-selector button { height: 42px; border: 1px solid #343434; background: #0c0c0c; color: var(--muted); cursor: pointer; font: 500 17px/1 var(--display); }
.count-selector button:hover { border-color: #716044; color: var(--text); }
.count-selector button.is-selected { border-color: var(--gold); background: var(--gold); color: #17120b; }
.difficulty-label { margin-left: 2px; }
.difficulty-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.difficulty { position: relative; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 8px; padding: 22px; border: 0; border-right: 1px solid var(--line); background: var(--surface); text-align: left; cursor: pointer; transition: background .2s, transform .2s; }
.difficulty:last-child { border-right: 0; }
.difficulty:hover { background: #191919; }
.difficulty.is-selected { background: linear-gradient(145deg, #261f14, #14120f 68%); outline: 1px solid var(--gold); outline-offset: -1px; }
.difficulty__number { position: absolute; top: 20px; left: 22px; color: #55514b; font: 500 13px/1 var(--display); }
.difficulty.is-selected .difficulty__number { color: var(--gold-bright); }
.difficulty b { font: 500 25px/1.1 var(--display); text-transform: uppercase; }
.difficulty small { min-height: 32px; color: var(--muted); line-height: 1.45; }
.recommended { position: absolute; top: 16px; right: 15px; padding: 5px 7px; background: var(--gold); color: #17120b; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.start-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 25px; }
.status-line { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px currentColor; }
.status-dot.is-ready { background: #77a86a; }
.status-dot.is-error { background: #c94a4a; }

.quiz-shell { padding: 60px 0 120px; scroll-margin-top: 20px; }
.quiz-topbar { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; margin-bottom: 22px; }
.quiz-label { display: block; margin-bottom: 10px; color: var(--muted); font: 600 11px/1 var(--body); letter-spacing: .17em; }
.quiz-label b { color: var(--text); }
.progress { width: 100%; height: 3px; background: #242424; }
.progress i { display: block; width: 2.5%; height: 100%; background: var(--gold); transition: width .3s ease; }
.timer { display: flex; align-items: baseline; gap: 5px; min-width: 84px; color: var(--gold-bright); }
.timer strong { font: 500 34px/1 var(--display); }
.timer span { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.timer.is-low { color: #dc5555; }
.question-card { position: relative; display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, 3fr) auto; column-gap: 18px; align-items: start; padding: 24px clamp(24px, 5vw, 64px) 32px; border: 1px solid var(--line); background: radial-gradient(circle at 85% 0%, rgba(198,165,101,.08), transparent 28%), var(--surface); }
.question-card > .finish-quiz { position: static; grid-column: 3; grid-row: 1; justify-self: end; }
.question-card > .question-meta { grid-column: 1; grid-row: 1; min-width: 0; }
.question-card > .question-media { grid-column: 2; grid-row: 1; margin: 0; min-width: 0; }
.question-card > #questionText { grid-column: 1 / -1; grid-row: 2; min-width: 0; }
.question-card > #answerArea { grid-column: 1 / -1; grid-row: 3; min-width: 0; }
.question-card > .question-actions { grid-column: 1 / -1; grid-row: 4; }
.finish-quiz { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 9px; min-height: 36px; padding: 0 10px 0 12px; border: 1px solid #3b3b3b; background: rgba(8,8,8,.75); color: var(--muted); cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.finish-quiz b { color: #cf7777; font: 400 22px/1 var(--body); }
.finish-quiz:hover { border-color: #8e4545; color: var(--text); }
.finish-quiz:focus-visible { outline: 2px solid #cf7777; outline-offset: 3px; }
.question-meta { display: flex; gap: 9px; align-items: center; }
.badge, .episode { padding: 7px 9px; border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.badge.level-1 { color: #a6d09d; border-color: rgba(116,165,106,.5); }
.badge.level-2 { color: #e4c675; border-color: rgba(214,168,67,.5); }
.badge.level-3 { color: #e07979; border-color: rgba(161,39,39,.65); }
.episode { color: #dfa58b; border: 0; padding: 0; letter-spacing: .03em; }
.question-card h2 { margin: 20px 0 24px; font: 500 clamp(28px, 4vw, 46px)/1.22 var(--display); letter-spacing: -.01em; }
.question-media { margin-top: 24px; text-align: center; }
.question-media img { display: block; width: auto; height: auto; max-width: 100%; max-height: 440px; margin-inline: auto; object-fit: contain; border-radius: 4px; }
.question-card .question-media img { max-height: 300px; }
.result-media { margin: 0 0 18px; }
.result-media img { max-height: 260px; }
.classic-input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid #393939; border-radius: 2px; outline: 0; background: #0b0b0b; color: var(--text); }
.classic-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,165,101,.09); }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option { display: flex; align-items: center; gap: 14px; min-height: 62px; padding: 12px 16px; border: 1px solid #343434; background: #0c0c0c; text-align: left; cursor: pointer; }
.option:hover, .option.is-selected { border-color: var(--gold); background: rgba(198,165,101,.09); }
.option b { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #454545; color: var(--gold-bright); font: 500 13px/1 var(--display); }
.question-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; margin-top: 30px; }
.answer-warning { color: #d36c6c; font-size: 12px; }

.results { padding: 80px 0 120px; }
.results-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 36px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.results-summary h2 { margin: 0; font: 500 clamp(38px, 5vw, 62px)/1 var(--display); text-transform: uppercase; }
.results-summary p:last-child { max-width: 610px; color: var(--muted); line-height: 1.6; }
.score-ring { flex: 0 0 auto; width: 130px; height: 130px; display: grid; place-content: center; text-align: center; border: 1px solid var(--gold); border-radius: 50%; background: radial-gradient(circle, rgba(198,165,101,.13), transparent 65%); }
.score-ring strong { font: 500 43px/1 var(--display); }
.score-ring span { color: var(--muted); font-size: 12px; }
.result-list { display: grid; gap: 10px; }
.result-item { padding: 22px; border: 1px solid var(--line); background: var(--surface); }
.result-item.is-right { border-left: 3px solid #6d9e63; }
.result-item.is-wrong { border-left: 3px solid #a94444; }
.result-question { margin: 0 0 16px; font-weight: 600; line-height: 1.5; }
.result-number { color: var(--gold-bright); margin-right: 8px; }
.result-answers { display: grid; grid-template-columns: 1fr 1fr auto; gap: 16px; align-items: center; }
.answer-block { color: var(--muted); font-size: 13px; }
.answer-block span { display: block; margin-bottom: 4px; color: #666; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.answer-block b { color: var(--text); font-weight: 500; }
.answer-block .answer-note { color: #dfa58b; font-style: italic; font-weight: 400; }
.self-grade { display: flex; gap: 7px; }
.self-grade button { padding: 9px 11px; border: 1px solid #3a3a3a; background: #181818; cursor: pointer; font-size: 11px; }
.self-grade button.active-right { border-color: #6d9e63; color: #9bc892; }
.self-grade button.active-wrong { border-color: #a94444; color: #dd8585; }
.results-actions { display: flex; justify-content: center; margin-top: 38px; }
.result-totals { margin-top: 32px; padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.result-totals h3 { margin: 0 0 24px; font: 500 28px/1.2 var(--display); }
.result-totals__numbers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.result-totals__numbers strong, .result-totals__numbers span { display: block; }
.result-totals__numbers strong { font: 500 clamp(28px, 5vw, 42px)/1.2 var(--display); color: var(--gold-bright); }
.result-totals__numbers div:first-child strong { color: #9bc892; }
.result-totals__numbers div:nth-child(2) strong { color: #dd8585; }
.result-totals__numbers span { margin-top: 6px; font-size: 14px; color: var(--muted); }
#gradingStatus { margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.result-message { margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--gold-bright); font-size: 18px; line-height: 1.6; }

.visitor-stats { padding: 20px 0 110px; }
.visitor-stats__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.visitor-stats__heading h2 { margin: 0; font: 500 clamp(34px, 4.5vw, 56px)/1 var(--display); text-transform: uppercase; }
.visitor-stats__heading p:last-child { margin: 13px 0 0; color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.stat-card { min-height: 175px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-right: 1px solid var(--line); background: var(--surface); }
.stat-card:last-child { border-right: 0; }
.stat-card > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stat-card strong { margin: 15px 0 8px; font: 500 46px/1 var(--display); }
.stat-card small { min-height: 30px; color: #686868; font-size: 10px; line-height: 1.45; }
.stat-card--gold { background: linear-gradient(145deg, #261f14, #14120f 70%); }
.stat-card--gold strong { color: var(--gold-bright); }
.stats-meta { display: flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--muted); font-size: 11px; }
.stats-meta .status-dot { flex: 0 0 auto; }

footer { border-top: 1px solid var(--line); color: #666; }
.footer-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .12em; }
.footer-inner a { color: var(--gold-bright); text-decoration: none; }
.footer-inner a:hover { text-decoration: underline; }
.footer-admin { color: #777 !important; text-transform: uppercase; }
.footer-admin:hover { color: var(--gold-bright) !important; }
.login-link { color: var(--gold-bright); font-size: 16px; white-space: nowrap; margin-left: 16px; }
.public-info { padding-block: 48px 72px; line-height: 1.75; }
.public-info section { max-width: 850px; margin-bottom: 36px; }
.public-info h2 { font: 500 clamp(28px, 4vw, 38px)/1.2 var(--display); }
.public-info p, .public-info li { color: #c5c1b8; font-size: 16px; }

/* Readable supporting text across setup, quiz, results and footer. */
.eyebrow, .hero__stats span, .timer span,
.badge, .episode, .recommended, .stat-card small,
.answer-block span { font-size: .75rem; line-height: 1.5; }
.primary-button, .control-label, .quiz-label, .finish-quiz,
.status-line, .answer-warning, .answer-block, .self-grade button,
.score-ring span, .stat-card > span, .stats-meta,
.footer-inner { font-size: .875rem; line-height: 1.5; }
.difficulty small { font-size: .875rem; line-height: 1.5; }
.quote-strip cite { font-size: .8125rem; line-height: 20px; min-height: 20px; }
.answer-block span, .stat-card small, footer { color: var(--muted); }
.footer-admin { color: var(--muted) !important; }
.question-meta { flex-wrap: wrap; }
.recommended { letter-spacing: .04em; }

@media (max-width: 900px) {
  .question-card { grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; }
  .question-card > .finish-quiz { grid-column: 2; }
  .question-card > .question-media { grid-column: 1 / -1; grid-row: 2; margin-top: 16px; }
  .question-card > #questionText { grid-row: 3; }
  .question-card > #answerArea { grid-row: 4; }
  .question-card > .question-actions { grid-row: 5; }
  .hero { min-height: max(700px, 88vh); height: auto; }
  .hero__image { object-position: center; }
  .hero__stats { gap: 24px; }
  .difficulty-grid { grid-template-columns: 1fr 1fr; }
  .difficulty { min-height: 145px; border-bottom: 1px solid var(--line); }
  .difficulty:last-child { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading > p:last-child { margin: 0; }
  .hero__lead { max-width: 560px; white-space: normal; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-card { border-bottom: 1px solid var(--line); }
  .stat-card:nth-child(2) { border-right: 0; }
  .stat-card:nth-child(3), .stat-card:nth-child(4) { border-bottom: 0; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1140px); }
  .hero { display: flex; flex-direction: column; min-height: 0; height: auto; max-height: none; }
  .hero .nav { order: 0; height: auto; min-height: 78px; gap: 12px; }
  .brand { width: 270px; min-width: 0; }
  .hero .nav .finish-quiz { flex-shrink: 0; }
  .hero__image { order: 1; position: static; transform: none; display: block; width: 100%; height: auto; max-height: none; max-width: 100%; object-fit: contain; }
  .hero__shade { display: none; }
  .hero__content { order: 2; padding-top: 28px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero__lead { margin-top: 22px; font-size: 16px; }
  .hero__stats { order: 3; position: static; transform: none; margin: 32px auto 24px; padding-top: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .hero__stats div { min-width: 0; padding-left: 9px; }
  .hero__stats strong { font-size: 20px; }
  .hero__stats span { font-size: .75rem; letter-spacing: .02em; line-height: 1.4; min-height: 34px; }
  .setup { padding: 39px 0 85px; }
  .quote-strip { gap: 14px; min-height: 130px; }
  .quote-mark { font-size: 56px; }
  .quote-timer { width: 21px; height: 21px; }
  .count-block { align-items: stretch; flex-direction: column; }
  .count-selector { grid-template-columns: repeat(4, 1fr); }
  .difficulty { padding: 17px; min-height: 138px; }
  .difficulty__number { top: 16px; left: 17px; }
  .difficulty b { font-size: 21px; }
  .difficulty small { font-size: .875rem; }
  .recommended { top: 12px; right: 10px; }
  .start-row { align-items: stretch; flex-direction: column; }
  .start-row .primary-button { width: 100%; }
  .quiz-shell { padding: 34px 0 80px; }
  .question-card { padding: 18px 18px 23px; }
  .question-card h2 { margin: 18px 0 22px; font-size: 28px; }
  .question-card .question-media img { max-height: 240px; }
  .options { grid-template-columns: 1fr; }
  .question-actions { align-items: stretch; flex-direction: column; }
  .question-actions .primary-button { width: 100%; }
  .answer-warning { text-align: center; }
  .results { padding: 60px 0 85px; }
  .results-summary { align-items: flex-start; }
  .score-ring { width: 90px; height: 90px; }
  .score-ring strong { font-size: 32px; }
  .result-answers { grid-template-columns: 1fr; }
  .self-grade { margin-top: 4px; }
  .visitor-stats { padding: 0 0 80px; }
  .visitor-stats__heading { align-items: stretch; flex-direction: column; }
  .stat-card { min-height: 145px; padding: 17px; }
  .stat-card strong { font-size: 38px; }
  .footer-inner { align-items: flex-start; justify-content: center; flex-direction: column; padding: 25px 0; }
}

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