/* ============================================
   Detail pages - shared layout
   Each detail page inherits its brand world from
   style.css (.interest--{slug}) and adds detail
   styles on top here.
   ============================================ */

.detail {
  min-height: 100vh;
}

.detail__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid currentColor;
  margin: 28px 0 0 28px;
  transition: transform 0.2s, background 0.2s, color 0.2s;
  opacity: 0.8;
}
.detail__back:hover { opacity: 1; transform: translateX(-4px); }

.detail__masthead {
  max-width: 800px;
  margin: 60px auto 80px;
  padding: 0 28px;
  text-align: center;
}
.detail__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0.7;
}
.detail__title {
  font-weight: 500;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}
.detail__dek {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  max-width: 58ch;
  margin: 0 auto;
  opacity: 0.85;
}

.detail__section {
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 28px;
  position: relative;
}
.detail__section--video,
.detail__section--current {
  max-width: 1080px;
}

.detail__rubric {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0.7;
}
.detail__h2 {
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.detail__lede {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.5;
  max-width: 42ch;
  margin-bottom: 32px;
  opacity: 0.9;
}

.detail__video {
  position: relative;
}
.detail__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 4px;
}
.detail__caption {
  margin-top: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.65;
}

.detail__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.detail__cta:hover { transform: translateY(-2px); }

.detail__foot {
  padding: 80px 28px 100px;
  text-align: center;
}
.detail__foot .detail__back { margin: 0 auto; }

/* ============================================
   1 - NAMING MY YEAR (detail)
   Inherits .interest--naming background/color from style.css
   ============================================ */
.detail--naming {
  background: #f3ead8;
  color: #2a1a0d;
  --accent: #8a1f1f;
}
.detail--naming .detail__title em,
.detail--naming .detail__h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.detail--naming .detail__back,
.detail--naming .detail__cta {
  color: #2a1a0d;
}
.detail--naming .detail__back:hover,
.detail--naming .detail__cta:hover {
  background: #2a1a0d;
  color: #f3ead8;
}

/* Time Travel: match the home section's fun colors (purple/navy + cyan/pink neon) */
.detail--timetravel {
  background:
    radial-gradient(circle at 82% 10%, rgba(70, 230, 255, 0.16) 0, transparent 42%),
    radial-gradient(circle at 12% 92%, rgba(255, 95, 162, 0.14) 0, transparent 42%),
    linear-gradient(165deg, #3a1d6e 0%, #1d1448 46%, #0a0e23 100%);
  background-attachment: fixed;
  color: #e6e9ff;
  --neon: #46e6ff;
}
.detail--timetravel .detail__eyebrow { color: #ff5fa2; opacity: 1; letter-spacing: 0.26em; }
.detail--timetravel .detail__title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 3px 3px 0 #ff5fa2, 6px 6px 0 rgba(70, 230, 255, 0.45);
}
.detail--timetravel .detail__h2 { color: #fff; }
.detail--timetravel .detail__rubric { color: var(--neon); }
.detail--timetravel .timetravel__list span { color: var(--neon); }
.detail--timetravel .detail__back,
.detail--timetravel .detail__cta { color: var(--neon); border-color: var(--neon); }
.detail--timetravel .detail__back:hover,
.detail--timetravel .detail__cta:hover { background: var(--neon); color: #0a0e23; border-color: var(--neon); }
.tt-cartoons { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 10px; }
.tt-cartoon { margin: 0; }
.tt-cartoon img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; display: block; }
.tt-cartoon figcaption { margin-top: 10px; }
.tt-cartoon strong { display: block; font-size: 15px; color: #fff; }
.tt-cartoon span { display: block; font-size: 13px; line-height: 1.5; opacity: 0.82; margin-top: 5px; }

/* ---- The current year ---- */
.naming__current {
  background: #2a1a0d;
  color: #f3ead8;
  border-radius: 8px;
  padding: 60px 48px;
  text-align: center;
}
.naming__current-year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: rgba(243, 234, 216, 0.55);
  margin-bottom: 24px;
}
.naming__current-name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(64px, 9vw, 128px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: #f3ead8;
  margin-bottom: 28px;
}
.naming__current-dek {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  max-width: 58ch;
  margin: 0 auto 32px;
  color: rgba(243, 234, 216, 0.88);
}
.naming__current-dek em {
  color: #d6a464;
  font-style: italic;
}
.naming__current-status {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 234, 216, 0.55);
}
.naming__current-status span {
  display: inline-block;
  padding: 6px 14px;
  border: 1px dashed rgba(243, 234, 216, 0.4);
  border-radius: 999px;
}

/* ---- Archive ---- */
.naming__archive {
  list-style: none;
  border-top: 1px solid rgba(42, 26, 13, 0.25);
}
.naming__archive li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(42, 26, 13, 0.2);
}
.naming__archive-year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: rgba(42, 26, 13, 0.6);
}
.naming__archive-name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.05;
  color: var(--accent);
  margin-bottom: 10px;
}
.naming__archive-desc {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 16px;
  max-width: 50ch;
  opacity: 0.82;
}
.naming__archive-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2a1a0d;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  margin-right: 18px;
  transition: color 0.2s, border-color 0.2s;
}
.naming__archive-link:hover { color: var(--accent); border-color: var(--accent); }

@media (max-width: 720px) {
  .naming__archive li { grid-template-columns: 1fr; gap: 10px; }
  .naming__current { padding: 40px 28px; }
}

/* ============================================
   2 - TOUR INDUSTRY INNOVATOR (slate + coral)
   ============================================ */
.detail--tourindustry {
  background: #404759;
  color: #f5ede1;
  --accent: #d63c4c;
}
.detail--tourindustry .detail__title em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.detail--tourindustry .detail__back,
.detail--tourindustry .detail__cta { color: #f5ede1; }
.detail--tourindustry .detail__back:hover,
.detail--tourindustry .detail__cta:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.tourindustry-detail__hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(0.9) brightness(0.92);
}
.tourindustry-detail__hero figcaption {
  text-align: center;
  margin-top: 12px;
  color: rgba(245, 237, 225, 0.65);
}

.tourindustry-detail__list { list-style: none; }
.tourindustry-detail__list li {
  border-top: 1px solid rgba(245, 237, 225, 0.18);
  padding: 36px 0;
}
.tourindustry-detail__list li:last-child { border-bottom: 1px solid rgba(245, 237, 225, 0.18); }
.tourindustry-detail__year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--accent);
  margin-bottom: 12px;
}
.tourindustry-detail__name {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.tourindustry-detail__status {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 237, 225, 0.65);
  margin-bottom: 16px;
}
.tourindustry-detail__story {
  font-size: 17px;
  line-height: 1.6;
  max-width: 62ch;
  color: rgba(245, 237, 225, 0.92);
}

