:root {
  --navy: #071b33;
  --navy-2: #0c2a4d;
  --navy-3: #12385f;
  --orange: #f5a623;
  --orange-light: #ffc85f;
  --cream: #f5ecdc;
  --paper: #fffaf1;
  --white: #ffffff;
  --ink: #17202a;
  --muted: #5e6975;
  --line: rgba(7, 27, 51, 0.14);
  --shadow-sm: 0 12px 30px rgba(7, 27, 51, 0.10);
  --shadow-lg: 0 28px 70px rgba(3, 15, 31, 0.28);
  --radius-sm: 12px;
  --radius: 24px;
  --radius-lg: 38px;
  --max: 1180px;
  --header-h: 78px;
  --font-sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 28px);
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.13em;
}

button {
  color: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 0.32em;
  font-size: clamp(3.7rem, 8vw, 7.7rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 0.42em;
  color: var(--navy);
  font-size: clamp(2.25rem, 5vw, 4.55rem);
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 0.55em;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  letter-spacing: -0.02em;
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--navy);
  background: var(--orange-light);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--navy);
  background: var(--orange-light);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 132px) 0;
  overflow: clip;
}

.section--preview {
  padding: clamp(64px, 8vw, 96px) 0;
}

.section--compact {
  padding: clamp(52px, 7vw, 80px) 0;
}

.section--cream {
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 166, 35, 0.10), transparent 31%),
    var(--cream);
}

.section--paper {
  background: var(--paper);
}

.section--navy {
  color: var(--cream);
  background:
    radial-gradient(circle at 85% 20%, rgba(245, 166, 35, 0.16), transparent 30%),
    linear-gradient(145deg, var(--navy), #041326 74%);
}

.section--navy h2,
.section--navy h3 {
  color: var(--white);
}

.section-kicker,
.eyebrow {
  margin-bottom: 0.8rem;
  color: #744700;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section--navy .section-kicker,
.hero .eyebrow {
  color: var(--orange-light);
}

.section-intro {
  max-width: 790px;
  margin-bottom: clamp(42px, 7vw, 72px);
}

.section-intro p {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.7vw, 1.3rem);
}

.section--navy .section-intro p {
  color: #d9e1e9;
}

.lead {
  font-size: clamp(1.13rem, 2vw, 1.38rem);
  line-height: 1.58;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-h);
  color: var(--white);
  background: rgba(7, 27, 51, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--white);
  font-size: 1.17rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 11px;
  color: var(--navy);
  background: var(--orange);
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 1000;
  letter-spacing: -0.08em;
  box-shadow: inset 0 -3px 0 rgba(7, 27, 51, 0.18);
}

.brand strong {
  color: var(--orange-light);
}

.site-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 26px;
}

.site-nav__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 24px;
  list-style: none;
}

.site-nav__menu a {
  color: #eff3f7;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav__menu a:hover {
  color: var(--orange-light);
}

.site-nav__buy {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.language-switch {
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 2px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 42px;
  padding: 0 8px;
  gap: 6px;
  color: #eef3f7;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.language-link img {
  width: 22px;
  height: 15px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
}

.language-link[aria-current="page"] {
  color: var(--navy);
  background: var(--cream);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 12px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span {
  opacity: 0;
}

.nav-open .nav-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

/* Buttons */
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 23px;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.button--primary {
  color: var(--navy);
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(245, 166, 35, 0.23);
}

.button--primary:hover {
  background: var(--orange-light);
  box-shadow: 0 18px 38px rgba(245, 166, 35, 0.32);
}

.button--secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.3);
}

.button--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button--nav {
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 11px;
  font-size: 0.82rem;
}

.button__arrow {
  font-size: 1.12em;
  transition: transform 160ms ease;
}

.button:hover .button__arrow {
  transform: translateX(3px);
}

