:root {
  --cream: rgb(237, 225, 209);
  --paper: rgb(237, 225, 209);
  --clay: rgb(93, 36, 16);
  --wine: rgb(93, 36, 16);
  --olive: rgb(90, 99, 61);
  --sage: rgb(191, 196, 166);
  --ink: rgb(93, 36, 16);
  --muted: rgba(93, 36, 16, 0.76);
  --line: rgba(93, 36, 16, 0.16);
  --glass: rgba(237, 225, 209, 0.72);
  --shadow: 0 24px 70px rgba(54, 33, 24, 0.16);
}

/* Offre partenaire Vanessa Guerin x La Booth Academy */
.partner-page {
  background: radial-gradient(circle at 78% 8%, rgba(191, 196, 166, .5), transparent 26rem), var(--cream);
}

.partner-main { overflow: hidden; }
.partner-header { max-width: 1180px; }
.partner-lockup { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: .78rem; white-space: nowrap; }
.partner-lockup i { color: var(--olive); font-size: 1.1rem; font-style: normal; }

.partner-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  padding-top: 138px;
  padding-bottom: 90px;
}

.partner-hero::before, .partner-hero::after {
  position: absolute;
  z-index: -1;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "";
}

.partner-hero::after { right: -20px; width: 350px; height: 350px; }
.partner-hero-copy { max-width: 690px; }
.partner-hero h1 { margin: 18px 0 24px; font-size: clamp(3.6rem, 6vw, 6.6rem); line-height: .91; }
.partner-hero .lead { max-width: 610px; }
.partner-hero-actions, .partner-trust, .partner-resource-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.partner-trust span, .partner-resource-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.3); font-size: .78rem; }

.partner-offer-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.partner-sound { position: absolute; inset: 8%; display: flex; align-items: center; justify-content: center; gap: 3.5%; opacity: .18; }
.partner-sound i { width: 6%; height: var(--h); border-radius: 999px; background: var(--wine); animation: partnerSound 2.4s ease-in-out infinite alternate; }
.partner-sound i:nth-child(even) { animation-delay: -1.1s; }

.partner-price-card, .partner-next-card {
  position: absolute;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(237,225,209,.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.partner-teaser-card {
  position: relative;
  z-index: 2;
  width: min(430px, 82%);
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 34px 8px;
  color: #fffaf1;
  background: rgba(90,99,61,.96);
  box-shadow: 0 28px 80px rgba(54,33,24,.24);
  backdrop-filter: blur(20px);
  animation: partnerTeaser 5.5s ease-in-out infinite;
}

.partner-teaser-card::before {
  position: absolute;
  inset: -45%;
  border: 1px solid rgba(255,250,241,.28);
  border-radius: 50%;
  content: "";
  animation: partnerPulse 4.8s ease-in-out infinite;
}

.partner-teaser-card::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -40%;
  width: 22%;
  background: rgba(255,255,255,.38);
  content: "";
  filter: blur(12px);
  transform: rotate(16deg);
  animation: partnerShine 6s ease-in-out infinite;
}

.partner-teaser-card > * {
  position: relative;
  z-index: 1;
}

.partner-teaser-card span {
  display: block;
  color: rgba(255,250,241,.76);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.partner-teaser-card strong {
  display: block;
  margin: 14px 0 8px;
  font-size: clamp(2.4rem,4.4vw,4.2rem);
  line-height: .95;
}

.partner-teaser-card strong em {
  display: block;
  font-style: normal;
}

.partner-teaser-card p {
  margin: 0;
  color: rgba(255,250,241,.82);
}

.partner-price-card { z-index: 2; width: min(380px, 76%); padding: 34px; border-radius: 34px 8px; animation: partnerCard 5s ease-in-out infinite; }
.partner-price-card > span, .partner-next-card > span { display: block; color: var(--olive); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.partner-price-card small { display: block; margin-top: 24px; }
.partner-price-card strong { display: block; font-size: clamp(4.8rem, 7vw, 5.6rem); line-height: .9; white-space: nowrap; }
.partner-price-card p { margin: 20px 0 5px; }
.partner-price-card b, .promo-code { display: inline-flex; padding: 8px 12px; border-radius: 7px; color: #fffaf1; background: var(--wine); letter-spacing: .05em; }
.partner-next-card { z-index: 3; right: 0; bottom: 65px; padding: 20px 24px; border-radius: 6px 26px; animation: partnerFloat 4s ease-in-out infinite; }
.partner-next-card strong, .partner-next-card small { display: block; }
.partner-next-card strong { font-size: 1.7rem; }
.partner-orbit { position: absolute; z-index: 3; padding: 10px 15px; border-radius: 999px; color: #fff; background: var(--olive); box-shadow: var(--shadow); font-size: .77rem; animation: partnerFloat 4.5s ease-in-out infinite; }
.orbit-podcast { top: 110px; left: 4%; }
.orbit-academy { top: 55px; right: 10%; color: var(--wine); background: var(--sage); animation-delay: -2s; }
.partner-scroll-cue { position: absolute; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 10px; font-size: .78rem; transform: translateX(-50%); }
.partner-scroll-cue i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; animation: partnerArrow 1.8s infinite; }

.partner-offer-section { max-width: none; color: #fffaf1; background: var(--wine); }
.partner-offer-heading, .partner-pricing { width: min(1180px, 100%); margin-inline: auto; }
.partner-offer-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px 80px; align-items: end; }
.partner-offer-heading h2 { margin: 0; color: #fffaf1; }
.partner-offer-heading .eyebrow, .partner-offer-heading p { color: rgba(255,250,241,.72); }
.partner-offer-tiers { display: grid; width: min(900px,100%); grid-template-columns: 1fr 1fr; margin: 50px auto 0; border-top: 1px solid rgba(255,250,241,.24); border-bottom: 1px solid rgba(255,250,241,.24); }
.partner-offer-tier { display: grid; grid-template-columns: minmax(130px,.6fr) auto; align-items: center; gap: 4px 24px; padding: 28px; }
.partner-offer-tier + .partner-offer-tier { border-left: 1px solid rgba(255,250,241,.24); }
.partner-offer-tier span { color: rgba(255,250,241,.7); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.partner-offer-tier strong { grid-row: 1 / 3; grid-column: 2; font-size: clamp(2.8rem,5vw,4.5rem); line-height: 1; }
.partner-offer-tier p { max-width: 360px; margin: 5px 0 0; color: rgba(255,250,241,.72); }
.partner-offer-cta { display: flex; width: fit-content; justify-content: center; margin: 28px auto 0; color: var(--wine); background: var(--cream); }
.partner-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 54px; }
.partner-price { display: flex; min-height: 540px; flex-direction: column; padding: clamp(28px,4vw,48px); border: 1px solid rgba(255,250,241,.2); border-radius: 8px; background: rgba(255,255,255,.06); }
.partner-price.featured { color: var(--wine); background: var(--cream); transform: translateY(-12px); }
.price-label { align-self: flex-start; padding: 7px 10px; border: 1px solid; border-radius: 999px; font-size: .7rem; text-transform: uppercase; }
.partner-price > p { margin: 28px 0 8px; }
.partner-price > div { display: flex; align-items: end; gap: 16px; }
.partner-price > div strong { font-size: clamp(3.7rem,7vw,6rem); line-height: 1; }
.partner-price ul { display: grid; gap: 12px; margin: 28px 0; padding: 22px 0 0; border-top: 1px solid; list-style: none; }
.partner-price li::before { margin-right: 9px; content: "✓"; }
.partner-price .promo-code { align-self: flex-start; margin: auto 0 22px; }
.partner-price:not(.featured) .promo-code { color: var(--wine); background: #fffaf1; }
.partner-price .button { justify-content: center; }

.partner-program .section-heading, .partner-fit .section-heading, .partner-faq .section-heading { max-width: 820px; margin-bottom: 48px; }
.partner-program-track { position: relative; display: grid; }
.partner-program-track::before { position: absolute; inset: 0 auto 0 39px; width: 1px; background: var(--line); content: ""; }
.partner-program-track > article { position: relative; display: grid; min-height: 190px; grid-template-columns: 80px 1fr minmax(220px,.6fr); align-items: center; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.partner-program-track > article > span { z-index: 1; display: grid; width: 80px; height: 80px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); }
.partner-program-track h3 { margin: 4px 0; font-size: 1.6rem; }
.partner-program-track small, .partner-program-link { color: var(--olive); font-weight: 800; }
.program-mini { min-height: 110px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.28); }
.mini-market, .mini-growth { display: flex; align-items: end; gap: 8px; }
.mini-market i, .mini-growth i { width: 18%; height: var(--h,32%); border-radius: 5px 5px 0 0; background: var(--olive); animation: partnerBars 2.5s infinite alternate; }
.mini-market i:nth-child(1) { height: 28%; } .mini-market i:nth-child(2) { height: 52%; } .mini-market i:nth-child(3) { height: 78%; }
.mini-market b { margin-left: auto; align-self: start; font-size: .76rem; }
.mini-search { display: flex; align-items: center; gap: 8px; } .mini-search strong { flex: 1; font-size: .8rem; } .mini-search b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--olive); }
.mini-checks { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; } .mini-checks i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--olive); font-style: normal; } .mini-checks span { height: 6px; border-radius: 99px; background: var(--line); }
.partner-program-link { display: inline-block; margin-top: 28px; }

.partner-included { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px,8vw,120px); max-width: none; background: var(--sage); }
.partner-included-copy, .partner-tool-visual { width: 100%; max-width: 590px; }
.partner-included-copy { justify-self: end; }
.partner-tool-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.tool-window { width: min(560px,100%); overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 8px; background: var(--cream); box-shadow: var(--shadow); animation: partnerTool 6s infinite; }
.tool-window > header { display: flex; align-items: center; gap: 7px; padding: 13px; border-bottom: 1px solid var(--line); }
.tool-window > header i { width: 8px; height: 8px; border-radius: 50%; background: var(--wine); } .tool-window > header strong { margin-left: auto; font-size: .72rem; }
.tool-window-body { display: grid; min-height: 300px; grid-template-columns: 64px 1fr; }
.tool-window-body aside { display: grid; align-content: start; gap: 14px; padding: 22px 14px; background: var(--wine); }
.tool-window-body aside span { height: 7px; border-radius: 99px; background: rgba(255,255,255,.5); }
.tool-window-body main { padding: 36px; } .tool-window-body main small { color: var(--olive); font-weight: 800; } .tool-window-body main h3 { margin: 5px 0 24px; font-size: 1.7rem; }
.tool-window-body main > div { display: flex; align-items: end; gap: 7px; height: 72px; margin-bottom: 24px; }
.tool-window-body main > div i { width: 24%; height: 44%; background: var(--sage); } .tool-window-body main > div i:nth-child(2) { height: 68%; } .tool-window-body main > div i:nth-child(3) { height: 92%; }
.tool-window-body main p { margin: 8px 0; } .tool-window-body main p b { color: var(--olive); }
.tool-float { position: absolute; right: -15px; bottom: 44px; padding: 12px 16px; border-radius: 99px; color: #fff; background: var(--olive); box-shadow: var(--shadow); animation: partnerFloat 4s infinite; }

.partner-fit-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.partner-fit-grid article { min-height: 240px; padding: 32px; border-right: 1px solid var(--line); }
.partner-fit-grid article:last-child { border: 0; }
.partner-fit-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--olive); }
.partner-faq { max-width: 980px; }
.partner-faq-list { border-top: 1px solid var(--line); }
.partner-faq details { border-bottom: 1px solid var(--line); }
.partner-faq summary { padding: 24px 0; font-size: 1.1rem; font-weight: 800; cursor: pointer; }
.partner-faq details p { max-width: 760px; margin: -6px 0 24px; }

