/* ==========================================================================
   CreatAbility, Inc. — draft site styles
   Direction B "Show the Room" wearing Direction A's sorting.

   Design idea: THE STAGE. Spotlights, marquee bulbs, stickers and tape,
   speech bubbles, snapshots pinned a little crooked. Improv is loud and warm
   and slightly chaotic, and the site should feel the way the room feels.

   Brand colors sampled from the real logo file: #F26522 orange, #25AAE1 blue.
   Every pairing here was contrast-checked. The unlock: dark navy text ON the
   bright brand colors clears AA comfortably (5.19 on orange, 6.16 on blue,
   8.16 on gold), so we can color-block hard without ever going grey and timid.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Brand at full strength. Safe as a BACKGROUND under dark ink text. */
  --orange: #F26522;
  --blue: #25AAE1;
  --gold: #F2A922;

  /* Brand as TEXT on white or on any tinted panel */
  --orange-ink: #B44B19;      /* >=4.5:1 on white, cream, sky and peach */
  --blue-ink: #197398;        /* >=4.5:1 on white, cream, sky and peach */
  --orange-solid: #B84A12;    /* white text on it = 5.22:1 */
  --blue-solid: #12617F;      /* white text on it = 6.90:1 */

  /* Brand as text on the deep stage navy */
  --orange-lit: #F26522;      /* 5.58:1 on --deep */
  --blue-lit: #25AAE1;        /* 6.63:1 on --deep */
  --gold-lit: #FFC145;        /* 10.86:1 on --deep */

  /* Neutrals and tints */
  --ink: #12212F;
  --ink-2: #3D4C5C;
  --ink-3: #5A6875;
  --deep: #0E1A26;
  --deep-2: #16283A;
  --paper: #FFFFFF;
  --cream: #FFF4E6;
  --sky: #E6F4FD;
  --peach: #FFE9DA;
  --rule: #E4E1DA;
  --rule-soft: #EFEDE7;

  /* Hard "sticker" shadows, no blur. Cheap, tactile, printed-poster feel. */
  --pop: 4px 4px 0 var(--ink);
  --pop-orange: 5px 5px 0 var(--orange);
  --pop-blue: 5px 5px 0 var(--blue);
  --pop-gold: 5px 5px 0 var(--gold);
  --soft: 0 2px 3px rgba(14,26,38,.05), 0 12px 30px rgba(14,26,38,.08);
  --soft-lg: 0 3px 6px rgba(14,26,38,.06), 0 24px 60px rgba(14,26,38,.14);

  --radius: 18px;
  --radius-sm: 11px;
  --maxw: 1200px;
  --readw: 66ch;

  /* Halftone dots, laid over tinted panels at very low opacity */
  --dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%23000'/%3E%3C/svg%3E");
  /* Confetti flecks for the full-color celebratory bands */
  --flecks: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' opacity='.5'%3E%3Cpath d='M12 18l6-7M44 8l3 9M86 22l7-6M108 44l-8 4M22 60l8 3M64 52l4-9M100 78l6 7M16 96l7-7M52 104l-3-9M88 110l8-4'/%3E%3C/g%3E%3C/svg%3E");
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Fraunces with SOFT and WONK turned up: rounder terminals, the quirky
   single-storey g. Warmth without giving up authority. */
h1, h2, h3, h4, .display {
  font-family: Fraunces, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-variation-settings: "SOFT" 60, "WONK" 1;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.018em;
  text-wrap: balance;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.3rem, 5.6vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.9vw, 2.7rem); }
