/* Passierschein 38 | self-contained, responsive page. No external fonts. */
:root { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: #faf4e8; }
.p38-root {
  --p38-ink: #17202b; --p38-red: #a32118; --p38-red-dark: #831a13;
  --p38-paper: #faf4e8; --p38-cream: #fffaf1; --p38-border: #e4d4b6;
  --p38-brown: #78634b; --p38-serif: Georgia, 'Times New Roman', serif;
  color: var(--p38-ink); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.55;
  background: radial-gradient(ellipse at 10% 24%, #fffdf5 0, transparent 48%), #faf4e8;
  -webkit-font-smoothing: antialiased;
}
.p38-root *, .p38-root *::before, .p38-root *::after { box-sizing: border-box; }
.p38-root [hidden] { display: none !important; }
.p38-root a { color: inherit; text-underline-offset: .19em; }
.p38-root button, .p38-root input, .p38-root textarea { font: inherit; }
.p38-root button, .p38-root a { -webkit-tap-highlight-color: transparent; }
.p38-root button { cursor: pointer; }
.p38-root button:disabled { cursor: default; opacity: .65; }
.p38-root :focus-visible { outline: 3px solid #137067; outline-offset: 5px; }
.p38-root h1, .p38-root h2, .p38-root h3, .p38-root p, .p38-root blockquote { margin: 0; }
.p38-root img { display: block; max-width: 100%; }
.p38-container { width: calc(100% - 80px); max-width: 1320px; margin-inline: auto; }
.p38-skip { position: fixed; left: 16px; top: -100px; z-index: 80; background: white; padding: 15px 24px; border: 2px solid var(--p38-red); border-radius: 5px; }
.p38-skip:focus { top: 16px; }
.p38-backbar { background: #f3e6cf; border-top: 2px solid #5ca9a7; border-bottom: 1px solid #dfc9a7; }
.p38-backbar .p38-container { min-height: 35px; display: flex; align-items: center; }
.p38-backlink { display: inline-flex; align-items: center; gap: 7px; padding: 5px 0; color: #73513b !important; font-size: 13px; font-weight: 700; letter-spacing: .1px; text-decoration: none; }
.p38-backlink span { color: var(--p38-red); font-size: 17px; transition: transform .16s ease; }
.p38-backlink:hover { color: var(--p38-red) !important; text-decoration: underline; }
.p38-backlink:hover span { transform: translateX(-3px); }
.p38-header { background: #fff9eef5; border-bottom: 1px solid #d9c6a84d; position: relative; z-index: 5; }
.p38-header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.p38-brand { display: flex; align-items: center; gap: 15px; text-decoration: none; flex-shrink: 0; }
.p38-emblem { width: 60px; height: 56px; object-fit: contain; }
.p38-brand strong { display: block; font: 800 clamp(25px, 2.45vw, 35px)/1.04 var(--p38-serif); letter-spacing: -.8px; }
.p38-brand small { display: block; color: #8b4c2e; font-size: 16px; margin-top: 4px; }
.p38-nav { display: flex; align-items: center; gap: 31px; font-size: 18px; }
.p38-nav a { padding: 12px 0 9px; border-bottom: 3px solid transparent; white-space: nowrap; text-decoration: none; }
.p38-nav a:hover, .p38-nav a.is-active { color: var(--p38-red); border-bottom-color: var(--p38-red); }
.p38-menu { display: none; }
.p38-hero { background: #f6eddb; border-bottom: 7px solid #ddc7a9; overflow: hidden; }
.p38-hero-frame { width: 100%; max-width: 1510px; position: relative; min-height: 660px; }
.p38-hero-copy { position: relative; z-index: 2; width: 51%; padding: 62px 0 47px clamp(40px, 4.8vw, 74px); }
.p38-hero h1 { font: 800 clamp(57px, 5.42vw, 80px)/.99 var(--p38-serif); letter-spacing: -2.8px; }
.p38-hero-claim { margin-top: 24px !important; font: bold clamp(26px, 2.35vw, 34px)/1.17 var(--p38-serif); color: var(--p38-red); max-width: 565px; letter-spacing: -.5px; }
.p38-hero-intro { margin-top: 25px !important; max-width: 508px; font-size: 18px; line-height: 1.52; }
.p38-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 28px; }
.p38-button { display: inline-flex; justify-content: center; align-items: center; gap: 15px; min-height: 54px; padding: 12px 21px; border-radius: 6px; border: 1.5px solid var(--p38-red); font: 700 18px/1.3 Arial, Helvetica, sans-serif !important; text-decoration: none; transition: background .16s, box-shadow .16s, transform .16s; }
.p38-button-primary { color: #fff9ec !important; background: linear-gradient(110deg, #c13420, #a21e16); border-color: #ad2518; box-shadow: 0 3px 0 #77180d26; }
.p38-button-primary:hover { background: #8a1c15; box-shadow: 0 5px 12px #8c311126; }
.p38-button-light { color: var(--p38-red) !important; background: #fff9edee; }
.p38-button-light:hover { background: #f5e5cc; }
.p38-button:active { transform: translateY(1px); }
.p38-hero-credit { display: inline-block; margin-top: 21px; font-size: 14px; color: #6f5540 !important; text-decoration: none; }
.p38-hero-credit:hover { text-decoration: underline; }
.p38-hero-art { position: absolute; right: 0; top: 0; width: 55%; height: 100%; }
.p38-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.p38-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #f6eddb 0, #f6eddbdc 5%, #f6eddb28 15%, transparent 24%); pointer-events: none; }
.p38-section { padding-block: 47px 40px; }
.p38-section-head { display: flex; gap: 20px; justify-content: space-between; align-items: baseline; margin-bottom: 23px; }
.p38-root h2 { font: 700 clamp(36px, 3.8vw, 53px)/1.08 var(--p38-serif); letter-spacing: -1.5px; }
.p38-handnote { font: italic 17px/1.4 var(--p38-serif); color: #8c5733; }
.p38-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; }
.p38-steps li { position: relative; }
.p38-steps li:not(:last-child)::after { content: '\279C'; position: absolute; color: var(--p38-red); font: bold 38px/1 Arial, sans-serif; top: 122px; right: -29px; width: 29px; z-index: 2; pointer-events: none; }
.p38-steps button { width: 100%; border: 1px solid #eadabd; border-radius: 8px; padding: 16px 11px 0; color: var(--p38-ink); background: radial-gradient(at 95% 5%, #fce4b173, transparent 64%), #fbf0d9; text-align: left; height: 100%; overflow: hidden; transition: box-shadow .18s, transform .18s; }
.p38-steps button:hover { box-shadow: 0 8px 18px #87511b1a; transform: translateY(-3px); }
.p38-step-heading { display: flex; align-items: center; gap: 12px; min-height: 62px; }
.p38-number { width: 55px; height: 55px; flex: 0 0 55px; display: inline-flex; justify-content: center; align-items: center; color: #fffaf0; font: 700 39px/1 var(--p38-serif); border: 2px solid #fff5df; background: linear-gradient(145deg, #c5432a, #a62019); border-radius: 50%; box-shadow: 0 0 0 1px #b5422126; }
.p38-step-heading strong { font: 700 clamp(18px, 1.7vw, 23px)/1.11 var(--p38-serif); letter-spacing: -.3px; }
.p38-steps img { width: 100%; height: 132px; object-fit: contain; margin-top: 5px; mix-blend-mode: multiply; }
.p38-step-action { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #dcc8a45e; padding: 9px 1px 11px; color: #8c291f; font-size: 14px; font-weight: bold; }
.p38-understeps { text-align: center; margin-top: 19px !important; font-size: 19px; }
.p38-understeps strong { font-weight: normal; }
.p38-inspiration { margin-block: 7px 0; }
.p38-inspiration-inner { position: relative; padding: 33px 38px 23px; border: 1px solid var(--p38-border); border-radius: 12px; background: radial-gradient(ellipse at 95% 5%, #f3dcb57a, transparent 44%), radial-gradient(ellipse at 5% 95%, #f3dcb575, transparent 45%), #fff8e9; box-shadow: inset 0 0 28px #bb8d4920; }
.p38-inspiration h2 { font-size: clamp(31px, 3.1vw, 43px); text-align: center; margin-bottom: 26px; letter-spacing: -1px; }
.p38-inspiration-grid { display: grid; grid-template-columns: 1.13fr 1fr; gap: 38px; align-items: center; }
.p38-inspiration-copy > p { font-size: 19px; line-height: 1.5; }
.p38-redline { color: var(--p38-red); font: 700 26px/1.2 var(--p38-serif) !important; margin-top: 15px !important; }
.p38-idea { display: flex; gap: 17px; margin-top: 22px; padding: 17px 18px; border: 1px solid #e4ca98; background: #f9e9cb75; border-radius: 7px; align-items: flex-start; }
.p38-bulb { flex-shrink: 0; width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #bd7a14; border-radius: 50%; color: #ad6200; font: 700 24px/1 var(--p38-serif); margin-top: 3px; }
.p38-idea p { font-size: 16px; line-height: 1.48; }
.p38-video-link { display: block; padding: 11px; border: 1px solid #c79f6d; border-radius: 10px; text-decoration: none; background: linear-gradient(135deg, #f4d7a1, #fff2d6 40%, #e8c183); box-shadow: 0 4px 10px #84633b20; }
.p38-video-picture { border-radius: 6px 6px 0 0; overflow: hidden; border: 1px solid #8d6b47; }
.p38-video-picture img { width: 100%; height: auto; transition: filter .2s; }
.p38-video-link:hover img { filter: brightness(1.06); }
.p38-video-bar { display: flex; align-items: center; gap: 18px; padding-top: 9px; }
.p38-video-cta { display: inline-flex; gap: 22px; align-items: center; background: #b6231d; color: #fff8eb; padding: 11px 19px; border-radius: 5px; white-space: nowrap; font-size: 19px; font-weight: 700; }
.p38-video-bar > span:last-child { font-size: 14px; line-height: 1.3; }
.p38-video-note { text-align: center; color: #65594a; font-size: 13px; line-height: 1.5; margin-top: 10px !important; }
.p38-sources { color: #6b5841; font-size: 13px; margin-top: 21px !important; text-align: center; }
.p38-sources a:hover { color: var(--p38-red); }
.p38-counter { padding-top: 43px; padding-bottom: 32px; }
.p38-counter-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.p38-counter-card { display: flex; flex-direction: column; text-align: left; background: linear-gradient(135deg, #fffaf0, #f7eacf); border: 1px solid var(--p38-border); border-radius: 8px; color: var(--p38-ink); padding: 0; overflow: hidden; transition: transform .17s, box-shadow .17s; }
.p38-counter-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px #5e3e2021; }
.p38-counter-top { display: flex; align-items: flex-start; gap: 15px; padding: 19px 18px 8px; min-height: 162px; }
.p38-counter-top strong { display: block; font: 700 clamp(22px, 2vw, 28px)/1.07 var(--p38-serif); letter-spacing: -.45px; margin-top: 3px; }
.p38-card-desc { display: block; font-size: 17px; line-height: 1.35; margin-top: 9px; }
.p38-counter-card img { width: 100%; height: 189px; object-fit: fill; mix-blend-mode: multiply; margin-top: auto; }
.p38-card-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; color: #92241c; padding: 13px 18px; border-top: 1px solid #d9c5a271; background: #fff7e8; }
.p38-quote-wrap { padding-bottom: 39px; }
.p38-quote { position: relative; padding: 27px 44px 29px; border: 1px solid #d4b27b; border-radius: 8px; background: radial-gradient(ellipse at 50% 50%, #fffaf1 55%, #f1d7aa); box-shadow: inset 0 0 18px #b1792914; text-align: center; }
.p38-quote::before, .p38-quote::after { content: ''; position: absolute; width: 14px; border: 1px solid #d1ab72; background: linear-gradient(90deg, #c9a16a, #f9e4bf, #e4c697); border-radius: 8px; top: -4px; bottom: -5px; }
.p38-quote::before { left: -7px; transform: rotate(1deg); }
.p38-quote::after { right: -7px; transform: rotate(-1deg); }
.p38-quote p { font: 700 clamp(24px, 2.4vw, 33px)/1.24 var(--p38-serif); letter-spacing: -.6px; }
.p38-quote em { font-style: normal; color: var(--p38-red); }
.p38-footer { background: linear-gradient(120deg, #6f5542, #554437); color: #fff1d8; padding: 27px 0 25px; border-top: 4px solid #9b7a54; }
.p38-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.p38-footer-title { font: 700 22px/1.2 var(--p38-serif); display: block; }
.p38-fk { display: block; font-size: 15px; margin-top: 6px; text-decoration: none; }
.p38-fk:hover { text-decoration: underline; }
.p38-footer nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 15px; }
.p38-footer nav a { text-decoration: none; padding: 8px 0; }
.p38-footer nav a:hover { text-decoration: underline; }
.p38-footer-button { font-size: 15px !important; color: inherit; background: none; padding: 8px 0; border: 0; text-decoration: underline; text-underline-offset: 3px; }
.p38-footer-small { font-size: 12px; line-height: 1.6; margin-top: 18px !important; opacity: .9; max-width: 1140px; }
.p38-noscript { border: 1px solid var(--p38-border); padding: 20px; margin-top: 25px !important; }
/* Dialogs. Native modal focus trapping, Escape and backdrop support. */
.p38-root .p38-dialog { --p38-ink: #17202b; color: var(--p38-ink); width: min(850px, calc(100% - 40px)); max-height: calc(100dvh - 48px); padding: 0; border: 1px solid #cdb18a; border-radius: 15px; background: #fffbf2; box-shadow: 0 20px 90px #1e170d55; overflow: auto; }
.p38-dialog::backdrop { background: #261d16ac; backdrop-filter: blur(4px); }
.p38-dialog-inner { padding: 36px; position: relative; }
.p38-close { position: absolute; top: 14px; right: 16px; color: #6d4730; width: 44px; height: 44px; border: 1px solid #d9c3a5; background: #fff7e9; border-radius: 50%; font-size: 30px !important; line-height: 1; z-index: 2; }
.p38-close:hover { background: #efdfc7; }
.p38-eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #8a482d; font-weight: bold; padding-right: 42px; margin-bottom: 20px !important; }
.p38-satire-tag { display: inline-block; margin-left: 10px; padding: 1px 5px; border: 1px solid #b9a387; border-radius: 3px; font-size: 10px; vertical-align: middle; }
.p38-dialog h2 { font-size: 40px; letter-spacing: -1.1px; }
.p38-dialog h3 { font: 700 26px/1.15 var(--p38-serif); letter-spacing: -.5px; }
.p38-game-meta { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding-bottom: 19px; margin-bottom: 24px; border-bottom: 1px solid #e7d8c0; color: #715741; font-size: 15px; }
.p38-room { display: block; font-weight: bold; padding: 6px 12px; background: #ead4ad; border-radius: 4px; font-size: 17px; color: #51341e; }
.p38-ticket { display: inline-block; font: 700 24px/1.1 'Courier New', monospace; color: #ff766b; background: #2d241c; border-radius: 3px; padding: 7px 9px; margin-left: 7px; }
.p38-game-subtitle { font-size: 17px; color: #68523c; margin-top: 10px !important; }
.p38-speech { padding: 24px 27px; margin-top: 24px !important; font: 400 24px/1.5 var(--p38-serif); background: #f8ecd4; border: 1px solid #e2c9a0; border-radius: 5px 22px 22px 22px; }
.p38-game-stamp { display: table; transform: rotate(-3deg); color: #9e3024; font-size: 16px; font-weight: 800; letter-spacing: 1.5px; border: 3px double currentColor; padding: 3px 11px; margin: 20px 0 14px auto !important; }
.p38-game-hint { font-size: 16px; line-height: 1.55; }
.p38-game-progress { display: flex; padding: 0; margin: 24px 0; list-style: none; gap: 7px; }
.p38-game-progress li { flex: 1; text-align: center; border-radius: 4px; padding: 6px 2px; background: #ede3d3; font-size: 12px; color: #79644d; }
.p38-game-progress li.is-current { background: #a92d21; color: #fff; font-weight: bold; }
.p38-game-progress li.is-done { background: #dbe6d5; color: #315333; }
.p38-game-actions, .p38-game-finish { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.p38-game-disclaimer { font-size: 12px; color: #776550; margin-top: 21px !important; }
.p38-tool-dialog { width: min(930px, calc(100% - 40px)) !important; }
.p38-tool-intro { font-size: 17px; margin-top: 12px !important; }
.p38-tabs { display: flex; gap: 7px; margin: 27px 0 24px; border-bottom: 1px solid #dcc6a5; padding-bottom: 9px; }
.p38-tabs button { flex: 1; background: #f3e8d4; border: 1px solid #e1cdae; padding: 11px 7px; color: #75533a; font-size: 15px !important; border-radius: 5px; }
.p38-tabs button[aria-selected="true"] { background: #a12b21; color: #fff8ec; border-color: #a12b21; font-weight: bold; }
.p38-panel-top { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 18px; }
.p38-text-button { color: #94261c; background: none; border: 0; font-size: 15px !important; padding: 9px 1px; text-decoration: underline; text-underline-offset: 3px; }
.p38-text-button:hover { color: #4b1711; }
.p38-root label { display: block; font-size: 16px; line-height: 1.4; font-weight: bold; margin: 15px 0 0; }
.p38-root label > span { font-size: 13px; font-weight: normal; color: #826d55; }
.p38-root input, .p38-root textarea { display: block; background: #fffefa; color: #1f2934; width: 100%; margin-top: 7px; border: 1px solid #c9b99e; padding: 11px 12px; border-radius: 5px; font-size: 16px; line-height: 1.5; }
.p38-root input[type="date"] { min-height: 48px; min-width: 0; }
.p38-root textarea { resize: vertical; }
.p38-root textarea::placeholder, .p38-root input::placeholder { color: #93836f; opacity: 1; }
.p38-fields-two { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.p38-example-notice { padding: 10px 13px; border-left: 3px solid #bf901f; background: #fff0c9; font-size: 14px; }
.p38-note-result { margin-top: 27px; padding-top: 5px; border-top: 1px solid #deceb7; }
.p38-small-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 15px; }
.p38-small-actions .p38-button { min-height: 47px; font-size: 15px !important; padding: 10px 16px; }
.p38-tab-panel > h3 { margin-bottom: 13px; }
.p38-tab-panel > p { font-size: 16px; }
.p38-comparison { margin: 23px 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.p38-comparison div { padding: 17px; background: #f7ecd6; border: 1px solid #e0cba8; border-radius: 6px; }
.p38-comparison dt { color: #8f2c20; font-weight: bold; font-size: 14px; margin-bottom: 10px; }
.p38-comparison dd { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 17px; }
.p38-tool-callout { padding: 21px; background: #f2e8d3; border-left: 4px solid #ad3723; border-radius: 0 7px 7px 0; }
.p38-tool-callout strong { font-size: 16px; }
.p38-tool-callout p { margin-top: 7px; font: 22px/1.4 var(--p38-serif); }
.p38-letter { min-height: 320px; font-family: Arial, Helvetica, sans-serif !important; }
.p38-rebuild { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 13px; }
.p38-rebuild span { font-size: 12px; color: #71604d; }
.p38-legal-note { font-size: 13px !important; padding: 16px 0 0; border-top: 1px solid #e0ceb3; margin-top: 14px !important; color: #71553c; }
.p38-local-note { margin-top: 24px !important; font-size: 12px; color: #6f614f; padding-top: 15px; border-top: 1px solid #e1d3bd; }
.p38-tool-status { min-height: 21px; font-size: 14px; color: #2c5d36; margin-top: 9px !important; }
.p38-info-dialog h3 { margin: 25px 0 10px; }
.p38-info-dialog p:not(.p38-eyebrow) { font-size: 17px; margin-top: 10px; }
.p38-info-dialog a { color: #95281d; }
.p38-toast { position: fixed; z-index: 50; bottom: 22px; left: 50%; transform: translateX(-50%); padding: 11px 21px; color: white; background: #39583a; border: 1px solid #abc0a7; border-radius: 6px; font-size: 15px; max-width: calc(100% - 40px); text-align: center; box-shadow: 0 4px 20px #10251c33; }
.p38-print-area { display: none; }
@media (min-width: 1700px) { .p38-hero-copy { padding-left: 95px; } }
@media (max-width: 1190px) {
  .p38-container { width: calc(100% - 56px); }
  .p38-nav { gap: 22px; font-size: 16px; }
  .p38-brand strong { font-size: 29px; }
  .p38-brand small { font-size: 14px; }
  .p38-emblem { width: 47px; height: 48px; }
  .p38-header-inner { min-height: 88px; }
  .p38-hero-copy { padding-left: 36px; padding-top: 50px; width: 52%; }
  .p38-hero h1 { font-size: 65px; }
  .p38-hero-claim { font-size: 29px; }
  .p38-hero-intro { max-width: 445px; font-size: 17px; padding-right: 18px; }
  .p38-hero-frame { min-height: 640px; }
  .p38-hero .p38-button { padding-inline: 16px; font-size: 16px !important; }
  .p38-steps { gap: 24px; }
  .p38-steps li:not(:last-child)::after { right: -26px; font-size: 33px; }
  .p38-number { width: 45px; height: 45px; flex-basis: 45px; font-size: 32px; }
  .p38-step-heading { gap: 8px; }
  .p38-step-heading strong { font-size: 20px; }
  .p38-step-action { font-size: 12px; }
  .p38-steps img { height: 109px; }
  .p38-steps li:not(:last-child)::after { top: 112px; }
  .p38-inspiration-inner { padding: 28px 28px 20px; }
  .p38-inspiration-grid { gap: 27px; }
  .p38-inspiration-copy > p { font-size: 17px; }
  .p38-counter-top { padding: 17px 13px 10px; gap: 10px; min-height: 166px; }
  .p38-counter-top strong { font-size: 25px; }
  .p38-card-desc { font-size: 16px; }
  .p38-counter-card img { height: 160px; }
  .p38-card-link { font-size: 14px; padding: 13px; }
  .p38-footer nav { gap: 15px; }
}
@media (max-width: 960px) {
  .p38-header-inner { flex-wrap: wrap; justify-content: center; padding: 15px 0 0; gap: 2px; }
  .p38-nav { justify-content: center; width: 100%; gap: 35px; padding: 0 0 6px; }
  .p38-brand strong { font-size: 33px; }
  .p38-hero-frame { min-height: 0; display: flex; flex-direction: column; }
  .p38-hero-copy { width: 100%; padding: 40px 40px 24px; }
  .p38-hero h1 { font-size: 73px; }
  .p38-hero-claim { font-size: 32px; }
  .p38-hero-intro { max-width: 645px; font-size: 18px; }
  .p38-hero-art { position: relative; width: 100%; height: auto; aspect-ratio: 1.8; overflow: hidden; }
  .p38-hero-art img { object-fit: cover; object-position: center 54%; }
  .p38-hero-art::after { background: linear-gradient(180deg, #f6eddb, transparent 15%); }
  .p38-hero-copy .p38-actions { margin-top: 25px; }
  .p38-hero-credit { margin-top: 18px; }
  .p38-steps { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 15px; }
  .p38-step-heading { flex-direction: column; text-align: center; min-height: 101px; }
  .p38-step-heading strong { font-size: 19px; }
  .p38-steps button { padding-inline: 7px; }
  .p38-steps li:not(:last-child)::after { width: 18px; right: -18px; top: 152px; font-size: 24px; }
  .p38-steps img { height: 96px; }
  .p38-step-action { font-size: 11px; }
  .p38-section-head { flex-wrap: wrap; gap: 6px; }
  .p38-root h2 { font-size: 45px; }
  .p38-inspiration-grid { grid-template-columns: 1fr; gap: 25px; }
  .p38-inspiration h2 { text-align: left; font-size: 36px; max-width: 560px; }
  .p38-video { max-width: 600px; width: 100%; margin-inline: auto; }
  .p38-video-bar { justify-content: space-between; }
  .p38-inspiration-copy > p { font-size: 19px; }
  .p38-idea { padding: 17px; }
  .p38-idea p { font-size: 17px; }
  .p38-counter-cards { gap: 14px; }
  .p38-counter-top { flex-direction: column; gap: 9px; min-height: 237px; }
  .p38-counter-top strong { font-size: 25px; }
  .p38-card-desc { font-size: 16px; }
  .p38-counter-card img { height: 123px; }
  .p38-card-link { font-size: 13px; align-items: flex-start; }
  .p38-quote { padding: 26px 25px; }
  .p38-quote p { font-size: 28px; }
  .p38-footer-main { align-items: flex-start; flex-direction: column; gap: 17px; }
}
@media (max-width: 600px) {
  .p38-root { font-size: 17px; }
  .p38-container { width: calc(100% - 36px); }
  .p38-backbar .p38-container { min-height: 32px; }
  .p38-backlink { font-size: 12px; padding-block: 4px; }
  .p38-header-inner { min-height: 83px; padding: 13px 0; flex-wrap: nowrap; justify-content: space-between; gap: 8px; }
  .p38-brand { gap: 8px; }
  .p38-emblem { width: 34px; height: 39px; }
  .p38-brand strong { font-size: clamp(19px, 5.05vw, 28px); letter-spacing: -.4px; }
  .p38-brand small { font-size: clamp(9px, 2.55vw, 13px); letter-spacing: -.1px; }
  .p38-menu { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; flex-shrink: 0; width: 42px; height: 42px; border: 1px solid #d9bea0; border-radius: 5px; background: #fff8e9; padding: 8px; }
  .p38-menu span { width: 19px; height: 2px; background: #812619; display: block; }
  .p38-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 14px 22px; background: #fff9ed; border-bottom: 1px solid #d9bea0; box-shadow: 0 6px 10px #5c3d1917; font-size: 18px; gap: 6px; justify-content: flex-start; }
  .p38-nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .p38-nav a { padding: 11px 5px; }
  .p38-hero-copy { padding: 31px 22px 12px; }
  .p38-hero h1 { font-size: clamp(43px, 11.55vw, 66px); letter-spacing: -1.8px; line-height: 1.02; }
  .p38-hero-claim { font-size: clamp(25px, 6.1vw, 32px); line-height: 1.17; margin-top: 20px !important; }
  .p38-hero-intro { padding: 0; font-size: 17px; margin-top: 20px !important; line-height: 1.5; }
  .p38-hero .p38-actions { gap: 10px; }
  .p38-hero .p38-button { flex: 1 1 auto; min-height: 50px; padding: 11px 13px; font-size: 15px !important; gap: 8px; }
  .p38-hero-credit { font-size: 12px; }
  .p38-hero-art { aspect-ratio: 1.23; }
  .p38-hero-art img { object-fit: cover; object-position: center bottom; }
  .p38-hero-art::after { background: linear-gradient(180deg, #f6eddb, transparent 11%); }
  .p38-section { padding-top: 32px; padding-bottom: 31px; }
  .p38-root h2 { font-size: 37px; letter-spacing: -1px; }
  .p38-section-head { margin-bottom: 19px; }
  .p38-handnote { font-size: 15px; }
  .p38-steps { grid-template-columns: 1fr; gap: 17px; }
  .p38-steps button { display: grid; grid-template-columns: 1.2fr .85fr; align-items: center; padding: 9px 12px 0; }
  .p38-step-heading { flex-direction: row; text-align: left; min-height: 76px; gap: 13px; }
  .p38-step-heading strong { font-size: 22px; }
  .p38-number { width: 48px; height: 48px; flex-basis: 48px; font-size: 34px; }
  .p38-steps img { height: 90px; width: 100%; margin: 0; }
  .p38-step-action { grid-column: 1/-1; font-size: 13px; padding: 7px 0 8px; margin-top: 5px; }
  .p38-steps li:not(:last-child)::after { content: '\2193'; top: auto; bottom: -23px; right: calc(50% - 12px); font-size: 28px; width: 24px; }
  .p38-understeps { font-size: 16px; margin-top: 20px !important; }
  .p38-inspiration-inner { padding: 24px 18px 21px; border-radius: 9px; }
  .p38-inspiration h2 { font-size: 32px; line-height: 1.12; margin-bottom: 20px; }
  .p38-inspiration-copy > p { font-size: 17px; }
  .p38-redline { font-size: 23px !important; }
  .p38-idea { gap: 12px; padding: 14px 11px; }
  .p38-idea p { font-size: 15px; }
  .p38-bulb { width: 27px; height: 27px; font-size: 18px; }
  .p38-video-link { padding: 7px; }
  .p38-video-bar { gap: 10px; padding-top: 7px; }
  .p38-video-cta { font-size: 16px; gap: 9px; padding: 10px 13px; }
  .p38-video-bar > span:last-child { font-size: 11px; max-width: 115px; }
  .p38-video-note { font-size: 11px; }
  .p38-sources { font-size: 12px; line-height: 1.7; }
  .p38-counter-cards { grid-template-columns: 1fr; gap: 20px; }
  .p38-counter-top { flex-direction: row; min-height: 133px; gap: 15px; padding: 19px 18px 12px; }
  .p38-counter-top strong { font-size: 27px; }
  .p38-card-desc { font-size: 17px; }
  .p38-counter-card img { height: auto; aspect-ratio: 2.14; object-fit: fill; }
  .p38-card-link { padding: 14px 17px; font-size: 16px; }
  .p38-quote-wrap { padding-bottom: 28px; }
  .p38-quote { padding: 25px 17px; }
  .p38-quote p { font-size: 24px; line-height: 1.23; letter-spacing: -.35px; }
  .p38-quote p br { display: none; }
  .p38-footer { padding-top: 24px; }
  .p38-footer nav { gap: 4px 19px; font-size: 14px; }
  .p38-footer-button { font-size: 14px !important; }
  .p38-footer-small { font-size: 11px; }
  .p38-dialog, .p38-tool-dialog { width: calc(100% - 18px) !important; max-height: calc(100dvh - 20px) !important; border-radius: 10px !important; }
  .p38-dialog-inner { padding: 27px 19px 22px; }
  .p38-close { width: 38px; height: 38px; top: 11px; right: 11px; }
  .p38-eyebrow { font-size: 10px; letter-spacing: .6px; margin-bottom: 22px !important; }
  .p38-satire-tag { margin-left: 0; margin-top: 4px; }
  .p38-dialog h2 { font-size: 31px; line-height: 1.1; }
  .p38-dialog h3 { font-size: 25px; }
  .p38-game-meta { font-size: 12px; }
  .p38-room { font-size: 15px; }
  .p38-ticket { font-size: 20px; }
  .p38-game-subtitle { font-size: 15px; }
  .p38-speech { padding: 18px; font-size: 21px; line-height: 1.4; }
  .p38-game-hint { font-size: 15px; }
  .p38-game-progress { gap: 4px; }
  .p38-game-progress li { font-size: 9px; padding: 7px 0; }
  .p38-game-actions, .p38-game-finish { flex-direction: column; align-items: stretch; }
  .p38-game-actions .p38-button, .p38-game-finish .p38-button { font-size: 16px !important; padding: 12px 10px; }
  .p38-panel-top { flex-direction: column; align-items: flex-start; gap: 4px; }
  .p38-tabs { gap: 4px; }
  .p38-tabs button { font-size: 12px !important; padding: 10px 3px; }
  .p38-fields-two { grid-template-columns: 1fr; gap: 0; }
  .p38-comparison { grid-template-columns: 1fr; }
  .p38-small-actions { gap: 8px; }
  .p38-small-actions .p38-button { font-size: 14px !important; }
  .p38-letter { min-height: 370px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .p38-root *, .p38-root *::before, .p38-root *::after { transition: none !important; animation: none !important; }
}
@media print {
  body { background: white !important; }
  .p38-backbar, .p38-header, .p38-footer, .p38-actions, .p38-menu, .p38-skip, .p38-handnote, .p38-dialog, .p38-toast, .p38-card-link, .p38-step-action { display: none !important; }
  .p38-root { background: white; color: black; font-size: 12pt; }
  .p38-container { width: 100%; }
  .p38-section { padding-block: 16px; }
  .p38-hero { border: none; }
  .p38-hero-frame { min-height: 0; }
  .p38-hero-copy { padding: 20px; width: 60%; }
  .p38-hero h1 { font-size: 38pt; }
  .p38-hero-claim { font-size: 21pt; }
  .p38-hero-intro { font-size: 12pt; }
  .p38-inspiration, .p38-counter-card, .p38-quote { break-inside: avoid; }
  .p38-printing #p38-app { display: none !important; }
  .p38-printing #p38-print-area { display: block !important; color: #000; font: 12pt/1.55 Arial, Helvetica, sans-serif; white-space: pre-wrap; overflow-wrap: anywhere; padding: 5mm 3mm; }
  @page { margin: 18mm; }
}
