/* THE CUT — publication mast + homepage (beehiiv-bar). Light default. */
:root {
  --cut-page: #F0F0F0;
  --cut-surface: #FFFFFF;
  --cut-type: #0B0D0E;
  --cut-optic: #DFFF00;
  --cut-navy: #001F3F;
  --cut-crimson: #A52A2A;
  --cut-hair: #E5E5E5;
  --cut-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --cut-ease-linear: linear;
  --cut-duration-ken: 12s;
  --cut-duration-kicker: 80ms;
  --cut-duration-h1: 320ms;
  --cut-duration-after: 320ms;
  --cut-delay-after: 80ms;
  --cut-duration-theme: 200ms;
  --cut-duration-hover: 120ms;
  --cut-mast: 60px;
}
html[data-theme="dark"] {
  --cut-page: #0B0D0E;
  --cut-surface: #141618;
  --cut-type: #F0F0F0;
  --cut-navy: #8FB4D9;
  --cut-hair: rgba(240, 240, 240, 0.14);
}
html:has(body.pub-page) {
  background: var(--cut-page);
  color: var(--cut-type);
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
  transition: background-color var(--cut-duration-theme) var(--cut-ease-out),
              color var(--cut-duration-theme) var(--cut-ease-out);
}
html:has(body.pub-page)[data-theme="dark"] { color-scheme: dark; }
*,
*::before,
*::after { box-sizing: border-box; }

/* Shared mast — chalk 56–64px, hairline under. Used on every HTML page. */
header.cut-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--cut-mast);
  min-height: 56px;
  max-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 48px;
  margin: 0;
  background: #FFFFFF;
  color: #0B0D0E;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}
html[data-theme="dark"] header.cut-header {
  background: #141618;
  color: #F0F0F0;
  border-bottom-color: rgba(240, 240, 240, 0.14);
}
header.cut-header a.cut-brand,
header.cut-header > a {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  padding: 0;
}
header.cut-header .cut-logo {
  height: 36px;
  width: auto;
  display: block;
  max-width: none;
}
header.cut-header img.cut-logo-on-dark { display: none; }
html[data-theme="dark"] header.cut-header img.cut-logo-on-light { display: none; }
html[data-theme="dark"] header.cut-header img.cut-logo-on-dark { display: block; }

header.cut-header .cut-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
header.cut-header .cut-nav a {
  color: #0B0D0E;
  text-decoration: none;
  padding: 0;
  border-bottom: 1px solid transparent;
}
html[data-theme="dark"] header.cut-header .cut-nav a { color: #F0F0F0; }
header.cut-header .cut-nav a:hover { border-bottom-color: var(--cut-navy); }
header.cut-header .cut-nav a[aria-current="page"] {
  border-bottom-color: var(--cut-navy);
}

header.cut-header .cut-theme {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
header.cut-header .cut-theme-btn {
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: var(--cut-navy);
  cursor: pointer;
}
header.cut-header .cut-theme-btn.is-on {
  color: #0B0D0E;
  border-bottom: 2px solid var(--cut-optic);
}
html[data-theme="dark"] header.cut-header .cut-theme-btn.is-on { color: #F0F0F0; }

@media (max-width: 900px) {
  header.cut-header {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr auto;
    padding: 8px 20px;
    gap: 12px 16px;
  }
  header.cut-header .cut-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 20px 24px;
  }
  header.cut-header .cut-logo { height: 32px; }
}

/* Homepage publication */
body.pub-page {
  margin: 0;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--cut-type);
  background: var(--cut-page);
}
.pub-well {
  width: min(1120px, calc(100% - 96px));
  margin: 0 auto;
  background: var(--cut-surface);
}
@media (max-width: 720px) {
  .pub-well { width: calc(100% - 40px); }
}

.pub-section {
  padding: 80px 48px;
}
@media (max-width: 720px) {
  .pub-section { padding: 48px 20px; }
}

.pub-fold {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.pub-fold-type { min-width: 0; }
.pub-fold-still { min-width: 0; }
@media (max-width: 860px) {
  .pub-fold {
    grid-template-columns: 1fr;
  }
  .pub-fold-still { order: 2; }
  .pub-fold-type { order: 1; }
}

.pub-kicker {
  margin: 0 0 12px;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cut-navy);
}
.pub-h1 {
  margin: 0 0 16px;
  max-width: 12em;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--cut-type);
}
.pub-lede {
  margin: 0 0 24px;
  max-width: 36em;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--cut-type);
}