h3 { font-size: clamp(1.22rem, 2.2vw, 1.5rem); line-height: 1.22; }
h4 { font-size: 1.05rem; line-height: 1.3; }
p  { margin: 0 0 1.15em; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

a { color: var(--blue-ink); text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 500; }
a:hover { color: var(--orange-ink); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
/* Headings focused programmatically after a page change should not draw a box;
   nobody can tab to them, so there is nothing to indicate. */
[tabindex="-1"]:focus, [tabindex="-1"]:focus-visible { outline: none; }

img { max-width: 100%; height: auto; display: block; }
strong, b { font-weight: 700; }
hr { border: 0; border-top: 3px dotted var(--rule); margin: 3rem 0; }

/* A phrase in a headline picked out in brand color rather than highlighted.
   #B44B19 clears 4.5:1 on white, cream, sky and peach alike. */
.hl { color: var(--orange-ink); }
.hl--blue { color: var(--blue-ink); }
/* On a full-color band or the dark stage a colored word would not read, so
   those fall back to weight and an underline instead. */
.section--orange .hl, .section--blue .hl, .section--gold .hl {
  color: var(--ink); text-decoration: underline;
  text-decoration-thickness: 4px; text-underline-offset: 6px;
}
.section--ink .hl, .hero .hl { color: var(--gold-lit); }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(18px, 4vw, 34px); }
.narrow { max-width: 780px; }
.read { max-width: var(--readw); }
.section { position: relative; padding: clamp(52px, 7.5vw, 100px) 0; }
.section--tight { padding: clamp(38px, 5vw, 62px) 0; }

/* Tinted panels, each with a whisper of halftone so nothing reads as flat */
.section--warm  { background-color: var(--cream); }
.section--cool  { background-color: var(--sky); }
.section--peach { background-color: var(--peach); }
.section--warm, .section--cool, .section--peach { position: relative; }
.section--warm::before, .section--cool::before, .section--peach::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--dots); background-size: 22px 22px; opacity: .045;
}
.section--warm > *, .section--cool > *, .section--peach > * { position: relative; }

/* Full-strength brand bands. Dark ink on top, always. */
.section--orange { background-color: var(--orange); }
.section--blue   { background-color: var(--blue); }
.section--gold   { background-color: var(--gold); }
.section--orange, .section--blue, .section--gold {
  color: var(--ink); position: relative; overflow: hidden;
}
/* The confetti is white, so it does not hurt the contrast ratio, it lightens
   the band. What it does hurt is legibility: high-frequency dashes sitting
   directly behind body copy compete with the letterforms. Kept low enough to
   read as texture rather than as marks. */
.section--orange::before, .section--blue::before, .section--gold::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--flecks); background-size: 120px 120px; opacity: .22;
}
.section--orange > *, .section--blue > *, .section--gold > * { position: relative; }
.section--orange .eyebrow, .section--blue .eyebrow, .section--gold .eyebrow { color: var(--ink); }
/* #33241A measured only 4.73:1 on orange, the weakest pairing on the site.
   --ink lifts it to 5.19 on orange, 6.16 on blue, 8.16 on gold. The extra
   weight is for legibility over the confetti, not for contrast. */
.section--orange .lede, .section--blue .lede, .section--gold .lede {
  color: var(--ink); font-weight: 500;
}
.section--orange p, .section--blue p, .section--gold p { color: var(--ink); }
.section--orange a, .section--blue a, .section--gold a { color: var(--ink); text-decoration-thickness: 2px; }

/* The stage: deep navy with a spotlight thrown across it */
.section--ink {
  background-color: var(--deep); color: #DCE7EF;
  position: relative; overflow: hidden;
}
.section--ink::before {
  content: ""; position: absolute; top: -30%; left: 10%; width: 72%; height: 150%;
  background: radial-gradient(ellipse at center, rgba(255,193,69,.20) 0%, rgba(255,193,69,0) 62%);
  pointer-events: none;
}
.section--ink > * { position: relative; }
.section--ink h2, .section--ink h3, .section--ink h4 { color: #FFFFFF; }
.section--ink a { color: var(--blue-lit); }
.section--ink a:hover { color: var(--gold-lit); }
.section--ink .eyebrow { color: var(--gold-lit); }
.section--ink .lede { color: #BFCFDB; }

.eyebrow {
  font-family: Inter, system-ui, sans-serif;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange-ink);
  margin: 0 0 .85rem;
  display: flex; align-items: center; gap: 15px;
}
/* The logo's rounded-square icon tile, reused as a section marker */
.eyebrow::before {
  content: ""; flex: none; width: 15px; height: 15px; border-radius: 4px;
  background: var(--orange); box-shadow: 5px 0 0 var(--blue);
}
.section--ink .eyebrow::before { background: var(--gold); box-shadow: 5px 0 0 var(--blue-lit); }
.section--orange .eyebrow::before,
.section--blue .eyebrow::before,
.section--gold .eyebrow::before { background: var(--ink); box-shadow: 5px 0 0 rgba(18,33,47,.35); }

.lede { font-size: clamp(1.12rem, 1.65vw, 1.32rem); color: var(--ink-2); line-height: 1.5; }
.small { font-size: .93rem; color: var(--ink-3); }

.grid { display: grid; gap: clamp(20px, 2.8vw, 32px); }
@media (min-width: 620px)  { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 700px)  { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 700px)  { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px)  { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px)  { .split { grid-template-columns: 1fr 1fr; align-items: center; } }
@media (min-width: 900px)  { .split-wide { grid-template-columns: 1.12fr .88fr; align-items: center; } }

/* ---------- Skip link ---------- */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--gold); color: var(--ink); padding: 14px 22px;
  border: 3px solid var(--ink); border-top: 0; border-left: 0;
  border-radius: 0 0 var(--radius-sm) 0; font-weight: 800; text-decoration: none;
}
.skip:focus { left: 0; color: var(--ink); }

