:root {
  --ink: #132D3B;
  --ink-2: #132D3B;

  --paper: #F7F4EA;
  --surface: #ffffff;
  --soft: #F1EDE2;

  --muted: rgba(19, 45, 59, .66);
  --line: rgba(19, 45, 59, .16);

  --gold: #C5AE8C;
  --gold-light: rgba(197, 174, 140, .20);

  --accent: #E4572E;
  --green: #184A45;

  --radius: 22px;
  --shadow: 0 20px 70px rgba(25, 25, 25, .08);
  --container: min(1180px, calc(100% - 40px));
  --header-h: 78px;
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Satoshi", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 16px; padding: 12px 16px; background: var(--surface); border: 2px solid var(--ink); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 144px) 0; content-visibility: auto; contain-intrinsic-size: 800px; }
.section--white { background: var(--surface); }
.section--soft { background: var(--soft); }
.section-index {
  margin: 0 0 18px;
  color: #E4572E;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .16em;
}
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 8vw, 7.3rem); font-weight: 520; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 5vw, 4.7rem); font-weight: 520; }
h3 { font-size: clamp(1.35rem, 2.5vw, 2rem); }
p { color: var(--ink-2); }

.topbar {
  background: #132D3B;
  color: #F7F4EA;
  font-size: .75rem;
}
.topbar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar__contact { display: flex; align-items: center; gap: 16px; font-weight: 650; }
.topbar a { text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.socials { display: flex; align-items: center; gap: 12px; }
.socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.socials a:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.socials--small { gap: 4px; }
.socials--small a { width: 26px; height: 26px; border: 0; }

.site-header { position: sticky; z-index: 50; top: 0; min-height: var(--header-h); background: rgba(245,244,240,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(25,25,25,.12); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(25,25,25,.06); }
.site-header__inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand {
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 48px;
  height: auto;
}.main-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); font-size: .9rem; }
.main-nav a { position: relative; text-decoration: none; white-space: nowrap; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: min(760px, calc(100svh - 116px)); display: grid; place-items: center; overflow: hidden; background: linear-gradient(150deg, #efeee9 0%, #f8f7f3 55%, #ebe8df 100%); }
.hero__content { position: relative; z-index: 2; max-width: 930px; padding: clamp(82px, 12vw, 150px) 0; text-align: center; }
.eyebrow { display: inline-flex; margin-bottom: 30px; padding: 9px 14px; border: 1px solid rgba(25,25,25,.22); border-radius: 999px; color: var(--ink); font-size: .76rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { margin-bottom: 34px; }
.marker { padding: 0 .08em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.marker--gold { background: linear-gradient(transparent 62%, var(--gold) 62%); }
.marker--accent { background: linear-gradient(transparent 62%, var(--accent) 62%); }
.marker--green { background: linear-gradient(transparent 58%, #184A45 58%); }

.hero__lead { max-width: 740px; margin: 0 auto 36px; font-size: clamp(1.02rem, 1.7vw, 1.28rem); }
.hero__actions { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--ink); border-radius: 4px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .25s ease, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button--dark {
  background: #132D3B;
  border-color: #132D3B;
  color: #F7F4EA;
}

.button--dark:hover {
  background: #184A45;
  border-color: #184A45;
}
.button--wide { width: 100%; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.hero__visual { position: absolute; inset: 0; pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgba(25,25,25,.11); border-radius: 50%; }
.orbit--one { width: 540px; height: 540px; left: -180px; top: -240px; }
.orbit--two { width: 750px; height: 750px; right: -280px; bottom: -420px; }
.hero-dot { position: absolute; width: 15px; height: 15px; border-radius: 50%; }
.hero-dot--one { left: 18%; top: 28%; background: var(--accent); animation: float 6s ease-in-out infinite; }
.hero-dot--two { right: 18%; bottom: 23%; background: var(--green); animation: float 7s ease-in-out -2s infinite; }

.diagnosis__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(64px, 7vw, 100px);
  align-items: center;
}

.diagnosis__grid > * {
  min-width: 0;
}

.diagnosis h2 {
  max-width: 700px;
  font-size: clamp(3rem, 6vw, 6.6rem);
  line-height: .98;
}

.diagnosis-stat {
  letter-spacing: -.05em;
}

.diagnosis__aside {
  margin-bottom: 26px;
}

.check-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--ink-2);
}

.check-list li {
  padding: 4px 0;
}

.diagnosis__answer {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.statement-stack {
  width: 360px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.statement::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 1px;
  opacity: .8;
}

.statement::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.statement--problem::before {
  background: #C5AE8C;
}

.statement--problem::after {
  background: #C5AE8C;
}

.statement--direction::before {
  background: #E4572E;
}

.statement--direction::after {
  background: #E4572E;
}

.statement {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 28px 54px 28px 26px;
  display: flex;
  align-items: center;
  font-size: clamp(1.25rem, 1.55vw, 1.6rem);
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -.025em;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.statement--problem {
  min-height: 150px;
  background: rgba(19, 45, 59, .92);
  border: 1px solid rgba(19, 45, 59, .18);
  color: #F7F4EA;
}

.statement--direction {
  min-height: 170px;
  background: rgba(247, 244, 234, .92);
  border: 1px solid rgba(197, 174, 140, .58);
  color: #132D3B;
}

.direction-map {
  position: relative;
  width: 360px;
  max-width: 100%;
  height: 78px;
  margin-top: 22px;
  align-self: flex-end;
}

.direction-map__point,
.direction-map__target {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.direction-map__point {
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--ink);
}

.direction-map__target {
  right: 0;
  width: 38px;
  height: 38px;
  border: 9px solid #C5AE8C;
  background: #F7F4EA;
}

.direction-map__target::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E4572E;
  transform: translate(-50%, -50%);
}

.direction-map__line {
  position: absolute;
  left: 16px;
  right: 34px;
  top: 50%;
  height: 1px;
  background: var(--ink);
  transform-origin: left;
  animation: draw 2.4s ease-in-out infinite alternate;
}

.section--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding: 0; border-block: 1px solid var(--ink); background: var(--surface); }
.about-visual, .about-copy { min-height: 720px; display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 8vw, 110px); }
.about-visual { background: var(--soft); color: var(--ink); overflow: hidden; }
.about-copy { border-left: 1px solid var(--ink); }
.about-copy p { max-width: 660px; font-size: 1.05rem; }

.audiences__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.audiences__copy { position: sticky; top: calc(var(--header-h) + 40px); }
.plain-list { padding-left: 1.1rem; }
.plain-list li { padding: 4px 0; }
.audience-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.audience-card { min-height: 270px; display: flex; flex-direction: column; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, box-shadow .3s ease, border-color .3s; }
.audience-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--ink); }
.audience-card--wide { grid-column: 1 / -1; }
.audience-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: auto; background: var(--surface); border: 1px solid var(--ink); border-radius: 50%; font-size: 1.8rem; }
.audience-card h3 { margin: 30px 0 12px; }
.audience-card p { margin-bottom: 20px; }
.audience-card a { margin-top: auto; font-weight: 750; }

