/* =========================================================
   Ann Vandersteel — Steel News  ·  v2 "pop" pass
   ---------------------------------------------------------
   steel-900 #14181d | steel-800 #1c232b | line #333e4b
   paper #eef0f2 | ink #1b2129 | navy #2f4f69 | gold #c8a24b
   live-red #d7263d (live states + primary CTA only)
   ========================================================= */

:root {
  --steel-900: #14181d;
  --steel-800: #1c232b;
  --steel-line: #333e4b;
  --paper: #eef0f2;
  --paper-tint: #e3e7ec;
  --ink: #1b2129;
  --ink-soft: #4c5866;
  --navy: #2f4f69;
  --navy-dark: #1f3a4f;
  --gold: #c8a24b;
  --gold-bright: #e0bc63;
  --live-red: #d7263d;
  --text-light: #dde3e9;
  --text-dim: #98a4b0;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Barlow', Arial, sans-serif;
  --notch: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  --header-h: 62px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--steel-900);
  color: var(--text-light);
  line-height: 1.6;
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; display: block; }

.wrap { width: min(1120px, 100% - 2.5rem); margin-inline: auto; }

section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

/* ---------- Type ---------- */
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.06;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 0.6rem; }
h3 { font-size: 1.25rem; letter-spacing: 0.06em; }

.kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.8rem;
}

/* gold bar lead-in on every kicker */
.kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--gold);
  flex: none;
}

.kicker-gold { color: var(--gold); }

.kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--live-red);
  flex: none;
  position: relative;
  animation: pulse 1.4s ease-in-out infinite;
}

/* expanding ring around the live dot */
.kicker-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid var(--live-red);
  animation: live-ring 1.8s ease-out infinite;
}

@keyframes live-ring {
  0%   { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(2.2); opacity: 0; }
}

.section-lede { max-width: 44rem; color: var(--text-dim); margin-bottom: 2.4rem; }
.section-paper .section-lede { color: var(--ink-soft); }

/* ---------- Buttons (notched editorial cut) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.9rem;
  border: 1px solid transparent;
  clip-path: var(--notch);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-live { background: var(--live-red); color: #fff; box-shadow: 0 10px 30px rgba(215, 38, 61, 0.35); }
.btn-live:hover { background: #e93a51; }

.btn-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.4s ease-in-out infinite;
}

.btn-ghost-light { border-color: var(--text-dim); color: var(--text-light); }
.btn-ghost-light:hover { border-color: #fff; color: #fff; }

.btn-gold { background: var(--gold); color: var(--navy-dark); }
.btn-gold:hover { background: var(--gold-bright); }

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* =========================================================
   Header + on-air bar
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(20, 24, 29, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--steel-line);
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wordmark { text-decoration: none; line-height: 1.05; }

.wordmark-name {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.wordmark-sub {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-nav ul { list-style: none; display: flex; align-items: center; gap: 2rem; }

.site-nav a {
  position: relative;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-light);
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.15s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.22s ease;
}

.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { width: 100%; }

/* Watch Live CTA pill in the nav */
.nav-cta a {
  color: #fff;
  background: var(--live-red);
  padding: 0.5rem 1.1rem;
  clip-path: var(--notch);
  letter-spacing: 0.12em;
  transition: background 0.18s ease, transform 0.18s ease;
}

.nav-cta a::after { display: none; }
.nav-cta a:hover { background: #e93a51; transform: translateY(-1px); color: #fff; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  margin: -0.4rem;
}

.nav-toggle-box {
  display: block;
  position: relative;
  width: 26px;
  height: 18px;
}

.nav-toggle-inner,
.nav-toggle-inner::before,
.nav-toggle-inner::after {
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: var(--text-light);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              top 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
              opacity 0.15s ease;
}

.nav-toggle-inner { top: 50%; transform: translateY(-50%); }
.nav-toggle-inner::before { content: ""; top: -8px; }
.nav-toggle-inner::after { content: ""; top: 8px; }

/* open state -> X */
.site-nav.open .nav-toggle-inner { background: transparent; }
.site-nav.open .nav-toggle-inner::before {
  top: 0;
  transform: rotate(45deg);
  background: var(--gold);
  transition: top 0.3s cubic-bezier(0.4,0,0.2,1), transform 0.3s cubic-bezier(0.4,0,0.2,1) 0.1s;
}
.site-nav.open .nav-toggle-inner::after {
  top: 0;
  transform: rotate(-45deg);
  background: var(--gold);
  transition: top 0.3s cubic-bezier(0.4,0,0.2,1), transform 0.3s cubic-bezier(0.4,0,0.2,1) 0.1s;
}

