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

:root {
  --v2-graphite: #201f22;
  --v2-olive: #252c19;
  --v2-olive-light: #657044;
  --v2-accent: var(--v2-olive);
  --v2-ink: var(--v2-accent);
  --v2-gray: #707070;
  --v2-silver: #c5c7b9;
  --v2-white: #ffffff;
  --v2-page-x: clamp(24px, 5.555vw, 80px);
  --v2-header-y: clamp(20px, 2.083vw, 40px);
  --v2-radius-pill: 999px;
  --v2-grid-columns: 1.84fr 1.05fr 1.02fr 0.94fr 0.86fr;
  --v2-font: "Inter", "Helvetica Neue", Arial, sans-serif;
  --v2-h1: clamp(64px, 6.2vw, 119px);
  --v2-h2: clamp(42px, 3.333vw, 64px);
  --v2-body-1: clamp(18px, 1.5625vw, 30px);
  --v2-body-2: clamp(17px, 1.146vw, 22px);
  --v2-body-3: clamp(15px, 0.9375vw, 18px);
  --v2-button: clamp(14px, 0.833vw, 16px);
  --v2-cta-height: 58px;
  --v2-cta-control: 50px;
  --v2-cta-font: clamp(15px, 0.9vw, 17px);
}

body.is-olive-accent {
  --v2-accent: var(--v2-olive);
  --v2-ink: var(--v2-olive);
}

body.is-olive-light-accent {
  --v2-accent: var(--v2-olive-light);
  --v2-ink: var(--v2-olive-light);
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--v2-ink);
  background: var(--v2-white);
  font-family: var(--v2-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button {
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0;
  background: none;
  font: inherit;
}

.v2-grid {
  display: grid;
  grid-template-columns: var(--v2-grid-columns);
  width: 100%;
  padding-inline: var(--v2-page-x);
}

.hero-v2 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-white);
  background: var(--v2-ink);
}

.hero-v2__image,
.hero-v2__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-v2__image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  transform: scale(1.002);
}

.hero-v2__veil {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 26, 22, 0.42) 0%, rgba(20, 26, 22, 0.04) 34%, rgba(15, 20, 17, 0.67) 100%),
    linear-gradient(90deg, rgba(18, 22, 19, 0.28), transparent 58%);
}

.hero-v2__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding-top: var(--v2-header-y);
}

.hero-v2__brand {
  grid-column: 1;
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  gap: 0.5rem;
  font-size: clamp(20px, 1.6vw, 31px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.hero-v2__brand small {
  font-size: 0.38em;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.hero-v2__nav {
  grid-column: 2;
  display: grid;
  width: clamp(620px, 47vw, 820px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 0.75vw, 14px);
  align-items: center;
}

.hero-v2__nav a {
  display: inline-flex;
  min-height: clamp(44px, 3vw, 58px);
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--v2-radius-pill);
  background: rgba(32, 31, 34, 0.08);
  font-size: var(--v2-button);
  white-space: nowrap;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero-v2__nav a:hover,
.hero-v2__nav a.is-active {
  color: var(--v2-ink);
  border-color: var(--v2-white);
  background: var(--v2-white);
}

.hero-v2__cta {
  grid-column: 3;
  display: inline-flex;
  justify-self: end;
  min-height: clamp(44px, 3vw, 58px);
  align-items: center;
  gap: 0.35rem;
  padding-left: clamp(1rem, 1.2vw, 1.5rem);
  color: var(--v2-ink);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  font-size: var(--v2-button);
  font-weight: 500;
  white-space: nowrap;
}

.hero-v2__cta i {
  display: grid;
  width: clamp(38px, 2.65vw, 51px);
  height: clamp(38px, 2.65vw, 51px);
  place-items: center;
  margin-right: 0.22rem;
  color: var(--v2-white);
  border-radius: 50%;
  background: var(--v2-ink);
}

.hero-v2__cta svg {
  width: 45%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-v2__menu {
  display: none;
}

.hero-v2__content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  align-items: end;
  gap: clamp(20px, 1.25vw, 24px);
  padding-top: clamp(130px, 10vw, 190px);
  padding-bottom: clamp(36px, 3.333vw, 64px);
}

.hero-v2__copy {
  grid-column: 1 / 3;
  align-self: end;
  padding-right: clamp(1rem, 2.5vw, 3rem);
}

.hero-v2__eyebrow {
  display: inline-flex;
  min-height: clamp(38px, 2.5vw, 48px);
  align-items: center;
  margin: 0 0 clamp(18px, 1.5vw, 28px);
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--v2-radius-pill);
  background: rgba(32, 31, 34, 0.12);
  font-size: var(--v2-button);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.hero-v2 h1 {
  max-width: 11ch;
  margin: 0;
  font-size: var(--v2-h1);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.hero-v2__lead {
  max-width: 39rem;
  margin: clamp(24px, 2vw, 38px) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--v2-body-3);
  line-height: 1.45;
}

.hero-v2__cards {
  grid-column: 3 / 6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 0.833vw, 16px);
  align-self: end;
}

.hero-stat {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-white);
  border-radius: clamp(24px, 2vw, 38px);
  background: var(--v2-graphite);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.hero-stat img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.22, .61, .36, 1);
}

.hero-stat:hover img {
  transform: scale(1.04);
}

.hero-stat__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 17, 15, 0.42) 0%, transparent 42%, rgba(15, 17, 15, 0.76) 100%);
}

.hero-stat__type,
.hero-stat__code,
.hero-stat__metrics,
.hero-stat__arrow {
  position: absolute;
}

.hero-stat__type {
  top: clamp(14px, 1.25vw, 24px);
  left: clamp(14px, 1.25vw, 24px);
  padding: 0.6em 1.15em;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--v2-radius-pill);
  background: rgba(20, 22, 20, 0.14);
  font-size: clamp(11px, 0.9vw, 16px);
  line-height: 1;
  backdrop-filter: blur(7px);
}

.hero-stat__code {
  top: clamp(18px, 1.45vw, 28px);
  right: clamp(14px, 1.25vw, 24px);
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 400;
  letter-spacing: -0.065em;
}

.hero-stat__metrics {
  right: clamp(14px, 1.25vw, 24px);
  bottom: clamp(14px, 1.25vw, 24px);
  left: clamp(14px, 1.25vw, 24px);
  display: flex;
  align-items: end;
  gap: clamp(12px, 1.25vw, 24px);
  padding-right: clamp(48px, 4vw, 76px);
}

.hero-stat__metrics > span {
  display: grid;
  gap: 0.18rem;
}

.hero-stat__metrics b {
  font-size: clamp(28px, 3vw, 56px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.hero-stat__metrics small {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(9px, 0.7vw, 12px);
  line-height: 1;
  text-transform: uppercase;
}

.hero-stat__arrow {
  right: clamp(14px, 1.25vw, 24px);
  bottom: clamp(14px, 1.25vw, 24px);
  display: grid;
  width: clamp(38px, 3.1vw, 58px);
  height: clamp(38px, 3.1vw, 58px);
  place-items: center;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
}

.hero-stat__arrow svg {
  width: 45%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.about-v2 {
  background: var(--v2-white);
}

.about-v2__intro {
  min-height: clamp(520px, 54svh, 680px);
  align-content: space-between;
  gap: 2rem;
  padding-top: clamp(54px, 5vw, 96px);
  padding-bottom: clamp(54px, 5vw, 96px);
}

.about-v2__index {
  grid-column: 1;
  margin: 0;
  color: var(--v2-gray);
  font-size: var(--v2-button);
  line-height: 1.35;
  text-transform: uppercase;
}

.about-v2__index span {
  display: block;
}

.about-v2 h2 {
  grid-column: 3 / 6;
  margin: 0;
  color: #a3a3a3;
  font-size: clamp(42px, 3.75vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.about-v2__ink {
  color: var(--v2-ink);
}

.about-v2__text {
  grid-column: 1 / 3;
  align-self: end;
  max-width: 38rem;
  margin: 0;
  color: var(--v2-gray);
  font-size: var(--v2-body-3);
  line-height: 1.45;
}

.about-v2__action {
  grid-column: 3 / 5;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  align-self: end;
  justify-self: start;
  padding-left: 1.35rem;
  color: var(--v2-white);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-ink);
  font-size: var(--v2-button);
  font-weight: 500;
  text-transform: uppercase;
}

.about-v2__action i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 3px;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
}

.about-v2__action svg {
  width: 45%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-gallery {
  min-height: 100svh;
  overflow: hidden;
  color: var(--v2-white);
  background: var(--v2-ink);
  padding-top: clamp(64px, 5vw, 96px);
  padding-bottom: clamp(48px, 4vw, 76px);
}

.about-gallery__heading {
  align-items: start;
}

.about-gallery__brand {
  grid-column: 1;
  margin: 0;
  color: var(--v2-silver);
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.about-gallery__brand span {
  margin-left: 0.4rem;
  font-size: 0.38em;
  letter-spacing: 0.16em;
}

.about-gallery__copy {
  grid-column: 2 / 5;
}

.about-gallery__copy h3 {
  max-width: 16ch;
  margin: 0;
  font-size: var(--v2-h2);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.about-gallery__copy p {
  max-width: 42rem;
  margin: clamp(28px, 2.2vw, 42px) 0 0;
  color: var(--v2-silver);
  font-size: var(--v2-body-3);
  line-height: 1.4;
}

.about-gallery__stage {
  align-items: end;
  margin-top: clamp(54px, 5vw, 96px);
}

.about-gallery__controls {
  grid-column: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-right: clamp(24px, 3vw, 58px);
}

.about-gallery__arrow {
  display: grid;
  width: clamp(44px, 3vw, 58px);
  height: clamp(44px, 3vw, 58px);
  place-items: center;
  color: var(--v2-white);
  border-radius: 50%;
  background: #4a494c;
  font-size: 1.35rem;
  cursor: pointer;
  transition: background-color 180ms ease, opacity 180ms ease;
}

.about-gallery__arrow:hover {
  background: var(--v2-silver);
}

.about-gallery__arrow svg,
.media-v2__feature-caption > i svg,
.application-modal__success a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.about-gallery__progress {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: #4a494c;
}

.about-gallery__progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--v2-white);
  transition: transform 420ms cubic-bezier(.22, .61, .36, 1);
}

.about-gallery__counter {
  grid-column: 1 / -1;
  justify-self: end;
  color: var(--v2-silver);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.about-gallery__viewport {
  grid-column: 2 / 6;
  min-width: 0;
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
}

.about-gallery__track {
  display: flex;
  gap: clamp(16px, 1.25vw, 24px);
  transition: transform 520ms cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.about-gallery__slide {
  flex: 0 0 82%;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(24px, 2vw, 38px);
  opacity: 0.56;
  transition: opacity 420ms ease;
}

.about-gallery__slide.is-active {
  opacity: 1;
}

.about-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
}

.about-gallery__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(64px, 6vw, 112px) var(--v2-page-x) 0;
  border-top: 1px solid #454447;
}

.about-gallery__metric {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(22px, 2vw, 38px) clamp(22px, 2.4vw, 46px) 0 0;
}

.about-gallery__metric + .about-gallery__metric {
  padding-left: clamp(22px, 2.4vw, 46px);
  border-left: 1px solid #454447;
}

.about-gallery__metric span {
  color: var(--v2-silver);
  font-size: clamp(11px, 0.72vw, 14px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-gallery__metric strong {
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.homes-v2 {
  overflow: hidden;
  background: var(--v2-white);
  padding-top: clamp(86px, 7vw, 134px);
  padding-bottom: clamp(86px, 7vw, 134px);
}

.homes-v2__heading {
  align-items: start;
}

.homes-v2__title {
  grid-column: 1 / 3;
}

.homes-v2__title > span {
  display: block;
  margin-bottom: clamp(24px, 2vw, 38px);
  color: var(--v2-gray);
  font-size: var(--v2-button);
}

.homes-v2__title h2 {
  margin: 0;
  font-size: var(--v2-h2);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.homes-v2__intro {
  grid-column: 3 / 6;
  max-width: 48rem;
}

.homes-v2__intro p {
  margin: 0;
  color: var(--v2-gray);
  font-size: var(--v2-body-3);
  line-height: 1.45;
}

.homes-v2__action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  margin-top: clamp(28px, 2.2vw, 42px);
  padding-left: 1.35rem;
  color: var(--v2-white);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-ink);
  font-size: var(--v2-button);
  font-weight: 500;
  text-transform: uppercase;
}

.homes-v2__action i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 3px;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
}

.homes-v2__action svg {
  width: 45%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homes-v2__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.25vw, 24px);
  margin-top: clamp(68px, 6vw, 116px);
  padding-inline: var(--v2-page-x);
}

.home-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-white);
  border-radius: clamp(24px, 2vw, 38px);
}

.home-card > img,
.home-card__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-card > img {
  z-index: -2;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.22, .61, .36, 1);
}

.home-card__veil {
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 22, 20, 0.48) 0%, transparent 45%, rgba(18, 20, 18, 0.72) 100%);
}

