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

:root {
  --black: #090a0b;
  --paper: #f4f2ed;
  --white: #ffffff;
  --muted: #a6a6a6;
  --pink: #ff4f88;
  --line: rgba(255,255,255,.16);
  --max: 1180px;
}


/* ==========================================================
   GLOBAL BRAND MARK
   Every branded // separator uses the REEL//LIFE pink.
   Usage: REEL<span class="brand-slash">//</span>LIFE
   ========================================================== */
.brand-slash {
  color: var(--pink) !important;
  font-weight: 400;
}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #cfd2d5;
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input {
  font: inherit;
}

.reading-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 0;
  height: 3px;
  background: var(--pink);
  z-index: 999;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns:
    minmax(180px, 1fr)
    minmax(0, var(--max))
    minmax(180px, 1fr);
  gap: 18px;
  padding: 8px 0 40px;
}

.page {
  min-width: 0;
  background: var(--paper);
  box-shadow: 0 16px 60px rgba(0,0,0,.18);
}

/* AD RAILS */
.ad-rail {
  width: 100%;
  position: sticky;
  top: 8px;
  align-self: start;
  height: calc(100vh - 16px);
  min-height: 610px;
  overflow: hidden;
  color: white;
  background: #0a0d11;
  box-shadow: 0 16px 50px rgba(0,0,0,.2);
}

.ad-label {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 9px;
  letter-spacing: .4em;
  opacity: .6;
  z-index: 5;
}

.ad-inner {
  width: min(100%, 360px);
  height: 100%;
  margin-inline: auto;
  padding: 56px 22px 20px;
  display: flex;
  flex-direction: column;
}

.ad-inner > p {
  margin: 18px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: .98;
}

.ad-kicker {
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .18em;
  color: #a5adff;
}

