:root {
  --ink: #193331;
  --ink-soft: #36504d;
  --petrol: #123f3c;
  --petrol-deep: #092c2a;
  --sage: #668b78;
  --sage-light: #dce7df;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --gold: #c59a43;
  --gold-light: #ead7aa;
  --magenta: #b71675;
  --line: rgba(25, 51, 49, 0.16);
  --shadow: 0 30px 80px rgba(9, 44, 42, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: 0.7rem 1rem;
  background: var(--petrol-deep);
  color: white;
  text-decoration: none;
  border-radius: 0.25rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, height 240ms ease;
}
.site-header.scrolled {
  height: 78px;
  background: rgba(247, 244, 237, 0.95);
  backdrop-filter: blur(14px);
  border-color: var(--line);
}
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: 74px; object-fit: contain; }
.navigation { display: flex; align-items: center; gap: 2rem; }
.navigation a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.navigation a:hover { color: var(--sage); }
.nav-cta {
  border: 1px solid var(--petrol);
  background: transparent;
  border-radius: 100px;
  padding: 0.68rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.nav-cta:hover { background: var(--petrol); color: white; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  padding: 140px 7vw 100px;
  background:
    radial-gradient(circle at 80% 12%, rgba(234, 215, 170, 0.55), transparent 24rem),
    linear-gradient(115deg, #e4ede7 0%, var(--cream) 46%, #fbf8f1 100%);
}
.hero::after {
  content: "GALERIE-SEELENKRAFT";
  position: absolute;
  z-index: 0;
  right: -2vw;
  top: 48%;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
  color: rgba(18, 63, 60, 0.055);
  font-size: clamp(2.8rem, 6vw, 7rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  left: 7vw;
  top: 50%;
  transform: translateY(-51%);
  border: 1px solid rgba(197, 154, 67, 0.55);
  border-radius: 50%;
}
.hero-glow::before, .hero-glow::after {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(197, 154, 67, 0.26);
  border-radius: inherit;
}
.hero-glow::after { inset: 66px; }
.hero-visual, .hero-copy, .hero-note { position: relative; z-index: 1; }
.hero-visual { display: flex; justify-content: center; }
.cover-stage {
  position: relative;
  width: min(100%, 430px);
  filter: drop-shadow(0 34px 28px rgba(9, 44, 42, 0.24));
  transform: rotate(-1.5deg);
}
.cover-stage::before {
  content: "";
  position: absolute;
  inset: 2% 5% -3% 8%;
  background: rgba(18, 63, 60, 0.3);
  filter: blur(32px);
  z-index: -1;
}
.cover-stage img { width: 100%; height: auto; }
.edition-note {
  position: absolute;
  z-index: 2;
  left: -1.4rem;
  top: 3.5rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 0.9rem 0.45rem;
  background: var(--petrol);
  color: white;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-copy { max-width: 680px; }
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 500; }
h1 {
  margin-bottom: 0;
  font-size: clamp(3.1rem, 7.1vw, 7.6rem);
  letter-spacing: -0.055em;
  max-width: 780px;
}
.hero-script {
  margin: -0.1rem 0 1.6rem;
  color: var(--magenta);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-style: italic;
  line-height: 1.1;
}
.hero-lead {
  max-width: 620px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.55;
}
.product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 2rem 0;
}
.product-facts span {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(255,255,255,0.5);
  font-size: 0.86rem;
}
.product-facts strong { color: var(--petrol); margin-right: 0.25rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  min-height: 54px;
  padding: 0.9rem 1.35rem;
  border-radius: 2px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--petrol); color: white; }
.button-primary:hover { background: var(--petrol-deep); }
.button-light { background: var(--cream); color: var(--petrol-deep); }
.text-link { font-weight: 720; text-underline-offset: 0.25rem; }
.checkout-hint { margin: 0.9rem 0 0; color: var(--ink-soft); font-size: 0.83rem; }
.hero-note {
  position: absolute;
  bottom: 2.2rem;
  right: 5vw;
  max-width: 430px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.8rem;
  padding-left: 1.1rem;
  border-left: 1px solid var(--gold);
}
.hero-note p { margin: 0; font-family: var(--serif); font-size: 0.95rem; line-height: 1.45; }
.hero-note > span:last-child { grid-column: 2; margin-top: 0.35rem; color: var(--sage); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 2rem; line-height: 1; }

.section { padding: clamp(5rem, 9vw, 9rem) 7vw; }
.section-label {
  margin-bottom: 2.5rem;
  color: var(--sage);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h2 { font-size: clamp(2.25rem, 4.5vw, 5rem); letter-spacing: -0.04em; }
.lead { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; }

.intro {
  display: grid;
  grid-template-columns: 0.3fr 1.15fr 0.8fr;
  gap: clamp(2rem, 5vw, 6rem);
  background: var(--paper);
}
.intro-heading h2 { max-width: 820px; margin-bottom: 0; }
.intro-copy { padding-top: 2.5rem; }
.intro-copy p:last-child { color: var(--ink-soft); }

.benefits { background: var(--petrol-deep); color: white; }
.benefits .section-label, .benefits .eyebrow { color: var(--gold-light); }
.benefits-title { display: grid; grid-template-columns: 0.5fr 1.4fr; gap: 4rem; align-items: start; }
.benefits-title h2 { max-width: 820px; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.benefit-card { min-height: 300px; padding: 2rem 1.5rem 2.4rem; border-right: 1px solid rgba(255,255,255,0.18); }
.benefit-card:last-child { border-right: 0; }
.card-number { color: var(--gold-light); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; }
.benefit-card h3 { margin: 5rem 0 1rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.benefit-card p { margin: 0; color: rgba(255,255,255,0.72); font-size: 0.94rem; }

.contents { background: var(--sage-light); }
.contents-heading { display: grid; grid-template-columns: 1.1fr 0.6fr; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.contents-heading h2 { margin-bottom: 0; }
.contents-heading > p { margin: 0 0 0.8rem; color: var(--ink-soft); }
.chapter-list { border-top: 1px solid rgba(25,51,49,0.25); }
.chapter { border-bottom: 1px solid rgba(25,51,49,0.25); }
.chapter summary {
  display: grid;
  grid-template-columns: 60px 1fr 32px;
  align-items: center;
  gap: 1rem;
  padding: 1.45rem 0;
  cursor: pointer;
  list-style: none;
}
.chapter summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }
.chapter summary span { color: var(--sage); font-size: 0.8rem; font-weight: 800; }
.chapter summary strong { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.85rem); font-weight: 500; }
.chapter summary i, .faq-item summary i { position: relative; width: 26px; height: 26px; }
.chapter summary i::before, .chapter summary i::after,
.faq-item summary i::before, .faq-item summary i::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 12px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}
.chapter summary i::after, .faq-item summary i::after { transform: rotate(90deg); }
.chapter[open] summary i::after, .faq-item[open] summary i::after { transform: rotate(0); }
.chapter > div { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 0 3.6rem 2rem; }
.chapter > div p { margin: 0; color: var(--ink-soft); }
.chapter ul { margin: 0; padding-left: 1.2rem; }

.format {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--paper);
}
.format-card { padding: clamp(4rem, 8vw, 8rem) 7vw clamp(4rem, 8vw, 8rem) 0; }
.format-card h2 { max-width: 850px; }
.format-card > p { max-width: 720px; color: var(--ink-soft); }
.format-facts { display: flex; gap: clamp(1.5rem, 4vw, 4rem); margin-top: 3rem; }
.format-facts div { display: flex; flex-direction: column; }
.format-facts strong { color: var(--petrol); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.format-facts span { color: var(--ink-soft); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; }
.format-side { display: flex; flex-direction: column; justify-content: center; padding: 4rem; background: var(--sage); color: white; }
.small-label { color: var(--gold-light); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
.format-side ol { display: grid; gap: 1.3rem; margin: 2rem 0 2.5rem; padding: 0; list-style: none; }
.format-side li { display: grid; grid-template-columns: 34px 1fr; gap: 0.8rem; align-items: center; }
.format-side li span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,0.45); border-radius: 50%; font-size: 0.78rem; }

.author { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(400px, 1.25fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--cream); }
.author-image { position: relative; max-width: 520px; }
.author-image::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid var(--gold); z-index: 0; }
.author-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 0.82; object-fit: cover; object-position: center 12%; box-shadow: var(--shadow); }
.author-image > span { position: absolute; z-index: 2; right: -2rem; bottom: 2rem; padding: 0.85rem 1rem; background: var(--petrol); color: white; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.author-copy { max-width: 760px; }
.author-copy h2 { margin-bottom: 0.6rem; }
.author-role { margin: 0 0 2rem; color: var(--gold); font-weight: 750; }
.author-copy > p:not(.eyebrow):not(.author-role) { color: var(--ink-soft); }
.author-copy blockquote { margin: 2.2rem 0 0; padding: 1.2rem 0 1.2rem 1.5rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }

.notice { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; max-width: 1100px; margin: 0 auto; padding-top: 3rem; padding-bottom: 3rem; }
.notice-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sage-light); color: var(--petrol); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.notice h2 { margin-bottom: 0.6rem; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: 0.02em; }
.notice p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

