:root {
  --ink: #111111;
  --paper: #f5f1e8;
  --paper-2: #fffdf8;
  --red: #b82422;
  --blue: #8bcde4;
  --blue-deep: #2c6e86;
  --muted: #64605a;
  --line: rgba(17,17,17,.16);
  --shadow: 0 22px 60px rgba(0,0,0,.14);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(139,205,228,.25), transparent 28rem),
    linear-gradient(180deg, var(--paper-2), var(--paper));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a.button { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 99; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,253,248,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { max-width: var(--max); margin: 0 auto; padding: .9rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; letter-spacing: .02em; }
.brand-mark { width: 2rem; height: 2rem; border: 2px solid var(--ink); border-radius: 50%; position: relative; }
.brand-mark:after { content: ""; width: .72rem; height: 2px; background: var(--red); position: absolute; right: -.55rem; bottom: .15rem; transform: rotate(48deg); }
.brand small { display: block; font-size: .65rem; color: var(--muted); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: .2rem; flex-wrap: wrap; justify-content: flex-end; }
nav a { text-decoration: none; padding: .55rem .65rem; border-radius: 999px; font-size: .9rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { background: rgba(139,205,228,.22); outline: none; }
main { min-height: 70vh; }
.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.hero { padding: clamp(4.5rem, 9vw, 8rem) 0 4.5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; color: var(--red); margin-bottom: 1rem; }
h1, h2, h3 { line-height: .98; margin-top: 0; }
h1 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3.6rem, 10vw, 8.7rem); letter-spacing: .01em; text-transform: uppercase; margin-bottom: 1.4rem; max-width: 10ch; }
h1 .accent, .accent { color: var(--red); }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -.035em; margin-bottom: 1rem; }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); margin-bottom: .65rem; }
.lede { font-size: clamp(1.15rem, 2vw, 1.45rem); max-width: 61ch; color: #292725; }
.hero-actions, .button-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .8rem 1.05rem; border: 1px solid var(--ink); border-radius: 4px; text-decoration: none; font-weight: 850; background: var(--ink); color: white; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 25px rgba(0,0,0,.14); outline: 2px solid var(--blue-deep); outline-offset: 2px; }
.button.secondary { background: transparent; color: var(--ink); }
.button.red { background: var(--red); border-color: var(--red); }
.hero-card { position: relative; }
.hero-card:before { content:""; position:absolute; inset: 8% -7% -6% 13%; background: linear-gradient(145deg, rgba(139,205,228,.72), rgba(139,205,228,.08)); border-radius: 45% 55% 47% 53% / 42% 42% 58% 58%; filter: blur(1px); transform: rotate(-7deg); }
.cover { position: relative; width: min(100%, 390px); margin: 0 auto; border-radius: 3px; box-shadow: var(--shadow); transform: rotate(1.8deg); border: 1px solid rgba(0,0,0,.15); }
.book-cover {
  position: relative; width: min(100%, 390px); aspect-ratio: 0.615; margin: 0 auto;
  background: linear-gradient(165deg, #f8f4ea 0%, #eee5d5 100%);
  border: 1px solid rgba(0,0,0,.18); border-radius: 3px; box-shadow: var(--shadow);
  transform: rotate(1.8deg); padding: clamp(1.5rem, 4vw, 2.4rem); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-start;
}
.book-cover:before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border: 5px solid var(--blue-deep); border-radius: 50%; right: -24%; bottom: 12%; opacity: .34; }
.book-cover:after { content: ""; position: absolute; width: 48%; height: 8px; background: var(--red); right: -2%; bottom: 25%; transform: rotate(-8deg); }
.book-cover-top { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: .94; text-transform: uppercase; max-width: 8ch; z-index: 1; }
.book-cover-true { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; color: var(--red); font-size: clamp(4.2rem, 8vw, 7rem); text-transform: uppercase; line-height: .9; z-index: 1; }
.book-cover-sub { margin-top: 1rem; max-width: 18ch; font-weight: 800; line-height: 1.15; z-index: 1; }
.book-cover-water { margin: auto 0 0 auto; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5rem); color: var(--blue-deep); font-weight: 800; z-index: 1; }
.book-cover-author { font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-top: .8rem; z-index: 1; }
.section { padding: clamp(3.8rem, 7vw, 6.5rem) 0; border-top: 1px solid var(--line); }
.section-dark { background: var(--ink); color: white; }
.section-dark .muted { color: #c9c4ba; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(1.2rem,3vw,2.3rem); }
.card { border: 1px solid var(--line); background: rgba(255,255,255,.52); padding: 1.4rem; border-radius: 6px; }
.card p:last-child { margin-bottom: 0; }
.card-link { text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.card-link:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(0,0,0,.08); }
.kicker { font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.muted { color: var(--muted); }
.water-line { height: 10px; background: linear-gradient(90deg, transparent, var(--blue), transparent); opacity: .75; margin: 2rem 0; border-radius: 50%; filter: blur(.2px); }
.water-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .75rem; margin-top: 2rem; }
.water-step { min-height: 210px; padding: 1.1rem; border-top: 6px solid var(--blue-deep); background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.07); }
.water-step strong { display: block; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 3.3rem; line-height: 1; margin-bottom: .6rem; color: var(--red); }
.water-step b { text-transform: uppercase; letter-spacing: .08em; }
.quote { font-size: clamp(1.5rem, 3vw, 2.5rem); max-width: 30ch; font-weight: 800; line-height: 1.12; }
.quote-mark { color: var(--red); font-size: 1.15em; }
.fact-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.fact { background: var(--paper-2); padding: 1.3rem; }
.fact strong { display: block; font-size: 1.35rem; }
.page-hero { padding: 5.5rem 0 3.8rem; }
.page-hero h1 { font-size: clamp(3.3rem, 8vw, 7rem); max-width: 13ch; }
.prose { max-width: 760px; }
.prose p, .prose li { font-size: 1.06rem; }
.clean-list { list-style: none; padding: 0; margin: 0; }
.clean-list li { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.meta { display: flex; gap: .75rem; flex-wrap: wrap; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.press-box { border-left: 6px solid var(--red); padding: 1.3rem 1.5rem; background: #fff; }
.callout { padding: clamp(1.7rem, 4vw, 3rem); background: linear-gradient(135deg, rgba(139,205,228,.28), rgba(255,255,255,.55)); border: 1px solid rgba(44,110,134,.25); border-radius: 8px; }
.site-footer { background: #0e0e0e; color: #f5f1e8; padding: 3.6rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; }
.footer-grid a { color: inherit; }
.footer-bottom { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.2rem; color: #bbb4a8; font-size: .85rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.social { display: flex; gap: .8rem; flex-wrap: wrap; }
.social a { text-decoration: underline; text-underline-offset: 3px; }
.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; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.3rem 0; }
@media (max-width: 900px) {
  .hero-grid, .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .water-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fact-strip { grid-template-columns: repeat(2,1fr); }
  nav { display: none; }
  h1 { max-width: 9ch; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 1.5rem), var(--max)); }
  .water-grid, .fact-strip { grid-template-columns: 1fr; }
  .hero { padding-top: 3.5rem; }
}
@media print {
  .site-header, .site-footer, .no-print, .hero-actions, .button-row { display:none !important; }
  body { background:white; color:black; }
  .section, .page-hero { padding: 1rem 0; border:0; }
  .water-grid { grid-template-columns: 1fr; }
  .water-step { box-shadow:none; break-inside: avoid; border: 1px solid #999; border-top: 5px solid #000; }
  a { text-decoration:none; }
}