.partner-signup { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px,8vw,110px); align-items: start; max-width: none; color: #fffaf1; background: var(--olive); }
.partner-signup-copy { max-width: 500px; justify-self: end; }
.partner-signup h2 { color: #fffaf1; } .partner-signup .eyebrow, .partner-signup p { color: rgba(255,250,241,.78); }
.partner-code-reminder { display: grid; gap: 10px; margin-top: 30px; }
.partner-code-reminder > div { display: grid; grid-template-columns: 80px 1fr; gap: 1px 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.3); }
.partner-code-reminder small { grid-column: 2; }
.partner-form { width: 100%; max-width: 720px; padding: clamp(24px,4vw,46px); border-radius: 8px; color: var(--wine); background: var(--cream); box-shadow: var(--shadow); }
.partner-form-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 26px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.partner-form-head span { font-size: 1.5rem; font-weight: 800; } .partner-form-head b { color: var(--olive); font-size: .78rem; }
.partner-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .83rem; font-weight: 800; }
.partner-form input, .partner-form select, .partner-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 6px; color: var(--wine); background: rgba(255,255,255,.48); font: inherit; }
.partner-form input:focus, .partner-form select:focus, .partner-form textarea:focus { outline: 2px solid rgba(90,99,61,.42); outline-offset: 2px; }
.partner-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.partner-consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; } .partner-consent input { width: 18px; margin-top: 3px; }
.partner-form .button { width: 100%; justify-content: center; border: 0; cursor: pointer; } .partner-form > small { display: block; margin-top: 12px; text-align: center; }
.hidden-field { display: none !important; }
.partner-footer { display: grid; justify-items: center; gap: 15px; padding: 50px 20px; text-align: center; }
.partner-footer > div, .partner-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; } .partner-footer p { max-width: 630px; margin: 0; } .partner-footer nav { font-size: .82rem; font-weight: 800; }
.partner-thanks { min-height: 100svh; display: grid; place-items: center; padding: 40px 20px; }
.partner-thanks-card { width: min(680px,100%); padding: clamp(32px,7vw,76px); border: 1px solid rgba(255,255,255,.7); border-radius: 8px; background: rgba(237,225,209,.8); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(20px); }

@keyframes partnerSound { to { transform: scaleY(.55); } }
@keyframes partnerCard { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-12px) rotate(-1deg); } }
@keyframes partnerFloat { 50% { transform: translateY(-10px); } }
@keyframes partnerArrow { 50% { transform: translateY(4px); } }
@keyframes partnerBars { to { transform: scaleY(.72); } }
@keyframes partnerTool { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-10px) rotate(0); } }
@keyframes partnerTeaser { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-13px) rotate(0); } }
@keyframes partnerPulse { 0%,100% { opacity: .35; transform: scale(.86); } 50% { opacity: .9; transform: scale(1.04); } }
@keyframes partnerShine { 0%,62% { left: -40%; opacity: 0; } 72% { opacity: .65; } 88%,100% { left: 125%; opacity: 0; } }

@media (max-width: 920px) {
  .partner-header { grid-template-columns: auto 1fr auto; }
  .partner-header .nav-cta { display: inline-flex; }
  .partner-hero, .partner-offer-heading, .partner-included, .partner-signup { grid-template-columns: 1fr; }
  .partner-hero { min-height: auto; padding-top: 150px; }
  .partner-hero-copy, .partner-included-copy, .partner-signup-copy { max-width: 720px; justify-self: start; }
  .partner-offer-visual { width: min(650px,100%); min-height: 540px; margin-inline: auto; }
  .partner-pricing { grid-template-columns: 1fr; }
  .partner-price.featured { transform: none; }
  .partner-program-track > article { grid-template-columns: 80px 1fr; }
  .program-mini { grid-column: 2; }
  .partner-included-copy, .partner-tool-visual, .partner-form { max-width: 720px; }
  .partner-fit-grid { grid-template-columns: 1fr; }
  .partner-fit-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .partner-page {
    background: var(--cream);
  }

  .partner-hero::before,
  .partner-hero::after {
    display: none;
  }

  .partner-header { grid-template-columns: auto auto; padding-left: 14px; }
  .partner-header .brand img { width: 105px; }
  .partner-lockup { display: none; }
  .partner-header .nav-cta { justify-self: end; padding: 9px 12px; font-size: .76rem; }
  .partner-hero { padding-top: 156px; padding-bottom: 70px; }
  .partner-hero h1 { font-size: 3rem; }
  .partner-hero-actions { align-items: stretch; flex-direction: column; }
  .partner-hero-actions .button { justify-content: center; }
  .partner-offer-visual { min-height: 440px; }
  .partner-price-card { width: 82%; padding: 26px; }
  .partner-price-card strong { font-size: 4.4rem; }
  .partner-next-card { right: -8px; bottom: 42px; }
  .orbit-podcast { top: 52px; } .orbit-academy { top: 8px; right: 2%; }
  .partner-scroll-cue { display: none; }
  .partner-offer-heading { gap: 12px; }
  .partner-price { min-height: auto; padding: 26px 22px; }
  .partner-price > div { align-items: start; flex-direction: column; gap: 4px; }
  .partner-price > div strong { font-size: 4rem; }
  .partner-price .promo-code { margin-top: 8px; }
  .partner-program-track::before { left: 25px; }
  .partner-program-track > article { grid-template-columns: 52px 1fr; gap: 16px; }
  .partner-program-track > article > span { width: 52px; height: 52px; }
  .program-mini { min-height: 95px; grid-column: 1 / -1; }
  .partner-tool-visual { min-height: 390px; }
  .tool-window-body { grid-template-columns: 42px 1fr; }
  .tool-window-body aside { padding-inline: 9px; }
  .tool-window-body main { padding: 25px 18px; }
  .tool-float { right: -8px; bottom: 18px; }
  .partner-fit-grid article { padding-inline: 0; }
  .partner-form { padding: 24px 18px; }
  .partner-form .form-row { grid-template-columns: 1fr; }
  .partner-form-head { align-items: start; flex-direction: column; }
}

@font-face {
  font-family: "Roobert Regular";
  src: url("https://framerusercontent.com/assets/IWiMWr2cCeL3jpu2311F4OGjX8.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roobert Medium";
  src: url("https://framerusercontent.com/assets/p23yCLZW4ibeWP21dhSDjTCrFzI.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Mona Sans";
  src: url("https://fonts.gstatic.com/s/monasans/v4/o-0bIpQmx24alC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Mounties Regular";
  src: url("https://framerusercontent.com/assets/hyGwvAYLhbKivmIDQdBsZgy5g.woff2") format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roobert Regular", Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1260px, calc(100% - 32px));
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: var(--glass);
  box-shadow: 0 16px 40px rgba(70, 45, 32, 0.14);
  backdrop-filter: blur(24px) saturate(1.2);
}

.brand img {
  width: 128px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.main-nav a,
.nav-cta,
.button {
  border-radius: 999px;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.main-nav a {
  padding: 9px 10px;
  color: var(--wine);
  font-size: 0.88rem;
  font-family: "Roobert Medium", Inter, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.58);
}

.main-nav .member-access {
  margin-left: 6px;
  padding-inline: 13px;
  border: 1px solid rgba(90, 99, 61, 0.24);
  color: var(--olive);
  background: rgba(255, 255, 255, 0.3);
}

.main-nav .member-access:hover {
  color: #fffaf1;
  background: var(--olive);
}

.nav-cta,
.button.primary {
  color: #fffaf1;
  background: var(--olive);
  box-shadow: 0 14px 30px rgba(93, 36, 16, 0.24);
}

.nav-cta {
  padding: 11px 16px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.section,
.section-band {
  padding: 92px max(24px, calc((100vw - 1160px) / 2));
}

.section-band {
  position: relative;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  align-items: center;
  gap: 56px;
  padding-top: 112px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - 1160px) / 2));
  bottom: 48px;
  width: min(260px, 32vw);
  height: 1px;
  background: rgba(93, 36, 16, 0.22);
  transform-origin: right;
  animation: lineFloat 5s ease-in-out infinite;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 0.78rem;
  font-family: "Roobert Medium", Inter, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: var(--wine);
  font-family: "Mona Sans", "Roobert Medium", Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(2.75rem, 4.65vw, 4.35rem);
  line-height: 1;
}

h2 {
  color: var(--wine);
  font-family: "Mona Sans", "Roobert Medium", Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 0.95;
  max-width: 850px;
}

h3 {
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.lead {
  max-width: 670px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions,
.trust-row,
.contact-methods,
.socials,
.formation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-weight: 850;
  font-family: "Roobert Medium", Inter, sans-serif;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.55);
  color: var(--wine);
}

.trust-row {
  margin-top: 26px;
}

.trust-row span,
.formation-list a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(237, 225, 209, 0.58);
  color: var(--wine);
  font-size: 0.88rem;
  font-family: "Roobert Medium", Inter, sans-serif;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.liquid-frame {
  position: absolute;
  inset: 34px 30px 70px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 46% 54% 58% 42% / 39% 44% 56% 61%;
  box-shadow: var(--shadow);
  animation: morph 12s ease-in-out infinite;
}

.liquid-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 32%, rgba(93, 36, 16, 0.12));
  mix-blend-mode: screen;
}