.nav-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Social icons (shared header + footer treatment) ---------- */
.header-social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  border-left: 1px solid var(--steel-line);
}

.header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--text-light);
  background: var(--steel-700);
  border: 1px solid var(--steel-line);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-social a:hover {
  color: var(--steel-900);
  background: var(--gold);
  border-color: var(--gold-bright);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(200, 162, 75, 0.35);
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 82% 15%, rgba(47, 79, 105, 0.65), transparent 60%),
    radial-gradient(ellipse 50% 60% at 5% 90%, rgba(200, 162, 75, 0.12), transparent 55%),
    linear-gradient(160deg, #182029 0%, var(--steel-900) 55%, #0e1216 100%);
  padding: 5.5rem 0 5rem;
  overflow: hidden;
}

/* diagonal hairlines, echoing the OG image */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    transparent 0 44px,
    rgba(255, 255, 255, 0.035) 44px 45px
  );
  pointer-events: none;
}

/* large watchful gold ring accent, upper-right, adds depth */
.hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(200, 162, 75, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 40px rgba(200, 162, 75, 0.04);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 3.5rem;
  align-items: center;
}

.hero h1 { color: #fff; margin-bottom: 1.2rem; }

/* gold marker highlight */
.hl {
  position: relative;
  white-space: nowrap;
}

.hl::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.02em;
  height: 0.16em;
  background: var(--gold);
  z-index: -1;
}

.hero-lede {
  color: var(--text-dim);
  font-size: 1.15rem;
  max-width: 34rem;
  margin-bottom: 2rem;
}

.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

/* photo with layered accents */
.hero-photo { position: relative; }

/* offset gold frame behind */
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  border: 2px solid var(--gold);
  clip-path: var(--notch);
  z-index: 0;
}

/* red corner accent block, upper-left, ties to brand */
.hero-photo::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 64px;
  height: 64px;
  background: var(--live-red);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 0;
}

.hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--steel-line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
  clip-path: var(--notch);
}

/* =========================================================
   Sections
   ========================================================= */
.section { padding: 5rem 0; }

.section-dark { background: var(--steel-900); }
.section-dark h2 { color: #fff; }

.section-paper { background: var(--paper); color: var(--ink); }
.section-paper h2 { color: var(--ink); }
.section-paper p { color: var(--ink-soft); }

.section-tint {
  background:
    linear-gradient(180deg, rgba(47, 79, 105, 0.05), transparent 30%),
    var(--paper-tint);
}

/* scroll-reveal (JS adds .in; no-JS pages stay visible) */
.reveal { opacity: 1; transform: none; }

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.in { opacity: 1; transform: none; }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.about-grid p { margin-bottom: 1rem; }

.about-lead {
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--ink) !important;
  font-weight: 500;
  border-left: 3px solid var(--gold);
  padding-left: 1.1rem;
  margin-bottom: 1.4rem;
}

.about-card {
  background: #fff;
  border: 1px solid #d7dde3;
  border-top: 4px solid var(--gold);
  padding: 1.7rem 1.8rem;
  box-shadow: 0 14px 36px rgba(31, 58, 79, 0.1);
  clip-path: var(--notch);
}

.about-card h3 { color: var(--navy); margin-bottom: 1rem; }

.fact-list { list-style: none; }

.fact-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e6eaee;
  font-size: 0.97rem;
  color: var(--ink-soft);
}

.fact-list li:last-child { border-bottom: none; }

.fact-list strong {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
}

.fact-list a { color: var(--navy); }

/* Contact block in the About card */
.contact-block {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #e6eaee;
}

.contact-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.55rem;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.contact-email a {
  font-family: var(--body);
  font-weight: 500;
  font-size: 1.02rem;
  color: var(--ink);
  text-decoration: none;
  word-break: break-all;
}

.contact-email a:hover { color: var(--navy); text-decoration: underline; }

.copy-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #ccd3da;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.copy-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.copy-btn.copied { background: #2e7d4f; color: #fff; border-color: #2e7d4f; }
.copy-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.btn-contact { width: 100%; justify-content: center; }

