:root {
  --yellow: #fff500;
  --ink: #1a1a1a;
  --white: #ffffff;
  --blue: #275dad;
  --gray: #f2f2f2;
  --muted: #6f6f6f;
  --shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  min-height: 100vh;
  line-height: 1.6;
  font-size: 20px;
}

h2 {
  margin-bottom: 25px;
}

h1,
h2,
h3,
h4 {
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
}

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

a {
  color: inherit;
  text-decoration: none;
}

main {
  max-width: 1514px;
  margin: 0 auto;
  padding: 0 2vw 120px;
}

.bg-accent {
  position: fixed;
  z-index: -1;
  filter: blur(0px);
  pointer-events: none;
}

.bg-accent--one {
  width: 620px;
  height: 620px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 245, 0, 0.38), rgba(255, 255, 255, 0));
  top: -170px;
  right: -170px;
  border-bottom-left-radius: 96px;
}

.bg-accent--two {
  width: 760px;
  height: 760px;
  background: radial-gradient(circle at 65% 65%, rgba(39, 93, 173, 0.2), rgba(255, 255, 255, 0));
  bottom: -300px;
  left: -280px;
  border-top-right-radius: 120px;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  z-index: 20;
  border-bottom: 1px solid #ececec;
}

.nav {
  max-width: 1514px;
  margin: 0 auto;
  padding: 20px 2vw;
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}

.nav-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  background: #fff500;
  color: #1a1a1a;
}

.nav-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.pill {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  background: var(--white);
}

.nav-cta .pill:hover {
  background: var(--ink);
  color: var(--yellow);
  border-color: var(--ink);
}

.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.25s ease, color 0.25s ease;
}

.cta::before {
  content: "";
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M3 16c0-.69.56-1.25 1.25-1.25h20.537l-7.432-7.628a1.25 1.25 0 1 1 1.79-1.744l9.497 9.747a1.246 1.246 0 0 1 0 1.75l-9.497 9.747a1.25 1.25 0 1 1-1.79-1.744l7.432-7.628H4.25C3.56 17.25 3 16.69 3 16'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M3 16c0-.69.56-1.25 1.25-1.25h20.537l-7.432-7.628a1.25 1.25 0 1 1 1.79-1.744l9.497 9.747a1.246 1.246 0 0 1 0 1.75l-9.497 9.747a1.25 1.25 0 1 1-1.79-1.744l7.432-7.628H4.25C3.56 17.25 3 16.69 3 16'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cta--no-icon {
  gap: 0;
}

.cta--no-icon::before {
  display: none;
}

.cta--podcast::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 12v7a3 3 0 0 1-2.824 2.995L19 22h-3a1 1 0 0 1-.993-.883L15 21v-6a1 1 0 0 1 .883-.993L16 14h4.5v-2a8.5 8.5 0 0 0-17 0v2H8a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7zM7.5 15.5h-4V19A1.5 1.5 0 0 0 5 20.5h2.5zm13 0h-4v5H19a1.5 1.5 0 0 0 1.493-1.355L20.5 19z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 12v7a3 3 0 0 1-2.824 2.995L19 22h-3a1 1 0 0 1-.993-.883L15 21v-6a1 1 0 0 1 .883-.993L16 14h4.5v-2a8.5 8.5 0 0 0-17 0v2H8a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7zM7.5 15.5h-4V19A1.5 1.5 0 0 0 5 20.5h2.5zm13 0h-4v5H19a1.5 1.5 0 0 0 1.493-1.355L20.5 19z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  background: #fff500;
  color: #1a1a1a;
}

.cta-youtube {
  background: #ff0b51;
  color: #ffffff;
}

.cta-youtube:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ghost:hover {
  background: #fff500;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  padding: 100px 0 80px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(53px, 5.7vw, 91px);
  line-height: 1.05;
  margin: 20px 0;
}

