/*
 * The Momentum Residency — V3 concept
 * Direction: cinematic field manual / private operating residency.
 * This stylesheet intentionally replaces the V2 glass system while keeping
 * the proven content, media, application workflow, and tracking markup.
 */

:root {
  --paper: #f0ede6;
  --paper-deep: #ded8cd;
  --white: #fffdf8;
  --ink: #11120f;
  --ink-soft: #23251f;
  --olive: #26372d;
  --olive-deep: #071b17;
  --sea: #257c73;
  --ember: #e0a33b;
  --ember-dark: #ad7522;
  --sand: #d7c7ad;
  --muted: #716f68;
  --line-dark: rgba(17, 18, 15, 0.24);
  --line-light: rgba(255, 253, 248, 0.28);
  --display: "Arial Black", "Arial Narrow", Arial, Helvetica, sans-serif;
  --body: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1240px;
  --cyan: var(--ember);
  --coral: var(--ember);
}

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

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body.v3 {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.v3::before {
  display: none;
}

body.v3 a {
  color: inherit;
  text-decoration: none;
}

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

body.v3 button,
body.v3 input,
body.v3 textarea {
  font: inherit;
}

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

body.v3 h1,
body.v3 h2,
body.v3 h3 {
  color: inherit;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.v3 h2 {
  max-width: 850px;
  margin-bottom: 28px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.96;
}

body.v3 h3 {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.05;
}

body.v3 p {
  margin-bottom: 20px;
  color: inherit;
}

body.v3 .container {
  width: min(calc(100% - 64px), var(--max));
  max-width: var(--max);
  margin-inline: auto;
  padding: 0;
}

body.v3 .fine {
  color: inherit;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

body.v3 .lead {
  max-width: 700px;
  color: inherit;
  font-size: 20px;
  line-height: 1.52;
}

body.v3 .btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--ember);
  border-radius: 0;
  background: var(--ember);
  box-shadow: none;
  color: var(--white);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

body.v3 .btn:hover {
  border-color: var(--ember-dark);
  background: var(--ember-dark);
  transform: translateY(-2px);
}

body.v3 .btn:focus-visible,
body.v3 a:focus-visible,
body.v3 input:focus-visible,
body.v3 textarea:focus-visible,
body.v3 .choice:has(input:focus-visible) {
  outline: 3px solid #ffd29f;
  outline-offset: 3px;
}

body.v3 .btn.secondary {
  border-color: currentColor;
  background: transparent;
  color: var(--ink);
}

body.v3 .glass,
body.v3 .fact,
body.v3 .truth,
body.v3 .feature,
body.v3 .timeline,
body.v3 .timeline-row,
body.v3 .side-panel,
body.v3 .proof-card,
body.v3 .host-card,
body.v3 .fitness-proof,
body.v3 .who-card,
body.v3 .price-card,
body.v3 .process-step,
body.v3 .form-panel {
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.v3 .glass::before,
body.v3 .glass::after,
body.v3 .btn::before,
body.v3 .truth::before,
body.v3 .drag-item::before,
body.v3 .feature::before,
body.v3 .timeline::before,
body.v3 .image-panel::before,
body.v3 .environment-strip figure::before,
body.v3 .cred::before,
body.v3 .support::before,
body.v3 .proof-polaroid::before,
body.v3 .proof-receipt::before,
body.v3 .fitness-frame::before,
body.v3 .application-shell::before,
body.v3 .apply-preview::before,
body.v3 .choice::before,
body.v3 .section::before,
body.v3 .section::after,
body.v3 .shell::before,
body.v3 .shell::after {
  display: none !important;
}

/* Hero */

body.v3 .hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

body.v3 .hero-scene {
  position: relative;
  min-height: clamp(535px, calc(100svh - 232px), 740px);
  overflow: hidden;
  isolation: isolate;
}

body.v3 .hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
}

body.v3 .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.01);
}

body.v3 .hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  background:
    linear-gradient(90deg, rgba(7, 20, 16, 0.82) 0%, rgba(7, 20, 16, 0.48) 48%, rgba(7, 20, 16, 0.06) 77%),
    linear-gradient(180deg, rgba(12, 12, 9, 0.16) 0%, rgba(12, 12, 9, 0.04) 52%, rgba(12, 12, 9, 0.48) 100%);
}

body.v3 .hero-scene::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  display: block;
  height: 18%;
  background: linear-gradient(180deg, transparent, rgba(17, 18, 15, 0.46));
  pointer-events: none;
}