.tourindustry-detail__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

/* ============================================
   3 - 6-WEEK CYCLES (cream + teal)
   ============================================ */
.detail--cycles {
  background: #f5efe2;
  color: #1f1a14;
  --teal: #42bfc2;
  --olive: #977f39;
}
.detail--cycles .detail__title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
}
.detail--cycles .detail__back,
.detail--cycles .detail__cta { color: #1f1a14; }
.detail--cycles .detail__back:hover,
.detail--cycles .detail__cta:hover {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.cycles-detail__calendar-wrap { text-align: center; }
.cycles-detail__calendar {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  max-width: 640px;
  margin: 20px auto 16px;
}
.cycles-detail__calendar span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 8px;
}
.cycles-detail__calendar .on { background: var(--teal); color: #fff; }
.cycles-detail__calendar .off { background: var(--olive); color: #fff; }
.cycles-detail__caption {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(31, 26, 20, 0.6);
}

.cycles-detail__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.cycles-detail__numbers > div {
  border-top: 2px solid var(--teal);
  padding-top: 16px;
}
.cycles-detail__numbers strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1;
  color: var(--teal);
  margin-bottom: 4px;
}
.cycles-detail__numbers span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--olive);
}

.cycles-detail__videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.cycles-detail__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: #1f1a14;
}
.cycles-detail__embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.cycles-detail__videos figcaption { color: var(--olive); margin-top: 10px; }

@media (max-width: 720px) {
  .cycles-detail__numbers { grid-template-columns: repeat(2, 1fr); }
  .cycles-detail__videos { grid-template-columns: 1fr; }
}

/* ============================================
   4 - THE Q (purple + cyan)
   ============================================ */
.detail--theq {
  background: #ddd2c2;
  color: #3a2230;
}
.theq-detail__logo {
  display: block;
  height: clamp(70px, 13vw, 132px);
  width: auto;
  margin: 0 auto 26px;
}
.detail--theq .detail__eyebrow { color: #0b8ea6; }
.detail--theq .detail__back { color: #3a2230; border-color: rgba(58, 34, 48, 0.35); }
.detail--theq .detail__cta { color: #0b8ea6; border-color: #0b8ea6; }
.detail--theq .detail__back:hover,
.detail--theq .detail__cta:hover {
  background: #3a2230;
  color: #ddd2c2;
  border-color: #3a2230;
}

.theq-detail__body { font-size: 17px; line-height: 1.7; max-width: 62ch; margin: 0; opacity: 0.9; }

.theq-detail__stamp {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: rgba(58, 34, 48, 0.7);
  padding: 8px 16px;
  border: 1px dashed rgba(58, 34, 48, 0.4);
  display: inline-block;
  transform: rotate(-2deg);
  border-radius: 999px;
}

.theq-detail__timeline {
  list-style: none;
  border-left: 2px solid rgba(11, 142, 166, 0.45);
  padding-left: 28px;
  margin-top: 24px;
}
.theq-detail__timeline li {
  position: relative;
  padding: 12px 0;
  font-size: 17px;
  line-height: 1.55;
}
.theq-detail__timeline li::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 22px;
  width: 8px; height: 8px;
  background: #0b8ea6;
  border-radius: 50%;
}
.theq-detail__timeline span {
  font-family: 'JetBrains Mono', monospace;
  color: #0b8ea6;
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-right: 18px;
}

.theq-detail__signup-pitch { color: #5a4450; }

/* ============================================
   Digital Guidebooks detail
   ============================================ */
.detail--dgb { background: #1e3a37; color: #eaf1ee; }
.dgb-detail__logo { display: block; height: clamp(46px, 9vw, 84px); width: auto; margin: 0 auto 24px; }
.detail--dgb .detail__eyebrow { color: #e0b53f; }
.detail--dgb .detail__back { color: #eaf1ee; border-color: rgba(234, 241, 238, 0.32); }
.detail--dgb .detail__cta { color: #1e3a37; background: #d4a017; border-color: #d4a017; }
.detail--dgb .detail__cta:hover { background: #eaf1ee; color: #1e3a37; border-color: #eaf1ee; }
.dgb-detail__body { font-size: 17px; line-height: 1.7; max-width: 62ch; margin: 0; opacity: 0.9; }

/* ============================================
   Status detail (running log)
   ============================================ */
.detail--status { background: #101216; color: #e6e9ef; }
.detail--status .detail__eyebrow { color: #7ee787; }
.detail--status .detail__back { color: #e6e9ef; border-color: rgba(230, 233, 239, 0.3); }
.detail--status .detail__back:hover { background: #7ee787; color: #101216; border-color: #7ee787; }

/* ============================================
   Toothbrush Workouts detail (mint)
   ============================================ */
.detail--brush { background: #e8f6f2; color: #16342e; }
.detail--brush .detail__eyebrow { color: #0f9b7a; }
.detail--brush .detail__back { color: #16342e; border-color: rgba(22, 52, 46, 0.3); }
.detail--brush .detail__back:hover { background: #0f9b7a; color: #fff; border-color: #0f9b7a; }

/* ============================================
   5 - CONVERSION COPYWRITER (white + navy + highlight)
   ============================================ */
.detail--copywriter {
  background: #ffffff;
  color: #03030e;
  --accent: #008aff;
  --highlight: #ffec5c;
}
.detail--copywriter .detail__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
}
.detail--copywriter .detail__title em,
.detail--copywriter .detail__h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, transparent 0 55%, var(--highlight) 55% 95%, transparent 95%);
  padding: 0 6px;
}
.detail--copywriter .detail__back,
.detail--copywriter .detail__cta { color: #03030e; }
.detail--copywriter .detail__back:hover,
.detail--copywriter .detail__cta:hover {
  background: #03030e; color: #fff; border-color: #03030e;
}

.copywriter-detail__photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.98);
}
.copywriter-detail__photo figcaption { color: var(--accent); text-align: center; }

.copywriter-detail__services {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.copywriter-detail__services li {
  border-top: 2px solid var(--accent);
  padding-top: 18px;
}
.copywriter-detail__services h3 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 6px;
}
.copywriter-detail__services p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(3, 3, 14, 0.78);
}

.copywriter-detail__quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.3;
  border-left: 4px solid var(--highlight);
  padding-left: 28px;
  margin-bottom: 24px;
  max-width: 36ch;
}

@media (max-width: 720px) {
  .copywriter-detail__services { grid-template-columns: 1fr; }
}

/* ============================================
   6 - TEACHING (navy + spotlight)
   ============================================ */
.detail--teaching {
  background: #0d1b2a;
  color: #f4efe6;
  --gold: #f4d35e;
}
.teaching-detail__spot {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 800px;
  background: radial-gradient(ellipse at top, rgba(244, 211, 94, 0.18) 0, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.detail--teaching > *:not(.teaching-detail__spot) { position: relative; z-index: 1; }
.detail--teaching .detail__title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}
.detail--teaching .detail__back,
.detail--teaching .detail__cta { color: var(--gold); border-color: var(--gold); }
.detail--teaching .detail__back:hover,
.detail--teaching .detail__cta:hover {
  background: var(--gold);
  color: #0d1b2a;
  border-color: var(--gold);
}

.teaching-detail__talks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.teaching-detail__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
}
.teaching-detail__embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
}
.teaching-detail__talks h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  margin-bottom: 6px;
}
.teaching-detail__talks p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(244, 239, 230, 0.75);
}

.teaching-detail__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.teaching-detail__gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.95);
  transition: filter 0.3s, transform 0.3s;
}
.teaching-detail__gallery img:hover { filter: saturate(1.05) brightness(1.05); transform: translateY(-3px); }

@media (max-width: 720px) {
  .teaching-detail__talks { grid-template-columns: 1fr; }
  .teaching-detail__gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   7 - CHICAGOAN (flag-inspired)
   ============================================ */
.detail--chicago {
  background: #fff;
  color: #0a2b5c;
  --red: #c8102e;
  --light-blue: #b3ddf2;
}
.detail--chicago .detail__title {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 12vw, 180px) !important;
  letter-spacing: 0.02em;
}
.detail--chicago .detail__back,
.detail--chicago .detail__cta { color: var(--red); border-color: var(--red); }
.detail--chicago .detail__back:hover,
.detail--chicago .detail__cta:hover {
  background: var(--red); color: #fff;
}

.chicago-detail__stars {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 22px;
}
.chicago-detail__stars span {
  width: 32px; height: 32px;
  background: var(--red);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.chicago-detail__skyline img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  border-top: 6px solid var(--light-blue);
  border-bottom: 6px solid var(--light-blue);
}
.chicago-detail__skyline figcaption { text-align: center; color: rgba(10, 43, 92, 0.65); }

.chicago-detail__neighborhoods {
  list-style: none;
  border-top: 1px solid rgba(10, 43, 92, 0.2);
}
.chicago-detail__neighborhoods li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10, 43, 92, 0.15);
}
.chicago-detail__neighborhoods strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.03em;
}
.chicago-detail__neighborhoods span {
  font-size: 16px;
  font-style: italic;
  color: rgba(10, 43, 92, 0.78);
  align-self: center;
}

.chicago-detail__list { display: grid; gap: 12px; }
.chicago-detail__list > div {
  font-size: 17px;
  display: flex;
  gap: 14px;
}
.chicago-detail__list span {
  color: var(--red);
  font-family: 'JetBrains Mono', monospace;
}

@media (max-width: 720px) {
  .chicago-detail__neighborhoods li { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
}

/* ============================================
   8 - KANYE (black + red)
   ============================================ */
.detail--kanye {
  background: #000;
  color: #fff;
  --red: #ff2e2e;
}
.detail--kanye .detail__title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
}
.detail--kanye .detail__back,
.detail--kanye .detail__cta { color: var(--red); border-color: var(--red); }
.detail--kanye .detail__back:hover,
.detail--kanye .detail__cta:hover {
  background: var(--red); color: #000;
}

.kanye-detail__photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(0.4) contrast(1.05);
  border-radius: 4px;
}
.kanye-detail__photo figcaption { color: var(--red); text-align: center; }

.kanye-detail__body {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 62ch;
}
.detail--kanye .detail__lede a, .detail--kanye .kanye-detail__body a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================
   9 - GAME DESIGNER (NBP - cream, navy, crimson, gold)
   ============================================ */
.detail--games {
  background: #FAF7F2;
  color: #0F2545;
  --crimson: #B23A48;
  --gold: #C8A85A;
}
.detail--games .detail__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 12vw, 160px) !important;
  letter-spacing: 0.04em;
}
.detail--games .detail__back,
.detail--games .detail__cta { color: var(--crimson); border-color: var(--crimson); }
.detail--games .detail__back:hover,
.detail--games .detail__cta:hover {
  background: var(--crimson); color: #FAF7F2;
}