.external-note {
  margin-top: 14px;
  color: #b9c6d2;
  font-size: 0.78rem;
  line-height: 1.5;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
  color: var(--white);
  background:
    radial-gradient(circle at 78% 38%, rgba(245, 166, 35, 0.22), transparent 27%),
    radial-gradient(circle at 8% 5%, rgba(255,255,255,0.07), transparent 26%),
    linear-gradient(145deg, #06172c 0%, var(--navy) 46%, #0a2546 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0, transparent 88%);
}

.hero-inner {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(650px, calc(100svh - var(--header-h)));
  padding: clamp(48px, 6vw, 76px) 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(30px, 5vw, 74px);
}

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

.hero-title {
  color: var(--orange);
  font-weight: 1000;
  text-shadow: 0 7px 0 rgba(0,0,0,0.12);
}

.hero-subtitle {
  max-width: 780px;
  margin-bottom: 24px;
  color: #f4ead8;
  font-family: var(--font-serif);
  font-size: clamp(1.48rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 0;
  color: #d8e1ea;
  font-size: clamp(1.03rem, 1.7vw, 1.22rem);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.hero-proof li {
  padding: 7px 11px;
  color: #f4ead8;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 620px;
}

.hero-halo {
  position: absolute;
  top: 9%;
  right: -4%;
  width: 500px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(245,166,35,0.6), rgba(245,166,35,0.05) 55%, transparent 70%);
  border-radius: 50%;
  filter: blur(8px);
}

.hero-boomer {
  position: absolute;
  right: -2%;
  bottom: -14%;
  width: min(64%, 330px);
  filter: drop-shadow(0 30px 35px rgba(0,0,0,0.28));
  border-radius: 140px 140px 24px 24px;
}

.book-stack {
  position: absolute;
  z-index: 3;
  top: 3%;
  left: 0;
  width: min(61%, 340px);
  transform: rotate(-2.5deg);
}

.book-stack::before {
  position: absolute;
  z-index: -1;
  inset: 4% -7% -4% 7%;
  content: "";
  background: #d8c8ab;
  border-radius: 5px 20px 20px 5px;
  box-shadow: var(--shadow-lg);
}

.book-cover {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px 12px 12px 4px;
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.38);
}

.hero-visual--simple {
  min-height: 470px;
}

.hero-visual--simple .book-stack {
  top: 50%;
  left: 50%;
  width: min(68%, 290px);
  transform: translate(-50%, -50%) rotate(-2.5deg);
}

.hero-visual--simple .hero-stamp {
  right: 3%;
  bottom: 11%;
  width: 112px;
}

.hero-stamp {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 13%;
  display: grid;
  place-items: center;
  width: 145px;
  aspect-ratio: 1;
  padding: 18px;
  color: var(--navy);
  background: var(--orange);
  border: 4px solid var(--navy);
  border-radius: 50%;
  outline: 3px solid var(--orange);
  font-size: 0.87rem;
  font-weight: 1000;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(5deg);
  box-shadow: 0 18px 30px rgba(0,0,0,0.25);
}

.hero-scroll {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #bac7d4;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll::before {
  width: 10px;
  height: 16px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 8px;
  box-shadow: inset 0 4px 0 -2px currentColor;
}

/* Topic rail */
.topic-rail {
  color: var(--cream);
  background: #061426;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.topic-rail__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  margin: 0;
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 14px 22px;
  list-style: none;
}

.topic-rail__inner li {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: clamp(0.83rem, 1.4vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.topic-rail__inner li:not(:last-child)::after {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
}

/* Manifest / value section */
.manifest-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
  gap: clamp(48px, 8vw, 100px);
}

.manifest-quote {
  position: relative;
  padding: clamp(30px, 5vw, 52px);
  color: var(--cream);
  background: var(--navy);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.manifest-quote::before {
  position: absolute;
  top: 22px;
  left: 26px;
  color: var(--orange);
  content: "“";
  font-family: var(--font-serif);
  font-size: 6rem;
  line-height: 1;
  opacity: 0.78;
}

.manifest-quote__text {
  position: relative;
  margin: 0 0 18px;
  padding-top: 35px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.25;
}

.manifest-quote__caption {
  margin: 0;
  color: #b9c6d2;
  font-size: 0.86rem;
}

.value-grid {
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.value-card {
  position: relative;
  min-height: 250px;
  padding: 32px 28px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(7,27,51,0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.value-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--navy);
  background: var(--orange-light);
  border-radius: 15px;
  font-size: 0.92rem;
  font-weight: 1000;
}

.value-card p {
  color: var(--muted);
}

/* Cartoon showcase */
.cartoon-showcase {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.68fr);
  gap: clamp(38px, 7vw, 74px);
}

.cartoon-frame {
  position: relative;
  justify-self: center;
  width: min(100%, 560px);
  margin: 0;
  padding: 13px;
  background: var(--white);
  border: 1px solid rgba(7,27,51,0.12);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-0.55deg);
}

.cartoon-frame img {
  width: 100%;
  border-radius: 15px;
}

.cartoon-frame figcaption {
  padding: 13px 10px 4px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.5;
  text-align: center;
}

.cartoon-copy .accent-line {
  width: 84px;
  height: 8px;
  margin-bottom: 28px;
  background: var(--orange);
  border-radius: 99px;
}

.cartoon-copy p {
  color: var(--muted);
}

.preview-points {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.preview-points li {
  position: relative;
  padding-left: 34px;
  font-weight: 700;
}

.preview-points li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  content: "✓";
  color: var(--navy);
  background: var(--orange);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 1000;
}

.cartoon-copy .button-row {
  margin-top: 30px;
}

/* Joke slider */
.joke-shell {
  display: grid;
  align-items: stretch;
  margin-top: 66px;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
  gap: 28px;
}

.joke-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  color: var(--cream);
  background: var(--navy);
  border-radius: var(--radius);
}

.joke-sidebar h3 {
  color: var(--white);
}

.joke-sidebar p {
  color: #bdc9d4;
  font-size: 0.92rem;
}

.joke-controls {
  display: flex;
  align-items: center;
  margin-top: 28px;
  gap: 10px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

.icon-button:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-1px);
}