.foundations {
  background: var(--paper);
  overflow: hidden;
}

.foundations__heading {
  margin-bottom: 0;
}

.foundation-triangle {
  position: relative;
  width: min(100%, 1000px);
  height: 720px;
  margin: 56px auto 0;
}

.foundation-triangle__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.foundation-triangle__shape path {
  fill: none;
  stroke: #184A45;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14 12;
  opacity: .38;
  animation: triangleFlow 12s linear infinite;
}

.foundation-triangle__card {
  position: absolute;
  z-index: 2;
  width: 300px;
  min-height: 370px;
  padding: 20px 20px 26px;
  background: rgba(255, 255, 255, .90);
  border: 1px solid rgba(19, 45, 59, .16);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(19, 45, 59, .07);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.foundation-triangle__card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 74, 69, .45);
  box-shadow: 0 24px 60px rgba(19, 45, 59, .11);
}

.foundation-triangle__card--why {
  left: 0;
  top: 0;
}

.foundation-triangle__card--diffusion {
  right: 0;
  top: 0;
}

.foundation-triangle__card--infinite {
  left: 50%;
  top: 430px;
  width: 320px;
  min-height: 290px;
  transform: translateX(-50%);
}

.foundation-triangle__card--infinite:hover {
  transform: translateX(-50%) translateY(-6px);
}