/* ---------- Guests: single-row marquee ---------- */
.guest-strip {
  background: var(--steel-900);
  border-top: 1px solid var(--steel-line);
  padding: 3rem 0 3.4rem;
  overflow: hidden;
}

.guest-strip-head { margin-bottom: 1.8rem; }
.guest-strip-head h2 { color: #fff; }

.guest-marquee {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  /* soft fade at both edges */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  scrollbar-width: none;              /* Firefox */
  -ms-overflow-style: none;           /* IE/Edge */
  cursor: grab;
  scroll-behavior: auto;
}

.guest-marquee::-webkit-scrollbar { display: none; }  /* WebKit */
.guest-marquee.dragging { cursor: grabbing; }
.guest-marquee.dragging .guest-card { pointer-events: none; }

.guest-marquee-track {
  display: flex;
  gap: 1.4rem;
  width: max-content;
  padding-bottom: 2px;
}

@keyframes guest-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.guest-card {
  flex: 0 0 auto;
  width: 176px;
  text-align: center;
}

.guest-photo {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(160deg, var(--steel-700) 0%, var(--steel-900) 100%);
  border: 1px solid var(--steel-line);
  border-bottom: 3px solid var(--gold);
  margin-bottom: 0.7rem;
  clip-path: var(--notch);
}

.guest-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(55%) contrast(1.05);
  transition: filter 0.3s ease, transform 0.4s ease;
}

.guest-card:hover .guest-photo img { filter: grayscale(0%); transform: scale(1.05); }

.guest-photo.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--gold);
}

.guest-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-light);
  line-height: 1.2;
}

.guest-role { font-size: 0.82rem; color: var(--text-dim); margin-top: 0.15rem; }

.guest-marquee-track .loading-note { color: var(--text-dim); padding: 2rem 0; }

/* ---------- As Seen On ---------- */
.seen-on {
  background: #0e1216;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  padding: 2.4rem 0;
}

.seen-on-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin-bottom: 1.6rem;
}

.seen-on-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem 3.5rem;
}

.seen-on-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Logos display in a uniform muted white; brighten on hover */
.seen-on-item img {
  max-height: 40px;
  max-width: 170px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

a.seen-on-item:hover img { opacity: 1; }
a.seen-on-item:hover { transform: translateY(-2px); }

/* Text fallback when a logo image is missing */
.seen-on-item.no-img {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}

a.seen-on-item.no-img:hover { color: #fff; }

/* ---------- Speaking ---------- */
.section-speaking {
  position: relative;
  background:
    radial-gradient(ellipse 55% 60% at 90% 10%, rgba(47, 79, 105, 0.5), transparent 60%),
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(200, 162, 75, 0.1), transparent 55%),
    linear-gradient(160deg, #182029 0%, var(--steel-900) 60%, #0e1216 100%);
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  overflow: hidden;
}

.section-speaking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-55deg, transparent 0 44px, rgba(255,255,255,0.03) 44px 45px);
  pointer-events: none;
}

.speaking-head { position: relative; z-index: 1; margin-bottom: 2.6rem; max-width: 46rem; }
.section-speaking h2 { color: #fff; }
.section-speaking .section-lede { color: var(--text-dim); margin-bottom: 0; }

.speaking-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}

/* ---- Pitch column ---- */
.speaking-pitch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.speaking-subhead {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.speaking-topics { margin-bottom: 0; }

.topic-list { list-style: none; display: flex; flex-direction: column; gap: 1.4rem; }

.topic-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.topic-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--gold);
  background: var(--steel-800);
  border: 1px solid var(--steel-line);
  clip-path: var(--notch);
}

.topic-list li > span:last-child {
  color: var(--text-dim);
  font-size: 0.98rem;
  line-height: 1.5;
  padding-top: 0.1rem;
}

.topic-list strong {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.3rem;
}

.speaking-formats { margin-bottom: 0; }