.phone-art {
  position: relative;
  margin: auto -45px -20px 16px;
  min-height: 260px;
  border-radius: 38px 0 0 38px;
  background:
    radial-gradient(circle at 26% 22%, #273747, transparent 28%),
    linear-gradient(145deg, #0b1016, #48525f 54%, #0a0d11);
  transform: rotate(-7deg);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: inset 0 0 40px rgba(255,255,255,.08), 0 28px 50px rgba(0,0,0,.55);
}

.phone-lens {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #193c59 0 10%, #050608 30%, #111 48%, #4d5d70 55%, #080a0d 75%);
  border: 3px solid #262f39;
}

.lens-1 { top: 28px; left: 30px; }
.lens-2 { top: 82px; left: 30px; }
.lens-3 { top: 55px; left: 84px; }

.ad-cta {
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  padding: 11px 15px;
  margin-top: auto;
  text-align: center;
  font-size: 11px;
}

.ad-rail--right {
  background:
    linear-gradient(to bottom, rgba(18,27,36,.2), rgba(10,13,17,.85)),
    linear-gradient(165deg, #7e8b98, #cad1d8 42%, #313d49 43%, #10161c 100%);
}

.ad-inner--right p {
  font-size: clamp(21px, 1.8vw, 30px);
  margin-top: 18px;
}

.ad-inner--right small {
  margin-top: auto;
  text-align: center;
  letter-spacing: .12em;
}

.ad-inner--right strong {
  display: block;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 16px 0;
}

.mountain-art {
  position: relative;
  flex: 1;
  margin: 18px -22px 14px;
  overflow: hidden;
  background: linear-gradient(#a4b2be 0 23%, #e2c29a 35%, #475564 58%, #15202b 100%);
}

.sun {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff3ca;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
  box-shadow: 0 0 28px 10px rgba(255,229,164,.45);
}

.mountain {
  position: absolute;
  bottom: 15%;
  width: 120%;
  height: 45%;
  left: -10%;
  background: #2a3540;
  clip-path: polygon(0 90%, 20% 45%, 34% 70%, 50% 30%, 64% 69%, 78% 40%, 100% 83%, 100% 100%, 0 100%);
}

.mountain-2 {
  bottom: 4%;
  height: 30%;
  background: #111922;
  opacity: .95;
}

.walker {
  position: absolute;
  width: 18px;
  height: 56px;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  background: #0a0d11;
  border-radius: 9px 9px 3px 3px;
}
.walker::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -12px;
  left: -1px;
  background: #111;
}


/* RESPONSIVE IN-CONTENT ADS */
.mobile-ad-break { display: none; }

.mobile-ad-break__label {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .28em;
  text-align: center;
}

.mobile-ad-break__creative {
  position: relative;
  min-height: 180px;
  padding: 26px 28px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(255,79,136,.18), transparent 24%),
    linear-gradient(120deg, #0b0e13, #171b24);
  border: 1px solid rgba(255,255,255,.08);
}

.mobile-ad-break__creative::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -85px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}

.mobile-ad-break__creative--light {
  color: #111;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,79,136,.20), transparent 22%),
    linear-gradient(125deg, #f7f1e8, #dce4ea);
  border-color: #d4cec5;
}

.mobile-ad-break__eyebrow {
  position: relative;
  z-index: 2;
  color: #aaa7ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
}

.mobile-ad-break__creative--light .mobile-ad-break__eyebrow {
  color: #b32d60;
}

.mobile-ad-break__creative h3 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 14px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(30px, 5vw, 48px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.035em;
}

.mobile-ad-break__creative p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 0 20px;
  color: #b9bec5;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.45;
}

.mobile-ad-break__creative--light p { color: #5c6166; }

.mobile-ad-break__cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}

/* HEADER */
.topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  min-height: 118px;
  color: white;
  background: rgba(8,10,12,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: 14px 28px 0;
}

.brand {
  text-align: center;
  font-weight: 900;
  line-height: .95;
  font-size: clamp(33px, 4.2vw, 58px);
  letter-spacing: -.055em;
  grid-column: 2;
}

.brand b {
  font-weight: 500;
  padding: 0 .03em;
}

.brand small {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  margin-top: 8px;
  font-weight: 600;
}

.micro-copy {
  color: #a6a5ff;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .08em;
  padding-top: 2px;
}

.micro-copy--right {
  justify-self: end;
  color: #aaa;
  text-align: right;
}

.nav {
  grid-column: 1 / -1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
  height: 40px;
  font-family: Georgia, serif;
  font-size: 14px;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: white;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-btn,
.search-btn {
  display: none;
}

/* HERO */
.hero {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #181818;
}

.hero-side {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.hero-side--reel {
  background:
    linear-gradient(90deg, rgba(14,17,32,.38), rgba(38,18,60,.12)),
    url("https://upload.wikimedia.org/wikipedia/commons/f/fe/Besuch_beim_Drachenlord.jpg") center/cover;
  filter: saturate(.72) contrast(1.1);
}

.hero-side--life {
  background:
    linear-gradient(90deg, rgba(54,31,19,.04), rgba(15,15,15,.42)),
    url("https://upload.wikimedia.org/wikipedia/commons/6/61/Drachenschanze_Altschauerberg.jpg") center/cover;
  filter: saturate(.68) contrast(1.06);
}

.hero-overlay-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(124,91,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,91,255,.10) 1px, transparent 1px);
  background-size: 30px 30px;
  mix-blend-mode: screen;
  opacity: .38;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.8), transparent 45%, rgba(0,0,0,.18));
  pointer-events: none;
}