body.v3 .hero-scene > .container {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  padding: 18px 0 0;
}

body.v3 .nav {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.52);
  background: transparent;
}

body.v3 .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.v3 .brand-mark {
  width: 54px;
  height: 42px;
  object-fit: contain;
}

body.v3 .nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 253, 248, 0.82);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.v3 .nav-links > a:not(.btn) {
  position: relative;
  border-radius: 0;
}

body.v3 .nav-links > a:not(.btn)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

body.v3 .nav-links > a:not(.btn):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.v3 .nav-cta {
  min-height: 42px;
  padding-inline: 17px;
  border-color: rgba(255, 253, 248, 0.72);
  border-radius: 0;
  background: transparent;
  color: var(--white);
}

body.v3 .hero-grid {
  display: grid;
  align-items: center;
  flex: 1;
  grid-template-columns: minmax(0, 790px) 1fr;
  padding: 24px 0 10px;
}

body.v3 .hero-copy {
  max-width: 790px;
}

body.v3 .hero-copy::before {
  content: "COHORT 01  /  SEP 25—OCT 9, 2026";
  display: block;
  margin-bottom: 14px;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.v3 .hero h1 {
  max-width: 790px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(58px, 5.35vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

body.v3 .hero .lead {
  max-width: 650px;
  margin-bottom: 20px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 18px;
  line-height: 1.42;
}

body.v3 .hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 9px;
}

body.v3 .hero-note {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  text-transform: uppercase;
}

body.v3 .hero-rail {
  border-top: 1px solid rgba(255, 253, 248, 0.34);
  border-bottom: 1px solid rgba(255, 253, 248, 0.34);
  background: var(--olive-deep);
}

body.v3 .hero-utility-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 320px;
}

body.v3 .hero-lower {
  background: var(--paper);
  color: var(--ink);
}

body.v3 .hero-lower > .container {
  border-right: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

body.v3 .video-card {
  align-self: stretch;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(255, 253, 248, 0.3);
  background: var(--ink);
  color: var(--white);
}

body.v3 .video-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.35);
}

body.v3 .video-card h2 {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.v3 .runtime {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

body.v3 .video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  background: #080906;
}

body.v3 .video-frame iframe,
body.v3 .video-embed-button,
body.v3 .video-embed-button img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

body.v3 .video-embed-button {
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
  background: #080906;
}

body.v3 .video-embed-button img {
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
  transition: filter 180ms ease, transform 220ms ease;
}

body.v3 .video-embed-button:hover img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.015);
}

body.v3 .video-play {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--white);
  border-radius: 0;
  background: var(--ember);
  color: var(--white);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.v3 .hero-facts,
body.v3 .truth-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 253, 248, 0.48);
}

body.v3 .hero-facts {
  min-height: 222px;
  margin: 0;
  border-top: 0;
  background: transparent;
}

body.v3 .fact {
  display: grid;
  min-height: 100%;
  align-content: center;
  gap: 5px;
  padding: 14px 22px;
  border: 0;
  border-right: 1px solid rgba(255, 253, 248, 0.28);
  background: transparent;
}

body.v3 .fact:last-child,
body.v3 .truth:last-child {
  border-right: 0;
}

body.v3 .fact strong {
  color: var(--ember);
  font-family: var(--mono);
  font-size: 13px;
  text-transform: uppercase;
}

body.v3 .fact span {
  color: rgba(255, 253, 248, 0.74);
  font-size: 14px;
}

body.v3 .truth-strip {
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid var(--line-dark);
  background: var(--paper);
  color: var(--ink);
}

body.v3 .truth {
  min-height: 0;
  padding: 26px 20px 22px;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
}

body.v3 .truth h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.v3 .truth h3::before {
  content: "×";
  margin-right: 9px;
  color: var(--ember);
}

body.v3 .truth p {
  margin: 0;
  color: #54534e;
  font-size: 13px;
  line-height: 1.45;
}

/* Shared editorial sections */

body.v3 .section {
  position: relative;
  margin: 0;
  padding: 124px 0;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

body.v3 .section.shell {
  border: 0;
  background: var(--white);
}

body.v3 .section-head {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.45fr);
  gap: 64px;
  margin-bottom: 64px;
  padding-top: 20px;
  border-top: 2px solid currentColor;
}

body.v3 .section-head h2 {
  margin: 0;
}

body.v3 .section-head > p {
  max-width: 390px;
  margin: 4px 0 0 auto;
  color: inherit;
  font-size: 16px;
}