@keyframes cut-type-in {
  from { opacity: 0; transform: translate3d(0, 12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.pub-h1 {
  animation: cut-type-in var(--cut-duration-h1) var(--cut-ease-out) both;
}
.pub-lede,
.pub-fold-form {
  animation: cut-type-in var(--cut-duration-after) var(--cut-ease-out) var(--cut-delay-after) both;
}

.pub-still {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--cut-page);
}
.pub-still img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.pub-still--drift img {
  animation: cut-ken var(--cut-duration-ken) var(--cut-ease-linear) infinite alternate;
  transform-origin: 50% 58%;
}
@keyframes cut-ken {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(2%, -1.2%, 0); }
}

.pub-form {
  display: grid;
  gap: 12px;
  max-width: 36em;
  margin: 0 0 12px;
}
.pub-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pub-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  line-height: 20px;
  color: var(--cut-type);
}
.pub-form input[type="email"],
.pub-form input[type="text"] {
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--cut-navy);
  border-radius: 0;
  background: var(--cut-surface);
  color: var(--cut-type);
  font-family: inherit;
  font-size: 16px;
}
.pub-form .check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
.pub-form .check input { width: auto; height: auto; margin: 0; }

.pub-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #001F3F;
  color: #F0F0F0;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  transform: none;
}
html[data-theme="dark"] .pub-btn {
  background: #8FB4D9;
  color: #0B0D0E;
}
.pub-btn:hover { transform: none; }

.pub-watch {
  display: inline-block;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--cut-navy);
  text-decoration: none;
}
.pub-watch:hover { text-decoration: underline; }
.pub-fine {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--cut-navy);
  opacity: 0.6;
}

.pub-h2 {
  margin: 0 0 24px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cut-navy);
}

.pub-issue {
  display: grid;
  grid-template-columns: 1fr min(42%, 420px);
  gap: 32px;
  align-items: start;
}
@media (max-width: 860px) {
  .pub-issue { grid-template-columns: 1fr; }
}
.pub-issue-date {
  margin: 0 0 8px;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: var(--cut-navy);
}
.pub-issue-title {
  margin: 0 0 12px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.1;
  color: var(--cut-type);
}
.pub-issue-dek {
  margin: 0 0 20px;
  max-width: 36em;
  font-size: 16px;
  line-height: 24px;
  color: var(--cut-type);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pub-archive { list-style: none; margin: 0; padding: 0; }
.pub-archive-row {
  display: grid;
  grid-template-columns: 11em 7em 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--cut-hair);
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--cut-type);
}
.pub-archive-row:first-child { border-top: 1px solid var(--cut-hair); }
.pub-archive-dek {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
@media (max-width: 720px) {
  .pub-archive-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .pub-archive-dek { white-space: normal; }
}

.pub-foot {
  padding: 80px 48px 48px;
  border-top: 1px solid var(--cut-hair);
}
@media (max-width: 720px) {
  .pub-foot { padding: 48px 20px 32px; }
}
.pub-foot-links {
  margin: 20px 0 0;
  font-size: 14px;
}
.pub-foot-links a {
  color: var(--cut-navy);
  text-decoration: none;
}
.pub-foot-links a:hover { text-decoration: underline; }
.pub-rain {
  margin: 16px 0 0;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: var(--cut-navy);
}

/* Inner pages (guide.css / cut.css): compact footer subscribe, keep page bodies. */
.pub-colophon-sub {
  margin: 32px 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--cut-hair, #E5E5E5);
  max-width: 36em;
}
.pub-colophon-sub .pub-form { margin-bottom: 8px; }

@media (prefers-reduced-motion: reduce) {
  :root {
    --cut-duration-ken: 0ms;
    --cut-duration-kicker: 0ms;
    --cut-duration-h1: 0ms;
    --cut-duration-after: 0ms;
    --cut-delay-after: 0ms;
    --cut-duration-hover: 0ms;
  }
  .pub-h1,
  .pub-lede,
  .pub-fold-form,
  .pub-still--drift img {
    animation: none !important;
    transform: none;
    opacity: 1;
  }
}
html.cut-reduce .pub-still--drift img {
  animation: none;
  transform: scale(1) translate3d(0, 0, 0);
}

.pub-colophon-sub {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.pub-proof {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  max-width: 36em;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--cut-type);
}
.pub-proof li + li { margin-top: 12px; }

.pub-still--fold { aspect-ratio: 4 / 5; }
.pub-fold-form.pub-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0;
  max-width: 36em;
}
.pub-fold-form.pub-form > label:not(.check) { grid-column: 1; }
.pub-fold-form.pub-form .pub-btn {
  grid-column: 2;
  grid-row: 1;
  border-radius: 0 8px 8px 0;
  height: 44px;
}
.pub-fold-form.pub-form input[type="email"] {
  border-right: 0;
  border-radius: 8px 0 0 8px;
}
.pub-fold-form.pub-form .check { grid-column: 1 / -1; margin-top: 10px; }
.pub-fold-form.pub-form .visually-hidden { grid-column: 1 / -1; }
@media (max-width: 520px) {
  .pub-fold-form.pub-form { grid-template-columns: 1fr; }
  .pub-fold-form.pub-form .pub-btn { grid-column: 1; grid-row: auto; border-radius: 8px; }
  .pub-fold-form.pub-form input[type="email"] { border-right: 1px solid var(--cut-navy); border-radius: 8px; }
}