.tear {
  position: absolute;
  z-index: 4;
  left: calc(50% - 7px);
  top: -4%;
  width: 18px;
  height: 108%;
  background: #e9e5dd;
  clip-path: polygon(45% 0, 72% 5%, 30% 12%, 65% 20%, 28% 28%, 60% 36%, 25% 44%, 70% 52%, 30% 61%, 66% 69%, 26% 77%, 62% 86%, 35% 93%, 55% 100%, 0 100%, 5% 0);
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.hero-copy {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 57px;
  transform: translateX(-50%);
  width: min(90%, 900px);
  text-align: center;
  color: white;
}

.eyebrow {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .35em;
  margin-bottom: 11px;
  opacity: .8;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: .9;
  letter-spacing: -.035em;
  text-shadow: 0 3px 22px rgba(0,0,0,.45);
}

.hero-copy h1 em {
  font-weight: 400;
}

.hero-copy p {
  margin: 13px auto 17px;
  max-width: 720px;
  font-family: Georgia, serif;
  font-size: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 13px 19px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--light {
  background: white;
  color: black;
  box-shadow: 0 10px 26px rgba(0,0,0,.23);
}

.btn--dark {
  color: white;
  background: #111;
}

.social-metrics {
  position: absolute;
  z-index: 5;
  left: 11%;
  top: 20%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: white;
  font-family: Georgia, serif;
}

.social-metrics span {
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 2px 6px rgba(0,0,0,.7);
}

.hero-tag {
  position: absolute;
  top: 22px;
  z-index: 5;
  font-size: 10px;
  letter-spacing: .28em;
  color: white;
  border: 1px solid rgba(255,255,255,.55);
  padding: 7px 10px;
}

.hero-tag--reel { left: 22px; }
.hero-tag--life { right: 22px; }

.hand-note {
  position: absolute;
  z-index: 8;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  color: white;
  font-size: 16px;
  line-height: 1.06;
  transform: rotate(-8deg);
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.hand-note--left { left: 7%; bottom: 18%; }
.hand-note--right { right: 4%; bottom: 29%; transform: rotate(-6deg); }

/* STORIES */
.story-section {
  padding: 58px 22px 38px;
  background: #f5f3ef;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}

.section-kicker {
  font-size: 10px;
  letter-spacing: .24em;
  font-weight: 800;
}

.section-head h2,
.print-copy h2 {
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em;
}

.filter {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-btn {
  border: 1px solid #bcb8b0;
  background: transparent;
  padding: 8px 11px;
  cursor: pointer;
  font-size: 11px;
  border-radius: 999px;
}

.filter-btn.active,
.filter-btn:hover {
  background: #111;
  color: white;
  border-color: #111;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.story-card {
  background: white;
  border: 1px solid #d8d5ce;
  min-width: 0;
  transition: transform .24s ease, box-shadow .24s ease;
}

.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0,0,0,.10);
}

.story-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}

.story-image {
  position: relative;
  aspect-ratio: 1.8 / 1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.story-card--wide .story-image {
  aspect-ratio: auto;
  min-height: 310px;
}

.story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.45), transparent 52%);
}

.story-image--one {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.22), transparent),
    url("https://upload.wikimedia.org/wikipedia/commons/f/fe/Besuch_beim_Drachenlord.jpg");
  background-position: center 35%;
}
.story-image--two {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.24), transparent),
    url("https://upload.wikimedia.org/wikipedia/commons/8/8e/EMS_2023%2C_Essen_%28P1160634-Verbessert-RR%29.jpg");
  background-position: center 27%;
}
.story-image--three {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.28), transparent),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Tanzverbot.jpg");
  background-position: center;
}
.story-image--four {
  background-image:
    linear-gradient(90deg, rgba(10,10,10,.08), rgba(10,10,10,.22)),
    url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1400&q=82");
}

.card-label {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  color: white;
  background: rgba(0,0,0,.72);
  font-size: 9px;
  letter-spacing: .13em;
}

.story-body {
  position: relative;
  padding: 22px 18px 18px;
}

.story-index {
  position: absolute;
  right: 18px;
  top: 17px;
  color: #b4b0aa;
  font-family: Georgia, serif;
  font-size: 20px;
}

.story-body h3 {
  margin: 0 34px 8px 0;
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-size: clamp(22px, 2.15vw, 31px);
  line-height: .97;
}

.story-body p {
  color: #555;
  font-family: Georgia, serif;
  line-height: 1.36;
  font-size: 14px;
}

.story-body a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.story-card.is-hidden {
  display: none;
}

/* QUOTE */
.quote-band {
  padding: 82px 32px;
  color: white;
  background:
    linear-gradient(90deg, #0d0f11 0 50%, #171717 50% 100%);
  text-align: center;
}

.quote-band p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1;
}

.quote-band em {
  color: #9e9eff;
  font-weight: 400;
}

.quote-band strong {
  color: var(--pink);
}

/* PRINT */
.print-section {
  min-height: 530px;
  padding: 56px 58px;
  color: white;
  background: #0b0c0d;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
}

.magazine-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.magazine {
  position: relative;
  width: min(330px, 85%);
  aspect-ratio: .74;
  background: #1a1a1a;
  transform: rotate(-5deg);
  box-shadow: 0 32px 55px rgba(0,0,0,.55);
  overflow: hidden;
}

.magazine::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset -12px 0 25px rgba(0,0,0,.35);
  pointer-events: none;
}