body.v3 .split {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  gap: clamp(64px, 9vw, 130px);
}

body.v3 .copy-block {
  max-width: 820px;
}

body.v3 .copy-block::before,
body.v3 .section-head > div::before,
body.v3 .villa-copy::before,
body.v3 .host-card::before {
  display: block;
  margin-bottom: 20px;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.v3 .section-problem .copy-block::before {
  content: "01 / THE OPERATING PROBLEM";
}

body.v3 .section-container .copy-block::before {
  content: "02 / THE CONTAINER";
}

body.v3 .section-upgrades .section-head > div::before {
  content: "03 / THE UPGRADE";
}

body.v3 .section-day .section-head > div::before {
  content: "04 / DAILY SYSTEM";
}

body.v3 .section-proof .section-head > div::before {
  content: "06 / EVIDENCE";
}

body.v3 .section-room .section-head > div::before {
  content: "08 / FIT";
}

body.v3 #investment .section-head > div::before {
  content: "09 / INVESTMENT";
}

body.v3 .section-apply .section-head > div::before {
  content: "10 / APPLICATION";
}

body.v3 .side-panel {
  padding: 0 0 0 30px;
  border: 0;
  border-left: 2px solid currentColor;
  background: transparent;
}

body.v3 .side-panel h3 {
  margin-bottom: 28px;
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.v3 .list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.v3 .list li {
  position: relative;
  padding-left: 24px;
  color: inherit;
}

body.v3 .list li::before {
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ember);
  font-family: var(--mono);
  font-weight: 700;
}

body.v3 .statement {
  margin: 36px 0 0;
  padding-top: 24px;
  border-top: 1px solid currentColor;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(26px, 2.5vw, 38px) !important;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

body.v3 .drag-list {
  display: grid;
  gap: 0;
}

body.v3 .drag-item {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
}

body.v3 .drag-item:last-child {
  border-bottom: 1px solid var(--line-dark);
}

body.v3 .drag-item strong {
  color: inherit;
  font-size: 16px;
}

body.v3 .drag-item span {
  color: var(--muted);
  font-size: 14px;
}

/* Problem and environment */

body.v3 .section-problem {
  padding-top: 154px;
  background: var(--paper);
}

body.v3 .section-problem .copy-block > p:not(.statement) {
  max-width: 700px;
  color: inherit;
  font-size: 19px;
}

body.v3 .section-container {
  background: var(--white);
}

body.v3 .environment-strip {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.95fr;
  gap: 0;
  margin-bottom: 108px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

body.v3 .environment-strip figure {
  min-width: 0;
  margin: 0;
  padding: 18px 18px 20px 0;
  border-right: 1px solid var(--line-dark);
}

body.v3 .environment-strip figure + figure {
  padding-left: 18px;
}

body.v3 .environment-strip figure:last-child {
  padding-right: 0;
  border-right: 0;
}

body.v3 .environment-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
}

body.v3 .environment-strip figcaption {
  min-height: 48px;
  padding-top: 14px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.45;
}

/* Three upgrades */

body.v3 .section-upgrades {
  background: var(--ink);
  color: var(--white);
}

body.v3 .section-upgrades .section-head > div::before,
body.v3 .section-upgrades .feature-number {
  color: var(--ember);
}

body.v3 .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

body.v3 .feature {
  min-width: 0;
  padding: 42px 34px 44px;
  border: 0;
  border-right: 1px solid var(--line-light);
  background: transparent;
}

body.v3 .feature:first-child {
  padding-left: 0;
}

body.v3 .feature:last-child {
  padding-right: 0;
  border-right: 0;
}

body.v3 .feature-number {
  display: block;
  margin-bottom: 26px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.v3 .feature h3 {
  min-height: 92px;
  margin-bottom: 18px;
  font-size: clamp(26px, 2.25vw, 34px);
}

body.v3 .feature > p:not(.signal) {
  color: rgba(255, 253, 248, 0.7);
  font-size: 15px;
}

body.v3 .signal {
  margin-bottom: 24px;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.v3 .section-upgrades .list li {
  color: rgba(255, 253, 248, 0.82);
  font-size: 14px;
}

/* Day flow */

body.v3 .section-day {
  background: var(--paper);
}

body.v3 .timeline {
  overflow: visible;
  border: 0;
  border-top: 2px solid var(--ink);
  background: transparent;
}

body.v3 .timeline-row {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: 180px minmax(0, 1fr) 90px;
  gap: 28px;
  padding: 18px 10px 18px 0;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
}

body.v3 .timeline-row.work-block {
  position: relative;
  background: #eee2c2;
}

body.v3 .timeline-row.work-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--ember);
}

body.v3 .time {
  display: grid;
  gap: 4px;
  padding-left: 16px;
}

body.v3 .range,
body.v3 .duration,
body.v3 .timeline-type {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

body.v3 .range {
  color: var(--ink);
  font-weight: 700;
}

body.v3 .duration {
  color: var(--ember-dark);
}

body.v3 .timeline-detail {
  display: grid;
  gap: 4px;
}

body.v3 .timeline-detail strong {
  color: var(--ink);
  font-size: 17px;
}

body.v3 .timeline-detail span {
  color: var(--muted);
  font-size: 14px;
}

body.v3 .timeline-type {
  justify-self: end;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
}

body.v3 .day-note {
  max-width: 760px;
  margin: 18px 0 0 auto;
  color: var(--muted);
  text-align: right;
}

body.v3 .day-note strong {
  color: var(--ink);
}

/* Villa */

body.v3 .section-villa {
  padding: 0;
  background: var(--olive-deep);
  color: var(--white);
}

body.v3 .villa-wide {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.v3 .image-panel {
  height: min(72vw, 840px);
  min-height: 620px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}

body.v3 .image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
}

body.v3 .villa-info {
  position: relative;
  display: grid;
  width: min(calc(100% - 64px), var(--max));
  max-width: var(--max);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 64px;
  margin: -170px auto 0;
  padding: 56px;
  border: 0;
  border-top: 7px solid var(--ember);
  background: var(--olive-deep);
  color: var(--white);
}

body.v3 .villa-copy::before {
  content: "05 / THE PLACE";
  color: var(--ember);
}

body.v3 .villa-kicker {
  display: none;
}

body.v3 .villa-copy h2 {
  margin-bottom: 24px;
}

body.v3 .villa-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--line-light);
}