.format-chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.chip {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  background: var(--steel-800);
  border: 1px solid var(--steel-line);
  padding: 0.5rem 1rem;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.chip:hover { border-color: var(--gold); color: #fff; background: rgba(200,162,75,0.06); }

/* bio button sits directly after the chips in natural flow */
.speaking-bio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  align-self: flex-start;
}

/* ---- Booking form ---- */
.speaking-form-wrap {
  display: flex;
  flex-direction: column;
  background: var(--steel-800);
  border: 1px solid var(--steel-line);
  border-top: 4px solid var(--gold);
  padding: 2.4rem 2.2rem 2.4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  clip-path: var(--notch);
}

.speaking-form-title { color: #fff; margin-bottom: 0.4rem; }

.speaking-form-sub {
  color: var(--text-dim);
  font-size: 0.95rem;
  margin-bottom: 1.8rem;
}

/* Honeypot — visually hidden but present in the DOM so bots fill it.
   Not display:none (some bots skip those); pushed off-screen instead. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.speaking-form .field { margin-bottom: 1.4rem; }

.speaking-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

/* row cells shouldn't double up bottom margin */
.speaking-form .field-row .field { margin-bottom: 0; }
.speaking-form .field-row { margin-bottom: 1.4rem; }

.speaking-form label {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.speaking-form label span { color: var(--live-red); }

.speaking-form input,
.speaking-form textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 1rem;
  color: #fff;
  background: var(--steel-900);
  border: 1px solid var(--steel-line);
  border-radius: 0;
  padding: 0.85rem 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.speaking-form input::placeholder,
.speaking-form textarea::placeholder { color: #5c6875; }

.speaking-form input:focus,
.speaking-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #0e1216;
  box-shadow: 0 0 0 3px rgba(200, 162, 75, 0.15);
}

.speaking-form textarea { resize: vertical; min-height: 120px; }

.speaking-form.validated input:invalid,
.speaking-form.validated textarea:invalid {
  border-color: var(--live-red);
  box-shadow: 0 0 0 3px rgba(215, 38, 61, 0.12);
}

.speaking-form { display: flex; flex-direction: column; flex: 1; }

.speaking-submit { margin-top: 0.6rem; width: 100%; justify-content: center; }

.form-status {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  min-height: 1.2em;
}

.form-status.ok { color: #5fd08a; }
.form-status.err { color: #ff6b7a; }

.form-note {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.6;
}

.form-note a { color: var(--gold); font-weight: 500; }

/* ---------- Foundation (site colors: steel + gold) ---------- */
.section-foundation {
  position: relative;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(200, 162, 75, 0.1), transparent 55%),
    var(--steel-800);
  border-top: 4px solid var(--gold);
  border-bottom: 1px solid var(--steel-line);
  overflow: hidden;
}

.section-foundation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    transparent 0 45px,
    rgba(255, 255, 255, 0.02) 45px 46px
  );
  pointer-events: none;
}

.foundation-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.55fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.section-foundation h2 { color: #fff; }

.foundation-lead {
  color: var(--text-light);
  font-size: 1.12rem;
  max-width: 42rem;
  margin-bottom: 1.6rem;
}

.foundation-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.foundation-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--text-dim);
  font-size: 1.02rem;
}

.foundation-points strong { color: var(--text-light); }

.fp-mark {
  flex: none;
  width: 12px;
  height: 12px;
  margin-top: 0.35rem;
  background: var(--gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.foundation-cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }

/* Emblem panel */
.foundation-side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 320px;
}

/* Logo fills the panel, fully visible (no crop), no box or bar behind it */
.foundation-img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: contain;
}

/* When the logo is present, hide the emblem fallback text */
.foundation-side:has(.foundation-img) .foundation-mono,
.foundation-side:has(.foundation-img) .foundation-side-label { display: none; }

/* Emblem fallback: only styled as a boxed panel when NO image is present */
.foundation-side:not(:has(.foundation-img)) {
  aspect-ratio: 1 / 1;
  min-height: 0;
  background:
    repeating-linear-gradient(-55deg, transparent 0 20px, rgba(200,162,75,0.05) 20px 21px),
    linear-gradient(160deg, var(--steel-700) 0%, var(--steel-900) 80%);
  border: 1px solid var(--steel-line);
  border-top: 3px solid var(--gold);
  clip-path: var(--notch);
}

.foundation-mono {
  font-family: var(--display);
  font-weight: 700;
  font-size: 4.6rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  line-height: 1;
}

.foundation-side-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-align: center;
}

/* ---------- Sponsors ---------- */
.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}

.sponsor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  width: calc((100% - 3 * 1.6rem) / 4); /* 4 per row */
}

/* Uniform white logo tile — every logo shares the same clean background,
   which unifies the mismatched source images and makes them pop on the
   dark section. */
