/* 2026 visual refresh: editorial clarity for HR and event decision-makers */
:root {
  --ink: #23234a;
  --ink-2: #2e2e5c;
  --muted: #5d627e;
  --paper: #ecf7f7;
  --paper-2: #ddefef;
  --white: #ffffff;
  --line: rgba(35, 35, 74, 0.12);
  --blue: #333366;
  --blue-dark: #23234a;
  --red: #e0642f;
  --green: #2ea3f2;
  --gold: #d2a64a;
  --stage: #15152d;
  --stage-2: #313163;
  --shadow: 0 28px 80px rgba(21, 21, 45, 0.16);
  --soft-shadow: 0 12px 34px rgba(21, 21, 45, 0.08);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

::selection {
  background: #d6effe;
  color: #123a5e;
}

:focus-visible {
  outline: 3px solid rgba(46, 163, 242, 0.45);
  outline-offset: 3px;
}

.site-header {
  min-height: 82px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 5px 24px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(18px) saturate(1.2);
}

.nav {
  width: min(1240px, calc(100% - 48px));
  min-height: 82px;
  gap: 30px;
}

.brand {
  min-width: 250px;
}

.brand strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.2;
}

.brand span {
  margin-top: 3px;
  color: #707988;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.nav-links {
  gap: 2px;
}

.nav-links a {
  position: relative;
  border-radius: 5px;
  padding: 10px 13px;
  color: #4d5664;
  font-size: 0.89rem;
  font-weight: 700;
}

.nav-links a:not(.btn)::after {
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 2px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: transparent;
  color: var(--ink);
}

.nav-links a:not(.btn):hover::after,
.nav-links a:not(.btn)[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.btn,
.nav-links .btn {
  min-height: 48px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 0.91rem;
  font-weight: 800;
  box-shadow: none;
}

.btn.blue,
.nav-links .btn.blue {
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(51, 51, 102, 0.26);
}

.btn.blue:hover,
.nav-links .btn.blue:hover {
  background: var(--blue-dark);
  box-shadow: 0 14px 30px rgba(51, 51, 102, 0.32);
}

.btn.secondary {
  border-color: rgba(17, 24, 39, 0.18);
  background: transparent;
}

.btn.light {
  background: var(--white);
  color: var(--ink);
}

.mobile-toggle {
  border-color: rgba(17, 24, 39, 0.16);
  border-radius: 6px;
  background: #eaf4f4;
  color: var(--ink);
}

.hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: min(790px, calc(100vh - 82px));
  align-items: center;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(8, 15, 28, 0.82) 0%, rgba(8, 15, 28, 0.58) 46%, rgba(8, 15, 28, 0.05) 78%),
    linear-gradient(0deg, rgba(8, 15, 28, 0.26), rgba(8, 15, 28, 0.02));
}

.hero::after {
  height: 25%;
  background: linear-gradient(180deg, transparent, rgba(8, 15, 28, 0.38));
}

.hero-media img,
.hero-media video {
  object-position: 67% 42%;
  transform: none;
  filter: saturate(0.95) contrast(1.02) brightness(1.14);
}

.hero-copy {
  width: min(1240px, calc(100% - 48px));
  min-height: min(790px, calc(100vh - 82px));
  align-content: center;
  padding: 70px 0 62px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero .eyebrow,
.talk-hero .eyebrow,
.dark .eyebrow {
  color: #7cc6f5;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
  hyphens: none;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.5rem, 6vw, 5.9rem);
}

h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.25rem);
  line-height: 1.04;
}

h3 {
  font-size: clamp(1.2rem, 1.65vw, 1.62rem);
  line-height: 1.18;
}

.lead {
  font-size: clamp(1.06rem, 1.35vw, 1.25rem);
  line-height: 1.65;
}

.hero .lead {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: none;
}

.hero-actions,
.actions {
  gap: 10px;
  margin-top: 28px;
}

.hero .btn.secondary,
.talk-hero .btn.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(10, 18, 31, 0.2);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.hero-proof {
  width: min(700px, 100%);
  margin-top: 42px;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.proof-item {
  min-height: 86px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 16px 20px 16px 0;
  background: transparent;
  backdrop-filter: none;
}

.proof-item + .proof-item {
  padding-left: 20px;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
}

.proof-item span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.8rem;
}

.hero-tag {
  right: max(24px, calc((100vw - 1240px) / 2));
  top: 54px;
  max-width: 330px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 20px;
  background: rgba(9, 17, 30, 0.76);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.hero-tag::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
  content: "";
}