.liquid-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.glass-card,
.formation-panel,
.zone-card,
.contact-form,
.intro-grid article,
.model-card,
blockquote {
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(237, 225, 209, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.glass-card {
  position: absolute;
  max-width: 220px;
  padding: 18px 20px;
  border-radius: 22px;
}

.glass-card strong {
  display: block;
  color: var(--wine);
  font-size: 1.7rem;
  line-height: 1;
}

.glass-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.live-card {
  right: clamp(72px, 7vw, 112px);
  top: 72px;
}

.rating-card {
  left: 24px;
  bottom: 42px;
}

.intro {
  padding-top: 40px;
}

.intro-grid,
.model-grid,
.zone-grid,
.quote-grid,
.blog-grid {
  display: grid;
  gap: 18px;
}

.intro-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.intro-grid article,
.zone-card,
blockquote,
.formation-panel,
.contact-form {
  border-radius: 28px;
  padding: 28px;
}

.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--wine);
  font-weight: 900;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 34px;
}

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

.model-card {
  overflow: hidden;
  border-radius: 30px;
}

.model-card img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
}

.model-card div {
  padding: 24px;
}

.model-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--wine);
  font-weight: 900;
}

.frame-showcase {
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 72px;
}

.frame-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: 56px;
  align-items: end;
}

.frame-showcase-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.frame-showcase-heading > div:last-child > p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 1.06rem;
}

.frame-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.frame-showcase-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.88rem;
}

.frame-showcase-visual {
  position: relative;
  width: 100%;
  margin: 34px 0 0;
  overflow: hidden;
}

.frame-showcase-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  animation: frameShowcaseDrift 12s ease-in-out infinite;
}

.offers-section {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.quote-studio {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.quote-copy,
.quote-panel {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 34px;
  background: rgba(237, 225, 209, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.quote-copy {
  display: grid;
  align-content: center;
  padding: 32px;
}

.quote-copy h2 {
  font-size: clamp(2.2rem, 3.5vw, 4rem);
}

.quote-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.08rem;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.quote-panel {
  overflow: hidden;
  padding: 26px;
}

.quote-choice,
.quote-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-choice span,
.quote-foot span {
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.28);
  font-family: "Roobert Medium", Inter, sans-serif;
}

.quote-choice span {
  padding: 12px 16px;
  font-size: 1rem;
}

.quote-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 22px 0;
}

.quote-columns > div {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
}

.quote-columns h3 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
}

.quote-columns ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-columns li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.quote-columns li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wine);
}

.quote-foot {
  justify-content: space-between;
}

.quote-foot span {
  padding: 10px 13px;
  font-size: 0.92rem;
}

.plan {
  color: var(--wine);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

ul {
  padding-left: 18px;
}

li {
  margin: 10px 0;
}

.zone-grid {
  grid-template-columns: repeat(3, 1fr);
}

.zone-card {
  background: linear-gradient(160deg, rgba(237, 225, 209, 0.84), rgba(237, 225, 209, 0.54));
}

.zone-card span {
  display: block;
  margin-top: 20px;
  color: var(--olive);
  font-weight: 900;
}

.formation {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: 54px;
}

.formation-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.formation-list {
  margin: 28px 0;
}

.formation-panel {
  background:
    linear-gradient(145deg, rgba(237, 225, 209, 0.82), rgba(191, 196, 166, 0.52)),
    var(--glass);
}

.formation-panel ol {
  margin: 24px 0 0;
  padding-left: 22px;
}

.academy-main {
  overflow: hidden;
}

.academy-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: 56px;
  align-items: center;
  padding-top: 128px;
}

.academy-hero-copy {
  position: relative;
  z-index: 2;
}

.academy-hero h1 {
  max-width: 820px;
}

.academy-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.academy-proof span,
.resource-pills span,
.tool-board span {
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
}

.academy-proof span {
  padding: 9px 12px;
  font-size: 0.9rem;
}

.academy-orbit {
  --mx: 0px;
  --my: 0px;
  position: relative;
  min-height: 620px;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: transform 180ms ease-out;
}

.academy-stage {
  position: absolute;
  inset: 96px 26px 46px 46px;
  overflow: hidden;
  border: 0;
  border-radius: 54% 46% 43% 57% / 42% 53% 47% 58%;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.58), transparent 24%),
    radial-gradient(circle at 72% 68%, rgba(191, 196, 166, 0.72), transparent 32%),
    linear-gradient(135deg, rgba(237, 225, 209, 0.86), rgba(93, 36, 16, 0.16));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  animation: morph 13s ease-in-out infinite;
}

.academy-stage::before,
.academy-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.academy-stage::before {
  display: none;
}

.academy-stage::after {
  left: 10%;
  right: 10%;
  bottom: 13%;
  height: 22%;
  border-radius: 50%;
  background: rgba(93, 36, 16, 0.1);
  filter: blur(24px);
}

.stage-panel {
  position: absolute;
  z-index: 3;
  left: 12%;
  top: 18%;
  width: min(310px, 58%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 28px;
  background: rgba(237, 225, 209, 0.76);
  box-shadow: 0 22px 56px rgba(54, 33, 24, 0.16);
  backdrop-filter: blur(18px) saturate(1.12);
  animation: panelLift 7s ease-in-out infinite;
}

.stage-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.78rem;
}

.stage-topline strong {
  padding: 7px 9px;
  border-radius: 999px;
  color: #fffaf1;
  background: var(--olive);
  white-space: nowrap;
}

.stage-bars {
  display: grid;
  gap: 9px;
  margin: 22px 0;
}

.stage-bars span {
  display: block;
  width: var(--w);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wine), rgba(90, 99, 61, 0.82));
  animation: barBreathe 5.5s ease-in-out infinite;
}

.stage-bars span:nth-child(2n) {
  background: rgba(90, 99, 61, 0.62);
  animation-delay: -1.8s;
}

.stage-module-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stage-module-cloud span {
  padding: 7px 9px;
  border: 1px solid rgba(93, 36, 16, 0.12);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.32);
  font-size: 0.78rem;
  font-family: "Roobert Medium", Inter, sans-serif;
}

.stage-booth {
  position: absolute;
  z-index: 4;
  right: 17%;
  bottom: 26%;
  width: 118px;
  aspect-ratio: 0.92;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 38%),
    linear-gradient(160deg, rgb(130, 75, 48), rgb(93, 36, 16));
  box-shadow: 0 24px 48px rgba(54, 33, 24, 0.22);
  animation: boothFloat 6.6s ease-in-out infinite;
}

.stage-lens {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  border: 7px solid #fffaf1;
  border-radius: 50%;
  background: var(--wine);
  box-shadow: inset 0 0 0 5px rgba(237, 225, 209, 0.4);
}

.stage-logo {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: #fffaf1;
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 1.8rem;
}

.stage-legs {
  position: absolute;
  z-index: 2;
  right: 18%;
  bottom: 12%;
  width: 142px;
  height: 150px;
}

.stage-legs::before,
.stage-legs::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 150px;
  border-radius: 999px;
  background: linear-gradient(rgb(130, 75, 48), rgba(93, 36, 16, 0.64));
  transform-origin: top center;
}

.stage-legs::before {
  left: 52px;
  transform: rotate(13deg);
}

.stage-legs::after {
  right: 52px;
  transform: rotate(-13deg);
}

.orbit-core {
  position: absolute;
  z-index: 4;
  top: 46px;
  left: 50%;
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 24px;
  border-radius: 50%;
  text-align: center;
  transform: translateX(-50%);
  border: 0;
  background: rgba(237, 225, 209, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(1.12);
}

.orbit-core strong {
  display: block;
  color: var(--wine);
  font-family: "Mona Sans", "Roobert Medium", Inter, sans-serif;
  font-size: 4.8rem;
  line-height: 0.82;
}

.orbit-core span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.1;
}

.orbit-ring {
  display: none;
}

.ring-one {
  inset: 46px 8px 24px;
  animation: orbitSpin 18s linear infinite;
}

.ring-two {
  inset: 112px 74px 78px;
  animation: orbitSpin 24s linear infinite reverse;
}