.hero-title {
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.hero p {
  font-size: 23px;
  color: var(--muted);
  margin-bottom: 36px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.hero-actions .cta,
.hero-actions .ghost {
  padding: 16px 28px;
  font-size: 20px;
}

.hero-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.4)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.1));
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    0 24px 48px rgba(26, 26, 26, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(34px) saturate(155%);
  -webkit-backdrop-filter: blur(34px) saturate(155%);
  display: grid;
  gap: 16px;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-card__image {
  height: 380px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border: 2px solid #ededed;
  overflow: hidden;
}

.hero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.hero-card__meta .label {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.hero-card__meta h3 {
  font-size: 48px;
  line-height: 1.05;
  margin-top: 8px;
}

.marquee-stack {
  display: grid;
  gap: 14px;
  width: 100vw;
  margin: 36px 0 108px calc(50% - 50vw);
}

.marquee {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.marquee--yellow {
  background: linear-gradient(90deg, #fff500 0%, #ffe500 58%, #ffd54d 100%);
}

.marquee--pink {
  background: linear-gradient(90deg, #0b1f4d 0%, #14367d 52%, #1d4db0 100%);
}

.marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll-left 28s linear infinite;
  will-change: transform;
}

.marquee__track--reverse {
  animation-name: marquee-scroll-right;
}

.marquee__track span {
  display: inline-flex;
  align-items: center;
  padding: 28px 0 22px;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.marquee--pink .marquee__track span {
  color: var(--white);
}

@keyframes marquee-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track,
  .marquee__track--reverse {
    animation: none;
  }
}

.label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: var(--muted);
}

.tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 600;
  font-size: 14px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14.5px;
  color: var(--muted);
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 44px;
}

.section-sub {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
}

.section-head > p,
.mission-copy > p,
.media-copy > p,
.skills-copy > p,
.cta-copy > p,
.audit-inner > p {
  font-size: 23px;
}

.section-head h2 {
  font-size: clamp(50px, 4.8vw, 76px);
  line-height: 1.08;
  max-width: 70%;
}

.headline-xl {
  font-size: clamp(50px, 4.9vw, 74px);
}

.mission {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
  padding: 96px 0;
}

.mission-image {
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: var(--white);
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mission-copy {
  max-width: 980px;
}

.mission-copy h2 {
  font-size: clamp(54px, 5.4vw, 88px);
  margin: 0 0 25px;
  line-height: 1.02;
  max-width: 90%;
}

.mission-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 18px;
}

.mission-grid {
  display: grid;
  gap: 16px;
}

.info-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #ededed;
  background: var(--gray);
}

.work {
  padding: 96px 0;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.work-card {
  background: var(--white);
  border-radius: 20px;
  border: 1px solid #ececec;
  overflow: hidden;
  display: grid;
  gap: 16px;
  height: 100%;
}

.work-thumb {
  aspect-ratio: 1 / 1;
  background: linear-gradient(140deg, #ffffff, #f4f4f4);
  overflow: hidden;
}

.work-thumb--alt {
  background: linear-gradient(140deg, #ffffff, #eaeaea);
}

.work-thumb--dark {
  background: linear-gradient(140deg, #1a1a1a, #3d3d3d);
}

.work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.work-thumb--brief img {
  object-position: center 38%;
}

.work-meta {
  padding: 0 16px 20px;
}

.work-meta h3 {
  font-size: clamp(32px, 2.8vw, 42px);
  line-height: 1.05;
}

.work-meta span {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logos {
  padding: 40px 0 60px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  text-align: center;
  color: var(--muted);
}

.logo-strip {
  margin-top: 16px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
  color: var(--ink);
}

.services {
  padding: 96px 0;
}

.consulting-band {
  padding: 0 0 96px;
}

.consulting-band__inner {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, #111111 0%, #1b1b1b 52%, #2a2a2a 100%);
  color: var(--white);
  border-radius: 32px;
  padding: 56px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px rgba(17, 17, 17, 0.22);
}

.consulting-band__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 58%);
}

.consulting-band__intro {
  max-width: 860px;
  margin-bottom: 36px;
}

.consulting-band__intro h2 {
  font-size: clamp(52px, 5vw, 82px);
  line-height: 1.05;
  max-width: 980px;
}

.consulting-band__intro .eyebrow,
.consulting-band__card h3 {
  color: var(--yellow);
}

.consulting-band__intro p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}

.consulting-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.consulting-band__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(8px);
}

.consulting-band__card h3 {
  font-size: 1.55em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.consulting-band__card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.services-grid article {
  background: var(--yellow);
  border-radius: 24px;
  border: 1px solid #e6e600;
  font-size: 19px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.service-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.service-card__body {
  padding: 28px 28px 32px;
}

.services-grid h3 {
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.02;
  margin-bottom: 14px;
}

.services-grid p {
  font-size: 20px;
  line-height: 1.5;
}

.keyfacts {
  display: none;
  padding: 96px 0;
}

.keyfacts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.keyfact-card {
  background: var(--gray);
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 30px;
  font-size: 17px;
}

.keyfact-card h3 {
  font-size: clamp(38px, 3.2vw, 52px);
  line-height: 1.05;
  margin-bottom: 10px;
}

.keyfact-card p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.trigger-block {
  padding: 24px 0 96px;
}

.trigger-block__inner {
  background: linear-gradient(135deg, #1a1a1a 0%, #275dad 100%);
  color: var(--white);
  border-radius: 30px;
  padding: 52px;
  box-shadow: 0 24px 54px rgba(26, 26, 26, 0.18);
}

.trigger-block__copy {
  max-width: 940px;
  margin-bottom: 34px;
}

.trigger-block__copy .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.trigger-block__copy h2 {
  font-size: clamp(41px, 4.1vw, 62px);
  max-width: 70%;
  margin-bottom: 18px;
  line-height: 1.02;
}

.trigger-block__copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.45;
  max-width: 74%;
}

.trigger-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.trigger-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 28px;
}

.trigger-card h3 {
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.08;
  margin-bottom: 14px;
}

.trigger-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.5;
}

.trigger-block__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.trigger-block__actions .cta {
  background: var(--yellow);
  color: var(--ink);
}

.trigger-block__actions .cta:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.trigger-block__actions .ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.trigger-block__actions .ghost:hover {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #ffffff;
}

.trigger-block__actions .cta,
.trigger-block__actions .ghost {
  padding: 16px 28px;
  font-size: 20px;
}

.testimonials {
  position: relative;
  overflow: hidden;
  padding: 46px;
  margin: 56px 0;
  background:
    linear-gradient(145deg, #f7f7f4 0%, #ffffff 55%, #fffbe1 100%);
  border-radius: 32px;
  border: 1px solid #ece8d4;
  box-shadow: 0 24px 54px rgba(26, 26, 26, 0.08);
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(255, 245, 0, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 58%);
}

.testimonials .section-head,
.testimonials .testimonial-grid,
.testimonials .testimonial-dots {
  position: relative;
  z-index: 1;
}

.fullwidth-image {
  width: 100%;
  margin-left: 0;
  transform: none;
  padding: 0;
  margin-bottom: 80px;
}

.fullwidth-image img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}

.portfolio {
  padding: 56px 0 96px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.portfolio-card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  min-height: 240px;
  background: var(--white);
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #fff500;
  color: #1a1a1a;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
}

.testimonial-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 26, 26, 0.22) transparent;
}