.home-card__top,
.home-card__bottom {
  position: absolute;
  right: clamp(20px, 1.7vw, 32px);
  left: clamp(20px, 1.7vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-card__top {
  top: clamp(20px, 1.7vw, 32px);
  font-size: var(--v2-body-3);
}

.home-card__top > span {
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--v2-radius-pill);
  background: rgba(32, 31, 34, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-card__top > strong {
  font-size: clamp(18px, 1.4vw, 27px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.home-card__bottom {
  bottom: clamp(20px, 1.7vw, 32px);
  align-items: end;
  justify-content: flex-start;
}

.home-card__bottom > div {
  display: flex;
  min-width: 6.5rem;
  flex-direction: column;
}

.home-card__bottom div strong {
  font-size: clamp(30px, 2.55vw, 49px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-card__bottom div span {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(11px, 0.72vw, 14px);
  text-transform: uppercase;
}

.home-card__arrow {
  display: grid;
  width: clamp(44px, 3vw, 58px);
  height: clamp(44px, 3vw, 58px);
  place-items: center;
  margin-left: auto;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
  font-size: 1.3rem;
  transform: translateY(0.35rem);
  transition: transform 220ms ease;
}
.home-card__arrow svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.6; }
.media-v2 a span svg, .journal-v2__aside > a span svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.6; }

.home-card:hover > img {
  transform: scale(1.045);
}

.home-card:hover .home-card__arrow {
  transform: translate(0.25rem, 0.1rem);
}

.plan-v2 {
  overflow: hidden;
  color: var(--v2-white);
  background: var(--v2-ink);
  padding-top: clamp(86px, 7vw, 134px);
  padding-bottom: clamp(86px, 7vw, 134px);
}

.plan-v2__heading {
  align-items: end;
}

.plan-v2__title {
  grid-column: 1 / 3;
}

.plan-v2__title > span {
  display: block;
  margin-bottom: clamp(24px, 2vw, 38px);
  color: var(--v2-silver);
  font-size: var(--v2-button);
}

.plan-v2__title h2 {
  max-width: 10ch;
  margin: 0;
  font-size: var(--v2-h2);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.plan-v2__lead {
  grid-column: 3 / 6;
  max-width: 45rem;
  margin: 0;
  color: var(--v2-silver);
  font-size: var(--v2-body-3);
  line-height: 1.45;
}

.plan-v2__layout {
  gap: clamp(16px, 1.25vw, 24px);
  align-items: stretch;
  margin-top: clamp(64px, 6vw, 112px);
}

.plan-v2__media {
  position: relative;
  grid-column: 1 / 5;
  width: 100%;
  aspect-ratio: 1537 / 1023;
  overflow: hidden;
  isolation: isolate;
  border-radius: clamp(24px, 2vw, 38px);
  background: #171719;
}

.plan-v2__canvas {
  position: absolute;
  inset: 0;
  isolation: isolate;
}

.plan-v2__canvas > img,
.plan-v2__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plan-v2__canvas > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.plan-v2__shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 22, 20, 0.12), rgba(20, 22, 20, 0.36));
  pointer-events: none;
}

.plan-pin {
  position: absolute;
  top: var(--pin-y);
  left: var(--pin-x);
  display: grid;
  width: clamp(34px, 2.6vw, 50px);
  height: clamp(34px, 2.6vw, 50px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-size: clamp(11px, 0.72vw, 14px);
  font-weight: 500;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, scale 180ms ease, opacity 180ms ease;
}

.plan-pin.is-sale {
  color: var(--v2-ink);
  border-color: var(--v2-white);
  background: var(--v2-white);
}

.plan-pin.is-sold {
  color: rgba(255, 255, 255, 0.36);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(32, 31, 34, 0.92);
  cursor: default;
}

.plan-pin:hover,
.plan-pin:focus-visible,
.plan-pin.is-active {
  z-index: 2;
  outline: none;
  scale: 1.18;
}

.plan-v2__panel {
  grid-column: 5 / 6;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-top: 1px solid #48474a;
}

.plan-v2__legend {
  display: grid;
  gap: 0.85rem;
  padding: clamp(20px, 1.8vw, 34px) 0;
  border-bottom: 1px solid #48474a;
}

.plan-v2__legend span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--v2-silver);
  font-size: clamp(10px, 0.68vw, 13px);
}

.plan-v2__legend i {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.plan-v2__legend i.is-sale {
  border-color: var(--v2-white);
  background: var(--v2-white);
}

.plan-v2__legend i.is-sold {
  border-color: #353438;
  background: #353438;
}

.plan-v2__selected {
  display: grid;
  gap: 0.85rem;
  padding: clamp(24px, 2.2vw, 42px) 0;
  border-bottom: 1px solid #48474a;
}

.plan-v2__selected > span {
  color: var(--v2-silver);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-v2__selected > strong {
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.055em;
}

.plan-v2__selected > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: var(--v2-silver);
  font-size: clamp(11px, 0.72vw, 14px);
}

.plan-v2__selected em,
.plan-v2__units em {
  font-style: normal;
}

.plan-v2__selected > div em {
  padding: 0.5rem 0.7rem;
  border: 1px solid #565558;
  border-radius: var(--v2-radius-pill);
  white-space: nowrap;
}

.plan-v2__benefits {
  display: grid;
  gap: 0.55rem;
  margin: 0.35rem 0 0;
  padding: 0;
  color: var(--v2-silver);
  font-size: clamp(11px, 0.72vw, 14px);
  list-style: none;
}

.plan-v2__benefits li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.plan-v2__benefits li::before {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v2-white);
  content: "";
}

.plan-v2__selected > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  color: var(--v2-ink);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  font-size: clamp(11px, 0.72vw, 14px);
  font-weight: 500;
}

.plan-v2__units {
  display: grid;
  margin-top: auto;
}

.plan-v2__units button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0;
  color: var(--v2-silver);
  border-bottom: 1px solid #363538;
  font-size: clamp(10px, 0.65vw, 12px);
  cursor: pointer;
  transition: color 180ms ease, padding 180ms ease;
}

.plan-v2__units button:not(:disabled):hover,
.plan-v2__units button.is-active {
  padding-left: 0.5rem;
  color: var(--v2-white);
}

.plan-v2__units button:disabled {
  color: #555458;
  cursor: default;
}

.plan-v2__units button span {
  font-size: clamp(13px, 0.9vw, 17px);
}

.location-v2 {
  overflow: hidden;
  padding: clamp(88px, 8vw, 154px) 0 0;
  color: var(--v2-ink);
  background: var(--v2-white);
}

.location-v2__heading {
  align-items: end;
}

.location-v2__title {
  grid-column: 1 / 4;
}

.location-v2__title > span {
  display: block;
  margin-bottom: clamp(28px, 3vw, 54px);
  color: var(--v2-gray);
  font-size: var(--v2-button);
}

.location-v2__title h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(54px, 5.6vw, 108px);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.location-v2__intro {
  grid-column: 4 / 6;
  display: grid;
  gap: clamp(28px, 3vw, 54px);
  align-self: end;
  padding-bottom: 0.45rem;
}

.location-v2__intro p {
  max-width: 35rem;
  margin: 0;
  color: var(--v2-gray);
  font-size: var(--v2-body-3);
  line-height: 1.5;
}

.location-v2__intro > span {
  padding-top: 1.15rem;
  border-top: 1px solid #cbc9c2;
  font-size: clamp(12px, 0.78vw, 15px);
}

.location-v2__route {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-self: start;
  padding-left: 1.35rem;
  color: var(--v2-white);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-ink);
  font-size: var(--v2-button);
  font-weight: 500;
}

.location-v2__route i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 3px;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
  font-size: 20px;
  font-style: normal;
}

