:root {
  color-scheme: dark;
  --paper: #f7f2e8;
  --ink: #f6f3ed;
  --muted: rgba(246, 243, 237, 0.68);
  --faint: rgba(246, 243, 237, 0.18);
  --field: #050505;
  --field-soft: #0c0b0a;
  --signal: #b8c5ff;
  --warm: #c6a16d;
  --rule: 1px solid var(--faint);
  --article: "Cormorant Garamond", "EB Garamond", Garamond, serif;
  --body: "Libre Baskerville", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--field);
  font-size: 16px;
  letter-spacing: 0;
  overflow-x: clip;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 197, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, #010101, var(--field) 42rem, #080706);
  color: var(--ink);
  font-family: var(--body);
  min-width: 320px;
  overflow-x: clip;
}

main {
  position: relative;
}

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

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

.wrap {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: clamp(16px, 4vw, 54px);
  width: 100%;
}

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

.masthead {
  background: transparent;
  left: 0;
  padding-top: clamp(20px, 4vh, 34px);
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}

.issue-line,
.mytho-mint-link,
.story-kicker,
.story-domain,
.social-line,
.site-footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.masthead-lockup {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 1180px;
  min-height: 110px;
  padding-inline: clamp(16px, 4vw, 54px);
  position: relative;
  width: 100%;
}

.masthead-logo {
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.08));
  margin: 0 auto;
  max-height: 110px;
  object-fit: contain;
  width: min(608px, 100%);
}

.issue-line {
  bottom: 6px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: right;
}

.mytho-mint-link {
  color: var(--warm);
  font-size: 0.72rem;
  left: auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  text-align: right;
  top: 44px;
}

.mytho-mint-link:hover,
.mytho-mint-link:focus-visible {
  color: var(--ink);
}

.mint-label-compact {
  display: none;
}

