/* ==========================================================================
   Your Show Partner
   Palette and typeface from the flyer. Layout is its own thing:
   full-bleed bands, side-by-side blocks, no narrow centre lane.
   ========================================================================== */

:root {
  --teal:       #12475A;
  --teal-deep:  #0C3442;
  --teal-lite:  #3E7E9C;
  --pink:       #E31C79;
  --pink-lite:  #FF6FA8;   /* pink that survives a dark background */
  --accent:     #B01C55;
  --ink:        #1A1A1A;
  --ink-soft:   #5A5A5A;
  --paper:      #FFFFFF;
  --wash:       #E7F3FB;
  --stone:      #F1F0ED;
  --rule:       #B9CEDA;
  --rule-soft:  #8FB4C6;
  --on-dark:    #C9E1EB;

  --maxw: 1440px;
  --gutter: clamp(22px, 4.5vw, 68px);
  --band: clamp(52px, 6vw, 92px);
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-underline-offset: 3px; }
a:hover { color: var(--pink); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.skip { position: absolute; left: -9999px; background: var(--pink); color: #fff; padding: 12px 18px; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.band { padding-top: var(--band); padding-bottom: var(--band); }
.band--wash  { background: var(--wash); }
.band--stone { background: var(--stone); }
.band--dark  { background: var(--teal); color: #fff; }
.band--dark h2, .band--dark h3 { color: #fff; }

/* --- type --------------------------------------------------------------- */

h1, h2, h3 { font-weight: 700; letter-spacing: -.018em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(38px, 4.6vw, 68px); }
h2 { font-size: clamp(28px, 3.2vw, 44px); }
h3 { font-size: clamp(20px, 1.6vw, 25px); }
.turn { display: block; color: var(--accent); }
.band--dark .turn, .hero .turn { color: var(--pink-lite); }

p { margin: 0 0 1em; max-width: 62ch; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--teal-lite); margin: 0 0 14px; max-width: none;
}
.eyebrow--mute   { color: var(--ink-soft); }
.eyebrow--accent { color: var(--accent); }

.seclabel {
  display: flex; align-items: center; gap: 16px; max-width: none;
  font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--teal-lite); margin: 0 0 clamp(24px, 3vw, 40px);
}
.seclabel::after { content: ""; flex: 1; height: 1px; background: var(--rule-soft); }
.band--dark .seclabel { color: var(--pink-lite); }
.band--dark .seclabel::after { background: rgba(255,255,255,.28); }

/* --- masthead ----------------------------------------------------------- */

.masthead { background: var(--teal); color: #fff; position: sticky; top: 0; z-index: 50; }
.masthead__inner {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
  gap: 6px 28px; padding-top: 16px; padding-bottom: 14px;
}
.wordmark { font-size: clamp(19px, 1.9vw, 24px); font-weight: 700; letter-spacing: -.015em; color: #fff; text-decoration: none; }
.wordmark:hover { color: #fff; }
.masthead__nav { display: flex; gap: clamp(16px, 2vw, 32px); font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.masthead__nav a { color: #BFD9E4; text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid transparent; }
.masthead__nav a:hover, .masthead__nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--pink); }

.tally { height: 3px; background: rgba(227, 28, 121, .25); }
.tally__lit { height: 100%; width: 0; background: var(--pink); }

/* --- hero: full-height split -------------------------------------------- */

.hero {
  display: grid;
  grid-template-columns: 46fr 54fr;
  background: var(--teal);
  color: #fff;
  min-height: min(86vh, 780px);
}
.hero__panel {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(38px, 4.4vw, 76px) clamp(26px, 3.6vw, 62px);
  padding-left: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
}
.hero h1 { max-width: 15ch; }
.hero__deck {
  margin-top: clamp(20px, 2.4vw, 32px);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.5;
  color: var(--on-dark);
  max-width: 40ch;
}
.hero__call {
  margin-top: clamp(26px, 3vw, 40px);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 20px;
}
.hero__phone {
  font-size: clamp(26px, 2.5vw, 36px); font-weight: 700; letter-spacing: .03em;
  color: #fff; text-decoration: none;
}
.hero__phone:hover { color: #fff; text-decoration: underline; }
.hero__callnote { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--pink-lite); }
.hero__media { position: relative; min-height: 300px; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 6% center; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero__panel { padding-left: var(--gutter); padding-right: var(--gutter); padding-top: clamp(34px,7vw,56px); padding-bottom: clamp(34px,7vw,56px); }
  .hero__media { min-height: 0; height: clamp(240px, 52vw, 420px); }
  .hero__media img { position: static; height: 100%; object-position: 16% center; }
}

/* --- pitch + cues side by side ------------------------------------------ */

.duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 4.5vw, 76px);
  align-items: start;
}
@media (max-width: 900px) { .duo { grid-template-columns: 1fr; } }

.duo--offset { grid-template-columns: minmax(0, 360px) minmax(0, 1fr); }
@media (max-width: 1000px) { .duo--offset { grid-template-columns: 1fr; } }
.duo--offset .quote p { max-width: none; font-size: clamp(18px, 1.35vw, 21px); }

.pitch p { margin-top: 1em; }

.cuebox { border-top: 3px solid var(--teal); padding-top: 20px; }
.cuebox h3 { margin-bottom: 14px; }
.cues { margin: 0; padding: 0; list-style: none; }
.cues li {
  display: grid; grid-template-columns: 30px 1fr; gap: 3px 10px; align-items: baseline;
  padding: 11px 0; border-bottom: 1px solid rgba(143,180,198,.5);
}
.cues li:last-child { border-bottom: 0; }
.cue { font-size: 11px; font-weight: 500; letter-spacing: .1em; color: var(--teal-lite); font-variant-numeric: tabular-nums; }
.said { font-style: italic; font-size: clamp(16px, 1.15vw, 18px); line-height: 1.42; }
.cues__tag { font-style: italic; color: var(--ink-soft); margin-top: 16px; font-size: 16px; }

/* --- the split ---------------------------------------------------------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 70px);
}
.split > div { border-top: 3px solid var(--rule); padding-top: 20px; }
.split > div:last-child { border-top-color: var(--pink); }
.split h3 { margin-bottom: 10px; }
.split p { font-size: 17px; color: var(--ink-soft); }
@media (max-width: 780px) { .split { grid-template-columns: 1fr; } }

.verdict {
  margin: clamp(34px, 4vw, 56px) auto 0;
  text-align: center;
  max-width: 26ch;
  font-size: clamp(23px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.018em;
}
.verdict .lit { color: var(--accent); }

.footnote {
  margin-top: clamp(30px, 3.6vw, 48px);
  padding-top: 22px;
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 6px clamp(24px, 3vw, 48px);
}
.footnote p { font-size: 17px; max-width: 70ch; }
.footnote .lit { color: var(--accent); }
@media (max-width: 700px) { .footnote { grid-template-columns: 1fr; } }

/* --- clients on dark ---------------------------------------------------- */

.clients {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(26px, 2.8vw, 44px) clamp(24px, 2.4vw, 40px);
  align-items: start;
}
@media (min-width: 1120px) { .clients { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.client { border-top: 1px solid rgba(255,255,255,.28); padding-top: 16px; }
.client__num {
  font-size: clamp(44px, 4vw, 60px); font-weight: 700; line-height: .9;
  color: var(--pink-lite); font-variant-numeric: lining-nums tabular-nums; display: block;
}
.client__unit { font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark); display: block; margin-top: 6px; }
.client h3 { font-size: clamp(19px, 1.5vw, 23px); margin: 14px 0 7px; }
.client p { font-size: 16px; line-height: 1.5; color: var(--on-dark); max-width: none; }

/* --- full-bleed photo strip --------------------------------------------- */

.bleedstrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.bleedstrip img { width: 100%; height: clamp(180px, 26vw, 340px); object-fit: cover; }
@media (max-width: 720px) {
  .bleedstrip { grid-template-columns: 1fr; }
  .bleedstrip img { height: clamp(200px, 56vw, 300px); }
}

/* --- testimonial + how it works side by side ---------------------------- */

.quote { margin: 0; }
.quote__mark { font-size: 60px; line-height: .55; color: var(--pink); display: block; margin-bottom: 10px; }
.quote p { font-style: italic; font-size: clamp(19px, 1.7vw, 26px); line-height: 1.45; max-width: 34ch; }
.quote figcaption { margin-top: 18px; font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }

.stages { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: clamp(24px, 2.6vw, 40px); }
.stage h3 { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--teal-lite); margin-bottom: 0; }
.stage__bar { height: 2px; width: 26px; background: var(--teal-lite); margin: 9px 0 12px; }
.stage p { font-size: 16px; line-height: 1.55; }

/* --- closing ------------------------------------------------------------ */

.closing__inner { display: grid; grid-template-columns: minmax(0, 190px) minmax(0, 1fr); gap: clamp(26px, 3.4vw, 54px); align-items: center; }
.closing__portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 20%; }
.closing p { font-size: clamp(19px, 1.6vw, 24px); line-height: 1.45; max-width: 52ch; }
.closing .lit { color: var(--pink-lite); }
@media (max-width: 640px) {
  .closing__inner { grid-template-columns: 1fr; }
  .closing__portrait { max-width: 150px; }
}

/* --- contact bar / footer ----------------------------------------------- */

.contactbar { background: var(--teal-deep); color: #fff; padding-top: clamp(28px, 3vw, 40px); padding-bottom: clamp(28px, 3vw, 40px); }
.contactbar__inner { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(16px, 3vw, 44px); }
.contactbar__phone { display: block; font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: .04em; line-height: 1; color: #fff; text-decoration: none; }
.contactbar__phone:hover { color: #fff; text-decoration: underline; }
.contactbar__who { display: block; margin-top: 10px; font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #9FC3D2; }
.contactbar__links { border-left: 1px solid rgba(255,255,255,.28); padding-left: clamp(16px, 3vw, 44px); font-size: 17px; }
.contactbar__links a { color: #fff; display: block; padding: 3px 0; }
.contactbar__links a:hover { color: #fff; }
@media (max-width: 620px) {
  .contactbar__links { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding-top: 16px; width: 100%; }
}
.colophon { background: #082935; color: #7FAFC0; font-size: 13px; padding: 14px 0; }
.colophon__inner { display: flex; flex-wrap: wrap; gap: 6px 20px; justify-content: space-between; }

/* --- contact page ------------------------------------------------------- */

.callout { background: var(--wash); border-left: 4px solid var(--pink); padding: clamp(20px, 2.6vw, 30px); margin-top: clamp(26px, 3vw, 38px); }
.callout p { font-size: 18px; }

.reach { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(20px, 3vw, 40px); margin-top: clamp(28px, 3.4vw, 44px); }
.reach__item { border-top: 2px solid var(--teal-lite); padding-top: 14px; }
.reach__label { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--teal-lite); margin: 0 0 8px; }
.reach__value { font-size: clamp(20px, 2vw, 27px); font-weight: 600; line-height: 1.2; word-break: break-word; margin: 0; }
.reach__value a { color: var(--ink); text-decoration: none; }
.reach__value a:hover { color: var(--accent); text-decoration: underline; }
.reach__note { font-size: 15px; color: var(--ink-soft); margin-top: 8px; }

.form { margin-top: clamp(26px, 3vw, 40px); max-width: 640px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--teal-lite); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; font-family: inherit; font-size: 17px; color: var(--ink); background: #fff;
  border: 1px solid var(--rule); border-radius: 0; padding: 12px 14px;
}
.field input:focus, .field textarea:focus { border-color: var(--teal); }
.field textarea { min-height: 150px; resize: vertical; }
.hp { position: absolute; left: -9999px; }

.btn {
  display: inline-block; background: var(--pink); color: #fff; font-family: inherit;
  font-size: 16px; font-weight: 600; letter-spacing: .04em; border: 0; border-radius: 0;
  padding: 15px 36px; cursor: pointer;
}
.btn:hover { background: var(--accent); color: #fff; }

.portrait-inline { max-width: 180px; margin-top: clamp(26px, 3vw, 40px); }