.orbit-chip {
  position: absolute;
  z-index: 5;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(237, 225, 209, 0.76);
  box-shadow: 0 14px 34px rgba(54, 33, 24, 0.13);
  backdrop-filter: blur(16px);
  font-family: "Roobert Medium", Inter, sans-serif;
  animation: chipFloat 5.4s ease-in-out infinite;
}

.chip-a {
  top: 164px;
  left: 10px;
}

.chip-b {
  top: 256px;
  right: 98px;
  animation-delay: -1.2s;
}

.chip-c {
  left: 62px;
  bottom: 92px;
  animation-delay: -2.1s;
}

.chip-d {
  right: 96px;
  bottom: 36px;
  animation-delay: -3s;
}

.academy-journey {
  position: relative;
  padding-top: 52px;
  padding-bottom: 72px;
}

.academy-journey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--wine), transparent);
}

.journey-heading {
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}

.journey-heading h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.journey-heading > p:last-child {
  max-width: 720px;
  margin-inline: auto;
  color: var(--muted);
}

.journey-scenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  perspective: 1200px;
}

.journey-scene {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 28px;
  background:
    radial-gradient(circle at 76% 14%, rgba(191, 196, 166, 0.5), transparent 34%),
    rgba(237, 225, 209, 0.72);
  box-shadow: 0 26px 65px rgba(54, 33, 24, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.journey-scene:nth-child(2) {
  transform: translateY(22px);
}

.journey-scene:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(54, 33, 24, 0.19);
}

.journey-scene:nth-child(2):hover {
  transform: translateY(14px);
}

.journey-window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(93, 36, 16, 0.1);
}

.journey-window-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(93, 36, 16, 0.28);
}

.journey-window-bar i:nth-child(2) { background: rgba(181, 143, 76, 0.7); }
.journey-window-bar i:nth-child(3) { background: rgba(90, 99, 61, 0.72); }

.journey-window-bar span {
  margin-left: auto;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.72rem;
}

.journey-label {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.journey-search-box {
  margin-top: 24px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #fffaf1;
  box-shadow: 0 12px 30px rgba(54, 33, 24, 0.09);
}

.journey-search-box span { color: var(--olive); }

.journey-search-box b {
  color: var(--ink);
  font-size: 0.88rem;
}

.journey-search-box em {
  width: 8px;
  height: 16px;
  margin-left: -7px;
  border-right: 2px solid var(--wine);
  animation: journeyCursor 1s steps(1) infinite;
}

.journey-result {
  margin-top: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(93, 36, 16, 0.1);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.72);
  animation: journeyResult 5s ease-in-out infinite;
}

.journey-result > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--olive);
  font-weight: 900;
}

.journey-result strong,
.journey-result small {
  display: block;
}