.foundation-triangle__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 200px;
  width: 210px;
  height: 210px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--accent);
  color: #F7F4EA;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 20px 48px rgba(19, 45, 59, .16);
}

.foundation-triangle__core::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(247, 244, 234, .42);
  border-radius: 50%;
}

.foundation-triangle__core-label {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .12em;
}

.foundation-triangle__core h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: #F7F4EA;
  font-size: 1.45rem;
  line-height: 1.02;
}

.foundation-triangle__core p {
  position: relative;
  z-index: 1;
  max-width: 164px;
  margin: 0 auto;
  color: rgba(247, 244, 234, .95);
  font-size: .75rem;
  line-height: 1.32;
}

.foundation-card__visual {
  position: relative;
  min-height: 118px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  background: rgba(197, 174, 140, .13);
  border-radius: 14px;
}

.foundation-card__visual--why {
  position: relative;
}

.rings {
  width: 68px;
  height: 68px;
  border: 13px solid var(--gold);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(197, 174, 140, .18),
    0 0 0 36px rgba(197, 174, 140, .08);
}

.arrow {
  position: absolute;
  font-size: 2.35rem;
  color: var(--ink);
}

.foundation-card__visual--diffusion span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(19, 45, 59, .48);
  animation: pulse 2.4s ease-in-out infinite;
}

.foundation-card__visual--diffusion span:nth-child(1) {
  left: 17%;
  top: 58%;
}

.foundation-card__visual--diffusion span:nth-child(2) {
  left: 36%;
  top: 28%;
  animation-delay: .2s;
}

.foundation-card__visual--diffusion span:nth-child(3) {
  left: 54%;
  top: 68%;
  animation-delay: .4s;
}

.foundation-card__visual--diffusion span:nth-child(4) {
  left: 73%;
  top: 26%;
  animation-delay: .6s;
}

.foundation-card__visual--diffusion span:nth-child(5) {
  left: 84%;
  top: 56%;
  background: #184A45;
  animation-delay: .8s;
}

.foundation-card__visual--infinite {
  min-height: 88px;
}

.foundation-card__visual--infinite span {
  color: var(--gold);
  font-size: 5rem;
  line-height: 1;
}

.tag {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  background: var(--gold-light);
  color: var(--ink);
  font-size: .67rem;
  font-weight: 820;
  letter-spacing: .09em;
}

.tag--accent {
  background: var(--accent);
  color: #F7F4EA;
}

.foundation-triangle__card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.03;
}

.foundation-triangle__card p:last-child {
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.48;
}

.history__copy a {
  color: inherit;
  font-weight: 650;
  text-decoration-color: var(--gold);
}

.history__copy a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}

.podcast__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.podcast__footer .podcast__note {
  margin: 0;
}

.podcast__channel-link {
  flex: 0 0 auto;
  color: var(--paper);
  font-weight: 750;
  text-decoration-color: var(--gold);
}

.podcast__channel-link:hover {
  color: var(--gold);
}

