:root {
  --ink: #090806;
  --coal: #100e0a;
  --paper: #e8ddbf;
  --paper-dim: #a79b7d;
  --gold: #c6a34f;
  --gold-bright: #e0c778;
  --gold-dark: #5d4720;
  --oxblood: #741820;
  --line: rgba(198, 163, 79, 0.28);
  --text: #c8bda4;
  --text-muted: #aca088;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-label: "Courier New", Courier, monospace;
  --font-display: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(115, 75, 22, 0.16), transparent 30rem),
    #090806;
  color: var(--paper);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background:
    repeating-radial-gradient(circle at 17% 23%, transparent 0 2px, rgba(231, 205, 139, 0.045) 3px 4px),
    repeating-linear-gradient(97deg, transparent 0 11px, rgba(255, 255, 255, 0.014) 12px);
}

::selection {
  color: #fff8df;
  background: var(--oxblood);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header nav,
.header-download,
.language-switch,
.eyebrow,
.section-kicker,
.free-case,
.hero-facts dd,
.case-stamp,
.manor-caption,
.trust-strip,
.board-topline,
.board-rooms,
.board-scene figcaption,
.evidence-note,
.casebook-prop,
.case-card,
.price-note,
.text-link,
.feature-number,
footer,
.legal-back,
.legal-updated {
  font-family: var(--font-label);
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: min(1320px, calc(100% - 64px));
  height: 104px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand img {
  width: 43px;
  height: 43px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px #000);
}

.brand span {
  color: #dfcc91;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header nav a {
  position: relative;
  color: #b5a98d;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-header nav a::after {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--gold);
  transform: translateX(-50%) rotate(45deg) scale(0);
  transition: transform 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--gold-bright);
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: translateX(-50%) rotate(45deg) scale(1);
}

.header-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  color: #dece9e;
  border: 1px solid rgba(198, 163, 79, 0.58);
  background: rgba(13, 11, 7, 0.6);
  min-height: 44px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5f553f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.language-switch a {
  min-width: 38px;
  min-height: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: #776d58;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  font: inherit;
  transition: color 180ms ease, border-color 180ms ease;
}

.language-switch a:hover,
.language-switch a:focus-visible {
  color: #f0dda4;
}

.language-switch a.active {
  color: var(--gold-bright);
  border-bottom-color: var(--gold);
}

.header-download:hover,
.header-download:focus-visible {
  color: #fff4d4;
  border-color: var(--gold-bright);
  background: rgba(116, 24, 32, 0.65);
}

.header-download--soon {
  cursor: default;
}

.header-download--soon:hover {
  color: #dece9e;
  border-color: rgba(198, 163, 79, 0.58);
  background: rgba(13, 11, 7, 0.6);
}

.android-dot {
  position: relative;
  width: 14px;
  height: 10px;
  border-radius: 7px 7px 2px 2px;
  background: #a4c639;
}

.android-dot::before,
.android-dot::after {
  position: absolute;
  top: -4px;
  width: 1px;
  height: 5px;
  content: "";
  background: #a4c639;
}

.android-dot::before { left: 3px; transform: rotate(-32deg); }
.android-dot::after { right: 3px; transform: rotate(32deg); }

.hero {
  position: relative;
  min-height: 800px;
  height: min(920px, 100vh);
  padding: 166px max(32px, calc((100vw - 1320px) / 2)) 76px;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: 38px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.96) 0%, rgba(9, 8, 6, 0.65) 43%, rgba(9, 8, 6, 0.08) 70%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(198, 163, 79, 0.035) 25%);
}

.hero::after {
  right: -6vw;
  bottom: -28%;
  width: 62vw;
  height: 80%;
  border-radius: 50%;
  background: rgba(157, 98, 14, 0.09);
  filter: blur(60px);
}

.hero-glow {
  position: absolute;
  left: 57%;
  top: 22%;
  z-index: 0;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(216, 169, 69, 0.09);
  filter: blur(34px);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-copy {
  z-index: 4;
  padding-top: 8px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.eyebrow span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--gold-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: #efe2bf;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 740px;
  margin-bottom: 26px;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.06;
  text-wrap: balance;
}

h1 em {
  color: #b79b55;
  font-weight: 400;
}

.hero-intro {
  max-width: 600px;
  margin-bottom: 31px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 42px;
}

.play-store-button {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  min-width: 218px;
  min-height: 66px;
  padding: 10px 19px;
  overflow: hidden;
  border: 1px solid #bdb8ae;
  border-radius: 9px;
  background: #050505;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.play-store-button::after {
  position: absolute;
  inset: 1px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 7px;
}

.play-store-button:hover,
.play-store-button:focus-visible {
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.48), 0 0 0 3px rgba(198, 163, 79, 0.12);
}

