/* DeeDeeDun.Books: shared styles for every page (generated pages load this file). */
/* fonts are self-hosted, so no visitor data goes to Google */
@font-face{font-family:'Bebas Neue';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/bebas-neue-latin.woff2) format('woff2')}
@font-face{font-family:'Crimson Pro';font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/crimson-pro-latin.woff2) format('woff2')}
@font-face{font-family:'Crimson Pro';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/crimson-pro-italic-latin.woff2) format('woff2')}
:root{
  --felt:#0F2B21; --felt-2:#133527; --felt-line:#24463A;
  --ink:#15110D; --ink-2:#1E1915; --ink-line:#2E2723;
  --cream:#F4EAD3; --cream-2:#DCD0B6; --cream-mute:#B8AD95; --cream-dim:#7A6E5C;
  --mint:#A9C4B4; --mint-2:#C9DACF;
  --gold:#D9A94A; --red:#B8262C; --red-dark:#8A1E22;
  --paper:#FFFFFF; --paper-line:#E2D6BC; --paper-text:#2A2420; --paper-mute:#5B5347;
  --display:'Bebas Neue',Impact,'Arial Narrow',sans-serif;
  --body:'Crimson Pro',Georgia,'Times New Roman',serif;
  --wrap:1296px;
  box-sizing:border-box;
  padding-top:env(safe-area-inset-top,0px);
  padding-bottom:env(safe-area-inset-bottom,0px);
}
html{scroll-behavior:smooth;scroll-padding-top:calc(88px + env(safe-area-inset-top,0px))}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
*,*::before,*::after{box-sizing:inherit}
body{margin:0;background:var(--ink);color:var(--cream);font-family:var(--body);font-size:20px;line-height:1.45;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
h1,h2,h3{font-family:var(--display);font-weight:400;margin:0;letter-spacing:.5px}
p{margin:0}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}