.journey-result strong { font-size: 0.78rem; }
.journey-result small { margin-top: 4px; color: #a9782e; font-size: 0.62rem; }

.journey-paper {
  width: 76%;
  min-height: 190px;
  margin: 18px auto 0;
  padding: 18px;
  transform: rotate(-2deg);
  border-radius: 5px;
  background: #fffdf8;
  box-shadow: 0 20px 45px rgba(54, 33, 24, 0.13);
  animation: journeyPaper 6s ease-in-out infinite;
}

.journey-paper header,
.journey-paper footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.journey-paper header b { color: var(--wine); font-size: 1.1rem; }
.journey-paper header span { color: var(--muted); font-size: 0.55rem; }

.journey-paper > i {
  display: block;
  width: 100%;
  height: 7px;
  margin-top: 16px;
  border-radius: 5px;
  background: #e9e1d5;
}

.journey-paper > i:nth-of-type(2) { width: 76%; }
.journey-paper > i:nth-of-type(3) { width: 88%; }

.journey-paper footer {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #eee6dc;
  font-size: 0.72rem;
}

.journey-paper footer strong {
  color: var(--wine);
  font-size: 1rem;
}

.journey-sent {
  position: absolute;
  right: 15px;
  bottom: 52px;
  padding: 8px 10px;
  border-radius: 999px;
  color: white;
  background: var(--olive);
  box-shadow: 0 12px 28px rgba(54, 33, 24, 0.16);
  font-size: 0.68rem;
  font-weight: 800;
  animation: journeyBadge 4.8s ease-in-out infinite;
}

.journey-checklist {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.journey-checklist p {
  margin: 0;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 9px;
  border-radius: 13px;
  background: rgba(255, 250, 241, 0.72);
  font-size: 0.75rem;
  animation: journeyCheck 6s ease-in-out infinite;
}

.journey-checklist p:nth-child(2) { animation-delay: -4.5s; }
.journey-checklist p:nth-child(3) { animation-delay: -3s; }
.journey-checklist p:nth-child(4) { animation-delay: -1.5s; }

.journey-checklist p > i {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(90, 99, 61, 0.14);
}

.journey-checklist p > b { color: var(--olive); }

.journey-scroll {
  width: max-content;
  margin: 52px auto 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-weight: 800;
}

.journey-scroll i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(93, 36, 16, 0.16);
  border-radius: 50%;
  font-style: normal;
  animation: journeyArrow 2s ease-in-out infinite;
}

@keyframes journeyCursor { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
@keyframes journeyResult { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes journeyPaper { 0%, 100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(0) translateY(-8px); } }
@keyframes journeyBadge { 0%, 100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-8px) rotate(-1deg); } }
@keyframes journeyCheck { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@keyframes journeyArrow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

.academy-manifest {
  padding-top: 36px;
}

.manifest-copy {
  max-width: 980px;
  margin-bottom: 34px;
}

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

.manifest-card,
.module-card,
.tools-panel,
.tools-copy {
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(237, 225, 209, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.manifest-card {
  min-height: 300px;
  display: grid;
  align-content: space-between;
  border-radius: 30px;
  padding: 28px;
}

.manifest-card span {
  color: var(--olive);
  font-family: "Mona Sans", "Roobert Medium", Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.manifest-card p,
.module-card p,
.module-card li,
.tools-copy p {
  color: var(--muted);
}

.academy-modules {
  position: relative;
  scroll-margin-top: 126px;
}

.academy-modules::before {
  content: "";
  position: absolute;
  top: 118px;
  right: max(24px, calc((100vw - 1160px) / 2));
  width: 168px;
  height: 168px;
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 48% 52% 58% 42% / 46% 45% 55% 54%;
  animation: softDrift 9s ease-in-out infinite;
}

.module-track {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible;
  margin: 18px 0 28px;
  padding: 10px;
  border: 1px solid rgba(93, 36, 16, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.module-track span {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.82rem;
  animation: trackPulse 6s ease-in-out infinite;
}

.module-track span:nth-child(2n) {
  background: var(--olive);
  animation-delay: -1.6s;
}

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

.module-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 30px;
  padding: 26px;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.module-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 52% 48% 45% 55% / 48% 56% 44% 52%;
  opacity: 0.54;
}

.module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(54, 33, 24, 0.2);
}

.module-card.featured {
  grid-column: span 2;
  background: linear-gradient(145deg, rgba(93, 36, 16, 0.94), rgba(93, 36, 16, 0.72));
}

.module-card.featured h3,
.module-card.featured li,
.module-card.featured .module-number {
  color: #fffaf1;
}

.module-card.bonus {
  background: linear-gradient(145deg, rgba(191, 196, 166, 0.72), rgba(237, 225, 209, 0.78));
}

.module-number {
  margin-bottom: 34px;
  color: var(--olive);
  font-family: "Mona Sans", "Roobert Medium", Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 0.82;
}

.module-card h3 {
  max-width: 520px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.module-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-card li {
  position: relative;
  margin: 0;
  padding-left: 18px;
}

.module-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.module-with-visual {
  padding-bottom: 142px;
}

.module-mini {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  height: 88px;
  overflow: hidden;
  border-top: 1px solid rgba(93, 36, 16, 0.12);
}

.module-mini-local {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
}

.local-pin {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 12px;
  color: #fffaf1;
  background: var(--wine);
  transform: rotate(-45deg);
  animation: miniPin 3s ease-in-out infinite;
}

.local-pin::first-letter {
  transform: rotate(45deg);
}

.module-mini-local > div {
  display: grid;
  gap: 6px;
}

.module-mini-local i {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: rgba(90, 99, 61, 0.2);
}

.module-mini-local i:nth-child(2) { width: 72%; }
.module-mini-local i:nth-child(3) { width: 88%; }

.module-mini-local b {
  color: var(--olive);
  font-size: 0.72rem;
}

.module-mini-event {
  padding-top: 32px;
  display: grid;
  grid-template-columns: 18px 1fr 18px 1fr 18px 1fr 18px;
  align-items: center;
}

.module-mini-event i {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(90, 99, 61, 0.28);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.68);
}

.module-mini-event i.done {
  border-color: var(--olive);
  background: var(--olive);
}

.module-mini-event i.active {
  border-color: var(--wine);
  box-shadow: 0 0 0 7px rgba(93, 36, 16, 0.1);
  animation: miniPulse 2s ease-in-out infinite;
}

.module-mini-event span {
  height: 2px;
  background: linear-gradient(90deg, var(--olive), rgba(90, 99, 61, 0.18));
}

.module-mini-dashboard {
  padding: 18px 8px 0;
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.module-mini-dashboard span {
  flex: 1;
  height: var(--h);
  border-radius: 4px 4px 0 0;
  background: var(--olive);
  animation: miniBar 3.6s ease-in-out infinite alternate;
}

.module-mini-dashboard span:nth-child(2n) {
  background: rgba(93, 36, 16, 0.68);
  animation-delay: -1.2s;
}

.module-mini-dashboard b {
  position: absolute;
  top: 14px;
  right: 8px;
  color: var(--wine);
  font-size: 0.68rem;
}

@keyframes miniPin {
  0%, 100% { transform: rotate(-45deg) translate(0, 0); }
  50% { transform: rotate(-45deg) translate(4px, -4px); }
}

@keyframes miniPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(93, 36, 16, 0.08); }
  50% { box-shadow: 0 0 0 9px rgba(93, 36, 16, 0.13); }
}

@keyframes miniBar {
  from { transform: scaleY(0.72); transform-origin: bottom; }
  to { transform: scaleY(1.03); transform-origin: bottom; }
}

.resource-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.resource-pills span {
  padding: 8px 11px;
  font-size: 0.85rem;
}

.academy-tools {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: stretch;
}

.tools-panel,
.tools-copy {
  border-radius: 34px;
  padding: 34px;
}

.tools-panel {
  background:
    linear-gradient(145deg, rgba(237, 225, 209, 0.82), rgba(191, 196, 166, 0.44)),
    var(--glass);
}

.tools-panel h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.tool-board {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tool-board span {
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.38);
}

.tools-copy {
  display: grid;
  align-content: center;
  background: rgba(93, 36, 16, 0.92);
}

.tools-copy h3,
.tools-copy p {
  color: #fffaf1;
}

.tools-copy h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.academy-software {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(90, 99, 61, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(90, 99, 61, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
}

.software-copy {
  position: relative;
  z-index: 3;
}

.software-copy h2 {
  font-size: clamp(2.4rem, 4.6vw, 5.2rem);
}

.software-copy .lead {
  max-width: 650px;
  color: var(--muted);
}

.software-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 28px 0;
}

.software-features span {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid rgba(93, 36, 16, 0.12);
  border-radius: 14px;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.32);
  font-family: "Roobert Medium", Inter, sans-serif;
}

.software-features span::before {
  content: "✓";
  position: absolute;
  left: 12px;
  color: var(--olive);
  font-weight: 900;
}

.software-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.software-login {
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(93, 36, 16, 0.28);
  text-underline-offset: 5px;
}

.software-showcase {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}

.software-halo {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(191, 196, 166, 0.42);
  filter: blur(62px);
  animation: pilotHalo 7s ease-in-out infinite;
}

.pilot-window {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 16px;
  background: #f3ecdf;
  box-shadow: 0 44px 110px rgba(54, 33, 24, 0.24);
  transform: rotateY(-5deg) rotateX(2deg);
  animation: pilotWindow 8s ease-in-out infinite;
}

.pilot-topbar {
  height: 48px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ded6ca;
  background: #fffdf8;
}

.pilot-topbar strong {
  color: #4a403c;
  font-size: 0.78rem;
}

.pilot-topbar > span {
  justify-self: end;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fffaf1;
  background: #73351f;
  font-size: 0.65rem;
  font-weight: 800;
}

.pilot-dots {
  display: flex;
  gap: 6px;
}

.pilot-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9beb3;
}

.pilot-dots i:first-child { background: #8b4933; }
.pilot-dots i:nth-child(2) { background: #c29f67; }
.pilot-dots i:nth-child(3) { background: #66806c; }

.pilot-layout {
  min-height: 430px;
  display: grid;
  grid-template-columns: 74px 1fr;
}

.pilot-sidebar {
  padding: 20px 15px;
  display: grid;
  align-content: start;
  gap: 16px;
  background: #292724;
}

.pilot-sidebar b {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #526c5c;
  font-size: 0.72rem;
}

.pilot-sidebar i {
  height: 8px;
  border-radius: 6px;
  background: #514c47;
}

.pilot-sidebar i.active { background: #6f8a76; }

.pilot-dashboard {
  min-width: 0;
  padding: 30px;
}

.pilot-welcome {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.pilot-welcome small,
.pilot-welcome strong { display: block; }

.pilot-welcome small {
  color: #73351f;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 1px;
}

.pilot-welcome strong {
  margin-top: 6px;
  color: #342a27;
  font-size: 1.15rem;
}

.pilot-welcome > span {
  padding: 7px 10px;
  border: 1px solid #ded6ca;
  border-radius: 5px;
  background: #fffdf8;
  font-size: 0.58rem;
  font-weight: 800;
}

.pilot-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.pilot-metrics article {
  min-height: 92px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  border: 1px solid #ded6ca;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 8px 18px rgba(70, 48, 34, 0.06);
}

.pilot-metrics article.featured {
  color: #fffaf1;
  background: #733d27;
  border-color: #733d27;
}

.pilot-metrics small,
.pilot-metrics span {
  font-size: 0.55rem;
  opacity: 0.72;
}

.pilot-metrics strong { font-size: 1.25rem; }

.pilot-bottom {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 10px;
  margin-top: 10px;
}

.pilot-events,
.pilot-chart {
  padding: 14px;
  border: 1px solid #ded6ca;
  border-radius: 8px;
  background: #fffdf8;
}

.pilot-events header,
.pilot-events > div {
  display: flex;
  align-items: center;
}

.pilot-events header {
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.62rem;
}

.pilot-events header span {
  color: #73351f;
  font-size: 0.52rem;
}

.pilot-events > div {
  gap: 9px;
  padding: 9px 0;
  border-top: 1px solid #eee7dd;
}

.pilot-events time {
  width: 32px;
  height: 34px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 5px;
  color: #73351f;
  background: #f0e5d5;
  font-size: 0.75rem;
  font-weight: 900;
}

.pilot-events time small { font-size: 0.38rem; }

.pilot-events p {
  min-width: 0;
  flex: 1;
  margin: 0;
}

.pilot-events p b,
.pilot-events p small { display: block; }

.pilot-events p b {
  overflow: hidden;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilot-events p small {
  margin-top: 3px;
  color: #80746f;
  font-size: 0.46rem;
}

.pilot-events em {
  padding: 4px 6px;
  border-radius: 999px;
  color: #47745b;
  background: #dfebe2;
  font-size: 0.42rem;
  font-style: normal;
  font-weight: 800;
}

.pilot-chart > strong { font-size: 0.62rem; }

.pilot-chart > div {
  height: 116px;
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.pilot-chart i {
  flex: 1;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  background: #76907c;
  animation: pilotBars 4s ease-in-out infinite alternate;
}

.pilot-chart i:nth-child(2n) {
  background: #c3a573;
  animation-delay: -1.3s;
}

.pilot-float {
  position: absolute;
  z-index: 4;
  min-width: 205px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 14px;
  color: #342a27;
  background: rgba(255, 250, 241, 0.87);
  box-shadow: 0 22px 55px rgba(54, 33, 24, 0.2);
  backdrop-filter: blur(18px);
}

.pilot-float > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fffaf1;
  background: var(--olive);
  font-family: "Mona Sans", "Roobert Medium", Inter, sans-serif;
  font-weight: 900;
}

.pilot-float b,
.pilot-float small { display: block; }
.pilot-float b { font-size: 0.75rem; }

.pilot-float small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.62rem;
}

.pilot-float-quote {
  top: 11%;
  right: -3%;
  animation: pilotFloatRight 6s ease-in-out infinite;
}

.pilot-float-calendar {
  left: -4%;
  bottom: 8%;
  animation: pilotFloatLeft 7s ease-in-out infinite;
}

@keyframes pilotWindow {
  0%, 100% { transform: rotateY(-5deg) rotateX(2deg) translateY(0); }
  50% { transform: rotateY(-2deg) rotateX(1deg) translateY(-13px); }
}

@keyframes pilotFloatRight {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(2deg); }
  50% { transform: translate3d(-10px, 15px, 0) rotate(-1deg); }
}

@keyframes pilotFloatLeft {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(12px, -14px, 0) rotate(1deg); }
}

@keyframes pilotBars {
  from { transform: scaleY(0.72); transform-origin: bottom; }
  to { transform: scaleY(1.04); transform-origin: bottom; }
}

@keyframes pilotHalo {
  0%, 100% { opacity: 0.62; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

.academy-booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.82fr);
  gap: 34px;
  align-items: center;
  scroll-margin-top: 126px;
}

.booking-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}

.booking-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.booking-points span {
  padding: 9px 12px;
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.3);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.88rem;
}

.booking-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 34px;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(237, 225, 209, 0.84), rgba(191, 196, 166, 0.42)),
    var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.booking-shell::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 156px;
  height: 156px;
  border: 1px solid rgba(93, 36, 16, 0.13);
  border-radius: 48% 52% 58% 42% / 48% 44% 56% 52%;
  animation: softDrift 10s ease-in-out infinite;
}

.booking-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.booking-top h3 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.booking-top > span {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fffaf1;
  background: var(--olive);
  font-family: "Roobert Medium", Inter, sans-serif;
}

.academy-call-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(93, 36, 16, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.72), rgba(191, 196, 166, 0.28)),
    rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.48);
}

.academy-call-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(90, 99, 61, 0.14);
  border-radius: 22px;
  pointer-events: none;
}

.calendar-embed {
  min-height: 720px;
  background: rgba(255, 250, 241, 0.66);
}

.calendar-intro {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 8px 14px;
}

.calendar-intro span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fffaf1;
  background: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.82rem;
}