.mag-brand {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.mag-face {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.9), transparent 65%),
    url("https://images.unsplash.com/photo-1531123897727-8f129e1688ce?auto=format&fit=crop&w=800&q=80") center/cover;
  filter: grayscale(1) contrast(1.08);
}

.mag-title {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 52px;
  font-family: "Comic Sans MS", cursive;
  font-size: 27px;
  line-height: 1.05;
  transform: rotate(-4deg);
}

.mag-issue {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 22px;
  font-size: 9px;
  letter-spacing: .18em;
}

.pink-sticker {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--pink);
  color: #111;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  transform: rotate(7deg);
}

.print-copy p {
  max-width: 590px;
  color: #d6d6d6;
  font-family: Georgia, serif;
  line-height: 1.55;
  font-size: 16px;
}

.print-copy ul {
  list-style: none;
  margin: 20px 0 25px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 20px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.print-copy li::before {
  content: "//";
  color: var(--pink);
  margin-right: 8px;
}

/* FOOTER */
footer {
  background: white;
  padding: 28px 32px 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #d8d4cc;
}

.footer-brand {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -.06em;
}

footer p {
  margin: 0;
  font-size: 8px;
  letter-spacing: .16em;
}

footer div {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
}

/* SEARCH */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(5,6,7,.96);
  color: white;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.search-close {
  position: absolute;
  top: 20px;
  right: 28px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 42px;
  cursor: pointer;
}

.search-box {
  width: min(720px, calc(100% - 44px));
}

.search-box > span {
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--pink);
}

.search-box input {
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-bottom: 2px solid white;
  background: transparent;
  color: white;
  padding: 10px 0 16px;
  outline: none;
  font-family: Georgia, serif;
  font-size: clamp(28px, 5vw, 58px);
}

.search-box p {
  color: #888;
}

/* RESPONSIVE */
@media (max-width: 1500px) {
  .site-shell {
    grid-template-columns:
      minmax(150px, 1fr)
      minmax(0, var(--max))
      minmax(150px, 1fr);
    gap: 10px;
  }

  .ad-inner { padding-inline: 15px; }
}