.games-detail__hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}
.games-detail__hero figcaption { text-align: center; color: var(--crimson); }

.games-detail__catalog {
  list-style: none;
  border-top: 1px solid rgba(15, 37, 69, 0.2);
}
.games-detail__catalog li {
  padding: 32px 0;
  border-bottom: 1px solid rgba(15, 37, 69, 0.15);
}
.games-detail__year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 10px;
}
.games-detail__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: 0.03em;
  line-height: 1.05;
  margin-bottom: 6px;
}
.games-detail__wip {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--crimson);
  padding: 4px 10px;
  border: 1px solid var(--crimson);
  border-radius: 999px;
  margin-left: 10px;
  vertical-align: middle;
}
.games-detail__tagline {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  color: rgba(15, 37, 69, 0.75);
  margin-bottom: 12px;
}
.games-detail__story {
  font-size: 16px;
  line-height: 1.6;
  max-width: 60ch;
  margin-bottom: 14px;
}
.games-detail__links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.games-detail__links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  color: #0F2545;
  transition: color 0.2s, border-color 0.2s;
}
.games-detail__links a:hover { color: var(--crimson); border-color: var(--crimson); }
.games-detail__links a span { color: var(--gold); }
.games-detail__buy { color: var(--crimson) !important; }

/* ============================================
   10 - WEBSITE DESIGNER (IDE)
   ============================================ */