.joke-counter {
  min-width: 72px;
  color: #c7d0d9;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.joke-stage {
  position: relative;
  display: grid;
  min-height: 395px;
  padding: clamp(34px, 6vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 92% 13%, rgba(245,166,35,0.17), transparent 24%),
    var(--white);
  border: 1px solid rgba(7,27,51,0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.joke-stage:focus-visible {
  outline: 4px solid var(--navy-3);
  outline-offset: 4px;
}

.joke-card[hidden] {
  display: none;
}

.joke-card__setup {
  margin-bottom: 25px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.9vw, 2.2rem);
  font-weight: 700;
  line-height: 1.36;
}

.joke-card__punchline {
  position: relative;
  margin: 0;
  padding: 21px 24px 21px 34px;
  color: var(--navy);
  background: var(--cream);
  border-left: 7px solid var(--orange);
  border-radius: 0 14px 14px 0;
  font-size: clamp(1.1rem, 2vw, 1.38rem);
  font-weight: 800;
  line-height: 1.45;
}

.joke-card__tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #9d6100;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.preview-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 24px 28px;
  gap: 24px;
  color: var(--cream);
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.preview-cta p {
  max-width: 610px;
  margin: 0;
}

.preview-cta .button {
  flex: 0 0 auto;
}

/* Reasons */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.reason-card {
  padding: clamp(30px, 5vw, 48px);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
}

.reason-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--navy);
  background: var(--orange);
  border-radius: 18px;
  font-size: 1.35rem;
  font-weight: 1000;
}

.reason-card p {
  color: #c5d0da;
}

/* Audience */
.audience-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(45px, 9vw, 110px);
}

.audience-portrait {
  position: relative;
  max-width: 460px;
  margin-inline: auto;
}

.audience-portrait::before {
  position: absolute;
  z-index: 0;
  inset: 7% -8% -7% 9%;
  content: "";
  background: var(--orange);
  border-radius: 48% 52% 44% 56% / 52% 42% 58% 48%;
  transform: rotate(4deg);
}

.audience-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 9px solid var(--white);
  border-radius: 47% 53% 46% 54% / 48% 44% 56% 52%;
  box-shadow: var(--shadow-lg);
}

.audience-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.audience-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 37px;
  font-size: 1.05rem;
}

.audience-list li::before {
  position: absolute;
  top: 0.28em;
  left: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--navy);
  content: "✓";
  background: var(--orange);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 1000;
}

/* Author */
.author-card {
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 64px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  grid-template-columns: auto 1fr;
  gap: clamp(28px, 5vw, 52px);
}

.author-monogram {
  display: grid;
  place-items: center;
  width: clamp(105px, 15vw, 150px);
  aspect-ratio: 1;
  color: var(--navy);
  background: var(--orange);
  border-radius: 32% 68% 48% 52% / 50% 37% 63% 50%;
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  transform: rotate(-4deg);
}

.author-card p {
  max-width: 780px;
  color: var(--muted);
}

/* Final CTA */
.final-cta {
  padding: clamp(58px, 7vw, 88px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 30%, rgba(245,166,35,0.3), transparent 30%),
    linear-gradient(135deg, #061426, var(--navy-2));
}

.final-cta__inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.25fr);
  gap: clamp(42px, 8vw, 90px);
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p {
  max-width: 720px;
  color: #d0dae3;
  font-size: clamp(1.08rem, 1.9vw, 1.3rem);
}

.final-cta .audience-list {
  margin-top: 24px;
}

.final-cta .audience-list li {
  color: #e4ebf1;
}