@media (max-width: 1280px) {
  .site-shell {
    display: block;
    padding: 0;
  }

  .ad-rail { display: none; }

  .page { box-shadow: none; }

  .topbar { padding-inline: 18px; }

  .mobile-ad-break {
    display: block;
    padding: 28px clamp(18px, 5vw, 52px);
    background: #e6e3dd;
    border-top: 1px solid #d3cfc7;
    border-bottom: 1px solid #d3cfc7;
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: 74px;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    padding: 8px 8px;
  }

  .brand {
    grid-column: 2;
    font-size: 32px;
  }

  .brand small,
  .micro-copy {
    display: none;
  }

  .menu-btn,
  .search-btn {
    display: block;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
  }

  .menu-btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: white;
    margin: 6px auto;
  }

  .search-btn {
    font-size: 26px;
  }

  .nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 25px 24px 32px;
    background: #0b0c0d;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .nav.open {
    display: flex;
  }

  .hero,
  .hero-side {
    min-height: 590px;
  }

  .hero-copy {
    bottom: 48px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .hero-copy p {
    font-size: 14px;
  }

  .social-metrics,
  .hand-note {
    display: none;
  }

  .story-section {
    padding: 40px 14px 28px;
  }

  .section-head {
    display: block;
  }

  .filter {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-card--wide {
    grid-column: auto;
    display: block;
  }

  .story-card--wide .story-image {
    aspect-ratio: 1.8/1;
    min-height: 0;
  }

  .print-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 20px;
  }

  .print-copy ul {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer div {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


.hero-credit {
  position: absolute;
  z-index: 9;
  right: 12px;
  bottom: 10px;
  color: rgba(255,255,255,.62);
  font-size: 8px;
  letter-spacing: .05em;
  text-shadow: 0 1px 5px rgba(0,0,0,.8);
}

.story-years span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
}
.story-years strong {
  min-width: 42px;
  font-family: Georgia, serif;
  font-size: 18px;
}


/* ==========================================================
   ISSUE-BASED HOMEPAGE // SEPTEMBER 2026
   ========================================================== */

.issue-masthead {
  display: grid;
  grid-template-columns: 165px 1fr 190px;
  gap: 34px;
  align-items: end;
  padding: 55px 38px 48px;
  background: #f4f1eb;
  border-bottom: 1px solid #d7d2c8;
}

.issue-number span,
.issue-status span {
  display: block;
  font-size: 8px;
  letter-spacing: .16em;
}

.issue-number strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 112px;
  line-height: .75;
  font-weight: 400;
  letter-spacing: -.08em;
}

.issue-intro h1 {
  margin: 10px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .88;
  font-weight: 400;
  letter-spacing: -.05em;
}

.issue-intro p {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.5;
}

.issue-status {
  display: grid;
  gap: 9px;
  padding-bottom: 4px;
  color: #666;
}

.issue-status span:last-child {
  color: var(--pink);
  font-weight: 800;
}

.section-head--issue {
  align-items: flex-end;
}

.issue-badge {
  padding: 9px 12px;
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.story-grid--issue {
  grid-template-columns: repeat(3, 1fr);
}

.section-kicker--light {
  display: inline-block;
  margin-bottom: 22px;
  color: #a8a5ff;
}

.editorial-principles {
  max-width: 950px;
  margin: 42px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.editorial-principles span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #aaa;
  font-size: 8px;
  letter-spacing: .1em;
}

/* GAME//LIFE */
.gamelife-preview {
  color: white;
  background: #090b0e;
}

.gamelife-kicker {
  display: flex;
  justify-content: space-between;
  padding: 16px 26px;
  border-bottom: 1px solid #292b2f;
  font-size: 9px;
  letter-spacing: .18em;
}

.gamelife-kicker strong {
  color: var(--pink);
}

.gamelife-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gamelife-copy {
  padding: 70px 55px;
}

.gamelife-copy h2 {
  margin: 12px 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(50px, 6vw, 80px);
  line-height: .88;
  font-weight: 400;
  letter-spacing: -.05em;
}

.gamelife-title {
  color: #aaa7ff !important;
  font-family: Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .18em;
}

.gamelife-copy p {
  max-width: 590px;
  color: #bbb;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
}

.coming-soon {
  display: inline-flex;
  margin-top: 12px;
  opacity: .72;
  cursor: default;
}

.gamelife-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,79,136,.18), transparent 18%),
    linear-gradient(140deg, #151829, #0b0e14 58%, #16131d);
}

.map-grid {
  position: absolute;
  inset: -20%;
  transform: rotate(-18deg) scale(1.25);
  background:
    linear-gradient(rgba(168,165,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,165,255,.10) 1px, transparent 1px);
  background-size: 42px 42px;
}

.map-pin {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--pink);
  box-shadow: 0 0 30px rgba(255,79,136,.35);
}

.map-pin::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #0b0e14;
}

.pin-a { left: 20%; top: 28%; }
.pin-b { right: 18%; top: 42%; transform: rotate(-45deg) scale(.75); background: #aaa7ff; }
.pin-c { left: 47%; bottom: 19%; transform: rotate(-45deg) scale(.55); }

.gamelife-word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  font-size: clamp(44px, 6vw, 85px);
  font-weight: 900;
  letter-spacing: -.07em;
}

.gamelife-word .brand-slash {
  font-weight: 400;
}


/* REEL//NEW + REEL//LEGACY */
.reel-series {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f5f3ef;
  border-top: 1px solid #d8d5ce;
  border-bottom: 1px solid #d8d5ce;
}

.reel-lane {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(150px, .38fr) 1fr;
  min-height: 520px;
}

.reel-lane + .reel-lane {
  border-left: 1px solid #d8d5ce;
}

.reel-lane__identity {
  padding: 44px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(0,0,0,.14);
}

.reel-lane__identity > strong {
  display: block;
  font-size: clamp(31px, 3.3vw, 54px);
  line-height: .88;
  letter-spacing: -.07em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
}

.reel-lane__identity > small {
  font-size: 9px;
  letter-spacing: .18em;
  font-weight: 800;
}

.reel-lane__copy {
  padding: 58px 36px 42px;
}

.reel-lane__copy h2 {
  margin: 0 0 24px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: -.045em;
}

.reel-lane__copy h2 em {
  font-weight: 400;
}