/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:6px;font-family:var(--display);font-size:22px;letter-spacing:2px;line-height:1;text-align:center;border:2px solid transparent;cursor:pointer;transition:transform .12s ease,background-color .12s ease}
.btn:hover{transform:translateY(-1px)}
.btn-red{background:var(--red);color:var(--cream)}
.btn-red:hover{background:#C92D34}
.btn-ink{background:var(--ink);color:var(--cream)}
.btn-ink:hover{background:#2A231E}
.btn-line{border-color:var(--cream);color:var(--cream);background:transparent}
.btn-line:hover{background:rgba(244,234,211,.08)}
.btn-line-ink{border-color:var(--ink);color:var(--ink);background:transparent}
.btn-line-ink:hover{background:rgba(21,17,13,.06)}
.btn-lg{min-height:60px;padding:0 30px;font-size:24px}

/* header */
.site-header{position:sticky;top:env(safe-area-inset-top,0px);z-index:20;background:var(--ink);border-bottom:1px solid #2A2420;padding-top:env(safe-area-inset-top,0px)}
.site-header .wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px}
.brand img{width:64px;height:64px;object-fit:contain}
.brand .wordmark{font-family:var(--display);font-size:28px;letter-spacing:2px}
.wordmark b{font-weight:400;color:var(--gold)}
.site-nav{display:flex;align-items:center;gap:36px;font-size:19px}
.site-nav a:hover{color:var(--gold)}
.header-tools{display:flex;align-items:center;gap:24px}
.lang{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:18px;letter-spacing:2px}
.lang a{display:inline-flex;align-items:center;justify-content:center;padding:6px 2px;color:#A89C86;min-width:32px;min-height:44px}
.lang a:hover{color:var(--cream)}
.lang a[aria-current="page"]{color:var(--gold)}
.lang .sep{color:var(--cream-dim)}
.header-tools .btn{min-height:46px;padding:0 22px;font-size:20px}
.menu-btn{display:none;width:44px;height:44px;border:0;background:none;color:var(--cream);cursor:pointer;align-items:center;justify-content:center}
.menu-btn svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

/* hero */
.hero{background:var(--felt);position:relative;overflow:hidden}
.hero .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:760px;padding-top:56px;padding-bottom:56px;position:relative}
.hero-spade{position:absolute;left:-140px;top:20px;width:720px;height:720px;opacity:.06;color:var(--cream);pointer-events:none}
.hero-copy{position:relative;max-width:720px;display:flex;flex-direction:column;gap:22px}
.eyebrow{display:flex;align-items:center;gap:12px;font-family:var(--display);font-size:18px;letter-spacing:3px;color:var(--gold)}
.eyebrow svg{width:18px;height:18px;flex-shrink:0}
.hero h1{font-size:clamp(56px,7.2vw,104px);line-height:.92;letter-spacing:1px}
.hero .sub{font-family:var(--display);font-size:clamp(24px,3vw,40px);line-height:1.05;color:var(--gold)}
.hero .lead{font-size:24px;color:var(--cream-2);max-width:640px}
.hero .actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}
.hero .note{font-size:18px;font-style:italic;color:var(--mint)}
.covers{position:relative;width:500px;height:640px;flex-shrink:0}
.covers img{position:absolute;border-radius:6px;object-fit:cover;transition:transform .5s ease,opacity .5s ease}
.covers .front{left:10px;top:20px;width:380px;height:570px;transform:rotate(-4deg);box-shadow:0 40px 80px rgba(0,0,0,.7);z-index:2}
.covers .back{right:0;top:40px;width:300px;height:450px;transform:rotate(8deg);box-shadow:0 30px 60px rgba(0,0,0,.6);opacity:.85;z-index:1}
html[data-lang="en"] .covers .cover-us{left:10px;top:20px;width:380px;height:570px;transform:rotate(-4deg);box-shadow:0 40px 80px rgba(0,0,0,.7);z-index:2;opacity:1;right:auto}
html[data-lang="en"] .covers .cover-de{left:auto;right:0;top:40px;width:300px;height:450px;transform:rotate(8deg);box-shadow:0 30px 60px rgba(0,0,0,.6);opacity:.85;z-index:1}
html[data-lang="de"] .covers .cover-de{left:10px;top:20px;width:380px;height:570px;transform:rotate(-4deg);box-shadow:0 40px 80px rgba(0,0,0,.7);z-index:2;opacity:1;right:auto}
html[data-lang="de"] .covers .cover-us{left:auto;right:0;top:40px;width:300px;height:450px;transform:rotate(8deg);box-shadow:0 30px 60px rgba(0,0,0,.6);opacity:.85;z-index:1}
.sticker{position:absolute;left:-20px;bottom:30px;width:112px;height:112px;border-radius:50%;background:var(--gold);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--display);line-height:1;transform:rotate(-10deg);box-shadow:0 10px 30px rgba(0,0,0,.5);z-index:3}
.sticker strong{font-weight:400;font-size:46px}
.sticker span{font-size:14px;letter-spacing:2px}

/* stats */
.stats{background:var(--gold);color:var(--ink)}
.stats .wrap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding-top:28px;padding-bottom:28px}
.stat strong{display:block;font-family:var(--display);font-weight:400;font-size:52px;line-height:1}
.stat span{font-size:18px;letter-spacing:.5px}

/* sections */
.section{padding:88px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:40px}
.section-head h2{font-size:clamp(44px,5vw,72px);line-height:.95}
.section-head .kicker{font-family:var(--display);font-size:18px;letter-spacing:3px;color:var(--gold);margin-bottom:12px}
.section-head p{max-width:520px;font-size:22px;line-height:1.4;color:var(--cream-mute)}

/* parts */
.parts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.part{background:var(--ink-2);border:1px solid var(--ink-line);border-radius:8px;padding:26px 28px;display:flex;flex-direction:column;gap:10px}
.part-num{font-family:var(--display);font-size:20px;letter-spacing:3px;color:var(--gold)}
.part h3{font-size:30px;line-height:1}
.part p{font-size:19px;line-height:1.35;color:var(--cream-mute)}

