:root {
  --ink: #0b0e11;
  --paper: #fcfbf8;
  --paper-warm: #f4f0e9;
  --white: #fff;
  --muted: #666b6f;
  --soft: #92979b;
  --line: rgba(13, 20, 25, .13);
  --line-strong: rgba(13, 20, 25, .22);
  --copper: #c86d3b;
  --copper-dark: #9a4b26;
  --night: #071017;
  --blue: #37c9ff;
  --max: 1360px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(12, 18, 22, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 18, 22, .032) 1px, transparent 1px),
    var(--paper);
  background-size: 80px 80px;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.media-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 1000; left: 18px; top: -70px; padding: 12px 16px; color: #fff; background: #000; }
.skip-link:focus { top: 18px; }

.site-nav {
  position: static;
  min-height: 78px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.nav-inner {
  width: min(var(--max), calc(100% - 72px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 190px; height: auto; }
.nav-deep-work {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-deep-work:hover { color: var(--copper-dark); border-bottom-color: currentColor; }
.button-dark {
  min-height: 44px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border-radius: 999px;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button-dark:hover { transform: translateY(-2px); background: var(--copper-dark); }

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 74% 36%, rgba(55, 201, 255, .13), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(200, 109, 59, .11), transparent 17%),
    linear-gradient(145deg, rgba(255,255,255,.78), rgba(244,240,233,.62));
}
.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -260px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(13,20,25,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(13,20,25,.022), 0 0 0 160px rgba(13,20,25,.014);
}
.hero-shell {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 112px));
  min-height: 690px;
  margin: 0 auto;
  padding: 96px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  align-items: end;
  gap: clamp(60px, 8vw, 140px);
}
.eyebrow { margin: 0 0 23px; color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(68px, 7vw, 116px);
  font-weight: 750;
  line-height: .86;
  letter-spacing: -.07em;
}
.hero h1 em { color: var(--copper); font-family: "Instrument Sans", sans-serif; font-weight: 400; }
.hero-lede { max-width: 660px; margin: 34px 0 0; color: #53595d; font-size: 18px; line-height: 1.68; }
.hero-proof { position: relative; padding: 30px 0 4px 32px; border-left: 1px solid var(--line-strong); }
.hero-proof::before { content: ""; position: absolute; left: -3px; top: 30px; width: 5px; height: 70px; border-radius: 999px; background: var(--copper); }
.proof-stat { padding: 22px 0; border-bottom: 1px solid var(--line); }
.proof-stat:last-child { border-bottom: 0; }
.proof-stat strong { display: block; font-family: "Outfit", sans-serif; font-size: 38px; letter-spacing: -.045em; }
.proof-stat span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

.featured {
  padding: 100px 0 112px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 86% 12%, rgba(55,201,255,.12), transparent 24%),
    var(--night);
  background-size: 80px 80px, 80px 80px, auto, auto;
}
.section-shell { width: min(var(--max), calc(100% - 112px)); margin: 0 auto; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 50px; align-items: end; }
.section-heading h2 { max-width: 760px; margin: 0; font-family: "Outfit", sans-serif; font-size: clamp(54px, 5.2vw, 88px); line-height: .9; letter-spacing: -.065em; }
.section-heading p:last-child { margin: 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.65; }
.featured-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 31vw);
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 24px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(255,255,255,.24) transparent;
}
.featured-story {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: #111;
  scroll-snap-align: start;
  isolation: isolate;
}
.featured-story > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.featured-story::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2,5,7,.08), rgba(2,5,7,.2) 40%, rgba(2,5,7,.94)); }
.featured-story button {
  width: 100%;
  min-height: 430px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.media-play {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 30px rgba(0,0,0,.22);
  font-size: 18px;
  transition: transform .22s ease, background .22s ease;
}
.featured-story:hover .media-play { transform: scale(1.08); background: #fff; }
.media-kind { color: #ffad7f; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.featured-story h3 { margin: 12px 0 8px; font: 650 31px/1 "Outfit", sans-serif; letter-spacing: -.04em; }
.featured-story p { max-width: 88%; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.5; }

.archive { padding: 104px 0 120px; }
.archive-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 54px; align-items: end; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.archive-heading h2 { margin: 0; font: 700 clamp(54px,5vw,84px)/.9 "Outfit", sans-serif; letter-spacing: -.065em; }
.archive-heading p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.filters {
  position: sticky;
  z-index: 50;
  top: 0;
  margin-bottom: 40px;
  padding: 18px 0;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(252,251,248,.93);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  scrollbar-width: none;
}
.filters::-webkit-scrollbar { display: none; }
.filter-button {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #5b6064;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.filter-button:hover { color: var(--copper-dark); border-color: var(--copper); }
.filter-button[aria-pressed="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.filter-button small { opacity: .65; font-size: 10px; }
.archive-meta { margin: 0 0 22px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-grid { columns: 3; column-gap: 18px; }
.story-card {
  width: 100%;
  margin: 0 0 18px;
  padding: 26px;
  display: inline-block;
  break-inside: avoid;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 30px rgba(17,18,16,.035);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.story-card:hover { transform: translateY(-3px); border-color: rgba(200,109,59,.34); box-shadow: 0 18px 44px rgba(17,18,16,.08); }
.story-media {
  position: relative;
  width: calc(100% + 52px);
  min-height: 220px;
  margin: -26px -26px 24px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 19px 19px 0 0;
  background: var(--night);
  cursor: pointer;
}
.story-media img { width: 100%; height: 240px; object-fit: cover; transition: transform .3s ease; }
.story-media:hover img { transform: scale(1.025); }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(2,5,7,.65)); }
.story-media .media-play { z-index: 2; top: auto; right: 18px; bottom: 18px; width: 50px; height: 50px; }
.story-media-label { position: absolute; z-index: 2; left: 20px; bottom: 21px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quote-mark { display: block; height: 28px; color: var(--copper); font: 500 52px/.7 "Instrument Sans", sans-serif; }
.story-quote { margin: 14px 0 0; font: 400 18px/1.55 "Instrument Sans", sans-serif; letter-spacing: -.012em; }
.story-result { margin: 18px 0 0; padding: 14px 0 0 14px; color: #565c60; border-top: 1px solid var(--line); border-left: 2px solid var(--copper); font-size: 13px; line-height: 1.55; }
.story-result strong { color: var(--copper-dark); }
.author { margin-top: 25px; padding-top: 19px; display: grid; grid-template-columns: 50px 1fr; gap: 13px; align-items: center; border-top: 1px solid var(--line); }
.author > div { min-width: 0; }
.avatar { position: relative; width: 50px; height: 50px; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-warm); }
.avatar img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.avatar-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--copper-dark); font: 700 14px "Outfit", sans-serif; }
.avatar.is-fallback img { display: none; }
.author-name { display: block; font: 650 14px "Outfit", sans-serif; }
.author-detail { display: block; margin-top: 3px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.author-detail a { text-decoration: none; }
.author-detail a:hover { color: var(--copper-dark); }
.story-meta { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-label { color: var(--copper-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.format-label { color: var(--soft); font-size: 10px; }
.show-more-wrap { padding-top: 30px; text-align: center; }
.show-more { min-height: 48px; padding: 0 24px; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(255,255,255,.8); font-weight: 700; cursor: pointer; }
.show-more:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.loading, .empty { padding: 90px 20px; color: var(--muted); text-align: center; }
.featured .loading, .featured .empty { color: rgba(255,255,255,.6); }
.loading span { display: inline-block; width: 7px; height: 7px; margin: 0 4px; border-radius: 50%; background: var(--copper); animation: pulse 1s ease-in-out infinite alternate; }
.loading span:nth-child(2) { animation-delay: .2s; }
.loading span:nth-child(3) { animation-delay: .4s; }
@keyframes pulse { to { transform: translateY(-7px); opacity: .3; } }

.page-cta { padding: 96px 0; color: #fff; background: var(--night); }
.page-cta-inner { width: min(var(--max), calc(100% - 112px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.page-cta h2 { max-width: 900px; margin: 0; font: 650 clamp(48px,5vw,82px)/.92 "Outfit", sans-serif; letter-spacing: -.06em; }
.page-cta h2 em { color: #ffab7d; font-family: "Instrument Sans", sans-serif; font-weight: 400; }
.page-cta .button-dark { color: var(--ink); background: #fff; }
.page-cta .button-dark:hover { background: #ffab7d; }
footer { padding: 34px 36px; color: #73787b; border-top: 1px solid var(--line); background: var(--paper); text-align: center; font-size: 11px; line-height: 1.6; }
footer a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
footer a:hover { color: var(--copper-dark); }

.media-dialog {
  width: min(1120px, calc(100% - 36px));
  max-height: calc(100svh - 36px);
  padding: 0;
  overflow: hidden auto;
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: #060b0f;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
}
.media-dialog::backdrop { background: rgba(2,5,7,.82); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); }
.dialog-close { position: absolute; z-index: 10; top: 16px; right: 16px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(4,8,11,.62); cursor: pointer; font-size: 24px; }
.dialog-media { min-height: 420px; display: grid; place-items: center; background: #000; }
.dialog-media video { width: 100%; max-height: 72svh; display: block; background: #000; }
.audio-stage { width: 100%; min-height: 560px; padding: 70px 30px 46px; display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, rgba(200,109,59,.25), transparent 34%), #070d12; }
.audio-stage-inner { width: min(520px, 100%); text-align: center; }
.audio-stage img { width: min(330px, 76vw); aspect-ratio: 1; margin: 0 auto 34px; object-fit: cover; border-radius: 50%; box-shadow: 0 28px 70px rgba(0,0,0,.46); }
.audio-stage audio { width: 100%; }
.dialog-copy { padding: 26px 32px 32px; border-top: 1px solid rgba(255,255,255,.12); }
.dialog-copy small { color: #ffad7f; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dialog-copy h2 { margin: 7px 0 10px; font: 650 clamp(27px,3vw,42px)/1 "Outfit", sans-serif; letter-spacing: -.035em; }
.dialog-copy p { max-width: 860px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; }
.media-error { padding: 80px 30px; color: rgba(255,255,255,.72); text-align: center; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
@media (max-width: 980px) {
  .hero-shell { grid-template-columns: 1fr; align-items: center; gap: 35px; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); padding: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-proof::before { display: none; }
  .proof-stat { padding: 20px 16px 0 0; border-right: 1px solid var(--line); border-bottom: 0; }
  .proof-stat:last-child { border-right: 0; padding-left: 18px; }
  .section-heading, .archive-heading { grid-template-columns: 1fr; }
  .story-grid { columns: 2; }
  .page-cta-inner { grid-template-columns: 1fr; }
  .page-cta .button-dark { justify-self: start; }
}
@media (max-width: 680px) {
  body { background-size: 56px 56px; }
  .site-nav, .nav-inner { min-height: 66px; }
  .nav-inner { width: calc(100% - 32px); }
  .brand img { width: 152px; }
  .button-dark { min-height: 44px; padding: 0 15px; font-size: 11px; }
  .hero, .hero-shell { min-height: 650px; }
  .hero-shell { width: calc(100% - 40px); padding: 66px 0 42px; }
  .hero h1 { font-size: clamp(55px,17vw,77px); }
  .hero-lede { margin-top: 27px; font-size: 16px; }
  .proof-stat strong { font-size: 29px; }
  .proof-stat span { font-size: 10px; }
  .section-shell, .page-cta-inner { width: calc(100% - 40px); }
  .featured, .archive { padding: 72px 0 80px; }
  .section-heading { gap: 20px; margin-bottom: 30px; }
  .section-heading h2, .archive-heading h2 { font-size: 52px; }
  .featured-track { width: calc(100% + 20px); grid-auto-columns: minmax(286px, 84vw); }
  .featured-story, .featured-story button { min-height: 400px; }
  .archive-heading { gap: 20px; padding-bottom: 30px; }
  .filters { top: 0; margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
  .story-grid { columns: 1; }
  .story-card { padding: 24px; }
  .story-media { width: calc(100% + 48px); margin: -24px -24px 23px; }
  .story-media img { height: 230px; }
  .page-cta { padding: 74px 0; }
  .page-cta h2 { font-size: 50px; }
  .media-dialog { width: calc(100% - 16px); max-height: calc(100svh - 16px); border-radius: 18px; }
  .dialog-close { top: 10px; right: 10px; }
  .dialog-media { min-height: 240px; }
  .audio-stage { min-height: 470px; }
  .dialog-copy { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