@media (max-width: 900px) {
  .foundation-triangle {
    width: min(100%, 760px);
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .foundation-triangle__shape {
    display: none;
  }

  .foundation-triangle__card,
  .foundation-triangle__core {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }

  .foundation-triangle__card {
    width: auto;
    min-height: 100%;
  }

  .foundation-triangle__card:hover,
  .foundation-triangle__card--infinite:hover {
    transform: translateY(-4px);
  }

  .foundation-triangle__card--why {
    grid-column: 1;
    grid-row: 1;
  }

  .foundation-triangle__card--diffusion {
    grid-column: 2;
    grid-row: 1;
  }

  .foundation-triangle__core {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 190px;
    height: 190px;
    justify-self: center;
  }

  .foundation-triangle__card--infinite {
    grid-column: 1 / -1;
    grid-row: 3;
    width: min(100%, 420px);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .foundations__container {
    width: calc(100% - 32px);
    max-width: 520px;
    margin-inline: auto;
  }

  .foundation-triangle {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 36px 0 0;
  }

  .foundation-triangle__core {
    grid-column: 1;
    grid-row: 1;
    width: 224px;
    height: 224px;
    min-height: 224px;
    max-width: min(224px, calc(100vw - 64px));
    padding: 24px 20px;
    justify-self: center;
    margin: 0 auto 8px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(19, 45, 59, .09);
  }

  .foundation-triangle__card--why {
    grid-column: 1;
    grid-row: 2;
  }

  .foundation-triangle__card--diffusion {
    grid-column: 1;
    grid-row: 3;
  }

  .foundation-triangle__card--infinite {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
  }

  .foundation-triangle__card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .foundation-card__visual {
    width: 100%;
  }

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

}

.vision-band {
  padding: clamp(100px, 9vw, 150px) 0 clamp(110px, 10vw, 165px);
  background: #E4572E;
  color: #F7F4EA;
}

.vision-band__content {
  max-width: 1180px;
}

.vision-band h2,
.vision-band p,
.vision-band .section-index {
  color: #F7F4EA;
}

.vision-band h2 {
  margin-bottom: 28px;
  font-size: clamp(2.6rem, 5.6vw, 5.6rem);
}

.vision-band p:not(.section-index) {
  max-width: 960px;
  margin-bottom: 36px;
  color: rgba(247, 244, 234, .92);
}

.vision-band .button--dark {
  background: #132D3B;
  border-color: #132D3B;
  color: #F7F4EA;
}

.vision-band .button--dark:hover {
  background: #184A45;
  border-color: #184A45;
}

.process {
  background: var(--surface);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 58px;
  height: 1px;
  background: rgba(19, 45, 59, .38);
}

.process-list li {
  position: relative;
  padding: 126px 16px 28px;
  border-radius: 20px;
  text-align: center;
  transition:
    transform .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}

.process-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--accent);
  transition: width .3s ease;
}

.process-list li.is-active {
  background: rgba(247, 244, 234, .7);
  box-shadow: 0 18px 46px rgba(19, 45, 59, .08);
  transform: translateY(-6px);
}

.process-list li.is-active::after {
  width: 54px;
}

.process-list__number {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 16px;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
background: var(--ink);
border: 1px solid var(--ink);
box-shadow: 0 0 0 10px var(--surface);
border-radius: 28px;
color: var(--paper);
  transform: translateX(-50%);
  font-weight: 800;
  transition:
    transform .3s ease,
    border-radius .3s ease,
    background .3s ease,
    border-color .3s ease,
    color .3s ease,
    box-shadow .3s ease;
}

.process-list li.is-active .process-list__number {
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 50%;
  color: var(--paper);
  box-shadow:
    0 0 0 10px var(--surface),
    0 14px 30px rgba(228, 87, 46, .22);
  transform: translateX(-50%) scale(1.06);
}

.process-list h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .01em;
  transition: color .3s ease;
}

.process-list li.is-active h3 {
  color: var(--green);
}

.process-list p {
  font-size: .92rem;
  line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
  .process-list li:hover {
    background: rgba(247, 244, 234, .7);
    box-shadow: 0 18px 46px rgba(19, 45, 59, .08);
    transform: translateY(-6px);
  }

  .process-list li:hover::after {
    width: 54px;
  }

  .process-list li:hover .process-list__number {
    background: var(--accent);
    border-color: var(--accent);
    border-radius: 50%;
    color: var(--paper);
    box-shadow:
      0 0 0 10px var(--surface),
      0 14px 30px rgba(228, 87, 46, .22);
    transform: translateX(-50%) scale(1.06);
  }

  .process-list li:hover h3 {
    color: var(--green);
  }
}

