:root {
  --paper: #f2eee7;
  --paper-deep: #e6ded3;
  --ink: #1d1b19;
  --ink-soft: #4f4a45;
  --wine: #701a33;
  --wine-dark: #4b0d20;
  --copper: #a04c35;
  --line: rgba(29, 27, 25, 0.18);
  --line-light: rgba(242, 238, 231, 0.2);
  --container: min(100% - 40px, 1320px);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 30;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 max(20px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid transparent;
  transition: background-color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.06em;
}

.brand__main {
  font-size: 15px;
  font-weight: 600;
}

.brand__main span,
.site-footer__brand span,
.continuity__brand span {
  color: var(--wine);
}

.brand__live {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--wine);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

.site-nav a {
  position: relative;
  font-size: 12px;
  color: var(--ink-soft);
  text-decoration: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  padding: 10px 15px;
  border: 1px solid var(--ink);
  font-size: 12px;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.header-cta:hover {
  color: var(--paper);
  background: var(--ink);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 118px max(20px, calc((100vw - 1320px) / 2)) 54px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 18px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  right: -14vw;
  bottom: -48vw;
  width: 86vw;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--wine) 24%, transparent);
  border-radius: 50%;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background: radial-gradient(circle at 72% 45%, rgba(112, 26, 51, 0.1), transparent 30%);
}

.hero__paper-lines {
  position: absolute;
  inset: 0 max(20px, calc((100vw - 1320px) / 2));
  z-index: -1;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: repeating-linear-gradient(90deg, transparent 0 calc(8.333% - 1px), var(--line) calc(8.333% - 1px) 8.333%);
  opacity: 0.28;
}

.hero__eyebrow {
  grid-column: 1 / 5;
  margin: 0;
  color: var(--wine);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__title-wrap {
  grid-column: 1 / 13;
  position: relative;
  z-index: 3;
  display: block;
  margin-top: clamp(40px, 7vh, 88px);
}

.hero__index {
  align-self: start;
  margin: 1.2vw 0 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 58px);
  line-height: 0.9;
}

.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(84px, 14vw, 210px);
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.reveal-line {
  display: block;
  overflow: hidden;
}

.reveal-line > span {
  display: block;
  transform: translateY(112%);
  animation: line-in 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__title .reveal-line > span {
  animation-delay: 150ms;
}

.hero__index.reveal-line > span {
  animation-delay: 80ms;
}

@keyframes line-in {
  to { transform: translateY(0); }
}

.hero__portrait {
  grid-column: 7 / 12;
  grid-row: 3 / 5;
  align-self: end;
  position: relative;
  z-index: 2;
  margin: -2vw 0 0;
}

.hero__portrait::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 8%;
  width: 108%;
  height: 80%;
  border: 1px solid var(--wine);
  border-radius: 52% 48% 46% 54% / 57% 43% 57% 43%;
  transform: rotate(-5deg);
}

.hero__portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.86;
  max-height: 58vh;
  background: var(--paper-deep);
  border-radius: 48% 52% 46% 54% / 56% 45% 55% 44%;
}

.hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.82) contrast(1.02);
  transform: scale(1.46);
  transform-origin: center 24%;
}

.hero__portrait figcaption {
  position: absolute;
  left: -11%;
  bottom: 14%;
  padding: 8px 12px;
  color: var(--paper);
  background: var(--wine);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left bottom;
}

.hero__statement {
  grid-column: 1 / 6;
  grid-row: 3;
  align-self: start;
  margin-top: clamp(50px, 8vh, 100px);
}

.hero__statement p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero__action {
  grid-column: 1 / 6;
  grid-row: 4;
  align-self: end;
  max-width: 510px;
}

.hero__action p {
  max-width: 48ch;
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
}

