:root {
  --paper: #f4ecdb;
  --paper-light: #fbf7ee;
  --ink: #1c1813;
  --ink-soft: #4b4037;
  --muted: #736657;
  --lake: #1e4e8c;
  --deep-lake: #14304f;
  --brick: #be4a2b;
  --ember: #e08a4c;
  --spruce: #24483d;
  --line: rgba(28, 24, 19, 0.18);
  --shadow: 0 24px 80px rgba(28, 24, 19, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Spectral", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--lake);
  color: var(--paper);
}

a {
  color: inherit;
}

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--paper-light);
  color: var(--ink);
  padding: 10px 14px;
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--ink);
}

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

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--paper);
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  gap: 20px;
  padding: 0 28px;
  background: rgba(28, 24, 19, 0.72);
  backdrop-filter: blur(12px);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--ember);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 28px;
}

.wordmark,
.footer-wordmark {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark span {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(244, 236, 219, 0.28);
  background: rgba(28, 24, 19, 0.25);
  backdrop-filter: blur(16px);
}

.nav-links a {
  padding: 10px 13px;
  color: rgba(244, 236, 219, 0.88);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(244, 236, 219, 0.12);
  outline: 0;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  color: var(--paper);
}

.hero-media,
.hero-media img,
.hero-overlay,
.hero-content {
  grid-area: 1 / 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 92vh;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 24, 22, 0.86) 0%, rgba(20, 24, 22, 0.64) 34%, rgba(20, 24, 22, 0.08) 68%),
    linear-gradient(0deg, rgba(28, 24, 19, 0.62) 0%, rgba(28, 24, 19, 0.08) 44%, rgba(28, 24, 19, 0.42) 100%);
}

.hero-content {
  position: relative;
  align-self: end;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 180px 28px 74px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--ember);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 8ch;
  margin: 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(72px, 14vw, 176px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(251, 247, 238, 0.88);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.42;
}

.signup-form {
  max-width: 660px;
}

.hero-form {
  margin-top: 34px;
}

.field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 2px solid currentColor;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.field-row label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.field-row input[type="email"] {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 18px 18px;
  color: var(--ink);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 16px;
  outline: 0;
}

.field-row input[type="email"]:focus {
  box-shadow: inset 0 0 0 3px rgba(30, 78, 140, 0.28);
}