.reel-lane__copy > p {
  max-width: 620px;
  margin: 0;
  color: #555;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
}

.reel-lane__slot {
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
}

.reel-lane__slot > span,
.reel-lane-card__meta {
  display: block;
  margin-bottom: 10px;
  font-size: 9px;
  letter-spacing: .16em;
  font-weight: 800;
  text-transform: uppercase;
}

.reel-lane__slot > strong {
  display: block;
  max-width: 510px;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
}

.reel-lane-card {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
}

.reel-lane-card + .reel-lane-card {
  margin-top: 22px;
}

.reel-lane-card h3 {
  margin: 0 0 9px;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1;
  font-weight: 400;
}

.reel-lane-card p {
  margin: 0 0 15px;
  color: inherit;
  opacity: .76;
  font-family: Georgia, serif;
  line-height: 1.5;
}

.reel-lane-card a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.reel-lane--new {
  background: #eee9df;
  color: #111;
}

.reel-lane--new .brand-slash {
  color: var(--pink);
}

.reel-lane--legacy {
  background: #111318;
  color: #f3f1eb;
}

.reel-lane--legacy .reel-lane__identity {
  border-right-color: rgba(255,255,255,.18);
}

.reel-lane--legacy .reel-lane__copy > p {
  color: #bbb;
}

.reel-lane--legacy .brand-slash {
  color: #aaa7ff;
}

@media (max-width: 1050px) {
  .reel-series { grid-template-columns: 1fr; }
  .reel-lane + .reel-lane { border-left: 0; border-top: 1px solid #d8d5ce; }
}

@media (max-width: 620px) {
  .reel-lane { grid-template-columns: 1fr; min-height: 0; }
  .reel-lane__identity {
    padding: 22px 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.14);
  }
  .reel-lane--legacy .reel-lane__identity { border-bottom-color: rgba(255,255,255,.18); }
  .reel-lane__identity > strong {
    grid-column: 1 / -1;
    writing-mode: horizontal-tb;
    transform: none;
    justify-self: start;
    font-size: 38px;
  }
  .reel-lane__identity > small { align-self: end; }
  .reel-lane__copy { padding: 38px 20px 42px; }
  .reel-lane__slot { margin-top: 32px; }
}

/* REEL//LETTER */
.newsletter-section {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr .45fr;
  gap: 40px;
  align-items: center;
  padding: 62px 45px;
  background: #f3efe7;
  border-top: 1px solid #d1cbc0;
  border-bottom: 1px solid #d1cbc0;
}

.newsletter-copy h2 {
  margin: 9px 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: .95;
  font-weight: 400;
  letter-spacing: -.035em;
}

.newsletter-copy p {
  font-family: Georgia, serif;
  line-height: 1.5;
  color: #555;
}

