@font-face {
  font-family: "Sen";
  src: url("../fonts/sen-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sen";
  src: url("../fonts/sen-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sen";
  src: url("../fonts/sen-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sen";
  src: url("../fonts/sen-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/instrument-serif-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --sea: #0c2438;
  --sea-soft: #16344c;
  --foam: #e7eef2;
  --foam-deep: #d5e0e6;
  --ink: #10202c;
  --muted: #4d6270;
  --coral: #e07a4a;
  --lagoon: #2bb3c7;
  --line: #c5d3db;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "Sen", system-ui, sans-serif;
  --radius: 18px;
  --radius-btn: 999px;
  --radius-input: 12px;
  --header-radius: 0;
  --mark-radius: 0;
  --forest: var(--sea);
  --forest-soft: var(--sea-soft);
  --paper: var(--foam);
  --paper-deep: var(--foam-deep);
  --bronze: var(--coral);
  --deep: var(--sea);
  --cyan: var(--lagoon);
  --cta: var(--coral);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #b8e4ea;
  color: var(--ink);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.editorial {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.article-body blockquote,
.article-body blockquote p {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.measure {
  max-width: 68ch;
}

.measure p + p {
  margin-top: 1rem;
}

.kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
}

.hero-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(244 240 232 / 0.85);
}

.wrap {
  width: min(72rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

@media (min-width: 768px) {
  .wrap {
    width: min(72rem, calc(100% - 4rem));
  }
}

.skip {
  position: absolute;
  left: -999px;
  top: 1rem;
}

.skip:focus {
  left: 1rem;
  z-index: 100;
  background: var(--forest);
  color: var(--paper);
  padding: 0.5rem 0.75rem;
}

.site {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.site main {
  flex: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 0;
  background: var(--sea);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}

@media (min-width: 768px) {
  .header-bar {
    min-height: 72px;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.brand-mark {
  display: inline-flex;
  width: 1.75rem;
  height: 1.1rem;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(var(--lagoon), var(--lagoon)) center 38% / 100% 2px no-repeat,
    linear-gradient(var(--coral), var(--coral)) center 68% / 70% 2px no-repeat;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.05;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--foam);
}

.brand-by {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(231 238 242 / 0.62);
}

@media (min-width: 768px) {
  .brand-name {
    font-size: 1.5rem;
  }

  .brand-by {
    font-size: 0.6875rem;
  }
}

.nav-desk {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .nav-desk {
    display: flex;
  }
}

.nav-desk a {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(231 238 242 / 0.62);
  transition: color 0.15s;
}

.nav-desk a:hover,
.nav-desk a.is-active {
  color: var(--foam);
}

.nav-desk a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.85rem;
  height: 2px;
  background: var(--coral);
}

.menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span {
  display: block;
  width: 1.25rem;
  height: 1px;
  background: var(--paper);
  transition: transform 0.2s, opacity 0.2s;
}

.site-header.is-open .menu-btn span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}

.site-header.is-open .menu-btn span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .menu-btn span:nth-child(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  background: var(--deep);
}

.site-header.is-open .nav-mobile {
  display: flex;
}

.nav-mobile a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.55rem 0;
  font-size: 1.05rem;
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--sea);
  color: var(--foam);
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr;
}

.hero-split::before {
  content: "";
  grid-area: 1 / 1;
  aspect-ratio: 16 / 10;
}

@media (min-width: 900px) {
  .hero-split::before {
    aspect-ratio: 16 / 7;
  }
}

.hero-tape {
  position: relative;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.hero-tape video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.hero-caption {
  position: absolute;
  top: 1.1rem;
  left: max(1.25rem, calc((100% - 72rem) / 2 + 1.25rem));
  z-index: 2;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgb(12 36 56 / 0.72);
  color: var(--foam);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel {
  grid-area: 1 / 1;
  z-index: 1;
  align-self: end;
  width: 100%;
  padding: 2.25rem 0 1.4rem;
  background: linear-gradient(180deg, transparent 0%, rgb(12 36 56 / 0.88) 55%);
}

@media (min-width: 768px) {
  .hero-panel {
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 900px) {
  .hero-panel {
    padding: 6rem 0 2.5rem;
  }
}

.hero-pill {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgb(43 179 199 / 0.18);
  color: var(--lagoon);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel h1 {
  margin: 1.1rem 0 0;
  max-width: 13em;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.12;
  color: var(--foam);
}

.hero-panel .lede {
  margin: 1.15rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgb(231 238 242 / 0.78);
}

.hero-aside {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(43 179 199 / 0.35);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--coral);
}

.section {
  border-bottom: 1px solid var(--line);
}

.section-pad {
  padding-block: 3.25rem;
}

@media (min-width: 768px) {
  .section-pad {
    padding-block: 6rem;
  }
}

.section-tight {
  padding-block: 4rem;
}

.band {
  background: rgb(213 224 230 / 0.55);
}

.band-deep {
  background: rgb(232 226 212 / 0.5);
}

.split-2 {
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .split-2 {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

.section h2 {
  margin: 0.75rem 0 0;
  color: var(--forest);
  line-height: 1.15;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.offset-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.offset-pair img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.offset-pair img:last-child {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .offset-pair img {
    height: 340px;
  }
}

.metric-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .metric-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
}

.card-media {
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 1.25rem;
}

.card-title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: 1px solid rgb(138 115 85 / 0.4);
  border-radius: 2px;
  color: var(--forest);
}

.icon-box svg {
  width: 1.25rem;
  height: 1.25rem;
}

.card h3 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--forest);
}

.card-body p {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}

.finish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .finish-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.finish {
  text-align: center;
}

.finish img {
  width: 6rem;
  height: 6rem;
  margin-inline: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .finish img {
    width: 7rem;
    height: 7rem;
  }
}

.finish figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--muted);
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .section-head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }
}

.text-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-pair {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .article-pair {
    grid-template-columns: 1fr 1fr;
  }
}

.article-stack {
  display: grid;
  gap: 1.5rem;
}

.article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  transition: border-color 0.15s;
}

.article-card:hover {
  border-color: var(--lagoon);
}

.article-card__media {
  overflow: hidden;
  background: var(--paper-deep);
  aspect-ratio: 16 / 10;
}

.article-card--large .article-card__media {
  aspect-ratio: 16 / 10;
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.article-card:hover .article-card__media img {
  transform: scale(1.03);
}

.article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.article-card__meta,
.article-card__read {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}

.article-card__read {
  margin-top: auto;
  padding-top: 1rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: var(--muted);
}

.article-card h2,
.article-card h3 {
  margin: 0.5rem 0 0;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--forest);
}

.article-card:hover h2,
.article-card:hover h3 {
  text-decoration: underline;
}

.article-card__dek {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}

@media (min-width: 768px) {
  .article-card--large {
    flex-direction: row;
  }

  .article-card--large .article-card__media {
    width: 46%;
    aspect-ratio: auto;
  }

  .article-card--large .article-card__body {
    justify-content: center;
    padding: 1.5rem;
  }
}

.dark-band {
  background: var(--forest);
  color: var(--paper);
}

.dark-band h2,
.dark-band .kicker {
  color: inherit;
}

.dark-band .kicker {
  color: var(--lagoon);
}

.dark-band .text-link {
  color: var(--paper);
}

.science-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .science-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.science-card {
  display: block;
  padding: 1.5rem;
  border: 1px solid rgb(244 240 232 / 0.15);
  border-radius: var(--radius);
  transition: border-color 0.15s;
}

.science-card:hover {
  border-color: rgb(244 240 232 / 0.4);
}

.science-card .source {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lagoon);
}

.science-card h3 {
  margin: 0.75rem 0 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.science-card:hover h3 {
  text-decoration: underline;
}

.science-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: rgb(244 240 232 / 0.65);
}

.stars-grid {
  display: grid;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .stars-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.stars-col h3 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.person-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.person-list li {
  padding: 1rem 0 1rem 0.9rem;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--lagoon);
}

.person-list li:first-child {
  border-top: 0;
}

.person-list .name {
  margin: 0;
  font-size: 1.25rem;
  color: var(--forest);
}

.person-list .role {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bronze);
}

.person-list .note {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.video-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .video-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.video-tile {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--sea);
  border-radius: var(--radius);
  border: 2px solid var(--lagoon);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: opacity 0.2s, transform 0.3s;
}

.video-tile:hover .video-thumb img {
  opacity: 1;
  transform: scale(1.02);
}

.play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: rgb(244 240 232 / 0.95);
  color: var(--forest);
  box-shadow: 0 8px 20px rgb(28 31 29 / 0.18);
}