.final-cover {
  position: relative;
  width: min(100%, 190px);
  margin-inline: auto;
  transform: rotate(3deg);
}

.final-cover::after {
  position: absolute;
  z-index: -1;
  inset: 7% -9% -5% 8%;
  content: "";
  background: var(--orange);
  border-radius: 16px;
  transform: rotate(-7deg);
}

.final-cover img {
  border-radius: 5px 12px 12px 5px;
  box-shadow: 0 28px 55px rgba(0,0,0,0.36);
}

/* Footer */
.site-footer {
  color: #d4dde5;
  background: #03101f;
}

.footer-main {
  display: grid;
  padding: 54px 0 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
}

.footer-brand {
  max-width: 620px;
}

.footer-brand .brand {
  margin-bottom: 14px;
}

.footer-brand p {
  color: #9fb0c0;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer-links a {
  color: #e5ebf0;
  font-size: 0.88rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 22px 0 28px;
  color: #8296a9;
  border-top: 1px solid rgba(255,255,255,0.09);
  gap: 20px;
  font-size: 0.78rem;
}

.footer-bottom a {
  color: inherit;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

/* JS reveal */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1020px) {
  .site-nav__menu {
    gap: 16px;
  }

  .site-nav__menu a {
    font-size: 0.84rem;
  }

  .button--nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  }

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

  .hero-visual--simple {
    min-height: 460px;
  }

  .hero-stamp {
    width: 125px;
    font-size: 0.75rem;
  }
}