body.v3 .villa-feature {
  display: grid;
  gap: 6px;
  padding: 20px 18px 20px 0;
  border: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: transparent;
}

body.v3 .villa-feature:nth-child(even) {
  padding-left: 18px;
  border-right: 0;
}

body.v3 .villa-feature strong {
  font-size: 14px;
}

body.v3 .villa-feature span {
  color: rgba(255, 253, 248, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

body.v3 .villa-gallery {
  display: grid;
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.v3 .villa-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(0.7) contrast(1.06);
}

/* Proof and host */

body.v3 .section-proof {
  padding-top: 148px;
  background: var(--white);
}

body.v3 .proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

body.v3 .proof-card {
  padding: 40px 40px 40px 0;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
}

body.v3 .proof-card + .proof-card {
  padding-right: 0;
  padding-left: 40px;
  border-right: 0;
}

body.v3 .proof-card h3 {
  max-width: 500px;
  font-size: 30px;
}

body.v3 .proof-card p {
  max-width: 520px;
  color: var(--muted);
}

body.v3 .section-host {
  padding: 88px 0;
  background: var(--paper-deep);
}

body.v3 .section-host > .container {
  width: min(calc(100% - 64px), 1360px);
  max-width: 1360px;
}

body.v3 .host-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(360px, 0.74fr) minmax(540px, 1.26fr);
  gap: clamp(38px, 4vw, 58px);
}

body.v3 .host-card {
  padding: 0;
  border: 0;
  background: transparent;
}

body.v3 .host-card::before {
  content: "07 / THE HOST";
}

body.v3 .host-card h2 {
  margin-bottom: 20px;
  font-size: clamp(46px, 4.5vw, 64px);
}

body.v3 .host-card > p {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

body.v3 .cred-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 20px 0 24px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

body.v3 .cred {
  padding: 8px 12px;
  border: 0;
  border-right: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

body.v3 .support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 18px;
  border-top: 1px solid var(--line-dark);
}

body.v3 .support {
  padding: 14px 16px 8px 0;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
}

body.v3 .support strong {
  color: var(--ink);
}

body.v3 .support + .support {
  padding-left: 18px;
  border-right: 0;
}

body.v3 .support p {
  margin-top: 6px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

body.v3 .proof-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.v3 .proof-polaroid {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 15, 0.18);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
  transform: none;
}

body.v3 .proof-polaroid img {
  width: 100%;
  aspect-ratio: 16 / 7.5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86) contrast(1.03);
}

body.v3 .proof-polaroid figcaption {
  min-height: 44px;
  padding: 11px 14px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

body.v3 .fitness-proof {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(40px, 5vw, 70px);
  margin-top: 50px;
  padding: 42px;
  border: 0;
  background: var(--ink);
  color: var(--white);
}

body.v3 .fitness-copy h3 {
  max-width: 650px;
  font-size: clamp(34px, 4vw, 54px);
}

body.v3 .fitness-copy p {
  color: rgba(255, 253, 248, 0.72);
}

body.v3 .fitness-frames {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.v3 .fitness-frame {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--white);
  transform: none;
}

body.v3 .fitness-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

body.v3 .fitness-frame figcaption {
  min-height: 64px;
  padding: 12px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Fit */

body.v3 .section.section-room {
  background: var(--ink);
  color: var(--white);
}

body.v3 .who-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

body.v3 .who-card {
  padding: 40px 40px 40px 0;
  border: 0;
  border-right: 1px solid var(--line-light);
  background: transparent;
}

body.v3 .who-card + .who-card {
  padding-right: 0;
  padding-left: 40px;
  border-right: 0;
}

body.v3 .who-card h3 {
  color: var(--ember);
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.v3 .who-card .list li {
  color: rgba(255, 253, 248, 0.82);
}

body.v3 .section-room .statement {
  max-width: 760px;
  color: var(--ember);
  font-size: clamp(48px, 7vw, 92px) !important;
}

/* Investment */

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

body.v3 .section-investment .lead {
  margin-top: 18px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

body.v3 .included {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

body.v3 .included span {
  position: relative;
  padding: 13px 20px 13px 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

body.v3 .included span + span {
  padding-left: 20px;
}

body.v3 .included span + span::before {
  content: "/";
  position: absolute;
  left: 0;
  color: var(--ember);
}

body.v3 .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

body.v3 .price-card {
  min-height: 500px;
  padding: 44px 44px 44px 0;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
  color: var(--ink);
}

body.v3 .price-card + .price-card {
  padding-right: 0;
  padding-left: 44px;
  border-right: 0;
}

body.v3 .price-card.featured {
  position: relative;
  border-color: var(--line-dark);
  background: #eee2c2;
  box-shadow: 40px 0 0 #eee2c2, -40px 0 0 #eee2c2;
  transform: none;
}

body.v3 .price-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.v3 .price {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(68px, 8vw, 108px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

body.v3 .price-card > p {
  color: var(--muted);
}

body.v3 .price-card .list li {
  color: var(--ink);
}

body.v3 .price-badge {
  display: inline-block;
  margin-bottom: 22px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ember-dark);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

body.v3 .section-investment .hero-actions {
  margin-top: 34px;
}

/* Application */

body.v3 .section.section-apply {
  background:
    linear-gradient(rgba(21, 35, 29, 0.94), rgba(21, 35, 29, 0.94)),
    url("assets/the villa/application-section-villa-night.webp") center / cover;
  color: var(--white);
}

body.v3 .process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 68px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

body.v3 .process-step {
  display: grid;
  align-items: start;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 32px 28px 32px 0;
  border: 0;
  border-right: 1px solid var(--line-light);
  background: transparent;
}

body.v3 .process-step + .process-step {
  padding-left: 28px;
}

body.v3 .process-step:last-child {
  border-right: 0;
}

body.v3 .step-num {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ember);
  border-radius: 0;
  background: transparent;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

body.v3 .process-step h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 22px;
}

body.v3 .process-step p {
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 14px;
}

body.v3 .application-shell {
  position: relative;
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(310px, 0.65fr) minmax(0, 1.35fr);
  gap: 0;
  padding-top: 30px;
  border-top: 2px solid var(--white);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.v3 .application-shell::after {
  content: "SECURE APPLICATION / SIX STEPS";
  position: absolute;
  top: -29px;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  mix-blend-mode: normal;
  -webkit-mask: none;
  mask: none;
}

body.v3 .apply-panel {
  display: flex;
  min-height: 750px;
  flex-direction: column;
  padding: 44px;
  border: 0;
  border-left: 0;
  background: var(--ink);
  color: var(--white);
}

body.v3 .apply-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ember);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

body.v3 .apply-brand img {
  width: 42px;
  height: 30px;
  object-fit: contain;
}

body.v3 .apply-panel h2 {
  font-size: clamp(42px, 4.4vw, 60px);
}

body.v3 .apply-panel > p {
  color: rgba(255, 253, 248, 0.7);
}

body.v3 .apply-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

body.v3 .apply-metrics span {
  display: grid;
  gap: 4px;
  padding: 14px 12px 14px 0;
  border-right: 1px solid var(--line-light);
  color: rgba(255, 253, 248, 0.62);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.35;
  text-transform: uppercase;
}

body.v3 .apply-metrics span + span {
  padding-left: 12px;
}

body.v3 .apply-metrics span:last-child {
  border-right: 0;
}

body.v3 .apply-metrics strong {
  color: var(--white);
  font-size: 10px;
}

body.v3 .apply-panel .list li {
  color: rgba(255, 253, 248, 0.75);
  font-size: 13px;
}

body.v3 .apply-preview {
  margin: auto 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.v3 .apply-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.65) contrast(1.06);
}

body.v3 .apply-preview figcaption {
  padding: 12px 0 0;
  color: rgba(255, 253, 248, 0.58);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.45;
  text-transform: uppercase;
}

body.v3 .success-card {
  display: none;
  padding: 24px;
  border: 1px solid var(--ember);
  border-radius: 0;
  background: transparent;
}

body.v3 .form-panel {
  min-height: 750px;
  padding: 56px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

body.v3 .step-indicator {
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--ember-dark);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.v3 .wizard-step h3 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
}

body.v3 .wizard-step > p {
  max-width: 720px;
  color: var(--muted);
}

body.v3 .field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.v3 .field {
  margin-bottom: 24px;
}

body.v3 label,
body.v3 legend {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.v3 input[type="text"],
body.v3 input[type="email"],
body.v3 textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

body.v3 input[type="text"],
body.v3 input[type="email"] {
  min-height: 52px;
  padding: 8px 0;
}

body.v3 textarea {
  min-height: 130px;
  padding: 12px 0;
  resize: vertical;
}

body.v3 input::placeholder,
body.v3 textarea::placeholder {
  color: #97938a;
}

body.v3 .hint {
  margin: -2px 0 12px;
  color: var(--muted);
  font-size: 13px;
}

body.v3 .choice-group {
  display: grid;
  gap: 8px;
  margin: 12px 0 24px;
}

body.v3 .choice {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 150ms ease, border-color 150ms ease;
}

body.v3 .choice:hover,
body.v3 .choice:has(input:checked) {
  border-color: var(--ember);
  background: #eee2c2;
}

body.v3 input[type="radio"] {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  accent-color: var(--ember);
}

body.v3 .feedback,
body.v3 .error {
  display: none;
  padding: 12px 14px;
  border: 1px solid var(--ember-dark);
  border-radius: 0;
  background: #eee2c2;
  color: var(--ember-dark);
  font-size: 13px;
}

body.v3 .form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

body.v3 .wizard-action-group {
  margin-left: auto;
}

body.v3 .form-disclosure {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

body.v3 .form-disclosure a {
  color: var(--ember-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.v3 .form-panel .btn {
  border-color: var(--ember);
  background: var(--ember);
  color: var(--ink);
}

body.v3 .form-panel .btn.secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

body.v3 #wizard-next,
body.v3 #wizard-submit {
  border-color: var(--ember);
  background: var(--ember);
  background-image: none;
  box-shadow: none;
  color: var(--ink);
}

/* Closing block and footer */

body.v3 .section.compact {
  padding: 0;
  background: var(--ember);
  color: var(--ink);
}

body.v3 .section.compact .container {
  width: 100%;
  max-width: none;
}

body.v3 .section.compact .side-panel {
  display: grid;
  min-height: 460px;
  align-content: center;
  justify-items: center;
  padding: 70px 32px !important;
  border: 0;
  background: var(--ember);
  text-align: center !important;
}

body.v3 .section.compact h2 {
  max-width: 900px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(58px, 9vw, 124px);
}

body.v3 .section.compact p {
  max-width: 820px;
  color: rgba(17, 18, 15, 0.78);
}

body.v3 .section.compact .btn {
  margin-top: 14px;
  border-color: var(--white);
  background: var(--ink);
}

body.v3 .footer {
  padding: 58px 0;
  border: 0;
  background: var(--ink);
  color: var(--white);
}

body.v3 .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

body.v3 .footer strong {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

body.v3 .footer p {
  margin: 8px 0 0;
  color: rgba(255, 253, 248, 0.62);
  font-size: 13px;
}

body.v3 .footer a {
  color: var(--ember);
}

body.v3 .mobile-sticky {
  display: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@keyframes v3-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.v3 .hero-copy {
    animation: v3-rise 700ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  body.v3 .video-card {
    animation: v3-rise 700ms 140ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }
}

@media (max-width: 1080px) {
  body.v3 .hero-grid {
    grid-template-columns: minmax(0, 720px) 1fr;
    padding: 24px 0 10px;
  }

  body.v3 .hero h1 {
    font-size: clamp(54px, 6.6vw, 72px);
  }

  body.v3 .split,
  body.v3 .host-layout,
  body.v3 .fitness-proof {
    gap: 54px;
  }

  body.v3 .villa-info {
    grid-template-columns: 1fr;
  }

  body.v3 .villa-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.v3 .price {
    font-size: clamp(60px, 8vw, 88px);
  }

  body.v3 .application-shell {
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  }

  body.v3 .apply-panel,
  body.v3 .form-panel {
    padding: 38px;
  }
}

@media (max-width: 820px) {
  body.v3 {
    font-size: 16px;
  }

  body.v3 .container {
    width: min(calc(100% - 36px), var(--max));
  }

  body.v3 h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  body.v3 .section {
    padding: 88px 0;
  }

  body.v3 .hero-scene {
    min-height: clamp(980px, 128svh, 1080px);
  }

  body.v3 .hero-scene::before {
    background:
      linear-gradient(90deg, rgba(7, 20, 16, 0.68) 0%, rgba(7, 20, 16, 0.38) 78%, rgba(7, 20, 16, 0.14) 100%),
      linear-gradient(180deg, rgba(12, 12, 9, 0.08) 0%, rgba(12, 12, 9, 0.12) 42%, rgba(12, 12, 9, 0.34) 78%, rgba(12, 12, 9, 0.12) 100%);
  }

  body.v3 .hero-scene > .container {
    min-height: inherit;
    padding-top: 14px;
  }

  body.v3 .hero-bg {
    object-position: center top;
  }

  body.v3 .nav {
    min-height: 60px;
    padding-bottom: 12px;
  }

  body.v3 .brand {
    gap: 8px;
    font-size: 10px;
  }

  body.v3 .brand-mark {
    width: 44px;
    height: 34px;
  }

  body.v3 .nav-links > a:not(.nav-cta) {
    display: none;
  }

  body.v3 .nav-links {
    gap: 0;
  }

  body.v3 .nav-cta {
    min-height: 38px;
    padding-inline: 14px;
  }

  body.v3 .hero-grid {
    display: block;
    padding: 42px 0 34px;
  }

  body.v3 .hero-copy::before {
    margin-bottom: 14px;
    font-size: 10px;
  }

  body.v3 .hero h1 {
    max-width: 680px;
    margin-bottom: 18px;
    font-size: clamp(44px, 12vw, 58px);
    line-height: 0.9;
  }

  body.v3 .hero .lead {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.42;
  }

  body.v3 .hero-actions {
    position: absolute;
    right: 18px;
    bottom: 280px;
    left: 18px;
    z-index: 2;
    margin: 0;
  }

  body.v3 .hero-actions .btn {
    width: 100%;
  }

  body.v3 .hero-note {
    position: absolute;
    right: 18px;
    bottom: 244px;
    left: 18px;
    z-index: 2;
  }

  body.v3 .video-card {
    max-width: none;
    margin-top: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  body.v3 .hero-utility-grid {
    grid-template-columns: 1fr;
  }

  body.v3 .hero-facts,
  body.v3 .truth-strip {
    grid-template-columns: 1fr;
  }

  body.v3 .fact,
  body.v3 .truth {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.22);
  }

  body.v3 .hero-facts {
    padding: 0;
  }

  body.v3 .truth-strip {
    padding: 0;
  }

  body.v3 .truth {
    border-color: var(--line-dark);
  }

  body.v3 .section-head,
  body.v3 .split,
  body.v3 .host-layout,
  body.v3 .fitness-proof,
  body.v3 .application-shell {
    grid-template-columns: 1fr;
  }

  body.v3 .section-head {
    gap: 20px;
    margin-bottom: 44px;
  }

  body.v3 .section-head > p {
    max-width: 660px;
    margin-left: 0;
  }

  body.v3 .side-panel {
    margin-top: 8px;
  }

  body.v3 .environment-strip {
    grid-template-columns: 1fr;
    margin-bottom: 78px;
  }

  body.v3 .environment-strip figure,
  body.v3 .environment-strip figure + figure {
    padding: 16px 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  body.v3 .environment-strip figure:last-child {
    border-bottom: 0;
  }

  body.v3 .environment-strip img {
    aspect-ratio: 16 / 10;
  }

  body.v3 .feature-grid,
  body.v3 .proof-grid,
  body.v3 .who-grid,
  body.v3 .pricing-grid,
  body.v3 .process-grid {
    grid-template-columns: 1fr;
  }

  body.v3 .feature,
  body.v3 .feature:first-child,
  body.v3 .feature:last-child,
  body.v3 .proof-card,
  body.v3 .proof-card + .proof-card,
  body.v3 .who-card,
  body.v3 .who-card + .who-card,
  body.v3 .price-card,
  body.v3 .price-card + .price-card,
  body.v3 .process-step,
  body.v3 .process-step + .process-step {
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  body.v3 .feature h3 {
    min-height: 0;
  }

  body.v3 .timeline-row {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 18px;
  }

  body.v3 .timeline-type {
    display: none;
  }

  body.v3 .day-note {
    margin-left: 0;
    text-align: left;
  }

  body.v3 .image-panel {
    min-height: 520px;
  }

  body.v3 .villa-info {
    width: min(calc(100% - 36px), var(--max));
    margin-top: -90px;
    padding: 38px 28px;
  }

  body.v3 .villa-feature-grid {
    grid-template-columns: 1fr;
  }

  body.v3 .villa-feature,
  body.v3 .villa-feature:nth-child(even) {
    padding: 17px 0;
    border-right: 0;
  }

  body.v3 .villa-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.v3 .proof-stack {
    order: initial;
  }

  body.v3 .section-host {
    padding: 72px 0;
  }

  body.v3 .section-host > .container {
    width: min(calc(100% - 36px), var(--max));
  }

  body.v3 .proof-polaroid img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  body.v3 .fitness-proof {
    margin-top: 42px;
    padding: 34px 28px;
  }

  body.v3 .price-card,
  body.v3 .price-card + .price-card {
    min-height: 0;
  }

  body.v3 .price-card.featured {
    box-shadow: none;
  }

  body.v3 .process-step {
    grid-template-columns: 44px 1fr;
    border-color: var(--line-light);
  }

  body.v3 .application-shell::after {
    top: -28px;
  }

  body.v3 .apply-panel,
  body.v3 .form-panel {
    min-height: 0;
    padding: 34px 26px;
  }

  body.v3 .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.v3 .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.v3 .mobile-sticky {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 100;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.v3 .mobile-sticky .btn {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  body.v3 .footer {
    padding-bottom: 102px;
  }
}

@media (max-width: 540px) {
  body.v3 .container {
    width: min(calc(100% - 28px), var(--max));
  }

  body.v3 .brand span {
    max-width: 126px;
    line-height: 1.15;
  }

  body.v3 .hero-grid {
    padding-top: 34px;
  }

  body.v3 .hero h1 {
    font-size: clamp(42px, 11.5vw, 52px);
  }

  body.v3 .hero-actions .btn {
    width: 100%;
  }

  body.v3 .video-card header {
    padding: 12px;
  }

  body.v3 .video-play {
    right: 12px;
    bottom: 12px;
  }

  body.v3 .timeline-row {
    min-height: 100px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  body.v3 .time {
    padding-left: 8px;
  }

  body.v3 .range,
  body.v3 .duration {
    font-size: 9px;
  }

  body.v3 .timeline-detail strong {
    font-size: 15px;
  }

  body.v3 .timeline-detail span {
    font-size: 12px;
  }

  body.v3 .villa-info {
    width: calc(100% - 28px);
    padding: 30px 20px;
  }

  body.v3 .proof-stack,
  body.v3 .fitness-frames,
  body.v3 .support-grid {
    grid-template-columns: 1fr;
  }

  body.v3 .fitness-proof {
    padding: 30px 20px;
  }

  body.v3 .fitness-frame img {
    aspect-ratio: 4 / 4.6;
  }

  body.v3 .included {
    display: grid;
  }

  body.v3 .included span,
  body.v3 .included span + span {
    padding: 10px 0;
    border-bottom: 1px solid var(--line-dark);
  }

  body.v3 .included span + span::before {
    display: none;
  }

  body.v3 .price {
    font-size: 64px;
  }

  body.v3 .apply-metrics {
    grid-template-columns: 1fr;
  }

  body.v3 .apply-metrics span,
  body.v3 .apply-metrics span + span {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  body.v3 .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  body.v3 .wizard-action-group,
  body.v3 .form-actions .btn {
    width: 100%;
    margin-left: 0;
  }

  body.v3 .section.compact .side-panel {
    min-height: 420px;
    padding-inline: 20px !important;
  }
}

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

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