.hero__scroll {
  position: absolute;
  right: max(20px, calc((100vw - 1320px) / 2));
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero__scroll span {
  width: 1px;
  height: 54px;
  background: var(--wine);
  animation: scroll-pulse 1.8s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(0.35); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 22px;
  gap: 28px;
  border: 0;
  border-radius: 1px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button span {
  font-size: 18px;
}

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

.button:active {
  transform: translateY(1px);
}

.button--primary {
  color: var(--paper);
  background: var(--wine);
}

.button--primary:hover {
  background: var(--wine-dark);
}

.button--light {
  color: var(--ink);
  background: var(--paper);
}

.section {
  padding: clamp(90px, 11vw, 160px) max(20px, calc((100vw - 1320px) / 2));
}

.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(54px, 7vw, 96px);
  color: var(--wine);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-label span {
  display: grid;
  place-items: center;
  width: 31px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
}

.section-label p {
  margin: 0;
}

.section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  opacity: 0.25;
}

.section-label--light {
  color: var(--paper);
}

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

.section--wine {
  color: var(--paper);
  background: var(--wine);
}

.recognition {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
}

.recognition .section-label {
  grid-column: 1 / 13;
}

.recognition__lead {
  grid-column: 1 / 7;
}

.recognition__lead h2,
.method__heading h2,
.program__intro h2,
.outcome h2,
.gallery h2,
.objections__intro h2,
.faq h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.3vw, 92px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

h2 em {
  color: var(--wine);
  font-weight: 500;
}

.recognition__lead > p {
  max-width: 48ch;
  margin: 36px 0 0;
  color: var(--ink-soft);
}

.recognition__list {
  grid-column: 8 / 13;
  border-top: 1px solid var(--line);
}

.recognition__list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.recognition__list article > span {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
}

.recognition__list p {
  margin: 0;
  font-size: 15px;
}

.recognition__note {
  grid-column: 4 / 11;
  margin: 100px 0 0;
  padding-left: 24px;
  border-left: 2px solid var(--wine);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 40px);
  font-style: italic;
  line-height: 1.15;
}

.spheres {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  overflow: hidden;
}

.spheres .section-label {
  grid-column: 1 / 13;
}

.spheres__intro {
  grid-column: 1 / 12;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 9vw;
  align-items: end;
}

.spheres__intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7.5vw, 108px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.05em;
}

.spheres__intro p {
  max-width: 42ch;
  margin: 0 0 8px;
  color: rgba(242, 238, 231, 0.65);
}

.sphere-preview {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 6vw;
  margin-top: 100px;
}

.sphere-preview__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 1px solid var(--line-light);
  overflow: hidden;
  isolation: isolate;
}

.sphere-preview__visual::before {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--copper), var(--wine-dark));
  filter: blur(2px);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), border-radius 500ms ease;
}

.sphere-preview__visual.is-changing::before {
  transform: scale(0.88) rotate(8deg);
  border-radius: 43% 57% 61% 39%;
}

.sphere-preview__orbit {
  position: absolute;
  border: 1px solid rgba(242, 238, 231, 0.25);
  border-radius: 50%;
}

.sphere-preview__orbit--one {
  width: 78%;
  aspect-ratio: 1;
  animation: orbit 18s linear infinite;
}

.sphere-preview__orbit--two {
  width: 110%;
  aspect-ratio: 1;
  border-color: rgba(160, 76, 53, 0.32);
  animation: orbit 26s linear infinite reverse;
}

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

.sphere-preview__number {
  position: absolute;
  left: 7%;
  top: 2%;
  font-family: var(--serif);
  font-size: clamp(130px, 16vw, 250px);
  line-height: 1;
  color: rgba(242, 238, 231, 0.08);
  transition: opacity 180ms ease, transform 340ms ease;
}

.sphere-preview__visual > p {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  font-family: var(--serif);
  font-size: 33px;
  line-height: 1.05;
}

.sphere-preview__list {
  align-self: center;
}

.sphere-item {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 19px 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(242, 238, 231, 0.48);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 200ms ease, padding-left 260ms ease;
}

.sphere-item span,
.sphere-item i {
  font-size: 10px;
  font-style: normal;
}

.sphere-item strong {
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 500;
  line-height: 1;
}

.sphere-item:hover,
.sphere-item:focus-visible,
.sphere-item.is-active {
  padding-left: 14px;
  color: var(--paper);
}

.sphere-preview__copy {
  grid-column: 2;
  max-width: 48ch;
  margin: 28px 0 0;
  color: rgba(242, 238, 231, 0.65);
  transition: opacity 160ms ease, transform 180ms ease;
}

.sphere-preview__copy.is-changing {
  opacity: 0;
  transform: translateY(7px);
}

.method__heading,
.program__intro {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 10vw;
  align-items: end;
}

.method__heading > p,
.program__intro > p {
  max-width: 43ch;
  margin: 0 0 8px;
  color: var(--ink-soft);
}

.method__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 18px;
  margin-top: 100px;
}

.method-card {
  margin: 0;
  grid-column: 8 / 13;
}

.method-card--large {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.method-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.04);
  transition: filter 350ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.method-card--large img {
  height: 100%;
  aspect-ratio: auto;
}

.method-card:hover img,
.gallery__item:hover img {
  filter: grayscale(0) contrast(1);
  transform: scale(1.025);
}

.method-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 11px;
}

.method-card figcaption span {
  color: var(--wine);
}

.method-copy {
  grid-column: 8 / 13;
  padding: 32px;
  border: 1px solid var(--line);
}

.method-copy--accent {
  color: var(--paper);
  background: var(--wine);
  border-color: var(--wine);
}

.method-copy__index {
  margin: 0 0 60px;
  color: var(--wine);
  font-size: 10px;
}