/* sample */
.sample{background:var(--cream);color:var(--ink)}
.sample .wrap{display:flex;align-items:center;gap:64px}
.sample-head{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:14px}
.sample-head .kicker{font-family:var(--display);font-size:18px;letter-spacing:3px;color:var(--red-dark)}
.sample-head h2{font-size:clamp(40px,4vw,56px);line-height:.95}
.tag{display:inline-flex;align-items:center;align-self:flex-start;height:32px;padding:0 12px;border-radius:4px;background:var(--felt);color:var(--cream);font-family:var(--display);font-size:16px;letter-spacing:2px}
.sample-body{display:flex;flex-direction:column;gap:22px}
.sample-body p{font-size:26px;line-height:1.45;color:var(--paper-text)}
.sample-body .btn{align-self:flex-start}

/* labels */
.labels{background:var(--felt)}
.labels .section-head h2{font-size:clamp(40px,4.5vw,64px)}
.labels .section-head p{color:var(--mint);max-width:480px;font-size:21px}
.labels-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.label{background:var(--felt-2);border-top:3px solid var(--gold);border-radius:0 0 8px 8px;padding:26px 28px;display:flex;flex-direction:column;gap:8px}
.label h3{font-size:32px;line-height:1}
.label p{font-size:20px;line-height:1.35;color:var(--mint-2)}

/* editions */
.editions{background:var(--cream);color:var(--ink)}
.editions .section-head .kicker{color:var(--red-dark)}
.editions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.edition{background:var(--paper);border:1px solid var(--paper-line);border-radius:10px;padding:32px;display:flex;gap:28px;align-items:center}
.edition img{width:220px;height:330px;object-fit:cover;border-radius:6px;box-shadow:0 20px 40px rgba(0,0,0,.25);flex-shrink:0}
.edition-body{display:flex;flex-direction:column;gap:12px}
.edition-body .kicker{font-family:var(--display);font-size:18px;letter-spacing:3px;color:var(--red-dark)}
.edition-body h3{font-size:38px;line-height:.95}
.edition-body p{font-size:20px;line-height:1.35;color:var(--paper-mute)}
.edition-body .meta{font-family:var(--display);font-size:18px;letter-spacing:2px}
.edition-body .btn{align-self:flex-start}
html[data-lang="en"] .ed-us{order:1} html[data-lang="en"] .ed-de{order:2}
html[data-lang="de"] .ed-de{order:1} html[data-lang="de"] .ed-us{order:2}
html[data-lang="en"] .ed-us .btn{background:var(--red)} html[data-lang="en"] .ed-de .btn{background:var(--ink)}
html[data-lang="de"] .ed-de .btn{background:var(--red)} html[data-lang="de"] .ed-us .btn{background:var(--ink)}

/* gift */
.gift .wrap{display:flex;align-items:center;gap:56px}
.gift-mark{width:180px;height:180px;flex-shrink:0;border-radius:50%;background:var(--felt);color:var(--gold);display:flex;align-items:center;justify-content:center}
.gift-mark svg{width:96px;height:96px}
.gift-body{display:flex;flex-direction:column;gap:16px;max-width:980px}
.gift-body .kicker{font-family:var(--display);font-size:18px;letter-spacing:3px;color:var(--gold)}
.gift-body h2{font-size:clamp(38px,4vw,56px);line-height:.95}
.gift-body p{font-size:22px;line-height:1.45;color:var(--cream-mute)}
.gift-body .btn{align-self:flex-start}