.play svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 2px;
  fill: currentColor;
}

.video-tile .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--forest);
}

.video-tile .channel {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-band {
  background: var(--forest);
  color: var(--paper);
}

.contact-band .wrap {
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  .contact-band .wrap {
    padding-block: 6rem;
  }
}

.contact-grid {
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 2rem 3rem;
  }
}

.contact-grid h2 {
  margin: 0.55rem 0 0;
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-form-col,
.form {
  min-width: 0;
}

.contact-copy p {
  margin: 1rem 0 0;
  max-width: none;
  color: rgb(244 240 232 / 0.7);
}

.contact-copy .text-link {
  display: inline-block;
  margin-top: 1.25rem;
  color: rgb(244 240 232 / 0.8);
}

.form {
  display: grid;
  gap: 1rem;
}

.form label {
  display: grid;
  gap: 0.375rem;
  font-size: 0.875rem;
}

.form label span {
  color: rgb(244 240 232 / 0.7);
}

.form input {
  height: 3rem;
  padding: 0 0.75rem;
  border: 1px solid rgb(244 240 232 / 0.25);
  border-radius: var(--radius-input);
  background: transparent;
  color: var(--paper);
  font-size: 1rem;
  outline: none;
}

.form input:focus {
  border-color: var(--bronze);
}

.form button {
  margin-top: 0.5rem;
  height: 3rem;
  border: 0;
  border-radius: var(--radius-btn);
  background: var(--cta);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.form button:hover {
  background: #c86638;
}

.form .hint {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgb(244 240 232 / 0.55);
}

.form .hint a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-thanks {
  margin: 0;
  font-size: 1.5rem;
}

.form-compact label span {
  color: var(--muted);
}

.form-compact input {
  border-color: var(--line);
  color: var(--ink);
}

.form-compact button {
  background: var(--cta);
  color: #fff;
}

.form-compact button:hover {
  background: #e07e08;
}

.form-compact .hint {
  color: var(--muted);
}

.site-footer {
  background: var(--forest);
  color: var(--paper);
  border-top: 1px solid rgb(244 240 232 / 0.15);
}

.site-footer .wrap {
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  .site-footer .wrap {
    padding-block: 4rem;
  }
}

.footer-lead {
  margin: 0;
  max-width: none;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.3;
}

.footer-about {
  margin: 1.25rem 0 0;
  max-width: 48rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgb(244 240 232 / 0.7);
}

.footer-cols {
  display: grid;
  gap: 2.5rem;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

@media (min-width: 768px) {
  .footer-cols {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.footer-cols h2 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(244 240 232 / 0.5);
}

.footer-cols p,
.footer-cols a,
.contact-aside a {
  overflow-wrap: anywhere;
}

.footer-cols p,
.footer-cols a,
.footer-nav {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgb(244 240 232 / 0.85);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.footer-nav a:hover,
.footer-cols a:hover {
  color: var(--paper);
}

.legal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  color: rgb(244 240 232 / 0.7);
}

.legal-row a,
.legal-row button {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

.legal-row a:hover,
.legal-row button:hover {
  color: var(--paper);
}

.footer-tag {
  margin: 2rem 0 0;
  max-width: none;
  font-size: 0.8125rem;
  line-height: 1.55;
  letter-spacing: 0;
  color: rgb(244 240 232 / 0.55);
}

.cookie {
  display: none;
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 90;
  border-top: 3px solid var(--coral);
  background: var(--foam);
  box-shadow: 0 -8px 30px rgb(12 36 56 / 0.16);
}

.cookie.is-visible {
  display: block;
}

.site:has(.cookie.is-visible) {
  padding-bottom: 8.5rem;
}

.cookie-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: min(72rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0.85rem 0 max(0.85rem, env(safe-area-inset-bottom));
}

@media (min-width: 768px) {
  .cookie-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: min(72rem, calc(100% - 4rem));
  }
}

.cookie h2 {
  margin: 0;
  font-size: 0.875rem;
  color: var(--forest);
}

.cookie p {
  margin: 0.25rem 0 0;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}

.cookie a {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-actions button {
  flex: 1 1 8rem;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--radius-btn);
}

@media (min-width: 768px) {
  .cookie-actions button {
    flex: 0 0 auto;
    height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
  }
}

.btn-ghost {
  border: 1px solid var(--sea);
  background: transparent;
  color: var(--sea);
}

.btn-ghost:hover {
  background: var(--foam-deep);
}

.btn-solid {
  border: 0;
  background: var(--coral);
  color: #fff;
}

.btn-solid:hover {
  background: #c86638;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgb(28 31 29 / 0.8);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-panel {
  width: min(56rem, 100%);
  padding: 0.75rem;
  background: var(--forest);
}

@media (min-width: 768px) {
  .lightbox-panel {
    padding: 1rem;
  }
}

.lightbox-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.lightbox-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.lightbox-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding: 0 0.25rem 0.25rem;
}

.lightbox-meta .title {
  margin: 0;
  font-size: 1.125rem;
  color: var(--paper);
}

.lightbox-meta .channel {
  margin: 0;
  font-size: 0.75rem;
  color: rgb(244 240 232 / 0.6);
}

.lightbox-meta a,
.lightbox-meta button {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  border: 0;
  background: none;
  padding: 0;
  color: rgb(244 240 232 / 0.8);
  font-size: 0.875rem;
  cursor: pointer;
}

.lightbox-meta a:hover {
  text-decoration: underline;
}

.lightbox-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-bottom: 0;
  background: var(--sea);
  color: var(--foam);
}

.page-hero::before {
  content: "";
  grid-area: 1 / 1;
  aspect-ratio: 16 / 10;
}

@media (min-width: 900px) {
  .page-hero::before {
    aspect-ratio: 16 / 7;
  }
}

.page-hero > img,
.page-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero > img {
  object-fit: cover;
}

.page-hero-shade {
  background: linear-gradient(180deg, transparent 0%, rgb(12 36 56 / 0.88) 55%);
}

.page-hero .wrap {
  position: relative;
  grid-area: 1 / 1;
  z-index: 1;
  align-self: end;
  justify-self: center;
  width: min(72rem, calc(100% - 2.5rem));
  padding: 2.25rem 0 1.4rem;
}

@media (min-width: 768px) {
  .page-hero .wrap {
    width: min(72rem, calc(100% - 4rem));
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 900px) {
  .page-hero .wrap {
    padding: 6rem 0 2.5rem;
  }
}

.page-hero h1 {
  margin: 1.1rem 0 0;
  max-width: 13em;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.12;
  color: var(--foam);
}

.page-hero .kicker {
  color: var(--lagoon);
}

.page-hero .lede {
  margin: 1.15rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgb(231 238 242 / 0.78);
}

.listing-grid {
  display: grid;
  gap: 1rem;
  padding-block: 3rem;
}

@media (min-width: 768px) {
  .listing-grid {
    grid-template-columns: 1fr 1fr;
    padding-block: 3.5rem;
  }
}

.listing-grid .article-card {
  background: #fff;
}

.listing-grid .article-card__media {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.stars-page {
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  .stars-page {
    padding-block: 4rem;
  }
}

.stars-page h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--forest);
}

.stars-page .cards {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .stars-page .cards {
    grid-template-columns: 1fr 1fr;
  }
}

.celeb-card {
  padding: 1.5rem;
}

.celeb-card .name {
  margin: 0;
  font-size: 1.5rem;
  color: var(--forest);
}

.celeb-card .role {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}

.celeb-card .note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}

.celeb-card .source {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.stars-page section + section {
  margin-top: 4rem;
}

.videos-page {
  display: grid;
  gap: 2.5rem;
  padding-block: 3.5rem;
}

@media (min-width: 640px) {
  .videos-page {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-page {
  display: grid;
  gap: 3rem;
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  .contact-page {
    grid-template-columns: 1fr 1fr;
    padding-block: 4rem;
  }
}

.contact-aside .label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}

.contact-aside .org {
  margin: 0.75rem 0 0;
  font-size: 1.5rem;
  color: var(--forest);
}

.contact-aside p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--muted);
}

.contact-aside .links {
  margin-top: 1.25rem;
}

.contact-aside .links a {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-head {
  border-bottom: 0;
}

.article-head .copy,
.article-hero,
.article-body {
  width: min(72rem, calc(100% - 2.5rem));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

@media (min-width: 768px) {
  .article-head .copy,
  .article-hero,
  .article-body {
    width: min(72rem, calc(100% - 4rem));
  }
}

.article-head .copy {
  padding: 2.25rem 0 0;
}

@media (min-width: 768px) {
  .article-head .copy {
    padding: 3rem 0 0;
  }
}

.article-head .crumb {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lagoon);
}

.article-head .crumb a:hover {
  text-decoration: underline;
}

.article-head h1 {
  margin: 0.85rem 0 0;
  max-width: none;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--forest);
}

.article-head .dek {
  margin: 1rem 0 0;
  max-width: none;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--muted);
}