.hero-v2__cta,
.about-v2__action,
.homes-v2__action,
.location-v2__route {
  gap: 10px;
  padding-left: clamp(1.5rem, 1.7vw, 2rem);
  justify-content: space-between;
}

.hero-v2__cta {
  min-width: clamp(190px, 11.5vw, 220px);
  justify-content: space-between;
}

.about-v2__action {
  min-width: clamp(210px, 13vw, 250px);
  justify-content: space-between;
}

.homes-v2__action {
  min-width: clamp(250px, 16vw, 305px);
  justify-content: space-between;
}

.location-v2__route {
  min-width: min(100%, clamp(270px, 18vw, 345px));
}

.location-v2__body {
  position: relative;
  isolation: isolate;
  gap: clamp(16px, 1.25vw, 24px);
  align-items: stretch;
  margin-top: clamp(70px, 7vw, 132px);
  padding-top: clamp(44px, 4vw, 76px);
  padding-bottom: clamp(64px, 6vw, 116px);
  color: var(--v2-white);
}

.location-v2__body::before {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--v2-ink);
  content: "";
}

.location-v2__statement {
  grid-column: 1 / 4;
  display: flex;
  min-height: clamp(500px, 39vw, 750px);
  flex-direction: column;
  gap: clamp(16px, 1.25vw, 24px);
  padding: clamp(14px, 1.25vw, 24px);
  color: var(--v2-white);
  border-radius: clamp(24px, 2vw, 38px);
  border: 1px solid rgba(255,255,255,.26);
  background: var(--v2-accent);
}

.location-v2__map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(8px, 0.75vw, 14px) clamp(6px, 0.6vw, 12px) 0;
}

.location-v2__map-head span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 0.8vw, 15px);
}

.location-v2__map-head strong {
  font-size: clamp(13px, 0.9vw, 17px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.location-v2__map-frame {
  min-height: 0;
  flex: 1;
  overflow: hidden;
  border-radius: clamp(16px, 1.4vw, 28px);
  background: var(--v2-olive-light);
}

.location-v2__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: none;
}

.location-v2__facts {
  grid-column: 4 / 6;
  display: grid;
  color: var(--v2-white);
  border-top: 1px solid #cbc9c2;
}

.location-v2__facts article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: clamp(16px, 1.4vw, 28px);
  align-content: center;
  padding: clamp(15px, 1.3vw, 25px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.location-v2__fact-mark {
  display: grid;
  align-self: stretch;
  align-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.58);
}

.location-v2__fact-mark span {
  font-size: 11px;
}

.location-v2__fact-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.location-v2__facts article:first-child {
  color: var(--v2-ink);
  border-bottom-color: #cbc9c2;
}

.location-v2__facts article:first-child .location-v2__fact-mark {
  color: var(--v2-silver);
}

.location-v2__facts article:first-child p {
  color: var(--v2-gray);
}

.location-v2__facts strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: clamp(27px, 2vw, 39px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.location-v2__facts p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.4;
}

.payment-v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 9vw, 172px) 0 clamp(104px, 10vw, 192px);
  color: var(--v2-ink);
  background: var(--v2-white);
}

.payment-v2__intro {
  gap: clamp(16px, 1.25vw, 24px);
  align-items: start;
}

.payment-v2__index {
  grid-column: 1 / 3;
  display: grid;
  min-height: 100%;
  align-content: space-between;
  gap: 5rem;
  padding-top: 0.45rem;
}

.payment-v2__index span,
.payment-v2__index p {
  margin: 0;
  color: var(--v2-gray);
  font-size: var(--v2-button);
}

.payment-v2__index p {
  max-width: 15rem;
  line-height: 1.45;
}

.payment-v2__copy {
  grid-column: 3 / 6;
}

.payment-v2__copy h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(56px, 5.15vw, 99px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.payment-v2__copy h2 span {
  color: #aaa9a7;
}

.payment-v2__copy > p {
  max-width: 41rem;
  margin: clamp(30px, 3vw, 58px) 0 0;
  color: var(--v2-gray);
  font-size: var(--v2-body-3);
  line-height: 1.55;
}

.payment-v2__cta {
  display: inline-flex;
  min-width: clamp(250px, 16vw, 305px);
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: clamp(30px, 3vw, 56px);
  padding-left: clamp(1.5rem, 1.7vw, 2rem);
  color: var(--v2-white);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-ink);
  font-size: var(--v2-button);
  font-weight: 500;
}

.payment-v2__cta i {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  margin: 4px;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
}

.payment-v2__cta svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.payment-v2__composition {
  position: relative;
  grid-template-rows: minmax(400px, 34vw) auto;
  gap: 0 clamp(16px, 1.25vw, 24px);
  margin-top: clamp(80px, 8vw, 152px);
  border-top: 1px solid #cfceca;
  border-bottom: 1px solid #cfceca;
}

.payment-v2__composition::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(40% - 1px);
  width: 1px;
  background: #e0dfdb;
  content: "";
  pointer-events: none;
}

.payment-v2__zero {
  position: relative;
  grid-column: 1 / 3;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  gap: clamp(18px, 2vw, 38px);
  overflow: hidden;
  padding: clamp(40px, 4vw, 76px) clamp(24px, 2.5vw, 48px) clamp(34px, 3vw, 58px) 0;
}

.payment-v2__zero strong {
  position: relative;
  z-index: 1;
  font-size: clamp(150px, 16vw, 307px);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.095em;
}

.payment-v2__zero sup {
  display: inline-block;
  margin-left: 0.08em;
  font-size: 0.28em;
  line-height: 1;
  vertical-align: top;
  letter-spacing: -0.04em;
}

.payment-v2__zero > p {
  position: relative;
  z-index: 1;
  margin: 0 0 0.35rem;
  color: var(--v2-gray);
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 1.25;
}

.payment-v2__calculator { display: grid; grid-template-columns: 28px 1fr 22px; gap: 14px; align-items: center; width: min(100%, 360px); margin-top: 30px; padding: 13px 13px 13px 15px; color: var(--v2-white); border: 1px solid rgba(32,31,34,.82); border-radius: 16px; background: var(--v2-ink); font-size: 12px; line-height: 1.25; transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.payment-v2__calculator svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.payment-v2__calculator i { font-style: normal; font-size: 18px; text-align: right; }
.payment-v2__calculator:hover { border-color: #000; background: #111014; transform: translateY(-2px); }
.payment-v2__schedule .payment-v2__calculator i { display:grid; width:22px; height:22px; place-items:center; margin:0; color:var(--v2-white); background:transparent; }
.payment-v2__schedule .payment-v2__calculator i svg { width:20px; height:20px; }

.payment-v2__orbit {
  position: absolute;
  top: 50%;
  left: clamp(66px, 7.2vw, 138px);
  width: clamp(250px, 27vw, 518px);
  aspect-ratio: 1;
  border: 1px solid #dad9d5;
  border-radius: 50%;
  transform: translateY(-50%);
}

.payment-v2__orbit::before,
.payment-v2__orbit::after {
  position: absolute;
  border: 1px solid #e5e4e0;
  border-radius: 50%;
  content: "";
}

.payment-v2__orbit::before {
  inset: 13%;
}

.payment-v2__orbit::after {
  inset: 29%;
}

.payment-v2__orbit span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-ink);
}

.payment-v2__orbit span:nth-child(1) {
  top: 7%;
  right: 23%;
}

.payment-v2__orbit span:nth-child(2) {
  right: 5%;
  bottom: 28%;
}

.payment-v2__orbit span:nth-child(3) {
  bottom: 16%;
  left: 12%;
}

.payment-v2__schedule {
  grid-column: 3 / 6;
  align-self: center;
  padding: clamp(48px, 5vw, 96px) 0 clamp(48px, 5vw, 96px) clamp(26px, 3vw, 58px);
}

.payment-v2__schedule-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.payment-v2__schedule-head span {
  color: var(--v2-gray);
  font-size: var(--v2-button);
}

.payment-v2__schedule-head strong {
  font-size: clamp(31px, 2.5vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.055em;
}

.payment-v2__track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(44px, 4vw, 76px);
}

.payment-v2__track::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--v2-ink);
  content: "";
}

.payment-v2__track i {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 1px solid var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
}

.payment-v2__track i:first-child,
.payment-v2__track i:last-child {
  width: 15px;
  height: 15px;
  background: var(--v2-ink);
}

.payment-v2__track-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
  color: var(--v2-gray);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.payment-v2__schedule > p {
  max-width: 37rem;
  margin: clamp(44px, 4vw, 76px) 0 0;
  color: var(--v2-gray);
  font-size: var(--v2-body-3);
  line-height: 1.55;
}

.payment-v2__facts {
  grid-column: 1 / 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfceca;
}

.payment-v2__facts article {
  display: grid;
  min-height: clamp(190px, 15vw, 288px);
  grid-template-columns: 38px 48px 1fr;
  gap: clamp(14px, 1.4vw, 28px);
  align-items: end;
  padding: clamp(30px, 3vw, 58px) clamp(24px, 2.5vw, 48px);
}

.payment-v2__facts article:first-child {
  padding-left: 0;
}

.payment-v2__facts article + article {
  border-left: 1px solid #cfceca;
}

.payment-v2__facts article > span {
  align-self: start;
  color: var(--v2-silver);
  font-size: 11px;
}

.payment-v2__facts svg {
  width: 40px;
  height: 40px;
  align-self: start;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.payment-v2__facts strong {
  display: block;
  font-size: clamp(27px, 2.1vw, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.055em;
}

.payment-v2__facts p {
  margin: 0.65rem 0 0;
  color: var(--v2-gray);
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.4;
}

.media-v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 9vw, 172px) 0 clamp(104px, 9vw, 172px);
  color: var(--v2-white);
  background: var(--v2-ink);
}

.media-v2::before {
  position: absolute;
  top: 0;
  right: var(--v2-page-x);
  left: var(--v2-page-x);
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.media-v2__heading {
  gap: clamp(16px, 1.25vw, 24px);
  align-items: start;
}

.media-v2__index {
  grid-column: 1;
  display: grid;
  min-height: clamp(235px, 18vw, 345px);
  align-content: space-between;
}

.media-v2__index > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--v2-button);
}