.testimonial-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  font-size: 17px;
  box-shadow: 0 16px 34px rgba(26, 26, 26, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  scroll-snap-align: start;
}

.testimonial-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #fff500 0%, #ffd54d 100%);
}

.testimonial-grid p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.testimonial-grid strong {
  display: block;
  margin-top: auto;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--ink);
}

.testimonial-grid span {
  display: block;
  color: rgba(26, 26, 26, 0.68);
  font-size: 16px;
  line-height: 1.4;
}

.testimonial-grid::-webkit-scrollbar {
  height: 10px;
}

.testimonial-grid::-webkit-scrollbar-track {
  background: rgba(26, 26, 26, 0.06);
  border-radius: 999px;
}

.testimonial-grid::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.22);
  border-radius: 999px;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(26, 26, 26, 0.16);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.testimonial-dot.is-active {
  background: var(--ink);
  transform: scale(1.12);
}

.testimonial-dot:hover {
  background: rgba(26, 26, 26, 0.38);
}

.clients {
  padding: 46px;
  background: var(--gray);
  border-radius: 32px;
  margin: 56px 0;
}

.clients-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.clients-image {
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid #ededed;
  background: var(--white);
  aspect-ratio: 1 / 1;
  width: 100%;
}

.clients-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clients-content .section-head,
.clients-content .client-grid {
  padding-left: 28px;
}