.hero-tag-kicker {
  display: block;
  margin-bottom: 8px;
  color: #7cc6f5;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-tag strong {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-tag > span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.87rem;
}

.organizer-bar {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.organizer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.organizer-grid > div {
  min-height: 112px;
  border-right: 1px solid var(--line);
  padding: 25px 24px;
}

.organizer-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.organizer-grid span,
.organizer-grid strong {
  display: block;
}

.organizer-grid span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.organizer-grid strong {
  font-size: 0.94rem;
  line-height: 1.4;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.client-proof {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 62px 0 58px;
  background: #f7f9fb;
}

.client-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 34px;
}

.client-proof-head h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.client-proof-head > p {
  max-width: 390px;
  margin: 0 0 4px;
  border-left: 2px solid var(--green);
  padding-left: 20px;
  color: var(--muted);
}

.client-carousel {
  position: relative;
  width: min(1380px, calc(100% - 28px));
  margin: 0 auto;
}

.client-logo-viewport {
  overflow: hidden;
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.client-logo-track {
  display: flex;
  width: max-content;
  animation: client-logo-scroll 34s linear infinite;
  will-change: transform;
}

.client-logo-set {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  padding-right: 14px;
}

.client-logo-card {
  display: grid;
  place-items: center;
  width: 210px;
  height: 104px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 5px;
  padding: 20px 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.045);
}

.client-logo-card img {
  width: 100%;
  max-width: 160px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.68;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.client-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}

.client-logo-viewport:hover .client-logo-track,
.client-carousel.is-paused .client-logo-track {
  animation-play-state: paused;
}

.logo-motion-toggle {
  position: absolute;
  right: 22px;
  bottom: -25px;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--soft-shadow);
}

.logo-motion-toggle:hover {
  border-color: rgba(46, 163, 242, 0.38);
  color: var(--blue);
}

@keyframes client-logo-scroll {
  to {
    transform: translateX(-50%);
  }
}

.wrap {
  width: min(1240px, calc(100% - 48px));
}

.section {
  padding: clamp(76px, 8.5vw, 116px) 0;
}

.section.white {
  background: #fff;
}

.section-head {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.5fr);
  gap: clamp(30px, 6vw, 78px);
  margin-bottom: clamp(36px, 5vw, 58px);
}

.section-head > p {
  border-left: 2px solid var(--green);
  padding-left: 22px;
  font-size: 1rem;
  line-height: 1.7;
}

.feature,
.talk-card,
.quote,
.reference-slot,
.contact-panel,
.form-panel,
.topic-card,
.format-cards article {
  border-color: rgba(17, 24, 39, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--soft-shadow);
}

.feature,
.talk-card,
.topic-card,
.format-cards article,
.planner-option {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature:hover,
.talk-card:hover,
.topic-card:hover,
.format-cards article:hover,
.planner-option:hover {
  border-color: rgba(46, 163, 242, 0.32);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.1);
  transform: translateY(-3px);
}

.feature::before,
.talk-card::before,
.quote::before {
  height: 3px;
  background: var(--blue);
}

.feature .num,
.talk-card .label,
.signature-panel .label {
  min-height: 26px;
  border-radius: 3px;
  background: #e3f3fd;
  color: var(--blue-dark);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.image-band,
.talk-flow {
  background: var(--stage);
}

.image-band {
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
}

.image-band img,
.talk-flow-image img {
  min-height: 620px;
}

.image-band-copy,
.talk-flow-copy {
  background:
    linear-gradient(115deg, rgba(49, 49, 99, 0.05), rgba(49, 49, 99, 0.85)),
    var(--stage);
}

.list li::before {
  top: 0.48em;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(46, 163, 242, 0.25);
  border-radius: 3px;
  background: var(--green);
}

.planner-section {
  overflow: hidden;
  background: #e4f1f1;
}

.planner-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue) 0 68%, var(--green) 68% 82%, var(--red) 82%);
  content: "";
}

.planner-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.planner-intro {
  position: sticky;
  top: 122px;
}

.planner-intro p:last-child {
  max-width: 530px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.08rem;
}

.planner-options {
  display: grid;
  border-top: 1px solid rgba(17, 24, 39, 0.18);
}

.planner-option {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(17, 24, 39, 0.18);
  padding: 28px 4px;
  color: var(--ink);
  text-decoration: none;
}