.play-store-button--soon {
  cursor: default;
  border-color: rgba(198, 163, 79, 0.72);
  background: linear-gradient(135deg, #17130c, #0b0906);
  box-shadow: inset 0 0 0 1px rgba(198, 163, 79, 0.08), 0 10px 24px rgba(0, 0, 0, 0.3);
}

.play-store-button--soon:hover {
  border-color: rgba(198, 163, 79, 0.72);
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(198, 163, 79, 0.08), 0 10px 24px rgba(0, 0, 0, 0.3);
}

.play-store-button--soon .play-store-mark {
  filter: saturate(0.7) brightness(0.92);
}

.play-store-mark {
  width: 36px;
  height: 40px;
  flex: 0 0 auto;
  background: conic-gradient(from 90deg at 30% 50%, #ffce00 0 24%, #f44040 0 43%, #b02be1 0 51%, #00d2ff 0 75%, #00e676 0);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 15% 50%);
}

.play-store-copy {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}

.play-store-copy span {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.play-store-button--soon .play-store-copy span {
  color: #d9bd70;
  font-weight: 700;
}

.play-store-copy strong {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.free-case {
  color: #b8ad94;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.free-case i {
  margin-right: 5px;
  color: var(--gold-dark);
  font-style: normal;
}

.hero-facts {
  position: relative;
  z-index: 6;
  width: min(100%, 590px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(198, 163, 79, 0.24);
  border-bottom: 1px solid rgba(198, 163, 79, 0.24);
  overflow: hidden;
  background: linear-gradient(90deg, rgba(13, 11, 7, 0.94), rgba(20, 16, 9, 0.82), rgba(13, 11, 7, 0.94));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.hero-facts div {
  min-width: 0;
  min-height: 68px;
  padding: 7px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.hero-facts div:first-child {
  padding-left: 0;
}

.hero-facts div:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-facts dt {
  color: #f0dda5;
  font-family: var(--font-display);
  font-size: 25px;
}

.hero-facts dd {
  margin: 7px 0 0;
  color: #b9ad91;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

main[data-language="nl"] .hero-facts dd {
  font-size: 12px;
  letter-spacing: 0.04em;
}

main[data-language="nl"] h1 {
  font-size: clamp(43px, 3.9vw, 60px);
}

.hero-visual {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
}

.moon {
  position: absolute;
  top: 8%;
  left: 54%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 40%, #9d854f, #463713 40%, rgba(17, 13, 5, 0) 70%);
  opacity: 0.23;
  filter: blur(1px);
}

.manor {
  position: absolute;
  z-index: 2;
  right: -13%;
  bottom: -3%;
  width: 122%;
  max-width: none;
  filter: drop-shadow(0 26px 22px #000);
}

.hero-visual::after {
  position: absolute;
  right: -15%;
  bottom: -8%;
  z-index: 3;
  width: 125%;
  height: 24%;
  content: "";
  background: linear-gradient(180deg, transparent, #090806 72%);
}

.case-stamp {
  position: absolute;
  z-index: 4;
  top: 16%;
  right: 1%;
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(198, 163, 79, 0.34);
  border-radius: 50%;
  color: rgba(210, 179, 98, 0.52);
  font-size: 8px;
  letter-spacing: 0.25em;
  transform: rotate(8deg);
}

.case-stamp::before {
  position: absolute;
  inset: 5px;
  content: "";
  border: 1px dashed rgba(198, 163, 79, 0.3);
  border-radius: 50%;
}

.case-stamp strong {
  margin: 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.manor-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: #7e745d;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.trust-strip {
  min-height: 74px;
  padding: 0 max(32px, calc((100vw - 1040px) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #0c0a07;
}

.trust-strip span {
  padding: 8px 24px;
  color: #c9bb98;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip span:last-child {
  border-right: 0;
}

.trust-strip i {
  margin-right: 12px;
  color: var(--gold);
  font-style: normal;
}

.premise {
  position: relative;
  padding: 108px 30px 112px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(198, 163, 79, 0.07) 50%, transparent 50.05%),
    radial-gradient(circle at 50% 55%, rgba(108, 71, 24, 0.12), transparent 34rem);
}

.premise::before,
.premise::after {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold-dark);
  transform: translateX(-50%) rotate(45deg);
}

.premise::before { top: -4px; }
.premise::after { bottom: -4px; }

.section-kicker {
  margin-bottom: 19px;
}

.premise h2,
.section-heading h2,
.case-copy h2,
.daily h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.1;
}

.premise h2 {
  max-width: 820px;
  margin: 0 auto 29px;
}

.premise > p:last-child {
  max-width: 640px;
  margin: 0 auto;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

.how,
.features {
  max-width: 1320px;
  margin: 0 auto;
  padding: 108px 32px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 35px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--line);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 420px;
  margin-bottom: 8px;
  color: #b7ab92;
  font-size: 15px;
  line-height: 1.7;
}

.how-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(198, 163, 79, 0.18);
}

.steps li:first-child {
  padding-top: 0;
}

.steps li > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.steps li > span::after {
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 12px;
  content: "";
  background: var(--gold-dark);
}

.steps h3,
.feature-grid h3 {
  margin: 0 0 12px;
  color: #d9c99f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.steps p,
.feature-grid p,
.case-copy > p:not(.section-kicker),
.daily-inner > div > p:last-child {
  margin-bottom: 0;
  color: #b7ab92;
  font-size: 15px;
  line-height: 1.75;
}

.board-scene {
  position: relative;
  min-height: 650px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(198, 163, 79, 0.16);
  background:
    radial-gradient(circle at 50% 45%, rgba(109, 68, 19, 0.22), transparent 51%),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(198, 163, 79, 0.025) 40px),
    #0d0b08;
}

.board-scene::before,
.board-scene::after,
.case-visual::before,
.case-visual::after {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  content: "";
  border-color: var(--gold-dark);
}

.board-scene::before,
.case-visual::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.board-scene::after,
.case-visual::after {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.logic-board {
  position: relative;
  z-index: 3;
  width: min(430px, 73%);
  padding: 21px 21px 30px;
  border: 1px solid #7d632c;
  outline: 6px solid #17130c;
  background:
    radial-gradient(circle at 38% 17%, rgba(106, 72, 26, 0.24), transparent 18rem),
    #0b0906;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.72), 0 0 0 8px #3f3219;
  transform: rotate(1.2deg);
}

.board-topline {
  display: flex;
  justify-content: space-between;
  padding: 0 3px 15px;
  color: #a98d47;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  aspect-ratio: 1;
  border-top: 2px solid #9f8240;
  border-left: 2px solid #9f8240;
  background: rgba(33, 27, 16, 0.72);
}

.board-grid > span {
  display: grid;
  place-items: center;
  color: #cfad55;
  border-right: 1px solid rgba(159, 130, 64, 0.44);
  border-bottom: 1px solid rgba(159, 130, 64, 0.44);
  font-size: 11px;
}

.board-grid > span:nth-child(3n) {
  border-right-width: 2px;
  border-right-color: #9f8240;
}

.board-grid > span:nth-child(n+19):nth-child(-n+24) {
  border-top: 2px solid #9f8240;
}

.board-grid > span.marked {
  background: radial-gradient(circle, rgba(190, 152, 58, 0.23), transparent 62%);
}

.board-rooms {
  position: absolute;
  top: 75px;
  left: 25px;
  right: 25px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  pointer-events: none;
}

.board-rooms span {
  width: max-content;
  padding: 3px 5px;
  color: #baa05f;
  border: 1px solid #7b6332;
  background: #0b0906;
  font-size: 7px;
  letter-spacing: 0.11em;
}

.board-rooms span:nth-child(2) { justify-self: center; }
.board-rooms span:last-child { justify-self: end; }

.suspect-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 19px;
}

.suspect-row span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #d1b86e;
  border: 1px solid #8b7138;
  border-radius: 50%;
  background: radial-gradient(circle, #312716, #0a0805 72%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.clue-slip {
  position: absolute;
  z-index: 6;
  right: -65px;
  bottom: 73px;
  width: 190px;
  padding: 19px 18px;
  color: #483a20;
  border: 1px solid #756139;
  background: #c6b98f;
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.4);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  transform: rotate(-4deg);
}

.accusation-seal {
  position: absolute;
  top: 43%;
  left: -53px;
  z-index: 8;
  padding: 9px 12px 7px;
  color: #bd4b52;
  border: 2px solid rgba(147, 34, 42, 0.78);
  border-radius: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 12px rgba(147, 34, 42, 0.45);
  transform: rotate(-12deg);
}

.board-scene figcaption {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 16px;
  max-width: calc(100% - 40px);
  padding: 6px 9px;
  color: #b7ac94;
  background: rgba(9, 8, 6, 0.78);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.evidence-note {
  position: absolute;
  z-index: 4;
  width: 118px;
  padding: 21px 12px;
  color: #645735;
  border: 1px solid rgba(120, 96, 45, 0.5);
  background: #b6a778;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-align: center;
}

.evidence-note strong {
  display: block;
  margin-top: 9px;
  color: #3a2e17;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.evidence-note--one {
  top: 19%;
  right: 7%;
  transform: rotate(6deg);
}

.evidence-note--two {
  left: 6%;
  bottom: 18%;
  transform: rotate(-7deg);
}

.case-files {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 820px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0b08;
  overflow: hidden;
}

.case-files::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 20% 40%, rgba(127, 75, 18, 0.12), transparent 32rem);
}

.case-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 90px 80px 0;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(198, 163, 79, 0.045) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 49.9%, rgba(198, 163, 79, 0.045) 50%, transparent 50.1%);
}

.casebook-prop {
  position: relative;
  z-index: 3;
  width: min(410px, 75%);
  min-height: 520px;
  margin-bottom: 65px;
  padding: 62px 34px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c8aa60;
  border: 1px solid #8a6a2d;
  outline: 7px solid #1c120c;
  background:
    radial-gradient(circle at 50% 30%, rgba(117, 23, 29, 0.55), transparent 16rem),
    repeating-linear-gradient(86deg, transparent 0 7px, rgba(255, 255, 255, 0.009) 8px),
    #360c11;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65), 14px 10px 0 #0b0806, 15px 10px 0 #60471f;
  text-align: center;
  transform: rotate(-2deg) translateX(-5%);
}

.casebook-prop::before,
.casebook-prop::after {
  position: absolute;
  inset: 13px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(197, 155, 64, 0.42);
}

.casebook-prop::after {
  inset: 21px;
  border-color: rgba(197, 155, 64, 0.18);
}

.casebook-rule {
  position: relative;
  z-index: 2;
  width: 78%;
  margin-bottom: 33px;
  border-top: 1px solid #7f632b;
}

.casebook-rule span {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 11px;
  color: #b08c3f;
  background: #350c11;
  font-size: 8px;
  transform: translate(-50%, -50%);
}

.casebook-prop img {
  position: relative;
  z-index: 2;
  width: 94px;
  height: 94px;
  margin-bottom: 25px;
  object-fit: contain;
}

.casebook-prop p,
.casebook-prop span,
.casebook-prop small {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.casebook-prop h3 {
  position: relative;
  z-index: 2;
  margin: 13px 0 0;
  color: #e3cc8e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.casebook-prop strong {
  position: relative;
  z-index: 2;
  margin: 17px 0 2px;
  color: #e1c579;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

.casebook-prop small {
  margin-top: auto;
  color: #74582a;
  font-size: 6px;
}

.case-card {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #513813;
  border: 1px solid #5f4822;
  background: #b6a778;
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.case-card--rear {
  right: 5%;
  bottom: 14%;
  width: 170px;
  height: 225px;
  padding: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  transform: rotate(9deg);
}

.case-card--front {
  right: 2%;
  bottom: 19%;
  width: 174px;
  height: 232px;
  transform: rotate(-4deg);
}

.case-card--front::before {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(81, 56, 19, 0.45);
}

.case-card small,
.case-card span {
  max-width: 120px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.case-card strong {
  margin: 8px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.case-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 570px;
  padding: 70px clamp(42px, 7vw, 112px);
  box-sizing: content-box;
}

.case-copy h2 {
  margin-bottom: 30px;
}

.case-copy > p {
  margin-bottom: 33px;
}

.price-note {
  margin: -3px 0 28px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(198, 163, 79, 0.17);
  border-bottom: 1px solid rgba(198, 163, 79, 0.17);
}

.price-note > strong {
  color: #e4cb84;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
}

.price-note > span {
  color: #b7aa8d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-transform: uppercase;
}

.price-note small {
  display: block;
  color: #aa9d83;
  font-size: 11px;
}

.case-copy ul {
  padding: 25px 0;
  margin: 0 0 34px;
  list-style: none;
  border-top: 1px solid rgba(198, 163, 79, 0.17);
  border-bottom: 1px solid rgba(198, 163, 79, 0.17);
}

.case-copy li {
  padding: 8px 0;
  color: #aa9f84;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.case-copy li span {
  margin-right: 12px;
  color: var(--gold-dark);
}

.text-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 7px;
  color: #dbc88f;
  border-bottom: 1px solid var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #fff0c0;
  border-color: var(--gold-bright);
}

.text-link span {
  font-size: 17px;
}

.text-link--soon {
  padding: 12px 15px;
  border: 1px solid rgba(198, 163, 79, 0.34);
  background: rgba(198, 163, 79, 0.05);
  cursor: default;
}

.text-link--soon:hover {
  color: #dbc88f;
  border-color: rgba(198, 163, 79, 0.34);
}

.features {
  padding-bottom: 118px;
}

.section-heading--centered {
  align-items: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-grid article {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(23, 19, 12, 0.9), rgba(10, 9, 7, 0.8));
  transition: background 220ms ease, transform 220ms ease;
}

.feature-grid article:hover {
  z-index: 2;
  background: linear-gradient(145deg, rgba(54, 38, 16, 0.7), rgba(13, 10, 7, 0.95));
  transform: translateY(-5px);
}

.feature-number {
  color: #a08f68;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.feature-ornament {
  width: 44px;
  height: 44px;
  margin: 28px 0 22px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.feature-grid h3 {
  font-size: 21px;
}

.daily {
  position: relative;
  padding: 0 32px 80px;
}

.daily-inner {
  position: relative;
  max-width: 1260px;
  min-height: 280px;
  margin: 0 auto;
  padding: 44px 54px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 54px;
  overflow: hidden;
  border: 1px solid #705622;
  background:
    radial-gradient(circle at 20% 50%, rgba(218, 177, 73, 0.13), transparent 24rem),
    linear-gradient(120deg, #2c090d, #5b1017 60%, #2c090d);
  box-shadow: inset 0 0 0 5px #13090a, inset 0 0 0 6px rgba(198, 163, 79, 0.35);
}

.daily-inner::before,
.daily-inner::after {
  position: absolute;
  width: 300px;
  height: 300px;
  content: "";
  border: 1px solid rgba(206, 170, 74, 0.12);
  transform: rotate(45deg);
}

.daily-inner::before { top: -240px; left: -100px; }
.daily-inner::after { right: -170px; bottom: -240px; }

.daily-inner > img {
  position: relative;
  z-index: 2;
  width: 156px;
  border: 1px solid rgba(214, 177, 77, 0.4);
  border-radius: 27px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
}

.daily-inner > div {
  position: relative;
  z-index: 2;
}

.daily h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 3.7vw, 54px);
}

.daily-inner > div > p:last-child {
  color: #bea992;
}

.daily .play-store-button {
  position: relative;
  z-index: 2;
}

.play-store-button--compact {
  min-width: 194px;
  min-height: 58px;
  padding: 8px 16px;
}

.play-store-button--compact .play-store-mark {
  width: 30px;
  height: 34px;
}

.play-store-button--compact .play-store-copy strong {
  font-size: 20px;
}

footer {
  min-height: 180px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 38px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.brand--footer img {
  width: 36px;
  height: 36px;
}

.brand--footer span {
  font-size: 18px;
}

footer > p {
  margin: 0;
  color: #a99d85;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.copyright {
  justify-self: end;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #b7aa91;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-bright);
}

.legal-page {
  min-height: 100vh;
  padding: 0 28px 100px;
  background:
    radial-gradient(circle at 50% 0, rgba(118, 77, 20, 0.15), transparent 34rem),
    #090806;
}

.legal-header {
  width: min(1040px, 100%);
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.legal-back {
  color: #9b8e72;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-back:hover,
.legal-back:focus-visible,
.legal-document a:hover,
.legal-document a:focus-visible {
  color: var(--gold-bright);
}

.legal-document {
  width: min(760px, 100%);
  margin: 0 auto;
  padding-top: 90px;
}

.legal-document > h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(45px, 7vw, 72px);
}

.legal-lead {
  max-width: 700px;
  color: #b7ac94;
  font-size: 17px;
  line-height: 1.75;
}

.legal-updated {
  margin: 30px 0 0;
  color: #a99d84;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-document section {
  margin-top: 66px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 30px;
}

.legal-document h2,
.legal-document h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.legal-document h2 {
  margin: 0 0 34px;
  color: #e5d5ad;
  font-size: 36px;
}

.legal-document h3 {
  margin: 34px 0 12px;
  color: #d0bc87;
  font-size: 21px;
}

.legal-document p,
.legal-document li {
  color: #c0b59d;
  font-size: 16px;
  line-height: 1.75;
}

.legal-document .legal-lead {
  color: #c9bda4;
  font-size: 17px;
}

.legal-document .legal-updated {
  color: #a99d84;
  font-size: 11px;
  line-height: 1.7;
}

.legal-document a {
  color: #d8c383;
  text-decoration: underline;
  text-decoration-color: rgba(198, 163, 79, 0.45);
  text-underline-offset: 4px;
}

.legal-document ul,
.legal-document ol {
  padding-left: 23px;
}

.legal-document li {
  margin-bottom: 7px;
}

.legal-callout {
  margin-top: 36px;
  padding: 2px 28px 24px;
  border: 1px solid rgba(198, 163, 79, 0.25);
  background: rgba(198, 163, 79, 0.035);
}

.mobile-download {
  display: none;
}

/* Privacy notice */
.cookie-notice {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  width: min(660px, calc(100% - 44px));
  padding: 18px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 16px;
  color: #d6c9aa;
  border: 1px solid rgba(198, 163, 79, 0.55);
  background: rgba(12, 10, 7, 0.98);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.62), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.cookie-notice__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ead68f;
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 26px;
  background: radial-gradient(circle, rgba(116, 24, 32, 0.55), rgba(10, 9, 7, 0.9));
}

.cookie-notice__copy strong {
  display: block;
  margin-bottom: 4px;
  color: #eadfbe;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
}

.cookie-notice__copy p {
  margin: 0;
  color: #bdb198;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-notice__copy a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: #d7c17e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice button {
  min-width: 106px;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff0c7;
  border: 1px solid rgba(198, 163, 79, 0.68);
  background: #681820;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-notice button:hover,
.cookie-notice button:focus-visible {
  border-color: var(--gold-bright);
  background: #81202a;
}

/* Search-friendly editorial pages */
.editorial-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0, rgba(118, 77, 20, 0.16), transparent 36rem),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(198, 163, 79, 0.022) 25%),
    #090806;
}

.editorial-header {
  width: min(1180px, calc(100% - 64px));
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.editorial-header nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.editorial-header nav a,
.editorial-language a,
.article-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #b6aa91;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.editorial-header nav a:hover,
.editorial-header nav a:focus-visible,
.editorial-language a:hover,
.editorial-language a:focus-visible,
.article-back:hover,
.article-back:focus-visible {
  color: var(--gold-bright);
}

.editorial-language {
  justify-self: end;
}

.editorial-language a {
  min-width: 44px;
  justify-content: center;
  border-bottom: 1px solid var(--gold-dark);
}

.editorial-article,
.blog-index {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 110px;
}

.editorial-hero {
  padding: 100px 0 72px;
  border-bottom: 1px solid var(--line);
}

.editorial-hero--index {
  padding-bottom: 78px;
}

.editorial-hero .article-back {
  margin-bottom: 38px;
}

.editorial-hero h1 {
  max-width: 900px;
  margin: 18px 0 28px;
  font-size: clamp(50px, 7vw, 78px);
  line-height: 1.03;
}

.editorial-lead {
  max-width: 790px;
  margin: 0;
  color: #c8bda4;
  font-size: 19px;
  line-height: 1.75;
}

.editorial-summary {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: rgba(15, 12, 8, 0.72);
}

.editorial-summary span {
  min-height: 86px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: #b9ae96;
  font-size: 14px;
}

.editorial-summary span + span {
  border-left: 1px solid var(--line);
}

.editorial-summary strong {
  color: #d7c383;
  font-family: var(--font-label);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-article > section {
  padding: 68px 0 0;
}

.editorial-article > section + section:not(.tips-list) {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.editorial-article section > h2,
.blog-index h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #e4d5ad;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.editorial-article section > p,
.editorial-article section > ul,
.editorial-article section > ol {
  max-width: 760px;
}

.editorial-article section p,
.editorial-article section li,
.article-grid p,
.blog-about-card p {
  color: #c1b59d;
  font-size: 17px;
  line-height: 1.8;
}

.editorial-article section a,
.blog-index section a,
.blog-about-card a {
  color: #dbc680;
  text-decoration: underline;
  text-decoration-color: rgba(198, 163, 79, 0.45);
  text-underline-offset: 4px;
}

.editorial-article section ul,
.editorial-article section ol {
  padding-left: 26px;
}

.editorial-article section li {
  margin-bottom: 13px;
  padding-left: 5px;
}

.editorial-steps {
  counter-reset: steps;
  list-style: none;
  padding: 0 !important;
}

.editorial-steps li {
  position: relative;
  padding: 0 0 22px 64px !important;
  counter-increment: steps;
}

.editorial-steps li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  content: counter(steps, decimal-leading-zero);
  color: #d8bd70;
  border: 1px solid var(--gold-dark);
  font-family: var(--font-label);
  font-size: 10px;
}

.editorial-note,
.editorial-cta {
  padding: 42px !important;
  border: 1px solid rgba(198, 163, 79, 0.33) !important;
  background: rgba(198, 163, 79, 0.045);
}

.editorial-note h2,
.editorial-cta h2 {
  margin-top: 14px;
}

.editorial-disclaimer {
  margin-top: 30px;
  padding: 22px 24px;
  color: #afa48e !important;
  border-left: 2px solid var(--gold-dark);
  background: rgba(198, 163, 79, 0.035);
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.article-grid {
  padding: 64px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.article-grid article {
  min-height: 370px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(23, 17, 9, 0.8), rgba(10, 9, 7, 0.92));
}

.article-card__meta {
  color: #a99665 !important;
  font-family: var(--font-label);
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.article-grid h2 {
  margin: 18px 0 16px;
  font-size: 30px;
}

.article-grid h2 a {
  color: inherit;
  text-decoration: none;
}

.article-grid p:not(.article-card__meta) {
  font-size: 15px;
  line-height: 1.75;
}

.article-card__link {
  min-height: 44px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-about-card {
  margin-top: 22px;
  padding: 42px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 36px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(116, 24, 32, 0.12);
}

.blog-about-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.blog-about-card h2 {
  margin: 13px 0 10px;
  font-size: 34px;
}

.blog-about-card p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
}

.tips-list {
  padding-top: 50px !important;
}

.tips-list > article {
  padding: 38px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.tips-list > article > span {
  color: #8e783e;
  font-family: var(--font-label);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.tips-list h2 {
  margin: 0 0 12px;
  color: #ddcc9f;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
}

.tips-list p {
  max-width: 720px;
  margin: 0;
}

.editorial-next {
  margin-top: 48px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  background: rgba(198, 163, 79, 0.035);
}

.editorial-next span {
  color: #928566;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-footer {
  width: min(1180px, calc(100% - 64px));
  max-width: none;
  min-height: 180px;
  grid-template-columns: auto 1fr auto;
  padding-right: 0;
  padding-left: 0;
}

.editorial-footer .footer-links {
  max-width: 520px;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 2px;
}

@media (min-width: 821px) and (max-height: 850px) {
  .hero {
    min-height: 680px;
    height: 100vh;
    padding-top: 118px;
    padding-bottom: 24px;
  }

  .eyebrow {
    margin-bottom: 16px;
  }

  .hero h1 {
    margin-bottom: 16px;
    font-size: 52px;
  }

  main[data-language="nl"] .hero h1 {
    font-size: 48px;
  }

  .hero-intro {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-bottom: 20px;
  }

  .hero-actions .play-store-button {
    min-height: 58px;
  }

  .hero-facts {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-facts dt {
    font-size: 23px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(380px, 0.9fr) minmax(430px, 1.1fr);
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-card {
    display: none;
  }

  .casebook-prop {
    width: min(405px, 85%);
    transform: rotate(-2deg);
  }

  .daily-inner {
    grid-template-columns: 130px 1fr auto;
    gap: 34px;
    padding: 42px;
  }

  .daily-inner > img {
    width: 125px;
  }
}

@media (max-width: 820px) {
  .site-header {
    width: calc(100% - 40px);
    height: 82px;
  }

  .header-download {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .brand span {
    font-size: 20px;
  }

  .hero {
    height: auto;
    min-height: 0;
    padding: 122px 24px 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(9, 8, 6, 0.98) 0%, rgba(9, 8, 6, 0.72) 50%, rgba(9, 8, 6, 0.22) 75%, #090806 100%);
  }

  h1 {
    font-size: clamp(42px, 10.5vw, 56px);
  }

  .hero-copy {
    z-index: 4;
  }

  .hero-visual {
    min-height: 380px;
  }

  .manor {
    right: -23%;
    bottom: -5%;
    width: 145%;
  }

  .case-stamp {
    top: 5%;
    right: 2%;
  }

  .hero-facts {
    width: 100%;
  }

  .hero-facts div {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-facts div:first-child { padding-left: 0; }

  .premise,
  .how,
  .features {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-heading {
    display: block;
    margin-bottom: 42px;
  }

  .section-heading > p {
    margin: 20px 0 0;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .board-scene {
    min-height: 560px;
  }

  .case-files {
    grid-template-columns: 1fr;
  }

  .case-visual {
    min-height: 560px;
    padding-top: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .case-copy {
    padding: 68px 32px;
  }

  .daily-inner {
    grid-template-columns: 110px 1fr;
  }

  .daily-inner > img {
    width: 105px;
  }

  .daily-inner .play-store-button {
    grid-column: 2;
  }

  footer {
    grid-template-columns: auto 1fr;
    padding-bottom: 64px;
  }

  footer > p:not(.copyright) {
    display: none;
  }

  .footer-links {
    justify-self: end;
  }

  .copyright {
    grid-column: 1 / -1;
  }

  .mobile-download {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: none;
    justify-content: center;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(198, 163, 79, 0.35);
    background: rgba(8, 7, 5, 0.93);
    backdrop-filter: blur(13px);
  }

  .mobile-download .play-store-button {
    width: min(340px, 100%);
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .trust-strip {
    min-height: 0;
    padding: 10px 20px;
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    padding: 12px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(198, 163, 79, 0.18);
    font-size: 11px;
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 0;
    padding-top: 116px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  main[data-language="nl"] h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.06;
  }

  .hero-intro {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-actions .play-store-button {
    min-height: 58px;
  }

  .hero-facts {
    gap: 8px;
    padding: 0;
    overflow: visible;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .hero-facts div,
  .hero-facts div:first-child,
  .hero-facts div:last-child {
    min-height: 90px;
    padding: 14px 8px;
    border: 1px solid rgba(198, 163, 79, 0.28);
    background: rgba(13, 11, 7, 0.9);
    text-align: center;
  }

  .hero-facts dd,
  main[data-language="nl"] .hero-facts dd {
    min-height: 29px;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }

  .hero-visual {
    min-height: 280px;
  }

  .manor {
    right: -32%;
    width: 165%;
  }

  .manor-caption {
    display: none;
  }

  .case-stamp {
    width: 84px;
    height: 84px;
  }

  .premise h2,
  .section-heading h2,
  .case-copy h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .board-scene {
    min-height: 500px;
  }

  .logic-board {
    width: 76%;
    padding: 15px 15px 23px;
  }

  .clue-slip {
    right: -38px;
    bottom: 55px;
    width: 155px;
    font-size: 12px;
  }

  .evidence-note {
    display: none;
  }

  .case-visual {
    min-height: 460px;
    padding: 42px 24px 0;
  }

  .casebook-prop {
    width: min(330px, 80%);
    min-height: 390px;
    margin-bottom: 34px;
    padding: 42px 26px 28px;
  }

  .casebook-rule {
    margin-bottom: 22px;
  }

  .casebook-prop img {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  .casebook-prop h3 {
    font-size: 24px;
  }

  .casebook-prop strong {
    font-size: 68px;
  }

  .price-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .price-note > span {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: 0;
    padding: 24px;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
    align-items: start;
  }

  .feature-ornament {
    grid-row: 1 / 3;
    margin: 4px 0 0;
  }

  .feature-number {
    position: absolute;
    top: 17px;
    right: 18px;
  }

  .feature-grid h3,
  .feature-grid p {
    grid-column: 2;
  }

  .feature-grid h3 {
    padding-right: 26px;
    margin-bottom: 8px;
  }

  .daily {
    padding-right: 18px;
    padding-left: 18px;
  }

  .daily-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
    padding: 36px 24px;
    text-align: center;
  }

  .daily h2 {
    font-size: 35px;
    line-height: 1.12;
  }

  .daily-inner > img,
  .daily-inner .play-store-button {
    justify-self: center;
  }

  .daily-inner .play-store-button {
    grid-column: 1;
  }

  footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 20px 48px;
  }

  .footer-links {
    justify-self: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright {
    align-self: center;
  }

  .legal-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .legal-header {
    min-height: 82px;
  }

  .legal-header .brand span {
    display: none;
  }

  .legal-back {
    font-size: 11px;
  }

  .legal-document {
    padding-top: 66px;
  }

  .legal-document > h1 {
    font-size: 40px;
    line-height: 1.08;
  }
}

@media (max-width: 1100px) {
  .editorial-header {
    grid-template-columns: 1fr auto;
  }

  .editorial-header nav {
    display: none;
  }

  footer:not(.editorial-footer) {
    grid-template-columns: auto 1fr auto;
  }

  footer:not(.editorial-footer) > p:not(.copyright) {
    display: none;
  }
}

@media (max-width: 820px) {
  footer:not(.editorial-footer) {
    grid-template-columns: auto 1fr;
  }

  footer:not(.editorial-footer) .copyright {
    grid-column: 1 / -1;
  }

  .cookie-notice {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    grid-template-columns: 38px 1fr;
    padding: 15px;
    gap: 12px;
  }

  .cookie-notice__mark {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .cookie-notice button {
    grid-column: 2;
    justify-self: start;
  }

  .editorial-header {
    width: calc(100% - 40px);
    min-height: 82px;
  }

  .editorial-header .brand span {
    font-size: 20px;
  }

  .editorial-article,
  .blog-index {
    width: calc(100% - 40px);
    padding-bottom: 72px;
  }

  .editorial-hero {
    padding: 72px 0 52px;
  }

  .editorial-hero .article-back {
    margin-bottom: 24px;
  }

  .editorial-hero h1 {
    margin-top: 14px;
    font-size: clamp(42px, 11vw, 58px);
  }

  .editorial-lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .editorial-summary {
    grid-template-columns: 1fr;
  }

  .editorial-summary span {
    min-height: 68px;
  }

  .editorial-summary span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .editorial-article > section {
    padding-top: 50px;
  }

  .editorial-article > section + section:not(.tips-list) {
    margin-top: 50px;
  }

  .editorial-article section p,
  .editorial-article section li {
    font-size: 16px;
    line-height: 1.75;
  }

  .editorial-note,
  .editorial-cta {
    padding: 28px !important;
  }

  .article-grid {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .article-grid article {
    min-height: 0;
  }

  .article-card__link {
    margin-top: 18px;
  }

  .blog-about-card {
    grid-template-columns: 84px 1fr;
    gap: 22px;
    padding: 28px;
  }

  .blog-about-card img {
    width: 80px;
    height: 80px;
  }

  .tips-list > article {
    grid-template-columns: 42px 1fr;
    gap: 15px;
  }

  .tips-list h2 {
    font-size: 27px;
  }

  .editorial-next {
    align-items: flex-start;
    flex-direction: column;
  }

  .editorial-footer {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 34px 0 48px;
    text-align: center;
  }

  .editorial-footer .footer-links {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .cookie-notice {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    overflow: auto;
  }

  .cookie-notice__mark {
    display: none;
  }

  .cookie-notice button {
    grid-column: 1;
  }

  .editorial-header .brand span {
    display: none;
  }

  .editorial-summary span {
    padding: 16px 18px;
  }

  .editorial-steps li {
    padding-left: 52px !important;
  }

  .editorial-steps li::before {
    width: 34px;
    height: 34px;
  }

  .article-grid article,
  .blog-about-card {
    padding: 24px;
  }

  .blog-about-card {
    grid-template-columns: 1fr;
  }

  .blog-about-card img {
    width: 64px;
    height: 64px;
  }

  .tips-list > article {
    grid-template-columns: 1fr;
  }

  .tips-list > article > span {
    margin-bottom: -8px;
  }
}

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