:root {
  --ink: #0b0d1c;
  --muted: #697083;
  --paper: #f7f8fc;
  --panel: #ffffff;
  --line: #d9dbea;
  --cyan: #00d9ff;
  --violet: #843cff;
  --shadow: rgba(11, 13, 28, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; font-weight: 700; line-height: 1; text-decoration: none; }
.brand img { width: 64px; height: 64px; }
.eyebrow, .section-kicker { color: var(--violet); font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero { min-height: 570px; overflow: hidden; position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: stretch; background: var(--ink); border-radius: 4px; box-shadow: 0 18px 40px var(--shadow); }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(2.7rem, 7vw, 6rem); color: #f7f8f4; }
.hero-copy .eyebrow { color: var(--cyan); margin: 0 0 1.2rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 10.5ch; margin-bottom: 1.4rem; font-size: clamp(3.2rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.5rem); }
.lede { max-width: 43ch; color: #d8dfd8; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.status-note { max-width: 40ch; margin: 1.4rem 0 0; color: #abb8b0; font-size: .9rem; }
.hero-art { min-height: 100%; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; opacity: .83; }
.manifesto, .topics, .published, .contact, .closing { padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.manifesto { display: grid; grid-template-columns: .8fr 2fr; gap: 2rem; border-bottom: 1px solid var(--line); }
.manifesto h2 { grid-column: 2; margin: 0; max-width: 12ch; }
.manifesto-grid { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 5rem); max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.section-heading { max-width: 650px; }
.section-heading h2 { margin-bottom: 0; }
.topic-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3.5rem; border-top: 1px solid var(--line); }
.topic-list article { min-height: 245px; padding: 1.4rem 1.4rem 1.5rem 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.topic-list article + article { padding-left: 1.4rem; }
.topic-list article:last-child { border-right: 0; }
.topic-list span { color: var(--violet); font-size: .82rem; font-weight: 700; }
.topic-list h3 { margin: auto 0 .7rem; font-size: 2rem; }
.topic-list p { margin: 0; color: var(--muted); }
.published { border-top: 1px solid var(--line); }
.published h2 { max-width: 13ch; margin-bottom: 1.25rem; }
.published > p:not(.section-kicker) { max-width: 58ch; color: var(--muted); font-size: 1.05rem; }
.link-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 2.5rem; background: var(--line); border: 1px solid var(--line); }
.link-pair a { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem; background: var(--panel); color: var(--ink); font-size: 1.05rem; font-weight: 700; text-decoration: none; }
.link-pair a:hover, .link-pair a:focus-visible { background: var(--cyan); outline: none; }
.link-pair span { font-size: 1.5rem; }
.contact { border-top: 1px solid var(--line); }
.contact h2 { max-width: 13ch; margin-bottom: 1.25rem; }
.contact > p:not(.section-kicker) { max-width: 58ch; margin-bottom: .5rem; color: var(--muted); font-size: 1.05rem; }
.contact-link { color: var(--violet); font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 700; overflow-wrap: anywhere; }
.closing { background: linear-gradient(115deg, var(--ink), #24204e); color: #f7f8f4; padding-inline: clamp(1.5rem, 6vw, 5rem); margin-bottom: 4rem; border-radius: 4px; }
.closing .section-kicker { color: var(--cyan); }
.closing h2 { max-width: 13ch; margin-bottom: 1.3rem; }
.closing p:last-child { max-width: 57ch; margin: 0; color: #d9e1da; font-size: 1.05rem; }
footer { min-height: 90px; display: flex; align-items: center; gap: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .83rem; }
footer span:last-child { margin-left: auto; }
.privacy-page .site-header { border-bottom: 1px solid var(--line); }
.policy { width: min(760px, calc(100% - 48px)); padding-block: clamp(4rem, 10vw, 8rem); }
.policy h1 { max-width: 12ch; font-size: clamp(3rem, 6vw, 5.5rem); }
.policy-intro { max-width: 50ch; color: var(--muted); font-size: 1.15rem; }
.policy section { padding-block: 1.8rem; border-top: 1px solid var(--line); }
.policy h2 { margin-bottom: .7rem; font-size: 2rem; }
.policy section p { max-width: 63ch; color: var(--muted); }
.back-link { display: inline-block; margin-top: 1.2rem; color: var(--violet); font-weight: 700; }
@media (max-width: 780px) {
  .site-header, main, footer { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 78px; }
  .brand { gap: .45rem; font-size: 1rem; }
  .brand img { width: 52px; height: 52px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 460px; padding: 3rem 1.7rem; }
  .hero-art { height: 260px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto h2, .manifesto-grid { grid-column: 1; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 0; }
  .topic-list { grid-template-columns: 1fr; margin-top: 2.4rem; }
  .topic-list article, .topic-list article + article { min-height: 170px; padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .topic-list article:last-child { border-bottom: 0; }
  .topic-list h3 { margin: auto 0 .5rem; }
  .link-pair { grid-template-columns: 1fr; }
  .closing { margin-bottom: 2.5rem; }
  footer { min-height: 112px; flex-wrap: wrap; align-content: center; }
  footer span:last-child { width: 100%; margin-left: 0; }
}