.client-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.client-grid span {
  background: var(--white);
  border: 1px solid #e3e3e3;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 19px;
  line-height: 1.2;
}

.media {
  padding: 96px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.media-copy p {
  color: var(--muted);
  margin-bottom: 18px;
  max-width: 70%;
}

.media-copy h2 {
  font-size: clamp(50px, 4.8vw, 76px);
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 70%;
}

.media-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.media-list article {
  position: relative;
  background: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(26, 26, 26, 0.08);
}

.media-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
}

.media-list article.media-card-newsletter {
  background:
    linear-gradient(145deg, #173767 0%, #275dad 55%, #4f83d1 100%) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}

.media-list article.media-card-newsletter::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%);
}

.media-list article.media-card-newsletter h3 a,
.media-list article.media-card-newsletter p {
  color: #ffffff !important;
}

.media-list article.media-card-newsletter h3 a {
  color: var(--yellow) !important;
}

.media-list article.media-card-newsletter {
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.media-list article.media-card-newsletter:hover {
  background: var(--yellow) !important;
  border-color: #e6e600 !important;
  box-shadow: 0 20px 40px rgba(255, 229, 0, 0.24);
  transform: translateY(-2px);
}

.media-list article.media-card-newsletter:hover h3 a,
.media-list article.media-card-newsletter:hover p {
  color: #1a1a1a !important;
}

.media-list article.media-card-podcast {
  background:
    linear-gradient(145deg, #fff500 0%, #ffe500 58%, #ffd54d 100%) !important;
  border-color: rgba(26, 26, 26, 0.08) !important;
  color: #1a1a1a !important;
}

.media-list article.media-card-podcast::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 60%);
}

.media-list article.media-card-podcast p {
  color: #1a1a1a !important;
  margin-bottom: 24px;
}

.media-list article.media-card-youtube {
  background:
    linear-gradient(145deg, #ff0b51 0%, #e4074b 55%, #b3003b 100%) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.media-list article.media-card-youtube::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 58%);
}

.media-list article.media-card-youtube p {
  color: rgba(255, 255, 255, 0.92) !important;
}

.media-list article.media-card-youtube h3 a {
  color: #ffffff !important;
}

.media-list article.media-card-youtube:hover {
  background: var(--yellow) !important;
  border-color: #e6e600 !important;
  box-shadow: 0 20px 40px rgba(255, 229, 0, 0.24);
  transform: translateY(-2px);
}

.media-list article.media-card-youtube:hover p,
.media-list article.media-card-youtube:hover h3 a {
  color: #1a1a1a !important;
}

.ghost--spotify {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}

.ghost--spotify:hover {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.media-list h3 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.02;
}

.media-list article.media-card-newsletter h3,
.media-list article.media-card-podcast h3,
.media-list article.media-card-youtube h3 {
  font-size: 44px;
}

.media-list h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.media-list h3 a:hover {
  color: var(--yellow);
  text-decoration: none;
}

.media-list article.media-card-newsletter h3 a:hover,
.media-list article.media-card-youtube h3 a:hover {
  color: #ffffff !important;
}

.media-card-podcast h3 a:hover {
  color: #ffffff;
}

.media-list p {
  color: var(--muted);
}

.media-platforms {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-platforms .ghost {
  padding: 8px 14px;
  font-size: 14px;
}

.media-card-podcast .media-platforms .ghost:hover {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.about-plus {
  padding: 96px 0;
}

.about-plus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.about-plus-card {
  background: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 30px;
}

.about-plus-card h3 {
  margin-bottom: 10px;
}

.about-plus-card p {
  color: var(--muted);
}

.partner {
  padding: 96px 0;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-grid span {
  background: var(--yellow);
  color: var(--ink);
  border: 1px solid #e6e600;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.15;
}

.provided {
  padding: 96px 0;
}

.provided-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 52px;
}

.provided-head__title h2 {
  max-width: 100%;
  font-size: clamp(50px, 4.8vw, 76px);
  line-height: 1.08;
}

.provided-head p {
  color: var(--muted);
  font-size: 23px;
  line-height: 1.45;
  margin: 0;
}

.provided-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.provided-card {
  background: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 28px rgba(26, 26, 26, 0.05);
}

.provided-card h3 {
  margin-bottom: 16px;
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.06;
}

.provided-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.provided-list li {
  border-top: 1px solid #efefef;
  padding: 10px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
}

.formats-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, #111111 0%, #1f1f1f 52%, #2b2b2b 100%);
  border-radius: 24px;
  padding: 26px 28px;
  margin-top: 22px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.14);
}

.formats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 58%);
}