.offer-tabs { width: fit-content; display: flex; gap: 6px; margin: 0 auto 34px; padding: 6px; background: rgba(255,255,255,.55); border: 1px solid rgba(25,25,25,.14); border-radius: 999px; }
.offer-tabs button { min-height: 44px; padding: 8px 20px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-weight: 750; }
.offer-tabs button[aria-selected="true"] { background: var(--ink); color: #fff; }
.offer-panel { background: var(--surface); border: 1px solid var(--ink); }
.offer-panel[hidden] { display: none; }
.offer-panel__intro { max-width: 760px; padding: 50px 50px 12px; }
.offer-panel__intro h3 { font-size: clamp(2rem, 4vw, 3.6rem); }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); align-items: stretch; padding: 30px; gap: 16px; }
.package-card { min-height: 430px; display: flex; flex-direction: column; padding: 30px; background: var(--paper); border: 1px solid var(--line); }
.package-card--featured { background: var(--gold-light); border-color: var(--ink); transform: translateY(-12px); }
.package-card__name { font-size: 2.5rem; font-weight: 500; letter-spacing: -.04em; }
.package-card h4 { font-size: 1.35rem; }
.package-card ul { padding-left: 1.15rem; }
.package-card li { margin-bottom: 6px; }
.package-card a { margin-top: auto; align-self: flex-start; }
.offer-panel__eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.offer-panel__diagnosis,
.offer-panel__about,
.offer-panel__closing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 38px 50px 50px;
}