.calendar-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.calendar-embed .calendly-inline-widget {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-width: 320px;
  height: 700px;
  min-height: 700px;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.booking-link {
  position: relative;
  z-index: 1;
  width: 100%;
}

.booking-note {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.quote-grid {
  grid-template-columns: repeat(3, 1fr);
}

.about {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 54px;
  align-items: center;
}

.about-visual {
  border-radius: 44% 56% 48% 52% / 50% 42% 58% 50%;
  overflow: hidden;
  box-shadow: var(--shadow);
  animation: softDrift 9s ease-in-out infinite;
}

.about-visual img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.about-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

.audience-split {
  position: relative;
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 108px;
  border-top: 1px solid rgba(93, 36, 16, 0.12);
  border-bottom: 1px solid rgba(93, 36, 16, 0.12);
}

.audience-split::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 64px;
  background: rgba(93, 36, 16, 0.22);
}

.split-heading {
  max-width: 960px;
  margin: 0 auto 42px;
  text-align: center;
}

.split-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

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

.split-card {
  position: relative;
  min-height: 390px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 34px;
  padding: 34px;
  background: rgba(237, 225, 209, 0.78);
  box-shadow: 0 20px 58px rgba(54, 33, 24, 0.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.split-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(93, 36, 16, 0.16);
  border-radius: 52% 48% 44% 56% / 48% 58% 42% 52%;
  opacity: 0.6;
  animation: softDrift 10s ease-in-out infinite;
}

.split-card h3 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  font-size: clamp(1.85rem, 3vw, 3.1rem);
  line-height: 0.98;
}

.split-card p:not(.plan) {
  position: relative;
  z-index: 1;
  max-width: 580px;
  color: var(--muted);
}

.split-card .button {
  position: relative;
  z-index: 1;
  width: fit-content;
}

.business-card {
  background: linear-gradient(145deg, rgba(237, 225, 209, 0.86), rgba(191, 196, 166, 0.5));
}

.business-zone {
  position: relative;
  margin-top: 0;
  border-top: 1px solid rgba(93, 36, 16, 0.18);
  background:
    linear-gradient(180deg, rgba(93, 36, 16, 0.08), rgba(237, 225, 209, 0) 280px),
    var(--cream);
  scroll-margin-top: 112px;
}

.business-zone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  pointer-events: none;
  background: rgba(237, 225, 209, 0.72);
}

.business-zone > section {
  position: relative;
  z-index: 1;
}

.business-intro {
  padding-top: 96px;
  padding-bottom: 0;
}

.business-intro-grid {
  max-width: 920px;
}

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

.business-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.blog-section {
  padding-top: 54px;
}

.blog-card {
  min-height: 320px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  padding: 16px 16px 24px;
  background: rgba(237, 225, 209, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.blog-card > :not(.blog-card-image) {
  margin-left: 12px;
  margin-right: 12px;
}

.blog-card-image {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.26);
}

.blog-card-image img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  transition: transform 520ms ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.045);
}

.blog-card:hover,
.model-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(54, 33, 24, 0.2);
}

.blog-kicker {
  margin-bottom: 16px;
  color: var(--olive);
  font-family: "Roobert Medium", Inter, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-card a {
  margin-top: 20px;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.theme-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.theme-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.88rem;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 46px;
  align-items: center;
  min-height: 66svh;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.article-meta span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.28);
  font-size: 0.86rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.28fr);
  gap: 48px;
  align-items: start;
}

.article-body {
  max-width: 820px;
}

.article-body h2 {
  margin-top: 44px;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.04rem;
}

.article-body strong {
  color: var(--wine);
}

.article-highlight,
.article-tip,
.article-inline-cta,
.article-image-band,
.article-checklist,
.article-table-wrap,
.article-steps,
.article-stat-grid {
  margin-top: 28px;
}

.article-highlight,
.article-tip,
.article-inline-cta {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 22px;
  background: rgba(237, 225, 209, 0.68);
  box-shadow: 0 20px 54px rgba(54, 33, 24, 0.1);
  backdrop-filter: blur(16px) saturate(1.08);
}

.article-highlight {
  display: grid;
  gap: 14px;
  background: linear-gradient(135deg, rgba(237, 225, 209, 0.86), rgba(191, 196, 166, 0.44));
}

.article-highlight h3,
.article-tip h3,
.article-inline-cta h3,
.article-checklist h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.article-highlight p,
.article-tip p,
.article-inline-cta p {
  margin: 0;
}

.article-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.article-stat {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.28);
}

.article-stat strong {
  display: block;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 0.95;
}

.article-stat span {
  color: var(--muted);
  font-size: 0.95rem;
}

.article-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 18px 50px rgba(54, 33, 24, 0.08);
}

.article-table {
  width: 100%;
  border-collapse: collapse;
}

.article-table th,
.article-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.article-table th {
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  background: rgba(191, 196, 166, 0.28);
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-image-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  background: rgba(237, 225, 209, 0.7);
  box-shadow: var(--shadow);
}

.article-image-band img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.article-image-band div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px 24px 24px 6px;
}

.article-image-band h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
}

.article-steps {
  display: grid;
  gap: 12px;
  counter-reset: article-step;
}

.article-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.28);
}

.article-step::before {
  counter-increment: article-step;
  content: counter(article-step);
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--cream);
  font-family: "Roobert Medium", Inter, sans-serif;
  background: var(--olive);
}

.article-step h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.article-step p {
  margin: 0;
}

.article-checklist {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.24);
}

.article-checklist .compact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-inline-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.article-aside {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
}

.aside-card {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 24px;
  padding: 22px;
  background: rgba(237, 225, 209, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.aside-card a {
  display: block;
  margin-top: 10px;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.article-cta {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(237, 225, 209, 0.86), rgba(191, 196, 166, 0.48));
  box-shadow: var(--shadow);
}

.article-cta h3,
.article-cta p {
  margin-top: 0;
}

blockquote {
  margin: 0;
  color: var(--wine);
  font-size: 1.08rem;
}

cite {
  display: block;
  margin-top: 24px;
  color: var(--wine);
  font-style: normal;
  font-weight: 900;
}

.contact {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 40px;
  align-items: start;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
}

.contact-methods a,
.socials a {
  color: var(--wine);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--wine);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form label:nth-last-of-type(1),
.contact-form button {
  grid-column: 1 / -1;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.5em;
  margin: 0;
  color: var(--wine);
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  font: inherit;
}

textarea {
  resize: vertical;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(237, 225, 209, 0.72);
  padding: 18px 22px;
}

summary {
  cursor: pointer;
  color: var(--wine);
  font-weight: 950;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 70px max(24px, calc((100vw - 1160px) / 2)) 26px;
  color: var(--paper);
  background: var(--wine);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.78fr 0.82fr 1fr;
  gap: 34px;
}

.footer-logo {
  width: 170px;
  filter: brightness(0) invert(1);
}

.site-footer h2 {
  margin-bottom: 16px;
  color: var(--paper);
  font-size: 1rem;
}

.site-footer nav,
.site-footer .footer-main > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer a,
.site-footer p,
.footer-bottom {
  color: rgba(255, 250, 241, 0.78);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.9rem;
}

.subpage {
  padding-top: 108px;
}

.hero-lite {
  min-height: 56svh;
  display: grid;
  align-content: center;
}

.hero-lite h1 {
  max-width: 900px;
}

.page-hero {
  min-height: 72svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.page-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 38% 62% 52% 48% / 48% 44% 56% 52%;
  box-shadow: var(--shadow);
  animation: morph 13s ease-in-out infinite;
}

.page-visual img {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: center;
}

.feature-media {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.feature-media img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.compact-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  position: relative;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  color: var(--muted);
}

.compact-list li::before {
  display: none;
}

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

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

.page-grid h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
}

.legal-grid h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.page-grid a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wedding-hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
}

.wedding-hero::before {
  display: none;
}

.wedding-copy {
  position: relative;
  z-index: 1;
}

.wedding-copy h1 {
  max-width: 820px;
}

.wedding-actions,
.wedding-metrics,
.wedding-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.wedding-metrics {
  margin-top: 28px;
}

.wedding-metrics span,
.wedding-tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.42);
  color: var(--muted);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 0.9rem;
  backdrop-filter: blur(14px);
}

.wedding-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 560px);
  min-height: 610px;
}

.wedding-frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 250, 241, 0.24);
  box-shadow: var(--shadow);
}

.wedding-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-frame {
  inset: 16px 88px 64px 16px;
  border-radius: 42% 58% 54% 46% / 46% 42% 58% 54%;
  animation: weddingFloat 11s ease-in-out infinite;
}

.side-frame {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 44%;
  border-radius: 28px;
  transform: rotate(3deg);
  animation: panelLift 9s ease-in-out infinite;
}

.wedding-note {
  position: absolute;
  z-index: 2;
  max-width: 190px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(237, 225, 209, 0.78);
  box-shadow: 0 18px 45px rgba(54, 33, 24, 0.16);
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  line-height: 1.12;
  backdrop-filter: blur(18px);
}

.note-top {
  top: 78px;
  right: 52px;
  font-size: 1.38rem;
}

.note-bottom {
  left: 0;
  bottom: 76px;
}

.wedding-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wedding-story p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.moment-card,
.duo-panel,
.timeline-item,
.wedding-faq details {
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.36);
  box-shadow: 0 18px 48px rgba(54, 33, 24, 0.08);
  backdrop-filter: blur(16px);
}

.moment-card {
  min-height: 230px;
  padding: 26px;
  border-radius: 28px;
  transition: transform 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.moment-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 250, 241, 0.56);
  box-shadow: var(--shadow);
}

.moment-card span,
.timeline-item strong {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--olive);
  color: #fffaf1;
  font-family: "Roobert Medium", Inter, sans-serif;
}

.moment-card h3,
.timeline-item h3 {
  margin: 20px 0 8px;
  font-size: 1.45rem;
}

.moment-card p,
.timeline-item p,
.duo-panel p,
.wedding-memory p,
.wedding-cta p {
  color: var(--muted);
}

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

.duo-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 36px;
  border-radius: 32px;
}

.duo-panel::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 144px;
  height: 144px;
  border: 1px solid rgba(93, 36, 16, 0.14);
  border-radius: 50%;
  animation: softDrift 8s ease-in-out infinite;
}