.formats-band .eyebrow {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.formats-band__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.formats-band__list span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
}

.profile-highlight {
  padding: 96px 0;
}

.profile-highlight__inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff500 0%, #ffe500 58%, #ffd54d 100%) !important;
  color: var(--ink);
  border-radius: 30px;
  padding: 52px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow:
    0 24px 54px rgba(26, 26, 26, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.profile-highlight__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 60%);
}

.profile-highlight__top {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 38px;
}

.profile-highlight__image {
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(26, 26, 26, 0.1);
  background: rgba(255, 255, 255, 0.45);
}

.profile-highlight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.profile-highlight__intro .eyebrow,
.profile-highlight__academic .eyebrow {
  color: rgba(26, 26, 26, 0.68);
}

.profile-highlight__intro h2 {
  margin-bottom: 20px;
}

.profile-highlight__summary {
  color: rgba(26, 26, 26, 0.82);
  margin: 0 0 40px;
  max-width: 34ch;
  font-size: 22px;
  line-height: 1.5;
}

.profile-highlight__academic {
  border-top: 1px solid rgba(26, 26, 26, 0.14);
  padding-top: 36px;
}

.academic-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.academic-list article {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 22px;
  padding: 46px;
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.06);
  display: grid;
  gap: 24px;
}

.academic-list h3 {
  margin-bottom: 10px;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.08;
}

.academic-list p {
  color: rgba(26, 26, 26, 0.78);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.academic-points {
  list-style: none;
  display: grid;
  gap: 12px;
  color: rgba(26, 26, 26, 0.8);
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.academic-points li {
  padding-top: 12px;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.academic-points li:first-child {
  padding-top: 0;
  border-top: 0;
}

.faqs {
  padding: 80px 0;
}

.mini-faq {
  padding: 96px 0 24px;
}

.mini-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mini-faq__grid article {
  background: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 24px rgba(26, 26, 26, 0.05);
}

.mini-faq__grid h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.08;
}

.mini-faq__grid p {
  color: var(--muted);
}

.process {
  padding: 96px 0 24px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-card {
  background: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 24px rgba(26, 26, 26, 0.05);
}

.process-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--yellow);
  font-weight: 700;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.process-card h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.08;
}

.process-card p {
  color: var(--muted);
}

.contact-cta {
  padding: 56px 0 24px;
}

.contact-cta__inner {
  background: linear-gradient(145deg, #111111 0%, #1f1f1f 52%, #2b2b2b 100%);
  border-radius: 28px;
  padding: 44px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 54px rgba(26, 26, 26, 0.18);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 32px;
  align-items: center;
}

.contact-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 58%);
}

.contact-cta__inner > * {
  position: relative;
  z-index: 1;
}

.contact-cta__copy {
  max-width: 100%;
}

.contact-cta__inner h2 {
  color: var(--yellow);
  max-width: 84%;
  font-size: clamp(40px, 3.7vw, 58px);
  line-height: 1.02;
}

.contact-cta__inner p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 28px;
}

.contact-cta__inner .cta {
  background: var(--yellow);
  color: var(--ink);
  padding: 16px 28px;
  font-size: 20px;
}

.contact-cta__inner .cta:hover {
  background: #ffffff;
  color: var(--ink);
}

.contact-cta__image {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  aspect-ratio: 1 / 1;
}

.contact-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 16px 18px;
  background: var(--white);
  font-size: 17px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  color: var(--muted);
  margin-top: 12px;
}

.cta-block {
  padding: 96px 0 56px;
}

.international + .cta-block {
  padding-top: 72px;
}

.clients + .cta-block {
  padding-top: 24px;
}

.cta-block + .profile-highlight {
  padding-top: 40px;
}

.cta-inner {
  background: var(--blue);
  color: var(--white);
  border-radius: 28px;
  padding: 52px;
  display: grid;
  gap: 22px;
}