.field-row button {
  min-width: 168px;
  border: 0;
  border-left: 2px solid var(--ink);
  border-radius: 0;
  background: var(--brick);
  color: var(--paper-light);
  cursor: pointer;
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field-row button:hover,
.field-row button:focus-visible {
  background: var(--ink);
  outline: 0;
}

.field-row button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.hp-field {
  display: none;
}

.form-note {
  min-height: 20px;
  margin: 12px 0 0;
  color: rgba(244, 236, 219, 0.74);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.join-form .form-note {
  color: var(--muted);
}

.signup-form.is-success .field-row {
  border-color: var(--spruce);
}

.signup-form.is-success button {
  background: var(--spruce);
}

.signup-form.is-error .field-row {
  border-color: var(--brick);
}

.issue-strip {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 34px;
  max-width: 1180px;
  margin: -42px auto 0;
  padding: 34px 28px 0;
  position: relative;
  z-index: 4;
}

.issue-mast {
  background: var(--paper-light);
  border-top: 4px solid var(--ink);
  padding: 26px 26px 30px;
  box-shadow: var(--shadow);
}

.issue-mast p,
.paper-topline,
.issue-columns article span {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.issue-mast p {
  margin: 0 0 12px;
  color: var(--brick);
}

.issue-mast h2 {
  margin: 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 0.96;
}

.issue-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.issue-columns article {
  padding: 26px 24px 24px;
  border-left: 1px solid var(--line);
}

.issue-columns article span {
  color: var(--lake);
}

.issue-columns h3,
.reader-list h3,
.paper-grid h3 {
  margin: 8px 0 10px;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.issue-columns p,
.editorial-grid p,
.reader-list li,
.notebook-section p,
.edition-paper p,
.join-section p,
.site-footer p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.issue-columns p {
  margin: 0;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.22fr minmax(0, 1fr) 0.5fr;
  gap: 42px;
  max-width: 1180px;
  margin: 86px auto 0;
  padding: 0 28px;
  align-items: start;
}

.editorial-grid h2,
.notebook-copy h2,
.join-section h2 {
  margin: 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 0.96;
}

.editorial-grid p,
.notebook-copy p,
.join-section p {
  margin: 22px 0 0;
}

.reader-list {
  background: var(--deep-lake);
  color: var(--paper);
  padding: 28px;
}

.reader-list h3 {
  color: var(--paper);
}

.reader-list ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.reader-list li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-top: 1px solid rgba(244, 236, 219, 0.18);
  color: rgba(244, 236, 219, 0.82);
}

.reader-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 7px;
  height: 7px;
  background: var(--ember);
  transform: rotate(45deg);
}

.notebook-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: 48px;
  max-width: 1180px;
  margin: 92px auto 0;
  padding: 58px 28px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.quote-panel {
  display: flex;
  align-items: center;
  background: var(--spruce);
  color: var(--paper);
  padding: 36px;
}

.quote-panel p {
  margin: 0;
  color: rgba(244, 236, 219, 0.9);
  font-size: clamp(25px, 3vw, 38px);
  font-style: italic;
  line-height: 1.16;
}

.edition-section {
  margin: 0;
  padding: 88px 28px;
  background: #d8e1d8;
}

.edition-paper {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
  background: var(--paper-light);
  border-top: 5px solid var(--ink);
  box-shadow: var(--shadow);
}

.paper-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}

.edition-paper h2 {
  max-width: 13ch;
  margin: 28px 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 400;
  line-height: 0.9;
}

.paper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.paper-grid article {
  padding: 24px 22px 0 0;
}

.paper-grid article + article {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.paper-grid p {
  margin: 0;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 48px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 28px 92px;
}

.join-form .field-row {
  box-shadow: none;
}

.join-form .field-row button {
  background: var(--ink);
}

.join-form .field-row button:hover,
.join-form .field-row button:focus-visible {
  background: var(--lake);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 28px;
  background: var(--ink);
  color: var(--paper);
}

.site-footer p {
  max-width: 520px;
  margin: 0;
  color: rgba(244, 236, 219, 0.7);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(244, 236, 219, 0.78);
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .utility-bar span:nth-child(2) {
    display: none;
  }

  .nav-shell {
    align-items: flex-start;
  }

  .nav-links {
    gap: 0;
  }

  .nav-links a {
    padding: 9px 10px;
    font-size: 11px;
  }

  .hero {
    min-height: 860px;
  }

  .hero-media img {
    min-height: 860px;
    object-position: 60% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(20, 24, 22, 0.88) 0%, rgba(20, 24, 22, 0.58) 56%, rgba(20, 24, 22, 0.28) 100%),
      linear-gradient(90deg, rgba(20, 24, 22, 0.68), rgba(20, 24, 22, 0.08));
  }

  .hero-content {
    padding-top: 170px;
  }

  .issue-strip,
  .editorial-grid,
  .notebook-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .issue-strip {
    margin-top: -24px;
  }

  .issue-columns,
  .paper-grid {
    grid-template-columns: 1fr;
  }

  .issue-columns article,
  .paper-grid article,
  .paper-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .editorial-grid,
  .notebook-section {
    margin-top: 68px;
  }

  .join-section {
    align-items: stretch;
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .utility-bar {
    padding: 0 18px;
    font-size: 9px;
  }

  .utility-bar span:last-child {
    display: none;
  }

  .nav-shell {
    padding: 20px 18px;
  }

  .wordmark {
    font-size: 34px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 780px;
  }

  .hero-media img {
    min-height: 780px;
    object-position: 64% center;
  }

  .hero-content {
    padding: 142px 18px 54px;
  }

  .hero h1 {
    font-size: clamp(64px, 22vw, 104px);
  }

  .hero-copy {
    font-size: 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .field-row button {
    min-height: 52px;
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .issue-strip,
  .editorial-grid,
  .notebook-section,
  .edition-section,
  .join-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .issue-mast,
  .edition-paper,
  .quote-panel,
  .reader-list {
    padding: 24px;
  }

  .paper-topline {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