.video-panel {
  background: rgba(90, 99, 61, 0.13);
}

.wedding-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.timeline-item {
  position: relative;
  padding: 28px;
  border-radius: 28px;
}

.wedding-memory {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 0.9fr);
  gap: 44px;
  align-items: center;
}

.memory-media {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}

.memory-media img {
  width: 100%;
  aspect-ratio: 1.14;
  object-fit: cover;
  animation: weddingPan 18s ease-in-out infinite;
}

.wedding-tags {
  margin: 24px 0 26px;
}

.wedding-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
}

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

.wedding-faq details {
  padding: 22px 24px;
  border-radius: 24px;
}

.wedding-faq summary {
  cursor: pointer;
  color: var(--wine);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: 1.08rem;
}

.wedding-faq details p {
  margin-bottom: 0;
  color: var(--muted);
}

.wedding-cta {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto 92px;
  padding: 54px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 34px;
  background: rgba(255, 250, 241, 0.38);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(18px);
}

.wedding-cta h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wedding-cta p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes weddingFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
    border-radius: 42% 58% 54% 46% / 46% 42% 58% 54%;
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
    border-radius: 56% 44% 47% 53% / 42% 57% 43% 58%;
  }
}

@keyframes weddingPan {
  0%, 100% {
    transform: scale(1.02) translateX(0);
  }
  50% {
    transform: scale(1.08) translateX(-12px);
  }
}

@keyframes frameShowcaseDrift {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025) translateY(-4px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease var(--reveal-delay, 0ms), transform 700ms ease var(--reveal-delay, 0ms);
}

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

.page-hero .reveal {
  opacity: 1;
  transform: none;
}

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

@keyframes morph {
  0%, 100% {
    border-radius: 46% 54% 58% 42% / 39% 44% 56% 61%;
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    border-radius: 58% 42% 43% 57% / 48% 58% 42% 52%;
    transform: translate3d(0, -12px, 0) rotate(1.5deg);
  }
}

@keyframes softDrift {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes lineFloat {
  0%, 100% {
    transform: scaleX(0.65);
    opacity: 0.25;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.55;
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes chipFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes trackPulse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes panelLift {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes barBreathe {
  0%, 100% {
    transform: scaleX(0.92);
    opacity: 0.72;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes boothFloat {
  0%, 100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--wine);
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--paper);
  }

  .main-nav,
  .nav-cta {
    display: none;
  }

  .site-header.is-open {
    border-radius: 28px;
  }

  .site-header.is-open .main-nav,
  .site-header.is-open .nav-cta {
    display: flex;
    grid-column: 1 / -1;
  }

  .site-header.is-open .main-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header.is-open .main-nav .member-access {
    margin-left: 0;
    text-align: center;
  }

  .site-header.is-open .nav-cta {
    justify-content: center;
  }

  .hero,
  .formation,
  .contact,
  .about,
  .page-hero,
  .academy-hero,
  .academy-tools,
  .academy-software,
  .academy-booking,
  .feature-band,
  .article-hero,
  .article-layout,
  .article-image-band,
  .quote-studio,
  .quote-columns,
  .business-intro-grid,
  .wedding-hero,
  .wedding-story,
  .wedding-duo,
  .wedding-memory,
  .wedding-faq,
  .frame-showcase-heading {
    grid-template-columns: 1fr;
  }

  .article-stat-grid,
  .article-checklist .compact-list,
  .moment-grid,
  .wedding-timeline {
    grid-template-columns: 1fr;
  }

  .article-image-band div {
    padding: 0 22px 24px;
  }

  .article-inline-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-table-wrap {
    overflow-x: auto;
  }

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

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

  .wedding-visual {
    min-height: 540px;
  }

  .main-frame {
    inset: 10px 72px 82px 10px;
  }

  .side-frame {
    width: 48%;
  }

  .intro-grid,
  .model-grid,
  .zone-grid,
  .quote-grid,
  .blog-grid,
  .split-grid,
  .manifest-grid,
  .journey-scenes,
  .module-grid,
  .page-grid,
  .legal-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .academy-hero {
    padding-top: 130px;
  }

  .academy-orbit {
    min-height: 520px;
  }

  .journey-scenes {
    max-width: 720px;
    margin-inline: auto;
  }

  .journey-scene:nth-child(2) {
    transform: none;
  }

  .journey-scene:nth-child(2):hover {
    transform: translateY(-6px);
  }

  .software-copy {
    max-width: 760px;
  }

  .software-showcase {
    min-height: 600px;
  }

  .academy-photo {
    inset: 84px 0 42px;
  }

  .module-card.featured {
    grid-column: auto;
  }

  .quote-copy,
  .quote-panel {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .section,
  .section-band {
    padding: 68px 18px;
  }

  .hero {
    padding-top: 124px;
  }

  h1 {
    font-size: 2.72rem;
  }

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

  .wedding-hero {
    padding-top: 124px;
  }

  .wedding-visual {
    min-height: 430px;
  }

  .frame-showcase {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .frame-showcase-heading {
    gap: 24px;
  }

  .frame-showcase-visual {
    margin-top: 24px;
  }

  .main-frame {
    inset: 0 24px 94px 0;
  }

  .side-frame {
    width: 58%;
    height: 38%;
  }

  .wedding-note {
    padding: 13px 14px;
    border-radius: 18px;
    font-size: 0.88rem;
  }

  .note-top {
    top: 38px;
    right: 0;
    font-size: 1.08rem;
  }

  .note-bottom {
    bottom: 54px;
  }

  .moment-card,
  .duo-panel,
  .timeline-item,
  .wedding-faq details,
  .wedding-cta {
    padding: 22px;
    border-radius: 24px;
  }

  .duo-panel {
    min-height: auto;
  }

  .academy-orbit {
    min-height: 430px;
  }

  .academy-journey {
    padding-top: 46px;
  }

  .journey-heading {
    text-align: left;
  }

  .journey-heading h2 {
    font-size: 2.45rem;
  }

  .journey-scene {
    min-height: 290px;
    border-radius: 24px;
  }

  .journey-scroll {
    margin-top: 34px;
  }

  .academy-software {
    background-size: 32px 32px;
  }

  .software-features {
    grid-template-columns: 1fr;
  }

  .software-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .software-actions .button {
    justify-content: center;
    text-align: center;
  }

  .software-login {
    text-align: center;
  }

  .software-showcase {
    min-height: 480px;
  }

  .pilot-window {
    width: 100%;
  }

  .pilot-layout {
    min-height: 350px;
    grid-template-columns: 48px 1fr;
  }

  .pilot-sidebar {
    padding: 14px 8px;
    gap: 12px;
  }

  .pilot-sidebar b {
    width: 30px;
    height: 30px;
  }

  .pilot-dashboard {
    padding: 16px 12px;
  }

  .pilot-welcome > span,
  .pilot-chart {
    display: none;
  }

  .pilot-metrics {
    gap: 5px;
  }

  .pilot-metrics article {
    min-height: 82px;
    padding: 9px;
  }

  .pilot-metrics strong {
    font-size: 0.95rem;
  }

  .pilot-bottom {
    grid-template-columns: 1fr;
  }

  .pilot-float {
    min-width: 168px;
    padding: 9px 10px;
  }

  .pilot-float-quote {
    top: 4%;
    right: -5%;
  }

  .pilot-float-calendar {
    left: -4%;
    bottom: 2%;
  }

  .academy-hero h1 {
    font-size: 2.34rem;
    line-height: 0.98;
  }

  .orbit-core {
    width: 142px;
    height: 142px;
  }

  .orbit-core strong {
    font-size: 3.7rem;
  }

  .orbit-chip {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .chip-a {
    top: 150px;
    left: 0;
  }

  .chip-b {
    top: 220px;
    right: 0;
  }

  .chip-c {
    left: 18px;
    bottom: 70px;
  }

  .chip-d {
    right: 12px;
    bottom: 24px;
  }

  .manifest-card,
  .module-card,
  .tools-panel,
  .tools-copy {
    padding: 22px;
    border-radius: 24px;
  }

  .module-track {
    border-radius: 22px;
  }

  .module-track span {
    font-size: 0.78rem;
  }

  .liquid-frame {
    inset: 20px 0 54px;
  }

  .glass-card {
    padding: 14px 16px;
  }

  .live-card {
    right: 8px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .audience-split {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .split-card {
    min-height: 340px;
    padding: 26px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .section.partner-hero {
    padding-top: 156px;
  }
}

.section.partner-hero {
  padding-top: 164px;
}

.partner-human {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(44px, 8vw, 120px);
}

.partner-human-photo {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--wine);
}

.partner-human-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(54, 20, 9, .78));
  pointer-events: none;
}

.partner-human-photo img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 800ms cubic-bezier(.2, .8, .2, 1);
}

.partner-human-photo:hover img {
  transform: scale(1.035);
}

.partner-human-photo span {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fffaf1;
  font-size: .9rem;
}

.partner-human-copy {
  max-width: 650px;
}

.partner-human-copy blockquote {
  margin: 34px 0 0;
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--olive);
  font-family: "Roobert Medium", Inter, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.35;
}

.partner-price-card em {
  display: block;
  margin-top: 7px;
  color: var(--wine);
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
}

.partner-form-error {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #9d2d1f !important;
  font-size: .82rem;
  text-align: center;
}

.partner-form button:disabled {
  cursor: wait;
  opacity: .68;
}

@media (max-width: 920px) {
  .partner-human {
    grid-template-columns: 1fr;
  }

  .partner-human-photo {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .section.partner-hero {
    padding-top: 150px;
  }

  .partner-human-photo,
  .partner-human-photo img {
    min-height: 440px;
  }
}

/* Landing Conciergerie Podcast: previews and discovery flow */
.program-mini {
  display: grid;
  min-height: 132px;
  align-content: center;
  gap: 8px;
}

.program-mini small {
  color: var(--olive);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.program-mini strong {
  font-size: 1rem;
}

.program-mini > span {
  font-size: .76rem;
}

.program-mini.mini-offer {
  position: relative;
  padding-right: 62px;
}

.program-mini.mini-offer::after {
  position: absolute;
  right: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fffaf1;
  background: var(--olive);
  content: "+";
  font-size: 1.25rem;
}

.program-mini.mini-search {
  display: grid;
  align-items: initial;
  gap: 8px;
}

.mini-search > span {
  display: grid;
  gap: 5px;
}

.mini-search > span i {
  width: 86%;
  height: 5px;
  border-radius: 999px;
  background: rgba(93, 36, 16, .14);
}

.mini-search > span i:nth-child(2) { width: 68%; }
.mini-search > span i:nth-child(3) { width: 48%; }

.program-mini.mini-checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.mini-checks p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: .76rem;
}

.mini-checks p i {
  flex: 0 0 auto;
}

.program-mini.mini-growth {
  display: grid;
  align-items: initial;
  gap: 7px;
}

.mini-growth > div {
  display: flex;
  height: 56px;
  align-items: end;
  gap: 7px;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--line);
}

.mini-growth > div i {
  width: 17%;
  height: var(--h);
  border-radius: 4px 4px 0 0;
  background: var(--olive);
  animation: partnerBars 2.5s ease-in-out infinite alternate;
}

.mini-growth > strong {
  font-size: .76rem;
}

.academy-screen {
  position: relative;
  width: min(700px, 100%);
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.3;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
  animation: partnerTool 6s ease-in-out infinite;
}

.academy-screen::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 8px solid rgba(237, 225, 209, .58);
  content: "";
  pointer-events: none;
}

.academy-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  animation: academyScreenPan 12s ease-in-out infinite alternate;
}

.academy-screen figcaption {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fffaf1;
  background: rgba(93, 36, 16, .88);
  font-size: .72rem;
  backdrop-filter: blur(10px);
}

.partner-discovery-steps {
  display: grid;
  gap: 0;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.partner-discovery-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 250, 241, .28);
}

.partner-discovery-steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 250, 241, .52);
  border-radius: 50%;
}