.cta-inner .eyebrow,
.cta-inner p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-inner .cta {
  background: var(--yellow);
  color: var(--ink);
  justify-self: start;
}

.cta-inner .ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.cta-inner .ghost:hover {
  background: #fff500;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.cta-inner--newsletter {
  position: relative;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, #173767 0%, #275dad 55%, #4f83d1 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 44px rgba(26, 26, 26, 0.12);
}

.cta-inner--newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 56%);
}

.cta-inner--newsletter .cta-copy h2 {
  font-size: clamp(56px, 5.5vw, 86px);
  line-height: 1.02;
}

.cta-copy .hero-actions {
  margin-top: 26px;
}

.cta-image {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.podcast {
  padding: 96px 0;
}

.podcast-top {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 24px;
}

.podcast-cover {
  margin-bottom: 0;
}

.podcast-cover img {
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #e1e1e1;
}

.podcast-latest {
  background: var(--gray);
  border-radius: 20px;
  padding: 34px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
}

.podcast-latest .label {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.podcast-latest h3 {
  margin: 10px 0 10px;
  font-size: clamp(50px, 4.8vw, 76px);
  line-height: 1.02;
  max-width: 70%;
}

.podcast-latest .latest-meta {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.4;
}

.podcast-latest .cta {
  margin-top: 18px;
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.podcast-card {
  background: var(--white);
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 24px rgba(26, 26, 26, 0.06);
}

.podcast-card h3 {
  margin-bottom: 14px;
  font-size: clamp(29px, 2.6vw, 40px);
  line-height: 1.04;
}

.podcast-card p {
  color: var(--muted);
}

.podcast-card__meta,
.podcast-card__summary {
  display: block;
}

.podcast-card__meta {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.35;
}

.podcast-links {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.international {
  padding: 96px 0 40px;
}

.international-inner {
  background: linear-gradient(135deg, #111111 0%, #275dad 100%);
  color: var(--white);
  border-radius: 30px;
  padding: 52px;
  box-shadow: 0 24px 54px rgba(26, 26, 26, 0.18);
}

.international .section-head {
  margin-bottom: 56px;
}

.international .section-head .eyebrow,
.international .section-sub {
  color: rgba(255, 255, 255, 0.78);
}

.international .section-head h2 {
  color: var(--yellow);
}

.international-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  margin-bottom: 64px;
}

.international-image {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.international-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.international-intro {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.international-intro h3 {
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.1;
  margin-bottom: 12px;
  color: var(--white);
}

.international-intro p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.5;
}

.international-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.international-content article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 30px;
  height: 100%;
}

.international-content h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.1;
  color: var(--white);
}

.international-content p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
}

.international-sparring {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  color: var(--white);
  border-radius: 24px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  box-shadow:
    0 18px 40px rgba(26, 26, 26, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.international-sparring h3 {
  margin-bottom: 12px;
  font-size: clamp(38px, 3.6vw, 52px);
  line-height: 1.1;
  max-width: 90%;
  color: var(--white);
}

.international-sparring p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 12px;
  max-width: 90%;
  font-size: 19px;
  line-height: 1.5;
}

.cta-emphasis {
  background: #1a1a1a;
  color: #ffffff;
  font-size: 18px;
  padding: 14px 26px;
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.2);
}

.cta-emphasis:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.international-sparring .cta-emphasis {
  margin-top: 0;
  align-self: end;
  background: #1a1a1a;
  color: #ffffff;
}

.international-sparring .cta-emphasis:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.audit {
  padding: 96px 0 32px;
}

.audit-inner {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, #111111 0%, #1f1f1f 52%, #2b2b2b 100%);
  color: var(--white);
  border-radius: 28px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 54px rgba(26, 26, 26, 0.18);
}

.audit-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 58%);
}

.audit-inner h2 {
  font-size: clamp(38px, 3.6vw, 76px);
  max-width: 20ch;
  line-height: 1.08;
}

.audit-inner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 880px;
}

.audit-inner .cta {
  margin-top: 28px;
  background: #fff500;
  color: #1a1a1a;
  padding: 16px 28px;
  font-size: 20px;
}

.audit-inner .cta:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.site-footer {
  max-width: 1514px;
  margin: 0 auto;
  padding: 40px 2vw 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid #ededed;
  color: var(--muted);
  font-size: 18px;
}