/* ---------- Call bar, edged with marquee bulbs ---------- */
.callbar {
  background: var(--deep); color: #E9EFF4; font-size: .93rem; position: relative;
}
.callbar::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: repeating-linear-gradient(90deg, var(--orange) 0 26px, var(--gold) 26px 52px, var(--blue) 52px 78px);
}
.callbar .wrap {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px;
  padding-top: 10px; padding-bottom: 13px;
}
.callbar a {
  color: #FFFFFF; font-weight: 700; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px; min-height: 24px;
}
.callbar a:hover { color: var(--gold-lit); text-decoration: underline; }
.callbar .callbar__tag {
  color: var(--ink); background: var(--gold); font-weight: 800;
  padding: 3px 12px; border-radius: 999px; font-size: .79rem; letter-spacing: .02em;
}
.callbar svg { flex: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(1.5) blur(10px);
  border-bottom: 2.5px solid var(--ink);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding-top: 13px; padding-bottom: 13px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: clamp(150px, 20vw, 188px); }
.brand:focus-visible { outline-offset: 6px; }

.nav { display: none; }
@media (min-width: 1000px) { .nav { display: flex; align-items: center; gap: 2px; } }
.nav a {
  display: inline-block; padding: 9px 13px; border-radius: 9px; white-space: nowrap;
  color: var(--ink); text-decoration: none; font-size: .96rem; font-weight: 600;
  min-height: 24px; position: relative;
}
.nav a:hover { background: var(--sky); color: var(--blue-solid); }
.nav a[aria-current="page"] { color: var(--orange-ink); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 11px; right: 11px; bottom: 2px; height: 4px;
  border-radius: 3px; background: var(--orange);
}

.nav-toggle {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--gold); border: 2.5px solid var(--ink);
  color: var(--ink); font: inherit; font-size: .95rem; font-weight: 800;
  padding: 9px 17px; border-radius: 999px; cursor: pointer; min-height: 44px;
  box-shadow: 3px 3px 0 var(--ink);
}
.nav-toggle:hover { background: var(--orange); }
.nav-toggle:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
@media (min-width: 1000px) { .nav-toggle { display: none; } }