.planner-option > span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.planner-option strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.planner-option p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.planner-option b {
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.planner-option:hover b {
  transform: translateX(4px);
}

.split,
.about-story {
  gap: clamp(44px, 7vw, 92px);
}

.portrait-frame,
.page-hero img {
  border-radius: 6px;
}

.portrait-frame::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--blue) 0 72%, var(--green) 72%);
}

.story p,
.about-copy p {
  color: #46505e;
  line-height: 1.75;
}

/* Subpage heroes */
.talk-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: min(720px, calc(100vh - 82px));
}

.talk-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 15, 28, 0.84) 0%, rgba(8, 15, 28, 0.58) 48%, rgba(8, 15, 28, 0.08) 82%),
    linear-gradient(0deg, rgba(8, 15, 28, 0.3), rgba(8, 15, 28, 0.02));
}

.talk-hero-copy {
  width: min(1240px, calc(100% - 48px));
  min-height: min(720px, calc(100vh - 82px));
  padding: 76px 0 62px;
}

.talk-hero h1 {
  max-width: 900px;
  font-size: clamp(3.35rem, 5.5vw, 5.45rem);
}

.talk-hero .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.83);
}

.talk-hero-strip {
  width: min(760px, 100%);
  margin-top: 38px;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.talk-hero-strip span {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 15px 18px;
  background: transparent;
  font-size: 0.84rem;
  backdrop-filter: none;
}

.talk-hero-strip span:last-child {
  border-right: 0;
}

.seminar-hero::before,
.about-hero::before,
.contact-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 15, 28, 0.95) 0%, rgba(8, 15, 28, 0.77) 50%, rgba(8, 15, 28, 0.2) 82%),
    linear-gradient(0deg, rgba(8, 15, 28, 0.48), rgba(8, 15, 28, 0.06));
}

.signature-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.72fr);
  gap: clamp(36px, 7vw, 90px);
}

.signature-title p:not(.eyebrow) {
  margin-top: 24px;
  font-size: 1.1rem;
  line-height: 1.75;
}

.signature-panel {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 6px;
  background: #f7f9fc;
  box-shadow: var(--soft-shadow);
}

.signature-panel::before {
  height: 4px;
  background: linear-gradient(90deg, var(--blue) 0 78%, var(--green) 78%);
}

.topic-grid {
  gap: 14px;
}

.topic-card {
  min-height: 300px;
  padding: 28px 26px 54px;
}

.topic-card span {
  margin-bottom: 34px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.topic-card::after,
.topic-card:nth-child(2)::after,
.topic-card:nth-child(3)::after,
.topic-card:nth-child(4)::after {
  right: 26px;
  bottom: 24px;
  width: 52px;
  height: 3px;
  border-radius: 0;
  background: var(--blue);
}

.flow-steps div {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
}

.flow-steps strong {
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.format-cards {
  gap: 14px;
}

.format-cards article {
  padding: clamp(26px, 4vw, 38px);
}

.dark .format-cards article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.talk-cta {
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 6px;
  background: #eef7f7;
  box-shadow: var(--soft-shadow);
}

.talk-cta::after {
  width: 6px;
  background: var(--blue);
}

.booking-confidence {
  background:
    linear-gradient(115deg, rgba(49, 49, 99, 0.05), rgba(49, 49, 99, 0.85)),
    var(--stage);
}

.booking-confidence-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(390px, 1fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
}

.booking-confidence-grid > .btn {
  grid-column: 2;
  justify-self: start;
  margin-top: -52px;
}

.confidence-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.confidence-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 17px 0;
}

.confidence-list span {
  color: #7cc6f5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.confidence-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.confidence-list strong {
  color: var(--white);
}

.contact-stage {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
}

.contact-panel,
.form-panel {
  padding: clamp(28px, 4vw, 46px);
}

.contact-direct,
.contact-form-card {
  background: #fff;
}

.contact-direct {
  top: 110px;
  border-top: 4px solid var(--green);
}

@media (max-width: 980px) {
  .contact-direct {
    position: relative;
    top: auto;
  }
}

.contact-form-card::before {
  height: 4px;
  background: var(--blue);
}

input,
select,
textarea {
  border-color: #cbd3dd;
  border-radius: 5px;
  padding: 14px;
  background: #fbfcfd;
}

label {
  color: #374151;
  font-size: 0.91rem;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0c1422;
  padding: 48px 0;
}

.footer .wrap {
  width: min(1240px, calc(100% - 48px));
}

.footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
}

