@font-face {
  font-family: "Poppins";
  src: url("assets/poppins-regular-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/poppins-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/poppins-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/poppins-bold-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #171612;
  --ink-soft: #39362f;
  --paper: #f7f3eb;
  --paper-deep: #e8dfd1;
  --white: #fffdf9;
  --gold: #b99150;
  --gold-soft: #d8bd8b;
  --rose: #b99150;
  --mauve: #171612;
  --line: rgba(23, 22, 18, 0.16);
  --container: 1220px;
  --shadow: 0 30px 80px rgba(23, 22, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

a,
button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: clamp(84px, 11vw, 150px) 0;
}

.sr-only {
  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: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 em,
h2 em {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 5.6vw, 5.25rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.25;
}

.kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #7b5e31;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.eyebrow span {
  width: 36px;
  height: 1px;
  background: var(--gold);
}

.button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  isolation: isolate;
  transition: color 220ms ease, border-color 220ms ease, box-shadow 300ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.button::before {
  position: absolute;
  z-index: -1;
  inset: -220% -70%;
  content: "";
  background: linear-gradient(112deg, transparent 40%, rgba(255, 255, 255, 0.12) 46%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.12) 54%, transparent 60%);
  pointer-events: none;
  transform: translateX(-38%) rotate(7deg);
  animation: button-shimmer 5.4s ease-in-out infinite;
}

.button::after {
  content: "↗";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transform: translate(0, 0);
  transition: transform 220ms ease;
}

.button:hover {
  transform: translateY(-3px) scale(1.01);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translate(3px, -3px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
.link-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.button-gold {
  background: linear-gradient(118deg, #9d7333 0%, #e9c983 28%, #fff0bb 47%, #be8d45 70%, #dfbd73 100%);
  background-size: 190% 190%;
  box-shadow: 0 14px 34px rgba(141, 98, 37, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  color: var(--ink);
  animation: gold-flow 7s ease-in-out infinite;
}

.button-gold:hover {
  box-shadow: 0 18px 44px rgba(141, 98, 37, 0.36), 0 0 0 5px rgba(185, 145, 80, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.button-dark {
  background: linear-gradient(120deg, #171612 0%, #393226 52%, #171612 100%);
  background-size: 180% 180%;
  box-shadow: 0 12px 28px rgba(23, 22, 18, 0.18);
  color: var(--white);
}

.button-dark:hover {
  box-shadow: 0 16px 38px rgba(23, 22, 18, 0.28), 0 0 0 4px rgba(185, 145, 80, 0.11);
}

.button-outline {
  border-color: var(--ink);
  background: transparent;
}

.button-outline:hover {
  background: var(--ink);
  color: var(--white);
}

@keyframes button-shimmer {
  0%, 58% { transform: translateX(-46%) rotate(7deg); }
  82%, 100% { transform: translateX(46%) rotate(7deg); }
}

@keyframes gold-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.button-small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.68rem;
}

.button-wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: var(--gold);
  font-size: 1.1rem;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(247, 243, 235, 0.92);
  box-shadow: 0 10px 30px rgba(23, 22, 18, 0.06);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

.brand-pair {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-pair img:first-child {
  width: 72px;
  max-height: 52px;
  object-fit: contain;
}

.brand-pair img:last-child {
  width: 56px;
  max-height: 52px;
  object-fit: contain;
}

.brand-pair > span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
}

.main-nav > a:not(.button) {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav > a:not(.button):hover {
  color: #89652f;
}

.nav-toggle {
  display: none;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
}

.nav-toggle > span:not(.sr-only) {
  width: 24px;
  height: 1px;
  background: var(--ink);
  transition: transform 160ms ease, opacity 160ms ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 138px 0 80px;
  background:
    radial-gradient(circle at 86% 18%, rgba(185, 145, 80, 0.16), transparent 25%),
    linear-gradient(120deg, #faf7f0 0%, #f1e8da 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - 210px);
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy {
  max-width: 980px;
  padding: 34px 0;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 7.4vw, 7.1rem);
}

.hero-lead {
  max-width: 685px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
  gap: 8px 0;
}

.hero-meta span {
  position: relative;
  padding: 0 15px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-meta span:first-child {
  padding-left: 0;
}

.hero-meta span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
  transform: translateY(-50%);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-price {
  display: grid;
  max-width: 650px;
  align-items: end;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  gap: 22px;
  grid-template-columns: auto 1fr;
}

.hero-price div {
  display: grid;
}

.hero-price span {
  color: #705d3f;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-price strong {
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hero-price p {
  max-width: 310px;
  margin-bottom: 3px;
  color: #6c665d;
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  padding: 12px 0 34px;
}

.hero-image-frame {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(180deg, #d9c9b7, #c8b19b);
  box-shadow: var(--shadow);
}

.hero-image-frame::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(20, 17, 13, 0.42) 100%);
  content: "";
}

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

.image-label {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  display: flex;
  width: 160px;
  min-height: 130px;
  padding: 18px;
  background: rgba(247, 243, 235, 0.93);
  flex-direction: column;
  justify-content: space-between;
}

.image-label span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.image-label p {
  margin-bottom: 0;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-caption {
  margin: 12px 0 0;
  color: #6d665b;
  font-family: Georgia, serif;
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.04em;
  text-align: right;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(185, 145, 80, 0.23);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: 16%;
  right: -15%;
  width: 48vw;
  height: 74vw;
  transform: rotate(28deg);
}

.hero-orbit-two {
  bottom: -45%;
  left: -22%;
  width: 50vw;
  height: 32vw;
  transform: rotate(-14deg);
}

.facts-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: var(--white);
}

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

.facts-grid > div {
  display: flex;
  min-height: 145px;
  align-items: center;
  padding: 28px clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  gap: 15px;
}

.facts-grid > div:nth-child(4n + 1) {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.facts-grid strong {
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1;
}

.facts-grid span {
  max-width: 155px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.facts-grid span small {
  display: block;
  margin-top: 5px;
  color: #918a80;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.facts-grid .fact-extra {
  background: rgba(255, 255, 255, 0.025);
}

.facts-grid .fact-extra strong {
  font-size: clamp(2.2rem, 3vw, 3.1rem);
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(50px, 7vw, 86px);
}

.section-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: #5f5a50;
  font-size: 1rem;
}

.section-heading-split {
  display: grid;
  max-width: none;
  align-items: end;
  gap: 60px;
  grid-template-columns: 1.35fr 0.65fr;
}

.section-heading-split h2,
.section-heading-split .kicker {
  margin-bottom: 0;
}

.section-heading-split .kicker {
  margin-bottom: 22px;
}

.outcomes-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.outcome-card {
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease, transform 180ms ease;
}

.outcome-card:hover {
  z-index: 1;
  background: var(--white);
  transform: translateY(-7px);
}

.card-number {
  display: inline-block;
  margin-bottom: 80px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1rem;
}

.outcome-card p {
  margin-bottom: 0;
  color: #615c53;
  font-size: 0.88rem;
}

.change-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 189, 139, 0.2), transparent 25%),
    radial-gradient(circle at 86% 78%, rgba(185, 145, 80, 0.18), transparent 28%),
    linear-gradient(145deg, #171612 0%, #262117 55%, #171612 100%);
  color: var(--white);
  isolation: isolate;
}

.change-section::before,
.objections-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 237, 191, 0.65) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(185, 145, 80, 0.5) 0 1px, transparent 1.5px);
  background-position: 18px 28px, 72px 90px;
  background-size: 118px 118px, 164px 164px;
  opacity: 0.22;
  pointer-events: none;
}

.change-heading {
  margin-bottom: 34px;
}

.change-heading > p:last-child {
  color: #c5beb3;
}

.change-tabs {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  gap: 4px;
}

.change-tab {
  min-height: 40px;
  padding: 9px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #a9a197;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.change-tab.is-active {
  background: linear-gradient(120deg, #a77a36, #ebce91 48%, #b38642);
  box-shadow: 0 8px 24px rgba(185, 145, 80, 0.22);
  color: var(--ink);
}

.change-tab:focus-visible,
.objection-card:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

.change-stage {
  --change-position: 50%;
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: #201e19;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.change-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: clamp(34px, 6vw, 78px);
  grid-template-columns: minmax(230px, 0.75fr) minmax(360px, 1.25fr);
  column-gap: clamp(38px, 7vw, 100px);
}

.change-card-before {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(145deg, #24221d, #12110e);
  color: var(--white);
}

.change-after {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--change-position)) 0 0);
}

.change-card-after {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 246, 214, 0.62), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(185, 145, 80, 0.19), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #ead8b7 52%, #f8f1e5 100%);
  color: var(--ink);
}

.change-label {
  display: block;
  align-self: end;
  margin-bottom: 20px;
  color: var(--gold-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.change-card-after .change-label {
  color: #795b2c;
}

.change-card h3 {
  grid-column: 1;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.change-card ul {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.change-card li {
  position: relative;
  padding: 18px 12px 18px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #c4bdb3;
  font-size: 0.88rem;
}

.change-card-after li {
  border-color: rgba(23, 22, 18, 0.13);
  color: #4c473f;
}

.change-card li::before {
  position: absolute;
  top: 19px;
  left: 8px;
  color: var(--gold);
  content: "—";
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.change-card-after li::before {
  content: "✓";
}

.change-range-label,
.change-range-label input {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
}

.change-range-label input {
  opacity: 0.001;
}

.change-divider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--change-position);
  width: 2px;
  background: linear-gradient(to bottom, transparent, #f5dfa8 12%, #b99150 88%, transparent);
  box-shadow: 0 0 26px rgba(238, 210, 147, 0.62);
  pointer-events: none;
  transform: translateX(-50%);
}

.change-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: linear-gradient(135deg, #f5dfa8, #a87835);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.3), 0 0 24px rgba(238, 210, 147, 0.4);
  color: var(--ink);
  font-size: 1.1rem;
  place-items: center;
  transform: translate(-50%, -50%);
}

.change-note {
  margin: 18px 0 0;
  color: #8f887e;
  font-size: 0.67rem;
}

.braid-banner {
  position: relative;
  min-height: clamp(520px, 40vw, 620px);
  overflow: clip;
  background: var(--banner-background);
  isolation: isolate;
}

.braid-banner::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    to bottom,
    var(--banner-edge-top, transparent) 0%,
    transparent 20%,
    transparent 80%,
    var(--banner-edge-bottom, transparent) 100%
  );
  content: "";
  pointer-events: none;
}

.braid-banner-dark {
  --banner-surface: linear-gradient(110deg, #6d5a38 0%, #aa874f 54%, #ead8b4 100%);
  --banner-background:
    linear-gradient(
      to bottom,
      var(--paper) 0%,
      rgba(247, 243, 235, 0.96) 8%,
      rgba(247, 243, 235, 0.72) 18%,
      rgba(247, 243, 235, 0.32) 28%,
      transparent 40%,
      transparent 60%,
      rgba(23, 22, 18, 0.32) 72%,
      rgba(23, 22, 18, 0.72) 82%,
      rgba(23, 22, 18, 0.96) 92%,
      var(--ink) 100%
    ),
    var(--banner-surface);
  color: var(--white);
}

.braid-banner-light {
  --banner-edge-top: rgba(23, 22, 18, 0.38);
  --banner-edge-bottom: rgba(255, 253, 249, 0.48);
  --banner-surface: linear-gradient(120deg, #e8dfd1 0%, #fffdf9 62%, #d8bd8b 100%);
  --banner-background:
    linear-gradient(
      to bottom,
      var(--ink) 0%,
      var(--ink) 14%,
      rgba(23, 22, 18, 0.82) 22%,
      rgba(23, 22, 18, 0.48) 32%,
      rgba(23, 22, 18, 0.16) 43%,
      transparent 50%,
      rgba(255, 253, 249, 0.16) 57%,
      rgba(255, 253, 249, 0.48) 67%,
      rgba(255, 253, 249, 0.82) 76%,
      var(--white) 84%,
      var(--white) 100%
    ),
    var(--banner-surface);
  color: var(--ink);
}

.braid-banner-rose {
  --banner-edge-top: rgba(23, 22, 18, 0.38);
  --banner-edge-bottom: rgba(255, 253, 249, 0.48);
  --banner-surface: linear-gradient(120deg, #171612 0%, #3b3020 62%, #b99150 100%);
  --banner-background:
    linear-gradient(
      to bottom,
      var(--ink) 0%,
      var(--ink) 14%,
      rgba(23, 22, 18, 0.82) 22%,
      rgba(23, 22, 18, 0.48) 32%,
      rgba(23, 22, 18, 0.16) 43%,
      transparent 50%,
      rgba(255, 253, 249, 0.16) 57%,
      rgba(255, 253, 249, 0.48) 67%,
      rgba(255, 253, 249, 0.82) 76%,
      var(--white) 84%,
      var(--white) 100%
    ),
    var(--banner-surface);
  color: var(--white);
}

.braid-banner-inner {
  position: relative;
  z-index: auto;
  display: grid;
  min-height: clamp(520px, 40vw, 620px);
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
}

.braid-banner-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: min(440px, 34vw);
}

.braid-banner-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.braid-cutout {
  position: absolute;
  z-index: 1;
  right: calc((100vw - 100%) / -2 - clamp(12px, 2.5vw, 52px));
  bottom: -165px;
  width: auto;
  height: 130%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 32px 32px rgba(15, 12, 10, 0.22));
  -webkit-mask-image: linear-gradient(to bottom, #000 0 68%, rgba(0, 0, 0, 0.96) 72%, rgba(0, 0, 0, 0.72) 79%, rgba(0, 0, 0, 0.36) 86%, rgba(0, 0, 0, 0.1) 92%, transparent 98%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 68%, rgba(0, 0, 0, 0.96) 72%, rgba(0, 0, 0, 0.72) 79%, rgba(0, 0, 0, 0.36) 86%, rgba(0, 0, 0, 0.1) 92%, transparent 98%, transparent 100%);
}

.braid-banner-dark .braid-cutout {
  bottom: -240px;
  height: 130%;
}

.braid-banner-left .braid-banner-copy {
  grid-column: 2;
  justify-self: end;
}

.braid-banner-left .braid-cutout {
  right: auto;
  left: calc((100vw - 100%) / -2 - clamp(12px, 2.5vw, 52px));
}

.braid-banner-rose .braid-cutout {
  right: calc((100vw - 100%) / -2 - clamp(80px, 7vw, 120px));
  bottom: -100px;
  height: 112%;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 84%, rgba(0, 0, 0, 0.96) 87%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.3) 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 84%, rgba(0, 0, 0, 0.96) 87%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.3) 95%, transparent 100%);
}

.rhythm-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, var(--paper) 0, var(--ink) 150px, var(--ink) 100%);
  color: var(--white);
}

.rhythm-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.8fr 1.2fr;
}

.rhythm-intro {
  z-index: 2;
  position: sticky;
  top: 120px;
}

.rhythm-cutout {
  position: absolute;
  z-index: 1;
  top: -125px;
  right: calc((100vw - 100%) / -2 - clamp(170px, 12vw, 220px));
  width: auto;
  height: min(102vw, 1320px);
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.2));
  -webkit-mask-image: linear-gradient(to bottom, #000 0 48%, rgba(0, 0, 0, 0.92) 54%, rgba(0, 0, 0, 0.58) 63%, rgba(0, 0, 0, 0.22) 70%, transparent 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 48%, rgba(0, 0, 0, 0.92) 54%, rgba(0, 0, 0, 0.58) 63%, rgba(0, 0, 0, 0.22) 70%, transparent 78%, transparent 100%);
}

.rhythm-intro > p:not(.kicker) {
  max-width: 490px;
  margin-bottom: 0;
  color: #c8c1b5;
}

.rhythm-result {
  max-width: 490px;
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.055);
}

.rhythm-result > span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rhythm-result strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.rhythm-result p {
  margin: 0;
  color: #c8c1b5;
  font-size: 0.8rem;
}

.rhythm-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 300px 0 0;
  list-style: none;
}

.rhythm-list li {
  display: grid;
  align-items: center;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.025);
  gap: 22px;
  grid-template-columns: 48px 1fr;
}

.rhythm-list > li > span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-style: italic;
}

.rhythm-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.05rem;
}

.rhythm-list p {
  margin-bottom: 13px;
  color: #a8a096;
  font-size: 0.82rem;
}

.step-outcome {
  display: block;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gold-soft);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.program-section {
  padding-top: clamp(38px, 4vw, 60px);
  background: var(--white);
}

.program-list {
  border-top: 1px solid var(--line);
}

.program-item {
  border-bottom: 1px solid var(--line);
}

.program-item summary {
  display: grid;
  min-height: 122px;
  align-items: center;
  padding: 24px 6px;
  cursor: pointer;
  gap: 24px;
  grid-template-columns: 60px 1fr 34px;
  list-style: none;
}

.program-item summary::-webkit-details-marker {
  display: none;
}

.program-index {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
}

.program-item summary > span:nth-child(2) {
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.program-item summary small {
  display: block;
  margin-bottom: 5px;
  color: #7e776c;
  font-family: "Poppins", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-icon {
  position: relative;
  width: 28px;
  height: 28px;
}

.summary-icon::before,
.summary-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.program-item[open] .summary-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.program-content {
  display: grid;
  padding: 0 6px 46px 90px;
  gap: 50px;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr);
}

.program-lead {
  max-width: 760px;
  color: #34312b;
  font-family: Georgia, serif;
  font-size: 1.14rem;
}

.program-content ul {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  gap: 7px;
  list-style: none;
}

.program-content li {
  position: relative;
  padding-left: 22px;
  color: #5b564e;
  font-size: 0.88rem;
}

.program-content li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.program-content aside {
  align-self: start;
  padding: 24px;
  border-left: 2px solid var(--gold);
  background: var(--paper);
}

.program-content aside strong {
  display: block;
  margin-bottom: 8px;
  color: #806132;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.program-content aside p {
  margin-bottom: 0;
  color: #534e45;
  font-size: 0.84rem;
}

.between-plan > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 7px;
}