.newsletter-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.newsletter-row {
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter-row input {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #111;
  border-right: 0;
  background: white;
  outline: none;
}

.newsletter-row button {
  border: 1px solid #111;
  padding: 0 18px;
  color: white;
  background: #111;
  cursor: pointer;
  font-weight: 700;
}

.newsletter-note {
  margin: 9px 0 0;
  color: #888;
  font-size: 8px;
  line-height: 1.4;
}

.owned-audience {
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background: #0b0d0f;
}

.owned-audience span,
.owned-audience small {
  font-size: 8px;
  letter-spacing: .13em;
}

.owned-audience strong {
  color: var(--pink);
  font-family: Georgia, serif;
  font-size: 68px;
  font-weight: 400;
  line-height: .9;
}

/* END//OF ISSUE */
.end-issue {
  padding: 100px 34px 110px;
  color: white;
  background: #030405;
  text-align: center;
}

.end-issue-rule {
  width: 1px;
  height: 90px;
  margin: 0 auto 45px;
  background: linear-gradient(#333,var(--pink));
}

.end-issue h2 {
  margin: 15px 0 22px;
  font-family: Georgia, serif;
  font-size: clamp(64px, 10vw, 135px);
  line-height: .78;
  font-weight: 400;
  letter-spacing: -.07em;
}

.end-issue p {
  color: #888;
  font-family: Georgia, serif;
  font-size: 18px;
}

.end-issue .go-live {
  margin-top: 35px;
  color: white;
  font-size: 30px;
}

.end-issue-logo {
  margin-top: 80px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -.07em;
}

.end-issue-logo .brand-slash {
  font-weight: 400;
}

/* NEXT ISSUE */
.next-issue {
  min-height: 540px;
  display: grid;
  grid-template-columns: 150px 1fr .8fr;
  gap: 40px;
  align-items: center;
  padding: 58px 45px;
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(168,165,255,.18), transparent 27%),
    linear-gradient(120deg,#151820,#090b0e);
}

.next-issue-label {
  align-self: start;
  color: #aaa7ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.next-issue-copy > span {
  color: #888;
  font-size: 9px;
  letter-spacing: .16em;
}

.next-issue-copy h2 {
  margin: 12px 0 22px;
  font-family: Georgia, serif;
  font-size: clamp(46px, 6vw, 80px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.045em;
}

.next-issue-copy h2 em {
  color: var(--pink);
}

.next-issue-copy p {
  color: #aaa;
  font-family: Georgia, serif;
}

.next-issue-redacted {
  min-height: 300px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ece8e0;
  color: #111;
  transform: rotate(2deg);
  box-shadow: 0 25px 55px rgba(0,0,0,.30);
}

.next-issue-redacted span,
.next-issue-redacted small {
  font-size: 9px;
  letter-spacing: .16em;
}

.next-issue-redacted b {
  margin: 28px 0;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: .05em;
}

/* ARCHIVE */
.archive-section {
  padding: 75px 45px 85px;
  background: #f5f2ec;
}

.archive-head h2 {
  margin: 10px 0 30px;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .94;
  font-weight: 400;
}

.archive-card {
  padding: 34px;
  display: grid;
  grid-template-columns: 180px 1fr 240px;
  gap: 25px;
  align-items: center;
  border-top: 1px solid #aaa59c;
  border-bottom: 1px solid #aaa59c;
}

.archive-card > span {
  font-size: 9px;
  letter-spacing: .12em;
}

.archive-card strong {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.archive-card small {
  color: #777;
  text-align: right;
}

.archive-note {
  margin-top: 22px;
  color: #777;
  font-family: Georgia, serif;
}

@media (max-width: 900px) {
  .issue-masthead,
  .newsletter-section,
  .next-issue {
    grid-template-columns: 1fr;
  }

  .issue-status {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }

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

  .gamelife-grid {
    grid-template-columns: 1fr;
  }

  .gamelife-visual {
    min-height: 420px;
  }

  .archive-card {
    grid-template-columns: 1fr;
  }

  .archive-card small {
    text-align: left;
  }
}

@media (max-width: 760px) {

  .issue-masthead {
    padding: 40px 18px 44px;
    gap: 28px;
  }

  .issue-number strong {
    font-size: 86px;
  }

  .issue-intro {
    min-width: 0;
    width: 100%;
  }

  .issue-intro h1 {
    max-width: 100%;
    margin: 10px 0 16px;

    font-size: clamp(35px, 10.5vw, 52px);
    line-height: .91;
    letter-spacing: -.045em;

    overflow-wrap: normal;
    word-break: normal;
  }

  .issue-intro p {
    width: 100%;
    max-width: none;
    margin: 0;

    font-size: 16px;
    line-height: 1.55;
  }

  .issue-status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .gamelife-copy,
  .newsletter-section,
  .next-issue,
  .archive-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .newsletter-row input {
    border-right: 1px solid #111;
  }

  .newsletter-row button {
    padding: 14px;
  }

  .next-issue-redacted {
    min-height: 230px;
  }

  .mobile-ad-break {
    padding: 18px 0;
    background: #ece8e1;
  }

  .mobile-ad-break__label {
    margin: 0 0 9px;
  }

  .mobile-ad-break__creative {
    min-height: 250px;
    padding: 28px 20px;
    border-left: 0;
    border-right: 0;
  }

  .mobile-ad-break__creative h3 {
    max-width: 92%;
    font-size: clamp(32px, 10vw, 46px);
  }

  .mobile-ad-break__creative p {
    max-width: 88%;
  }

}
/* ===========================================================
   OWN ADS // JALO + CLIPSTAR
   =========================================================== */
.ad-rail--jalo{background:linear-gradient(160deg,#0b0d12 0%,#101827 62%,#4d7cff 140%)}
.ad-inner--jalo{position:relative}
.ad-inner--jalo .ad-kicker{color:#8fa8ff}
.jalo-mark{margin:auto 0 10px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(60px,6vw,92px);font-weight:900;letter-spacing:-.08em;line-height:.8}.jalo-mark span{color:#4d7cff}
.ad-inner--jalo>small{margin-top:auto;color:#9fa9bc;font-size:9px;letter-spacing:.16em}.ad-inner--jalo>strong{font-family:Georgia,serif;font-size:26px;line-height:.95;margin:14px 0 18px}.ad-inner--jalo .ad-cta{border-color:#4d7cff;background:#4d7cff;color:white}
.ad-rail--clipstar{background:radial-gradient(circle at 50% 28%,rgba(255,79,145,.2),transparent 22%),linear-gradient(165deg,#11152a,#090b14 58%,#160f22)}
.ad-inner--clipstar .ad-kicker{color:#ff78ad}.clipstar-star{margin:42px auto 6px;font-size:104px;line-height:.8;color:#ff4f91;text-shadow:0 0 45px rgba(255,79,145,.45)}
.ad-inner--clipstar>p{font-family:Georgia,serif;font-size:clamp(24px,2vw,34px);line-height:.95;margin:16px 0}.ad-inner--clipstar>strong{font-size:20px;line-height:1.05;letter-spacing:.04em;color:#fff}.ad-inner--clipstar>small{margin:16px 0 0;text-align:left;color:#9799a8;font-size:8px;line-height:1.5;letter-spacing:.13em}.clipstar-price{display:flex;align-items:flex-end;gap:10px;margin:auto 0 18px}.clipstar-price b{font-family:Georgia,serif;font-size:58px;line-height:.8;color:#fff}.clipstar-price span{font-size:8px;letter-spacing:.12em;color:#aaa}.ad-inner--clipstar .ad-cta{border-color:#ff4f91;background:#ff4f91;color:#08090d}
.mobile-ad-break__creative--jalo{background:linear-gradient(135deg,#0d1220,#4d7cff);color:#fff;border-color:#4d7cff}.mobile-ad-break__creative--jalo p,.mobile-ad-break__creative--clipstar p{color:rgba(255,255,255,.78)}.mobile-ad-break__creative--jalo .mobile-ad-break__eyebrow{color:#dbe3ff}.mobile-ad-break__creative--clipstar{background:radial-gradient(circle at 88% 20%,rgba(255,79,145,.27),transparent 22%),linear-gradient(135deg,#0d1020,#171125);color:#fff;border-color:#302442}.mobile-ad-break__creative--clipstar .mobile-ad-break__eyebrow{color:#ff7eaf}

/* Desktop search button */
@media (min-width:761px){.search-btn{display:block;position:absolute;right:24px;bottom:12px;width:42px;height:42px;padding:9px;border:0;background:transparent;color:#fff;cursor:pointer;opacity:.82}.search-btn:hover{opacity:1;color:var(--pink)}}
.search-btn svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Live search results */
.search-results{margin-top:28px;display:grid;gap:8px;max-height:42vh;overflow:auto;padding-right:4px}.search-result{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:14px 0;border-top:1px solid rgba(255,255,255,.14);color:#fff;text-decoration:none}.search-result__meta{font-size:9px;line-height:1.5;letter-spacing:.12em;color:var(--pink)}.search-result strong{display:block;font-family:Georgia,serif;font-size:20px;font-weight:400}.search-result p{margin:5px 0 0;color:#9b9ca3;font-size:12px;line-height:1.45}.search-full-link{display:inline-block;margin-top:16px;color:#fff;font-size:11px;text-decoration:underline;text-underline-offset:4px}.search-empty{padding:18px 0;color:#8d8e96;font-family:Georgia,serif;font-size:18px}@media(max-width:620px){.search-result{grid-template-columns:1fr;gap:5px}.search-results{max-height:46vh}}
.ad-cta-stack{display:grid;gap:8px;margin-top:auto}.ad-cta-stack .ad-cta{margin-top:0}.ad-cta--ghost{background:transparent!important;color:#d9dce7!important;border-color:rgba(255,255,255,.38)!important}.mobile-ad-actions{display:flex;gap:8px;flex-wrap:wrap}