.offer-panel__diagnosis > * {
  margin: 0;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.offer-panel__diagnosis blockquote {
  display: flex;
  align-items: center;
  border-left: 6px solid var(--accent);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.offer-panel__about {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.offer-panel__benefits {
  margin: 0;
  padding-left: 1.2rem;
}

.offer-panel__benefits li {
  margin-bottom: 10px;
}

.offer-levels-heading {
  max-width: 820px;
  padding: 60px 50px 30px;
}

.offer-levels-heading h4 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.package-grid--levels {
  align-items: stretch;
  padding-top: 10px;
}

.package-card--level {
  --level-color: var(--gold);

  position: relative;
  overflow: hidden;
  min-height: 720px;
  border-top: 6px solid var(--level-color);
  background: var(--paper);
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.package-card--level::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--level-color);
  opacity: .07;
  transition:
    transform .4s ease,
    opacity .4s ease;
}

.package-card--tri {
  --level-color: var(--gold);
}

.package-card--be {
  --level-color: var(--green);
}

.package-card--ca {
  --level-color: var(--accent);
}

.package-card--level:hover {
  border-color: var(--level-color);
  box-shadow: 0 24px 60px rgba(19, 45, 59, .13);
  transform: translateY(-8px);
}

.package-card--level:hover::before {
  opacity: .13;
  transform: scale(1.2);
}

.package-card__level {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: var(--level-color);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.package-card--level .package-card__name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: var(--level-color);
}

.package-card--level h4 {
  position: relative;
  z-index: 1;
  font-size: 1.65rem;
}

.package-card__claim {
  min-height: 48px;
  font-weight: 750;
}

.package-card__details {
  margin: 20px 0;
  padding-block: 15px;
  border-block: 1px solid var(--line);
}

.package-card__details summary {
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.package-card__details summary::-webkit-details-marker {
  display: none;
}

.package-card__details summary::after {
  content: "+";
  float: right;
  color: var(--level-color);
  font-size: 1.4rem;
}

.package-card__details[open] summary::after {
  content: "−";
}

.package-card__details ul {
  margin-bottom: 0;
  padding-top: 14px;
}

.package-card__meta {
  margin-top: auto;
  padding-top: 10px;
}

.package-card__meta p {
  font-size: .9rem;
}

.package-card__price {
  margin: 20px 0;
  color: var(--level-color);
  font-size: 1.8rem !important;
  font-weight: 800;
}

.package-card__dependency {
  margin-top: auto;
  padding: 12px 14px;
  background: rgba(19, 45, 59, .06);
  font-size: .82rem;
  font-weight: 750;
}

.offer-panel__closing {
  margin-top: 30px;
  border-top: 1px solid var(--ink);
  background: var(--surface);
}

.offer-panel__closing > div {
  padding: 28px;
  border: 1px solid var(--line);
}

.history { background: var(--paper); }
.history__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.history__title { position: sticky; top: calc(var(--header-h) + 50px); align-self: start; }
.history__copy { padding: clamp(34px, 6vw, 70px); background: var(--soft); border: 1px solid var(--ink); font-size: 1.15rem; }
.history__copy blockquote { margin: 34px 0 0; padding: 28px 0 0; border-top: 1px solid var(--ink); font-weight: 800; font-size: 1.25rem; }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; max-width: 980px; margin-inline: auto; }
.person-card { display: grid; grid-template-columns: 210px 1fr; gap: 28px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.person-card__photo-wrap { width: 210px; height: 210px; overflow: hidden; border-radius: 50%; background: var(--soft); }
.person-card__photo-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.person-card:hover img { transform: scale(1.04); }
.person-card__body { display: flex; flex-direction: column; }
.person-card__body h3 { margin-bottom: 14px; }
.person-card__body p { font-size: .92rem; }
.person-card__social { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-weight: 750; }

.podcast { background: var(--ink); color: #fff; }
.podcast p, .podcast .section-index { color: rgba(255,255,255,.72); }
.podcast__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.podcast__heading h2 { margin-bottom: 10px; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .25s, color .25s; }
.carousel-controls button:hover { background: #fff; color: var(--ink); }
.video-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}.video-card { scroll-snap-align: start; }
.video-card__thumb { position: relative; width: 100%; aspect-ratio: 16 / 9; padding: 0; overflow: hidden; border: 0; background: #333; cursor: pointer; }
.video-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.video-card__thumb:hover img { transform: scale(1.035); filter: brightness(.82); }
.play-button { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); transform: translate(-50%,-50%); }
.video-card h3 { margin: 18px 0 0; font-size: 1.2rem; line-height: 1.25; letter-spacing: -.02em; }
.podcast__note { max-width: 800px; margin: 28px 0 0; font-size: .8rem; }

.knowledge-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.knowledge-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; background: var(--surface); border: 1px solid var(--line); }
.knowledge-card h3 { margin-bottom: 18px; }
.knowledge-card a { margin-top: auto; font-weight: 750; }

.contact { padding: clamp(80px, 10vw, 140px) 0; background: var(--surface); }
.contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact__copy { position: sticky; top: calc(var(--header-h) + 48px); }
.contact__details { display: flex; flex-direction: column; gap: 8px; margin-top: 34px; font-size: 1.15rem; font-weight: 720; }
.contact-form { padding: clamp(28px, 5vw, 52px); background: var(--paper); border: 1px solid var(--ink); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; font-size: .8rem; font-weight: 800; letter-spacing: .02em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #aaa89f; border-radius: 0; background: var(--surface); color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(201,177,132,.35); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.consent { display: grid !important; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-weight: 500 !important; line-height: 1.4; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .9rem; font-weight: 700; }
.form-status.is-success { color: #176b2d; }
.form-status.is-error { color: #a51f16; }

.footer {
  padding: 66px 0 24px;
  background: #132D3B;
  color: #F7F4EA;
}
.footer p { color: rgba(255,255,255,.68); }
.footer__inner { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 60px; align-items: start; }
.footer__links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 24px; }
.footer__links a { text-decoration: none; color: rgba(255,255,255,.8); }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); font-size: .78rem; }

.video-dialog { width: min(1000px, calc(100% - 28px)); padding: 0; border: 0; background: #000; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.video-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(8px); }
.video-dialog__frame { aspect-ratio: 16 / 9; }
.video-dialog iframe { width: 100%; height: 100%; border: 0; }
.video-dialog__close { position: absolute; z-index: 2; right: 8px; top: 8px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(0,0,0,.7); color: #fff; font-size: 1.8rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@keyframes draw { from { transform: scaleX(.25); } to { transform: scaleX(1); } }

@keyframes triangleFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -52; }
}

@keyframes pulse { 0%,100% { transform: scale(.78); opacity: .45; } 50% { transform: scale(1.15); opacity: 1; } }

@media (max-width: 1050px) {
  .main-nav {
    gap: 13px;
    font-size: .82rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

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

  .package-card--featured {
    transform: none;
  }
}
@media (max-width: 900px) {
  :root { --container: min(100% - 28px, 760px); --header-h: 70px; }
  .topbar__contact a:first-child { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto; max-height: calc(100svh - var(--header-h)); display: grid; gap: 0; padding: 20px 20px 30px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); transform: translateY(-120%); visibility: hidden; opacity: 0; transition: transform .35s ease, opacity .25s, visibility .35s; overflow-y: auto; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; opacity: 1; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 16px; text-align: center; border-bottom: 1px solid var(--ink) !important; }
  .diagnosis__grid, .audiences__grid, .history__grid, .contact__grid { grid-template-columns: 1fr; }
.diagnosis__answer {
  min-height: 0;
  align-items: flex-start;
}

.offer-panel__diagnosis,
.offer-panel__about,
.offer-panel__closing {
  grid-template-columns: 1fr;
}

.statement-stack,
.direction-map {
  width: min(100%, 420px);
}
  .section--split { grid-template-columns: 1fr; }
  .about-visual, .about-copy { min-height: auto; }
  .about-copy { border-left: 0; border-top: 1px solid var(--ink); }
  .audiences__copy, .history__title, .contact__copy { position: static; }
  .foundation-grid { grid-template-columns: 1fr; }
  .foundation-card--center { transform: none; }
  .foundation-card { min-height: 0; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 20px; }
  .process-list::before { display: none; }
  .process-list li {
  padding: 120px 16px 24px;
  background: var(--paper);
}
  .video-carousel { grid-auto-columns: minmax(300px, 72%); }
  .knowledge-grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__inner > .socials { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .section { padding: 74px 0; }
  .topbar__inner { min-height: 34px; }
  .topbar__contact { gap: 9px; font-size: .66rem; }
  .topbar__contact a:nth-child(2) { display: none; }
  .socials--small a { width: 22px; }
.brand img {
  width: 44px;
}
  .hero { min-height: calc(100svh - 104px); }
  .hero__content { text-align: left; }
  .hero__actions { justify-content: flex-start; align-items: flex-start; flex-direction: column; }
  .diagnosis h2 { font-size: clamp(3rem, 15vw, 5rem); }
.diagnosis__answer {
  min-height: 0;
}

.statement-stack {
  gap: 14px;
}

.statement--problem,
.statement--direction {
  min-height: auto;
}

.direction-map {
  height: 58px;
  margin-top: 16px;
}
  .about-visual, .about-copy { padding: 48px 22px; }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-card--wide { grid-column: auto; }
  .infinite-card { grid-template-columns: 1fr; padding: 28px; }
  .infinite-sign { font-size: 6rem; }
.process-list {
  grid-template-columns: 1fr;
  gap: 18px;
}

.process-list li {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.process-list__number {
  left: 20px;
  top: 14px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  transform: none;
  font-size: .85rem;
  box-shadow: none;
}

.process-list li.is-active .process-list__number {
  transform: scale(1.04);
  box-shadow: 0 10px 24px rgba(228, 87, 46, .18);
}

.process-list h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.process-list p {
  font-size: .94rem;
}

.process-list li::after {
  margin: 16px 0 0;
}
  .offer-tabs { width: 100%; display: grid; grid-template-columns: 1fr; border-radius: 20px; }
  .offer-tabs button { border-radius: 14px; }
  .offer-panel__intro { padding: 34px 24px 4px; }
  .package-grid { padding: 18px; }
  .history__copy { font-size: 1rem; }
  .person-card { grid-template-columns: 1fr; }
  .person-card__photo-wrap { width: 160px; height: 160px; }
  .video-carousel { grid-auto-columns: 88%; }
  .podcast__heading { align-items: start; }
  .carousel-controls { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__inner > .socials { grid-column: auto; }
.footer__bottom {
  flex-direction: column;
}

.foundation-triangle__core::before {
  inset: 12px;
}

.foundation-triangle__core-label {
  margin-bottom: 10px;
  font-size: .68rem;
  line-height: 1.1;
}

.foundation-triangle__core h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  line-height: 1.02;
}

.foundation-triangle__core p {
  max-width: 150px;
  margin: 0 auto;
  font-size: .74rem;
  line-height: 1.28;
}

.vision-band {
  padding: 78px 0 88px;
}

.vision-band h2 {
  font-size: clamp(2.5rem, 12vw, 4rem);
}

.vision-band p:not(.section-index) {
  margin-bottom: 30px;
}

.offer-panel__diagnosis,
.offer-panel__about,
.offer-panel__closing {
  padding: 24px;
}

.offer-panel__diagnosis > *,
.offer-panel__closing > div {
  padding: 22px;
}

.offer-levels-heading {
  padding: 48px 24px 24px;
}

.package-card--level {
  min-height: auto;
}

.package-card__claim {
  min-height: 0;
}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