.article-head .read {
  margin: 0.7rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
}

.article-hero {
  margin-top: 1.75rem;
}

.article-hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.article-body {
  padding: 1.75rem 0 4rem;
}

@media (min-width: 768px) {
  .article-body {
    padding: 2rem 0 4.5rem;
  }
}

.article-body .prose,
.article-source {
  max-width: none;
}

.article-body .prose > * + * {
  margin-top: 1.25rem;
}

.article-body h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: var(--forest);
}

.article-body p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgb(28 31 29 / 0.9);
}

.article-body blockquote {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--coral);
  color: var(--ink);
  font-family: var(--serif);
}

.article-body blockquote p {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.3;
}

.article-body cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--muted);
}

.article-source {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}

.article-source p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.article-source a {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  margin-top: 1rem;
  padding: 0 1.25rem;
  background: var(--coral);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: var(--radius-btn);
}

.legal-article .copy,
.legal-article .sections {
  max-width: 48rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 0;
}

@media (min-width: 768px) {
  .legal-article .copy,
  .legal-article .sections {
    padding: 5rem 2rem 0;
  }
}

.legal-article .copy {
  border-bottom: 1px solid var(--line);
  padding-bottom: 3.5rem;
}

.legal-article .kicker {
  margin: 0;
}

.legal-article h1 {
  margin: 0.75rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--forest);
}