.faq { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 6rem; background: var(--paper); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 1rem; padding: 1.4rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.faq-item p { margin: 0; padding: 0 3rem 1.5rem 0; color: var(--ink-soft); }

.final-cta { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; background: linear-gradient(120deg, var(--sage-light), #f2ead9); }
.final-copy h2 { max-width: 800px; margin-bottom: 1rem; }
.final-copy > p:last-child { margin: 0; color: var(--ink-soft); }

.site-footer { padding: 4.5rem 7vw 2rem; background: var(--petrol-deep); color: white; }
.footer-brand { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer-brand img { width: 240px; height: 100px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-brand p { max-width: 440px; margin: 0; color: rgba(255,255,255,0.64); font-family: var(--serif); font-size: 1.25rem; }
.footer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 3rem 0; }
.footer-meta > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-meta span { margin-bottom: 0.7rem; color: var(--gold-light); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-meta p, .footer-meta a { margin: 0; color: rgba(255,255,255,0.7); font-size: 0.92rem; }
.footer-meta a { text-underline-offset: 0.24rem; }
.copyright { margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.42); font-size: 0.76rem; }

.checkout-dialog {
  width: min(92vw, 560px);
  padding: 3rem;
  border: 0;
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(0,0,0,0.34);
}
.checkout-dialog::backdrop { background: rgba(9, 44, 42, 0.73); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 0.7rem; right: 0.9rem; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.dialog-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1.5rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 1.5rem; }
.checkout-dialog h2 { margin-bottom: 1rem; font-size: 2.2rem; }
.checkout-dialog > p:not(.eyebrow) { color: var(--ink-soft); }
.checkout-dialog .button { width: 100%; margin-top: 0.8rem; }
.checkout-dialog small { display: block; margin-top: 0.8rem; color: var(--ink-soft); text-align: center; }

.legal-page { min-height: 100vh; padding: 150px 7vw 6rem; background: var(--paper); }
.legal-shell { max-width: 900px; margin: 0 auto; }
.legal-shell h1 { margin-bottom: 2.5rem; font-size: clamp(3rem, 7vw, 6rem); }
.legal-shell h2 { margin-top: 2.6rem; margin-bottom: 0.7rem; font-family: var(--sans); font-size: 1.25rem; font-weight: 800; letter-spacing: 0; }
.legal-shell h3 { margin-top: 1.8rem; margin-bottom: 0.4rem; font-size: 1rem; }
.legal-shell p, .legal-shell li { color: var(--ink-soft); }
.legal-back { display: inline-flex; margin-bottom: 2rem; color: var(--sage); font-weight: 750; text-underline-offset: 0.25rem; }
.placeholder-note { padding: 1rem 1.2rem; border-left: 3px solid var(--gold); background: #f5efdf; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 0.85fr 1.15fr; padding-left: 5vw; padding-right: 5vw; gap: 3rem; }
  .hero-glow { width: 38vw; height: 38vw; left: 4vw; }
  .hero-note { display: none; }
  .intro { grid-template-columns: 1fr 1fr; }
  .intro .section-label { grid-column: 1 / -1; margin-bottom: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:nth-child(2) { border-right: 0; }
  .benefit-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.18); }
  .format { grid-template-columns: 1fr; }
  .format-card { padding-right: 0; }
  .format-side { margin: 0 -7vw; padding: 4rem 7vw; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 1.1rem; background: rgba(247,244,237,0.96); border-color: var(--line); }
  .brand { width: 155px; }
  .brand img { height: 62px; }
  .menu-button {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 11px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span:not(.sr-only) { width: 100%; height: 1.5px; background: var(--petrol); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .navigation {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 1rem 1.2rem 1.4rem;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px rgba(9,44,42,0.08);
  }
  .navigation.open { display: flex; }
  .navigation a { padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 1rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 110px 1.2rem 4rem; gap: 2.5rem; }
  .hero::after { display: none; }
  .hero-glow { width: 86vw; height: 86vw; top: 16rem; left: 7vw; transform: none; }
  .hero-visual { order: 2; }
  .hero-copy { order: 1; }
  .cover-stage { width: min(92%, 380px); }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .hero-script { font-size: 2.25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .section { padding: 4.7rem 1.2rem; }
  .intro { grid-template-columns: 1fr; gap: 1rem; }
  .intro .section-label { grid-column: auto; }
  .intro-copy { padding-top: 0; }
  .benefits-title { grid-template-columns: 1fr; gap: 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .benefit-card:last-child { border-bottom: 0; }
  .benefit-card h3 { margin-top: 3rem; }
  .contents-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
  .chapter summary { grid-template-columns: 38px 1fr 28px; }
  .chapter > div { grid-template-columns: 1fr; gap: 1rem; padding: 0 0 1.5rem; }
  .format { padding: 0 1.2rem; }
  .format-facts { flex-direction: column; gap: 1rem; }
  .format-facts div { flex-direction: row; align-items: baseline; gap: 0.7rem; }
  .format-side { margin: 0 -1.2rem; padding: 3.5rem 1.2rem; }
  .author { grid-template-columns: 1fr; gap: 4rem; }
  .author-image { margin: 0 0 0 1rem; }
  .author-image > span { right: -0.5rem; }
  .notice { grid-template-columns: 1fr; margin: 0; }
  .faq { grid-template-columns: 1fr; gap: 2rem; }
  .faq-heading { position: static; }
  .final-cta { grid-template-columns: 1fr; align-items: start; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-brand img { width: 220px; }
  .footer-meta { grid-template-columns: 1fr; }
  .checkout-dialog { padding: 2.5rem 1.4rem 1.5rem; }
  .legal-page { padding: 115px 1.2rem 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