.sponsor-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  padding: 1.4rem;
  border: 1px solid var(--steel-line);
  border-bottom: 3px solid var(--gold);
  clip-path: var(--notch);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sponsor-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponsor-media.no-img {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  text-align: center;
}

.sponsor-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-align: center;
  line-height: 1.3;
  transition: color 0.18s ease;
}

/* Hover (only meaningful for linked cards, but harmless on all) */
a.sponsor-card:hover .sponsor-media {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

a.sponsor-card:hover .sponsor-name { color: #fff; }

.loading-note { color: var(--text-dim); font-size: 0.95rem; }

/* ---------- Footer social row ---------- */
.footer-social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 2rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--text-light);
  background: var(--steel-700);
  border: 1px solid var(--steel-line);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-social a:hover {
  color: var(--steel-900);
  background: var(--gold);
  border-color: var(--gold-bright);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(200, 162, 75, 0.35);
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0e1216;
  border-top: 1px solid var(--steel-line);
  padding: 3rem 0 2.2rem;
}

.footer-inner { text-align: center; }

.footer-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.footer-tag { color: var(--text-dim); font-size: 0.95rem; margin: 0.3rem 0 1.4rem; }

.footer-legal { color: #5c6875; font-size: 0.85rem; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  .hero { padding: 3.5rem 0 3rem; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-photo { max-width: 400px; margin-inline: auto; }
  .hero-photo::before { inset: 14px -14px -14px 14px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .section { padding: 3.5rem 0; }

  .nav-toggle { display: block; }
  .site-nav { order: 2; }

  .site-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--steel-900);
    border-block: 1px solid var(--steel-line);
    padding: 0.5rem 1.25rem 1.1rem;
    z-index: 90;
    /* animated collapse/expand */
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.28s ease,
                visibility 0s linear 0.32s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }

  .site-header { position: sticky; }
  .header-inner { position: relative; }

  .site-nav.open ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.3s ease,
                visibility 0s;
  }

  .site-nav li {
    padding: 0.6rem 0;
    /* each item starts shifted + faded, then eases in when menu opens */
    opacity: 0;
    transform: translateX(-14px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav.open li { opacity: 1; transform: translateX(0); }

  /* staggered reveal */
  .site-nav.open li:nth-child(1) { transition-delay: 0.08s; }
  .site-nav.open li:nth-child(2) { transition-delay: 0.13s; }
  .site-nav.open li:nth-child(3) { transition-delay: 0.18s; }
  .site-nav.open li:nth-child(4) { transition-delay: 0.23s; }
  .site-nav.open li:nth-child(5) { transition-delay: 0.28s; }

  .site-nav a { display: block; font-size: 1.15rem; }

  /* Watch Live CTA spans nicely in the mobile menu */
  .nav-cta { padding: 0.7rem 0 0.2rem !important; }
  .nav-cta a { display: inline-block; text-align: center; }

  /* Social rail wraps to its own centered row under the wordmark */
  .header-inner { flex-wrap: wrap; height: auto; padding-block: 0.6rem; row-gap: 0.5rem; }
  .header-social {
    order: 3;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--steel-line);
    padding-top: 0.5rem;
    justify-content: center;
    gap: 0.5rem;
  }
  .nav-toggle { order: 2; }

  .sponsor-card { width: calc((100% - 1.6rem) / 2); }
  .foundation-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .speaking-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  /* space-between collapses when the column height equals its content
     height (stacked); restore explicit spacing between the groups */
  .speaking-pitch { justify-content: flex-start; }
  .speaking-topics { margin-bottom: 2.2rem; }
  .speaking-formats { margin-bottom: 2.2rem; }
  .speaking-form .field-row { grid-template-columns: 1fr; gap: 0; }
  .speaking-form-wrap { padding: 1.5rem 1.3rem 1.7rem; }
  .foundation-side { max-width: 300px; margin-inline: auto; width: 100%; }
  .guest-card { width: 150px; }
}

@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; justify-content: center; }
  .foundation-cta .btn { width: 100%; justify-content: center; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn-dot, .kicker-dot, .t-dot { animation: none; }
  .kicker-dot::after { display: none; }
  .guest-marquee-track { animation: none; }
  .btn:hover, .sponsor-card:hover, .guest-card:hover .guest-photo img { transform: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .site-nav ul, .site-nav li { transition: opacity 0.15s ease !important; transform: none !important; }
}