.legal-article .updated {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.legal-article .intro {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--muted);
}

.legal-article .sections {
  display: grid;
  gap: 2.5rem;
  padding-block: 3rem 4rem;
}

.legal-article h2 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--forest);
}

.legal-article .sections p {
  margin: 0.75rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgb(28 31 29 / 0.9);
}

.legal-table {
  overflow-x: auto;
  margin-top: 1.25rem;
  border: 1px solid var(--line);
}

.legal-table table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}

.legal-table th {
  padding: 0.625rem 0.75rem;
  background: var(--foam-deep);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.legal-table td {
  padding: 0.625rem 0.75rem;
  border-top: 1px solid var(--line);
  vertical-align: top;
  color: rgb(28 31 29 / 0.9);
}

.muted {
  color: var(--muted);
}

.card-pad {
  padding: 1.5rem;
}

.hidden {
  display: none !important;
}

.pillar-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .pillar-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.poster-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--sea);
}

.poster-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.poster-card .poster-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.15rem 1.2rem 1.2rem;
  color: var(--foam);
}

.poster-card h3 {
  margin: 0;
  font-size: 1.75rem;
  color: var(--foam);
}

.poster-card p {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgb(231 238 242 / 0.82);
}

.tide-frame {
  display: grid;
  gap: 0.75rem;
}