.between-plan > div span {
  padding: 7px 9px;
  border: 1px solid rgba(185, 145, 80, 0.34);
  color: #72562d;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.program-content aside .mastermind-note,
.program-content aside .online-panel-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(185, 145, 80, 0.24);
}

.program-content aside .mastermind-note b,
.program-content aside .online-panel-note b {
  color: #806132;
  font-weight: 700;
}

.practice-section {
  background: var(--white);
}

.practice-gallery {
  display: flex;
  overflow-x: auto;
  padding-bottom: 14px;
  gap: 18px;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--gold) var(--paper-deep);
  scrollbar-width: thin;
}

.practice-gallery figure {
  flex: 0 0 min(58vw, 560px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  background: var(--ink);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.practice-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.practice-gallery figure:hover img {
  transform: scale(1.025);
}

.practice-gallery figure:nth-child(3) img {
  object-position: center top;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
  gap: 8px;
}

.carousel-button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 1.35rem;
  place-items: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.carousel-button:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.business-section {
  background: var(--ink);
  color: var(--white);
}

.business-section .section-heading > p:last-child,
.leaders-section .section-heading > p:last-child {
  color: #bdb5aa;
}

.business-map {
  position: relative;
  min-height: 650px;
  margin: 20px 0 30px;
  isolation: isolate;
}

.business-map::before {
  position: absolute;
  z-index: -1;
  inset: 5% 6%;
  opacity: 0.7;
  background:
    linear-gradient(22deg, transparent 49.75%, rgba(216, 189, 139, 0.38) 49.85%, rgba(216, 189, 139, 0.38) 50.15%, transparent 50.25%),
    linear-gradient(-31deg, transparent 49.75%, rgba(216, 189, 139, 0.34) 49.85%, rgba(216, 189, 139, 0.34) 50.15%, transparent 50.25%),
    linear-gradient(78deg, transparent 49.75%, rgba(216, 189, 139, 0.3) 49.85%, rgba(216, 189, 139, 0.3) 50.15%, transparent 50.25%);
  content: "";
}

.business-map-center,
.business-node {
  position: relative;
  position: absolute;
  display: grid;
  min-height: 105px;
  padding: 20px 28px;
  place-items: center;
  text-align: center;
}

.business-map-center {
  top: 34%;
  left: 37%;
  width: 26%;
  min-height: 180px;
  color: var(--white);
  transform: rotate(-2deg);
}

.business-map-center::before,
.business-node::before {
  position: absolute;
  inset: -6px -12px;
  border: 3px solid var(--gold);
  border-radius: 49% 43% 52% 46% / 42% 55% 44% 58%;
  content: "";
  transform: rotate(-2deg);
}

.business-node:nth-of-type(even)::before {
  border-radius: 44% 55% 45% 56% / 54% 43% 57% 46%;
  transform: rotate(3deg);
}

.business-node:nth-of-type(3n)::before {
  border-radius: 56% 42% 53% 45% / 46% 58% 42% 55%;
  transform: rotate(-4deg);
}

.business-map-center span {
  margin-bottom: 10px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.business-map-center strong {
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.15;
}

.business-map-center::after,
.business-node::after {
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  content: "";
}

.business-node > span {
  position: relative;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.65vw, 1.35rem);
  line-height: 1.2;
}

.business-node-offer { top: 2%; left: 4%; width: 22%; transform: rotate(-4deg); }
.business-node-service { top: 0; left: 38%; width: 25%; transform: rotate(2deg); }
.business-node-social { top: 8%; right: 3%; width: 20%; transform: rotate(5deg); }
.business-node-clients { top: 42%; left: 3%; width: 23%; transform: rotate(3deg); }
.business-node-relations { top: 42%; right: 2%; width: 22%; transform: rotate(-3deg); }
.business-node-web { bottom: 2%; left: 13%; width: 24%; transform: rotate(-2deg); }
.business-node-edge { right: 11%; bottom: 0; width: 25%; transform: rotate(4deg); }

.business-node-offer::after { right: -38%; bottom: -10%; transform: rotate(65deg); }
.business-node-service::after { right: 47%; bottom: -40%; transform: rotate(135deg); }
.business-node-social::after { left: -35%; bottom: -12%; transform: rotate(200deg); }
.business-node-clients::after { top: 48%; right: -45%; transform: rotate(45deg); }
.business-node-relations::after { top: 48%; left: -45%; transform: rotate(225deg); }
.business-node-web::after { top: -42%; right: 15%; transform: rotate(315deg); }
.business-node-edge::after { top: -42%; left: 15%; transform: rotate(315deg); }

.current-panels {
  position: relative;
  display: grid;
  align-items: start;
  min-height: 570px;
  margin-top: 40px;
  padding: 80px 0 80px 42%;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  gap: 24px;
  grid-template-columns: 1fr;
}

.current-panels > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.current-panels .kicker {
  margin-bottom: 0;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(185, 145, 80, 0.16);
}

.current-panels > p {
  margin-bottom: 0;
  color: #c4bdb2;
  font-size: 0.9rem;
}

.current-panels-copy h3 {
  max-width: 680px;
  margin-bottom: 12px;
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 400;
}

.current-panels-copy > p {
  margin-bottom: 20px;
  color: #c4bdb2;
  font-size: 0.88rem;
}

.panel-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.panel-benefits span {
  position: relative;
  padding: 0 0 5px 14px;
  border-bottom: 1px solid rgba(216, 189, 139, 0.42);
  color: var(--gold-soft);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-benefits span::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.webinar-cutout {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -9%;
  width: min(54%, 610px);
  height: auto;
  max-width: none;
  filter: drop-shadow(22px 30px 32px rgba(0, 0, 0, 0.26));
  -webkit-mask-image: linear-gradient(to bottom, #000 0 89%, rgba(0, 0, 0, 0.85) 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 89%, rgba(0, 0, 0, 0.85) 93%, transparent 100%);
}

.place-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
}

.place-section::before,
.place-section::after {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  height: clamp(150px, 18vw, 250px);
  content: "";
  pointer-events: none;
}

.place-section::before {
  top: 0;
  background: linear-gradient(to bottom, var(--ink) 0%, rgba(23, 22, 18, 0.78) 18%, rgba(23, 22, 18, 0.34) 52%, transparent 100%);
}

.place-section::after {
  bottom: 0;
  background: linear-gradient(to top, var(--paper) 0%, rgba(247, 243, 235, 0.82) 18%, rgba(247, 243, 235, 0.38) 52%, transparent 100%);
}

.place-image,
.place-image img,
.place-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.place-image img {
  object-fit: cover;
}

.place-overlay {
  background: linear-gradient(90deg, rgba(18, 16, 13, 0.82) 0%, rgba(18, 16, 13, 0.4) 55%, rgba(18, 16, 13, 0.08) 100%);
}

.place-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 720px;
  max-width: var(--container);
  padding-top: 90px;
  padding-bottom: 90px;
  flex-direction: column;
  justify-content: center;
}

.place-copy h2 {
  max-width: 720px;
}

.place-copy > p:not(.kicker) {
  max-width: 540px;
  margin-bottom: 26px;
  color: #ddd5c8;
}

.place-copy > span {
  align-self: flex-start;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.session-section {
  background: var(--white);
}

.session-grid {
  display: grid;
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
  grid-template-columns: 0.5fr 1.5fr;
}

.session-number {
  color: var(--paper-deep);
  font-family: Georgia, serif;
  font-size: clamp(9rem, 22vw, 20rem);
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.session-copy {
  max-width: 780px;
}

.session-copy > p:not(.kicker) {
  max-width: 650px;
  color: #5b554d;
}

.session-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 8px;
}

.session-tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ecosystem-ladder {
  position: relative;
  display: grid;
  gap: 18px;
}

.ecosystem-ladder::before {
  position: absolute;
  top: 76px;
  bottom: 76px;
  left: 76px;
  width: 1px;
  background: var(--gold);
  content: "";
}

.ecosystem-step {
  position: relative;
  display: grid;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  grid-template-columns: 245px minmax(0, 1fr);
}

.ecosystem-step::after {
  position: absolute;
  top: -9px;
  right: 28px;
  color: rgba(185, 145, 80, 0.14);
  content: "↗";
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
}

.ecosystem-step-academy {
  width: calc(100% - 9%);
  margin-left: 9%;
}

.ecosystem-step-mentoring {
  width: calc(100% - 18%);
  margin-left: 18%;
  border-color: rgba(185, 145, 80, 0.55);
  background: var(--paper-deep);
}

.ecosystem-step-disabled {
  border-color: rgba(118, 111, 100, 0.32);
  background: linear-gradient(135deg, rgba(245, 240, 231, 0.72), rgba(225, 219, 209, 0.48));
  box-shadow: none;
  filter: grayscale(1);
  opacity: 0.62;
}

.ecosystem-step-disabled::before {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  padding: 9px 13px;
  border: 1px solid rgba(118, 111, 100, 0.34);
  border-radius: 999px;
  background: rgba(245, 240, 231, 0.82);
  color: #756f66;
  content: "WKRÓTCE";
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ecosystem-level {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 34px;
  border-right: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
}

.ecosystem-level span {
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ecosystem-level strong {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.15;
}

.ecosystem-copy {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 34px clamp(34px, 5vw, 70px);
  flex-direction: column;
  justify-content: center;
}

.ecosystem-copy h3 {
  margin-bottom: 12px;
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  font-weight: 400;
}

.ecosystem-copy > p:not(.card-note):not(.mentoring-disclaimer) {
  max-width: 760px;
  color: #615b52;
  font-size: 0.86rem;
}

.ecosystem-copy .mentoring-disclaimer {
  margin: 0 0 24px;
  color: #777067;
  font-size: 0.72rem;
  line-height: 1.65;
}

.ecosystem-copy .card-note {
  margin-bottom: 18px;
  color: #7e6236;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ecosystem-copy > a,
.link-button {
  align-self: flex-start;
  margin-top: 10px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.link-button-disabled {
  border-bottom-color: rgba(118, 111, 100, 0.55);
  color: #756f66;
  cursor: not-allowed;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.pill-outline {
  border: 1px solid var(--line);
  background: transparent;
}

.included-section {
  background: var(--paper-deep);
}

.included-grid {
  display: grid;
  align-items: start;
  gap: 100px;
  grid-template-columns: 0.8fr 1.2fr;
}

.included-intro {
  position: sticky;
  top: 120px;
}

.included-intro p:last-child {
  color: #5f5a51;
}

.included-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.included-list li {
  display: grid;
  min-height: 78px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  gap: 24px;
  grid-template-columns: 42px 1fr;
  font-size: 0.95rem;
}

.included-list span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-style: italic;
}

.leaders-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.leaders-showcase {
  position: relative;
  display: grid;
  min-height: 570px;
  align-items: stretch;
  margin: -36px 0 34px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 78% 42%, rgba(216, 189, 139, 0.18), transparent 31%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 58%);
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  isolation: isolate;
}

.leaders-showcase::before {
  position: absolute;
  z-index: -1;
  top: 13%;
  right: 7%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(216, 189, 139, 0.28);
  border-radius: 50%;
  content: "";
  transform: rotate(-8deg);
}

.leaders-showcase-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 650px;
  padding: 72px 0 96px;
}

.leaders-showcase-copy .kicker {
  margin-bottom: 22px;
}

.leaders-showcase-copy h2 {
  margin-bottom: 30px;
}

.leaders-showcase-copy > p:last-child {
  max-width: 590px;
  margin: 0;
  color: #bdb5aa;
  font-size: 0.92rem;
}

.leaders-showcase-visual {
  position: relative;
  z-index: 1;
  min-height: 570px;
  pointer-events: none;
}

.leaders-showcase-visual > span {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 52px;
  color: rgba(216, 189, 139, 0.78);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.leaders-showcase-visual img {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: -34px;
  width: auto;
  max-width: none;
  height: 700px;
  filter: drop-shadow(0 25px 32px rgba(0, 0, 0, 0.44));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
}

.leaders-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.leader-card {
  display: block;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.leader-card[id] {
  scroll-margin-top: 105px;
}

.person-link {
  color: var(--gold-soft);
  text-decoration-color: rgba(216, 189, 139, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.person-link:hover,
.person-link:focus-visible {
  color: var(--white);
  text-decoration-color: var(--gold-soft);
}

.leader-logo {
  float: right;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  margin: 0 0 22px 36px;
  place-items: center;
  padding: 18px;
  border-radius: 50%;
  background: var(--paper);
}

.leader-logo img {
  width: 100%;
  max-height: 110px;
  object-fit: contain;
}

.leader-logo-braiding {
  aspect-ratio: 1.38;
  width: 190px;
  overflow: hidden;
  padding: 14px 10px;
  border-radius: 24px;
  border: 1px solid rgba(185, 145, 80, 0.35);
  background: var(--ink);
}

.leader-logo-braiding img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.leader-copy {
  max-width: 920px;
}

.leader-card .role {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leader-card h3 {
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 400;
}

.leader-copy > p:not(.role) {
  max-width: 850px;
  margin-bottom: 12px;
  color: #b7afa5;
  font-size: 0.84rem;
}

.leader-copy > p:last-child {
  margin-bottom: 0;
}

.leader-facts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 22px;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.leader-facts li {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--gold-soft);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(216, 189, 139, 0.24), transparent 25%),
    linear-gradient(180deg, var(--white), #f4ede2 55%, var(--white));
}

.early-bird-signal {
  position: relative;
  display: grid;
  align-items: center;
  margin: -26px 0 18px;
  padding: 20px 24px;
  border: 1px solid rgba(185, 145, 80, 0.32);
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(118deg, #171612 0%, #332b1e 56%, #171612 100%);
  box-shadow: 0 20px 50px rgba(23, 22, 18, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--white);
  gap: 16px;
  grid-template-columns: auto 1.05fr 1.25fr auto;
}

.early-bird-signal::before {
  position: absolute;
  inset: -120% -30%;
  content: "";
  background: linear-gradient(105deg, transparent 43%, rgba(255, 233, 179, 0.18) 49%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 233, 179, 0.18) 51%, transparent 57%);
  pointer-events: none;
  transform: translateX(-46%) rotate(8deg);
  animation: signal-shimmer 7.5s ease-in-out infinite;
}

.early-bird-signal-mark {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 238, 190, 0.24), transparent 68%);
  color: var(--gold-soft);
  place-items: center;
  animation: sparkle-pulse 2.8s ease-in-out infinite;
}

.early-bird-signal > div span,
.early-bird-signal > div strong {
  display: block;
}

.early-bird-signal > div span {
  margin-bottom: 4px;
  color: #b9b0a5;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.early-bird-signal > div strong {
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.1;
}

.early-bird-signal > p {
  margin: 0;
  color: #b9b1a7;
  font-size: 0.72rem;
  line-height: 1.5;
}

.early-bird-signal > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--gold-soft);
  color: var(--gold-soft);
  font-size: 0.62rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes signal-shimmer {
  0%, 62% { transform: translateX(-48%) rotate(8deg); }
  84%, 100% { transform: translateX(48%) rotate(8deg); }
}

@keyframes sparkle-pulse {
  0%, 100% { opacity: 0.72; transform: rotate(0deg) scale(0.95); }
  50% { opacity: 1; transform: rotate(18deg) scale(1.08); }
}

.edition-schedule {
  display: grid;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  grid-template-columns: 0.82fr 1.18fr;
}

.schedule-summary {
  padding: clamp(26px, 3.5vw, 42px);
  background: var(--ink);
  color: var(--white);
}

.schedule-summary > span {
  display: block;
  margin-bottom: 13px;
  color: var(--gold-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-summary strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.schedule-summary p {
  margin: 0;
  color: #bdb5aa;
  font-size: 0.75rem;
}

.schedule-details {
  background: var(--paper);
}

.schedule-details summary {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: clamp(26px, 3.5vw, 42px);
  cursor: pointer;
  gap: 24px;
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  list-style: none;
}

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

.schedule-details summary > span {
  display: flex;
  align-items: center;
  color: #7b7469;
  font-family: "Poppins", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.schedule-details summary b {
  display: inline-block;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.schedule-details[open] summary {
  min-height: auto;
  border-bottom: 1px solid var(--line);
}

.schedule-details[open] summary b {
  transform: rotate(45deg);
}

.schedule-details ol {
  margin: 0;
  padding: 8px clamp(26px, 3.5vw, 42px) 28px;
  list-style: none;
}

.schedule-details li {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  gap: 22px;
  color: #4f4a42;
  font-size: 0.76rem;
}

.schedule-details li time {
  color: #8a8277;
  font-style: italic;
}

.pricing-grid {
  display: grid;
  align-items: stretch;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.price-card {
  display: flex;
  min-height: 450px;
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid var(--line);
  background: var(--paper);
  flex-direction: column;
}

.price-card[id] {
  scroll-margin-top: 96px;
}

.price-card-featured {
  background: var(--ink);
  color: var(--white);
}

.price-card-disabled {
  border-color: rgba(23, 22, 18, 0.1);
  background: #ece9e2;
  color: #77736c;
}

.price-card-disabled .pill-outline {
  border-color: rgba(23, 22, 18, 0.18);
  color: #77736c;
}

.price-card-disabled .installment-breakdown,
.price-card-disabled .installment-breakdown p {
  border-color: rgba(23, 22, 18, 0.1);
}

.price-card-disabled .installment-breakdown span,
.price-card-disabled .installment-breakdown strong,
.price-card-disabled .price-total span,
.price-card-disabled .price-total strong,
.price-card-disabled .price-desc {
  color: #77736c;
}

.price-card-disabled .button {
  border-color: rgba(23, 22, 18, 0.25);
  background: rgba(255, 255, 255, 0.32);
  color: #69665f;
}

.price-card-disabled .button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
}

.unavailable-label {
  color: #88847c;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-topline {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
  gap: 10px;
}

.deadline {
  color: var(--gold-soft);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.price {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
  gap: 8px;
}

.price strong {
  font-family: Georgia, serif;
  font-size: clamp(3.4rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.price span {
  font-size: 0.78rem;
  font-weight: 700;
}

.price-desc {
  color: #5d584f;
  font-size: 0.85rem;
}

.price-card-featured .price-desc {
  color: #b9b0a5;
}

.price-card .button {
  margin-top: auto;
}

.price-card small {
  display: block;
  margin-top: 16px;
  color: #aaa196;
  font-size: 0.65rem;
  line-height: 1.5;
}

.installment-breakdown {
  margin: 2px 0 22px;
  border-top: 1px solid var(--line);
}

.installment-breakdown p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}

.installment-breakdown span {
  color: #6c665c;
  font-size: 0.72rem;
}

.installment-breakdown strong {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  white-space: nowrap;
}

.price-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 28px;
  gap: 18px;
}

.price-total span {
  max-width: 180px;
  color: #6c665c;
  font-size: 0.7rem;
}

.price-total strong {
  font-family: Georgia, serif;
  font-size: 1.65rem;
  font-weight: 400;
  white-space: nowrap;
}

.objections-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(185, 145, 80, 0.18), transparent 25%),
    linear-gradient(145deg, #171612, #211d16 56%, #12110e);
  color: var(--white);
  isolation: isolate;
}

.objections-section .section-heading-split > p {
  color: #bcb4aa;
}

.objections-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  perspective: 1400px;
}

.objection-card {
  position: relative;
  min-height: 270px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  perspective: 1200px;
}

.objection-card-inner {
  position: absolute;
  inset: 0;
  display: grid;
  transform-style: preserve-3d;
  transition: transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.objection-card.is-flipped .objection-card-inner {
  transform: rotateY(180deg);
}

.objection-face {
  position: absolute;
  inset: 0;
  display: flex;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  overflow: hidden;
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: center;
}

.objection-front {
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 189, 139, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.objection-front::after {
  position: absolute;
  right: -18%;
  bottom: -44%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(216, 189, 139, 0.15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 60px rgba(185, 145, 80, 0.12);
}

.objection-back {
  border-color: rgba(185, 145, 80, 0.3);
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 245, 211, 0.68), transparent 26%),
    linear-gradient(135deg, #f8f0e3, #dfc28d);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  color: var(--ink);
  transform: rotateY(180deg);
}

.objection-quote {
  height: 38px;
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 4.2rem;
  line-height: 1;
}

.objection-face strong {
  position: relative;
  z-index: 1;
  max-width: 430px;
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.objection-face small {
  margin-top: auto;
  color: var(--gold-soft);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.objection-back > span:not(.objection-index) {
  display: block;
  max-width: 500px;
  margin-top: 14px;
  color: #4f483d;
  font-size: 0.78rem;
  line-height: 1.55;
}

.objection-back small {
  color: #795a2c;
}

.objection-index {
  margin-bottom: 20px;
  color: #795a2c;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.faq-grid {
  display: grid;
  align-items: start;
  gap: 90px;
  grid-template-columns: 0.55fr 1.25fr;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro p:last-child {
  color: #5f5a50;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: grid;
  min-height: 86px;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  gap: 20px;
  grid-template-columns: 1fr 32px;
  font-family: Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  list-style: none;
}

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

.faq-item summary span {
  color: var(--gold);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  transition: transform 160ms ease;
}

.faq-item[open] summary span {
  transform: rotate(45deg);
}

.faq-item > p {
  max-width: 760px;
  margin-bottom: 26px;
  color: #5e594f;
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 12vw, 160px) 0;
  background: var(--ink);
  color: var(--white);
}

.final-cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: start;
  gap: clamp(60px, 10vw, 140px);
  grid-template-columns: 0.9fr 1.1fr;
}

.final-copy h2 {
  max-width: 650px;
}

.final-copy > p:last-child {
  max-width: 520px;
  color: #bbb3a8;
}

.interest-form {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
}

.required-note {
  margin: 0 0 20px;
  color: #91897f;
  font-size: 0.65rem;
  text-align: right;
}

.required-note span,
.field-label b {
  color: var(--gold-soft);
  font-weight: 700;
}

.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.interest-form label:not(.consent) {
  display: grid;
  margin-bottom: 22px;
  gap: 7px;
  color: var(--gold-soft);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.interest-form input:not([type="checkbox"]),
.interest-form select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  font-size: 0.9rem;
  text-transform: none;
}

.interest-form select {
  color-scheme: light;
}

.interest-form select option {
  background: var(--white);
  color: var(--ink);
}

.consent {
  display: grid;
  align-items: start;
  margin: 4px 0 24px;
  gap: 12px;
  grid-template-columns: 18px 1fr;
  color: #b8b0a5;
  font-size: 0.72rem;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: var(--gold);
}

.form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--gold-soft);
  font-size: 0.76rem;
  text-align: center;
}

.final-cta-shape {
  position: absolute;
  top: -40%;
  right: -18%;
  width: 55vw;
  height: 100vw;
  border: 1px solid rgba(185, 145, 80, 0.18);
  border-radius: 50%;
  transform: rotate(28deg);
}

.site-footer {
  padding: 52px 0 22px;
  background: #11100d;
  color: var(--white);
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  gap: 40px;
}

.brand-pair-footer {
  margin-bottom: 16px;
}

.footer-brand > p {
  margin-bottom: 0;
  color: #928b82;
  font-size: 0.68rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-links a {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  gap: 20px;
}

.footer-bottom p {
  margin-bottom: 0;
  color: #706a63;
  font-size: 0.6rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 120ms;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero h1 {
    font-size: clamp(3.7rem, 7.8vw, 5.8rem);
  }

  .hero-image-frame {
    min-height: 560px;
  }

  .facts-grid span {
    max-width: 90px;
  }

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

  .business-map {
    gap: 22px 34px;
  }

  .price strong {
    font-size: 3.4rem;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .nav-wrap {
    min-height: 72px;
  }

  .nav-toggle {
    z-index: 102;
    display: flex;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    padding: 110px 26px 40px;
    background: var(--paper);
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav > a:not(.button) {
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-visual {
    min-height: 660px;
  }

  .hero-image-frame {
    min-height: 660px;
  }

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

  .facts-grid > div {
    min-height: 118px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .facts-grid > div:nth-child(4n + 1) {
    border-left: 0;
  }

  .facts-grid > div:nth-child(2n + 1) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .section-heading-split,
  .rhythm-grid,
  .practice-grid,
  .included-grid,
  .faq-grid,
  .final-cta-grid,
  .session-grid {
    gap: 54px;
    grid-template-columns: 1fr;
  }

  .rhythm-intro,
  .included-intro,
  .faq-intro {
    position: static;
  }

  .program-content {
    padding-left: 0;
    grid-template-columns: 1fr;
  }

  .practice-gallery {
    height: auto;
  }

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

  .early-bird-signal {
    grid-template-columns: auto 1fr;
  }

  .early-bird-signal > p {
    grid-column: 2;
  }

  .early-bird-signal > a {
    grid-column: 2;
    justify-self: start;
  }

  .edition-schedule {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 400px;
  }

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

  .leaders-showcase {
    min-height: 0;
    margin-top: -10px;
    grid-template-columns: 1fr;
  }

  .leaders-showcase-copy {
    max-width: 720px;
    padding: 50px 0 0;
  }

  .leaders-showcase-visual {
    min-height: 520px;
    margin-top: -34px;
  }

  .leaders-showcase-visual img {
    right: 50%;
    bottom: -24px;
    height: 610px;
    transform: translateX(50%);
  }

  .leaders-showcase-visual > span {
    right: 4%;
    bottom: 66px;
  }

  .session-number {
    font-size: 10rem;
  }

  .place-section,
  .place-copy {
    min-height: 650px;
  }

  .braid-banner,
  .braid-banner-inner {
    min-height: 560px;
  }

  .braid-banner::before {
    inset: 0;
  }

  .braid-banner-copy {
    max-width: min(32vw, 300px);
  }

  .braid-cutout {
    right: calc((100vw - 100%) / -2 - 20px);
    bottom: -125px;
    width: auto;
    height: 125%;
    max-width: none;
    max-height: none;
  }

  .braid-banner-dark .braid-cutout {
    bottom: -195px;
    height: 125%;
  }

  .rhythm-cutout {
    top: -75px;
    right: -7%;
    height: 850px;
  }

  .rhythm-intro {
    max-width: 58%;
  }

  .rhythm-list {
    padding-top: 100px;
  }

  .braid-banner-left .braid-cutout {
    left: calc((100vw - 100%) / -2 - 20px);
  }

  .braid-banner-rose .braid-cutout {
    right: calc((100vw - 100%) / -2 - 60px);
    bottom: -80px;
    height: 112%;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .section {
    padding: 78px 0;
  }

  .brand-pair {
    gap: 8px;
  }

  .brand-pair img:first-child {
    width: 58px;
  }

  .brand-pair img:last-child {
    width: 46px;
  }

  .hero {
    padding-bottom: 50px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(3.15rem, 15vw, 4.6rem);
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-meta span {
    padding: 0;
  }

  .hero-meta span::after {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-price {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-image-frame {
    min-height: 540px;
  }

  .image-label {
    right: 14px;
    bottom: 14px;
    width: 130px;
    min-height: 110px;
  }

  .facts-grid > div {
    min-height: 105px;
    padding: 22px 16px;
  }

  .facts-grid strong {
    font-size: 2.5rem;
  }

  .facts-grid span {
    font-size: 0.58rem;
  }

  .facts-grid span small {
    font-size: 0.48rem;
  }

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

  .outcome-card {
    min-height: 260px;
  }

  .change-heading {
    margin-bottom: 28px;
  }

  .change-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .change-tab {
    min-height: 48px;
    padding: 9px 10px;
    font-size: 0.54rem;
  }

  .change-stage {
    --change-position: 0%;
    min-height: 650px;
    border-radius: 0;
  }

  .change-card {
    align-content: start;
    padding: 30px 24px;
    grid-template-columns: 1fr;
  }

  .change-card h3,
  .change-card ul {
    grid-column: 1;
    grid-row: auto;
  }

  .change-card h3 {
    margin-bottom: 24px;
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .change-label {
    align-self: auto;
    margin-bottom: 14px;
  }

  .change-card li {
    padding: 15px 4px 15px 34px;
    font-size: 0.77rem;
  }

  .change-card li::before {
    top: 16px;
    left: 2px;
  }

  .change-range-label,
  .change-divider {
    display: none;
  }

  .early-bird-signal {
    margin-top: -18px;
    padding: 22px;
    grid-template-columns: auto 1fr;
  }

  .early-bird-signal > p,
  .early-bird-signal > a {
    grid-column: 1 / -1;
  }

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

  .objection-card {
    min-height: 300px;
  }

  .objection-face {
    padding: 28px 24px;
  }

  .card-number {
    margin-bottom: 45px;
  }

  .business-map {
    display: grid;
    min-height: 430px;
    margin: 6px 0 26px;
    padding: 18px 0;
    gap: 13px 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(82px, auto));
  }

  .business-map::before {
    display: block;
    inset: 13% 10% 12%;
    opacity: 0.58;
    background:
      linear-gradient(29deg, transparent 49.55%, rgba(216, 189, 139, 0.38) 49.7%, rgba(216, 189, 139, 0.38) 50.3%, transparent 50.45%),
      linear-gradient(-29deg, transparent 49.55%, rgba(216, 189, 139, 0.34) 49.7%, rgba(216, 189, 139, 0.34) 50.3%, transparent 50.45%),
      linear-gradient(90deg, transparent 49.55%, rgba(216, 189, 139, 0.3) 49.7%, rgba(216, 189, 139, 0.3) 50.3%, transparent 50.45%);
  }

  .business-map-center::after,
  .business-node::after {
    display: none;
  }

  .business-map-center,
  .business-node,
  .business-node-offer,
  .business-node-service,
  .business-node-social,
  .business-node-clients,
  .business-node-relations,
  .business-node-web,
  .business-node-edge {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 82px;
    padding: 12px 7px;
  }

  .business-map-center::before,
  .business-node::before {
    inset: -3px -4px;
    border-width: 2px;
  }

  .business-map-center {
    min-height: 154px;
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: center;
    transform: rotate(-2deg);
  }

  .business-map-center span {
    margin-bottom: 7px;
    font-size: 0.43rem;
  }

  .business-map-center strong {
    font-size: clamp(0.82rem, 3.8vw, 1.05rem);
  }

  .business-node > span {
    font-size: clamp(0.67rem, 3.05vw, 0.88rem);
  }

  .business-node-offer { grid-column: 1; grid-row: 1; transform: rotate(-4deg); }
  .business-node-service { grid-column: 3; grid-row: 1; transform: rotate(3deg); }
  .business-node-social { grid-column: 1; grid-row: 2; transform: rotate(3deg); }
  .business-node-clients { grid-column: 3; grid-row: 2; transform: rotate(-2deg); }
  .business-node-relations { grid-column: 1; grid-row: 3; transform: rotate(-3deg); }
  .business-node-web { grid-column: 3; grid-row: 3; transform: rotate(3deg); }
  .business-node-edge { grid-column: 2; grid-row: 4; transform: rotate(-2deg); }

  .rhythm-list li {
    padding: 21px 18px;
    gap: 14px;
    grid-template-columns: 34px 1fr;
  }

  .rhythm-cutout {
    top: -45px;
    right: -28%;
    height: 680px;
  }

  .rhythm-intro {
    max-width: 72%;
  }

  .rhythm-list {
    padding-top: 70px;
  }

  .rhythm-list > li > span {
    font-size: 1.35rem;
  }

  .rhythm-result {
    padding: 21px 20px;
  }

  .program-item summary {
    min-height: 98px;
    gap: 14px;
    grid-template-columns: 38px 1fr 28px;
  }

  .program-item summary > span:nth-child(2) {
    font-size: 1.22rem;
  }

  .program-content {
    padding-bottom: 34px;
    gap: 28px;
  }

  .practice-gallery {
    height: auto;
  }

  .practice-gallery figure {
    flex-basis: calc(82vw - 32px);
    aspect-ratio: 4 / 5;
  }

  .current-panels {
    display: grid;
    min-height: 0;
    padding: 48px 0 0;
    gap: 20px;
    grid-template-areas:
      "label"
      "copy"
      "photo";
  }

  .current-panels > div:first-of-type {
    grid-area: label;
  }

  .current-panels-copy {
    position: relative;
    z-index: 2;
    display: block !important;
    grid-area: copy;
  }

  .webinar-cutout {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(390px, 94%);
    margin: -12px auto 0;
    grid-area: photo;
    justify-self: center;
    transform: none;
  }

  .place-section,
  .place-copy {
    min-height: 590px;
  }

  .place-image img {
    object-position: 63% center;
  }

  .place-overlay {
    background: linear-gradient(90deg, rgba(18, 16, 13, 0.82), rgba(18, 16, 13, 0.32));
  }

  .braid-banner,
  .braid-banner-inner {
    min-height: 900px;
  }

  .braid-banner::before {
    inset: 0;
  }

  .braid-banner-inner {
    display: block;
  }

  .braid-banner-copy,
  .braid-banner-left .braid-banner-copy {
    max-width: 100%;
    padding-top: 650px;
  }

  .braid-banner-left .braid-banner-copy {
    margin-left: 0;
  }

  .braid-banner-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }

  .braid-cutout {
    top: -20px;
    right: -12%;
    bottom: auto;
    width: auto;
    height: 600px;
    max-width: none;
    max-height: none;
  }

  .braid-banner-dark .braid-cutout {
    top: 45px;
    bottom: auto;
    height: 570px;
  }

  .braid-banner-left .braid-cutout {
    left: -12%;
  }

  .braid-banner-left,
  .braid-banner-left .braid-banner-inner {
    min-height: 0;
  }

  .braid-banner-left .braid-banner-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .braid-banner-left .braid-banner-copy {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0;
    padding: 12px 0 72px;
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
  }

  .braid-banner-left .braid-cutout {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: min(128vw, 500px);
    margin: -16px 0 0 -18%;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .braid-banner-rose .braid-cutout {
    right: -24%;
  }

  .price-card {
    min-height: 380px;
    padding: 28px;
  }

  .leader-card {
    min-height: 0;
  }

  .leaders-showcase {
    margin: -30px 0 24px;
  }

  .leaders-showcase-copy {
    padding-top: 42px;
  }

  .leaders-showcase-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .leaders-showcase-copy > p:last-child {
    font-size: 0.82rem;
  }

  .leaders-showcase-visual {
    min-height: 445px;
    margin-top: -4px;
  }

  .leaders-showcase-visual img {
    right: 50%;
    bottom: -16px;
    height: 510px;
  }

  .leaders-showcase-visual > span {
    right: 0;
    bottom: 64px;
    font-size: 0.47rem;
  }

  .leader-logo {
    width: 110px;
    margin: 0 0 18px 22px;
  }

  .leader-logo-braiding {
    width: 145px;
  }

  .session-number {
    font-size: 8rem;
  }

  .ecosystem-step,
  .ecosystem-step-academy,
  .ecosystem-step-mentoring {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .ecosystem-ladder::before {
    display: none;
  }

  .ecosystem-level {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ecosystem-copy {
    padding: 28px;
  }

  .schedule-details summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-details li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .included-list li {
    font-size: 0.85rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .interest-form {
    padding: 26px 20px;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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

/* Editorial rebuild: moodboard, proof gallery, sessions and compact cards */
.practice-section .section-heading {
  margin-bottom: 24px;
}

.student-carousel {
  width: min(100%, 1040px);
  margin-left: auto;
}

.practice-gallery {
  gap: 14px;
}

.practice-gallery figure,
.practice-gallery figure:nth-child(3) {
  flex-basis: clamp(230px, 23vw, 278px);
  aspect-ratio: 3 / 4;
}

.practice-card img {
  filter: grayscale(1) sepia(0.22) contrast(0.93);
}

.practice-card:hover img,
.practice-card:focus-visible img {
  filter: none;
}

.strategy-moodboard {
  position: relative;
  min-height: 650px;
  margin: 4px 0 26px;
  overflow: hidden;
  border: 1px solid rgba(216, 189, 139, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 40%, rgba(185, 145, 80, 0.16), transparent 34%),
    linear-gradient(135deg, #11100d, #1b1914 54%, #11100e);
  isolation: isolate;
}

.strategy-moodboard::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent);
}

.mood-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid #f3eee4;
  border-bottom-width: 34px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
}

.mood-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mood-photo-one {
  top: 46px;
  left: 4.5%;
  width: 28%;
  height: 350px;
  transform: rotate(-3deg);
}

.mood-photo-two {
  top: 32px;
  right: 5%;
  width: 25%;
  height: 300px;
  transform: rotate(3deg);
}

.mood-photo-three {
  right: 20%;
  bottom: 38px;
  width: 24%;
  height: 245px;
  transform: rotate(-2deg);
}

.mood-title {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 30%;
  width: min(44%, 520px);
  padding: clamp(24px, 3vw, 40px);
  border-radius: 20px;
  background: #f5f0e7;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
  color: var(--ink);
  transform: rotate(1.25deg);
}

.mood-title span {
  display: block;
  margin-bottom: 10px;
  color: #84632e;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mood-title strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.97;
}

.mood-note {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  padding: 11px 16px;
  border: 1px solid rgba(216, 189, 139, 0.58);
  border-radius: 999px;
  background: rgba(18, 17, 14, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  color: var(--white);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.mood-note-offer { top: 35px; left: 35%; transform: rotate(-2deg); }
.mood-note-booking { top: 42%; right: 4%; transform: rotate(2deg); }
.mood-note-social { top: 54%; left: 7%; transform: rotate(3deg); }
.mood-note-clients { bottom: 32px; left: 5%; transform: rotate(-2deg); }
.mood-note-sales { right: 6%; bottom: 42px; transform: rotate(2deg); }
.mood-note-web { bottom: 145px; left: 31%; transform: rotate(1deg); }
.mood-note-edge { top: 68px; right: 28%; transform: rotate(-3deg); }

.current-panels {
  display: grid;
  min-height: 0;
  align-items: center;
  margin-top: 18px;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(216, 189, 139, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 20%, rgba(185, 145, 80, 0.18), transparent 25%),
    rgba(255, 255, 255, 0.025);
  gap: clamp(24px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
}

.current-panels::after {
  display: none;
}

.current-panels > div {
  display: block;
}

.current-panels-copy {
  min-width: 0;
  padding: 0;
}

.current-panels-label {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}

.current-panels-copy h3 {
  max-width: 750px;
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.current-panels-copy > p {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: 0.88rem;
}

.panel-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.panel-topics span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(216, 189, 139, 0.12);
  color: var(--gold-soft);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.current-panels > .panel-benefits {
  display: grid;
  align-content: center;
  gap: 0;
}

.panel-benefits span {
  padding: 15px 0 15px 18px;
}

.session-grid {
  position: relative;
  display: grid;
  min-height: 630px;
  align-items: center;
  padding: 0 clamp(30px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 25% 36%, rgba(185, 145, 80, 0.17), transparent 30%),
    linear-gradient(135deg, #f7f2e9, #fff 64%);
  gap: clamp(22px, 4vw, 60px);
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.session-number {
  position: absolute;
  z-index: 0;
  top: 26px;
  left: 18px;
  margin: 0;
  color: rgba(185, 145, 80, 0.12);
  font-size: clamp(10rem, 22vw, 20rem);
}

.session-visual {
  position: relative;
  z-index: 1;
  align-self: end;
  height: 600px;
}

.session-visual img {
  position: absolute;
  right: 0;
  bottom: -36px;
  width: auto;
  max-width: none;
  height: 640px;
  filter: drop-shadow(16px 24px 30px rgba(55, 43, 24, 0.18));
  -webkit-mask-image: linear-gradient(to bottom, #000 0 91%, rgba(0, 0, 0, 0.7) 96%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 91%, rgba(0, 0, 0, 0.7) 96%, transparent 100%);
}

.session-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 52px 0;
}

.session-tags span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.leaders-showcase {
  width: 100vw;
  min-height: 640px;
  margin: -36px 0 38px calc(50% - 50vw);
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 46%, rgba(216, 189, 139, 0.14), transparent 29%),
    linear-gradient(90deg, #171612, #171612 54%, #211d16);
  grid-template-columns: minmax(480px, 0.9fr) minmax(0, 1.1fr);
}

.leaders-showcase::before {
  display: none;
}

.leaders-showcase-copy {
  display: flex;
  max-width: 720px;
  align-items: flex-end;
  justify-self: end;
  padding: 74px max(30px, calc((100vw - 1220px) / 2)) 82px 34px;
  text-align: right;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
}

.leaders-showcase-copy > p:last-child {
  max-width: 620px;
}

.leaders-showcase-visual {
  min-height: 640px;
  grid-column: 1;
  grid-row: 1;
}

.leaders-showcase-visual img {
  right: auto;
  bottom: -24px;
  left: clamp(-18px, 2.5vw, 38px);
  height: 640px;
  transform: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 95%, rgba(0, 0, 0, 0.72) 98%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 95%, rgba(0, 0, 0, 0.72) 98%, transparent 100%);
}

.leaders-showcase-visual > span {
  right: auto;
  bottom: 42px;
  left: max(24px, calc((100vw - 1400px) / 2));
}

.edition-schedule,
.schedule-summary,
.schedule-details,
.early-bird-signal {
  border-radius: var(--radius-card);
}

.edition-schedule {
  overflow: hidden;
}

.schedule-summary,
.schedule-details {
  overflow: hidden;
}

.objections-grid {
  gap: 12px;
}

.objection-card {
  min-height: 220px;
}

.objection-face {
  padding: 30px 34px 26px;
}

.objection-quote {
  position: absolute;
  top: 12px;
  right: 24px;
  width: auto;
  height: auto;
  opacity: 0.58;
  font-size: 3.3rem;
  line-height: 1;
}

.objection-face strong {
  max-width: 88%;
  font-size: clamp(1.35rem, 2.35vw, 2.05rem);
}

.objection-front small {
  margin-top: 22px;
}

.final-transform-graphic {
  display: grid;
  max-width: 700px;
  align-items: center;
  margin: 30px 0 26px;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}

.final-transform-graphic > span {
  display: flex;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(216, 189, 139, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  flex-direction: column;
  justify-content: center;
}

.final-transform-graphic small {
  margin-bottom: 7px;
  color: var(--gold-soft);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-transform-graphic strong {
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 400;
  line-height: 1.1;
}

.final-transform-graphic i {
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-style: normal;
}

@media (max-width: 900px) {
  .strategy-moodboard {
    min-height: 720px;
  }

  .mood-photo-one { width: 34%; }
  .mood-photo-two { width: 30%; }
  .mood-title { top: 190px; left: 27%; width: 52%; }
  .mood-photo-three { right: 12%; width: 31%; }

  .current-panels {
    grid-template-columns: 1fr;
  }

  .current-panels > .panel-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .session-grid {
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
  }

  .session-visual img {
    right: -28px;
  }

  .leaders-showcase {
    min-height: 570px;
    grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  }

  .leaders-showcase-visual,
  .leaders-showcase-copy {
    min-height: 570px;
  }

  .leaders-showcase-visual img {
    left: -48px;
    height: 590px;
  }
}

@media (max-width: 700px) {
  .student-carousel {
    width: 100%;
  }

  .practice-gallery figure,
  .practice-gallery figure:nth-child(3) {
    flex-basis: min(68vw, 245px);
  }

  .strategy-moodboard {
    display: grid;
    min-height: 0;
    padding: 18px;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mood-photo,
  .mood-title,
  .mood-note {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .mood-title {
    padding: 22px;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .mood-title strong {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .mood-photo {
    min-height: 190px;
    border-width: 6px 6px 24px;
  }

  .mood-photo-one { grid-column: 1; grid-row: 2; }
  .mood-photo-two { grid-column: 2; grid-row: 2; }
  .mood-photo-three { display: none; }

  .mood-note {
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 9px;
    text-align: center;
  }

  .current-panels {
    padding: 28px 22px;
  }

  .current-panels-copy {
    padding: 0;
  }

  .current-panels-copy h3 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .current-panels > .panel-benefits {
    grid-template-columns: 1fr;
  }

  .session-grid {
    min-height: 0;
    padding: 34px 22px 0;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .session-copy {
    padding: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .session-visual {
    width: 100%;
    height: 430px;
    grid-column: 1;
    grid-row: 2;
  }

  .session-visual img {
    right: 50%;
    bottom: -34px;
    height: 455px;
    transform: translateX(50%);
  }

  .session-number {
    top: auto;
    right: 12px;
    bottom: 28px;
    left: auto;
    font-size: 11rem;
  }

  .leaders-showcase {
    min-height: 0;
    margin-top: -18px;
    grid-template-columns: 1fr;
  }

  .leaders-showcase-copy {
    min-height: 0;
    align-items: flex-end;
    padding: 46px 24px 20px;
    text-align: right;
    grid-column: 1;
    grid-row: 1;
  }

  .leaders-showcase-copy h2 {
    margin-bottom: 18px;
  }

  .leaders-showcase-copy > p:last-child {
    font-size: 0.82rem;
  }

  .leaders-showcase-visual {
    min-height: 440px;
    grid-column: 1;
    grid-row: 2;
  }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -18px;
    left: -45px;
    height: 455px;
  }

  .leaders-showcase-visual > span {
    display: none;
  }

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

  .objection-card {
    min-height: 205px;
  }

  .objection-face {
    padding: 28px 24px 24px;
  }

  .final-transform-graphic {
    gap: 7px;
  }

  .final-transform-graphic > span {
    min-height: 96px;
    padding: 12px 10px;
  }

  .final-transform-graphic strong {
    font-size: 0.9rem;
  }

  .final-transform-graphic i {
    font-size: 1.15rem;
  }
}

@media (max-width: 430px) {
  .strategy-moodboard {
    padding: 14px;
    gap: 9px;
  }

  .mood-photo {
    min-height: 160px;
  }

  .mood-note {
    min-height: 44px;
    font-size: 0.56rem;
  }

  .session-visual {
    height: 390px;
  }

  .session-visual img {
    height: 415px;
  }

  .leaders-showcase-visual {
    min-height: 390px;
  }

  .leaders-showcase-visual img {
    left: -62px;
    height: 415px;
  }
}

/* Screenshot-led layout fixes — logos, image/text spacing and program flow */
.nav-wrap {
  min-height: 94px;
}

.site-header .brand-pair {
  gap: 14px;
}

.site-header .brand-pair img:first-child {
  width: 152px;
  max-height: 78px;
}

.site-header .brand-pair img:last-child {
  width: 76px;
  max-height: 72px;
}

.site-header .brand-pair > span {
  font-size: 1.25rem;
}

.brand-pair-footer {
  gap: 18px;
}

.brand-pair-footer img:first-child {
  width: 176px;
  max-height: 92px;
}

.brand-pair-footer img:last-child {
  width: 104px;
  max-height: 92px;
}

.leader-logo-braiding {
  width: min(310px, 100%);
}

.leader-logo-braiding img {
  width: 100%;
  max-height: 118px;
}

@media (min-width: 901px) {
  .braid-banner,
  .braid-banner-inner {
    min-height: clamp(560px, 38vw, 650px);
  }

  .braid-banner-left .braid-banner-inner {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .braid-banner-left .braid-banner-copy {
    max-width: 590px;
    justify-self: start;
    transform: translate(-8%, -18px);
  }

  .braid-banner-left .braid-cutout {
    bottom: -150px;
    height: 158%;
  }

  .braid-banner-rose .braid-banner-inner {
    grid-template-columns: 1.12fr 0.88fr;
  }

  .braid-banner-rose .braid-banner-copy {
    max-width: 600px;
    transform: translateX(clamp(45px, 7vw, 135px));
  }

  .braid-banner-rose .braid-cutout {
    right: calc((100vw - 100%) / -2 - 18px);
    bottom: -250px;
    height: 180%;
  }
}

.rhythm-list li {
  border-color: rgba(216, 189, 139, 0.2);
  background: rgba(17, 16, 13, 0.88);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(13px);
}

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

.rhythm-list p {
  color: #ded7cd;
}

.rhythm-list .step-outcome {
  color: var(--gold-soft);
}

.program-content {
  align-items: start;
  padding: 0 6px 42px 90px;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-content > div:first-child {
  grid-column: 1 / 3;
  grid-row: 1;
}

.between-plan {
  display: contents;
}

.between-plan-core,
.program-content aside .mastermind-note,
.program-content aside .online-panel-note {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(185, 145, 80, 0.22);
  border-left: 2px solid var(--gold);
  border-radius: 22px;
  background: var(--paper);
}

.between-plan-core {
  align-self: stretch;
  grid-column: 3;
  grid-row: 1;
}

.between-plan-core > strong {
  display: block;
  margin-bottom: 9px;
  color: #806132;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.between-plan-core > p {
  margin: 0;
  color: #534e45;
  font-size: 0.82rem;
}

.between-plan-core > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 7px;
}

.between-plan-core > div span {
  padding: 8px 10px;
  border: 1px solid rgba(185, 145, 80, 0.34);
  border-radius: 999px;
  color: #72562d;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.program-content aside .mastermind-note {
  grid-column: 1;
  grid-row: 2;
}

.program-content aside .online-panel-note {
  grid-column: 2 / 4;
  grid-row: 2;
}

.program-item:last-child .program-content > div:first-child {
  grid-column: 1 / -1;
}

.after-school-note {
  display: grid;
  align-items: center;
  margin: 28px 0 0;
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #171612, #2b261d);
  box-shadow: 0 18px 42px rgba(23, 22, 18, 0.14);
  color: #f5f0e7;
  gap: 10px 24px;
  grid-template-columns: auto 1fr;
}

.after-school-note span {
  color: var(--gold-soft);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-section .section-heading > p:last-child {
  max-width: 500px;
}

.final-transform-graphic {
  width: 100%;
  max-width: 820px;
  gap: 10px;
  grid-template-columns: minmax(150px, 0.86fr) auto minmax(220px, 1.2fr) auto minmax(230px, 1.28fr);
}

.final-transform-graphic > span {
  width: 100%;
  height: 142px;
  min-height: 0;
  padding: 18px 20px;
}

.final-transform-graphic strong {
  font-size: clamp(1rem, 1.5vw, 1.28rem);
}

@media (max-width: 1200px) {
  .rhythm-grid {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .rhythm-cutout {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 80px);
    height: 470px;
    max-width: none;
    margin: -48px -40px 4px;
    object-fit: cover;
    object-position: 67% 8%;
    grid-column: 1;
    grid-row: 1;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 76%, rgba(0, 0, 0, 0.76) 86%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 76%, rgba(0, 0, 0, 0.76) 86%, transparent 100%);
  }

  .rhythm-intro {
    position: relative;
    top: auto;
    max-width: 100%;
    padding-top: 0;
    grid-column: 1;
    grid-row: 2;
  }

  .rhythm-intro > p:not(.kicker),
  .rhythm-result {
    max-width: 720px;
  }

  .rhythm-list {
    padding: 32px 0 0;
    grid-column: 1;
    grid-row: 3;
  }

  .program-content {
    padding-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-content > div:first-child {
    grid-column: 1 / -1;
  }

  .between-plan-core {
    grid-column: 1;
    grid-row: 2;
  }

  .program-content aside .mastermind-note {
    grid-column: 2;
    grid-row: 2;
  }

  .program-content aside .online-panel-note {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

@media (max-width: 900px) {
  .site-header .brand-pair img:first-child {
    width: 126px;
    max-height: 68px;
  }

  .site-header .brand-pair img:last-child {
    width: 66px;
    max-height: 64px;
  }

  .braid-banner,
  .braid-banner-inner {
    min-height: 0;
  }

  .braid-banner-inner,
  .braid-banner-left .braid-banner-inner,
  .braid-banner-rose .braid-banner-inner {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 430px auto;
  }

  .braid-banner-copy,
  .braid-banner-left .braid-banner-copy,
  .braid-banner-rose .braid-banner-copy {
    max-width: 100%;
    padding: 0 0 48px;
    transform: none;
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
  }

  .braid-banner .braid-cutout,
  .braid-banner-left .braid-cutout,
  .braid-banner-rose .braid-cutout {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 460px;
    margin: -24px auto -8px;
    transform: none;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .nav-wrap {
    min-height: 84px;
  }

  .site-header .brand-pair {
    gap: 8px;
  }

  .site-header .brand-pair img:first-child {
    width: 108px;
    max-height: 60px;
  }

  .site-header .brand-pair img:last-child {
    width: 58px;
    max-height: 56px;
  }

  .brand-pair-footer img:first-child {
    width: 145px;
  }

  .brand-pair-footer img:last-child {
    width: 88px;
  }

  .rhythm-cutout {
    width: calc(100% + 44px);
    height: 340px;
    margin: -32px -22px 4px;
    object-position: 68% 7%;
  }

  .program-content {
    grid-template-columns: 1fr;
  }

  .between-plan-core,
  .program-content aside .mastermind-note,
  .program-content aside .online-panel-note {
    grid-column: 1;
    grid-row: auto;
  }

  .after-school-note {
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .braid-banner-inner,
  .braid-banner-left .braid-banner-inner,
  .braid-banner-rose .braid-banner-inner {
    grid-template-rows: 350px auto;
  }

  .braid-banner .braid-cutout,
  .braid-banner-left .braid-cutout,
  .braid-banner-rose .braid-cutout {
    height: 390px;
  }

  .final-transform-graphic {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .final-transform-graphic > span {
    height: 104px;
  }

  .final-transform-graphic i {
    line-height: 1;
    text-align: center;
    transform: rotate(90deg);
  }
}

/* Compact editorial refinements */
.facts-grid {
  display: flex;
  overflow-x: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--gold) transparent;
  scrollbar-width: thin;
}

.facts-grid > div,
.facts-grid > div:nth-child(4n + 1),
.facts-grid > div:nth-child(2n + 1) {
  flex: 0 0 clamp(205px, 20vw, 255px);
  min-height: 98px;
  padding: 17px 22px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  gap: 12px;
  scroll-snap-align: start;
}

.facts-grid strong,
.facts-grid .fact-extra strong {
  font-size: clamp(2.1rem, 3vw, 2.65rem);
}

.facts-grid span {
  max-width: 152px;
  font-size: 0.59rem;
  line-height: 1.42;
}

.facts-grid span small {
  font-size: 0.47rem;
}

.transformation .section-heading {
  margin-bottom: 34px;
}

.outcomes-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 0;
  grid-template-columns: 1fr;
}

.outcome-card {
  display: grid;
  min-height: 0;
  align-items: center;
  padding: 24px 8px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  gap: 24px;
  grid-template-columns: 62px minmax(220px, 0.75fr) minmax(0, 1.25fr);
  transition: background 180ms ease, padding 180ms ease;
}

.outcome-card:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: linear-gradient(90deg, rgba(216, 189, 139, 0.11), transparent 78%);
  transform: none;
}

.outcome-card .card-number,
.outcome-card h3,
.outcome-card p {
  margin: 0;
}

.outcome-card .card-number {
  font-size: 1.12rem;
}

.outcome-card h3 {
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400;
}

.practice-section {
  padding-top: clamp(68px, 7vw, 92px);
  padding-bottom: clamp(72px, 8vw, 104px);
  background:
    radial-gradient(circle at 86% 10%, rgba(216, 189, 139, 0.16), transparent 22%),
    var(--white);
}

.practice-section .section-heading {
  margin-bottom: 22px;
  gap: 38px;
  grid-template-columns: 0.9fr 1.1fr;
}

.practice-section .section-heading > p:last-child {
  max-width: 560px;
  justify-self: end;
  font-size: 0.88rem;
}

.student-carousel {
  position: relative;
}

.student-carousel .carousel-controls {
  margin-bottom: 12px;
}

.practice-gallery {
  padding: 0 0 12px;
  gap: 14px;
}

.practice-gallery figure,
.practice-gallery figure:nth-child(3) {
  position: relative;
  flex: 0 0 clamp(230px, 22vw, 310px);
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(23, 22, 18, 0.14);
  background: #d8bd8b;
}

.practice-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  color: var(--white);
  text-align: left;
}

.practice-card img,
.practice-gallery figure:nth-child(3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) sepia(0.34) saturate(0.5) contrast(0.94) brightness(0.94);
  transition: filter 280ms ease, transform 400ms ease;
}

.practice-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(23, 22, 18, 0.82), transparent 42%);
  pointer-events: none;
}

.practice-card > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.practice-card small {
  color: var(--gold-soft);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-card strong {
  font-size: 0.61rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.practice-card:hover img,
.practice-card:focus-visible img {
  filter: grayscale(1) sepia(0.26) saturate(0.58) contrast(0.98) brightness(0.98);
  transform: scale(1.035);
}

.practice-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -4px;
}

body.gallery-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  padding: 28px;
  background: rgba(12, 11, 9, 0.9);
  opacity: 0;
  place-items: center;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gallery-lightbox-dialog {
  position: relative;
  display: grid;
  width: min(1060px, 100%);
  max-height: 88vh;
  overflow: auto;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
}

.gallery-lightbox-dialog > img {
  width: 100%;
  height: min(82vh, 760px);
  object-fit: contain;
  background: var(--ink);
}

.gallery-lightbox-dialog > div {
  align-self: center;
  padding: clamp(32px, 5vw, 64px);
}

.gallery-lightbox-dialog h3 {
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
}

.gallery-lightbox-dialog > div > p:last-child {
  margin: 0;
  color: #625d54;
  font-size: 0.85rem;
}

.gallery-lightbox-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(23, 22, 18, 0.35);
  background: var(--paper);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  place-items: center;
}

.business-section .section-heading {
  margin-bottom: 30px;
}

.business-map {
  position: relative;
  display: block;
  min-height: 560px;
  margin: 0 0 22px;
  background: radial-gradient(circle at center, rgba(216, 189, 139, 0.08), transparent 31%);
  isolation: isolate;
}

.business-map::before {
  display: none;
}

.business-map-arrows {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.business-map-center,
.business-node {
  z-index: 2;
  min-height: 96px;
  padding: 18px 24px;
  border-radius: 49% 43% 52% 46% / 42% 55% 44% 58%;
  background: var(--ink);
}

.business-map-center {
  min-height: 166px;
}

.business-map-center::before,
.business-node::before {
  border-width: 4px;
  border-radius: 48% 43% 52% 46% / 42% 55% 44% 58%;
  box-shadow: 0 0 18px rgba(185, 145, 80, 0.08);
}

.business-map-center::after,
.business-node::after {
  position: absolute;
  inset: -10px -7px;
  display: block;
  width: auto;
  height: auto;
  border: 1.5px solid rgba(216, 189, 139, 0.46);
  border-radius: 43% 55% 45% 56% / 54% 43% 57% 46%;
  content: "";
  transform: rotate(3deg);
  pointer-events: none;
}

.business-map-center strong,
.business-node > span {
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-style: normal;
  letter-spacing: -0.02em;
}

.business-map-center strong {
  font-size: clamp(1.4rem, 2.2vw, 2.05rem);
}

.business-node > span {
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
}

.current-panels {
  position: relative;
  display: grid;
  min-height: 440px;
  align-items: stretch;
  margin-top: 22px;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 82% 48%, rgba(216, 189, 139, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 62%);
  gap: 0;
  grid-template-areas: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
}

.current-panels::after {
  position: absolute;
  right: 6%;
  bottom: -25%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(216, 189, 139, 0.22);
  border-radius: 50%;
  content: "";
}

.current-panels-copy {
  position: relative;
  z-index: 2;
  display: block;
  align-self: center;
  max-width: 760px;
  padding: 56px clamp(28px, 5vw, 76px) 56px 0;
  grid-area: auto;
}

.current-panels-label {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  gap: 12px;
}

.current-panels-label .kicker {
  margin: 0;
}

.current-panels-copy h3 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  line-height: 1.02;
}

.current-panels-copy > p {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: 0.88rem;
  line-height: 1.8;
}

.current-panels-visual {
  position: relative;
  z-index: 1;
  min-height: 440px;
  grid-area: auto;
}

.webinar-cutout {
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: -38px;
  left: auto;
  width: auto;
  max-width: none;
  height: 520px;
  margin: 0;
  filter: drop-shadow(18px 28px 28px rgba(0, 0, 0, 0.32));
  transform: none;
}

.braid-banner-left {
  --banner-background:
    linear-gradient(
      to bottom,
      var(--ink) 0%,
      rgba(23, 22, 18, 0.76) 10%,
      rgba(23, 22, 18, 0.25) 24%,
      transparent 38%,
      rgba(255, 253, 249, 0.13) 62%,
      rgba(255, 253, 249, 0.7) 81%,
      var(--white) 94%,
      var(--white) 100%
    ),
    var(--banner-surface);
}

.braid-banner-left .braid-banner-inner {
  min-height: clamp(440px, 33vw, 520px);
}

.braid-banner-left .braid-banner-copy {
  align-self: center;
  transform: translateY(-20px);
}

.braid-banner-left .braid-cutout {
  bottom: -108px;
  height: 122%;
}

@media (max-width: 860px) {
  .outcome-card {
    grid-template-columns: 54px minmax(190px, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
  }

  .practice-section .section-heading {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .practice-section .section-heading > p:last-child {
    justify-self: start;
  }

  .current-panels {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .current-panels-copy {
    padding: 46px 28px 0;
  }

  .current-panels-visual {
    min-height: 430px;
  }

  .webinar-cutout {
    right: 50%;
    bottom: -34px;
    height: 470px;
    transform: translateX(50%);
  }
}

@media (max-width: 600px) {
  .facts-grid > div,
  .facts-grid > div:nth-child(4n + 1),
  .facts-grid > div:nth-child(2n + 1) {
    flex-basis: 68vw;
    min-height: 88px;
    padding: 15px 18px;
  }

  .facts-grid strong,
  .facts-grid .fact-extra strong {
    font-size: 2.2rem;
  }

  .outcome-card {
    align-items: start;
    padding: 22px 0;
    gap: 7px 14px;
    grid-template-columns: 40px 1fr;
  }

  .outcome-card .card-number {
    grid-row: 1 / 3;
  }

  .outcome-card h3,
  .outcome-card p {
    grid-column: 2;
  }

  .outcome-card p {
    font-size: 0.78rem;
  }

  .practice-section {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .practice-gallery figure,
  .practice-gallery figure:nth-child(3) {
    flex-basis: min(72vw, 270px);
  }

  .carousel-button {
    width: 42px;
    height: 42px;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox-dialog {
    max-height: 92vh;
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-dialog > img {
    height: min(62vh, 560px);
  }

  .gallery-lightbox-dialog > div {
    padding: 24px;
  }

  .gallery-lightbox-dialog h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }

  .business-map {
    display: grid;
    min-height: 400px;
    margin: 0 0 20px;
    padding: 10px 0;
    gap: 12px 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(76px, auto));
  }

  .business-map-center,
  .business-node,
  .business-node-offer,
  .business-node-service,
  .business-node-social,
  .business-node-clients,
  .business-node-relations,
  .business-node-web,
  .business-node-edge {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 76px;
    padding: 10px 6px;
  }

  .business-map-center {
    min-height: 142px;
    align-self: center;
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .business-map-center::before,
  .business-node::before {
    inset: -3px -4px;
    border-width: 2.5px;
  }

  .business-map-center::after,
  .business-node::after {
    inset: -6px -2px;
    display: block;
    border-width: 1px;
  }

  .business-map-center span {
    font-size: 0.4rem;
  }

  .business-map-center strong {
    font-size: clamp(0.78rem, 3.7vw, 1rem);
  }

  .business-node > span {
    font-size: clamp(0.64rem, 3vw, 0.86rem);
  }

  .business-node-offer { grid-column: 1; grid-row: 1; transform: rotate(-4deg); }
  .business-node-service { grid-column: 3; grid-row: 1; transform: rotate(3deg); }
  .business-node-social { grid-column: 1; grid-row: 2; transform: rotate(3deg); }
  .business-node-clients { grid-column: 3; grid-row: 2; transform: rotate(-2deg); }
  .business-node-relations { grid-column: 1; grid-row: 3; transform: rotate(-3deg); }
  .business-node-web { grid-column: 3; grid-row: 3; transform: rotate(3deg); }
  .business-node-edge { grid-column: 2; grid-row: 4; transform: rotate(-2deg); }

  .current-panels-copy {
    padding: 40px 22px 0;
  }

  .current-panels-copy h3 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .current-panels-copy > p {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .current-panels-visual {
    min-height: 360px;
  }

  .webinar-cutout {
    bottom: -28px;
    height: 395px;
  }

  .braid-banner-left .braid-banner-inner {
    min-height: 0;
  }

  .braid-banner-left .braid-banner-copy {
    padding: 0 0 52px;
    transform: none;
  }

  .braid-banner-left .braid-cutout {
    height: min(105vw, 410px);
    margin: -8px 0 -10px -14%;
  }
}

/* Final responsive and visual coherence */
:root {
  --radius-card: 24px;
  --radius-small: 16px;
}

.button,
.link-button,
.change-tab,
.carousel-button,
.gallery-lightbox-close,
.nav-toggle {
  border-radius: 999px;
}

.change-stage,
.early-bird-signal,
.program-content aside,
.practice-gallery figure,
.gallery-lightbox-dialog,
.current-panels,
.ecosystem-step,
.included-list,
.leader-card,
.leaders-showcase,
.price-card,
.objection-card,
.objection-face,
.faq-item,
.interest-form {
  border-radius: var(--radius-card);
}

.program-content aside,
.practice-gallery figure,
.current-panels,
.ecosystem-step,
.included-list,
.leader-card,
.leaders-showcase,
.price-card,
.faq-item {
  overflow: hidden;
}

.practice-card strong {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(23, 22, 18, 0.34);
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  place-items: center;
  backdrop-filter: blur(8px);
}

.practice-card:hover img,
.practice-card:focus-visible img {
  filter: none;
  transform: scale(1.04);
}

.gallery-lightbox-dialog {
  border: 1px solid rgba(216, 189, 139, 0.34);
}

.gallery-lightbox-close {
  border-color: rgba(23, 22, 18, 0.22);
}

.facts-grid {
  padding: 8px 0;
  border-left: 0;
  gap: 8px;
}

.facts-grid > div,
.facts-grid > div:nth-child(4n + 1),
.facts-grid > div:nth-child(2n + 1) {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.outcomes-grid {
  border: 0;
  gap: 10px;
}

.outcome-card {
  border: 1px solid var(--line);
  border-radius: 18px;
}

.rhythm-list li {
  border-radius: 18px;
}

.practice-gallery figure,
.practice-gallery figure:nth-child(3) {
  flex-basis: clamp(300px, 34vw, 420px);
}

.strategy-system {
  position: relative;
  display: grid;
  align-items: center;
  margin: 4px 0 28px;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(216, 189, 139, 0.22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 19% 50%, rgba(216, 189, 139, 0.18), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
}

.strategy-system::after {
  position: absolute;
  top: -150px;
  left: -130px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(216, 189, 139, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.strategy-system-core {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 310px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(216, 189, 139, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(145deg, #b99150, #765524 72%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.22);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
}

.strategy-system-core span {
  margin-bottom: 14px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.strategy-system-core strong {
  max-width: 280px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.strategy-system-list {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0 clamp(18px, 3vw, 38px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.strategy-system-list li {
  display: grid;
  min-height: 78px;
  align-items: center;
  border-bottom: 1px solid rgba(216, 189, 139, 0.24);
  gap: 14px;
  grid-template-columns: 32px 1fr;
}

.strategy-system-list li:last-child {
  grid-column: 1 / -1;
}

.strategy-system-list span {
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 0.75rem;
  font-style: italic;
}

.strategy-system-list strong {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(1.05rem, 1.55vw, 1.4rem);
  font-weight: 400;
  line-height: 1.15;
}

.current-panels {
  border: 1px solid rgba(216, 189, 139, 0.24);
}

.leaders-showcase {
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
}

.leaders-showcase-copy {
  padding-right: clamp(28px, 4vw, 64px);
  padding-left: clamp(20px, 3vw, 44px);
  grid-column: 2;
}

.leaders-showcase-visual {
  grid-column: 1;
  grid-row: 1;
}

.leaders-showcase-visual img {
  right: auto;
  bottom: -86px;
  left: -170px;
  height: 730px;
  transform: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 80%, rgba(0, 0, 0, 0.82) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 80%, rgba(0, 0, 0, 0.82) 88%, transparent 100%);
}

.leaders-showcase-visual > span {
  right: auto;
  bottom: 52px;
  left: 18px;
}

@media (max-width: 860px) {
  .strategy-system {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }

  .strategy-system-core {
    min-height: 250px;
  }

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

  .strategy-system-list li:last-child {
    grid-column: auto;
  }

  .leaders-showcase {
    grid-template-columns: 1fr;
  }

  .leaders-showcase-copy {
    padding: 50px 34px 8px;
    grid-column: 1;
    grid-row: 1;
  }

  .leaders-showcase-visual {
    min-height: 470px;
    margin-top: -12px;
    grid-column: 1;
    grid-row: 2;
  }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -72px;
    left: -132px;
    height: 590px;
    transform: none;
  }

  .leaders-showcase-visual > span {
    right: 20px;
    left: auto;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 62px 0;
  }

  .section-heading-split,
  .rhythm-grid,
  .practice-grid,
  .included-grid,
  .faq-grid,
  .final-cta-grid,
  .session-grid {
    gap: 30px;
  }

  .practice-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .practice-section .section-heading {
    margin-bottom: 14px;
    gap: 12px;
  }

  .student-carousel .carousel-controls {
    margin-bottom: 10px;
  }

  .practice-gallery figure,
  .practice-gallery figure:nth-child(3) {
    flex-basis: min(74vw, 270px);
    border-radius: 20px;
  }

  .practice-card > span {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .practice-card small {
    max-width: 150px;
    font-size: 0.5rem;
  }

  .practice-card strong {
    width: 32px;
    height: 32px;
  }

  .rhythm-section {
    padding-top: 36px;
    padding-bottom: 54px;
  }

  .rhythm-grid {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .rhythm-cutout {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 60px);
    height: 320px;
    max-width: none;
    margin: -34px -30px 6px 0;
    object-fit: cover;
    object-position: 58% 12%;
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 76%, rgba(0, 0, 0, 0.8) 84%, rgba(0, 0, 0, 0.3) 92%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 76%, rgba(0, 0, 0, 0.8) 84%, rgba(0, 0, 0, 0.3) 92%, transparent 100%);
  }

  .rhythm-intro {
    position: relative;
    top: auto;
    z-index: 2;
    max-width: 100%;
    padding-top: 4px;
    grid-column: 1;
    grid-row: 2;
  }

  .rhythm-intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .rhythm-result {
    margin-top: 22px;
    padding: 20px;
    border-radius: 0 16px 16px 0;
  }

  .rhythm-list {
    margin: 0;
    padding: 24px 0 0;
    gap: 10px;
    grid-column: 1;
    grid-row: 3;
  }

  .rhythm-list li {
    padding: 18px 16px;
    gap: 12px;
    grid-template-columns: 38px 1fr;
  }

  .rhythm-list strong {
    font-size: 0.98rem;
  }

  .rhythm-list p {
    margin-bottom: 10px;
    font-size: 0.77rem;
  }

  .business-section .section-heading {
    margin-bottom: 20px;
  }

  .strategy-system {
    padding: 18px;
    border-radius: 24px;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .strategy-system-core {
    min-height: 170px;
    padding: 26px;
    border-radius: 24px;
  }

  .strategy-system-core strong {
    max-width: 250px;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .strategy-system-list li {
    min-height: 58px;
  }

  .strategy-system-list strong {
    font-size: 1.03rem;
  }

  .current-panels {
    margin-top: 22px;
    border-radius: 24px;
  }

  .current-panels-copy {
    padding: 32px 22px 2px;
  }

  .current-panels-label {
    margin-bottom: 14px;
  }

  .current-panels-copy h3 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 9.5vw, 2.7rem);
  }

  .current-panels-copy > p {
    margin-bottom: 18px;
    font-size: 0.78rem;
    line-height: 1.62;
  }

  .current-panels-visual {
    min-height: 305px;
  }

  .webinar-cutout {
    right: auto;
    bottom: -34px;
    left: -14px;
    height: 345px;
    transform: none;
  }

  .braid-banner,
  .braid-banner-inner {
    min-height: 0;
  }

  .braid-banner-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 380px auto;
  }

  .braid-banner-copy,
  .braid-banner-left .braid-banner-copy {
    max-width: 100%;
    padding: 0 0 42px;
    grid-column: 1;
    grid-row: 2;
  }

  .braid-cutout {
    top: -12px;
    right: -30%;
    bottom: auto;
    height: 410px;
  }

  .braid-banner-rose .braid-cutout {
    top: -8px;
    right: -34%;
    bottom: auto;
    height: 420px;
  }

  .braid-banner-left .braid-banner-inner {
    grid-template-rows: auto auto;
  }

  .braid-banner-left .braid-cutout {
    height: min(100vw, 390px);
    margin: -6px 0 -4px -24%;
  }

  .leaders-showcase {
    margin: 0 0 22px;
    border-radius: 24px;
  }

  .leaders-showcase-copy {
    padding: 34px 22px 0;
  }

  .leaders-showcase-copy h2 {
    margin-bottom: 18px;
  }

  .leaders-showcase-visual {
    min-height: 390px;
    margin-top: -20px;
  }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -74px;
    left: -138px;
    height: 510px;
  }

  .leaders-showcase-visual > span {
    display: none;
  }

  .leader-card,
  .price-card,
  .interest-form {
    border-radius: 20px;
  }
}

/* Centered sticky-header branding */
.nav-wrap {
  position: relative;
}

.site-header .brand-pair {
  position: absolute;
  left: 50%;
  gap: 10px;
  transform: translateX(-50%);
}

.site-header .brand-pair img:first-child {
  width: 90px;
  max-height: 60px;
}

.site-header .brand-pair img:last-child {
  width: 58px;
  max-height: 58px;
}

.site-header .main-nav,
.site-header .nav-toggle {
  margin-left: auto;
}

@media (max-width: 1240px) {
  .site-header .nav-toggle {
    z-index: 102;
    display: flex;
  }

  .site-header .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .site-header .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-header .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    padding: 110px 26px 40px;
    background: var(--paper);
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .main-nav > a:not(.button) {
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }
}

@media (max-width: 600px) {
  .site-header .brand-pair {
    gap: 7px;
  }

  .site-header .brand-pair img:first-child {
    width: 76px;
    max-height: 52px;
  }

  .site-header .brand-pair img:last-child {
    width: 50px;
    max-height: 50px;
  }

  .site-header .brand-pair > span {
    font-size: 0.84rem;
  }
}

/* Continuous school-facts ticker */
.facts-strip {
  overflow: hidden;
}

.facts-marquee {
  width: 100%;
  overflow: hidden;
}

.facts-track {
  display: flex;
  width: max-content;
  animation: facts-ticker 38s linear infinite;
  will-change: transform;
}

.facts-track:hover,
.facts-track:focus-within {
  animation-play-state: paused;
}

.facts-track .facts-grid {
  flex: 0 0 auto;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 8px 4px;
  overflow: visible;
  border: 0;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.facts-track .facts-grid::-webkit-scrollbar {
  display: none;
}

.facts-track .facts-grid > div,
.facts-track .facts-grid > div:nth-child(4n + 1),
.facts-track .facts-grid > div:nth-child(2n + 1) {
  flex-basis: clamp(225px, 20vw, 265px);
}

@keyframes facts-ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .facts-track {
    animation-duration: 34s;
  }

  .facts-track .facts-grid > div,
  .facts-track .facts-grid > div:nth-child(4n + 1),
  .facts-track .facts-grid > div:nth-child(2n + 1) {
    flex-basis: min(72vw, 270px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .facts-marquee {
    overflow-x: auto;
  }

  .facts-track {
    animation: none;
  }

  .facts-track .facts-grid[aria-hidden="true"] {
    display: none;
  }
}

/* Keep the editorial layouts authoritative after legacy responsive rules. */
.practice-gallery figure,
.practice-gallery figure:nth-child(3) {
  flex-basis: clamp(230px, 23vw, 278px);
  aspect-ratio: 3 / 4;
}

.current-panels {
  display: grid;
  min-height: 0;
  align-items: center;
  margin-top: 18px;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(216, 189, 139, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 20%, rgba(185, 145, 80, 0.18), transparent 25%),
    rgba(255, 255, 255, 0.025);
  gap: clamp(24px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
}

.current-panels::after {
  display: none;
}

.current-panels > div {
  display: block;
}

.current-panels-copy {
  min-width: 0;
  padding: 0;
}

.current-panels-label {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}

.current-panels-copy h3 {
  max-width: 750px;
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.current-panels-copy > p {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: 0.88rem;
}

.current-panels > .panel-benefits {
  display: grid;
  align-content: center;
  gap: 0;
}

.leaders-showcase {
  width: 100vw;
  min-height: 640px;
  margin: -36px 0 38px calc(50% - 50vw);
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 46%, rgba(216, 189, 139, 0.14), transparent 29%),
    linear-gradient(90deg, #171612, #171612 54%, #211d16);
  grid-template-columns: minmax(480px, 0.9fr) minmax(0, 1.1fr);
}

.leaders-showcase::before {
  display: none;
}

.leaders-showcase-copy {
  display: flex;
  max-width: 720px;
  align-items: flex-end;
  justify-self: end;
  padding: 74px max(30px, calc((100vw - 1220px) / 2)) 82px 34px;
  text-align: right;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
}

.leaders-showcase-copy > p:last-child {
  max-width: 620px;
}

.leaders-showcase-visual {
  min-height: 640px;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
}

.leaders-showcase-visual img {
  right: auto;
  bottom: -24px;
  left: clamp(-18px, 2.5vw, 38px);
  height: 640px;
  transform: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 95%, rgba(0, 0, 0, 0.72) 98%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 95%, rgba(0, 0, 0, 0.72) 98%, transparent 100%);
}

.leaders-showcase-visual > span {
  right: auto;
  bottom: 42px;
  left: max(24px, calc((100vw - 1400px) / 2));
}

@media (max-width: 900px) {
  .current-panels {
    grid-template-columns: 1fr;
  }

  .current-panels > .panel-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .leaders-showcase {
    min-height: 570px;
    grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  }

  .leaders-showcase-visual,
  .leaders-showcase-copy {
    min-height: 570px;
  }

  .leaders-showcase-visual img {
    left: -48px;
    height: 590px;
  }
}

@media (max-width: 700px) {
  .practice-gallery figure,
  .practice-gallery figure:nth-child(3) {
    flex-basis: min(68vw, 245px);
  }

  .current-panels {
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .current-panels-copy {
    padding: 0;
  }

  .current-panels-copy h3 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .current-panels > .panel-benefits {
    grid-template-columns: 1fr;
  }

  .leaders-showcase {
    min-height: 0;
    margin-top: -18px;
    grid-template-columns: 1fr;
  }

  .leaders-showcase-copy {
    min-height: 0;
    align-items: flex-end;
    padding: 46px 24px 20px;
    text-align: right;
    grid-column: 1;
    grid-row: 1;
  }

  .leaders-showcase-visual {
    min-height: 440px;
    margin: 0;
    grid-column: 1;
    grid-row: 2;
  }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -18px;
    left: -45px;
    height: 455px;
  }

  .leaders-showcase-visual > span {
    display: none;
  }
}

@media (max-width: 430px) {
  .leaders-showcase-visual {
    min-height: 390px;
  }

  .leaders-showcase-visual img {
    left: -62px;
    height: 415px;
  }
}

/* Conversion-led polish: stronger branding, frequent CTAs and stable editorial imagery */
.nav-wrap {
  min-height: 108px;
}

.site-header .brand-pair {
  gap: 14px;
}

.site-header .brand-pair img:first-child {
  width: 220px;
  max-height: 94px;
}

.site-header .brand-pair img:last-child {
  width: 92px;
  max-height: 88px;
}

.site-header .brand-pair > span {
  font-size: 1.32rem;
}

.brand-pair-footer {
  gap: 22px;
}

.brand-pair-footer img:first-child {
  width: 270px;
  max-height: 124px;
}

.brand-pair-footer img:last-child {
  width: 126px;
  max-height: 116px;
}

.site-footer {
  padding-bottom: 118px;
}

.floating-cta {
  position: fixed;
  z-index: 180;
  right: 50%;
  bottom: 18px;
  display: flex;
  width: min(720px, calc(100vw - 32px));
  min-height: 64px;
  align-items: center;
  justify-content: flex-end;
  padding: 8px;
  border: 1px solid rgba(216, 189, 139, 0.48);
  border-radius: 999px;
  background: rgba(17, 16, 13, 0.94);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.3);
  color: var(--white);
  gap: 8px;
  transform: translateX(50%);
  backdrop-filter: blur(18px);
}

.floating-cta > span {
  margin-right: auto;
  padding-left: 18px;
  color: var(--gold-soft);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floating-cta .button {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 0.62rem;
}

.floating-cta .button-outline,
.conversion-strip .button-outline {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
}

.floating-cta .button-outline:hover,
.conversion-strip .button-outline:hover {
  border-color: var(--gold-soft);
  background: var(--white);
  color: var(--ink);
}

.conversion-strip {
  position: relative;
  z-index: 12;
  padding: 18px 0;
  border-top: 1px solid rgba(216, 189, 139, 0.18);
  border-bottom: 1px solid rgba(216, 189, 139, 0.18);
  background:
    radial-gradient(circle at 85% 50%, rgba(185, 145, 80, 0.18), transparent 32%),
    #171612;
  color: var(--white);
}

.conversion-strip-light {
  border-color: rgba(185, 145, 80, 0.22);
  background:
    radial-gradient(circle at 10% 50%, rgba(185, 145, 80, 0.12), transparent 30%),
    #f6f1e8;
  color: var(--ink);
}

.conversion-strip-inner {
  display: grid;
  align-items: center;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.conversion-strip p {
  margin: 0;
}

.conversion-strip p span,
.conversion-strip p strong {
  display: block;
}

.conversion-strip p span {
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.conversion-strip-light p span {
  color: #87652f;
}

.conversion-strip p strong {
  max-width: 780px;
  font-family: Georgia, serif;
  font-size: clamp(1.12rem, 2vw, 1.62rem);
  font-weight: 400;
  line-height: 1.2;
}

.conversion-strip-inner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.conversion-strip .button {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 0.61rem;
}

.button-outline-dark {
  border-color: rgba(23, 22, 18, 0.42);
  background: transparent;
  color: var(--ink);
}

.button-outline-dark:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

/* The teaching rhythm no longer competes with a floating hairstyle cutout. */
.rhythm-grid {
  gap: clamp(34px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.rhythm-intro {
  grid-column: 1;
  grid-row: 1;
}

.rhythm-list {
  padding-top: 0;
  grid-column: 2;
  grid-row: 1;
}

/* Three cutouts now live only inside one controlled brand-strategy composition. */
.strategy-moodboard {
  min-height: 690px;
  overflow: hidden;
  border-radius: 30px;
}

.strategy-moodboard .mood-photo {
  display: none;
}

.strategy-cutout {
  position: absolute;
  z-index: 2;
  width: auto;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.34));
  -webkit-mask-image: linear-gradient(to bottom, #000 0 80%, rgba(0, 0, 0, 0.88) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 80%, rgba(0, 0, 0, 0.88) 88%, transparent 100%);
}

.strategy-cutout-one {
  z-index: 1;
  top: -118px;
  left: 50%;
  height: 520px;
  opacity: 0.52;
  transform: translateX(-50%);
}

.strategy-cutout-two {
  bottom: -146px;
  left: -68px;
  height: 570px;
}

.strategy-cutout-three {
  right: -86px;
  bottom: -156px;
  height: 620px;
}

.strategy-moodboard .mood-title {
  z-index: 6;
  top: 222px;
  left: 50%;
  width: min(46%, 530px);
  transform: translateX(-50%) rotate(0.7deg);
}

.strategy-moodboard .mood-note {
  z-index: 8;
  border-color: rgba(216, 189, 139, 0.72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.strategy-moodboard .mood-note-offer { top: 54px; left: 27%; }
.strategy-moodboard .mood-note-edge { top: 48px; right: 19%; }
.strategy-moodboard .mood-note-booking { top: 47%; right: 3%; }
.strategy-moodboard .mood-note-social { top: 49%; left: 3%; }
.strategy-moodboard .mood-note-clients { bottom: 38px; left: 5%; }
.strategy-moodboard .mood-note-sales { right: 5%; bottom: 42px; }
.strategy-moodboard .mood-note-web { bottom: 78px; left: 36%; }

/* Each between-meetings activity has its own visual hierarchy. */
.between-plan-core,
.program-content aside .mastermind-note,
.program-content aside .online-panel-note {
  position: relative;
  overflow: hidden;
}

.between-plan-core {
  border-color: rgba(185, 145, 80, 0.34);
  background:
    radial-gradient(circle at 94% 8%, rgba(185, 145, 80, 0.15), transparent 32%),
    #f8f3ea;
}

.program-content aside .mastermind-note {
  border-color: rgba(216, 189, 139, 0.32);
  border-left-color: var(--gold-soft);
  background:
    radial-gradient(circle at 100% 0, rgba(216, 189, 139, 0.18), transparent 38%),
    linear-gradient(135deg, #171612, #2c271e);
  box-shadow: 0 18px 42px rgba(23, 22, 18, 0.14);
  color: #eee8df;
}

.program-content aside .mastermind-note b {
  color: var(--gold-soft);
}

.program-content aside .online-panel-note {
  border-color: rgba(137, 96, 37, 0.25);
  border-left-color: #171612;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.64), transparent 30%),
    linear-gradient(135deg, #d4b273, #f4e4bd);
  color: #2d281f;
}

.program-content aside .online-panel-note b {
  color: #171612;
}

.program-content aside .mastermind-note::before,
.program-content aside .online-panel-note::before {
  display: block;
  margin-bottom: 12px;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.program-content aside .mastermind-note::before {
  color: var(--gold-soft);
  content: "Live check-in";
}

.program-content aside .online-panel-note::before {
  color: #62471f;
  content: "Bonus online";
}

/* The Boskie Sploty mark blends into Klaudia's light editorial card. */
#klaudia-szymanska {
  border-color: rgba(185, 145, 80, 0.3);
  background: #fffdfa;
  color: var(--ink);
}

#klaudia-szymanska .leader-logo {
  border-radius: 0;
  background: transparent;
}

#klaudia-szymanska .leader-copy > p:not(.role) {
  color: #5d574e;
}

#klaudia-szymanska .leader-facts li {
  border-color: rgba(23, 22, 18, 0.14);
  color: #49443d;
}

#klaudia-szymanska .person-link {
  color: #785827;
}

/* Let the joint portrait run naturally out of the left viewport edge. */
.leaders-showcase-visual > span {
  display: none;
}

.leaders-showcase-visual img {
  left: -128px;
}

/* Shorter, equal transformation cards. */
.final-transform-graphic {
  max-width: 900px;
  grid-template-columns: minmax(165px, 0.9fr) auto minmax(245px, 1.22fr) auto minmax(260px, 1.3fr);
}

.final-transform-graphic > span {
  height: 96px;
  min-height: 0;
  padding: 14px 18px;
}

.final-transform-graphic strong {
  font-size: clamp(0.94rem, 1.35vw, 1.16rem);
}

@media (max-width: 1240px) {
  .site-header .brand-pair img:first-child {
    width: 198px;
    max-height: 88px;
  }

  .site-header .brand-pair img:last-child {
    width: 84px;
    max-height: 82px;
  }
}

@media (min-width: 1241px) and (max-width: 1500px) {
  .site-header .nav-toggle {
    z-index: 202;
    display: flex;
  }

  .site-header .main-nav {
    position: fixed;
    z-index: 201;
    inset: 0;
    display: flex;
    padding: 110px 26px 40px;
    background: var(--paper);
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .main-nav > a:not(.button) {
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }
}

@media (max-width: 1000px) {
  .conversion-strip-inner {
    grid-template-columns: 1fr;
  }

  .conversion-strip-inner > div {
    justify-content: flex-start;
  }

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

  .rhythm-intro,
  .rhythm-list {
    position: relative;
    top: auto;
    grid-column: 1;
    grid-row: auto;
  }

  .rhythm-list {
    padding-top: 8px;
  }

  .leaders-showcase-visual img {
    left: -118px;
  }
}

@media (max-width: 700px) {
  .nav-wrap {
    min-height: 92px;
  }

  .site-header .brand-pair {
    gap: 8px;
  }

  .site-header .brand-pair img:first-child {
    width: 150px;
    max-height: 76px;
  }

  .site-header .brand-pair img:last-child {
    width: 64px;
    max-height: 62px;
  }

  .brand-pair-footer img:first-child {
    width: 210px;
    max-height: 104px;
  }

  .brand-pair-footer img:last-child {
    width: 100px;
    max-height: 96px;
  }

  .floating-cta {
    right: 12px;
    bottom: 10px;
    left: 12px;
    width: auto;
    min-height: 58px;
    padding: 6px;
    transform: none;
  }

  .floating-cta > span {
    display: none;
  }

  .floating-cta .button {
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.55rem;
    flex: 1 1 50%;
  }

  .conversion-strip {
    padding: 20px 0;
  }

  .conversion-strip-inner {
    gap: 16px;
  }

  .conversion-strip p strong {
    font-size: 1.18rem;
  }

  .conversion-strip-inner > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .conversion-strip .button {
    min-width: 0;
    min-height: 44px;
    padding: 10px 9px;
    font-size: 0.54rem;
  }

  .strategy-moodboard {
    display: grid;
    min-height: 0;
    padding: 320px 16px 18px;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strategy-cutout-one {
    top: -76px;
    left: 50%;
    height: 350px;
    opacity: 0.44;
  }

  .strategy-cutout-two {
    top: 20px;
    bottom: auto;
    left: -78px;
    height: 315px;
  }

  .strategy-cutout-three {
    top: 14px;
    right: -76px;
    bottom: auto;
    height: 330px;
  }

  .strategy-moodboard .mood-title {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 0 6px;
    padding: 22px 20px;
    transform: none;
    grid-column: 1 / -1;
  }

  .strategy-moodboard .mood-title strong {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .strategy-moodboard .mood-note,
  .strategy-moodboard .mood-note-offer,
  .strategy-moodboard .mood-note-booking,
  .strategy-moodboard .mood-note-social,
  .strategy-moodboard .mood-note-clients,
  .strategy-moodboard .mood-note-sales,
  .strategy-moodboard .mood-note-web,
  .strategy-moodboard .mood-note-edge {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 9px 8px;
    font-size: 0.53rem;
    text-align: center;
    transform: none;
  }

  .strategy-moodboard .mood-note-edge {
    grid-column: 1 / -1;
  }

  .leaders-showcase-visual img {
    left: -126px;
  }

  .final-transform-graphic {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .final-transform-graphic > span {
    height: 82px;
    padding: 11px 16px;
  }

  .final-transform-graphic i {
    height: 18px;
    font-size: 1rem;
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .site-header .brand-pair img:first-child {
    width: 132px;
  }

  .site-header .brand-pair img:last-child {
    width: 56px;
  }

  .conversion-strip-inner > div {
    grid-template-columns: 1fr;
  }
}

/* Strategy notes inspired by hand-torn paper labels */
.strategy-moodboard .mood-note {
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px 10px;
  border: 0;
  border-radius: 2px;
  background:
    linear-gradient(92deg, rgba(255, 255, 255, 0.72), transparent 28%, rgba(188, 171, 144, 0.12) 72%, rgba(255, 255, 255, 0.58)),
    #f3ede2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(74, 62, 44, 0.08);
  color: #26221c;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.08;
  text-align: center;
  text-transform: none;
  clip-path: polygon(2% 12%, 9% 5%, 17% 9%, 25% 3%, 36% 8%, 46% 2%, 56% 7%, 67% 3%, 78% 8%, 89% 2%, 98% 10%, 96% 24%, 100% 36%, 97% 49%, 100% 63%, 96% 76%, 98% 91%, 89% 96%, 79% 92%, 68% 98%, 57% 93%, 46% 99%, 35% 94%, 24% 98%, 14% 92%, 3% 97%, 5% 83%, 1% 70%, 4% 57%, 0 43%, 4% 29%);
  backdrop-filter: none;
}

.strategy-moodboard .mood-note:nth-of-type(even) {
  background:
    linear-gradient(88deg, rgba(218, 205, 181, 0.16), transparent 35%, rgba(255, 255, 255, 0.66)),
    #fffaf1;
  clip-path: polygon(1% 8%, 12% 3%, 22% 9%, 33% 2%, 45% 7%, 58% 3%, 69% 9%, 82% 4%, 99% 8%, 96% 22%, 100% 38%, 97% 53%, 99% 69%, 95% 84%, 99% 96%, 85% 92%, 73% 98%, 61% 94%, 49% 99%, 36% 93%, 24% 98%, 12% 92%, 2% 96%, 5% 79%, 1% 63%, 4% 48%, 0 31%);
}

.strategy-moodboard .mood-note::after {
  position: absolute;
  z-index: -1;
  inset: -7px -9px;
  background: radial-gradient(circle, rgba(216, 189, 139, 0.34) 0 1px, transparent 1.5px) 0 0 / 9px 9px;
  content: "";
  opacity: 0.46;
  pointer-events: none;
}

.strategy-moodboard .mood-note-offer { transform: rotate(-4deg); }
.strategy-moodboard .mood-note-edge { transform: rotate(3deg); }
.strategy-moodboard .mood-note-booking { transform: rotate(-2deg); }
.strategy-moodboard .mood-note-social { transform: rotate(5deg); }
.strategy-moodboard .mood-note-clients { transform: rotate(-3deg); }
.strategy-moodboard .mood-note-sales { transform: rotate(4deg); }
.strategy-moodboard .mood-note-web { transform: rotate(-1.5deg); }

@media (max-width: 700px) {
  .strategy-moodboard .mood-note,
  .strategy-moodboard .mood-note-offer,
  .strategy-moodboard .mood-note-booking,
  .strategy-moodboard .mood-note-social,
  .strategy-moodboard .mood-note-clients,
  .strategy-moodboard .mood-note-sales,
  .strategy-moodboard .mood-note-web,
  .strategy-moodboard .mood-note-edge {
    min-height: 52px;
    padding: 10px 9px;
    font-size: 0.7rem;
  }

  .strategy-moodboard .mood-note:nth-child(2n) { transform: rotate(-1.5deg); }
  .strategy-moodboard .mood-note:nth-child(2n + 1) { transform: rotate(1.5deg); }
}

/* 2026-08-21: ordered schedule, strategy board and leaders composition */
.schedule-details ol {
  display: grid;
  padding: 18px clamp(22px, 3vw, 34px) 30px;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-details li {
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(185, 145, 80, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(185, 145, 80, 0.12), transparent 34%),
    #fffdf9;
  flex-direction: column;
  justify-content: space-between;
}

.schedule-details li span {
  color: #785b30;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.schedule-details li time {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  font-style: normal;
  line-height: 1.12;
}

.program-content aside .online-panel-note {
  align-self: center;
}

.strategy-moodboard {
  display: grid;
  min-height: 620px;
  padding: 38px;
  align-items: stretch;
  gap: 24px 30px;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: minmax(430px, 1fr) auto;
}

.strategy-moodboard .mood-title {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  align-self: center;
  margin: 0;
  padding: clamp(28px, 3vw, 42px);
  transform: rotate(-0.7deg);
  grid-column: 1;
  grid-row: 1;
}

.strategy-portraits {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 430px;
  align-items: flex-end;
  justify-content: center;
  margin: -24px -26px -6px -34px;
  overflow: hidden;
  grid-column: 2;
  grid-row: 1;
}

.strategy-portraits .strategy-cutout {
  position: relative;
  inset: auto;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  opacity: 1;
  transform: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 84%, rgba(0, 0, 0, 0.92) 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 84%, rgba(0, 0, 0, 0.92) 90%, transparent 100%);
}

.strategy-portraits .strategy-cutout-one {
  z-index: 2;
  height: 438px;
  margin-left: -42px;
  order: 2;
}

.strategy-portraits .strategy-cutout-two {
  z-index: 1;
  height: 420px;
  margin-right: -58px;
  order: 1;
}

.strategy-portraits .strategy-cutout-three {
  z-index: 3;
  height: 458px;
  margin-left: -72px;
  order: 3;
}

.mood-notes-grid {
  position: relative;
  z-index: 9;
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.strategy-moodboard .mood-notes-grid .mood-note,
.strategy-moodboard .mood-notes-grid .mood-note-offer,
.strategy-moodboard .mood-notes-grid .mood-note-booking,
.strategy-moodboard .mood-notes-grid .mood-note-social,
.strategy-moodboard .mood-notes-grid .mood-note-clients,
.strategy-moodboard .mood-notes-grid .mood-note-sales,
.strategy-moodboard .mood-notes-grid .mood-note-web,
.strategy-moodboard .mood-notes-grid .mood-note-edge {
  position: relative;
  inset: auto;
  display: flex;
  width: 100%;
  min-height: 58px;
  padding: 11px 13px;
  font-size: 0.7rem;
  transform: none;
}

@media (min-width: 901px) {
  .leaders-showcase {
    position: relative;
    display: block;
    min-height: 660px;
  }

  .leaders-showcase-visual {
    position: absolute;
    inset: 0 auto 0 0;
    width: clamp(500px, 31vw, 620px);
    min-height: 660px;
  }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -10px;
    left: 0;
    height: 690px;
  }

  .leaders-showcase-copy {
    position: relative;
    max-width: 690px;
    min-height: 660px;
    align-items: flex-start;
    justify-content: center;
    margin-left: clamp(540px, 33vw, 700px);
    padding: 72px max(30px, calc((100vw - 1360px) / 2)) 72px 0;
    text-align: left;
  }

  .leaders-showcase-copy > p:last-child {
    max-width: 650px;
  }
}

@media (max-width: 900px) {
  .schedule-details ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strategy-moodboard {
    display: block;
    min-height: 0;
    padding: 22px;
  }

  .strategy-moodboard .mood-title {
    width: 100%;
    margin-bottom: 12px;
    transform: none;
  }

  .strategy-portraits {
    min-height: 360px;
    margin: 0 -18px 16px;
  }

  .strategy-portraits .strategy-cutout-one { height: 340px; margin-left: -46px; }
  .strategy-portraits .strategy-cutout-two { height: 326px; margin-right: -54px; }
  .strategy-portraits .strategy-cutout-three { height: 352px; margin-left: -62px; }

  .mood-notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strategy-moodboard .mood-notes-grid .mood-note-edge {
    grid-column: 1 / -1;
  }

  .leaders-showcase {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .leaders-showcase-visual {
    position: relative;
    width: 100%;
    min-height: 500px;
    grid-column: 1;
    grid-row: 1;
  }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -10px;
    left: 50%;
    height: 520px;
    transform: translateX(-50%);
  }

  .leaders-showcase-copy {
    max-width: none;
    min-height: 0;
    align-items: flex-start;
    justify-self: stretch;
    padding: 34px 24px 56px;
    text-align: left;
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .schedule-details ol {
    grid-template-columns: 1fr;
  }

  .schedule-details li {
    min-height: 112px;
  }

  .program-content aside .online-panel-note {
    align-self: stretch;
  }

  .strategy-portraits {
    min-height: 250px;
  }

  .strategy-portraits .strategy-cutout-one { height: 245px; margin-left: -34px; }
  .strategy-portraits .strategy-cutout-two { height: 234px; margin-right: -38px; }
  .strategy-portraits .strategy-cutout-three { height: 252px; margin-left: -44px; }

  .strategy-moodboard .mood-notes-grid .mood-note {
    min-height: 52px;
    padding: 10px 8px;
    font-size: 0.61rem;
  }

  .leaders-showcase-visual {
    min-height: 450px;
  }

  .leaders-showcase-visual img {
    height: 470px;
  }
}

/* 2026-08-21: header clearance, portrait order and wider contact form */
.site-header .nav-toggle {
  z-index: 202;
  display: flex;
  margin-left: auto;
}

.site-header .main-nav {
  position: fixed;
  z-index: 201;
  inset: 0;
  display: flex;
  padding: 118px 26px 40px;
  background: var(--paper);
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-header .main-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header .main-nav > a:not(.button) {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: none;
}

.strategy-portraits .strategy-cutout-one {
  margin-right: 0;
  margin-left: -54px;
  order: 3;
}

.strategy-portraits .strategy-cutout-three {
  margin-right: -42px;
  margin-left: -54px;
  order: 2;
}

@media (min-width: 1101px) {
  .final-cta-grid {
    gap: clamp(38px, 5vw, 76px);
    grid-template-columns: minmax(340px, 0.68fr) minmax(620px, 1.32fr);
  }

  .interest-form {
    width: 100%;
    max-width: 780px;
    justify-self: end;
  }
}

@media (max-width: 1100px) {
  .final-cta-grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .interest-form {
    width: 100%;
    max-width: none;
  }
}

/* Zjazd 1: clear technical and business learning paths */
.program-session-tracks {
  display: grid;
  margin-top: 24px;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-track {
  padding: 24px;
  border: 1px solid rgba(185, 145, 80, 0.22);
  border-radius: 22px;
}

.program-track-technical {
  background:
    radial-gradient(circle at 96% 6%, rgba(185, 145, 80, 0.13), transparent 34%),
    #f7f1e7;
}

.program-track-business {
  border-color: rgba(216, 189, 139, 0.24);
  background:
    radial-gradient(circle at 96% 6%, rgba(216, 189, 139, 0.14), transparent 34%),
    #1d1b17;
  color: var(--white);
}

.program-track > span {
  display: block;
  margin-bottom: 9px;
  color: #806132;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.program-track-business > span {
  color: var(--gold-soft);
}

.program-track h4 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.program-track ul {
  margin-top: 18px;
}

.program-track-business li {
  color: #d8d1c6;
}

.program-track-business li::before {
  background: var(--gold-soft);
}

.program-bonus {
  margin: 12px 0 0;
  padding: 15px 18px;
  border: 1px dashed rgba(185, 145, 80, 0.42);
  border-radius: 16px;
  background: rgba(185, 145, 80, 0.06);
  color: #5b554c;
  font-size: 0.75rem;
}

.program-bonus strong {
  color: #795b2e;
}

@media (max-width: 760px) {
  .program-session-tracks {
    grid-template-columns: 1fr;
  }

  .program-track {
    padding: 20px;
  }
}

/* 2026-08-28: compact program rhythm, clear payment choices and stable conversion layout */
.program-content {
  display: block;
  padding: 0 6px 38px 90px;
}

.program-content > div:first-child,
.program-item:last-child .program-content > div:first-child {
  display: block;
}

.between-plan {
  display: grid;
  align-items: stretch;
  margin-top: 14px;
  gap: 10px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1fr) minmax(340px, 1.25fr);
}

.between-plan-core,
.program-content aside .mastermind-note,
.program-content aside .online-panel-note {
  min-height: 0;
  margin: 0;
  padding: 18px 20px;
  border-radius: 20px;
}

.between-plan-core {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.between-plan-core > strong {
  margin-bottom: 6px;
}

.between-plan-core > p {
  font-size: 0.72rem;
  line-height: 1.45;
}

.between-plan-core > div {
  margin-top: 11px;
}

.between-plan-core > div span {
  padding: 7px 9px;
  font-size: 0.5rem;
}

.program-content aside .mastermind-note,
.program-content aside .online-panel-note {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.72rem;
  line-height: 1.5;
}

.program-content aside .mastermind-note::before,
.program-content aside .online-panel-note::before {
  margin-bottom: 7px;
}

.golden-award {
  position: relative;
  display: grid;
  align-items: center;
  margin-top: 16px;
  padding: 20px 24px;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 80, 0.5);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(115deg, #f9edcc 0%, #d8b56d 38%, #fff0bd 58%, #b78a42 100%);
  box-shadow: 0 18px 42px rgba(128, 88, 27, 0.2);
  color: #332714;
  gap: 18px;
  grid-template-columns: auto 1fr;
}

.golden-award::after {
  position: absolute;
  inset: -60% -20%;
  background: linear-gradient(100deg, transparent 42%, rgba(255, 255, 255, 0.55) 50%, transparent 58%);
  content: "";
  transform: translateX(-55%);
  animation: golden-award-shine 5s ease-in-out infinite;
  pointer-events: none;
}

.golden-award > span {
  font-size: 2.3rem;
}

.golden-award p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.76rem;
}

.golden-award strong {
  display: block;
  margin-bottom: 4px;
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

@keyframes golden-award-shine {
  0%, 35% { transform: translateX(-55%); }
  70%, 100% { transform: translateX(55%); }
}

.strategy-moodboard .mood-title strong {
  max-width: 11ch;
}

.strategy-moodboard .mood-notes-grid .mood-note-plan {
  position: relative;
  inset: auto;
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 11px 13px;
  font-size: 0.7rem;
  transform: none;
}

.strategy-moodboard .mood-notes-grid .mood-note-edge,
.strategy-moodboard .mood-notes-grid .mood-note-plan {
  grid-column: auto;
}

#klaudia-szymanska {
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 189, 139, 0.24), transparent 24%),
    #f3eadc;
}

.operator-installments {
  display: grid;
  align-items: center;
  margin: 8px 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 189, 139, 0.38);
  border-radius: 18px;
  background: rgba(216, 189, 139, 0.09);
  gap: 12px;
  grid-template-columns: auto 1fr;
}

.operator-installments > span {
  color: var(--gold-soft);
  font-size: 1.25rem;
}

.operator-installments p {
  margin: 0;
  color: #c9c0b4;
  font-size: 0.68rem;
  line-height: 1.45;
}

.operator-installments strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-soft);
  font-size: 0.72rem;
}

.price {
  flex-wrap: nowrap;
}

.price strong {
  white-space: nowrap;
}

.price-card h3 {
  max-width: 15ch;
}

.edition-schedule {
  margin-top: 18px;
}

.early-bird-signal > p strong,
.hero-price p strong {
  color: var(--gold-soft);
}

.final-cta {
  padding: clamp(74px, 9vw, 120px) 0;
}

.final-cta-grid {
  align-items: start;
  gap: clamp(32px, 4vw, 64px);
  grid-template-columns: minmax(340px, 0.78fr) minmax(560px, 1.22fr);
}

.interest-form {
  width: 100%;
  max-width: none;
  min-width: 0;
  justify-self: stretch;
  border-radius: 28px;
}

.final-transform-graphic {
  width: 100%;
  max-width: 680px;
}

.brand-pair-footer img:last-child {
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 0 0 1px rgba(216, 189, 139, 0.36), 0 0 24px rgba(255, 255, 255, 0.16);
}

@media (max-width: 1100px) {
  .program-content {
    padding-left: 72px;
  }

  .between-plan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-content aside .online-panel-note {
    grid-column: 1 / -1;
  }

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

@media (max-width: 760px) {
  .program-content {
    padding: 0 0 30px;
  }

  .between-plan {
    grid-template-columns: 1fr;
  }

  .program-content aside .online-panel-note {
    grid-column: auto;
  }

  .golden-award {
    padding: 18px;
  }

  .mood-notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strategy-moodboard .mood-notes-grid .mood-note-edge,
  .strategy-moodboard .mood-notes-grid .mood-note-plan {
    grid-column: auto;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .interest-form {
    padding: 24px 20px;
  }

  .price-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .golden-award::after {
    animation: none;
  }
}
.school-payment-banner{display:flex;min-height:34px;align-items:center;justify-content:center;gap:20px;padding:7px 18px;background:#171612;color:#fff;font-size:9px;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.school-payment-banner strong{color:#d8bd8b}.school-payment-banner b{color:#d8bd8b;font-size:14px}.school-ai-disclosure{padding:30px 0;border-top:1px solid rgba(216,189,139,.28);background:#191814;color:#c8c2b8}.school-ai-disclosure .container{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start}.school-ai-disclosure strong{color:#d8bd8b;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.school-ai-disclosure p{max-width:980px;margin:0;font-size:11px;line-height:1.65}@media(max-width:760px){.school-payment-banner{justify-content:space-between;gap:10px;padding-inline:14px;font-size:8px}.school-payment-banner span{max-width:58vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.school-ai-disclosure .container{grid-template-columns:1fr;gap:8px}}
.hero{padding-top:172px}@media(max-width:760px){.hero{padding-top:146px}}

/* 2026-08-29: payment hierarchy, compact between-session rhythm and stable editorial layouts */
.hero-price { align-items: end; }

.hero-price > p {
  display: flex;
  max-width: 350px;
  align-items: flex-start;
  margin: 0;
  gap: 7px;
  flex-direction: column;
  color: #777064;
  font-size: 0.58rem;
  line-height: 1.4;
}

.hero-payment-note {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(185, 145, 80, 0.34);
  border-radius: 999px;
  background: rgba(216, 189, 139, 0.1);
  color: #76592c;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.program-content aside.between-plan {
  display: grid;
  min-height: 0;
  margin: 18px 0 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.between-plan .between-plan-core,
.program-content .between-plan .mastermind-note,
.program-content .between-plan .online-panel-note {
  display: flex;
  min-height: 150px;
  justify-content: flex-start;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 80, 0.3);
  border-radius: 20px;
  flex-direction: column;
  font-size: 0.72rem;
  line-height: 1.5;
}

.between-plan .between-plan-core { background: linear-gradient(145deg, #fbf7ef, #f2e7d2); }

.program-content .between-plan .mastermind-note {
  background: linear-gradient(145deg, #171612, #2d281f);
  color: #eee8df;
}

.program-content .between-plan .online-panel-note {
  background: linear-gradient(135deg, #d2ad67, #f6e8c6);
  color: #2d281f;
}

.between-plan-core::before,
.program-content .between-plan .mastermind-note::before,
.program-content .between-plan .online-panel-note::before {
  display: block;
  margin: 0 0 12px;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.between-plan-core::before { color: #7a5b2c; content: "01 · Praca własna"; }
.program-content .between-plan .mastermind-note::before { color: var(--gold-soft); content: "02 · Live check-in"; }
.program-content .between-plan .online-panel-note::before { color: #62471f; content: "03 · Panel online"; }

.between-plan-core > strong {
  margin-bottom: 6px;
  color: #2d281f;
  font-size: 0.75rem;
}

.between-plan-core > p { margin: 0; }

.between-plan-core > div {
  display: flex;
  margin-top: auto;
  padding-top: 12px;
  gap: 6px;
  flex-wrap: wrap;
}

.between-plan-core > div span {
  padding: 7px 9px;
  border: 1px solid rgba(122, 91, 44, 0.25);
  border-radius: 999px;
  color: #6e5228;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.leaders-showcase {
  min-height: 610px;
  grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
}

.leaders-showcase-visual { min-height: 610px; }

.leaders-showcase-visual img {
  right: auto;
  bottom: -34px;
  left: -80px;
  height: 760px;
}

.leaders-showcase-copy {
  width: min(100%, 650px);
  max-width: none;
  justify-self: start;
  padding: 58px clamp(28px, 5vw, 82px) 72px 0;
}

.leaders-showcase-copy h2 { margin-bottom: 22px; }
.leaders-showcase-copy > p:last-child { max-width: 560px; }

.leader-logo,
.leader-logo-braiding,
#klaudia-szymanska .leader-logo {
  display: flex;
  width: 190px;
  height: 126px;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 34px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.leader-logo img,
.leader-logo-braiding img,
#klaudia-szymanska .leader-logo img {
  width: auto;
  max-width: 190px;
  height: auto;
  max-height: 116px;
  object-fit: contain;
}

.leader-logo-braiding img { max-width: 188px; max-height: 104px; }

.external-installments {
  display: grid;
  align-items: center;
  margin: 28px 0 18px;
  padding: 20px 24px;
  border: 1px solid rgba(185, 145, 80, 0.34);
  border-radius: 22px;
  background: radial-gradient(circle at 8% 0%, rgba(216, 189, 139, 0.22), transparent 28%), #f7f0e5;
  gap: 18px;
  grid-template-columns: auto minmax(260px, 0.75fr) minmax(360px, 1.25fr);
}

.external-installments-mark {
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-soft);
  font-size: 1.2rem;
  place-items: center;
}

.external-installments > div span {
  display: block;
  margin-bottom: 5px;
  color: #7c6f5d;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.external-installments > div strong {
  display: block;
  max-width: 24ch;
  font-family: Georgia, serif;
  font-size: 1.13rem;
  line-height: 1.18;
}

.external-installments > p {
  margin: 0;
  color: #5e584f;
  font-size: 0.73rem;
  line-height: 1.55;
}

.external-installments b { color: #704f20; }
.early-bird-signal > p strong { display: block; }
.operator-installments { background: linear-gradient(135deg, rgba(216, 189, 139, 0.12), rgba(216, 189, 139, 0.045)); }

.final-cta-grid { grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr); }

.final-transform-graphic {
  width: 100%;
  max-width: none;
  margin-top: 0;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.final-transform-graphic > span { width: 100%; height: 94px; }

@media (max-width: 1100px) {
  .program-content aside.between-plan { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-content .between-plan .online-panel-note { grid-column: 1 / -1; }

  .leaders-showcase {
    min-height: 560px;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .leaders-showcase-visual,
  .leaders-showcase-copy { min-height: 560px; }

  .leaders-showcase-visual img { left: -110px; height: 680px; }

  .external-installments { grid-template-columns: auto 1fr; }
  .external-installments > p { grid-column: 2; }
}

@media (max-width: 760px) {
  .hero-price > p { max-width: none; align-items: flex-start; }
  .program-content aside.between-plan { grid-template-columns: 1fr; }
  .program-content .between-plan .online-panel-note { grid-column: auto; }

  .between-plan .between-plan-core,
  .program-content .between-plan .mastermind-note,
  .program-content .between-plan .online-panel-note { min-height: 0; }

  .leaders-showcase {
    display: flex;
    min-height: 0;
    margin-top: -20px;
    flex-direction: column;
  }

  .leaders-showcase-visual { min-height: 410px; }

  .leaders-showcase-visual img {
    right: auto;
    bottom: -22px;
    left: -100px;
    height: 540px;
  }

  .leaders-showcase-copy { min-height: 0; padding: 34px 22px 48px; }

  .leader-logo,
  .leader-logo-braiding,
  #klaudia-szymanska .leader-logo {
    width: 130px;
    height: 92px;
    margin: 0 0 14px 18px;
  }

  .leader-logo img,
  .leader-logo-braiding img,
  #klaudia-szymanska .leader-logo img { max-width: 130px; max-height: 86px; }

  .external-installments { padding: 18px; grid-template-columns: auto 1fr; }
  .external-installments > p { grid-column: 1 / -1; }
  .external-installments > div strong { font-size: 1rem; }

  .final-transform-graphic { grid-template-columns: 1fr; }
  .final-transform-graphic > span { height: auto; min-height: 84px; }
  .final-transform-graphic i { transform: rotate(90deg); }
}

/* 2026-08-31: compact session support, named student work and proof */
.program-content aside.between-plan {
  display: grid !important;
  width: 100%;
  min-height: 0 !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  align-items: stretch;
  gap: 12px;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.program-content aside.between-plan > .between-plan-core,
.program-content aside.between-plan > .mastermind-note,
.program-content aside.between-plan > .online-panel-note {
  width: auto;
  min-width: 0;
  min-height: 136px !important;
  height: 100%;
  margin: 0 !important;
  padding: 18px 20px !important;
  align-self: stretch;
  grid-column: auto !important;
  grid-row: auto !important;
}

.practice-section {
  padding-top: clamp(58px, 6vw, 82px);
  padding-bottom: clamp(64px, 7vw, 92px);
}

.practice-section .section-heading {
  min-height: 0 !important;
  margin: 0 0 26px !important;
  align-items: end;
}

.practice-section .student-carousel {
  width: 100%;
  margin: 0;
}

.practice-gallery figure,
.practice-gallery figure:nth-child(3) {
  flex-basis: clamp(238px, 21vw, 292px);
  aspect-ratio: 3 / 4;
  border-radius: 22px;
}

.inline-source-link {
  display: inline-block;
  margin-top: 8px;
  color: #76572a;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.student-proof-heading {
  display: grid;
  margin: clamp(42px, 5vw, 68px) 0 20px;
  align-items: end;
  gap: 16px;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
}

.student-proof-heading p,
.student-proof-heading h3 {
  margin: 0;
}

.student-proof-heading h3 {
  max-width: 820px;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 3.2vw, 2.7rem);
  font-weight: 400;
  line-height: 1.03;
}

.student-proof-grid {
  display: grid;
  align-items: stretch;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.student-proof-card {
  display: grid;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 80, 0.28);
  border-radius: 24px;
  background: linear-gradient(145deg, #fbf7ef, #f0e5d2);
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 152px;
}

.student-proof-card-dark {
  background: linear-gradient(145deg, #161511, #2a261e);
  color: #f8f3e9;
}

.student-proof-card > div {
  align-self: center;
}

.student-proof-card > div > span {
  display: block;
  margin-bottom: 16px;
  color: #806132;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.student-proof-card-dark > div > span {
  color: var(--gold-soft);
}

.student-proof-card blockquote {
  margin: 0 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(1.15rem, 1.75vw, 1.52rem);
  line-height: 1.12;
}

.student-proof-card p {
  margin: 0;
  color: #665f55;
  font-size: 0.73rem;
  line-height: 1.55;
}

.student-proof-card-dark p {
  color: #cfc8bd;
}

.student-review-shot {
  position: relative;
  display: block;
  width: 100%;
  min-height: 202px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 17px;
  background: #efe8dc;
  cursor: zoom-in;
}

.student-review-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1) sepia(0.18) contrast(0.94);
  transition: filter 220ms ease, transform 320ms ease;
}

.student-review-shot span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(17, 16, 13, 0.88);
  color: #f8f3e9;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.student-review-shot:hover img,
.student-review-shot:focus-visible img {
  filter: none;
  transform: scale(1.025);
}

@media (max-width: 900px) {
  .program-content aside.between-plan {
    grid-template-columns: 1fr !important;
  }

  .program-content aside.between-plan > .between-plan-core,
  .program-content aside.between-plan > .mastermind-note,
  .program-content aside.between-plan > .online-panel-note {
    min-height: 0 !important;
  }

  .student-proof-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .student-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .practice-section .section-heading {
    margin-bottom: 18px !important;
  }

  .practice-gallery figure,
  .practice-gallery figure:nth-child(3) {
    flex-basis: min(74vw, 260px);
  }

  .student-proof-heading {
    margin-top: 38px;
  }

  .student-proof-card {
    min-height: 0;
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .student-review-shot {
    min-height: 180px;
    max-height: 220px;
  }
}

/* 2026-09-01: czytelna hierarchia nazwy szkoły i kompaktowa galeria opinii */
.hero h1 {
  max-width: 1000px;
  margin-bottom: 18px;
  font-size: clamp(4.1rem, 6.3vw, 6.7rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero-edition {
  display: flex;
  margin: 0 0 28px;
  align-items: baseline;
  gap: 12px;
}

.hero-edition span {
  color: #7d6f5d;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-edition strong {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.student-proof-more {
  display: flex;
  margin-top: 16px;
  padding: 2px 2px 12px;
  overflow-x: auto;
  gap: 12px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(185, 145, 80, 0.65) rgba(185, 145, 80, 0.12);
  scrollbar-width: thin;
}

.student-proof-mini {
  position: relative;
  flex: 0 0 clamp(250px, 24vw, 310px);
  height: 188px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 80, 0.28);
  border-radius: 20px;
  background: #eee5d7;
  box-shadow: 0 14px 35px rgba(25, 21, 15, 0.08);
  cursor: zoom-in;
  scroll-snap-align: start;
  text-align: left;
}

.student-proof-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1) sepia(0.18) contrast(0.9) brightness(0.92);
  transition: filter 220ms ease, transform 320ms ease;
}

.student-proof-mini::after {
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(180deg, transparent, rgba(17, 16, 13, 0.94));
  content: "";
  pointer-events: none;
}

.student-proof-mini > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fffaf1;
}

.student-proof-mini small,
.student-proof-mini strong {
  display: block;
}

.student-proof-mini small {
  margin-bottom: 6px;
  color: var(--gold-soft);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.student-proof-mini strong {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.16;
}

.student-proof-mini:hover img,
.student-proof-mini:focus-visible img {
  filter: none;
  transform: scale(1.025);
}

.student-proof-source {
  display: inline-flex;
  margin-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(126, 92, 42, 0.55);
  color: #76572a;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-decoration: none;
}

@media (max-width: 720px) {
  .hero h1 {
    margin-bottom: 16px;
    font-size: clamp(2.55rem, 10.9vw, 3.3rem);
    line-height: 0.91;
    letter-spacing: -0.05em;
  }

  .hero-edition {
    margin-bottom: 22px;
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .hero-edition strong {
    font-size: 1.45rem;
  }

  .student-proof-more {
    margin-right: -16px;
  }

  .student-proof-mini {
    flex-basis: min(78vw, 278px);
    height: 176px;
  }
}

/* 2026-09-02: keep the final contact form inside tablet and phone viewports. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.final-cta-grid,
.final-copy,
.interest-form {
  min-width: 0;
}

@media (max-width: 1100px) {
  .final-cta-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* 2026-09-02: compact pool of six optional live panels. */
.current-panels.current-panels-pool {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.28fr);
}

.current-panels-pool .current-panels-copy > p {
  max-width: 900px;
}

.panel-topics.panel-topics-expanded {
  display: grid;
  margin-top: 22px;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-topics-expanded span {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(216, 189, 139, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #f4ecdf;
  font-size: 0.63rem;
  font-weight: 750;
  line-height: 1.3;
}

.current-panels-pool .current-panels-copy > .panel-selection-note {
  max-width: 980px;
  margin: 18px 0 0;
  padding: 15px 17px;
  border-left: 2px solid var(--gold);
  border-radius: 0 14px 14px 0;
  background: rgba(216, 189, 139, 0.08);
  color: #cfc7ba;
  font-size: 0.68rem;
  line-height: 1.5;
}

.panel-selection-note strong {
  color: var(--gold-soft);
}

.current-panels-pool > .panel-benefits {
  align-self: stretch;
  align-content: start;
}

@media (max-width: 1050px) {
  .panel-topics.panel-topics-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .current-panels.current-panels-pool {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .current-panels-pool > .current-panels-copy {
    order: 1;
    width: 100%;
  }

  .current-panels-pool > .panel-benefits {
    order: 2;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .current-panels-pool > .panel-benefits span {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    writing-mode: horizontal-tb;
  }
}

@media (max-width: 700px) {
  .panel-topics.panel-topics-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-topics-expanded span {
    min-height: 48px;
    padding: 9px 10px;
    font-size: 0.57rem;
  }

  .current-panels-pool > .panel-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 440px) {
  .panel-topics.panel-topics-expanded {
    grid-template-columns: minmax(0, 1fr);
  }

  .current-panels-pool > .panel-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 2026-09-02: mobile fix — keep Gabriela + Klaudia photo inside viewport */
@media (max-width: 760px) {
  .leaders-showcase {
    overflow: hidden;
  }

  .leaders-showcase-visual {
    min-height: clamp(360px, 105vw, 470px) !important;
    overflow: hidden;
  }

  .leaders-showcase-visual img {
    right: auto !important;
    bottom: -18px !important;
    left: 50% !important;
    width: min(96vw, 430px) !important;
    max-width: none !important;
    height: auto !important;
    transform: translateX(-50%) !important;
  }
}
