:root {
  --ink: #142f33;
  --teal-950: #082f36;
  --teal-900: #0d3f47;
  --teal-800: #15535b;
  --teal-100: #dcebea;
  --teal-50: #eff7f5;
  --gold: #dfaa32;
  --gold-light: #f3d78b;
  --paper: #fbfaf6;
  --white: #ffffff;
  --muted: #5c6b6d;
  --line: #ccd9d7;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 28px 70px rgba(5, 35, 40, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--teal-800);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--teal-950);
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}

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

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  max-width: 810px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--teal-950);
  background: var(--white);
  border: 2px solid var(--gold);
  transform: translateY(-150%);
}

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

.site-header {
  position: relative;
  z-index: 10;
  color: var(--white);
  background: var(--teal-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  color: var(--white);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.32rem;
  letter-spacing: 0.02em;
}

.wordmark:hover {
  color: var(--white);
}

.wordmark small {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.88rem;
}

nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

nav a:hover {
  color: var(--white);
}

.nav-action {
  padding: 8px 14px;
  color: var(--teal-950);
  background: var(--gold-light);
  border-radius: 999px;
  font-weight: 650;
}

.nav-action:hover {
  color: var(--teal-950);
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 62%, rgba(223, 170, 50, 0.22), transparent 28%),
    linear-gradient(135deg, var(--teal-950), var(--teal-800));
}

.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -190px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 80px;
  padding-block: 62px 74px;
}

.hero-copy,
.preview-grid > *,
.formats-grid > * {
  min-width: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--teal-800);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-light);
}

.audience-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.12;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: clamp(3.3rem, 6.6vw, 5.9rem);
  letter-spacing: -0.045em;
}

h1 span {
  display: block;
  color: var(--gold-light);
  font-size: 0.49em;
  letter-spacing: -0.02em;
}

h2 {
  max-width: 830px;
  margin-bottom: 28px;
  color: var(--teal-950);
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 12px;
  color: var(--teal-950);
  font-size: 1.5rem;
}

.subtitle {
  max-width: 650px;
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.28;
}

.byline {
  color: var(--gold-light);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.authority-note {
  max-width: 650px;
  margin: 22px 0 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.78);
  border-left: 2px solid var(--gold);
  font-size: 0.88rem;
}

.standfirst {
  max-width: 680px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  color: var(--teal-950);
  background: var(--gold);
}

.button-primary:hover {
  color: var(--teal-950);
  background: var(--gold-light);
}

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

.button-secondary:hover {
  color: var(--teal-950);
  background: var(--white);
}

.dementia-note {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.cover-wrap {
  width: min(370px, 100%);
  margin: 0 auto;
  transform: rotate(1.5deg);
}

.cover-wrap img {
  box-shadow: var(--shadow);
}

.medical-note {
  color: var(--teal-950);
  background: var(--gold-light);
  border-bottom: 1px solid #e0bf68;
}

.medical-note .shell {
  display: flex;
  gap: 16px 26px;
  padding-block: 17px;
  font-size: 0.91rem;
  line-height: 1.45;
}

.medical-note a {
  color: var(--teal-950);
  font-weight: 700;
}

.section {
  padding-block: 110px;
}

.section p {
  max-width: 780px;
}

.section-tint {
  background: var(--teal-50);
  border-block: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: start;
}

.prose {
  padding-top: 40px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 55px;
  background: var(--line);
  border: 1px solid var(--line);
}

.topic-grid article {
  min-height: 260px;
  padding: 34px;
  background: var(--paper);
}

.topic-grid span {
  display: block;
  margin-bottom: 30px;
  color: var(--teal-800);
  font-size: 0.77rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.topic-grid p,
.author-grid p,
.formats p {
  color: var(--muted);
  font-size: 0.94rem;
}

.preview-section {
  color: var(--white);
  background: var(--teal-950);
}

.preview-section h2 {
  color: var(--white);
}

.section-label.light {
  color: var(--gold-light);
}

.preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 90px;
  align-items: center;
}

.preview-grid > div:first-child > p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.status-card {
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-top: 5px solid var(--gold);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(3, 29, 33, 0.22);
}

.status-card ul {
  margin: 0 0 22px;
  padding-left: 22px;
  color: var(--teal-950);
  font-size: 0.9rem;
}

.status-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px 2px 0;
  background: var(--gold);
  border-radius: 50%;
}