.media-v2__index p {
  margin: 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: clamp(25px, 2vw, 38px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.media-v2__copy {
  grid-column: 2 / 5;
}

.media-v2__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 clamp(34px, 3.4vw, 65px);
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(12px, 0.78vw, 15px);
}

.media-v2__eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-white);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.media-v2__copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(54px, 5.2vw, 100px);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.media-v2__copy h2 span {
  color: rgba(255, 255, 255, 0.38);
}

.media-v2__aside {
  grid-column: 5;
  display: grid;
  align-self: end;
  gap: clamp(28px, 2.5vw, 48px);
}

.media-v2__aside > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.5;
}

.media-v2__aside > a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.15rem 0 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--v2-radius-pill);
  font-size: clamp(12px, 0.78vw, 15px);
  transition: color 180ms ease, background 180ms ease;
}

.media-v2__aside > a:hover {
  color: var(--v2-ink);
  background: var(--v2-white);
}

.media-v2__aside svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.media-v2__feature {
  margin-top: clamp(70px, 7vw, 134px);
}

.media-v2__feature-button {
  position: relative;
  grid-column: 1 / 6;
  display: block;
  width: 100%;
  height: clamp(540px, 53vw, 1018px);
  overflow: hidden;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(24px, 2vw, 38px);
  background: #151416;
  text-align: left;
  cursor: pointer;
}

.media-v2__feature-button > img,
.media-v2__feature-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.media-v2__feature-button > img {
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
}

.media-v2__feature-veil {
  background:
    linear-gradient(180deg, rgba(13, 13, 14, 0.58) 0%, transparent 32%),
    linear-gradient(90deg, rgba(13, 13, 14, 0.72) 0%, rgba(13, 13, 14, 0.05) 58%),
    linear-gradient(0deg, rgba(13, 13, 14, 0.78) 0%, transparent 45%);
}

.media-v2__feature-button:hover > img {
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.025);
}

.media-v2__feature-top {
  position: absolute;
  top: clamp(20px, 2vw, 38px);
  right: clamp(20px, 2vw, 38px);
  left: clamp(20px, 2vw, 38px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(16px, 1.5vw, 28px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.media-v2__feature-top i {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--v2-radius-pill);
  background: rgba(20, 19, 21, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: clamp(11px, 0.7vw, 13px);
  font-style: normal;
}

.media-v2__feature-top small {
  font-size: clamp(11px, 0.7vw, 13px);
  letter-spacing: 0.12em;
}

.media-v2__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(82px, 7vw, 134px);
  height: clamp(82px, 7vw, 134px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(20, 19, 21, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.media-v2__feature-button:hover .media-v2__play {
  color: var(--v2-ink);
  background: var(--v2-white);
  transform: translate(-50%, -50%) scale(1.06);
}

.media-v2__play svg {
  width: 32%;
  fill: currentColor;
}

.media-v2__feature-caption {
  position: absolute;
  right: clamp(20px, 2vw, 38px);
  bottom: clamp(24px, 2.6vw, 50px);
  left: clamp(20px, 2vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.9rem 2rem;
}

.media-v2__feature-caption small {
  grid-column: 1 / 3;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(12px, 0.78vw, 15px);
}

.media-v2__feature-caption strong {
  max-width: 12ch;
  font-size: clamp(42px, 4vw, 77px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.media-v2__feature-caption > i {
  display: flex;
  min-width: clamp(210px, 15vw, 288px);
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  color: var(--v2-ink);
  font-size: var(--v2-button);
  font-style: normal;
}

.media-v2__feature-caption b {
  font-size: 20px;
  font-weight: 400;
}

.media-v2__episodes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.25vw, 24px);
  margin-top: clamp(52px, 5vw, 96px);
}

.media-v2__episode {
  min-width: 0;
}

.media-v2__episode > button {
  display: block;
  width: 100%;
  color: var(--v2-white);
  text-align: left;
  cursor: pointer;
}

.media-v2__episode-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: clamp(18px, 1.4vw, 27px);
  background: #151416;
}

.media-v2__episode-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 14, 16, 0.38), transparent 55%);
  content: "";
}

.media-v2__episode-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 400ms ease;
}

.media-v2__episode:hover img {
  filter: saturate(0.82);
  transform: scale(1.045);
}

.media-v2__episode-image i {
  position: absolute;
  right: clamp(14px, 1.1vw, 22px);
  bottom: clamp(14px, 1.1vw, 22px);
  z-index: 1;
  display: grid;
  width: clamp(44px, 3vw, 58px);
  height: clamp(44px, 3vw, 58px);
  place-items: center;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
  font-style: normal;
  transition: transform 220ms ease;
}

.media-v2__episode:hover .media-v2__episode-image i {
  transform: scale(1.08);
}

.media-v2__episode-image svg {
  width: 45%;
  fill: currentColor;
}

.media-v2__episode-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: clamp(10px, 0.66vw, 12px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.media-v2__episode-meta b {
  font-weight: 400;
}

.media-v2__episode > button > strong {
  display: block;
  max-width: 17ch;
  margin-top: 1.15rem;
  font-size: clamp(21px, 1.7vw, 33px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.media-v2__footer {
  align-items: end;
  margin-top: clamp(70px, 7vw, 134px);
  padding-top: clamp(24px, 2vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.media-v2__footer p {
  grid-column: 1 / 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(12px, 0.78vw, 15px);
}

.media-v2__footer p span {
  margin-right: 0.6rem;
  color: var(--v2-white);
  font-size: clamp(26px, 2vw, 38px);
}

.media-v2__footer > a {
  grid-column: 4 / 6;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: var(--v2-button);
}

.journal-v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 9vw, 172px) 0 clamp(110px, 10vw, 192px);
  color: var(--v2-ink);
  background: var(--v2-white);
}

.journal-v2__heading {
  gap: clamp(16px, 1.25vw, 24px);
  align-items: start;
}

.journal-v2__index {
  grid-column: 1;
  display: grid;
  min-height: clamp(235px, 18vw, 345px);
  align-content: space-between;
}

.journal-v2__index > span {
  color: var(--v2-gray);
  font-size: var(--v2-button);
}

.journal-v2__index p {
  margin: 0;
  color: #c2c1bd;
  font-size: clamp(25px, 2vw, 38px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.journal-v2__copy {
  grid-column: 2 / 5;
}

.journal-v2__copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(54px, 5.2vw, 100px);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.journal-v2__copy h2 span {
  color: #aaa9a7;
}

.journal-v2__aside {
  grid-column: 5;
  display: grid;
  align-self: end;
  gap: clamp(28px, 2.5vw, 48px);
}

.journal-v2__aside > p {
  margin: 0;
  color: var(--v2-gray);
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.5;
}

.journal-v2__aside > a {
  display: flex;
  min-width: min(100%, 250px);
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 1.4rem;
  color: var(--v2-white);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-ink);
  font-size: var(--v2-button);
  font-weight: 500;
}

.journal-v2__aside > a i {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  margin: 4px;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
}

.journal-v2__aside svg,
.journal-v2__featured-image svg,
.journal-v2__secondary-image svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.journal-v2__layout {
  gap: clamp(30px, 3.6vw, 70px);
  align-items: start;
  margin-top: clamp(80px, 8vw, 152px);
}

.journal-v2__featured {
  grid-column: 1 / 4;
  min-width: 0;
}

.journal-v2__featured-image,
.journal-v2__secondary-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e5e4df;
}

.journal-v2__featured-image {
  aspect-ratio: 16 / 10.5;
  border-radius: clamp(24px, 2vw, 38px);
}

.journal-v2__featured-image::after,
.journal-v2__secondary-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 14, 16, 0.3), transparent 48%);
  content: "";
  pointer-events: none;
}

.journal-v2__featured-image img,
.journal-v2__secondary-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 450ms ease;
}

.journal-v2 article:hover img {
  filter: saturate(0.82) contrast(1.02);
  transform: scale(1.035);
}

.journal-v2__featured-image > i,
.journal-v2__secondary-image > i {
  position: absolute;
  right: clamp(16px, 1.4vw, 27px);
  bottom: clamp(16px, 1.4vw, 27px);
  z-index: 1;
  display: grid;
  width: clamp(48px, 3.4vw, 65px);
  height: clamp(48px, 3.4vw, 65px);
  place-items: center;
  color: var(--v2-ink);
  border-radius: 50%;
  background: var(--v2-white);
  font-style: normal;
  transition: transform 220ms ease;
}

.journal-v2 article:hover .journal-v2__featured-image > i,
.journal-v2 article:hover .journal-v2__secondary-image > i {
  transform: rotate(4deg) scale(1.08);
}

.journal-v2__featured-image > small {
  position: absolute;
  top: clamp(16px, 1.4vw, 27px);
  left: clamp(16px, 1.4vw, 27px);
  z-index: 1;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 1.15rem;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--v2-radius-pill);
  background: rgba(20, 19, 21, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: clamp(10px, 0.66vw, 12px);
}