.partner-discovery-steps div {
  display: grid;
  gap: 2px;
}

.partner-discovery-steps small {
  color: rgba(255, 250, 241, .72);
}

/* Landing Conciergerie Podcast: dual enrollment paths */
.partner-signup {
  display: block;
  padding-inline: max(20px, calc((100vw - 1240px) / 2));
}

.partner-signup-heading {
  width: min(920px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.partner-signup-heading h2 {
  max-width: 760px;
  margin-inline: auto;
}

.partner-signup-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin-inline: auto;
}

.partner-signup-options {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 22px;
  width: min(1240px, 100%);
  margin-inline: auto;
  align-items: stretch;
}

.partner-path {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, .4);
  border-radius: 8px;
  color: var(--wine);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.partner-path-head {
  padding: 28px 30px 22px;
  border-bottom: 1px solid var(--line);
}

.partner-path-head > span {
  color: var(--olive);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-path-head h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.partner-path-head p {
  margin: 0;
  color: var(--muted);
}

.partner-calendly {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #ede1d1;
}

.partner-calendly .calendly-inline-widget {
  width: 100%;
  min-width: 0 !important;
  height: 700px;
  overflow: hidden;
}

.partner-path-buy {
  display: flex;
  flex-direction: column;
}

.partner-buy-summary {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px;
}

.partner-buy-summary > p {
  margin: 0;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 800;
}

.partner-buy-price {
  display: grid;
  margin: 18px 0 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.partner-buy-price small {
  color: var(--muted);
  font-size: .9rem;
}

.partner-buy-price s {
  margin-left: 4px;
}

.partner-buy-price strong {
  font-size: clamp(3.8rem, 7vw, 6.8rem);
  line-height: .95;
}

.partner-buy-price span {
  margin-top: 6px;
  color: var(--olive);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.partner-buy-summary ul {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.partner-buy-summary li {
  position: relative;
  padding-left: 28px;
}

.partner-buy-summary li::before {
  position: absolute;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #fffaf1;
  background: var(--olive);
  content: "✓";
  font-size: .68rem;
}

.partner-stripe-codes {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.partner-stripe-code {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 8px 14px;
  border: 1px solid rgba(93, 36, 16, .18);
  border-radius: 7px;
  background: #fff4df;
}

.partner-stripe-code span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.partner-stripe-code strong {
  color: var(--wine);
  font-size: 1rem;
  letter-spacing: .04em;
}

.partner-stripe-code button {
  min-height: 34px;
  padding: 7px 11px;
  border: 0;
  border-radius: 5px;
  color: #fffaf1;
  background: var(--olive);
  font: inherit;
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
}

.partner-buy-button {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  margin-top: auto;
}

.partner-buy-summary > small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  text-align: center;
}

@keyframes academyScreenPan {
  0%, 20% { object-position: top center; }
  80%, 100% { object-position: bottom center; }
}

@media (max-width: 640px) {
  .partner-hero-actions,
  .partner-trust {
    display: none;
  }

  .partner-hero {
    gap: 34px;
    padding-top: 142px;
  }

  .partner-hero h1 {
    margin-bottom: 20px;
    font-size: 2.75rem;
  }

  .partner-offer-visual {
    min-height: 220px;
  }

  .partner-sound,
  .partner-next-card,
  .partner-orbit {
    display: none;
  }

  .partner-teaser-card {
    position: relative;
    width: min(330px, 100%);
    padding: 25px 22px;
    border-radius: 8px;
    color: var(--wine);
    background: rgba(237,225,209,.92);
    animation: none;
  }

  .partner-teaser-card::before,
  .partner-teaser-card::after {
    display: none;
  }

  .partner-teaser-card strong {
    margin-block: 10px 6px;
    font-size: 2.15rem;
    white-space: nowrap;
  }

  .partner-teaser-card strong em {
    display: inline;
  }

  .partner-teaser-card p {
    color: var(--muted);
    font-size: .82rem;
  }

  .partner-teaser-card span {
    color: var(--olive);
  }

  .partner-stripe-code {
    grid-template-columns: 62px 1fr auto;
    gap: 8px;
  }

  .partner-offer-heading {
    gap: 14px;
  }

  .partner-offer-tiers {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .partner-offer-tier {
    grid-template-columns: 1fr auto;
    padding: 22px 0;
  }

  .partner-offer-tier + .partner-offer-tier {
    border-top: 1px solid rgba(255,250,241,.24);
    border-left: 0;
  }

  .partner-offer-tier strong {
    font-size: 3rem;
  }

  .partner-offer-cta {
    width: 100%;
    min-height: 52px;
  }

  .partner-program .section-heading,
  .partner-fit .section-heading,
  .partner-faq .section-heading {
    margin-bottom: 28px;
  }

  .partner-program-track::before {
    left: 21px;
  }

  .partner-program-track > article {
    min-height: auto;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .partner-program-track > article > span {
    width: 44px;
    height: 44px;
    font-size: .72rem;
  }

  .partner-program-track h3 {
    font-size: 1.25rem;
  }

  .partner-program-track .program-mini {
    display: none;
  }

  .partner-resource-list {
    display: grid;
    gap: 0;
    margin-top: 24px;
  }

  .partner-resource-list span {
    padding: 11px 0;
    border-width: 1px 0 0;
    border-radius: 0;
    background: transparent;
  }

  .partner-included {
    gap: 32px;
  }

  .partner-tool-visual {
    min-height: auto;
  }

  .academy-screen {
    aspect-ratio: 1.12;
    animation: none;
  }

  .academy-screen img {
    object-position: top center;
    animation: none;
  }

  .academy-screen figcaption,
  .tool-float {
    display: none;
  }

  .partner-fit-grid article > span {
    display: none;
  }

  .partner-fit-grid article {
    padding-block: 22px;
  }

  .partner-fit-grid article h3 {
    margin-top: 0;
  }

  .partner-faq summary {
    padding: 19px 0;
  }

  .partner-pricing {
    gap: 12px;
    margin-top: 30px;
  }

  .partner-price {
    padding: 22px 18px;
  }

  .partner-price > p {
    margin: 15px 0 4px;
  }

  .partner-price > div {
    gap: 10px;
  }

  .partner-price > div strong {
    font-size: 3.5rem;
  }

  .partner-price ul {
    gap: 8px;
    margin: 16px 0;
    padding-top: 14px;
  }

  .partner-price .promo-code {
    margin: 0 0 14px;
  }

  .program-mini {
    min-height: 118px;
  }

  .academy-screen {
    aspect-ratio: 1.05;
  }

  .academy-screen figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    text-align: center;
  }

  .tool-float {
    max-width: 250px;
    font-size: .72rem;
  }

  .partner-signup {
    padding: 72px 14px;
  }

  .partner-signup-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .partner-signup-heading h2,
  .partner-signup-heading > p:not(.eyebrow) {
    margin-inline: 0;
  }

  .partner-signup-options {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .partner-path-head {
    padding: 20px 18px 16px;
  }

  .partner-path-head h3 {
    font-size: 1.5rem;
  }

  .partner-calendly .calendly-inline-widget {
    height: 690px;
  }

  .partner-buy-summary {
    padding: 24px 18px;
  }

  .partner-buy-price strong {
    font-size: 4.2rem;
  }

  .partner-buy-price {
    margin: 8px 0 16px;
    padding-bottom: 16px;
  }

  .partner-buy-summary ul {
    gap: 7px;
    margin-bottom: 16px;
  }
}
