:root {
  --press-copy: 760px;
}

.press-body {
  background: #070707;
}

.press-header .brand {
  white-space: nowrap;
}

.press-header .site-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.press-main {
  min-height: 100vh;
}

.press-hero {
  position: relative;
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 52px;
  align-items: center;
  margin: 0 auto;
  padding: 150px 0 88px;
}

.press-hero::after {
  position: absolute;
  right: -12vw;
  top: 16%;
  z-index: -1;
  width: min(640px, 60vw);
  height: 430px;
  background: rgba(231, 183, 0, 0.13);
  content: "";
  filter: blur(100px);
}

.press-hero h1,
.story-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 7.4vw, 104px);
  line-height: 0.9;
}

.press-hero-copy > p:not(.eyebrow),
.story-dek {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
}

.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.press-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-2);
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.press-button:hover {
  border-color: rgba(231, 183, 0, 0.55);
  background: #202020;
  transform: translateY(-2px);
}

.press-button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #080808;
}

.press-button-primary:hover {
  background: var(--gold-strong);
  color: #080808;
}

.press-button-small {
  min-height: 42px;
  padding: 0 14px;
}

.press-hero-art {
  position: relative;
  display: grid;
  min-height: 470px;
  place-items: center;
}

.press-icon-frame {
  position: relative;
  z-index: 2;
  width: min(330px, 80%);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 40px;
  background: rgba(18, 18, 18, 0.8);
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.press-icon-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 28%;
}

.press-art-label {
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 3;
  max-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(231, 183, 0, 0.35);
  border-radius: 8px;
  background: #111;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.press-art-label strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 17px;
}

.metric-strip {
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  gap: 1px;
}

.metric-strip article {
  min-height: 148px;
  padding: 24px;
  background: var(--panel);
}

.metric-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
}

.metric-strip span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.press-section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 104px 0;
}

.press-section + .press-section {
  border-top: 1px solid var(--line);
}

.press-section-dark {
  width: 100%;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  background: #0f0f0f;
}

.press-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 42px;
  margin-bottom: 42px;
  align-items: end;
}

.press-section-head .eyebrow {
  margin-bottom: 6px;
}

.press-section-head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
}

.press-lede {
  max-width: 900px;
  margin-bottom: 48px;
  color: var(--muted);
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.45;
}

.fact-grid,
.feature-press-grid,
.boilerplate-grid,
.asset-grid,
.quote-grid,
.faq-grid {
  display: grid;
  gap: 14px;
}

.fact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fact-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.fact-item dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-item dd {
  margin: 0;
  font-weight: 720;
}

.fact-item a,
.source-list a,
.story-body a,
.inline-link {
  color: var(--gold-strong);
  text-decoration: underline;
  text-decoration-color: rgba(231, 183, 0, 0.35);
  text-underline-offset: 3px;
}

.feature-press-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.press-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.press-card .card-number {
  display: inline-flex;
  width: 40px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  border-radius: 6px;
  background: var(--gold);
  color: #080808;
  font-size: 12px;
  font-weight: 950;
}

.press-card h3 {
  margin-bottom: 10px;
}

.press-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.angle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.angle-card {
  position: relative;
  min-height: 290px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080808;
}

.angle-card::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.angle-card h3 {
  max-width: 520px;
  margin-top: 70px;
  font-size: clamp(27px, 3vw, 40px);
}

.angle-card p {
  max-width: 560px;
  color: var(--muted);
}

.timeline-press {
  display: grid;
  gap: 0;
}

.timeline-entry {
  display: grid;
  grid-template-columns: 130px 28px minmax(0, 1fr);
  gap: 18px;
  min-height: 150px;
}

.timeline-entry time {
  padding-top: 4px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
}

.timeline-marker {
  position: relative;
}

.timeline-marker::before {
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid #101010;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
  content: "";
}