.tide-frame .tide-main {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.tide-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.tide-row img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.site-mosaic {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  margin-inline: 0;
  padding: 0;
  justify-items: stretch;
}

@media (min-width: 768px) {
  .site-mosaic {
    grid-template-columns: 1fr 1fr;
  }
}

.stat-log {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.25rem;
  margin-top: 2.5rem;
  padding: 1.25rem 0;
  border-block: 1px solid rgb(43 179 199 / 0.45);
}

.stat {
  padding: 0;
  border-left: 0;
}

@media (min-width: 900px) {
  .stat-log {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .stat {
    flex: 1 1 9rem;
    padding: 0.5rem 1.25rem;
    border-left: 1px solid rgb(43 179 199 / 0.35);
  }

  .stat:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

.stat strong {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.1;
  color: var(--sea);
}

.stat span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--muted);
}

.report-desk {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

@media (min-width: 900px) {
  .report-desk {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
  }
}

.report-poster {
  position: relative;
  aspect-ratio: 4 / 3;
  align-self: start;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--foam);
}

.report-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-poster .report-poster__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 20%, rgb(12 36 56 / 0.86));
}

.report-poster h3 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--foam);
}

.report-poster .article-card__meta,
.report-poster .article-card__dek,
.report-poster .article-card__read {
  color: rgb(231 238 242 / 0.78);
}