/* home-pass: age, nominate, quiet sponsor. Fold form already one row. */
.pub-promise {
  margin: 8px 0 0;
  max-width: 36em;
  font-size: 14px;
  line-height: 22px;
  color: var(--cut-type);
}
.pub-fold-type .pub-watch { display: block; }
.pub-still--latest { aspect-ratio: 16 / 9; }
.pub-latest .pub-kicker { margin-bottom: 24px; }

.pub-section-h2 {
  margin: 0 0 16px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cut-type);
}

.pub-age,
.pub-parks-tease,
.pub-nom {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid var(--cut-hair);
}
.pub-age { max-width: none; }
.pub-age-list {
  margin: 0 0 12px;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--cut-type);
}
.pub-age-list a {
  color: var(--cut-navy);
  text-decoration: none;
}
.pub-age-list a:hover { text-decoration: underline; }
.pub-age-help {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--cut-navy);
  opacity: 0.7;
}

.pub-parks-tease .pub-watch { margin-top: 0; }

.pub-nom-body {
  margin: 0 0 20px;
  max-width: 36em;
  font-size: 16px;
  line-height: 24px;
  color: var(--cut-type);
}
.pub-nom-form.pub-form { max-width: 28em; }
.pub-form select,
.pub-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--cut-navy);
  border-radius: 0;
  background: var(--cut-surface);
  color: var(--cut-type);
  font-family: inherit;
  font-size: 16px;
}
.pub-form select { height: 44px; padding: 0 12px; }
.pub-form textarea { min-height: 96px; resize: vertical; line-height: 24px; }
.pub-nom-wall {
  margin: 16px 0 0;
  max-width: 36em;
  font-size: 14px;
  line-height: 22px;
  color: var(--cut-navy);
  opacity: 0.7;
}

.pub-sponsor {
  margin: 0 0 40px;
  padding: 0 0 32px;
  border-bottom: 1px solid var(--cut-hair);
  max-width: 36em;
}
.pub-sponsor .pub-kicker { margin-bottom: 8px; }
.pub-sponsor-line {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 22px;
  color: var(--cut-type);
}
.pub-sponsor .pub-watch { margin-top: 0; }
.pub-foot .pub-form { margin-top: 0; }


/* home-pass watchlist + letter */
.pub-watchlist .pub-section-h2 { max-width: 16em; }
.filters { margin: 24px 0 32px; }
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.chip {
  appearance: none;
  background: transparent;
  color: var(--cut-navy);
  border: 1px solid var(--cut-navy);
  border-radius: 0;
  padding: 8px 12px;
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.chip:hover { background: var(--cut-page); }
.chip.is-on,
.chip[aria-pressed="true"] {
  background: #001F3F;
  color: #F0F0F0;
  border-color: #001F3F;
}
html[data-theme="dark"] .chip.is-on,
html[data-theme="dark"] .chip[aria-pressed="true"] {
  background: #8FB4D9;
  color: #0B0D0E;
  border-color: #8FB4D9;
}

.pub-park {
  margin: 0 0 16px;
  padding: 16px 20px;
  background: var(--cut-page);
  border-left: 4px solid #001F3F;
}
html[data-theme="dark"] .pub-park { border-left-color: #8FB4D9; }
.pub-park-name {
  margin: 0 0 6px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cut-type);
}
.pub-park-event {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 22px;
  color: var(--cut-navy);
}
.pub-park-line {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 22px;
  color: var(--cut-type);
}
.pub-park-line:last-child { margin-bottom: 0; }

.pub-empty,
.empty {
  margin: 16px 0 0;
  padding: 16px 20px;
  background: var(--cut-page);
  border-left: 4px solid var(--cut-navy);
  font-size: 16px;
  line-height: 24px;
  color: var(--cut-type);
}

.pub-letter { max-width: 40em; }
.pub-letter .pub-h1 { max-width: 16em; }
.pub-letter-h {
  margin: 32px 0 12px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cut-navy);
}
.pub-letter p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
}
.pub-letter-list {
  margin: 0 0 8px;
  padding-left: 1.15rem;
  font-size: 16px;
  line-height: 24px;
}
.pub-letter-list li + li { margin-top: 6px; }
.pub-letter .pub-park { margin-bottom: 12px; }

.pub-letter-foot { padding-top: 32px; }
.pub-sponsor--quiet {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  max-width: 36em;
}

.pub-archive-row {
  grid-template-columns: 11em 1fr;
}
.pub-archive-row a {
  color: var(--cut-type);
  text-decoration: none;
}
.pub-archive-row a:hover { text-decoration: underline; color: var(--cut-navy); }