.journal-v2__article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(18px, 1.5vw, 29px);
  padding-bottom: clamp(14px, 1.2vw, 23px);
  color: var(--v2-gray);
  border-bottom: 1px solid #cfceca;
  font-size: clamp(10px, 0.66vw, 12px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-v2__article-meta b {
  font-weight: 400;
}

.journal-v2__featured h3 {
  max-width: 18ch;
  margin: clamp(22px, 2vw, 38px) 0 0;
  font-size: clamp(36px, 3.45vw, 66px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.journal-v2__featured a > p {
  max-width: 42rem;
  margin: clamp(20px, 1.8vw, 34px) 0 0;
  color: var(--v2-gray);
  font-size: var(--v2-body-3);
  line-height: 1.5;
}

.journal-v2__secondary {
  grid-column: 4 / 6;
  display: grid;
  gap: clamp(50px, 5vw, 96px);
  min-width: 0;
}

.journal-v2__secondary-image {
  aspect-ratio: 16 / 8.6;
  border-radius: clamp(20px, 1.6vw, 31px);
}

.journal-v2__secondary-image > i {
  width: clamp(44px, 3vw, 58px);
  height: clamp(44px, 3vw, 58px);
}

.journal-v2__secondary h3 {
  max-width: 21ch;
  margin: clamp(18px, 1.6vw, 31px) 0 0;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.journal-v2__foot {
  align-items: end;
  margin-top: clamp(80px, 8vw, 152px);
  padding-top: clamp(24px, 2vw, 38px);
  border-top: 1px solid #cfceca;
}

.journal-v2__foot p {
  grid-column: 1 / 3;
  margin: 0;
  color: var(--v2-gray);
  font-size: clamp(12px, 0.78vw, 15px);
}

.journal-v2__foot > a {
  grid-column: 4 / 6;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--v2-ink);
  font-size: var(--v2-button);
}

body.is-global-menu-open {
  overflow: hidden;
}

.floating-menu-button {
  position: fixed;
  top: clamp(18px, 2.1vw, 40px);
  right: var(--v2-page-x);
  z-index: 70;
  display: grid;
  width: clamp(54px, 4vw, 72px);
  height: clamp(54px, 4vw, 72px);
  place-content: center;
  gap: 6px;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(32, 31, 34, 0.88);
  box-shadow: 0 16px 42px rgba(16, 15, 17, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px) scale(0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: opacity 220ms ease, transform 220ms ease, background-color 180ms ease;
}

.color-test-toggle {
  position: fixed;
  bottom: clamp(18px, 2.1vw, 34px);
  left: var(--v2-page-x);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 15px 0 8px;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-ink);
  box-shadow: 0 12px 30px rgba(16, 15, 17, 0.2);
  font-size: 12px;
  cursor: pointer;
}

/* Keep the underlying tokens, but do not expose colour switching in the public UI. */
.color-test-toggle { display: none !important; }

.color-test-toggle__swatch {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: var(--v2-graphite);
  transition: background-color 180ms ease;
}

body.is-olive-accent .color-test-toggle__swatch {
  background: var(--v2-olive);
}

body.is-olive-light-accent .color-test-toggle__swatch {
  background: var(--v2-olive-light);
}

@media (max-width: 599px) {
  .color-test-toggle {
    bottom: 18px;
    min-height: 38px;
    padding-right: 13px;
  }
}

.floating-menu-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-menu-button:hover {
  background: #151417;
}

.floating-menu-button span,
.hero-v2__menu span {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
}

.global-menu[hidden] {
  display: none;
}

.global-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  color: var(--v2-white);
  background: var(--v2-ink);
  opacity: 0;
  transition: opacity 260ms ease;
}

.global-menu.is-open {
  opacity: 1;
}

.global-menu__panel {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  padding: clamp(24px, 3.1vw, 60px) var(--v2-page-x) clamp(28px, 3vw, 56px);
  transform: translateY(-12px);
  transition: transform 320ms cubic-bezier(.22, .8, .24, 1);
}

.global-menu.is-open .global-menu__panel {
  transform: translateY(0);
}

.global-menu__head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-bottom: clamp(22px, 2vw, 38px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.global-menu__brand {
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  gap: 0.5rem;
  font-size: clamp(23px, 1.65vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.global-menu__brand small {
  font-size: 0.38em;
  letter-spacing: 0.16em;
}

.global-menu__head p {
  margin: 0;
  color: var(--v2-silver);
  font-size: var(--v2-button);
}

.global-menu__close {
  position: relative;
  display: grid;
  width: clamp(50px, 3.5vw, 66px);
  height: clamp(50px, 3.5vw, 66px);
  justify-self: end;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.global-menu__close span {
  position: absolute;
  width: 23px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.global-menu__close span:last-child {
  transform: rotate(-45deg);
}

.global-menu__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  column-gap: clamp(40px, 8vw, 154px);
  padding-block: clamp(36px, 4.2vw, 80px);
}

.global-menu__nav a {
  display: grid;
  grid-template-columns: clamp(34px, 3vw, 58px) 1fr;
  align-items: baseline;
  padding-block: clamp(10px, 1vw, 19px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 180ms ease, padding-left 180ms ease;
}

.global-menu__nav a:hover {
  padding-left: 10px;
  color: #c9c9c9;
}

.global-menu__nav small {
  color: var(--v2-silver);
  font-size: clamp(11px, 0.72vw, 14px);
}

.global-menu__nav span {
  font-size: clamp(38px, 4.15vw, 80px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.global-menu__foot {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-top: clamp(22px, 2vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.global-menu__foot > div {
  display: grid;
  gap: 0.4rem;
  color: #a7a7a7;
  font-size: clamp(13px, 0.83vw, 16px);
}

.global-menu__cta {
  display: inline-flex;
  min-height: var(--v2-cta-height);
  align-items: center;
  gap: 10px;
  padding-left: clamp(22px, 1.7vw, 32px);
  color: var(--v2-ink);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  font-size: var(--v2-cta-font);
  font-weight: 500;
}

.global-menu__cta i {
  display: grid;
  width: var(--v2-cta-control);
  height: var(--v2-cta-control);
  place-items: center;
  margin-right: 4px;
  color: var(--v2-white);
  border-radius: 50%;
  background: var(--v2-ink);
}

.global-menu__cta svg,
.contact-widget-v2__panel button svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-actions {
  position: fixed;
  right: var(--v2-page-x);
  bottom: clamp(22px, 2.2vw, 42px);
  z-index: 65;
  display: grid;
  justify-items: end;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.floating-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-widget-v2 {
  position: relative;
  display: grid;
  justify-items: end;
  transition: opacity 220ms ease, transform 220ms ease;
}

.floating-actions.is-footer-zone .contact-widget-v2 {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.contact-widget-v2__toggle {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 0 25px;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--v2-radius-pill);
  background: rgba(32, 31, 34, 0.94);
  box-shadow: 0 0 0 1px rgba(196, 168, 131, 0.05), 0 0 24px rgba(196, 168, 131, 0.1), 0 16px 42px rgba(16, 15, 17, 0.28);
  font-size: var(--v2-cta-font);
  font-weight: 500;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-widget-v2__toggle svg {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-widget-v2__toggle svg circle {
  fill: currentColor;
  stroke: none;
}

.contact-widget-v2__toggle:hover,
.contact-widget-v2__toggle:focus-visible {
  border-color: rgba(196, 168, 131, 0.58);
  box-shadow: 0 0 0 1px rgba(196, 168, 131, 0.1), 0 0 30px rgba(196, 168, 131, 0.18), 0 18px 48px rgba(16, 15, 17, 0.32);
  outline: none;
  transform: translateY(-1px);
}

.contact-widget-v2__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(360px, calc(100vw - (var(--v2-page-x) * 2)));
  padding: 22px;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  background: rgba(32, 31, 34, 0.97);
  box-shadow: 0 24px 70px rgba(12, 12, 13, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.98);
  transform-origin: bottom right;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-widget-v2.is-open .contact-widget-v2__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.contact-widget-v2__heading {
  display: grid;
  gap: 0.35rem;
  padding: 2px 2px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-widget-v2__heading span,
.contact-widget-v2__panel a small {
  color: #8f8f91;
  font-size: 12px;
}

.contact-widget-v2__heading strong {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.contact-widget-v2__panel a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 15px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
}

.contact-widget-v2__panel button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 18px;
  color: var(--v2-ink);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  font-size: 15px;
  font-weight: 500;
}

.scroll-top-v2 {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--v2-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(32, 31, 34, 0.94);
  box-shadow: 0 16px 42px rgba(16, 15, 17, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.scroll-top-v2.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-v2 svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.is-global-menu-open .floating-menu-button,
body.is-global-menu-open .floating-actions {
  opacity: 0;
  pointer-events: none;
}

.application-modal[hidden] { display: none; }
.application-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.application-modal__backdrop { position: absolute; inset: 0; background: rgba(8, 15, 13, .78); backdrop-filter: blur(10px); }
.application-modal__dialog { position: relative; width: min(100%, 580px); padding: clamp(34px, 6vw, 72px); color: var(--v2-white); background: var(--v2-ink); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.application-modal__close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; cursor: pointer; }
.application-modal__close span, .application-modal__close span::after { position: absolute; left: 12px; top: 20px; width: 17px; height: 1px; background: var(--v2-white); content: ''; transform: rotate(45deg); }
.application-modal__close span::after { left: 0; top: 0; transform: rotate(90deg); }
.application-modal__eyebrow { display: block; color: var(--copper, #c5a883); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.application-modal h2 { margin: 22px 0 16px; font-size: clamp(34px, 5vw, 58px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.application-modal__content > p, .application-modal__success > p { max-width: 38ch; color: rgba(255,255,255,.68); line-height: 1.6; }
.application-modal__form { display: grid; gap: 0; margin-top: 38px; }
.application-modal__form label { display: block; border-bottom: 1px solid rgba(255,255,255,.35); }
.application-modal__form input:not([type="hidden"]) { width: 100%; padding: 18px 0; border: 0; outline: 0; color: var(--v2-white); background: transparent; font: inherit; font-size: clamp(26px,3.3vw,36px); line-height: 1.15; }
.application-modal__form input::placeholder { color: rgba(255,255,255,.7); }
.application-modal__datetime { display: grid !important; width: 100%; grid-template-columns: 28px 1fr 28px; gap: 14px; align-items: center; min-height: 78px !important; padding: 0 !important; border-bottom: 1px solid rgba(255,255,255,.35) !important; border-radius: 0 !important; color: rgba(255,255,255,.72) !important; background: transparent !important; font-size: clamp(24px,3.1vw,34px) !important; text-align: center; }
.application-modal__datetime.has-value { color: var(--v2-white) !important; font-size: clamp(18px,2.4vw,26px) !important; }
.application-modal__datetime > svg, .application-modal__datetime i svg, .application-modal__submit i svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.application-modal__datetime i { display: block !important; width: 28px !important; height: 28px !important; color: currentColor !important; background: transparent !important; }
.application-modal__submit, .application-modal__success a { display: flex; align-items: center; justify-content: space-between; min-height: 78px; margin-top: 30px; padding: 0 10px 0 28px; border: 0; border-radius: 999px; color: var(--v2-ink); background: var(--v2-white); font: inherit; font-size: clamp(18px,2.2vw,28px); cursor: pointer; text-decoration: none; }
.application-modal__submit i { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; color: var(--v2-white); background: var(--v2-ink); font-style: normal; }
.application-modal__form button:disabled { opacity: .55; cursor: wait; }
.application-modal__note { margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.45; }
.application-modal__status { min-height: 18px; margin: 0; color: #eab0a8; font-size: 12px; }
.application-modal__success-mark { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 26px; }
.application-modal__success a { margin-top: 34px; }
body.is-application-modal-open { overflow: hidden; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.cookie-notice[hidden] { display: none; }
.cookie-notice { position: fixed; right: var(--v2-page-x); bottom: 24px; z-index: 900; display: flex; width: min(520px, calc(100vw - 48px)); align-items: center; gap: 22px; padding: 16px 16px 16px 20px; color: var(--v2-white); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(32,31,34,.95); box-shadow: 0 18px 55px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.cookie-notice p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
.cookie-notice p a { color: var(--v2-white); text-decoration: underline; text-underline-offset: 3px; }
.cookie-notice button { flex: 0 0 auto; padding: 11px 18px; border-radius: 999px; color: var(--v2-ink); background: var(--v2-white); font-size: 13px; cursor: pointer; }

@media (max-width: 620px) {
  .application-modal { align-items: end; padding: 0; }
  .application-modal__dialog { width: 100%; max-height: 92svh; overflow-y: auto; padding: 34px 28px 32px; }
  .application-modal__datetime { min-height: 72px !important; }
  .application-modal__submit { min-height: 74px; }
  .application-modal__submit i { width: 58px; height: 58px; }
  .cookie-notice { right: 16px; bottom: 16px; width: calc(100vw - 32px); align-items: flex-end; }
  .cookie-notice button { padding-inline: 15px; }
}

.media-modal[hidden] {
  display: none;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  padding: clamp(18px, 3vw, 58px);
  place-items: center;
}

.media-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 12, 14, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.media-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1500px);
  padding: clamp(16px, 1.5vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(22px, 2vw, 38px);
  background: #1a191c;
  color: var(--v2-white);
}

.media-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 0 clamp(14px, 1.3vw, 24px);
}

.media-modal__head > div {
  display: grid;
  gap: 0.35rem;
}

.media-modal__head span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.media-modal__head strong {
  font-size: clamp(13px, 0.9vw, 17px);
  font-weight: 400;
}

.media-modal__head button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  cursor: pointer;
}

.media-modal__head button span {
  grid-area: 1 / 1;
  width: 17px;
  height: 1px;
  background: var(--v2-white);
  transform: rotate(45deg);
}

.media-modal__head button span:last-child {
  transform: rotate(-45deg);
}

.media-modal__frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(14px, 1.4vw, 27px);
  background: #080809;
}

.media-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.is-media-open {
  overflow: hidden;
}

.closing-v2 {
  color: var(--v2-white);
  background: var(--v2-ink);
}

.faq-v2 {
  gap: clamp(16px, 1.25vw, 24px);
  padding-top: clamp(82px, 7.5vw, 144px);
}

.faq-v2__title {
  grid-column: 1 / 4;
}

.faq-v2__title > span,
.contact-v2__copy > span {
  display: block;
  margin-bottom: clamp(28px, 3vw, 56px);
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.faq-v2__title h2 {
  margin: 0;
  font-size: var(--v2-h2);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.faq-v2__title p {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.45;
}

.faq-v2__ask {
  grid-column: 5;
  display: inline-flex;
  min-width: clamp(210px, 13vw, 250px);
  min-height: 52px;
  align-items: center;
  align-self: end;
  justify-content: space-between;
  justify-self: end;
  gap: 10px;
  padding-left: clamp(1.5rem, 1.7vw, 2rem);
  color: var(--v2-ink);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  font-size: var(--v2-button);
  font-weight: 500;
  cursor: pointer;
}

.faq-v2__ask i,
.contact-v2__form button i {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  margin: 3px;
  border-radius: 50%;
  font-style: normal;
}

.faq-v2__ask i {
  color: var(--v2-white);
  background: var(--v2-ink);
}

.faq-v2__ask svg,
.contact-v2__form button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.faq-v2__list {
  grid-column: 1 / 4;
  margin-top: clamp(58px, 5vw, 96px);
  border-top: 1px solid #4a494c;
}

.faq-v2__item {
  border-bottom: 1px solid #4a494c;
}

.faq-v2__item > button {
  display: grid;
  width: 100%;
  grid-template-columns: clamp(42px, 3.6vw, 68px) minmax(0, 1fr) 24px;
  gap: clamp(14px, 1.3vw, 25px);
  align-items: start;
  padding: clamp(20px, 1.6vw, 31px) 0;
  text-align: left;
  cursor: pointer;
}

.faq-v2__item > button > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(12px, 0.78vw, 15px);
}

.faq-v2__item > button strong {
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.faq-v2__item > button i {
  color: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  text-align: right;
}

.faq-v2__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-v2__answer > div {
  overflow: hidden;
}

.faq-v2__answer p {
  max-width: 48rem;
  margin: 0;
  padding: 0 clamp(38px, 4.9vw, 93px) clamp(25px, 2vw, 38px) clamp(56px, 4.9vw, 93px);
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(13px, 0.8vw, 16px);
  line-height: 1.48;
}

.faq-v2__item.is-open .faq-v2__answer {
  grid-template-rows: 1fr;
}

.faq-v2__visual {
  grid-column: 4 / 6;
  align-self: end;
  margin: clamp(58px, 5vw, 96px) 0 0;
  overflow: hidden;
  aspect-ratio: 1.35 / 1;
  border-radius: clamp(24px, 2vw, 38px);
  background: #2b2a2d;
}

.faq-v2__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: brightness(0.72) saturate(0.8);
}

.contact-v2 {
  gap: clamp(16px, 1.25vw, 24px);
  align-items: end;
  padding-top: clamp(110px, 10vw, 192px);
}

.contact-v2__copy {
  grid-column: 1 / 4;
}

.contact-v2__copy h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(56px, 5.7vw, 110px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.contact-v2__copy p {
  max-width: 39rem;
  margin: clamp(28px, 3vw, 56px) 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: var(--v2-body-3);
  line-height: 1.48;
}

.contact-v2__form {
  grid-column: 4 / 6;
  display: grid;
  gap: clamp(24px, 2vw, 38px);
}

.contact-v2__form label {
  display: grid;
  gap: 0.55rem;
}

.contact-v2__form label > span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-v2__form input {
  width: 100%;
  padding: 0 0 0.9rem;
  color: var(--v2-white);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: clamp(20px, 1.5vw, 29px);
  letter-spacing: -0.035em;
  transition: border-color 180ms ease;
}

.contact-v2__form input::placeholder {
  color: rgba(255, 255, 255, 0.26);
}

.contact-v2__form input:focus {
  border-bottom-color: var(--v2-white);
}

.contact-v2__form button {
  display: flex;
  min-width: min(100%, 310px);
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  gap: 10px;
  margin-top: 0.3rem;
  padding-left: clamp(1.5rem, 1.7vw, 2rem);
  color: var(--v2-ink);
  border-radius: var(--v2-radius-pill);
  background: var(--v2-white);
  font-size: var(--v2-button);
  font-weight: 500;
  cursor: pointer;
}

.contact-v2__form button i {
  color: var(--v2-white);
  background: var(--v2-ink);
}

.contact-v2__form button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.contact-v2__status {
  min-height: 1.4em;
  margin: -1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-align: right;
}

.contact-v2__success { grid-column: 4 / 6; align-self: start; }
.contact-v2__success[hidden] { display: none; }
.contact-v2__success > span { color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-v2__success h3 { max-width: 8ch; margin: 18px 0 0; color: var(--v2-white); font-size: clamp(40px, 4vw, 66px); font-weight: 400; line-height: .94; letter-spacing: -.065em; }
.contact-v2__success p { max-width: 26rem; margin: 24px 0 0; color: rgba(255,255,255,.58); line-height: 1.5; }
.contact-v2__success a { display: flex; width: min(100%, 360px); min-height: 58px; align-items: center; justify-content: space-between; gap: 10px; margin-top: 34px; padding-left: clamp(1.5rem, 1.7vw, 2rem); color: var(--v2-ink); border-radius: var(--v2-radius-pill); background: var(--v2-white); font-size: var(--v2-button); font-weight: 500; }
.contact-v2__success a i { display: grid; width: var(--v2-cta-control); height: var(--v2-cta-control); flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--v2-white); background: var(--v2-ink); }
.contact-v2__success a svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.hero-v2__cta,
.about-v2__action,
.homes-v2__action,
.location-v2__route,
.payment-v2__cta,
.journal-v2__aside > a,
.faq-v2__ask,
.contact-v2__form button {
  min-height: var(--v2-cta-height);
  gap: 10px;
  padding-left: clamp(1.5rem, 1.7vw, 2rem);
  font-family: var(--v2-font);
  font-size: var(--v2-cta-font);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
}

.hero-v2__cta i,
.about-v2__action i,
.homes-v2__action i,
.location-v2__route i,
.payment-v2__cta i,
.journal-v2__aside > a i,
.faq-v2__ask i,
.contact-v2__form button i {
  display: grid;
  width: var(--v2-cta-control);
  height: var(--v2-cta-control);
  flex: 0 0 auto;
  place-items: center;
  margin: 4px;
  border-radius: 50%;
  font-style: normal;
}

.hero-v2__cta svg,
.about-v2__action svg,
.homes-v2__action svg,
.location-v2__route svg,
.payment-v2__cta svg,
.journal-v2__aside > a svg,
.faq-v2__ask svg,
.contact-v2__form button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

/* Olive is the active public accent. The other tokens remain available in CSS for future variants. */
.hero-v2__cta,
.global-menu__cta,
.plan-v2__selected > a,
.faq-v2__ask,
.contact-v2__form button,
.application-modal__submit,
.application-modal__success a {
  color: var(--v2-white);
  background: var(--v2-accent);
}

.hero-v2__cta i,
.global-menu__cta i,
.faq-v2__ask i,
.contact-v2__form button i,
.application-modal__submit i {
  color: var(--v2-accent);
  background: var(--v2-white);
}

.footer-v2 {
  gap: clamp(16px, 1.25vw, 24px);
  align-items: end;
  margin-top: clamp(92px, 8vw, 154px);
  padding-top: clamp(24px, 2vw, 38px);
  padding-bottom: clamp(28px, 2.5vw, 48px);
  border-top: 1px solid #4a494c;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(13px, 0.86vw, 16px);
  line-height: 1.4;
}

.footer-v2__brand {
  grid-column: 1;
  color: var(--v2-white);
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.footer-v2__brand span {
  margin-left: 0.35rem;
  font-size: 0.38em;
  letter-spacing: 0.14em;
}

.footer-v2 nav {
  grid-column: 2 / 4;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem clamp(18px, 2vw, 38px);
}

.footer-v2__contact {
  grid-column: 4;
  display: grid;
  gap: 0.4rem;
}

.footer-v2__meta {
  grid-column: 5;
  display: grid;
  gap: 0.4rem;
  justify-items: end;
  text-align: right;
}

.footer-v2 a {
  transition: color 160ms ease;
}

.footer-v2 a:hover {
  color: var(--v2-white);
}

@media (max-width: 1180px) {
  .hero-v2__header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  .hero-v2__nav {
    display: none;
  }

  .hero-v2__cta {
    grid-column: 3;
  }

  .hero-v2__menu {
    grid-column: 2;
    display: grid;
    width: 46px;
    height: 46px;
    justify-self: end;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(32, 31, 34, 0.12);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  .hero-v2__menu span {
    width: 18px;
  }
}

@media (max-width: 899px) {
  :root {
    --v2-page-x: clamp(20px, 5vw, 40px);
  }

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

  .hero-v2__header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .hero-v2__brand {
    grid-column: 1;
  }

  .hero-v2__cta {
    grid-column: 3;
  }

  .hero-v2__menu {
    grid-column: 2;
  }

  .hero-v2__content {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }

  .hero-v2__copy {
    padding-right: 0;
  }

  .hero-v2 h1 {
    font-size: clamp(58px, 11.5vw, 88px);
  }

  .hero-v2__cards {
    width: min(100%, 38rem);
    margin-top: 2rem;
  }

  .hero-stat__metrics > span:nth-child(2) {
    display: none;
  }

  .about-v2__intro {
    min-height: auto;
    row-gap: 3rem;
  }

  .about-v2__index {
    grid-column: 1 / 3;
  }

  .about-v2 h2 {
    grid-column: 1 / 3;
  }

  .about-v2__text {
    grid-column: 1;
  }

  .about-v2__action {
    grid-column: 2;
  }

  .about-gallery__brand,
  .about-gallery__copy {
    grid-column: 1 / 3;
  }

  .about-gallery__copy {
    margin-top: 3rem;
  }

  .about-gallery__controls,
  .about-gallery__viewport {
    grid-column: 1 / 3;
  }

  .about-gallery__controls {
    width: min(100%, 24rem);
    margin-bottom: 1.5rem;
    padding-right: 0;
  }

  .about-gallery__slide {
    flex-basis: 88%;
  }

  .about-gallery__stats {
    grid-template-columns: 1fr;
  }

  .about-gallery__metric + .about-gallery__metric {
    padding-left: 0;
    border-top: 1px solid #454447;
    border-left: 0;
  }

  .about-gallery__metric {
    padding-right: 0;
    padding-bottom: 1.4rem;
  }

  .homes-v2__title {
    grid-column: 1;
  }

  .homes-v2__intro {
    grid-column: 2;
  }

  .homes-v2__list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-padding-inline: var(--v2-page-x);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .homes-v2__list::-webkit-scrollbar {
    display: none;
  }

  .home-card {
    flex: 0 0 min(76vw, 620px);
    scroll-snap-align: start;
  }

  .plan-v2__title {
    grid-column: 1;
  }

  .plan-v2__lead {
    grid-column: 2;
  }

  .plan-v2__media,
  .plan-v2__panel {
    grid-column: 1 / 3;
  }

  .plan-v2__panel {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    margin-top: 1rem;
  }

  .plan-v2__legend {
    align-content: start;
    padding-right: 2rem;
    border-right: 1px solid #48474a;
  }

  .plan-v2__selected {
    padding-left: 2rem;
  }

  .plan-v2__units {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1rem;
    border-top: 1px solid #48474a;
  }

  .plan-v2__units button {
    padding: 1rem;
    border-right: 1px solid #363538;
  }

  .location-v2__title {
    grid-column: 1;
  }

  .location-v2__intro {
    grid-column: 2;
  }

  .location-v2__statement,
  .location-v2__facts {
    grid-column: 1 / 3;
  }

  .location-v2__facts {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
  }

  .location-v2__facts article + article {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.72);
  }

  .payment-v2__index {
    grid-column: 1;
  }

  .payment-v2__copy {
    grid-column: 2;
  }

  .payment-v2__copy h2 {
    font-size: clamp(48px, 7vw, 70px);
  }

  .payment-v2__composition {
    grid-template-rows: minmax(360px, 54vw) auto;
  }

  .payment-v2__composition::before {
    left: 50%;
  }

  .payment-v2__zero {
    grid-column: 1;
  }

  .payment-v2__zero strong {
    font-size: clamp(132px, 22vw, 200px);
  }

  .payment-v2__schedule {
    grid-column: 2;
    padding-left: clamp(24px, 4vw, 40px);
  }

  .payment-v2__schedule-head {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }

  .payment-v2__facts {
    grid-column: 1 / 3;
  }

  .payment-v2__facts article {
    grid-template-columns: 28px 36px 1fr;
    padding-inline: clamp(18px, 2.4vw, 30px);
  }

  .payment-v2__facts svg {
    width: 32px;
    height: 32px;
  }

  .media-v2__index {
    grid-column: 1;
    min-height: 150px;
  }

  .media-v2__copy {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 4.5rem;
  }

  .media-v2__aside {
    grid-column: 2;
    grid-row: 1;
  }

  .media-v2__feature-button {
    height: clamp(470px, 68vw, 650px);
  }

  .media-v2__episodes {
    gap: 14px;
  }

  .media-v2__episode > button > strong {
    font-size: clamp(18px, 2.5vw, 25px);
  }

  .media-v2__footer p {
    grid-column: 1;
  }

  .media-v2__footer > a {
    grid-column: 2;
  }

  .journal-v2__index {
    grid-column: 1;
    min-height: 150px;
  }

  .journal-v2__copy {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 4.5rem;
  }

  .journal-v2__aside {
    grid-column: 2;
    grid-row: 1;
  }

  .journal-v2__featured {
    grid-column: 1;
  }

  .journal-v2__secondary {
    grid-column: 2;
  }

  .journal-v2__featured-image {
    aspect-ratio: 4 / 4.5;
  }

  .journal-v2__featured h3 {
    font-size: clamp(34px, 5vw, 48px);
  }

  .journal-v2__featured a > p {
    font-size: 14px;
  }

  .journal-v2__secondary h3 {
    font-size: clamp(22px, 3vw, 29px);
  }

  .journal-v2__foot p {
    grid-column: 1;
  }

  .journal-v2__foot > a {
    grid-column: 2;
  }

  .faq-v2__title,
  .faq-v2__list {
    grid-column: 1 / 2;
  }

  .faq-v2__ask {
    grid-column: 2;
  }

  .faq-v2__visual {
    grid-column: 2;
  }

  .contact-v2__copy {
    grid-column: 1;
  }

  .contact-v2__form {
    grid-column: 2;
  }

  .footer-v2__brand,
  .footer-v2 nav {
    grid-column: 1;
  }

  .footer-v2__contact,
  .footer-v2__meta {
    grid-column: 2;
  }
}

@media (max-width: 599px) {
  .hero-v2 {
    min-height: 100svh;
  }

  .hero-v2__header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 1rem;
  }

  .hero-v2__cta {
    display: none;
  }

  .hero-v2__menu {
    grid-column: 2;
    margin-right: 0;
  }

  .hero-v2__content {
    padding-top: 7rem;
    padding-bottom: 5.5rem;
  }

  .hero-v2__eyebrow {
    min-height: 34px;
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .hero-v2 h1 {
    font-size: clamp(50px, 15vw, 70px);
    line-height: 0.9;
  }

  .hero-v2__lead {
    max-width: 28rem;
    font-size: 14px;
  }

  .hero-v2__cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
  }

  .hero-stat {
    border-radius: 20px;
  }

  .hero-stat__type {
    top: 12px;
    left: 12px;
    font-size: 10px;
  }

  .hero-stat__code {
    top: 15px;
    right: 12px;
    font-size: 17px;
  }

  .hero-stat__metrics {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 10px;
    padding-right: 40px;
  }

  .hero-stat__metrics b {
    font-size: clamp(24px, 8vw, 34px);
  }

  .hero-stat__metrics small {
    font-size: 8px;
  }

  .hero-stat__arrow {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }

  .about-v2__intro {
    gap: 2.5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .about-v2 h2 {
    font-size: clamp(38px, 11.5vw, 54px);
    line-height: 1;
  }

  .about-v2__text,
  .about-v2__action {
    grid-column: 1 / 3;
  }

  .about-v2__action {
    justify-self: start;
  }

  .about-gallery {
    min-height: 100svh;
    padding-top: 4.5rem;
  }

  .about-gallery__copy {
    margin-top: 2.5rem;
  }

  .about-gallery__copy h3 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .about-gallery__stage {
    margin-top: 3.5rem;
  }

  .about-gallery__slide {
    flex-basis: 92%;
    border-radius: 22px;
  }

  .about-gallery__slide img {
    aspect-ratio: 4 / 3;
  }

  .about-gallery__stats {
    margin-top: 4.5rem;
  }

  .about-gallery__metric strong {
    font-size: 30px;
  }

  .homes-v2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .homes-v2__title,
  .homes-v2__intro {
    grid-column: 1 / 3;
  }

  .homes-v2__intro {
    margin-top: 2.5rem;
  }

  .homes-v2__list {
    margin-top: 3.5rem;
  }

  .home-card {
    flex-basis: 86vw;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .home-card__bottom {
    flex-wrap: wrap;
  }

  .home-card__bottom div strong {
    font-size: 36px;
  }

  .plan-v2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .plan-v2__title,
  .plan-v2__lead {
    grid-column: 1 / 3;
  }

  .plan-v2__lead {
    margin-top: 2.5rem;
  }

  .plan-v2__layout {
    margin-top: 3.5rem;
  }

  .plan-v2__media {
    width: 100vw;
    height: 83.2vw;
    margin-left: calc(-1 * var(--v2-page-x));
    justify-self: start;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .plan-v2__canvas {
    left: 50%;
    width: 125%;
    transform: translateX(-50%);
  }

  .plan-pin {
    width: 24px;
    height: 24px;
    font-size: 8px;
  }

  .plan-v2__panel {
    grid-template-columns: 1fr;
  }

  .plan-v2__legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 0;
    border-right: 0;
  }

  .plan-v2__selected {
    margin-top: 1rem;
    padding: 1.5rem;
    transition:
      color 280ms ease,
      background-color 280ms ease;
  }

  .plan-v2__selected.is-dark {
    color: var(--v2-white);
    background: #111113;
  }

  .plan-v2__selected.is-light {
    color: var(--v2-ink);
    background: var(--v2-white);
  }

  .plan-v2__selected.is-light > span,
  .plan-v2__selected.is-light > div,
  .plan-v2__selected.is-light .plan-v2__benefits {
    color: var(--v2-gray);
  }

  .plan-v2__selected.is-light > div em {
    border-color: #cbc9c2;
  }

  .plan-v2__selected.is-light .plan-v2__benefits li::before {
    background: var(--v2-ink);
  }

  .plan-v2__selected.is-light > a {
    color: var(--v2-white);
    background: var(--v2-ink);
  }

  .plan-v2__units {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-v2__units button {
    padding: 0.9rem 0.6rem;
  }

  .location-v2 {
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

  .location-v2__title,
  .location-v2__intro {
    grid-column: 1 / 3;
  }

  .location-v2__title h2 {
    font-size: clamp(50px, 14vw, 68px);
  }

  .location-v2__intro {
    margin-top: 2.5rem;
  }

  .location-v2__body {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  .location-v2__statement {
    min-height: 460px;
    border-radius: 22px;
  }

  .location-v2__map-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-v2__facts {
    grid-template-columns: 1fr;
  }

  .location-v2__facts article:first-child {
    color: var(--v2-white);
    border-bottom-color: rgba(255, 255, 255, 0.72);
  }

  .location-v2__facts article:first-child .location-v2__fact-mark,
  .location-v2__facts article:first-child p {
    color: rgba(255, 255, 255, 0.62);
  }

  .location-v2__facts article + article {
    padding-left: 0;
    border-left: 0;
  }

  .location-v2__map-frame {
    border-radius: 14px;
  }

  .payment-v2 {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }

  .payment-v2__index,
  .payment-v2__copy {
    grid-column: 1 / 3;
  }

  .payment-v2__index {
    min-height: 0;
    gap: 0;
  }

  .payment-v2__index p {
    display: none;
  }

  .payment-v2__copy {
    margin-top: 3.5rem;
  }

  .payment-v2__copy h2 {
    max-width: none;
    font-size: clamp(48px, 14vw, 68px);
  }

  .payment-v2__copy > p {
    margin-top: 2rem;
  }

  .payment-v2__cta {
    width: 100%;
    margin-top: 2.25rem;
  }

  .payment-v2__composition {
    display: block;
    margin-top: 5rem;
    padding-inline: var(--v2-page-x);
  }

  .payment-v2__composition::before {
    display: none;
  }

  .payment-v2__zero {
    display: none;
  }

  .payment-v2__schedule {
    padding: 3.5rem 0;
    border-bottom: 1px solid #cfceca;
  }

  .payment-v2__schedule-head {
    align-items: end;
    flex-direction: row;
  }

  .payment-v2__schedule-head strong {
    text-align: right;
  }

  .payment-v2__track {
    margin-top: 3rem;
  }

  .payment-v2__schedule > p {
    margin-top: 3rem;
  }

  .payment-v2__facts {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .payment-v2__facts article,
  .payment-v2__facts article:first-child {
    min-height: 160px;
    grid-template-columns: 34px 42px minmax(0, 1fr);
    padding: 2rem 0;
  }

  .payment-v2__facts article + article {
    border-top: 1px solid #cfceca;
    border-left: 0;
  }

  .payment-v2__facts svg {
    width: 36px;
    height: 36px;
  }

  .media-v2 {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }

  .media-v2__heading {
    display: grid;
  }

  .media-v2__index,
  .media-v2__copy,
  .media-v2__aside {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .media-v2__index {
    min-height: 0;
  }

  .media-v2__index p {
    display: none;
  }

  .media-v2__copy {
    margin-top: 3.75rem;
  }

  .media-v2__copy h2 {
    max-width: none;
    font-size: clamp(48px, 14vw, 68px);
  }

  .media-v2__aside {
    margin-top: 2.5rem;
  }

  .media-v2__aside > p {
    max-width: 32rem;
  }

  .media-v2__aside > a {
    width: 100%;
  }

  .media-v2__feature {
    margin-top: 4.5rem;
  }

  .media-v2__feature-button {
    height: min(760px, 155vw);
    min-height: 590px;
    border-radius: 24px;
  }

  .media-v2__feature-button > img {
    object-position: 56% center;
  }

  .media-v2__feature-veil {
    background:
      linear-gradient(180deg, rgba(13, 13, 14, 0.58) 0%, transparent 30%),
      linear-gradient(0deg, rgba(13, 13, 14, 0.88) 0%, transparent 62%);
  }

  .media-v2__feature-top {
    top: 18px;
    right: 18px;
    left: 18px;
  }

  .media-v2__play {
    top: 43%;
    width: 82px;
    height: 82px;
  }

  .media-v2__feature-caption {
    right: 18px;
    bottom: 22px;
    left: 18px;
    grid-template-columns: 1fr;
  }

  .media-v2__feature-caption small,
  .media-v2__feature-caption strong,
  .media-v2__feature-caption > i {
    grid-column: 1;
  }

  .media-v2__feature-caption strong {
    font-size: clamp(38px, 10.5vw, 52px);
  }

  .media-v2__feature-caption > i {
    width: 100%;
    margin-top: 0.8rem;
  }

  .media-v2__episodes {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-top: 3.5rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .media-v2__episodes::-webkit-scrollbar {
    display: none;
  }

  .media-v2__episode {
    min-width: min(82vw, 410px);
    scroll-snap-align: start;
  }

  .media-v2__episode-image {
    border-radius: 20px;
  }

  .media-v2__episode > button > strong {
    font-size: 24px;
  }

  .media-v2__footer {
    row-gap: 2.25rem;
    margin-top: 4rem;
  }

  .media-v2__footer p,
  .media-v2__footer > a {
    grid-column: 1 / 3;
  }

  .media-modal {
    padding: 12px;
  }

  .media-modal__dialog {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
  }

  .media-modal__frame {
    border-radius: 12px;
  }

  .journal-v2 {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }

  .journal-v2__index,
  .journal-v2__copy,
  .journal-v2__aside {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .journal-v2__index {
    min-height: 0;
  }

  .journal-v2__index p {
    display: none;
  }

  .journal-v2__copy {
    margin-top: 3.75rem;
  }

  .journal-v2__copy h2 {
    max-width: none;
    font-size: clamp(48px, 14vw, 68px);
  }

  .journal-v2__aside {
    margin-top: 2.5rem;
  }

  .journal-v2__aside > p {
    max-width: 32rem;
  }

  .journal-v2__aside > a {
    width: 100%;
  }

  .journal-v2__layout {
    display: block;
    margin-top: 4.5rem;
  }

  .journal-v2__featured-image {
    aspect-ratio: 4 / 4.6;
    border-radius: 24px;
  }

  .journal-v2__featured h3 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .journal-v2__featured a > p {
    font-size: 14px;
  }

  .journal-v2__secondary {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-top: 4.5rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .journal-v2__secondary::-webkit-scrollbar {
    display: none;
  }

  .journal-v2__secondary article {
    min-width: min(82vw, 410px);
    scroll-snap-align: start;
  }

  .journal-v2__secondary-image {
    aspect-ratio: 16 / 10;
    border-radius: 20px;
  }

  .journal-v2__secondary h3 {
    font-size: 25px;
  }

  .journal-v2__foot {
    row-gap: 2.25rem;
    margin-top: 4rem;
  }

  .journal-v2__foot p,
  .journal-v2__foot > a {
    grid-column: 1 / 3;
  }

  .faq-v2 {
    padding-top: 4.5rem;
  }

  .faq-v2__title,
  .faq-v2__ask,
  .faq-v2__list,
  .faq-v2__visual {
    grid-column: 1 / 3;
  }

  .faq-v2__title h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .faq-v2__ask {
    justify-self: start;
    margin-top: 2rem;
  }

  .faq-v2__list,
  .faq-v2__visual {
    margin-top: 3.5rem;
  }

  .faq-v2__item > button {
    grid-template-columns: 34px minmax(0, 1fr) 20px;
  }

  .faq-v2__answer p {
    padding-right: 1.5rem;
    padding-left: 48px;
  }

  .faq-v2__visual {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  .contact-v2 {
    padding-top: 6.5rem;
  }

  .contact-v2__copy,
  .contact-v2__form,
  .contact-v2__success {
    grid-column: 1 / 3;
  }

  .contact-v2__copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .contact-v2__form {
    margin-top: 3.5rem;
  }

  .contact-v2__form button {
    width: 100%;
    justify-self: stretch;
  }

  .footer-v2 {
    align-items: start;
    row-gap: 2rem;
    margin-top: 6rem;
  }

  .footer-v2__brand,
  .footer-v2 nav,
  .footer-v2__contact,
  .footer-v2__meta {
    grid-column: 1 / 3;
  }

  .footer-v2 nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-v2__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 899px) {
  .global-menu__panel {
    min-height: 100svh;
    overflow-y: auto;
  }

  .global-menu__nav {
    grid-template-columns: 1fr;
    padding-block: 2rem;
  }

  .global-menu__nav span {
    font-size: clamp(36px, 7vw, 58px);
  }
}

@media (max-width: 599px) {
  .floating-menu-button {
    top: 16px;
    width: 54px;
    height: 54px;
  }

  .global-menu__panel {
    grid-template-rows: auto 1fr auto;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .global-menu__head {
    grid-template-columns: 1fr auto;
  }

  .global-menu__head p {
    display: none;
  }

  .global-menu__close {
    grid-column: 2;
    width: 50px;
    height: 50px;
  }

  .global-menu__nav {
    align-content: center;
    padding-block: 1.5rem;
  }

  .global-menu__nav a {
    grid-template-columns: 32px 1fr;
    padding-block: 11px;
  }

  .global-menu__nav span {
    font-size: clamp(34px, 10vw, 48px);
  }

  .global-menu__foot {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .global-menu__cta {
    width: 100%;
    justify-content: space-between;
  }

  .floating-actions {
    right: 18px;
    bottom: 18px;
  }

  .contact-widget-v2__toggle {
    width: 56px;
    min-height: 56px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .contact-widget-v2__toggle > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .contact-widget-v2__panel {
    width: min(340px, calc(100vw - 36px));
    border-radius: 22px;
  }

  .contact-widget-v2__panel a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .scroll-top-v2 {
    width: 50px;
    height: 50px;
  }
}

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