.mobile-nav { border-top: 2.5px solid var(--ink); background: var(--cream); }
.mobile-nav[hidden] { display: none; }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0 18px; }
.mobile-nav a {
  display: block; padding: 14px clamp(18px, 4vw, 34px);
  color: var(--ink); text-decoration: none; font-weight: 600;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover { background: var(--gold); }
@media (min-width: 1000px) { .mobile-nav { display: none !important; } }

/* ---------- Buttons: pressable stickers ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; min-height: 50px;
  border-radius: 999px; border: 2.5px solid var(--ink);
  font: inherit; font-size: 1rem; font-weight: 800; line-height: 1.2;
  text-decoration: none; cursor: pointer; text-align: center;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .1s ease, box-shadow .1s ease, background-color .12s ease;
}
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.btn--primary { background: var(--orange); color: var(--ink); }
.btn--primary:hover { background: var(--gold); color: var(--ink); }
.btn--blue { background: var(--blue); color: var(--ink); }
.btn--blue:hover { background: var(--gold); color: var(--ink); }
.btn--ghost { background: var(--paper); color: var(--ink); }
.btn--ghost:hover { background: var(--sky); color: var(--ink); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: var(--gold); color: var(--ink); }
.section--orange .btn--primary, .section--gold .btn--primary { background: var(--paper); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Hero: a lit stage ---------- */
.hero {
  position: relative; background: var(--deep); overflow: hidden;
  border-bottom: 5px solid var(--orange);
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 58% 68% at 74% 16%, rgba(255,193,69,.30) 0%, rgba(255,193,69,0) 66%),
    linear-gradient(100deg, rgba(9,20,30,.96) 0%, rgba(9,20,30,.90) 40%, rgba(9,20,30,.50) 66%, rgba(9,20,30,.24) 100%);
}
.hero__grain {
  position: absolute; inset: 0; pointer-events: none;
  background-image: var(--dots); background-size: 22px 22px; opacity: .10;
}
@media (max-width: 780px) {
  .hero__scrim {
    background:
      radial-gradient(ellipse 90% 38% at 50% 8%, rgba(255,193,69,.26) 0%, rgba(255,193,69,0) 70%),
      linear-gradient(180deg, rgba(9,20,30,.74) 0%, rgba(9,20,30,.92) 52%, rgba(9,20,30,.97) 100%);
  }
  .hero__media img { object-position: center 20%; }
}
.hero__inner { position: relative; padding: clamp(54px, 8.5vw, 118px) 0 clamp(52px, 7vw, 104px); }
.hero__copy { max-width: 660px; color: #FFFFFF; }
.hero h1 { color: #FFFFFF; margin-bottom: .42em; }
.hero p { color: #E6EDF3; font-size: clamp(1.1rem, 1.75vw, 1.32rem); }
.hero .eyebrow { color: var(--gold-lit); }
.hero .eyebrow::before { background: var(--gold); box-shadow: 5px 0 0 var(--blue-lit); }
.hero .btn-row { margin-top: 32px; }
.hero__note { margin-top: 26px; font-size: .97rem; color: #C4D3DE; }
.hero__note strong { color: #FFFFFF; }
.hero__note a { color: var(--gold-lit); }
.hero .badge-stick, .hero p.badge-stick { color: var(--ink); }

/* A badge stuck on at an angle, like someone slapped it there */
.badge-stick {
  display: inline-block; transform: rotate(-2.5deg);
  background: var(--gold); color: var(--ink);
  border: 2.5px solid var(--ink); border-radius: 10px;
  padding: 7px 16px; font-weight: 800; font-size: .87rem;
  box-shadow: 4px 4px 0 var(--ink); margin-bottom: 22px;
  letter-spacing: .02em;
}

/* ---------- Doors: speech bubbles, because improv is dialogue ---------- */
.doors { display: grid; gap: 24px; }
@media (min-width: 860px) { .doors { grid-template-columns: repeat(3, 1fr); } }
.door {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--paper); border: 2.5px solid var(--ink);
  border-radius: var(--radius); padding: 26px 26px 24px;
  text-decoration: none; color: inherit;
  box-shadow: var(--pop-blue);
  transition: transform .14s ease, box-shadow .14s ease;
}
.doors > .door:nth-child(2) { box-shadow: var(--pop-orange); }
.doors > .door:nth-child(3) { box-shadow: var(--pop-gold); }
.door:hover { transform: translate(-2px, -3px); box-shadow: 8px 9px 0 var(--ink); color: inherit; }
.door__said {
  position: relative;
  background: var(--sky); border: 2.5px solid var(--ink); border-radius: 15px;
  padding: 13px 17px 14px; margin: 0 0 16px;
  font-family: Fraunces, Georgia, serif; font-variation-settings: "SOFT" 60, "WONK" 1;
  font-style: italic; font-size: 1.06rem; line-height: 1.3; color: var(--ink);
}
.door__said::before {
  content: ""; position: absolute; left: 24px; bottom: -15px;
  width: 24px; height: 15px; background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 18% 100%);
}
.door__said::after {
  content: ""; position: absolute; left: 27px; bottom: -11px;
  width: 18px; height: 11px; background: var(--sky);
  clip-path: polygon(0 0, 100% 0, 18% 100%);
}
.doors > .door:nth-child(2) .door__said,
.doors > .door:nth-child(2) .door__said::after { background: var(--peach); }
.doors > .door:nth-child(3) .door__said,
.doors > .door:nth-child(3) .door__said::after { background: var(--cream); }
.door h3 { margin: 0; }
.door p { color: var(--ink-2); font-size: .98rem; margin: 0; }
.door__go {
  margin-top: auto; padding-top: 18px; font-weight: 800; color: var(--blue-solid);
  display: inline-flex; align-items: center; gap: 9px;
}
.door:hover .door__go { color: var(--orange-ink); }
.door__go svg { transition: transform .14s ease; }
.door:hover .door__go svg { transform: translateX(4px); }

/* ---------- Cards ---------- */
.card {
  background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--pop);
}
.card--flat { box-shadow: 4px 4px 0 var(--blue); }
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }
.grid-3 > .card--flat:nth-child(2) { box-shadow: 4px 4px 0 var(--orange); }
.grid-3 > .card--flat:nth-child(3) { box-shadow: 4px 4px 0 var(--gold); }
.section--ink .card { background: var(--deep-2); border-color: #35506A; box-shadow: 4px 4px 0 rgba(0,0,0,.45); }
.section--ink .card p { color: #C4D3DE; }

.card__tag {
  display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; padding: 5px 13px; border-radius: 999px;
  background: var(--orange); color: var(--ink); border: 2px solid var(--ink);
  margin-bottom: 15px;
}
.card__tag--blue { background: var(--blue); }
.card__tag--gold { background: var(--gold); }

/* ---------- Photos: snapshots, pinned slightly crooked ---------- */
.figure {
  margin: 0; background: var(--paper); padding: 12px 12px 0;
  border: 2.5px solid var(--ink); border-radius: 6px;
  box-shadow: var(--pop); transform: rotate(-.8deg);
}
.figure img { width: 100%; border-radius: 2px; }
.figure figcaption {
  font-size: .93rem; color: var(--ink-2); padding: 13px 4px 14px;
  font-family: Fraunces, Georgia, serif; font-variation-settings: "SOFT" 80, "WONK" 1;
  font-style: italic;
}
.figure + .figure { transform: rotate(.9deg); }

.photo-band { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .photo-band { grid-template-columns: repeat(3, 1fr); } }
.photo-band img {
  border-radius: 5px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%;
  border: 2.5px solid var(--ink); background: var(--paper);
  box-shadow: 5px 5px 0 var(--blue);
}
.photo-band img:nth-child(1) { transform: rotate(-1.6deg); box-shadow: 5px 5px 0 var(--orange); }
.photo-band img:nth-child(2) { transform: rotate(.9deg); box-shadow: 5px 5px 0 var(--gold); }
.photo-band img:nth-child(3) { transform: rotate(-.7deg); box-shadow: 5px 5px 0 var(--blue); }

.collage { border: 3px solid var(--ink); border-radius: 8px; overflow: hidden; box-shadow: var(--pop-orange); }

/* ---------- Quotes ---------- */
.quote {
  position: relative; margin: 0;
  background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius);
  padding: 36px 26px 24px; box-shadow: var(--pop-gold);
}
.quote::before {
  content: "\201C"; position: absolute; top: -14px; left: 20px;
  font-family: Fraunces, Georgia, serif; font-size: 74px; line-height: 1;
  color: var(--gold);
}
.quote p {
  font-family: Fraunces, Georgia, serif; font-variation-settings: "SOFT" 50, "WONK" 1;
  font-size: clamp(1.1rem, 1.7vw, 1.26rem);
  line-height: 1.38; color: var(--ink);
}
.quote footer, .quote cite {
  font-family: Inter, system-ui, sans-serif; font-style: normal;
  font-size: .9rem; font-weight: 700; color: var(--ink-2); letter-spacing: .01em;
}
.grid > .quote:nth-child(2) { box-shadow: var(--pop-orange); }
.grid > .quote:nth-child(3) { box-shadow: var(--pop-blue); }
.section--ink .quote { background: var(--deep-2); border-color: #3B5872; box-shadow: 5px 5px 0 rgba(0,0,0,.5); }
.section--ink .grid > .quote { box-shadow: 5px 5px 0 rgba(0,0,0,.5); }
.section--ink .quote p { color: #FFFFFF; }
.section--ink .quote footer { color: #A9BECF; }
.section--ink .quote::before { color: var(--gold-lit); }

/* ---------- Lists ---------- */
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.ticks li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; color: var(--ink-2); }
.ticks li::before {
  content: ""; width: 25px; height: 25px; margin-top: 2px; border-radius: 7px;
  border: 2.5px solid var(--ink);
  background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2312212F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 10.5l3.6 3.6L15.5 6.6'/%3E%3C/svg%3E") center / 15px no-repeat;
}
.ticks li:nth-child(even)::before { background-color: var(--orange); }
.ticks li:nth-child(3n)::before { background-color: var(--gold); }
.ticks strong { color: var(--ink); }
.section--ink .ticks li { color: #C4D3DE; }
.section--ink .ticks strong { color: #FFFFFF; }

.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 26px; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 54px 1fr; gap: 20px; }
.steps li::before {
  content: counter(s); width: 54px; height: 54px; border-radius: 15px;
  background: var(--orange); color: var(--ink); border: 2.5px solid var(--ink);
  font-family: Fraunces, Georgia, serif; font-variation-settings: "SOFT" 60, "WONK" 1;
  font-weight: 700; display: grid; place-items: center; font-size: 1.4rem;
  box-shadow: 3px 3px 0 var(--ink); transform: rotate(-3deg);
}
.steps li:nth-child(2)::before { background: var(--blue); transform: rotate(2.5deg); }
.steps li:nth-child(3)::before { background: var(--gold); transform: rotate(-2deg); }
.steps li:nth-child(4)::before { background: var(--orange); transform: rotate(3deg); }
.steps h3 { margin: 8px 0 6px; font-size: 1.16rem; }
.steps p { color: var(--ink-2); margin: 0; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--deep); overflow: hidden; padding: 16px 0;
  border-top: 4px solid var(--gold); border-bottom: 4px solid var(--gold);
}
.marquee__track { display: flex; width: max-content; animation: marquee-slide 46s linear infinite; }
.marquee__group { display: flex; align-items: center; flex: none; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 18px; padding: 0 28px;
  font-family: Fraunces, Georgia, serif; font-variation-settings: "SOFT" 60, "WONK" 1;
  font-size: clamp(1.05rem, 2vw, 1.42rem); color: #FFFFFF; white-space: nowrap;
}
.marquee__item::after {
  content: ""; width: 13px; height: 13px; border-radius: 4px; background: var(--gold); flex: none;
}
.marquee__item:nth-child(2n)::after { background: var(--orange); }
.marquee__item:nth-child(3n)::after { background: var(--blue); }
@keyframes marquee-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  /* No sliding. The band becomes a static, fully readable row that wraps
     instead of running off the edge, so nothing is lost. */
  .marquee { padding: 16px clamp(18px, 4vw, 34px); }
  .marquee__track { animation: none; width: 100%; }
  .marquee__group { flex: 1 1 auto; flex-wrap: wrap; justify-content: center; row-gap: 6px; }
  .marquee__group:nth-child(2) { display: none; }
  .marquee__item { padding: 0 20px; }
}

/* ---------- Team ---------- */
.people { display: grid; gap: 32px; }
@media (min-width: 640px) { .people { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .people { grid-template-columns: repeat(3, 1fr); } }
.person img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 20%;
  border-radius: 10px; background: var(--sky);
  border: 2.5px solid var(--ink); box-shadow: 5px 5px 0 var(--blue);
}
.person:nth-child(3n+2) img { box-shadow: 5px 5px 0 var(--orange); }
.person:nth-child(3n) img { box-shadow: 5px 5px 0 var(--gold); }
.person h3 { margin: 22px 0 4px; font-size: 1.18rem; }
.person .role {
  display: inline-block; color: var(--ink); background: var(--gold);
  font-weight: 800; font-size: .81rem; letter-spacing: .03em;
  padding: 2px 12px; border-radius: 999px; border: 2px solid var(--ink);
  margin: 0 0 12px;
}
.person p { font-size: .95rem; color: var(--ink-2); }

/* ---------- Stat strip ---------- */
.stats { display: grid; gap: 28px; }
@media (min-width: 700px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat {
  background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius);
  padding: 26px 24px 24px; box-shadow: var(--pop-blue);
}
.stat:nth-child(2) { box-shadow: var(--pop-orange); }
.stat:nth-child(3) { box-shadow: var(--pop-gold); }
.stat__n {
  font-family: Fraunces, Georgia, serif; font-variation-settings: "SOFT" 60, "WONK" 1;
  font-size: clamp(2.3rem, 4.4vw, 3.2rem); line-height: 1; font-weight: 700;
  color: var(--orange-ink);
}
.stat:nth-child(2) .stat__n { color: var(--blue-ink); }
.stat p { margin: 12px 0 0; font-size: .98rem; color: var(--ink-2); }

/* ---------- Forms ---------- */
.formwrap {
  background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius);
  padding: clamp(24px, 3.4vw, 36px); box-shadow: var(--pop-orange);
}
.stand-in {
  display: flex; align-items: flex-start; gap: 11px;
  background: var(--gold); border: 2.5px solid var(--ink); color: var(--ink);
  border-radius: var(--radius-sm); padding: 12px 15px; font-size: .88rem;
  margin: 0 0 24px; font-weight: 500;
}
.stand-in strong { color: var(--ink); }
.field { display: grid; gap: 7px; margin-bottom: 19px; }
.field label { font-weight: 700; font-size: .95rem; }
.field .hint { font-size: .87rem; color: var(--ink-3); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; color: var(--ink);
  padding: 12px 14px; min-height: 50px;
  border: 2px solid var(--ink); border-radius: 10px; background: var(--paper); width: 100%;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover,
.field input:focus, .field select:focus, .field textarea:focus { background: var(--cream); }
.req { color: var(--orange-ink); font-weight: 800; }
fieldset { border: 2px solid var(--ink); border-radius: var(--radius-sm); padding: 18px; margin: 0 0 19px; }
legend {
  font-weight: 800; font-size: .93rem; padding: 2px 10px;
  background: var(--gold); border: 2px solid var(--ink); border-radius: 7px;
}
.choice { display: flex; align-items: flex-start; gap: 11px; padding: 7px 0; }
.choice input { width: 22px; height: 22px; min-height: 22px; margin: 3px 0 0; flex: none; accent-color: #B84A12; }
.choice label { font-weight: 500; font-size: .97rem; }
.form-success {
  background: #C9F0D9; border: 2.5px solid #0B3D21; color: #0B3D21;
  border-radius: var(--radius-sm); padding: 17px 19px; margin-bottom: 20px; font-size: .97rem;
  box-shadow: 4px 4px 0 #0B3D21;
}
.form-success[hidden] { display: none; }
.form-success strong { color: #0B3D21; }

/* ---------- Callout ---------- */
.callout {
  background: var(--sky); border: 2.5px solid var(--ink);
  border-radius: var(--radius); padding: 24px; box-shadow: var(--pop-blue);
}
.callout--warm { background: var(--peach); box-shadow: var(--pop-orange); }
.callout h3 { margin-top: 0; font-size: 1.14rem; }
.callout p:last-child { margin-bottom: 0; }

/* ---------- Placeholder token (things Jody still owes us) ---------- */
.tbd {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--gold); border: 2px solid var(--ink);
  color: var(--ink); border-radius: 7px; padding: 1px 9px 1px 4px; font-size: .9em;
  font-weight: 800; box-shadow: 2px 2px 0 var(--ink);
  vertical-align: baseline;
}
/* The number ties each yellow box to a line on the decision list */
.tbd__n {
  flex: none; display: inline-grid; place-items: center;
  min-width: 22px; height: 22px; padding: 0 5px;
  background: var(--ink); color: var(--gold); border-radius: 5px;
  font-size: .82em; font-weight: 800; font-variant-numeric: tabular-nums;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--deep); color: #C4D3DE;
  padding: clamp(50px, 6vw, 80px) 0 32px;
  position: relative; overflow: hidden;
}
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: repeating-linear-gradient(90deg, var(--orange) 0 40px, var(--gold) 40px 80px, var(--blue) 80px 120px);
}
.site-footer h2, .site-footer h3 {
  color: #FFFFFF; font-size: 1rem; margin: 0 0 15px;
  font-family: Inter, system-ui, sans-serif; font-weight: 800;
  letter-spacing: .11em; text-transform: uppercase;
}
.site-footer a { color: #DDE8F0; text-decoration: none; }
.site-footer a:hover { color: var(--gold-lit); text-decoration: underline; }
.footer-grid { display: grid; gap: 34px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .96rem; }
.site-footer .logo-foot {
  background: var(--paper); border: 2.5px solid var(--gold); border-radius: 12px;
  padding: 13px 16px; display: inline-block; margin-bottom: 18px;
}
.site-footer .logo-foot img { width: 178px; }
.footer-bottom {
  margin-top: 40px; padding-top: 24px; border-top: 2px dotted #3B5163;
  font-size: .88rem; color: #94A7B5;
  display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: space-between;
}

/* ---------- Draft badge ---------- */
.draft-badge {
  position: fixed; right: 14px; bottom: 14px; z-index: 300;
  display: flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--ink); border: 2.5px solid var(--ink);
  border-radius: 999px; padding: 8px 10px 8px 17px;
  font-size: .84rem; font-weight: 700; box-shadow: 4px 4px 0 var(--ink);
}
.draft-badge a { color: var(--ink); font-weight: 800; }
.draft-badge button {
  background: var(--ink); color: #fff; border: 0; border-radius: 999px;
  width: 26px; height: 26px; cursor: pointer; font-size: .95rem; line-height: 1;
}
.draft-badge button:hover { background: var(--orange-solid); }
.draft-badge[hidden] { display: none; }
@media print { .draft-badge, .callbar, .nav-toggle, .marquee { display: none !important; } }

/* ---------- Utilities ---------- */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.stack > * + * { margin-top: 1.15em; }

/* ---------- Fixes for elements sitting ON a full-color band ----------
   A gold sticker shadow is invisible on a gold band, so inside any color
   band every pop shadow reverts to ink. Same idea on the dark stage, where
   a black shadow disappears: those get a lit brand color instead. */
.section--orange .card, .section--blue .card, .section--gold .card,
.section--orange .stat, .section--blue .stat, .section--gold .stat,
.section--orange .quote, .section--blue .quote, .section--gold .quote,
.section--orange .callout, .section--blue .callout, .section--gold .callout,
.section--orange .formwrap, .section--blue .formwrap, .section--gold .formwrap,
.section--orange .door, .section--blue .door, .section--gold .door,
.section--orange .figure, .section--blue .figure, .section--gold .figure {
  box-shadow: 5px 5px 0 var(--ink) !important;
}
.section--orange .photo-band img, .section--blue .photo-band img, .section--gold .photo-band img,
.section--orange .person img, .section--blue .person img, .section--gold .person img {
  box-shadow: 5px 5px 0 var(--ink) !important;
}

/* On the dark stage, give cards a lit edge so they read as objects */
.section--ink .quote { border-color: var(--gold-lit); box-shadow: 5px 5px 0 rgba(255,193,69,.30); }
.section--ink .grid > .quote:nth-child(1) { border-color: var(--gold-lit); box-shadow: 5px 5px 0 rgba(255,193,69,.30); }
.section--ink .grid > .quote:nth-child(2) { border-color: var(--orange-lit); box-shadow: 5px 5px 0 rgba(242,101,34,.32); }
.section--ink .grid > .quote:nth-child(3) { border-color: var(--blue-lit); box-shadow: 5px 5px 0 rgba(37,170,225,.32); }
.section--ink .card { border-color: var(--blue-lit); box-shadow: 5px 5px 0 rgba(37,170,225,.28); }