.method-copy--accent .method-copy__index {
  color: var(--paper);
}

.method-copy h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.method-copy > p:last-child {
  margin: 0;
  font-size: 13px;
}

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

.program__days {
  position: relative;
  margin-top: 100px;
}

.day-card {
  position: sticky;
  top: 92px;
  min-height: 72vh;
  display: grid;
  grid-template-columns: 0.6fr 1fr 1.45fr;
  gap: 6vw;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}

.day-card--two {
  top: 112px;
  margin-top: 22vh;
  color: var(--paper);
  background: var(--wine-dark);
  border-color: var(--wine-dark);
}

.day-card__number {
  align-self: start;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(100px, 13vw, 190px);
  line-height: 0.7;
  letter-spacing: -0.08em;
}

.day-card--two .day-card__number {
  color: var(--copper);
}

.day-card header p {
  margin: 0 0 24px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.day-card header h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(43px, 5vw, 75px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.day-card ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.day-card li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.day-card--two li {
  border-color: var(--line-light);
}

.day-card li span {
  color: var(--wine);
  font-size: 9px;
}

.day-card--two li span {
  color: var(--copper);
}

.day-card__result {
  grid-column: 3;
  align-self: end;
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--wine);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
}

.day-card--two .day-card__result {
  border-color: var(--copper);
}

.outcome {
  position: relative;
  overflow: hidden;
}

.outcome::after {
  content: "05";
  position: absolute;
  right: -0.04em;
  top: 0.3em;
  color: rgba(242, 238, 231, 0.055);
  font-family: var(--serif);
  font-size: 40vw;
  line-height: 0.8;
  pointer-events: none;
}

.outcome h2 {
  position: relative;
  z-index: 1;
}

.outcome h2 em {
  color: var(--paper);
}

.outcome__list {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 90px 0 0 auto;
  border-top: 1px solid var(--line-light);
}

.outcome__list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line-light);
}

.outcome__list span {
  color: rgba(242, 238, 231, 0.55);
  font-size: 10px;
}

.outcome__list p {
  max-width: 58ch;
  margin: 0;
  font-size: clamp(17px, 2vw, 25px);
}

.continuity {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
}

.continuity .section-label {
  grid-column: 1 / 13;
}

.continuity__header {
  grid-column: 1 / 11;
}

.continuity__brand {
  margin: 0 0 38px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.continuity__header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 7vw, 100px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.continuity__path {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
  border-top: 1px solid var(--ink);
}

.continuity__path article {
  min-height: 270px;
  padding: 24px 28px 32px 0;
  border-right: 1px solid var(--line);
}

.continuity__path article + article {
  padding-left: 28px;
}

.continuity__path article:last-child {
  border-right: 0;
}

.continuity__path span {
  color: var(--wine);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.continuity__path h3 {
  margin: 80px 0 12px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.continuity__path p {
  max-width: 37ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.host__layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 9vw;
  align-items: center;
}

.host__portrait {
  position: relative;
  margin: 0;
  aspect-ratio: 0.87;
  overflow: hidden;
  border-radius: 50% 50% 44% 56% / 49% 43% 57% 51%;
  background: #d8d0c6;
}

.host__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(29, 27, 25, 0.28), transparent 35%);
}

.host__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.75) contrast(1.05);
  transform: scale(1.38);
  transform-origin: center 23%;
}

.host__role {
  margin: 0 0 24px;
  color: var(--copper);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.host__copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(68px, 8vw, 120px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.06em;
}

.host__quote {
  max-width: 40ch;
  margin: 62px 0 30px;
  padding-left: 20px;
  border-left: 1px solid var(--copper);
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 34px);
  font-style: italic;
  line-height: 1.16;
}

.host__bio {
  max-width: 58ch;
  margin: 0;
  color: rgba(242, 238, 231, 0.58);
  font-size: 13px;
}

.host__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.host__numbers article {
  min-height: 190px;
  padding: 28px 28px 30px 0;
  border-right: 1px solid var(--line-light);
}

.host__numbers article + article {
  padding-left: 28px;
}

.host__numbers article:last-child {
  border-right: 0;
}

.host__numbers strong {
  display: block;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.host__numbers span {
  display: block;
  max-width: 22ch;
  margin-top: 30px;
  color: rgba(242, 238, 231, 0.66);
  font-size: 12px;
}

.host__credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  margin-top: 86px;
}

.host__credential-label,
.host__approach > p {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.host__credentials h3,
.host__approach h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

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

.host__credentials li {
  position: relative;
  padding: 15px 0 15px 22px;
  border-bottom: 1px solid var(--line-light);
  color: rgba(242, 238, 231, 0.68);
  font-size: 12px;
}

.host__credentials li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 7px;
  height: 1px;
  background: var(--copper);
}