/* footer */
.site-footer{background:var(--felt);padding:64px 0 40px}
.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;align-items:start}
.footer-col{display:flex;flex-direction:column;gap:14px}
/* links column stays in the last grid column at every breakpoint, the middle one is left empty */
.footer-col-end{grid-column:-2}
.footer-col h2{font-size:40px;line-height:.95}
.footer-col .lead{font-size:19px;line-height:1.4;color:var(--mint)}
.footer-col label{font-family:var(--display);font-size:16px;letter-spacing:2px;color:var(--mint)}
.nl-form{display:flex;gap:10px}
.nl-form input{flex:1 1 auto;min-width:0;height:54px;padding:0 16px;border:1px solid #3A5A4C;border-radius:6px;background:var(--felt-2);color:var(--cream);font-family:var(--body);font-size:19px}
.nl-form input::placeholder{color:#6F8F7E}
.nl-form button{height:54px;padding:0 22px;border:0;border-radius:6px;background:var(--gold);color:var(--ink);font-family:var(--display);font-size:22px;letter-spacing:2px;cursor:pointer}
.nl-form button:hover{background:#E0B25A}
.nl-msg{font-size:17px;color:var(--mint);min-height:1.4em}
.nl-note{font-size:16px;line-height:1.4;color:#7A9A8A}
.nl-note a{text-decoration:underline;text-underline-offset:3px}
.nl-note a:hover{color:var(--gold)}
.nl-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.footer-links{display:flex;flex-direction:column;gap:8px;font-size:19px;color:var(--mint)}
.footer-links a:hover{color:var(--gold)}
.footer-links button{align-self:flex-start;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}
.footer-links button:hover{color:var(--gold)}
.footer-bottom{margin-top:40px;padding-top:16px;border-top:1px solid var(--felt-line);font-size:17px;color:#7A9A8A}

/* sample dialog */
.sample-dialog{border:0;padding:0;margin:auto;width:min(880px,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);background:var(--ink);color:var(--cream);border-radius:10px;box-shadow:0 40px 100px rgba(0,0,0,.7);overflow:hidden}
.sample-dialog::backdrop{background:rgba(10,20,15,.82)}
.sample-dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--ink-line);background:var(--ink)}
.sample-dialog-title{font-family:var(--display);font-size:22px;letter-spacing:2px;color:var(--gold)}
.sample-close{width:44px;height:44px;border:0;border-radius:6px;background:transparent;color:var(--cream);cursor:pointer;display:flex;align-items:center;justify-content:center}
.sample-close:hover{background:var(--ink-2)}
.sample-close svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.sample-pages{overflow-y:auto;max-height:calc(100vh - 32px - 73px);max-height:calc(100dvh - 32px - 73px);padding:20px;display:flex;flex-direction:column;gap:20px;background:#0B0907}
.sample-pages img{width:100%;height:auto;border-radius:4px;box-shadow:0 20px 40px rgba(0,0,0,.6)}
.sample-dialog-cta{display:flex;flex-direction:column;align-items:center;gap:14px;padding:16px 0 8px;text-align:center}
.sample-dialog-cta p{font-size:20px;color:var(--cream-mute)}

/* legal pages */
.legal-page{padding:64px 0 96px}
.legal-page .wrap{max-width:860px}
.legal-page h1{font-size:clamp(44px,5vw,72px);line-height:.95;margin-bottom:12px}
.legal-page .intro{font-size:21px;color:var(--cream-mute);margin-bottom:40px}
.legal-page h2{font-size:34px;line-height:1;margin:48px 0 14px;color:var(--gold)}
.legal-page h3{font-size:26px;line-height:1;margin:32px 0 10px}
.legal-page p{font-size:19px;line-height:1.55;color:var(--cream-2);margin-bottom:14px}
.legal-page ul,.legal-page ol{font-size:19px;line-height:1.55;color:var(--cream-2);margin:0 0 14px;padding-left:26px}
.legal-page li{margin-bottom:4px}
.legal-page a{color:var(--gold);text-decoration:underline;text-underline-offset:3px;word-break:break-word}
.legal-page .toc{background:var(--ink-2);border:1px solid var(--ink-line);border-radius:8px;padding:20px 24px 20px 40px;margin-bottom:8px}
.legal-page .toc ol{margin:0}
.legal-page .toc ol ol{margin:4px 0 0;padding-left:22px;list-style:none}
.legal-page .toc a{text-decoration:none;color:var(--cream)}
.legal-page .toc a:hover{color:var(--gold)}
.legal-page address{font-style:normal;font-size:19px;line-height:1.55;color:var(--cream);margin-bottom:14px}
.legal-page .source{margin-top:40px;font-size:17px;color:var(--cream-dim)}
.back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-size:18px;letter-spacing:2px;color:var(--gold);margin-bottom:28px}
@media (max-width:820px){.legal-page{padding:40px 0 64px}.legal-page h2{font-size:28px}.legal-page p,.legal-page ul,.legal-page ol{font-size:18px}}

/* cookie consent */
.consent{position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--ink);border-top:3px solid var(--gold);box-shadow:0 -20px 60px rgba(0,0,0,.5);padding-bottom:env(safe-area-inset-bottom,0px)}
.consent-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:20px;padding-bottom:20px}
.consent-title{font-size:28px;line-height:1;margin-bottom:6px;color:var(--gold)}
.consent-text p{font-size:17px;line-height:1.4;color:var(--cream-2);max-width:760px}
.consent-text a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.consent-actions{display:flex;gap:12px;flex-shrink:0}
.consent-actions .btn{min-height:48px;padding:0 20px;font-size:20px}

/* poker facts teaser on the home pages */
.facts-teaser{background:var(--ink)}
.teaser-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.teaser{display:flex;flex-direction:column;gap:10px;background:var(--ink-2);border:1px solid var(--ink-line);border-radius:8px;padding:24px 26px;transition:border-color .15s ease,transform .15s ease}
.teaser:hover{border-color:var(--gold);transform:translateY(-2px)}
.teaser .part-num{font-family:var(--display);font-size:18px;letter-spacing:3px;color:var(--gold)}
.teaser h3{font-size:28px;line-height:1}
.teaser p{font-size:18px;line-height:1.4;color:var(--cream-mute)}
.teaser .more{margin-top:auto;font-family:var(--display);font-size:18px;letter-spacing:2px;color:var(--gold)}
.section-cta{margin-top:32px}

/* articles and the facts hub */
.article-page{padding:56px 0 88px}
.article-page .wrap{max-width:820px}
.crumbs{display:flex;flex-wrap:wrap;gap:8px;font-family:var(--display);font-size:17px;letter-spacing:2px;color:var(--cream-dim);margin-bottom:24px}
.crumbs a{color:var(--gold)}
.crumbs a:hover{text-decoration:underline;text-underline-offset:3px}
.article-page h1{font-size:clamp(44px,6vw,76px);line-height:.95;margin-bottom:18px}
.article-page .lead{font-size:24px;line-height:1.45;color:var(--cream-2);margin-bottom:20px}
.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:17px;color:var(--cream-dim);margin-bottom:36px}
.article-page .tag{background:var(--felt-2);color:var(--mint-2)}
.article-body h2{font-size:clamp(32px,4vw,44px);line-height:1;margin:48px 0 14px;color:var(--gold)}
.article-body h3{font-size:28px;line-height:1;margin:32px 0 10px}
.article-body p{font-size:20px;line-height:1.6;color:var(--cream-2);margin-bottom:16px}
.article-body ul,.article-body ol{font-size:20px;line-height:1.6;color:var(--cream-2);margin:0 0 16px;padding-left:26px}
.article-body li{margin-bottom:6px}
.article-body strong{color:var(--cream);font-weight:600}
.article-body a:not(.btn){color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.article-figure{margin:0 0 32px}
.article-figure img{width:100%;height:auto;border-radius:8px;box-shadow:0 24px 50px rgba(0,0,0,.5)}
.article-figure figcaption{margin-top:10px;font-size:16px;font-style:italic;color:var(--cream-dim)}
.answer{background:var(--felt);border-left:4px solid var(--gold);border-radius:0 8px 8px 0;padding:20px 24px;margin:0 0 28px}
.answer p{margin:0;font-size:21px;color:var(--cream)}
.odds-table{width:100%;border-collapse:collapse;margin:8px 0 24px;font-size:19px}
.odds-table th,.odds-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--ink-line)}
.odds-table th{font-family:var(--display);font-weight:400;font-size:18px;letter-spacing:2px;color:var(--gold)}
.odds-table td{color:var(--cream-2)}
.odds-table td:last-child{white-space:nowrap}
.book-box{display:flex;gap:24px;align-items:center;background:var(--cream);color:var(--ink);border-radius:10px;padding:24px;margin:48px 0 24px}
.book-box img{width:120px;height:180px;object-fit:cover;border-radius:4px;box-shadow:0 14px 30px rgba(0,0,0,.35);flex-shrink:0}
.book-box-body{display:flex;flex-direction:column;gap:10px}
.book-box .kicker{font-family:var(--display);font-size:17px;letter-spacing:3px;color:var(--red-dark)}
.book-box h2{font-size:32px;line-height:1;margin:0;color:var(--ink)}
.book-box p{font-size:18px;line-height:1.45;color:var(--paper-mute);margin:0}
.book-box .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}
.book-box .btn{min-height:48px;padding:0 20px;font-size:20px}
.sources{font-size:17px;line-height:1.5;color:var(--cream-dim);border-top:1px solid var(--ink-line);padding-top:16px;margin-top:32px}
.related{margin-top:40px}
.related h2{font-size:32px;line-height:1;margin-bottom:16px}
.related-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;list-style:none;padding:0;margin:0}
.related-list a{display:block;height:100%;background:var(--ink-2);border:1px solid var(--ink-line);border-radius:8px;padding:16px 18px;font-size:19px;line-height:1.35;color:var(--cream)}
.related-list a:hover{border-color:var(--gold)}
.fact-list{list-style:none;padding:0;margin:0 0 16px;counter-reset:fact}
.fact-list li{counter-increment:fact;position:relative;padding:18px 0 18px 64px;border-top:1px solid var(--ink-line);font-size:20px;line-height:1.5;color:var(--cream-2)}
.fact-list li::before{content:counter(fact);position:absolute;left:0;top:14px;font-family:var(--display);font-size:40px;line-height:1;color:var(--gold)}
.fact-list .tag{margin-left:8px;height:26px;font-size:14px;vertical-align:2px}
.hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}