.detail--webdev {
  background: #1e1e1e;
  color: #d4d4d4;
  font-family: 'JetBrains Mono', monospace;
}
.detail--webdev .detail__title {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  color: #ce9178;
  font-size: clamp(40px, 6vw, 80px) !important;
  letter-spacing: -0.01em;
}
.detail--webdev .detail__eyebrow { color: #6a9955; }
.detail--webdev .detail__h2 { color: #569cd6; }
.detail--webdev .detail__back,
.detail--webdev .detail__cta { color: #569cd6; border-color: #569cd6; }
.detail--webdev .detail__back:hover,
.detail--webdev .detail__cta:hover {
  background: #569cd6; color: #1e1e1e;
}

.webdev-detail__snippet {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  line-height: 1.65;
  background: #252526;
  border-left: 3px solid #569cd6;
  padding: 22px 26px;
  border-radius: 4px;
  white-space: pre;
  overflow-x: auto;
}
.webdev-detail__snippet .t { color: #569cd6; }
.webdev-detail__snippet .a { color: #9cdcfe; }
.webdev-detail__snippet .s { color: #ce9178; }
.webdev-detail__snippet .k { color: #dcdcaa; }

.webdev-detail__work {
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.webdev-detail__work li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.webdev-detail__work h3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  color: #ce9178;
  margin-bottom: 6px;
}
.webdev-detail__work p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(212, 212, 212, 0.85);
  margin-bottom: 8px;
}
.webdev-detail__work a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #569cd6;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.webdev-detail__work a span { color: #dcdcaa; }

.webdev-detail__photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
  border-radius: 4px;
}
.webdev-detail__photo figcaption {
  text-align: center;
  color: #6a9955;
  font-family: 'JetBrains Mono', monospace;
}

/* ============================================
   11 - GLOBAL TRAVEL (vintage paper)
   ============================================ */
.detail--travel {
  background: #ebe0c8;
  color: #1f1611;
  background-image:
    repeating-linear-gradient(45deg, rgba(31,22,17,0.03) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(-45deg, rgba(31,22,17,0.03) 0 1px, transparent 1px 16px);
  --accent: #8c1c13;
}
.detail--travel .detail__title {
  font-family: 'DM Serif Display', serif;
}
.detail--travel .detail__eyebrow { color: var(--accent); }
.detail--travel .detail__back,
.detail--travel .detail__cta { color: #1f1611; border-color: #1f1611; }
.detail--travel .detail__back:hover,
.detail--travel .detail__cta:hover {
  background: #1f1611; color: #ebe0c8;
}

.travel-detail__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.travel-detail__gallery figure { margin: 0; }
.travel-detail__gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #1f1611;
  filter: sepia(0.15) saturate(0.95);
}
.travel-detail__gallery figcaption {
  text-align: center;
  color: var(--accent);
  margin-top: 8px;
}

.travel-detail__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.travel-detail__list li {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 13px;
  border: 1px solid #1f1611;
  border-radius: 3px;
  background: rgba(31, 22, 17, 0.04);
  transform: rotate(-1deg);
}
.travel-detail__list li:nth-child(even) { transform: rotate(1deg); }
.travel-detail__list li:nth-child(3n) { transform: rotate(-0.5deg); }

@media (max-width: 720px) {
  .travel-detail__gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   12 - COVID OPEN MIC (idol blue + gold)
   ============================================ */
.detail--openmic {
  background: radial-gradient(ellipse at 50% 25%, #1a3a8c 0%, #061536 90%);
  color: #fff;
  --gold: #ffec5c;
  min-height: 100vh;
}
.openmic-detail__lights {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
  z-index: 0;
  pointer-events: none;
}
.openmic-detail__lights span {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px var(--gold), 0 0 32px rgba(255, 236, 92, 0.55);
}
.openmic-detail__lights span:nth-child(2) { background: #ff6f61; box-shadow: 0 0 14px #ff6f61, 0 0 32px rgba(255,111,97,0.55); }
.openmic-detail__lights span:nth-child(4) { background: #5ad1ff; box-shadow: 0 0 14px #5ad1ff, 0 0 32px rgba(90,209,255,0.55); }

.detail--openmic > *:not(.openmic-detail__lights) { position: relative; z-index: 1; }

.detail--openmic .detail__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 12vw, 160px) !important;
  letter-spacing: 0.04em;
}
.detail--openmic .detail__eyebrow { color: var(--gold); }
.detail--openmic .detail__back,
.detail--openmic .detail__cta { color: var(--gold); border-color: var(--gold); }
.detail--openmic .detail__back:hover,
.detail--openmic .detail__cta:hover {
  background: var(--gold); color: #061536;
}

.openmic-detail__photo img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.openmic-detail__photo figcaption { color: var(--gold); text-align: center; }

.openmic-detail__articles { list-style: none; }
.openmic-detail__articles li { margin-bottom: 22px; }
.openmic-detail__articles a {
  display: block;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.openmic-detail__articles a:hover {
  background: rgba(255, 236, 92, 0.08);
  border-color: rgba(255, 236, 92, 0.4);
  transform: translateY(-2px);
}
.openmic-detail__articles h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 8px;
}
.openmic-detail__articles p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
}
.openmic-detail__read {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.openmic-detail__read em { font-style: normal; }

/* ============================================
   13 - ORDAINED MINISTER (cream + blush + script)
   ============================================ */
.detail--minister {
  background: #fdf5ef;
  color: #2b1f1a;
  --blush: #b87575;
}
.detail--minister .detail__title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-style: italic;
}
.detail--minister .detail__title .script {
  font-family: 'Dancing Script', cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: var(--blush);
  line-height: 0.8;
  display: inline-block;
  transform: translateY(0.1em);
}
.detail--minister .detail__back,
.detail--minister .detail__cta { color: var(--blush); border-color: var(--blush); }
.detail--minister .detail__back:hover,
.detail--minister .detail__cta:hover {
  background: var(--blush); color: #fdf5ef;
}

.minister-detail__photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(0.92);
}
.minister-detail__photo figcaption { color: var(--blush); text-align: center; }

.minister-detail__what {
  list-style: none;
  border-top: 1px solid rgba(43, 31, 26, 0.18);
}
.minister-detail__what li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(43, 31, 26, 0.13);
  align-items: center;
}
.minister-detail__what strong {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--blush);
}
.minister-detail__what span {
  font-size: 16px;
  font-style: italic;
  color: rgba(43, 31, 26, 0.75);
}

@media (max-width: 720px) {
  .minister-detail__what li { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
}

/* ============================================
   14 - 40DoX (evergreen + gold)
   ============================================ */
.detail--40dox {
  background: #0f3d2e;
  color: #f8f3e2;
  --gold: #d4a017;
}
.dox-detail__sparkle {
  position: fixed;
  top: 32px;
  right: 32px;
  font-size: 26px;
  color: var(--gold);
  animation: twinkle 3s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.detail--40dox .detail__title {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(96px, 14vw, 200px) !important;
  color: var(--gold);
}
.detail--40dox .detail__title em {
  font-weight: 700;
  font-style: italic;
  font-size: 0.55em;
  color: #f8f3e2;
  vertical-align: 0.4em;
  letter-spacing: 0.04em;
}
.detail--40dox .detail__eyebrow { color: #e8d49a; }
.detail--40dox .detail__back,
.detail--40dox .detail__cta { color: var(--gold); border-color: var(--gold); }
.detail--40dox .detail__back:hover,
.detail--40dox .detail__cta:hover {
  background: var(--gold); color: #0f3d2e;
}

.dox-detail__photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(0.95);
}

.dox-detail__rules { list-style: none; }
.dox-detail__rules li {
  border-top: 1px solid rgba(248, 243, 226, 0.2);
  padding: 28px 0;
}
.dox-detail__rules li:last-child { border-bottom: 1px solid rgba(248, 243, 226, 0.2); }
.dox-detail__date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 8px;
}
.dox-detail__rules h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(26px, 3.2vw, 38px);
  color: #f8f3e2;
  margin-bottom: 12px;
}
.dox-detail__rules p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 62ch;
  color: rgba(248, 243, 226, 0.88);
}



/* ---- Numbered steps + tag chips (game how-to pages) ---- */
.detail__steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 16px;
  margin: 8px 0 28px;
  max-width: 64ch;
}
.detail__steps li {
  counter-increment: step;
  position: relative;
  padding-left: 52px;
  line-height: 1.55;
}
.detail__steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  opacity: 0.75;
}
.detail__steps strong { font-weight: 600; }
.detail__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 28px;
}
.detail__tags li {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.8;
}