.host__approach {
  display: grid;
  grid-template-columns: 0.35fr 1fr 1fr;
  gap: 5vw;
  margin-top: 86px;
  padding-top: 34px;
  border-top: 1px solid var(--line-light);
}

.host__approach > p {
  margin: 5px 0 0;
}

.host__approach > div {
  color: rgba(242, 238, 231, 0.66);
  font-size: 13px;
}

.host__approach > div p {
  margin: 0 0 18px;
}

.gallery h2 {
  width: min(850px, 100%);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 90px;
  gap: 18px;
  margin-top: 90px;
}

.gallery__item {
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.gallery__item:nth-child(1) { grid-column: 1 / 7; grid-row: span 5; }
.gallery__item:nth-child(2) { grid-column: 8 / 13; grid-row: span 7; }
.gallery__item:nth-child(3) { grid-column: 2 / 6; grid-row: span 4; }
.gallery__item:nth-child(4) { grid-column: 6 / 11; grid-row: span 5; margin-top: 45px; }

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.32) sepia(0.1) contrast(1.03);
  transition: filter 350ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.objections {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  background: var(--paper-deep);
}

.objections .section-label {
  grid-column: 1 / 13;
}

.objections__intro {
  grid-column: 1 / 7;
}

.objections__list {
  grid-column: 8 / 13;
  border-top: 1px solid var(--line);
}