.report-rows {
  display: grid;
  gap: 0.75rem;
}

.report-row {
  display: block;
  padding: 1.2rem 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.report-row h3 {
  margin: 0.4rem 0 0;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  line-height: 1.22;
  color: var(--forest);
}

.report-row .article-card__meta {
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  color: var(--lagoon);
}

.faq-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 2.5rem;
}

.faq {
  border: 0;
  border-radius: 0;
  background: var(--sea);
  color: var(--foam);
}

.faq h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.faq button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  color: var(--foam);
  font: inherit;
  font-size: 1.05rem;
}

.faq .mark {
  flex-shrink: 0;
  color: var(--coral);
  font-size: 1.25rem;
}

.faq .faq-body {
  display: none;
  padding: 0 1.25rem 1.2rem;
  color: rgb(231 238 242 / 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq.is-open .faq-body {
  display: block;
}

.jetty-log {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-top: 2.75rem;
  padding: 1.4rem 1.25rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

@media (min-width: 768px) {
  .jetty-log {
    padding: 1.6rem 1.6rem 1.4rem;
  }
}

.jetty-log__head h2 {
  margin: 0.45rem 0 0;
  max-width: none;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: var(--forest);
}

.jetty-log__head .muted {
  margin: 0.5rem 0 0;
  max-width: none;
}

.jetty-beats {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 800px) {
  .jetty-beats {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}

.jetty-beats li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 0.2rem 0.7rem;
  padding: 0.7rem 0 0.7rem 0.85rem;
  border-left: 2px solid var(--lagoon);
}

@media (min-width: 800px) {
  .jetty-beats li {
    grid-template-columns: 1fr;
    padding: 0 0.9rem 0 0.95rem;
    border-left: 2px solid var(--lagoon);
  }
}

.jetty-beats time {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lagoon);
}

.jetty-beats strong {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
}

.jetty-beats p {
  grid-column: 1 / -1;
  margin: 0.25rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
}

.jetty-log__depth {
  padding: 1rem 0.85rem 0.7rem;
  border-radius: 14px;
  background: var(--foam);
}

.jetty-log__depth-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
}

.jetty-log__depth-head p:last-child {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.depth-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 440 / 176;
  margin-top: 0.35rem;
}

.house-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.5rem;
}

.house-badges img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
}
