.pitch-body { background: #fff; }

.pitch-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  padding: 150px var(--pad) 80px;
  background: #151715;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.pitch-hero__copy { max-width: 620px; justify-self: end; }
.pitch-hero h1 { margin: 0; font-size: clamp(52px, 6.5vw, 88px); font-weight: 300; line-height: .98; letter-spacing: -.055em; }
.pitch-hero__lead { max-width: 560px; margin: 28px 0 0; color: #a5aaa5; font-size: 21px; font-weight: 300; line-height: 1.45; }
.pitch-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 36px; }
.pitch-hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.pitch-badge { padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #c7cac7; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.pitch-hero__visual { width: 100%; max-width: 640px; margin: 0; justify-self: start; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #202320; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.pitch-hero__visual img { width: 100%; aspect-ratio: 1.15/1; object-fit: cover; object-position: top center; filter: saturate(.78) contrast(.96); }
.pitch-hero .text-link { color: #c7cac7; }

.pitch-subnav { position: sticky; top: 66px; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(247,247,244,.96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.pitch-subnav__inner { display: flex; gap: 28px; overflow-x: auto; padding: 14px 0; scrollbar-width: none; }
.pitch-subnav__inner::-webkit-scrollbar { display: none; }
.pitch-subnav a { flex: 0 0 auto; color: #727672; font-size: 13px; white-space: nowrap; }
.pitch-subnav a:hover { color: var(--ink); }

.pitch-section { padding: 120px 0; border-bottom: 1px solid var(--line); background: #fff; }
.pitch-section--paper { background: var(--paper); }
.pitch-section--dark { background: #151715; color: #fff; border-color: rgba(255,255,255,.12); }
.pitch-section__heading { max-width: 820px; margin-bottom: 48px; }
.pitch-section__heading h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); font-weight: 300; line-height: 1.02; letter-spacing: -.045em; }
.pitch-section__heading > p:last-child { max-width: 680px; margin: 22px 0 0; color: #626662; font-size: 20px; font-weight: 300; line-height: 1.45; }
.pitch-section--dark .pitch-section__heading > p:last-child { color: #a5aaa5; }

.pitch-grid { display: grid; gap: 12px; }
.pitch-grid--2 { grid-template-columns: repeat(2, 1fr); }
.pitch-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pitch-grid--4 { grid-template-columns: repeat(4, 1fr); }
.pitch-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.pitch-section--dark .pitch-card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); color: #fff; }
.pitch-card h3 { margin: 0 0 12px; font-size: 28px; font-weight: 300; letter-spacing: -.03em; }
.pitch-card p { margin: 0; color: #626662; font-size: 16px; line-height: 1.55; }
.pitch-section--dark .pitch-card p { color: #a5aaa5; }
.pitch-card--featured { background: var(--orange); border-color: transparent; }
.pitch-card--featured h3, .pitch-card--featured p { color: #141614; }
.pitch-card--dark { background: #151715; border-color: #151715; color: #fff; }
.pitch-card--dark p { color: #9da19d; }

.pitch-stat { padding: 24px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; }
.pitch-stat strong { display: block; color: var(--orange); font-size: clamp(34px, 4vw, 52px); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.pitch-stat span { display: block; margin-top: 10px; color: #626662; font-size: 14px; line-height: 1.4; }

.pitch-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.pitch-table { width: 100%; min-width: 920px; border-collapse: collapse; font-size: 15px; }
.pitch-table th, .pitch-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.pitch-table th { color: var(--ink); font-weight: 500; background: var(--paper); }
.pitch-table td { color: #626662; }
.pitch-table .is-yes { color: #3d7a3d; font-weight: 500; }
.pitch-table .is-partial { color: #8a6d2b; font-weight: 500; }
.pitch-table .is-no { color: #9a3c2f; }
.pitch-table .is-us { background: rgba(240,144,36,.08); color: var(--ink); font-weight: 500; }
.pitch-table-note { margin-top: 18px; color: #858985; font-size: 14px; line-height: 1.5; }
.pitch-updates-list { display: grid; gap: 12px; }
.pitch-update { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pitch-update time { color: #858985; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.pitch-update h3 { margin: 0 0 8px; font-size: 22px; font-weight: 400; letter-spacing: -.02em; }
.pitch-update p { margin: 0; color: #626662; font-size: 16px; line-height: 1.55; }

.pitch-spec-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.pitch-spec-table th, .pitch-spec-table td { padding: 16px 0; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.pitch-spec-table th { width: 180px; color: #727672; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.pitch-spec-table td { color: #626662; }

.pitch-timeline { border-top: 1px solid var(--line); }
.pitch-timeline article { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.pitch-timeline h3 { margin: 0 0 8px; font-size: 24px; font-weight: 400; letter-spacing: -.02em; }
.pitch-timeline p { margin: 0; color: #626662; font-size: 16px; line-height: 1.55; }
.pitch-timeline span { color: #858985; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.pitch-cta { padding: 130px 0; background: var(--orange); }
.pitch-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.pitch-cta h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); font-weight: 300; line-height: .98; letter-spacing: -.05em; color: #141614; }
.pitch-cta p { max-width: 520px; margin: 18px 0 0; color: rgba(20,22,20,.72); font-size: 18px; }
.pitch-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }

@media (max-width: 1050px) {
  .pitch-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 150px; }
  .pitch-hero__copy, .pitch-hero__visual { width: 100%; max-width: 860px; justify-self: center; }
  .pitch-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .pitch-cta__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pitch-hero { padding: 130px var(--pad) 72px; }
  .pitch-hero h1 { font-size: 48px; }
  .pitch-hero__lead { font-size: 18px; }
  .pitch-section { padding: 88px 0; }
  .pitch-grid--2, .pitch-grid--3, .pitch-grid--4 { grid-template-columns: 1fr; }
  .pitch-timeline article { grid-template-columns: 1fr; gap: 8px; }
  .pitch-update { grid-template-columns: 1fr; gap: 8px; }
}