.lead-story {
  height: min(100svh, 900px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.story-link {
  display: block;
  position: relative;
}

.story-link:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 8px;
}

.story-media {
  background: #111;
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

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

.story-media video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.motion-hero .lead-story .story-media video {
  object-position: 50% 50%;
}

.sound-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  position: absolute;
  pointer-events: auto;
  right: 0;
  top: calc(100% + 10px);
  transition: color 160ms ease, transform 160ms ease;
  width: 24px;
}

.sound-toggle:hover,
.sound-toggle:focus-visible {
  color: rgba(255, 255, 255, 0.78);
  outline: none;
  transform: scale(1.04);
}

.sound-icon {
  height: 24px;
  width: 24px;
}

.sound-icon-on {
  display: none;
}

.sound-toggle[aria-pressed="true"] .sound-icon-off {
  display: none;
}

.sound-toggle[aria-pressed="true"] .sound-icon-on {
  display: block;
}

.motion-hero .issue-line-left {
  left: clamp(16px, 4vw, 54px);
  right: auto;
  text-align: left;
}

.motion-hero .issue-line-right {
  left: auto;
  right: 0;
  text-align: right;
}

.motion-hero .sound-toggle {
  bottom: -34px;
  top: auto;
}

.motion-hero .site-footer p {
  color: var(--warm);
}

.media-nocksec img {
  object-fit: contain;
  padding: 64px 72px 330px;
}

.story-media::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.38) 0 1px, rgba(255, 255, 255, 0) 1.7px),
    linear-gradient(90deg, rgba(255, 45, 150, 0.12), rgba(75, 140, 255, 0.1), rgba(255, 225, 90, 0.1));
  background-size: 7px 7px, 100% 100%;
  content: "";
  inset: 0;
  mix-blend-mode: overlay;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.story-media::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 28%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.94)),
    radial-gradient(circle at 50% 42%, transparent 0 34%, rgba(0, 0, 0, 0.28) 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.story-text {
  align-content: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  inset: 0;
  justify-content: flex-end;
  padding: clamp(22px, 4vw, 54px);
  position: absolute;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.lead-story .story-link {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.lead-story .story-media img {
  object-position: 50% 42%;
}

.lead-story .story-media::before {
  background:
    linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0.92) 7%, rgba(1, 1, 1, 0.42) 18%, transparent 32%, transparent 68%, rgba(1, 1, 1, 0.42) 82%, rgba(1, 1, 1, 0.92) 93%, #010101 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.66), transparent 26%, rgba(0, 0, 0, 0.72) 78%, #010101 100%),
    radial-gradient(circle at 50% 42%, transparent 0 30%, rgba(0, 0, 0, 0.34) 74%);
}

.lead-story .story-media::after {
  display: none;
}

.lead-story .story-frame {
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: flex-end;
  padding-bottom: clamp(44px, 7vw, 78px);
  padding-top: clamp(120px, 18vh, 200px);
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.lead-story .story-text {
  inset: auto;
  padding: 0;
  position: static;
}

.lead-story .story-kicker {
  margin: 0 0 16px;
  position: static;
}

.story-kicker {
  color: var(--warm);
  margin: 0;
  position: absolute;
  top: clamp(18px, 3vw, 36px);
  left: clamp(22px, 4vw, 54px);
}

.story-title {
  font-family: var(--article);
  font-size: clamp(3.05rem, 8vw, 7rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 13.5ch;
  text-wrap: balance;
}

.lead-story .story-title {
  font-size: clamp(5rem, 11vw, 10rem);
  max-width: 10.5ch;
}

.story-dek {
  color: var(--ink);
  font-family: var(--article);
  font-size: clamp(1.12rem, 1.65vw, 1.6rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.28;
  margin: 0;
  max-width: 34rem;
  text-wrap: pretty;
}

.story-domain {
  align-self: flex-start;
  border-top: 1px solid rgba(246, 243, 237, 0.42);
  color: var(--muted);
  margin: 14px 0 0;
  min-width: min(260px, 70%);
  padding-top: 12px;
}

.newsletter-signup {
  color: var(--ink);
  pointer-events: auto;
  position: static;
  width: min(760px, 100%);
  z-index: 6;
}

.newsletter-signup::before {
  content: none;
}

.newsletter-signup h2 {
  font-family: var(--article);
  font-size: clamp(3.2rem, 4.96vw, 5.12rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0 0 18px;
  max-width: none;
  white-space: nowrap;
}

.newsletter-copy {
  color: rgba(246, 243, 237, 0.9);
  font-family: var(--article);
  font-size: clamp(1.16rem, 1.55vw, 1.48rem);
  font-style: italic;
  line-height: 1.28;
  margin: 0 0 24px;
  max-width: 38rem;
  text-wrap: pretty;
}

.newsletter-form {
  max-width: 15rem;
}

.newsletter-field {
  border-bottom: 1px solid rgba(246, 243, 237, 0.58);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
}

.newsletter-field input {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  min-width: 0;
  outline: 0;
  padding: 13px 8px 13px 0;
  width: 100%;
}

.newsletter-field input::placeholder {
  color: rgba(246, 243, 237, 0.6);
  opacity: 1;
}

.newsletter-field:focus-within {
  border-color: var(--ink);
}

.newsletter-field button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
  justify-content: flex-end;
  padding: 0;
}

.newsletter-field button svg {
  display: block;
  height: 14px;
  width: 14px;
}

.newsletter-field button:hover,
.newsletter-field button:focus-visible {
  color: var(--warm);
  outline: 0;
}

.newsletter-honeypot {
  left: -5000px;
  position: absolute;
}

.story-grid {
  display: grid;
  gap: clamp(96px, 9vw, 138px) clamp(42px, 4vw, 64px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1420px;
  padding-bottom: 72px;
  padding-inline: clamp(16px, 3vw, 40px);
  padding-top: clamp(72px, 8vw, 108px);
}

.story-card {
  border: 0;
  isolation: isolate;
  min-width: 0;
  padding: 0;
  position: relative;
}

.story-card:nth-child(n + 4)::before {
  background: rgba(201, 165, 109, 0.58);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: clamp(-69px, -4.5vw, -48px);
  transform: translateX(-50%);
  width: 46px;
}

.story-card .story-title {
  font-size: clamp(2.45rem, 3.55vw, 3.7rem);
  max-width: 12.5ch;
}

.story-card .story-dek {
  color: rgba(246, 243, 237, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
}

.story-card .story-media::after {
  display: none;
}

.story-card .story-text {
  padding: clamp(22px, 2.8vw, 38px);
  padding-bottom: clamp(22px, 2.2vw, 30px);
}

.story-card .story-link {
  aspect-ratio: 4 / 6.15;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.story-card .story-link::after {
  color: var(--warm);
  content: "⌘";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.86;
  position: absolute;
  right: clamp(18px, 2.6vw, 32px);
  top: clamp(18px, 2.6vw, 32px);
  z-index: 3;
}

.story-card.text-only {
  background:
    radial-gradient(circle at 50% 34%, rgba(184, 197, 255, 0.16), transparent 28%),
    linear-gradient(90deg, transparent 0 48%, rgba(184, 197, 255, 0.22) 48% 49%, transparent 49%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 9px);
  min-height: 0;
}

.story-card.text-only .story-link {
  border: 0;
  height: auto;
}

.story-card.text-only .story-text {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 42%, rgba(0, 0, 0, 0.7)),
    radial-gradient(circle, rgba(255, 255, 255, 0.13) 0 1px, transparent 1.7px);
  background-size: auto, 8px 8px;
  height: 100%;
}

.site-footer {
  border-top: 0;
  margin: 0 auto;
  padding: 0 0 34px;
  text-align: center;
}

.site-footer::before {
  border-top: var(--rule);
  content: "";
  display: block;
  margin: 0 auto 22px;
  width: 80%;
}

.social-line {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin-bottom: 16px;
}

.social-line a {
  border-bottom: 1px solid transparent;
}

.social-line a:hover {
  border-color: currentColor;
}

.social-line.icons {
  align-items: center;
  gap: 8px;
}

.social-handle {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 4px;
  text-transform: none;
  white-space: nowrap;
}

.social-at {
  font-size: 0.94em;
  line-height: 1;
  margin-right: 0.18em;
}

.social-name {
  letter-spacing: 0.22em;
}

.social-arrow {
  color: inherit;
  display: block;
  height: 13px;
  margin-left: 8px;
  width: 13px;
}

.social-icon {
  align-items: center;
  border: 0;
  color: var(--muted);
  display: inline-flex;
  height: 20px;
  justify-content: center;
  transition: color 160ms ease, transform 160ms ease;
  width: 20px;
}

.social-icon svg {
  height: 14px;
  overflow: visible;
  width: 14px;
}

.social-icon:hover,
.social-icon:focus-visible {
  border: 0;
  color: var(--ink);
  transform: translateY(-1px);
}

.site-footer p {
  color: var(--ink);
  margin: 0;
}

@media (min-width: 821px) and (max-width: 1100px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-card:nth-child(n + 3)::before {
    background: rgba(201, 165, 109, 0.58);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: clamp(-69px, -4.5vw, -48px);
    transform: translateX(-50%);
    width: 46px;
  }
}

@media (max-width: 820px) {
  .masthead-logo {
    max-height: 74px;
    width: min(276px, 100%);
  }

  .masthead-lockup {
    display: block;
    min-height: 0;
  }

  .issue-line {
    font-size: 0.55rem;
    margin-top: 10px;
    position: static;
    text-align: center;
  }

  .motion-hero .masthead-lockup {
    position: relative;
  }

  .motion-hero .issue-line {
    bottom: 1px;
    margin: 0;
    position: absolute;
    white-space: nowrap;
  }

  .motion-hero .issue-line-left {
    display: none;
  }

  .motion-hero .issue-line-right {
    bottom: auto;
    left: clamp(16px, 4vw, 54px);
    right: auto;
    text-align: left;
    top: 0;
  }

  .motion-hero .sound-toggle {
    bottom: -33px;
    right: clamp(16px, 4vw, 54px);
    top: auto;
  }

  .motion-hero .mytho-mint-link {
    display: block;
    font-size: 0.58rem;
    margin: 0;
    position: absolute;
    right: clamp(16px, 4vw, 54px);
    text-align: right;
    top: 0;
  }

  .motion-hero .mint-label-full {
    display: none;
  }

  .motion-hero .mint-label-compact {
    display: inline;
  }

  .motion-hero .interior-detail {
    display: none;
  }

  .motion-hero .site-footer::before {
    display: none;
  }

  .story-grid {
    display: block;
  }

  .lead-story {
    height: min(100svh, 154vw);
    padding: 0 0 24px;
  }

  .newsletter-signup {
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
  }

  .newsletter-signup h2 {
    font-size: clamp(2.12rem, 9.6vw, 3.8rem);
    line-height: 0.92;
    margin-bottom: 16px;
    max-width: none;
    white-space: nowrap;
  }

  .newsletter-copy {
    font-size: clamp(1rem, 4.5vw, 1.18rem);
    line-height: 1.25;
    margin-bottom: 20px;
    max-width: 29rem;
  }

  .story-card {
    margin-top: 82px;
  }

  .story-card:first-child {
    margin-top: 0;
  }

  .story-card:nth-child(n + 2)::before {
    background: rgba(201, 165, 109, 0.58);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: -41px;
    transform: translateX(-50%);
    width: 46px;
  }

  .story-card .story-link,
  .story-card.text-only {
    aspect-ratio: 4 / 6.4;
    min-height: 0;
    width: 100%;
  }

  .lead-story .story-frame {
    padding-bottom: 30px;
    padding-top: clamp(116px, 20vh, 180px);
  }

  .story-text {
    padding: 22px;
  }

  .story-kicker {
    left: 22px;
    top: 20px;
  }

  .lead-story .story-kicker {
    left: auto;
    top: auto;
  }

  .lead-story .story-media img {
    object-position: 24% 30%;
  }

  .story-title,
  .lead-story .story-title,
  .story-card .story-title {
    font-size: clamp(2.45rem, 11vw, 4rem);
    line-height: 1.02;
    max-width: 12.5ch;
  }

  .story-dek,
  .story-card .story-dek {
    font-size: clamp(1rem, 4.3vw, 1.2rem);
    line-height: 1.22;
    max-width: 100%;
  }

  .media-nocksec img {
    padding: 62px 46px 310px;
  }

  .social-line.icons {
    gap: 3px;
  }

  .social-icon {
    height: 16px;
    width: 16px;
  }

  .social-icon svg {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 380px) {
  .social-line.icons {
    gap: 2px;
  }

  .social-handle {
    font-size: 0.56rem;
    margin-right: 1px;
  }

  .social-name {
    letter-spacing: 0.16em;
  }

  .social-arrow {
    height: 11px;
    margin-left: 5px;
    width: 11px;
  }

  .social-icon {
    height: 14px;
    width: 14px;
  }

  .social-icon svg {
    height: 11px;
    width: 11px;
  }
}

.alternate-hero .lead-story .story-media img,
.waiting-hero .lead-story .story-media img {
  object-position: 50% 50%;
}

.alternate-hero .lead-story .story-media::before {
  background:
    linear-gradient(90deg, rgba(1, 1, 1, 0.9) 0%, rgba(1, 1, 1, 0.62) 16%, rgba(1, 1, 1, 0.2) 38%, transparent 68%, rgba(1, 1, 1, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 25%, rgba(0, 0, 0, 0.76) 76%, #010101 100%);
}

.waiting-hero .lead-story {
  background: #010101;
}

.waiting-hero .lead-story .story-media::before {
  background:
    linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0.76) 5%, rgba(1, 1, 1, 0.28) 14%, transparent 27%, transparent 73%, rgba(1, 1, 1, 0.28) 86%, rgba(1, 1, 1, 0.76) 95%, #010101 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 25%, rgba(0, 0, 0, 0.76) 76%, #010101 100%);
}

@media (min-width: 821px) {
  .waiting-hero .lead-story .story-media {
    inset: 0 auto 0 50%;
    transform: translateX(-50%);
    width: min(1500px, 90vw);
  }
}

@media (max-width: 820px) {
  .waiting-hero .newsletter-signup h2 {
    font-size: clamp(1.95rem, 8.8vw, 3.5rem);
  }
}

@media (prefers-color-scheme: light) {
  :root {
    color-scheme: dark;
  }
}
