/* Suite hero, shipped 2026-09-17 (CEO direction). Loaded after suite-home.css.
   Direction: the product is the hero. A rendered deliverable (Local Pay Range)
   sits on the Alex woven horizon; no illustrated people anywhere. A proof row
   under the hero shows one live figure per seat with its source, so the home
   leads with what a visitor leaves with rather than with inventory counts. */

.sh-hero--product {
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  padding-bottom: 40px;
}
.sh-hero--product h1 { max-width: 760px; font-size: clamp(40px, 5.2vw, 74px); }
.sh-hero--product .sh-lede { max-width: 600px; }

/* ---- the deliverable on the horizon ---- */
.sh-stage {
  margin: 0; position: relative; min-width: 0;
  aspect-ratio: 1200 / 900; border-radius: 22px; overflow: hidden;
  background: linear-gradient(160deg, #ecebf4 0%, var(--sh-paper) 55%, #ffffff 100%);
  box-shadow: 0 30px 60px rgba(43, 35, 94, .10);
}
.sh-stage__horizon {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85;
}
.sh-stage::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 34%;
  background: linear-gradient(180deg, rgba(247,246,251,0) 0%, rgba(247,246,251,.92) 100%);
  pointer-events: none;
}
.sh-stage figcaption { z-index: 2; }
.sh-stage__spectrum {
  position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: linear-gradient(90deg,
    var(--color-red) 0 38%, var(--color-gold) 38% 54%,
    var(--color-blue) 54% 72%, var(--color-green) 72% 100%);
}
.sh-deliv {
  position: absolute; left: 7%; right: 7%; top: 16%;
  background: #fff; border: 1px solid var(--sh-line); border-radius: 16px;
  padding: 22px 24px 18px; box-shadow: 0 22px 44px rgba(23, 24, 43, .14);
}
.sh-deliv__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.sh-deliv__kind { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--color-purple); margin: 0; }
.sh-deliv__how { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; color: var(--sh-muted); background: var(--color-purple-10); border-radius: 999px; padding: 4px 10px; white-space: nowrap; }
.sh-deliv h2 { font-size: clamp(18px, 1.7vw, 24px); margin: 8px 0 2px; line-height: 1.15; }
.sh-deliv__geo { font-family: 'Lora', serif; font-size: 13px; color: var(--sh-muted); margin: 0 0 16px; }

.sh-band { position: relative; height: 54px; margin: 6px 0 4px; }
.sh-band__rail { position: absolute; left: 0; right: 0; top: 24px; height: 6px; border-radius: 999px; background: var(--color-purple-10); }
.sh-band__fill { position: absolute; top: 22px; height: 10px; border-radius: 999px;
  background: linear-gradient(90deg, var(--color-blue), var(--color-purple)); }
.sh-band__tick { position: absolute; top: 0; transform: translateX(-50%); text-align: center; font-family: 'Montserrat', sans-serif; }
.sh-band__tick b { display: block; font-size: 15px; color: var(--sh-ink); }
.sh-band__tick span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sh-muted); margin-top: 30px; }
.sh-band__tick--median b { font-size: 20px; color: var(--color-purple); }
.sh-band__dot { position: absolute; top: 19px; width: 16px; height: 16px; border-radius: 50%; background: var(--color-gold); border: 3px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.18); transform: translateX(-50%); }

.sh-deliv__source { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0 0; padding-top: 12px; border-top: 1px solid var(--sh-line); font-family: 'Lora', serif; font-size: 12px; line-height: 1.4; color: var(--sh-muted); }
.sh-deliv__source img { width: 22px; height: 22px; flex: none; }
.sh-deliv__source b { color: var(--sh-ink); font-weight: 700; }

.sh-stage figcaption {
  position: absolute; left: 7%; bottom: 18px; margin: 0;
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sh-purple-deep);
}

/* ---- proof row: one live deliverable per seat ---- */
.sh-proofrow {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px;
  padding: 0 clamp(20px, 5vw, 72px) 56px; background: var(--sh-paper);
}
.sh-proofrow a {
  display: flex; flex-direction: column; gap: 6px; min-height: 150px;
  padding: 16px 16px 14px; background: #fff; border: 1px solid var(--sh-line);
  border-top: 4px solid var(--seat, var(--color-purple)); border-radius: 14px;
  text-decoration: none; color: inherit;
}
.sh-proofrow a:hover { box-shadow: 0 14px 30px rgba(23, 24, 43, .10); }
.sh-proofrow .seat { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--seat, var(--color-purple)); }
.sh-proofrow .fig { font-family: 'Montserrat', sans-serif; font-size: clamp(17px, 1.5vw, 21px); font-weight: 800; line-height: 1.15; color: var(--sh-ink); }
.sh-proofrow .what { font-family: 'Lora', serif; font-size: 13px; line-height: 1.4; color: #444359; }
.sh-proofrow .src { margin-top: auto; font-family: 'Lora', serif; font-size: 11px; line-height: 1.35; color: var(--sh-muted); }
.sh-proofrow .seat-blue { --seat: var(--color-blue); }
.sh-proofrow .seat-purple { --seat: var(--color-purple); }
.sh-proofrow .seat-gold { --seat: var(--color-gold); }
.sh-proofrow .seat-pink { --seat: var(--color-pink); }
.sh-proofrow .seat-civic { --seat: var(--sh-civic); }

@media (max-width: 1100px) {
  .sh-proofrow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .sh-hero--product { grid-template-columns: 1fr; }
  .sh-stage { width: 100%; margin-top: 8px; }
}
@media (max-width: 640px) {
  .sh-proofrow { grid-template-columns: 1fr 1fr; padding-bottom: 40px; }
  /* Below 640px the stage sizes to the card instead of to the 4:3 horizon,
     otherwise the card (about 300px tall) is clipped inside a 250px box. */
  .sh-stage { aspect-ratio: auto; padding: 22px 14px 30px; }
  .sh-deliv { position: relative; left: auto; right: auto; top: auto; padding: 16px; }
  .sh-band__tick b { font-size: 13px; }
  .sh-band__tick--median b { font-size: 16px; }
  .sh-stage figcaption { display: none; }
}
@media (max-width: 420px) {
  .sh-proofrow { grid-template-columns: 1fr; }
}