.author-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 55px;
}

.author-grid article {
  padding-top: 28px;
  border-top: 2px solid var(--gold);
}

.author-kicker {
  margin-bottom: 18px;
  color: var(--teal-950) !important;
  font-family: var(--serif);
  font-size: 1.45rem !important;
}

.formats {
  padding-block: 90px;
  background: var(--teal-100);
}

.formats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 75px;
  align-items: center;
}

.formats figure {
  margin: 0;
  background: var(--white);
}

.formats h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.small-note {
  font-size: 0.83rem !important;
}

.soft-cta {
  margin-top: 24px;
  font-weight: 700;
}

.soft-cta a {
  color: var(--teal-800);
  text-underline-offset: 0.24em;
}

.site-footer {
  padding-block: 70px 26px;
  color: rgba(255, 255, 255, 0.76);
  background: #06262c;
  font-size: 0.88rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(190px, 0.7fr);
  gap: 58px;
  align-items: start;
}

.footer-title {
  max-width: 420px;
  margin-bottom: 14px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1.2;
}

.footer-kicker,
.footer-heading {
  margin-bottom: 15px;
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-summary {
  max-width: 430px;
}

.footer-cta {
  display: inline-block;
  margin-top: 18px;
  color: var(--white);
  font-weight: 700;
  text-underline-offset: 0.24em;
}

.footer-links {
  display: grid;
  gap: 9px;
  align-content: start;
  margin-top: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
  text-underline-offset: 0.2em;
}

.footer-medical {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 45px;
  margin-top: 48px;
  padding-block: 24px;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.footer-medical p {
  margin: 0;
}

.footer-medical strong {
  color: rgba(255, 255, 255, 0.9);
}

.footer-medical a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.86);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

.privacy-page main {
  min-height: 70vh;
}

.privacy-hero {
  padding-block: 78px;
  color: var(--white);
  background: var(--teal-900);
}

.privacy-hero h1 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.privacy-content {
  max-width: 780px;
  padding-block: 80px 110px;
}

.privacy-content h2 {
  margin-top: 55px;
  font-size: 2rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .preview-grid,
  .formats-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 55px;
  }

  .cover-wrap {
    width: min(340px, 78vw);
  }

  .split,
  .preview-grid,
  .formats-grid {
    gap: 35px;
  }

  .prose {
    padding-top: 0;
  }

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

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

  .footer-grid nav {
    grid-column: 1 / -1;
  }

  .footer-medical {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 17px;
  }

  .header-inner {
    min-height: 70px;
    justify-content: flex-start;
  }

  .site-header nav {
    display: none;
  }

  .hero-grid {
    padding-block: 48px 64px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .subtitle {
    font-size: 1.35rem;
  }

  .byline,
  .authority-note {
    font-size: 0.82rem;
  }

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

  .button {
    width: 100%;
  }

  .section {
    padding-block: 78px;
  }

  .medical-note .shell,
  .footer-bottom {
    flex-direction: column;
  }

  .topic-grid,
  .author-grid,
  .footer-grid,
  .footer-medical {
    grid-template-columns: 1fr;
  }

  .topic-grid article {
    min-height: auto;
  }

  .author-grid {
    gap: 30px;
  }

  .footer-grid {
    gap: 42px;
  }

  .footer-medical {
    gap: 18px;
  }
}

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

@media print {
  .site-header,
  .actions,
  footer {
    display: none;
  }

  body,
  .hero,
  .preview-section {
    color: #000;
    background: #fff;
  }

  .hero-grid,
  .section {
    min-height: auto;
    padding-block: 24px;
  }

  h1,
  h1 span,
  h2,
  .preview-section h2 {
    color: #000;
  }
}