/* responsive */
@media (max-width:1100px){
  .hero .wrap{flex-direction:column;align-items:flex-start;min-height:0}
  .covers{align-self:center}
  .parts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .editions-grid{grid-template-columns:1fr}
  .stats .wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  body{font-size:18px}
  .site-header .wrap{height:72px}
  .brand img{width:52px;height:52px}
  .brand .wordmark{font-size:22px}
  .site-nav{position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;background:var(--ink);border-bottom:1px solid #2A2420;display:none}
  .site-nav.open{display:flex}
  .site-nav a{padding:16px 24px;border-top:1px solid #2A2420;font-size:20px}
  .header-tools .btn{display:none}
  .menu-btn{display:flex}
  .section{padding:56px 0}
  .section-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:28px}
  .hero .wrap{padding-top:36px;padding-bottom:40px;gap:22px;align-items:center;text-align:center}
  .hero-copy{align-items:center}
  .hero .actions{flex-direction:column;width:100%}
  .hero .actions .btn{width:100%}
  .hero .lead{font-size:19px}
  .hero-spade{display:none}
  .covers{width:300px;height:380px}
  html[data-lang="en"] .covers .cover-us,html[data-lang="de"] .covers .cover-de{width:230px;height:345px;left:10px;top:10px}
  html[data-lang="en"] .covers .cover-de,html[data-lang="de"] .covers .cover-us{width:180px;height:270px;top:30px}
  .sticker{width:84px;height:84px;left:-6px;bottom:6px}
  .sticker strong{font-size:34px}
  .sticker span{font-size:11px;letter-spacing:1px}
  .stat strong{font-size:44px}
  .stat span{font-size:16px}
  .parts-grid{grid-template-columns:1fr;gap:0}
  .part{background:transparent;border:0;border-top:1px solid var(--ink-line);border-radius:0;padding:16px 0;display:grid;grid-template-columns:44px 1fr;gap:4px 14px}
  .part:last-child{border-bottom:1px solid var(--ink-line)}
  .part .part-num{grid-row:1/3;font-size:20px}
  .part h3{font-size:24px}
  .part p{font-size:16px}
  .sample .wrap{flex-direction:column;align-items:stretch;gap:16px}
  .sample-head{width:auto}
  .sample-body p{font-size:19px}
  .sample-body .btn,.gift-body .btn,.edition-body .btn{align-self:stretch}
  .labels-grid{grid-template-columns:1fr;gap:12px}
  .label{padding:18px 20px}
  .label h3{font-size:26px}
  .label p{font-size:17px}
  .edition{padding:20px;gap:16px;align-items:flex-start;flex-wrap:wrap}
  .edition img{width:120px;height:180px}
  .edition-body{flex:1 1 180px}
  .edition-body h3{font-size:26px}
  .edition-body p{font-size:16px}
  .edition-body .meta{font-size:15px}
  .gift .wrap{flex-direction:column;align-items:flex-start;gap:20px}
  .gift-mark{width:120px;height:120px}
  .gift-mark svg{width:64px;height:64px}
  .gift-body p{font-size:18px}
  .site-footer{padding:48px 0 32px}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .footer-col h2{font-size:36px}
  .nl-form{flex-direction:column}
  .consent-inner{flex-direction:column;align-items:stretch;gap:14px;padding-top:16px;padding-bottom:16px}
  .consent-title{font-size:24px}
  .consent-text p{font-size:15px}
  .consent-actions .btn{flex:1 1 0;padding:0 10px;font-size:18px;letter-spacing:1px}
}
/* phones: logo, wordmark, language switch and menu button must share one row */
@media (max-width:480px){
  .site-header .wrap{gap:12px}
  .brand{gap:8px}
  .brand img{width:40px;height:40px}
  .brand .wordmark{font-size:18px;letter-spacing:.5px}
  .header-tools{gap:8px}
  .lang{gap:4px}
  .lang a{min-width:30px}
}
@media (max-width:359px){
  .brand .wordmark{display:none}
}
/* header: keep labels on one line; tighten, then collapse the nav before it runs out of room */
.site-nav a,.header-tools .btn{white-space:nowrap}
@media (max-width:1240px){
  .site-header .wrap{gap:16px}
  .site-nav{gap:20px}
  .header-tools{gap:16px}
  .header-tools .btn{padding:0 16px}
}
@media (max-width:1099px){
  .site-nav{position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;background:var(--ink);border-bottom:1px solid #2A2420;display:none}
  .site-nav.open{display:flex}
  .site-nav a{padding:16px 24px;border-top:1px solid #2A2420;font-size:20px}
  .menu-btn{display:flex}
}

/* articles and teasers on smaller screens */
@media (max-width:1100px){
  .teaser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .teaser-grid,.hub-grid,.related-list{grid-template-columns:1fr}
  .teaser h3{font-size:24px}
  .article-page{padding:36px 0 64px}
  .article-page .lead{font-size:20px}
  .article-body p,.article-body ul,.article-body ol{font-size:18px}
  .odds-table{font-size:16px}
  .odds-table th,.odds-table td{padding:10px 8px}
  .book-box{flex-direction:column;align-items:flex-start}
  .book-box .btn{align-self:stretch}
  .fact-list li{padding-left:48px;font-size:18px}
  .fact-list li::before{font-size:32px}
}