.footer a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

@media (max-width: 1080px) {
  .brand {
    min-width: 210px;
  }

  .brand span {
    display: none;
  }

  .hero-tag {
    position: static;
    width: min(1240px, calc(100% - 36px));
    max-width: none;
    margin: 0 auto 28px;
  }

  .organizer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .organizer-grid > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .organizer-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .nav,
  .wrap,
  .hero-copy,
  .talk-hero-copy,
  .footer .wrap {
    width: calc(100% - 36px);
    max-width: 1240px;
    min-width: 0;
  }

  .nav {
    min-height: 74px;
  }

  .site-header {
    min-height: 74px;
  }

  .nav-links {
    gap: 2px;
    padding-top: 10px;
  }

  .nav-links a {
    padding: 12px 4px;
  }

  .nav-links a:not(.btn)::after {
    display: none;
  }

  .hero,
  .hero-copy {
    min-height: 730px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 15, 28, 0.9), rgba(8, 15, 28, 0.52)),
      linear-gradient(0deg, rgba(8, 15, 28, 0.58), rgba(8, 15, 28, 0.08));
  }

  .planner-layout,
  .booking-confidence-grid,
  .section-head,
  .split,
  .signature-layout,
  .about-story,
  .contact-stage,
  .talk-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .planner-intro {
    position: static;
  }

  .booking-confidence-grid > .btn {
    grid-column: auto;
    margin-top: 0;
  }

  .image-band,
  .talk-flow {
    grid-template-columns: 1fr;
  }

  .image-band img,
  .talk-flow-image img {
    min-height: 440px;
    max-height: 620px;
  }
}

@media (max-width: 620px) {
  .nav,
  .wrap,
  .hero-copy,
  .talk-hero-copy,
  .footer .wrap {
    width: calc(100% - 28px);
    max-width: 1240px;
    min-width: 0;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  h1,
  .talk-hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.35rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.3rem);
  }

  .hero,
  .hero-copy {
    min-height: 700px;
  }

  .hero-copy {
    padding: 44px 0;
  }

  .hero-media img,
  .hero-media video {
    object-position: 68% center;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .proof-item,
  .proof-item + .proof-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 0;
  }

  .proof-item strong,
  .proof-item span {
    display: inline;
  }

  .proof-item span {
    margin-left: 7px;
  }

  .organizer-grid {
    grid-template-columns: 1fr;
  }

  .organizer-grid > div,
  .organizer-grid > div:first-child,
  .organizer-grid > div:nth-child(3) {
    min-height: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    padding: 18px;
  }

  .client-proof {
    padding: 54px 0 52px;
  }

  .client-proof-head {
    align-items: start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 26px;
  }

  .client-proof-head > p {
    max-width: none;
    padding-left: 16px;
  }

  .client-carousel {
    width: 100%;
  }

  .client-logo-viewport {
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  }

  .client-logo-card {
    width: 174px;
    height: 92px;
    padding: 17px 20px;
  }

  .client-logo-card img {
    max-width: 136px;
    height: 52px;
  }

  .logo-motion-toggle {
    right: 14px;
  }

  .talk-hero,
  .talk-hero-copy {
    min-height: 700px;
  }

  .talk-hero-copy {
    padding: 48px 0 42px;
  }

  .talk-hero-strip {
    grid-template-columns: 1fr;
  }

  .talk-hero-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 0;
  }

  .talk-hero-strip span:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .section-head > p {
    padding-left: 16px;
  }

  .planner-option {
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: 12px;
  }

  .planner-option strong {
    font-size: 1.35rem;
  }

  .image-band img,
  .talk-flow-image img {
    min-height: 330px;
  }

  .image-band-copy,
  .talk-flow-copy {
    padding: 42px 24px;
  }

  .signature-panel,
  .topic-card,
  .about-copy,
  .talk-cta {
    padding: 24px;
  }

  .contact-stage > *,
  .field-grid > *,
  .planner-layout > *,
  .signature-layout > *,
  .about-story > *,
  .split > *,
  .section-head > * {
    min-width: 0;
  }

  .footer .wrap {
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .client-logo-track {
    animation: none;
  }

  .logo-motion-toggle {
    display: none;
  }
}

@media (max-width: 980px) {
  .talk-hero-strip {
    grid-template-columns: 1fr;
  }

  .talk-hero-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 0;
  }

  .talk-hero-strip span:last-child {
    border-bottom: 0;
  }
}