.site-footer h3 {
  color: var(--ink);
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.05;
}

.site-footer a,
.site-footer p {
  display: block;
  margin-bottom: 10px;
}

.site-footer a:not(.cta):not(.ghost):hover {
  color: var(--yellow);
}

.site-footer .cta,
.site-footer .ghost {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 14px 24px;
  font-size: 18px;
}

.site-footer .ghost {
  margin-top: 16px;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.newsletter-popup.is-open {
  display: block;
}

.newsletter-popup__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
}

.newsletter-popup__panel {
  position: relative;
  width: min(92vw, 620px);
  margin: 10vh auto 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.52)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow:
    0 28px 60px rgba(26, 26, 26, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(34px) saturate(165%);
  -webkit-backdrop-filter: blur(34px) saturate(165%);
}

.newsletter-popup__image {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}

.newsletter-popup__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.newsletter-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.newsletter-popup__panel h2 {
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.04;
}

.newsletter-popup__panel p {
  color: var(--muted);
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.45;
}

.newsletter-popup__meta {
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: var(--ink) !important;
  font-weight: 600;
  margin-bottom: 28px;
}

.newsletter-popup .eyebrow {
  display: block;
  padding: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 0;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.newsletter-popup .cta {
  width: 100%;
  justify-content: center;
  font-size: 20px;
  padding: 18px 24px;
  background: var(--yellow);
  color: var(--ink);
}

.newsletter-popup .cta:hover {
  background: var(--ink);
  color: var(--white);
}

@media (max-width: 980px) {
  .newsletter-popup__panel {
    width: min(92vw, 540px);
    margin: 10vh auto 0;
    padding: 28px;
  }

  .newsletter-popup__image {
    margin-bottom: 18px;
  }

  .newsletter-popup__image img {
    height: 200px;
  }

  .newsletter-popup__panel h2 {
    font-size: clamp(32px, 5vw, 44px);
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .newsletter-popup__panel p {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .newsletter-popup__meta {
    font-size: 15px !important;
    margin-bottom: 20px;
  }

  .newsletter-popup .cta {
    font-size: 17px;
    padding: 14px 18px;
  }

  .hero,
  .mission,
  .profile-highlight__top {
    grid-template-columns: 1fr;
  }

  .work-grid,
  .services-grid,
  .consulting-band__grid,
  .keyfacts-grid,
  .trigger-block__grid,
  .podcast-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .about-plus-grid,
  .academic-list,
  .provided-grid,
  .process-grid,
  .mini-faq__grid,
  .international-content {
    grid-template-columns: 1fr;
  }

  .media-list {
    grid-template-columns: 1fr;
  }

  .international-top {
    grid-template-columns: 1fr;
  }

  .international-inner {
    padding: 38px 28px;
  }

  .international-sparring {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .podcast-latest {
    flex-direction: column;
    align-items: flex-start;
  }

  .podcast-top {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-content: flex-end;
    position: relative;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .cta-inner--newsletter {
    grid-template-columns: 1fr;
  }

  .clients-layout {
    grid-template-columns: 1fr;
  }

  .profile-highlight__inner {
    padding: 38px 28px;
  }

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

  .formats-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .provided-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-cta__inner h2 {
    max-width: 100%;
  }

  .media-copy h2,
  .media-copy p {
    max-width: 100%;
  }

  .consulting-band__inner {
    padding: 38px 28px;
  }

  .trigger-block__inner {
    padding: 38px 28px;
  }

  .marquee-stack {
    gap: 12px;
    margin-bottom: 64px;
  }

  .marquee__track span {
    padding: 16px 0;
    font-size: clamp(28px, 4.6vw, 42px);
  }

  .testimonials {
    padding: 38px 28px;
    border-radius: 28px;
  }

  .testimonial-grid {
    grid-auto-columns: minmax(340px, 72%);
  }

  .trigger-block__copy h2,
  .trigger-block__copy p {
    max-width: 100%;
  }

  .mission-copy h2,
  .mission-copy p {
    max-width: 100%;
  }

  .nav-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 2vw;
    left: 2vw;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 18px 36px rgba(26, 26, 26, 0.12);
    z-index: 40;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .nav.is-open .nav-panel {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 4px;
  }

  .nav-links a {
    width: 100%;
    justify-content: flex-start;
    padding: 7px 10px;
    font-size: 15px;
  }

  .nav-cta {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .nav {
    padding: 9px 6vw;
    gap: 12px;
  }

  .site-header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .menu-toggle {
    padding: 4px;
  }

  .nav-cta .pill,
  .nav-cta .cta {
    padding: 8px 12px;
    font-size: 14px;
  }

  .marquee-stack {
    gap: 10px;
    margin-bottom: 48px;
  }

  .marquee {
    border-radius: 14px;
  }

  .marquee__track span {
    padding: 13px 0;
    font-size: clamp(22px, 6vw, 32px);
  }

  .hero-actions .cta,
  .hero-actions .ghost,
  .trigger-block__actions .cta,
  .trigger-block__actions .ghost,
  .audit-inner .cta,
  .site-footer .cta,
  .site-footer .ghost,
  .contact-cta__inner .cta {
    padding: 12px 18px;
    font-size: 16px;
  }

  h1,
  h2,
  h3,
  h4 {
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
  }

  p,
  li {
    font-size: 0.9em !important;
  }

  .newsletter-popup__panel {
    width: min(94vw, 94vw);
    margin: 9vh auto 0;
    border-radius: 20px;
    padding: 22px;
  }

  .newsletter-popup__image {
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .newsletter-popup__image img {
    height: 160px;
  }

  .newsletter-popup__panel h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.06;
    margin-top: 10px;
    margin-bottom: 12px;
    max-width: 100%;
  }

  .newsletter-popup__panel p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .newsletter-popup__meta {
    font-size: 14px !important;
    margin-bottom: 18px;
  }

  .newsletter-popup .cta {
    font-size: 16px;
    padding: 13px 16px;
  }

  .newsletter-popup__close {
    top: 8px;
    right: 10px;
    font-size: 26px;
  }

  .trigger-block__inner {
    border-radius: 24px;
    padding: 28px 20px;
  }

  .international-inner {
    border-radius: 24px;
    padding: 28px 20px;
  }

  .trigger-card {
    padding: 22px;
  }

  .trigger-card h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .trigger-card p {
    font-size: 16px;
  }

  .mission {
    gap: 28px;
  }

  .profile-highlight__inner {
    border-radius: 24px;
    padding: 28px 20px;
  }

  .testimonials {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .testimonial-grid {
    grid-auto-columns: 88%;
    gap: 18px;
  }

  .contact-cta__inner {
    border-radius: 24px;
    padding: 28px 20px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-cta__image {
    order: 2;
    border-radius: 20px;
  }

  .contact-cta__image img {
    min-height: 220px;
  }

  .media-list article {
    padding: 24px 20px;
  }

  .media-list article.media-card-newsletter h3,
  .media-list article.media-card-podcast h3,
  .media-list article.media-card-youtube h3 {
    font-size: 36px;
  }

  .profile-highlight__top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .profile-highlight__academic {
    padding-top: 28px;
  }

  .vita-list {
    font-size: 18px;
  }

  .mission-copy h2 {
    font-size: clamp(40px, 9vw, 60px);
  }

  .mission-copy p {
    font-size: 18px;
  }

  .partner-grid {
    gap: 8px;
  }

  .clients-content .section-head,
  .clients-content .client-grid {
    padding-left: 0;
  }

  .partner-grid span {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.15;
  }

  .provided-list li {
    font-size: 15px;
    line-height: 1.28;
  }

  .clients-content .section-head h2 {
    max-width: 100%;
  }

  .section-head h2,
  .trigger-block__copy h2,
  .media-copy h2,
  .media-copy p,
  .podcast-latest h3 {
    max-width: 90%;
  }

  .site-footer {
    padding: 40px 6vw 60px;
  }

  .international-sparring {
    padding: 24px 20px;
  }

  .international-sparring h3,
  .international-sparring p {
    max-width: 100%;
  }

  main {
    padding: 0 6vw 80px;
  }

  .hero {
    padding-top: 60px;
  }

  .consulting-band__inner {
    border-radius: 24px;
    padding: 30px 20px;
  }

  .consulting-band__intro p {
    font-size: 19px;
  }

  .hero-card__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cta-inner {
    padding: 28px;
  }
}
