/* The quiet pages: terms, privacy, refunds, contact. Same voice as the
   landing page, none of its weight - no video, no audio, no scripts. */
:root {
  --ink: #0D0805;
  --ground: #150B06;
  --ember: #C2430E;
  --ember-lit: #E8933F;
  --ivory: #F8F5EF;
  --sand: #D8C6AE;
  --ivory-soft: rgba(248, 245, 239, 0.82);
  --ivory-dim: rgba(248, 245, 239, 0.66);
  --hair: rgba(248, 245, 239, 0.14);
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--ground);
  color: var(--ivory-soft);
  font: 400 1rem/1.7 var(--body);
  -webkit-font-smoothing: antialiased;
  padding: clamp(2.5rem, 8vh, 5rem) clamp(1.25rem, 5vw, 2rem) clamp(4rem, 12vh, 7rem);
}
.page { max-width: 44rem; margin: 0 auto; }
a { color: var(--ember-lit); text-underline-offset: 3px; }
.mark { display: block; width: 46px; height: auto; margin-bottom: 1.75rem; opacity: 0.9; }
.eyebrow {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.3em; padding-left: 0.3em;
  text-transform: uppercase; color: var(--ember-lit); margin-bottom: 0.8rem;
}
h1 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(2.3rem, 8vw, 3.4rem); line-height: 1.04;
  color: var(--ivory); margin-bottom: 0.6rem;
}
.updated { font-size: 0.85rem; color: var(--ivory-dim); margin-bottom: clamp(2rem, 6vh, 3rem); }
h2 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.4rem, 4.5vw, 1.8rem); line-height: 1.2;
  color: var(--ivory);
  margin: clamp(2rem, 5vh, 2.75rem) 0 0.7rem;
}
p, li { max-width: 62ch; }
p + p { margin-top: 0.8rem; }
ul, ol { margin: 0.6rem 0 0 1.15rem; }
li { margin-bottom: 0.45rem; }
strong { color: var(--ivory); font-weight: 600; }
dl { margin-top: 0.8rem; }
dt { color: var(--ivory); font-weight: 600; margin-top: 0.9rem; }
dd { margin-left: 0; }
.back {
  display: inline-block; margin-top: clamp(2.5rem, 7vh, 4rem);
  padding-top: 1.5rem; border-top: 1px solid var(--hair);
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sand); text-decoration: none;
}
.back:hover { color: var(--ivory); }
.foot-note { margin-top: 1.5rem; font-size: 0.8rem; color: var(--ivory-dim); }