@media (min-width: 861px) and (max-height: 920px) {
  .hero-inner {
    min-height: min(600px, calc(100svh - var(--header-h)));
    padding: 28px 0 42px;
    gap: 30px;
  }

  .hero-title {
    margin-bottom: 0.22em;
    font-size: clamp(4.4rem, 7vw, 5.8rem);
    line-height: 0.94;
  }

  .hero-subtitle {
    margin-bottom: 14px;
    font-size: clamp(1.28rem, 2vw, 1.65rem);
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-copy .button-row {
    margin-top: 20px;
  }

  .hero-copy .external-note {
    margin-top: 9px;
  }

  .hero-proof,
  .hero-scroll {
    display: none;
  }

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

  .hero-visual--simple {
    min-height: 440px;
  }

  .book-stack {
    top: 7%;
    width: min(55%, 295px);
  }

  .hero-visual--simple .book-stack {
    top: 50%;
    left: 50%;
    width: min(62%, 250px);
  }

  .hero-boomer {
    bottom: -7%;
    width: min(58%, 285px);
  }

  .hero-stamp {
    bottom: 12%;
    width: 112px;
    padding: 12px;
    font-size: 0.66rem;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 70px;
  }

  body {
    font-size: 17px;
  }

  .js .nav-toggle {
    display: block;
  }

  .site-nav {
    order: 3;
    margin-left: 0;
  }

  .js .site-nav__menu {
    position: absolute;
    z-index: 90;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - var(--header-h));
    height: calc(100svh - var(--header-h));
    padding: 28px 24px 44px;
    gap: 0;
    color: var(--white);
    background: #061426;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 0s linear 220ms;
    overflow-y: auto;
  }

  .js .nav-open .site-nav__menu {
    transform: translateX(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .site-nav__menu li {
    width: 100%;
  }

  .site-nav__menu a {
    display: block;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 1.12rem;
  }

  .site-nav__buy {
    display: block;
    padding-top: 24px;
  }

  .site-nav__buy a {
    padding: 16px 18px;
    color: var(--navy);
    background: var(--orange);
    border: 0;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
  }

  .site-nav__buy a:hover {
    color: var(--navy);
    background: var(--orange-light);
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    margin-left: auto;
  }

  .language-link {
    min-width: 38px;
    padding: 0 6px;
  }

  .language-link span {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
  }

  .hero-inner {
    min-height: auto;
    padding: 74px 0 86px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 590px;
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }

  .hero-visual--simple {
    min-height: 430px;
  }

  .hero-scroll {
    display: none;
  }

  .manifest-grid,
  .cartoon-showcase,
  .audience-grid,
  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .manifest-quote {
    max-width: 690px;
  }

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

  .value-card {
    min-height: 0;
  }

  .cartoon-copy {
    max-width: 700px;
  }

  .joke-shell {
    grid-template-columns: 1fr;
  }

  .joke-sidebar {
    display: grid;
    align-items: end;
    grid-template-columns: 1fr auto;
    gap: 22px;
  }

  .joke-controls {
    margin-top: 0;
  }

  .audience-portrait {
    max-width: 370px;
  }

  .final-cover {
    order: -1;
    width: min(56%, 190px);
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  .hero-inner {
    min-height: calc(100vh - var(--header-h));
    min-height: calc(100svh - var(--header-h));
    padding: 40px 0 52px;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.7fr);
    gap: 20px;
  }

  .hero-title {
    margin-bottom: 0.24em;
    font-size: clamp(4.2rem, 10vw, 5.4rem);
    line-height: 0.95;
  }

  .hero-subtitle {
    margin-bottom: 16px;
    font-size: 1.28rem;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-copy .button-row {
    margin-top: 22px;
  }

  .hero-copy .button--secondary,
  .hero-proof {
    display: none;
  }

  .hero-visual {
    min-height: 500px;
    margin: 0;
  }

  .hero-visual--simple {
    min-height: 410px;
  }

  .book-stack {
    top: 13%;
    left: 0;
    width: 72%;
  }

  .hero-boomer {
    right: -4%;
    bottom: 1%;
    width: 59%;
  }

  .hero-stamp {
    right: -2%;
    bottom: 14%;
    width: 92px;
    padding: 9px;
    font-size: 0.53rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand__text {
    display: none;
  }

  .brand__mark {
    margin-right: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 26px 0 42px;
    gap: 18px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero .eyebrow {
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
  }

  .hero-title {
    margin-bottom: 0.24em;
    font-size: clamp(3.25rem, 16vw, 4.2rem);
    line-height: 0.94;
  }

  .hero-subtitle {
    margin-bottom: 14px;
    font-size: 1.15rem;
    line-height: 1.22;
  }

  .hero-text {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-copy .button-row {
    margin-top: 20px;
  }

  .button-row .button {
    width: 100%;
  }

  .hero-copy .button--secondary,
  .hero-proof {
    display: none;
  }

  .hero-copy .external-note {
    margin-top: 9px;
    font-size: 0.7rem;
  }

  .hero-visual {
    order: -1;
    min-height: 180px;
    max-width: 390px;
    margin: 0 auto;
  }

  .hero-visual--simple {
    min-height: 145px;
  }

  .hero-halo {
    top: -35%;
    right: 4%;
    width: 270px;
  }

  .book-stack {
    top: 0;
    left: 19%;
    width: 30%;
  }

  .hero-visual--simple .book-stack {
    top: 0;
    left: 42%;
    width: 24%;
    transform: translateX(-50%) rotate(-2.5deg);
  }

  .hero-boomer {
    right: 18%;
    bottom: -7%;
    width: 25%;
    border-radius: 70px 70px 14px 14px;
  }

  .hero-stamp {
    right: 4%;
    bottom: 13%;
    width: 72px;
    padding: 7px;
    border-width: 2px;
    outline-width: 2px;
    font-size: 0.43rem;
  }

  .hero-visual--simple .hero-stamp {
    right: 21%;
    bottom: 14%;
    width: 60px;
  }

  .cartoon-frame {
    width: min(100%, 280px);
  }

  .final-cover {
    width: min(48%, 150px);
  }

  .topic-rail__inner {
    justify-content: flex-start;
    gap: 9px 15px;
  }

  .topic-rail__inner li {
    gap: 15px;
    font-size: 0.72rem;
  }

  .topic-rail__inner li:not(:last-child)::after {
    width: 5px;
    height: 5px;
  }

  .section {
    padding: 62px 0;
  }

  .value-card,
  .reason-card,
  .author-card {
    padding: 28px 24px;
  }

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

  .joke-sidebar {
    display: block;
  }

  .joke-controls {
    margin-top: 24px;
  }

  .joke-stage {
    min-height: 400px;
    padding: 30px 24px;
  }

  .preview-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .joke-card__punchline {
    padding: 18px 18px 18px 24px;
  }

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

  .author-monogram {
    width: 105px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 410px) {
  .language-switch {
    padding: 3px;
  }

  .language-link {
    min-width: 40px;
    height: 40px;
  }

  .language-link img {
    width: 20px;
    height: 14px;
  }

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

  .hero-stamp {
    bottom: 11%;
  }

  .hero-text {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .hero-scroll,
  .button,
  .joke-controls,
  .site-footer {
    display: none !important;
  }

  body,
  .section,
  .hero,
  .final-cta {
    color: #000 !important;
    background: #fff !important;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-title,
  .hero-subtitle,
  .hero-text,
  h1,
  h2,
  h3 {
    color: #000 !important;
  }
}