.objections__list article {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.objections__question {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.objections__list article > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.section--paper-dark {
  color: var(--paper);
  background: #27221e;
}

.price__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9vw;
}

.price__heading > p {
  margin: 0 0 20px;
  color: var(--copper);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price__heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(60px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.price__heading ul {
  list-style: none;
  max-width: 520px;
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
}

.price__heading li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(242, 238, 231, 0.7);
  font-size: 13px;
}

.price__card {
  align-self: start;
  padding: clamp(32px, 5vw, 68px);
  color: var(--ink);
  background: var(--paper);
}

.price__card > p:first-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.price__old {
  display: block;
  width: fit-content;
  margin-top: 24px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  text-decoration-color: var(--wine);
  text-decoration-thickness: 2px;
}

.price__card > strong {
  display: block;
  margin-top: 5px;
  font-family: var(--serif);
  font-size: clamp(64px, 7vw, 105px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.price__reserve {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.price__reserve b {
  color: var(--wine);
}

.price__note {
  margin: 18px 0 28px;
  color: var(--ink-soft);
  font-size: 12px;
}

.price__card .button {
  width: 100%;
  color: var(--paper);
  background: var(--wine);
}

.price__schedule {
  margin-top: 86px;
  border-top: 1px solid var(--line-light);
}

.price__schedule-head,
.price__schedule article {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr;
  gap: 28px;
  align-items: center;
}

.price__schedule-head {
  min-height: 66px;
  color: rgba(242, 238, 231, 0.48);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price__schedule-head p {
  margin: 0;
  color: var(--copper);
}

.price__schedule article {
  min-height: 108px;
  padding: 20px 0;
  border-top: 1px solid var(--line-light);
}

.price__schedule article div {
  display: grid;
  gap: 5px;
}

.price__schedule article small {
  color: var(--copper);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price__schedule article strong {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.price__schedule article > p {
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  font-variant-numeric: tabular-nums;
}

.price__schedule article.is-current {
  margin-inline: -24px;
  padding-inline: 24px;
  color: var(--paper);
  background: var(--wine);
  border-color: var(--wine);
}

.price__schedule article.is-current small {
  color: rgba(242, 238, 231, 0.68);
}

.price__schedule-final > p {
  color: var(--copper);
}

.faq__layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
}

.faq__items {
  border-top: 1px solid var(--ink);
}

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

.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 76px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
}

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

.faq summary span {
  position: relative;
  flex: none;
  width: 18px;
  height: 18px;
}

.faq summary span::before,
.faq summary span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 1px;
  background: var(--wine);
  transition: transform 220ms ease;
}

.faq summary span::after {
  transform: rotate(90deg);
}

.faq details[open] summary span::after {
  transform: rotate(0);
}

.faq details p {
  max-width: 62ch;
  margin: -4px 48px 24px 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.application {
  position: relative;
  min-height: 860px;
  display: grid;
  place-items: center;
  padding: 100px 20px;
  color: var(--paper);
  overflow: hidden;
}

.application__graphic,
.application__overlay {
  position: absolute;
  inset: 0;
}

.application__graphic {
  display: grid;
  place-items: center end;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(160, 76, 53, 0.28), transparent 26%),
    repeating-linear-gradient(90deg, transparent 0 calc(8.333% - 1px), rgba(242, 238, 231, 0.055) calc(8.333% - 1px) 8.333%),
    #211d1a;
}

.application__graphic::before,
.application__graphic::after {
  content: "";
  position: absolute;
  right: -9vw;
  width: min(64vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(160, 76, 53, 0.35);
  border-radius: 50%;
}

.application__graphic::after {
  right: -4vw;
  width: min(52vw, 720px);
  border-color: rgba(242, 238, 231, 0.12);
}

.application__graphic span {
  margin-right: -0.08em;
  color: rgba(242, 238, 231, 0.035);
  font-family: var(--serif);
  font-size: min(58vw, 820px);
  line-height: 1;
}

.application__overlay {
  background: linear-gradient(90deg, rgba(29, 27, 25, 0.98) 0%, rgba(29, 27, 25, 0.84) 52%, rgba(29, 27, 25, 0.22) 100%);
}

.application__content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin-right: min(32vw, 420px);
}

.application__eyebrow {
  margin: 0 0 24px;
  color: var(--copper);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.application h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(57px, 7vw, 105px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.application__content > p:nth-of-type(2) {
  max-width: 52ch;
  margin: 32px 0 0;
  color: rgba(242, 238, 231, 0.72);
}

.lead-form__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  pointer-events: none;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 50px;
}

.lead-form label:not(.lead-form__consent) {
  display: grid;
  gap: 8px;
}

.lead-form label > span {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-form input[type="text"],
.lead-form input[type="tel"] {
  width: 100%;
  height: 54px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(242, 238, 231, 0.4);
  border-radius: 0;
  color: var(--paper);
  background: transparent;
  font-size: 16px;
}

.lead-form input::placeholder {
  color: rgba(242, 238, 231, 0.42);
}

.lead-form input.is-invalid {
  border-color: #ee8b96;
}

.lead-form small {
  min-height: 17px;
  color: #ffadb6;
  font-size: 11px;
}

.lead-form__consent {
  grid-column: 1 / 3;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(242, 238, 231, 0.55);
  font-size: 11px;
  cursor: pointer;
}

.lead-form__consent input {
  flex: none;
  width: 17px;
  height: 17px;
  accent-color: var(--wine);
}

.lead-form__consent span {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.lead-form .button {
  width: 100%;
}

.lead-form__status {
  align-self: center;
  margin: 0;
  color: rgba(242, 238, 231, 0.72);
  font-size: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr auto;
  gap: 38px;
  align-items: start;
  padding: 54px max(20px, calc((100vw - 1320px) / 2));
  color: var(--paper);
  background: #171512;
  font-size: 11px;
}

.site-footer p {
  margin: 0;
}

.site-footer__brand > p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.site-footer__brand small {
  display: block;
  max-width: 34ch;
  margin-top: 10px;
  color: rgba(242, 238, 231, 0.5);
}

.site-footer__contacts {
  display: grid;
  gap: 8px;
}

.site-footer__contacts a {
  text-decoration: none;
}

.site-footer__legal {
  color: rgba(242, 238, 231, 0.5);
}

.site-footer__legal p + p {
  margin-top: 8px;
}

.site-footer__top {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line-light);
  text-decoration: none;
}

.mobile-action {
  display: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal="image"] {
  transform: translateY(20px) scale(1.02);
  transition-duration: 850ms;
}

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

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

  .site-nav {
    position: fixed;
    top: 74px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    padding: 10px 22px 20px;
    color: var(--paper);
    background: var(--ink);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, transform 240ms ease, visibility 200ms;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line-light);
    color: var(--paper);
    font-size: 14px;
  }

  .menu-button {
    justify-self: end;
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 0;
    background: transparent;
  }

  .menu-button > span:not(.sr-only) {
    width: 20px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] > span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .header-cta {
    display: none;
  }

  .hero__title {
    font-size: clamp(74px, 13vw, 132px);
  }

  .recognition__lead,
  .objections__intro {
    grid-column: 1 / 8;
  }

  .recognition__list,
  .objections__list {
    grid-column: 8 / 13;
  }

  .sphere-preview__visual {
    min-height: 430px;
  }

  .method__heading,
  .program__intro {
    gap: 5vw;
  }

  .day-card {
    grid-template-columns: 0.45fr 0.9fr 1.4fr;
    gap: 3vw;
  }

  .application__content {
    width: min(720px, 100% - 22vw);
    margin-right: 22vw;
  }

  .price__schedule article.is-current {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}

@media (max-width: 767px) {
  :root {
    --container: min(100% - 32px, 640px);
  }

  html {
    scroll-padding-top: 68px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 64px;
    padding: 0 16px;
  }

  .site-nav {
    top: 64px;
    left: 16px;
    right: 16px;
  }

  .hero {
    min-height: auto;
    padding: 94px 16px 90px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto auto auto auto;
    column-gap: 10px;
  }

  .hero__paper-lines {
    inset: 0 16px;
    background: repeating-linear-gradient(90deg, transparent 0 calc(16.666% - 1px), var(--line) calc(16.666% - 1px) 16.666%);
  }

  .hero::before {
    right: -68vw;
    bottom: 4%;
    width: 160vw;
  }

  .hero__eyebrow {
    grid-column: 1 / 7;
    font-size: 9px;
  }

  .hero__title-wrap {
    grid-column: 1 / 7;
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .hero__index {
    margin: 0 0 10px;
    font-size: 35px;
  }

  .hero__title {
    font-size: clamp(62px, 22vw, 94px);
    line-height: 0.75;
    letter-spacing: -0.06em;
  }

  .hero__portrait {
    grid-column: 2 / 7;
    grid-row: 3;
    width: 90%;
    justify-self: end;
    margin: 42px -8px 0 0;
  }

  .hero__portrait-frame {
    max-height: none;
  }

  .hero__portrait figcaption {
    left: -8%;
    bottom: 8%;
  }

  .hero__statement {
    grid-column: 1 / 7;
    grid-row: 4;
    margin-top: 50px;
  }

  .hero__statement p {
    font-size: 38px;
  }

  .hero__action {
    grid-column: 1 / 7;
    grid-row: 5;
    margin-top: 28px;
  }

  .hero__action p {
    font-size: 13px;
  }

  .hero__action .button {
    width: 100%;
  }

  .hero__scroll {
    display: none;
  }

  .section {
    padding: 88px 16px;
  }

  .section-label {
    margin-bottom: 52px;
  }

  .recognition,
  .spheres,
  .continuity,
  .objections {
    display: block;
  }

  .recognition__lead h2,
  .method__heading h2,
  .program__intro h2,
  .outcome h2,
  .gallery h2,
  .objections__intro h2,
  .faq h2 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .recognition__lead > p {
    margin-top: 25px;
  }

  .recognition__list {
    margin-top: 56px;
  }

  .recognition__list article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .recognition__note {
    margin-top: 68px;
    font-size: 25px;
  }

  .spheres__intro {
    display: block;
  }

  .spheres__intro h2 {
    font-size: 57px;
  }

  .spheres__intro p {
    margin-top: 28px;
  }

  .sphere-preview {
    display: block;
    margin-top: 62px;
  }

  .sphere-preview__visual {
    min-height: 360px;
  }

  .sphere-preview__visual::before {
    inset: 20%;
  }

  .sphere-preview__visual > p {
    font-size: 27px;
  }

  .sphere-preview__list {
    margin-top: 36px;
  }

  .sphere-item {
    grid-template-columns: 35px 1fr auto;
    min-height: 67px;
    padding: 13px 0;
  }

  .sphere-item strong {
    font-size: 36px;
  }

  .sphere-preview__copy {
    margin-top: 22px;
    min-height: 72px;
    font-size: 13px;
  }

  .method__heading,
  .program__intro {
    display: block;
  }

  .method__heading > p,
  .program__intro > p {
    margin-top: 28px;
  }

  .method__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 62px;
  }

  .method-card {
    width: 100%;
  }

  .method-card--large img {
    aspect-ratio: 4 / 3;
  }

  .method-copy {
    padding: 28px 24px;
  }

  .method-copy__index {
    margin-bottom: 48px;
  }

  .program__days {
    margin-top: 62px;
  }

  .day-card,
  .day-card--two {
    position: relative;
    top: auto;
    min-height: auto;
    display: block;
    padding: 36px 22px;
  }

  .day-card--two {
    margin-top: 18px;
  }

  .day-card__number {
    margin-bottom: 40px;
    font-size: 115px;
  }

  .day-card header h3 {
    font-size: 48px;
  }

  .day-card ol {
    margin-top: 40px;
  }

  .day-card__result {
    margin-top: 38px;
    font-size: 20px;
  }

  .outcome::after {
    font-size: 93vw;
  }

  .outcome__list {
    margin-top: 62px;
  }

  .outcome__list article {
    grid-template-columns: 35px 1fr;
    gap: 10px;
  }

  .continuity__header h2 {
    font-size: 56px;
  }

  .continuity__path {
    display: block;
    margin-top: 64px;
    border-top: 1px solid var(--ink);
  }

  .continuity__path article,
  .continuity__path article + article {
    min-height: auto;
    padding: 24px 0 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .continuity__path h3 {
    margin-top: 46px;
  }

  .host__layout {
    display: block;
  }

  .host__portrait {
    width: 86%;
    margin-left: auto;
  }

  .host__copy {
    margin-top: 60px;
  }

  .host__copy h2 {
    font-size: 72px;
  }

  .host__quote {
    margin-top: 45px;
  }

  .host__numbers {
    grid-template-columns: 1fr 1fr;
    margin-top: 62px;
  }

  .host__numbers article,
  .host__numbers article + article {
    min-height: 160px;
    padding: 22px 18px 24px 0;
    border-bottom: 1px solid var(--line-light);
  }

  .host__numbers article:nth-child(even) {
    padding-left: 18px;
    border-right: 0;
  }

  .host__numbers strong {
    font-size: 52px;
  }

  .host__numbers span {
    margin-top: 20px;
    font-size: 11px;
  }

  .host__credentials {
    display: block;
    margin-top: 62px;
  }

  .host__credentials article + article {
    margin-top: 56px;
  }

  .host__credentials h3,
  .host__approach h3 {
    font-size: 30px;
  }

  .host__approach {
    display: block;
    margin-top: 64px;
  }

  .host__approach h3 {
    margin-top: 18px;
  }

  .host__approach > div {
    margin-top: 30px;
  }

  .gallery__grid {
    grid-template-columns: 1.25fr 0.75fr;
    grid-auto-rows: 145px;
    gap: 9px;
    margin-top: 58px;
  }

  .gallery__item:nth-child(1) { grid-column: 1 / 3; grid-row: span 2; }
  .gallery__item:nth-child(2) { grid-column: 1; grid-row: span 2; }
  .gallery__item:nth-child(3) { grid-column: 2; grid-row: span 1; }
  .gallery__item:nth-child(4) { grid-column: 2; grid-row: span 1; margin-top: 0; }

  .objections__list {
    margin-top: 60px;
  }

  .price__layout,
  .faq__layout {
    display: block;
  }

  .price__heading h2 {
    font-size: 66px;
  }

  .price__heading ul {
    margin-top: 48px;
  }

  .price__card {
    margin-top: 52px;
    padding: 34px 22px;
  }

  .price__card > strong {
    font-size: 64px;
  }

  .price__schedule {
    margin-top: 62px;
  }

  .price__schedule-head {
    display: block;
    min-height: auto;
    padding: 0 0 20px;
  }

  .price__schedule-head span {
    display: none;
  }

  .price__schedule article {
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    padding: 24px 0;
  }

  .price__schedule article div {
    grid-column: 1 / 3;
    margin-bottom: 12px;
  }

  .price__schedule article strong {
    font-size: 25px;
  }

  .price__schedule article > p {
    font-size: 28px;
  }

  .price__schedule article > p::before {
    content: "полная оплата";
    display: block;
    margin-bottom: 5px;
    color: rgba(242, 238, 231, 0.46);
    font-family: var(--sans);
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .price__schedule article > p:last-child::before {
    content: "частичная оплата";
  }

  .price__schedule article.is-current {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .faq__items {
    margin-top: 55px;
  }

  .faq summary {
    min-height: 72px;
    font-size: 19px;
  }

  .application {
    min-height: auto;
    padding: 88px 16px 120px;
    align-items: end;
  }

  .application__overlay {
    background: linear-gradient(to bottom, rgba(29, 27, 25, 0.25), rgba(29, 27, 25, 0.96) 55%);
  }

  .application__content {
    width: 100%;
    margin: 120px 0 0;
  }

  .application__graphic span {
    align-self: start;
    margin-top: 30px;
    font-size: 86vw;
  }

  .application h2 {
    font-size: 59px;
  }

  .lead-form {
    display: block;
    margin-top: 42px;
  }

  .lead-form label:not(.lead-form__consent) + label:not(.lead-form__consent) {
    margin-top: 18px;
  }

  .lead-form__consent {
    margin: 20px 0;
  }

  .lead-form .button {
    margin-top: 6px;
  }

  .lead-form__status {
    margin-top: 14px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    padding: 46px 16px 112px;
  }

  .site-footer__contacts,
  .site-footer__legal {
    grid-column: 1 / 3;
  }

  .mobile-action {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 18;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 9px 9px 9px 14px;
    background: color-mix(in srgb, var(--ink) 94%, transparent);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    transform: translateY(130%);
    transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-action.is-visible {
    transform: translateY(0);
  }

  .mobile-action div {
    display: grid;
    color: var(--paper);
  }

  .mobile-action span {
    color: rgba(242, 238, 231, 0.62);
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-action strong {
    font-family: var(--serif);
    font-size: 19px;
    font-weight: 500;
  }

  .mobile-action a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    color: var(--paper);
    background: var(--wine);
    font-size: 11px;
    text-decoration: none;
  }
}

@media (max-width: 374px) {
  .hero__title {
    font-size: 61px;
  }

  .hero__statement p,
  .recognition__lead h2,
  .method__heading h2,
  .program__intro h2,
  .outcome h2,
  .gallery h2,
  .objections__intro h2,
  .faq h2 {
    font-size: 41px;
  }

  .sphere-preview__visual {
    min-height: 320px;
  }

  .site-footer {
    gap: 28px;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Compact desktop rhythm: keeps the editorial character without billboard scale. */
@media (min-width: 1025px) {
  :root {
    --container: min(100% - 64px, 1120px);
  }

  .site-header {
    min-height: 68px;
    padding-inline: max(32px, calc((100vw - 1120px) / 2));
  }

  .hero {
    min-height: clamp(700px, 86svh, 860px);
    padding: 104px max(32px, calc((100vw - 1120px) / 2)) 46px;
  }

  .hero__paper-lines {
    inset-inline: max(32px, calc((100vw - 1120px) / 2));
  }

  .hero__title-wrap {
    margin-top: clamp(34px, 5vh, 58px);
  }

  .hero__title {
    font-size: clamp(82px, 10.3vw, 148px);
    line-height: 0.75;
  }

  .hero__index {
    font-size: clamp(30px, 3vw, 43px);
  }

  .hero__portrait-frame {
    max-height: 50vh;
  }

  .hero__statement {
    margin-top: clamp(34px, 5vh, 60px);
  }

  .hero__statement p {
    font-size: clamp(30px, 3.1vw, 44px);
  }

  .hero__action p {
    max-width: 44ch;
  }

  .hero__scroll {
    right: max(32px, calc((100vw - 1120px) / 2));
  }

  .section {
    padding: clamp(76px, 7.5vw, 112px) max(32px, calc((100vw - 1120px) / 2));
  }

  .section-label {
    margin-bottom: clamp(44px, 4.5vw, 66px);
  }

  .recognition__lead h2,
  .method__heading h2,
  .program__intro h2,
  .outcome h2,
  .gallery h2,
  .objections__intro h2,
  .faq h2 {
    font-size: clamp(46px, 4.8vw, 68px);
  }

  .recognition__note {
    margin-top: 68px;
    font-size: clamp(24px, 2.4vw, 34px);
  }

  .spheres__intro {
    gap: 6vw;
  }

  .spheres__intro h2 {
    font-size: clamp(52px, 5.4vw, 78px);
  }

  .sphere-preview {
    gap: 5vw;
    margin-top: 68px;
  }

  .sphere-preview__visual {
    min-height: 410px;
  }

  .sphere-preview__number {
    font-size: clamp(110px, 12vw, 175px);
  }

  .sphere-item {
    padding-block: 14px;
  }

  .sphere-item strong {
    font-size: clamp(34px, 3.4vw, 48px);
  }

  .method__heading,
  .program__intro {
    gap: 7vw;
  }

  .method__grid,
  .program__days {
    margin-top: 68px;
  }

  .method-copy {
    padding: 26px;
  }

  .method-copy__index {
    margin-bottom: 38px;
  }

  .day-card {
    min-height: 560px;
    gap: 4vw;
    padding: clamp(34px, 4vw, 52px);
  }

  .day-card--two {
    margin-top: 110px;
  }

  .day-card__number {
    font-size: clamp(90px, 9vw, 132px);
  }

  .day-card header h3 {
    font-size: clamp(40px, 4vw, 56px);
  }

  .outcome__list {
    width: min(780px, 100%);
    margin-top: 62px;
  }

  .outcome__list article {
    padding-block: 18px;
  }

  .outcome__list p {
    font-size: clamp(17px, 1.5vw, 21px);
  }

  .continuity__header h2 {
    font-size: clamp(50px, 5.2vw, 74px);
  }

  .continuity__path {
    margin-top: 66px;
  }

  .continuity__path article {
    min-height: 220px;
  }

  .continuity__path h3 {
    margin-top: 48px;
  }

  .host__layout {
    gap: 7vw;
  }

  .host__copy h2 {
    font-size: clamp(62px, 6vw, 86px);
  }

  .host__quote {
    margin: 40px 0 24px;
    font-size: clamp(22px, 2vw, 28px);
  }

  .gallery__grid {
    grid-auto-rows: 72px;
    margin-top: 64px;
  }

  .price__layout,
  .faq__layout {
    gap: 7vw;
  }

  .price__heading h2 {
    font-size: clamp(54px, 5.4vw, 76px);
  }

  .price__heading ul {
    margin-top: 46px;
  }

  .price__card {
    padding: 44px;
  }

  .price__card > strong {
    font-size: clamp(58px, 5.2vw, 74px);
  }

  .application {
    min-height: 700px;
    padding-block: 76px;
  }

  .application__content {
    width: min(640px, 100%);
  }

  .application h2 {
    font-size: clamp(54px, 5.4vw, 76px);
  }

  .lead-form {
    margin-top: 38px;
  }

  .site-footer {
    padding-inline: max(32px, calc((100vw - 1120px) / 2));
  }
}