/* ============================================
   ONE-MINUTE VIDEOS detail: dark navy + world map viewer
   ============================================ */
.detail--minvids { background: #0c1626; color: #e8eef7; }
.detail--minvids .detail__eyebrow { color: #5db4ff; }
.detail--minvids .detail__title em { font-style: italic; color: #5db4ff; }

.mv {
  display: grid;
  gap: 28px;
  max-width: 1100px;
  margin: 8px auto 40px;
  padding: 0 28px;
}
@media (min-width: 920px) { .mv { grid-template-columns: 1fr 1fr; align-items: start; } }
.mv__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  display: block;
}
.mv__place {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5db4ff;
}
.mv__map {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(232, 238, 247, 0.12);
  align-self: start;
}
.mv__map img {
  width: 100%;
  display: block;
  filter: brightness(0.62) saturate(0.8) contrast(1.08);
}
.mv__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.mv__pin span {
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-radius: 50%;
  background: #5db4ff;
  border: 2px solid #fff;
  animation: mvpulse 2.6s infinite;
}
.mv__pin:hover span,
.mv__pin.is-active span {
  background: #fff;
  box-shadow: 0 0 12px 3px rgba(93, 180, 255, 0.8);
  transform: scale(1.25);
}
@keyframes mvpulse {
  0% { box-shadow: 0 0 0 0 rgba(93, 180, 255, 0.5); }
  70% { box-shadow: 0 0 0 11px rgba(93, 180, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(93, 180, 255, 0); }
}
.mv__reel {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto 44px;
  padding: 0 28px;
}
.mv__thumb {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 238, 247, 0.14);
  border-radius: 9px;
  overflow: hidden;
  background: #11203a;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: transform 0.2s, border-color 0.2s;
}
.mv__thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.mv__thumb span {
  padding: 10px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c7d6ea;
}
.mv__thumb:hover { transform: translateY(-3px); border-color: #5db4ff; }
.mv__thumb.is-active { border-color: #5db4ff; box-shadow: 0 0 0 1px #5db4ff; }

/* One-minute / Antarctica viewer: YouTube iframe frame + portrait peninsula map */
.mv__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.mv__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mv__map--ap {
  max-width: 340px;
  justify-self: center;
}
.mv__map--ap img {
  filter: saturate(0.92) brightness(0.98);
}

/* ============================================
   SPEAKING detail: talk/TV/podcast cards
   ============================================ */
body.detail--teaching { background: #0d1b2a; color: #f4efe6; }
.detail--teaching .detail__eyebrow { color: #f4d35e; }
.speak-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
  margin: 6px 0;
}
.speak-card { display: flex; flex-direction: column; gap: 10px; }
.speak-card .video-facade { width: 100%; aspect-ratio: 16 / 9; }
.speak-card figcaption { display: grid; gap: 3px; }
.speak-card figcaption strong { font-weight: 600; font-size: 15px; line-height: 1.3; }
.speak-card figcaption span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.65;
}

/* ============================================
   TOUR INDUSTRY detail: coral field + timeline
   ============================================ */
body.detail--tourindustry { background: #d63c4c; color: #fff3ee; }
.detail--tourindustry .detail__eyebrow { color: #ffdcd4; }
.detail--tourindustry .detail__title em { font-style: italic; color: #2b3040; }
.detail--tourindustry .detail__back,
.detail--tourindustry .detail__cta { color: #fff3ee; border-color: #fff3ee; }
.detail--tourindustry .detail__cta:hover,
.detail--tourindustry .detail__back:hover { background: #fff3ee; color: #d63c4c; }
.ti-list { list-style: none; display: grid; gap: 2px; max-width: 64ch; }
.ti-list li {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.ti-list__year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.ti-list__name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 27px);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.2;
}
.ti-list li p { line-height: 1.55; opacity: 0.92; }
.ti-list li em { font-style: italic; }

/* ============================================
   MIGRATED ESSAYS (Naming My Year, off Medium)
   ============================================ */
body.detail--essay { background: #f3ead8; color: #2a1a0d; }
.detail--essay .detail__back { color: #2a1a0d; border-color: rgba(42, 26, 13, 0.4); }
.detail--essay .detail__back:hover { background: #8a1f1f; color: #f3ead8; border-color: #8a1f1f; }
.essay { max-width: 720px; margin: 0 auto; padding: 0 24px 50px; }
.essay__head { margin: 24px 0 40px; }
.essay__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a1f1f;
  margin-bottom: 14px;
}
.essay__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(38px, 6.5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.01em;
}
.essay__title em { font-style: italic; color: #8a1f1f; }
.essay__body {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.72;
}
.essay__body p { margin: 0 0 1.25em; }
.essay__body h3.essay__h, .essay__body h4.essay__h {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  margin: 1.7em 0 0.5em;
}
.essay__body a { color: #8a1f1f; text-decoration: underline; text-underline-offset: 2px; }
.essay__body em { font-style: italic; }
.essay__body strong { font-weight: 600; }
.essay__fig, .essay__body figure { margin: 2em 0; }
.essay__body img { width: 100%; height: auto; border-radius: 6px; display: block; }
.essay__body figcaption {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  color: rgba(42, 26, 13, 0.6);
  margin-top: 10px;
}
.essay__body blockquote {
  border-left: 3px solid #8a1f1f;
  padding-left: 22px;
  margin: 1.5em 0;
  font-style: italic;
  color: rgba(42, 26, 13, 0.85);
}
.essay__body ul, .essay__body ol { margin: 0 0 1.25em 1.2em; }
.essay__body li { margin-bottom: 0.5em; }

/* Naming archive year-cover thumbnail */
.naming__archive-cover {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 6px;
  margin-top: 12px;
  display: block;
}

/* It-would-be-cool detail: dark + icon grid */
body.detail--cool { background: #0b0b0d; color: #ece8e0; }
.detail--cool .detail__eyebrow { color: #c8a85a; }
.detail--cool .detail__title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ece8e0;
}
.detail--cool .detail__title em { font-style: italic; color: #c8a85a; }
.detail--cool .detail__rubric { color: #c8a85a; }
.detail--cool .detail__lede { color: rgba(236, 232, 224, 0.78); }
.detail--cool .detail__back { color: #ece8e0; border-color: rgba(236, 232, 224, 0.3); }
.detail--cool .detail__back:hover { background: #c8a85a; color: #0b0b0d; border-color: #c8a85a; }
.cool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
  margin: 8px 0 4px;
}
.cool-grid .cool__icon { width: 100%; }

/* Appearances detail (dark broadcast maroon) */
body.detail--appearances { background: #1c1014; color: #f3e9e6; }
.detail--appearances .detail__eyebrow { color: #ff6f7d; }
.detail--appearances .detail__rubric { color: #ff6f7d; }
.detail--appearances .detail__back { color: #f3e9e6; border-color: rgba(243,233,230,0.3); }
.detail--appearances .detail__back:hover { background: #ff6f7d; color: #1c1014; border-color: #ff6f7d; }

/* Contact page (dark, brand) */
body.detail--contact { background: #0d0d10; color: #f1ece3; }
.detail--contact .detail__back { color: #f1ece3; border-color: rgba(241,236,227,0.28); }
.detail--contact .detail__back:hover { background: #c8a85a; color: #0d0d10; border-color: #c8a85a; }
.contact {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(24px, 7vw, 60px) 24px 40px;
}
.contact__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #c8a85a;
  margin-bottom: 14px;
}
.contact__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 8vw, 68px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.contact__title em { font-style: italic; color: #c8a85a; }
.contact__dek {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(241, 236, 227, 0.78);
  max-width: 42ch;
  margin-bottom: 34px;
}
.contact-form { display: grid; gap: 18px; }
.contact-form__hp { position: absolute; left: -9999px; }
.contact-form__field { display: grid; gap: 7px; }
.contact-form__field span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(241, 236, 227, 0.6);
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(241, 236, 227, 0.2);
  border-radius: 12px;
  padding: 13px 15px;
  color: #f1ece3;
  font: inherit;
  font-size: 16px;
}
.contact-form__field textarea { resize: vertical; min-height: 120px; }
.contact-form__field input:focus,
.contact-form__field textarea:focus { outline: 0; border-color: #c8a85a; }
.contact-form__submit {
  justify-self: start;
  background: #c8a85a;
  color: #15130f;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 14px 34px;
  border-radius: 999px;
}
.contact-form__submit:hover { background: #d8b96a; }
.contact-form__thanks {
  display: none;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #c8a85a;
}
.contact-form.is-sent .contact-form__field,
.contact-form.is-sent .contact-form__submit { display: none; }
.contact-form.is-sent .contact-form__thanks { display: block; }

/* PGS detail (green stars archive) */
body.detail--pgs {
  background-color: #050805;
  background-image: url('https://ik.imagekit.io/hijoemartin/images/sections/pgs/stars.jpg');
  background-size: 240px;
  color: #e9ffdc;
}
.detail--pgs .detail__masthead, .detail--pgs .detail__section { position: relative; }
.detail--pgs .detail__eyebrow { color: #9bff63; }
.detail--pgs .detail__title { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: clamp(64px, 16vw, 140px); letter-spacing: 0.04em; color: #c2ff90; text-shadow: 0 0 32px rgba(120,255,80,0.4); }
.detail--pgs .detail__dek { color: rgba(233,255,220,0.85); }
.detail--pgs .detail__back { color: #e9ffdc; border-color: rgba(155,255,99,0.4); background: rgba(5,8,5,0.6); }
.detail--pgs .detail__back:hover { background: #9bff63; color: #050805; border-color: #9bff63; }
.pgs__shot { margin: 0 0 30px; max-width: 760px; }
.pgs__shot img { width: 100%; border: 3px solid #9bff63; border-radius: 6px; box-shadow: 0 0 50px rgba(120,255,80,0.25); display: block; }
.pgs__shot figcaption { margin-top: 10px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.1em; color: rgba(155,255,99,0.75); }
.pgs__launch-wrap { max-width: 760px; }
.pgs__launch {
  display: inline-block;
  background: #9bff63;
  color: #050805;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(22px, 3.5vw, 30px);
  letter-spacing: 0.06em;
  padding: 14px 34px;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(120,255,80,0.4);
  transition: transform 0.15s, box-shadow 0.2s;
}
.pgs__launch:hover { transform: translateY(-2px); box-shadow: 0 0 60px rgba(120,255,80,0.65); }
.pgs__note { margin-top: 16px; font-size: 14px; color: rgba(233,255,220,0.6); max-width: 52ch; }

/* The Fold: warped tour photos */
.fold__lead { margin: 0; max-width: 900px; }
.fold__lead img { width: 100%; border-radius: 8px; display: block; }
.fold__gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 22px; }
.fold__gallery img { width: 100%; border-radius: 8px; display: block; }

/* Conversion copywriting single page */
body.detail--cc { background: #060609; color: #f1ece3; }
.detail--cc .detail__eyebrow { color: #5fdd8f; }
.detail--cc .detail__title em { font-style: italic; color: #5fdd8f; }
.detail--cc .detail__back { color: #f1ece3; border-color: rgba(95,221,143,0.4); }
.detail--cc .detail__back:hover { background: #5fdd8f; color: #06140c; border-color: #5fdd8f; }
.cc-rows { display: grid; gap: 20px; max-width: 860px; }
.cc-row { margin: 0; }
.cc-row__co { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(241,236,227,0.5); margin-bottom: 8px; }
.cc-row__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cc-row__col { border-radius: 12px; padding: 20px; display: grid; gap: 10px; align-content: start; }
.cc-row__col--before { background: #15151c; }
.cc-row__col--after { background: linear-gradient(135deg, #143020, #0d2216); }
.cc-row__col p { font-family: 'Fraunces', Georgia, serif; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.28; margin: 0; }
.cc-row__col--before p { color: rgba(241,236,227,0.78); }
.cc-row__col--after p { color: #daffe9; }
.cc-row__col .cc-card__tag { justify-self: start; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px; }
.cc-row__col--before .cc-card__tag { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.55); }
@media (max-width: 600px) { .cc-row__pair { grid-template-columns: 1fr; } }

/* 40DoX detail: full-page snowfall behind content */
body.detail--40dox .snow { position: fixed; }
body.detail--40dox > :not(.snow) { position: relative; z-index: 1; }

/* Super Bowl Squares grids */
.sbsq__grids { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 26px; }
.sbsq__grids figure { margin: 0; }
.sbsq__grids img { width: 100%; border-radius: 10px; border: 1px solid rgba(0,0,0,0.1); display: block; background: #fff; }
.sbsq__grids figcaption { margin-top: 8px; font-size: 13px; opacity: 0.7; }

/* Kanye live performances */
.kanye-live { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 22px; }
.kanye-live__item { margin: 0; }
.kanye-live__item video { width: 100%; border-radius: 10px; background: #000; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.kanye-live__item figcaption { margin-top: 9px; font-size: 13px; opacity: 0.75; line-height: 1.4; }

/* Art School detail */
body.detail--art { background: #f2efe9; color: #20201c; }
.detail--art .detail__eyebrow { color: #9a3b2e; }
.detail--art .detail__title { font-family: 'Fraunces', Georgia, serif; font-weight: 500; }
.detail--art .detail__back { color: #20201c; border-color: rgba(32,32,28,0.3); }
.detail--art .detail__back:hover { background: #20201c; color: #f2efe9; border-color: #20201c; }
.art__shot { margin: 0; max-width: 1000px; }
.art__shot img { width: 100%; border-radius: 10px; display: block; }
.art__shot figcaption { margin-top: 9px; font-size: 13px; opacity: 0.7; }
.art-vids { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 8px; }
.art-vids__item { margin: 0; }
.art-vids__item video { width: 100%; border-radius: 10px; background: #000; display: block; aspect-ratio: 16/9; object-fit: cover; }
.art-vids__item figcaption { margin-top: 9px; font-size: 13px; opacity: 0.75; }

/* Love for Love + Rumble video pairs */
.love-vids, .rumble-vids { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 8px; }
.love-vids__item, .rumble-vids__item { margin: 0; position: relative; }
.love-vids__item video, .rumble-vids__item video, .love-vids__item .video-facade { width: 100%; border-radius: 10px; background: #000; display: block; aspect-ratio: 16/9; object-fit: cover; }
.love-vids__item .video-facade { border: 0; padding: 0; cursor: pointer; overflow: hidden; }
.love-vids__item .video-facade img { width: 100%; height: 100%; object-fit: cover; }
.love-vids__item figcaption, .rumble-vids__item figcaption { margin-top: 9px; font-size: 13px; opacity: 0.75; }

/* Art School logo + wedding formula */
.detail--art .art__logo { width: 68px; height: 68px; margin-bottom: 16px; }
.wedding-formula { list-style: none; counter-reset: wf; display: grid; gap: 16px; max-width: 640px; margin: 8px 0 0; padding: 0; }
.wedding-formula li { counter-increment: wf; position: relative; padding-left: 52px; font-size: clamp(15px, 1.9vw, 18px); line-height: 1.45; }
.wedding-formula li::before { content: counter(wf); position: absolute; left: 0; top: 0; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(184,117,117,0.18); color: #b87575; font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 500; }
.wedding-formula strong { display: block; }

/* Detail pages must NOT inherit the home deck's scroll-snap (caused Cool To page to bounce) */
html { scroll-snap-type: none !important; }
.detail .cool__icon, .cool-grid .cool__icon { scroll-snap-align: none; }

/* Chicago detail: sunrise video band at the top */
.chicago-detail__hero { width: 100%; height: 34vh; overflow: hidden; position: relative; margin: 0 0 16px; }
.chicago-detail__hero video { width: 100%; height: 100%; object-fit: cover; object-position: bottom right; display: block; }

/* PGS detail: dark boxes behind the copy (original star-bg style) */
.detail--pgs .detail__masthead,
.detail--pgs .pgs__launch-wrap {
  background: rgba(3, 6, 3, 0.9);
  border: 1px solid rgba(155, 255, 99, 0.2);
  border-radius: 14px;
  padding: clamp(20px, 3.5vw, 34px);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

/* PGS: multi-year launch buttons */
.pgs__launch-label { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(155,255,99,0.85); margin-bottom: 14px; }
.pgs__launch-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* PGS year previews */
.pgs__previews { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin: 8px 0 18px; }
.pgs__preview { display: block; border: 3px solid #9bff63; border-radius: 8px; overflow: hidden; box-shadow: 0 0 26px rgba(120,255,80,0.18); transition: transform 0.2s, box-shadow 0.2s; }
.pgs__preview img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; background: #fff; }
.pgs__preview-year { display: block; background: #050805; color: #c2ff90; font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 0.08em; text-align: center; padding: 8px; }
.pgs__preview:hover { transform: translateY(-3px); box-shadow: 0 0 48px rgba(120,255,80,0.5); }

/* Chicago detail: back button floating over the video */
.detail--chicago .detail__back { position: absolute; top: 16px; left: 16px; z-index: 5; color: #fff; background: rgba(8,16,24,0.42); padding: 9px 15px; border-radius: 999px; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.detail--chicago .detail__back:hover { background: rgba(8,16,24,0.72); transform: none; opacity: 1; }
.detail--chicago .detail__foot .detail__back { position: static; background: none; backdrop-filter: none; padding: 0; }

/* Open Mic: ACS logo + RMWP video grid */
.openmic-detail__banner { width: 100%; max-width: 760px; height: auto; display: block; margin: 6px 0 20px; border-radius: 10px; }
.openmic-vids { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 8px; }
.openmic-vids__item { margin: 0; }
.openmic-vids__item video { width: 100%; border-radius: 10px; background: #000; display: block; aspect-ratio: 16/9; object-fit: cover; }
.openmic-vids__item figcaption { margin-top: 9px; font-size: 13px; opacity: 0.75; }

/* 6-Week Cycles: ten-year archive */
.cycles-archive { display: grid; gap: 28px; margin-top: 10px; }
.cycles-year__yr { font-family: 'Space Grotesk', sans-serif; font-size: clamp(26px, 4vw, 42px); font-weight: 700; color: #1f1a14; margin-bottom: 6px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.cycles-year__badge { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #2a8a8c; background: rgba(66,191,194,0.16); padding: 3px 9px; border-radius: 999px; }
.cycles-list { list-style: none; margin: 0; padding: 0; }
.cycles-row { display: grid; grid-template-columns: 84px 1fr auto; gap: 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid rgba(31,26,20,0.12); }
.cycles-row__period { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(31,26,20,0.5); }
.cycles-row__name { font-family: 'Fraunces', Georgia, serif; font-size: clamp(17px, 2vw, 22px); color: #1f1a14; }
.cycles-row__dates { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: rgba(31,26,20,0.5); text-align: right; }
.cycles-year.is-upcoming .cycles-row__name { color: #977f39; }
.cycles-foot { margin-top: 20px; font-style: italic; font-size: 13px; color: rgba(31,26,20,0.6); }
@media (max-width: 520px) { .cycles-row { grid-template-columns: 72px 1fr; } .cycles-row__dates { grid-column: 2; text-align: left; padding-top: 2px; } }

/* Conversion Copywriting detail: video grid */
.cc-vids { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 8px; }
.cc-vids__item { margin: 0; }
.cc-vids .cc-video { position: relative; width: 100%; max-width: none; aspect-ratio: 16 / 9; margin: 0; border-radius: 10px; overflow: hidden; background: #000; }
.cc-vids .cc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cc-vids__item figcaption { margin-top: 9px; font-size: 13px; opacity: 0.72; }

/* Appearances: articles list */
.appear-articles { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 14px; }
.appear-articles a { display: block; padding: 18px 20px; border: 1px solid rgba(255,255,255,0.16); border-radius: 12px; text-decoration: none; transition: border-color 0.2s, transform 0.2s; }
.appear-articles a:hover { border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }
.appear-articles h3 { font-size: clamp(17px, 2.2vw, 21px); margin: 0 0 3px; }
.appear-articles__pub { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.6; }
.appear-articles p { margin: 9px 0 8px; opacity: 0.82; font-size: 15px; line-height: 1.5; }
.appear-articles__read { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.08em; opacity: 0.8; }

/* 6-Week Cycles: press feature */
.cycles-press { display: block; max-width: 620px; border: 1px solid rgba(31,26,20,0.16); border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.cycles-press:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(31,26,20,0.16); }
.cycles-press img { width: 100%; display: block; }
.cycles-press__label { display: block; padding: 13px 18px; font-family: 'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 0.06em; color: #1f1a14; background: #fff; }
.cycles-press-vid { margin: 22px 0 0; max-width: 620px; }
.cycles-press-vid .cc-video { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: #000; }
.cycles-press-vid .cc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cycles-press-vid figcaption { margin-top: 9px; font-size: 13px; color: rgba(31,26,20,0.62); }

/* Global Travel: portrait video grid */
.travel-vids { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 8px; }
.travel-vids__item { margin: 0; }
.travel-vids__item video { width: 100%; max-height: 72vh; border-radius: 12px; background: #000; display: block; }
.travel-vids__item figcaption { margin-top: 9px; }
.travel-vids__item figcaption strong { display: block; font-size: 15px; }
.travel-vids__item figcaption span { font-size: 13px; opacity: 0.66; }

/* 6-Week Cycles: autoplay-muted hero video at top */
.cycles-hero-vid { position: relative; width: min(100% - 32px, 880px); margin: 6px auto 24px; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #000; }
.cycles-hero-vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* The Birthday Song detail (cream + pink, matches home section) */
.detail--birthday { background: #fbeede; color: #3a2230; --pink: #ff5d8f; }
.detail--birthday .detail__eyebrow { color: var(--pink); }
.detail--birthday .detail__title { font-family: 'Fraunces', Georgia, serif; font-weight: 500; }
.detail--birthday .detail__back,
.detail--birthday .detail__cta { color: #3a2230; border-color: rgba(58,34,48,0.3); }
.detail--birthday .detail__back:hover,
.detail--birthday .detail__cta:hover { background: var(--pink); color: #fff; border-color: var(--pink); }
.bday-grid { max-width: 1100px; margin: 18px auto 40px; padding: 0 28px; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.bday-grid figure { margin: 0; }
.bday-grid video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 12px; background: #000; display: block; }
.bday-grid video.is-wide { aspect-ratio: 16 / 9; }
@media (max-width: 540px) { .bday-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* PGS detail: every copy block needs a solid dark panel over the green-star background */
.detail--pgs .detail__section {
  background: rgba(0, 0, 0, 0.82);
  border-radius: 14px;
  margin-top: 18px;
}

/* ============================================
   Brand backgrounds for detail pages that were
   falling back to the dark body (washed-out fix)
   ============================================ */
.detail--hockey { background: #08111c; color: #eaf2fb; }
.detail--hockey .detail__eyebrow { color: #74bcff; }
.detail--hockey .detail__back { color: #eaf2fb; border-color: rgba(234, 242, 251, 0.32); }
.detail--hockey .detail__back:hover { background: #74bcff; color: #08111c; border-color: #74bcff; }
.detail--hockey .detail__cta { color: #08111c; background: #74bcff; border-color: #74bcff; }
.detail--hockey .detail__cta:hover { background: #eaf2fb; color: #08111c; border-color: #eaf2fb; }

.detail--homes { background: #2b3a4a; color: #f0ece3; }
.detail--homes .detail__eyebrow { color: #e3a857; }
.detail--homes .detail__back { color: #f0ece3; border-color: rgba(240, 236, 227, 0.3); }
.detail--homes .detail__back:hover { background: #e3a857; color: #2b3a4a; border-color: #e3a857; }
.detail--homes .detail__cta { color: #2b3a4a; background: #e3a857; border-color: #e3a857; }
.detail--homes .detail__cta:hover { background: #f0ece3; color: #2b3a4a; border-color: #f0ece3; }

.detail--tedx { background: #0c0c0d; color: #f5f3f0; }
.detail--tedx .detail__eyebrow { color: #eb0028; }
.detail--tedx .detail__back { color: #f5f3f0; border-color: rgba(245, 243, 240, 0.3); }
.detail--tedx .detail__back:hover { background: #eb0028; color: #fff; border-color: #eb0028; }
.detail--tedx .detail__cta { color: #fff; background: #eb0028; border-color: #eb0028; }
.detail--tedx .detail__cta:hover { background: #f5f3f0; color: #0c0c0d; border-color: #f5f3f0; }

.detail--fold { background: #1c0f3a; color: #f3edff; }
.detail--fold .detail__eyebrow { color: #ff8fbf; }
.detail--fold .detail__back { color: #f3edff; border-color: rgba(243, 237, 255, 0.3); }
.detail--fold .detail__back:hover { background: #ff8fbf; color: #1c0f3a; border-color: #ff8fbf; }
.detail--fold .detail__cta { color: #1c0f3a; background: #ff8fbf; border-color: #ff8fbf; }
.detail--fold .detail__cta:hover { background: #f3edff; color: #1c0f3a; border-color: #ff8fbf; }