.timeline-marker::after {
  position: absolute;
  top: 22px;
  bottom: -6px;
  left: 13px;
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline-entry:last-child .timeline-marker::after {
  display: none;
}

.timeline-entry h3 {
  margin-bottom: 8px;
}

.timeline-entry p {
  max-width: 780px;
  color: var(--muted);
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.founder-placeholder {
  display: grid;
  min-height: 390px;
  place-items: end start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 62% 28%, rgba(231, 183, 0, 0.2), transparent 26%),
    linear-gradient(145deg, #191919, #0b0b0b);
}

.founder-placeholder img {
  width: 96px;
  border-radius: 22%;
}

.founder-placeholder p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.founder-copy h2 {
  margin-bottom: 22px;
}

.founder-copy > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.founder-quote {
  margin: 30px 0;
  padding: 24px 0 24px 24px;
  border-left: 4px solid var(--gold);
  color: var(--text);
  font-size: clamp(23px, 2.7vw, 34px);
  font-weight: 780;
  line-height: 1.2;
}

.founder-quote cite {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.quote-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.press-quote {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.press-quote blockquote {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.press-quote cite {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.asset-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asset-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.asset-preview {
  display: grid;
  min-height: 220px;
  flex: 1;
  place-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
  background: #080808;
}

.asset-preview img {
  max-width: 74%;
  max-height: 210px;
  object-fit: contain;
}

.asset-preview-screens {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  padding: 18px 18px 0;
}

.asset-preview-screens img {
  width: 29%;
  max-height: 220px;
  border: 4px solid #1d1d1d;
  border-radius: 15px 15px 0 0;
}

.asset-card h3 {
  margin-bottom: 8px;
}

.asset-card p {
  flex: 1;
  color: var(--muted);
}

.asset-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.brand-swatch {
  display: flex;
  min-height: 92px;
  align-items: end;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.swatch-gold {
  background: #e7b700;
  color: #070707;
}

.swatch-black {
  background: #070707;
  color: #f7f4eb;
}

.swatch-cream {
  background: #f7f4eb;
  color: #070707;
}

.boilerplate-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.copy-block {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.copy-block h3 {
  margin-bottom: 18px;
}

.copy-block p {
  color: var(--muted);
  line-height: 1.7;
}

.copy-block p:last-child {
  margin-bottom: 0;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid details {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.faq-grid summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 820;
}

.faq-grid details p {
  margin: 16px 0 0;
  color: var(--muted);
}

.source-list {
  display: grid;
  max-width: 920px;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.source-list li {
  padding-left: 5px;
}

.press-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(231, 183, 0, 0.36);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(231, 183, 0, 0.11), rgba(255, 255, 255, 0.03));
}

.press-contact h2 {
  margin-bottom: 12px;
}

.press-contact p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

/* Long-form story */
.story-hero {
  width: min(calc(100% - 40px), 1020px);
  margin: 0 auto;
  padding: 160px 0 70px;
}

.story-hero h1 {
  max-width: 1000px;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.story-cover {
  position: relative;
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  min-height: 620px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  margin: 0 auto 90px;
  padding: 44px 8% 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 12%, rgba(231, 183, 0, 0.25), transparent 30%),
    #111;
}

.story-cover img {
  width: 100%;
  border: 8px solid #1b1b1b;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: var(--shadow);
}

.story-cover img:nth-child(1) {
  transform: translateY(68px) rotate(-4deg);
}

.story-cover img:nth-child(2) {
  z-index: 2;
}

.story-cover img:nth-child(3) {
  transform: translateY(68px) rotate(4deg);
}

.story-layout {
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  grid-template-columns: 220px minmax(0, var(--press-copy));
  gap: 64px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 110px;
}

.story-aside {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.story-aside p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-aside nav {
  display: grid;
  gap: 5px;
}

.story-aside a {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.story-aside a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.story-body {
  min-width: 0;
}

.story-body > p,
.story-body li {
  color: #d3cec3;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.78;
}

.story-body .story-intro {
  color: var(--text);
  font-size: clamp(23px, 2.6vw, 31px);
  font-weight: 650;
  line-height: 1.45;
}

.story-body h2 {
  margin: 90px 0 24px;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1;
}

.story-body h3 {
  margin: 48px 0 16px;
  font-size: 27px;
}

.story-body blockquote {
  margin: 52px 0;
  padding: 30px 0 30px 28px;
  border-left: 5px solid var(--gold);
  color: var(--text);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.18;
}

.story-body blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.4;
}

.story-callout {
  margin: 54px 0;
  padding: 26px;
  border: 1px solid rgba(231, 183, 0, 0.32);
  border-radius: 8px;
  background: rgba(231, 183, 0, 0.07);
}

.story-callout p:last-child {
  margin-bottom: 0;
}

.story-inline-image {
  margin: 54px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.story-inline-image img {
  width: min(320px, 80%);
  margin: 0 auto;
  border: 8px solid #1b1b1b;
  border-radius: 28px;
}

.story-inline-image figcaption {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.story-source-note {
  margin-top: 92px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.story-source-note h2 {
  margin-top: 0;
}

.story-source-note p,
.story-source-note li {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .press-hero,
  .founder-layout {
    grid-template-columns: 1fr;
  }

  .press-hero-art {
    min-height: 390px;
    order: -1;
  }

  .press-icon-frame {
    width: min(300px, 64%);
  }

  .metric-strip,
  .feature-press-grid,
  .quote-grid,
  .asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-layout {
    grid-template-columns: minmax(0, var(--press-copy));
  }

  .story-aside {
    display: none;
  }
}

@media (max-width: 760px) {
  .press-hero,
  .story-hero,
  .story-cover,
  .story-layout {
    width: min(calc(100% - 24px), var(--max));
  }

  .press-hero {
    gap: 20px;
    padding: 108px 0 68px;
  }

  .press-hero h1,
  .story-hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .press-hero-art {
    min-height: 340px;
    order: 0;
  }

  .press-icon-frame {
    width: min(240px, 67%);
    padding: 15px;
    border-radius: 30px;
  }

  .press-art-label {
    right: 4px;
    bottom: 4px;
  }

  .metric-strip,
  .fact-grid,
  .feature-press-grid,
  .angle-grid,
  .quote-grid,
  .asset-grid,
  .brand-notes,
  .boilerplate-grid,
  .faq-grid {
    width: min(calc(100% - 24px), var(--max));
    grid-template-columns: 1fr;
  }

  .metric-strip {
    margin-top: 0;
  }

  .metric-strip article {
    min-height: 116px;
  }

  .press-section {
    width: min(calc(100% - 24px), var(--max));
    padding: 76px 0;
  }

  .press-section-dark {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .press-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fact-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .timeline-entry {
    grid-template-columns: 74px 22px minmax(0, 1fr);
    gap: 10px;
  }

  .timeline-entry time {
    font-size: 14px;
  }

  .timeline-marker::before {
    left: 4px;
    width: 12px;
    height: 12px;
  }

  .timeline-marker::after {
    left: 9px;
  }

  .founder-placeholder {
    min-height: 280px;
  }

  .press-contact {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .story-hero {
    padding: 116px 0 52px;
  }

  .story-cover {
    min-height: 390px;
    gap: 8px;
    margin-bottom: 64px;
    padding: 30px 4% 0;
  }

  .story-cover img {
    border-width: 4px;
    border-radius: 15px 15px 0 0;
  }

  .story-layout {
    padding-bottom: 76px;
  }

  .story-body h2 {
    margin-top: 70px;
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  body,
  .press-body,
  .press-section-dark {
    background: #fff !important;
    color: #111 !important;
  }

  .site-header,
  .site-footer,
  .press-actions,
  .press-button,
  .story-aside {
    display: none !important;
  }

  .press-hero,
  .story-hero {
    padding-top: 30px;
  }

  .press-card,
  .fact-item,
  .copy-block,
  .press-quote,
  .asset-card,
  .faq-grid details,
  .press-contact {
    border-color: #ccc;
    background: #fff;
    break-inside: avoid;
  }

  p,
  li,
  span,
  dd,
  .story-body > p,
  .story-body li {
    color: #333 !important;
  }
}
