body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(123, 164, 215, 0.18), transparent 24%),
    linear-gradient(180deg, #faf8f2 0%, #f3efe6 100%);
}

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

.page-shell {
  min-height: 100vh;
}

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

.section {
  padding: 96px 0;
}

.section--soft {
  background: rgba(255, 255, 255, 0.38);
}

.layouts {
  background: #f6f1e7;
}

.layouts .container,
.layouts .plans-carousel,
.layouts .plans-carousel__viewport,
.layouts .plans-grid {
  background: #f6f1e7;
}

.section--accent {
  background:
    linear-gradient(180deg, rgba(17, 39, 93, 0.98), rgba(11, 30, 75, 0.98)),
    var(--accent);
  color: #f6f4ef;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading h2,
.hero h1,
.story-copy h2,
.media-split__content h2,
.amenity-copy h2,
.investment-copy h2,
.purchase-copy h2,
.cta__copy h2 {
  font-family: "Forum", serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  margin-bottom: 16px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading--light p,
.section-heading--light h2 {
  color: inherit;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-dark);
}

.section--accent .eyebrow,
.hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 22, 59, 0.74);
  box-shadow: var(--shadow);
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #fff;
}

.logo__mark,
.logo__text {
  font-family: "Forum", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: var(--brand-dark);
}

.button--ghost {
  border-color: rgba(17, 39, 93, 0.12);
  background: transparent;
  color: var(--text);
}

.hero .button--ghost,
.site-header .button--ghost,
.cta .button--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.button--small {
  min-height: 42px;
  padding: 0 18px;
}

.card-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero {
  padding: 28px 0 76px;
  color: #fff;
}

.hero .container {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 59, 0.86), rgba(8, 22, 59, 0.32)),
    radial-gradient(circle at top right, rgba(92, 153, 221, 0.48), transparent 28%);
  pointer-events: none;
}

.hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(8, 22, 59, 0.92), rgba(8, 22, 59, 0.84)),
    #08163b;
}

.hero__top,
.story-grid,
.media-split__grid,
.amenity-grid,
.investment-grid,
.purchase-grid {
  display: grid;
  gap: 28px;
}

.hero__top {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: stretch;
  margin-bottom: 28px;
}

.hero__intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__intro h1 {
  max-width: 30ch;
  font-size: clamp(2.35rem, 3.1vw, 3.9rem);
  margin-bottom: 18px;
}

.hero__lead {
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero__stats {
  display: grid;
  gap: 14px;
  height: 100%;
}

.stat-card {
  display: grid;
  gap: 6px;
  align-content: center;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.stat-card strong {
  font-family: "Forum", serif;
  font-size: 2rem;
  line-height: 1;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.72);
}

.hero__visual {
  position: relative;
  aspect-ratio: 16 / 9;
}

.hero__badges {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.84);
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.overview-grid,
.benefits-grid,
.investment-points {
  display: grid;
  gap: 20px;
}

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

.overview-card,
.benefit-card,
.layout-card,
.investment-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.overview-card h3,
.benefit-card h3,
.layout-card h3,
.investment-card strong,
.purchase-item strong {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.overview-card p,
.benefit-card p,
.layout-card p,
.investment-card p,
.purchase-item p,
.story-copy p,
.media-split__content p,
.amenity-copy p,
.investment-copy p,
.cta__copy p,
.site-footer p {
  color: var(--muted);
}

.story-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.story-copy h2,
.media-split__content h2,
.amenity-copy h2,
.investment-copy h2,
.purchase-copy h2,
.cta__copy h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  margin-bottom: 16px;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.detail-list li {
  position: relative;
  padding-left: 18px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.stack-gallery {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 18px;
}

.stack-gallery figure:first-child {
  min-height: 420px;
}

.stack-gallery figure:last-child {
  margin-top: 60px;
  min-height: 320px;
}

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

.benefit-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.benefit-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.benefit-card p {
  color: rgba(255, 255, 255, 0.72);
}

.media-split__grid {
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
}

.media-split__image {
  display: flex;
  align-self: stretch;
  min-height: 560px;
  height: 100%;
}

.media-split__image img {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 100%;
}

.mini-metrics {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.mini-metrics div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.6);
}

.mini-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.mini-metrics span {
  color: var(--muted);
}

.plans-carousel {
  position: relative;
  display: grid;
  gap: 18px;
}

.layouts .plans-carousel,
.layouts .plans-carousel__viewport,
.layouts .plans-grid {
  border: 0;
  box-shadow: none;
}

.plans-carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.plans-carousel__hint {
  color: var(--muted);
  font-weight: 600;
}

.plans-carousel__nav {
  display: flex;
  gap: 10px;
}

.plans-carousel__button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17, 39, 93, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent);
  font-size: 1.6rem;
  line-height: 1;
}

.plans-carousel__viewport {
  --plans-container-gutter: max(16px, calc((100vw - var(--container)) / 2));
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--plans-container-gutter);
  padding-bottom: 6px;
  box-sizing: border-box;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--plans-container-gutter);
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}

.plans-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.plans-carousel__viewport.is-dragging {
  cursor: grabbing;
}

.plans-carousel__viewport.is-dragging * {
  user-select: none;
}

.plans-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 24px;
  width: max-content;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 34px;
  background: var(--plan-card-bg);
  border: 1px solid rgba(17, 39, 93, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  box-shadow: none;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.plan-card:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.plan-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  padding: 10px 14px;
  background: var(--plan-card-media-bg);
}

.plan-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.plan-card--portrait .plan-card__media img {
  max-height: 320px;
  height: auto;
}

.plan-card--landscape .plan-card__media img {
  width: 100%;
  max-width: 340px;
}

.plan-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px 22px;
  background: var(--plan-card-bg);
  min-height: 210px;
  position: relative;
  z-index: 1;
}

.plan-card__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 39, 93, 0.08);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-card__body h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.1;
}

.plan-card__body p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.plan-card__cta {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.82rem 1.2rem;
  font-size: 0.88rem;
  line-height: 1.1;
}

.amenity-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.amenity-image {
  display: flex;
  align-self: stretch;
  min-height: 560px;
  height: 100%;
}

.amenity-image img {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 100%;
}

.investment-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.investment-copy p {
  color: rgba(255, 255, 255, 0.74);
}

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

.investment-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.investment-card p {
  color: rgba(255, 255, 255, 0.74);
}

.purchase-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 32px;
}

.purchase-copy {
  max-width: 34rem;
}

.purchase-list {
  counter-reset: purchase;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.purchase-item {
  position: relative;
  min-height: 182px;
  padding: 28px 28px 30px;
  border: 1px solid rgba(17, 39, 93, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    #fff;
  box-shadow: 0 24px 50px rgba(17, 39, 93, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.purchase-item::after {
  content: "0" counter(purchase);
  counter-increment: purchase;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 39, 93, 0.08);
  border-radius: 999px;
  background: rgba(248, 242, 231, 0.92);
  color: rgba(17, 39, 93, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.purchase-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 60px rgba(17, 39, 93, 0.1);
}

.purchase-item strong {
  display: block;
  max-width: calc(100% - 64px);
  font-size: 1.34rem;
  line-height: 1.12;
}

.purchase-item p {
  max-width: 24ch;
  font-size: 1.02rem;
  line-height: 1.55;
}

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

.masonry-grid figure {
  min-height: 320px;
}

.masonry-grid__large {
  min-height: 660px;
  grid-row: span 2;
}

.cta {
  scroll-margin-top: 120px;
  background:
    linear-gradient(180deg, rgba(8, 22, 59, 0.96), rgba(8, 22, 59, 0.88)),
    #08163b;
  color: #fff;
}

.cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px);
  align-items: start;
  gap: 40px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.cta__copy {
  max-width: 680px;
}

.cta__copy p {
  color: rgba(255, 255, 255, 0.72);
}

.cta__form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08)),
    rgba(8, 22, 59, 0.22);
  box-shadow: 0 28px 60px rgba(5, 16, 45, 0.34);
}

.cta__field {
  display: grid;
  gap: 9px;
}

.cta__label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.cta__label {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.cta__required {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.cta__input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.cta__input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.cta__input:focus-visible {
  outline: none;
  border-color: rgba(184, 138, 75, 0.74);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(184, 138, 75, 0.16);
}

.cta__input[aria-invalid="true"] {
  border-color: rgba(255, 168, 161, 0.9);
  background: rgba(132, 24, 16, 0.2);
  box-shadow: 0 0 0 4px rgba(255, 168, 161, 0.12);
}

.cta__hint,
.cta__legal {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.cta__legal-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(184, 138, 75, 0.72);
  text-underline-offset: 0.18em;
}

.cta__legal-link:hover,
.cta__legal-link:focus-visible {
  color: #fff;
}

.cta__submit {
  width: 100%;
  margin-top: 4px;
  padding-inline: 1.4rem;
  font-size: 0.94rem;
}

.cta__submit[disabled] {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.cta__message {
  min-height: 24px;
  padding: 0;
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}

.cta__message[data-state="error"],
.cta__message[data-state="success"] {
  padding: 12px 14px;
}

.cta__message[data-state="error"] {
  background: rgba(161, 44, 27, 0.24);
  color: #ffd8d2;
}

.cta__message[data-state="success"] {
  background: rgba(109, 150, 101, 0.22);
  color: #ddf3d6;
}

.site-footer {
  padding: 0 0 40px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  font-size: 0.95rem;
}

.site-footer__meta {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.site-footer__link {
  text-decoration: underline;
  text-decoration-color: rgba(184, 138, 75, 0.72);
  text-underline-offset: 0.18em;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: var(--text);
}

.privacy-modal-open {
  overflow: hidden;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 16, 45, 0.68);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.privacy-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.privacy-modal__dialog {
  width: min(1040px, 100%);
  max-height: min(88vh, 920px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(17, 39, 93, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 231, 0.98)),
    #fff;
  box-shadow: 0 40px 100px rgba(5, 16, 45, 0.34);
}

.privacy-modal__header {
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(17, 39, 93, 0.08);
}

.privacy-modal__eyebrow {
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.privacy-modal__title {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 0.98;
}

.privacy-modal__close {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 39, 93, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--accent);
  font-size: 1.8rem;
  line-height: 1;
}

.privacy-modal__body {
  min-height: 0;
  overflow: auto;
  padding: 0 24px 28px;
}

.privacy-policy {
  padding: 24px 0 4px;
  color: rgba(24, 29, 40, 0.92);
}

.privacy-policy__lead {
  margin-bottom: 20px;
  font-size: 1.02rem;
  font-weight: 700;
}

.privacy-policy__section + .privacy-policy__section {
  margin-top: 22px;
}

.privacy-policy__section h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.privacy-policy p {
  margin-bottom: 12px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(24, 29, 40, 0.82);
}

.privacy-policy__list {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(24, 29, 40, 0.82);
}

.privacy-policy__details {
  display: grid;
  gap: 16px;
}

.privacy-policy__details > div {
  padding: 16px 18px;
  border: 1px solid rgba(17, 39, 93, 0.1);
  border-radius: 20px;
  background: rgba(248, 242, 231, 0.56);
}

.privacy-policy__details span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.privacy-policy__details p,
.privacy-policy__details .privacy-policy__list {
  margin-bottom: 0;
}

.privacy-policy__link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .hero__top,
  .story-grid,
  .media-split__grid,
  .amenity-grid,
  .investment-grid,
  .purchase-grid,
  .benefits-grid,
  .overview-grid,
  .masonry-grid,
  .purchase-list,
  .investment-points {
    grid-template-columns: 1fr 1fr;
  }

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

  .masonry-grid__large {
    grid-column: span 2;
  }
}

@media (min-width: 761px) and (max-width: 893px) {
  .site-header__inner {
    gap: 16px;
    padding: 12px 16px;
  }

  .logo__mark,
  .logo__text {
    font-size: 1.3rem;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.92rem;
  }

  .site-nav > a:not(.button) {
    white-space: nowrap;
  }

  .site-nav .button--small {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.92rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

@media (min-width: 761px) and (max-width: 771px) {
  .site-header__inner {
    gap: 12px;
    padding: 11px 14px;
  }

  .site-nav {
    gap: 10px;
    font-size: 0.86rem;
  }

  .site-nav .button--small {
    padding: 0 12px;
    font-size: 0.86rem;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 72px 0;
  }

  .site-header__inner {
    position: relative;
    border-radius: 28px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(8, 22, 59, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .overview-grid,
  .benefits-grid,
  .story-grid,
  .media-split__grid,
  .amenity-grid,
  .investment-grid,
  .investment-points,
  .purchase-grid,
  .purchase-list,
  .masonry-grid {
    grid-template-columns: 1fr;
  }

  .masonry-grid__large {
    grid-column: auto;
  }

  .hero__intro h1 {
    max-width: none;
    font-size: clamp(1.85rem, 7.8vw, 2.95rem);
  }

  .plans-carousel__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .plans-grid {
    grid-auto-columns: min(400px, calc(100vw - (var(--plans-container-gutter) * 2)));
  }

  .purchase-item {
    min-height: auto;
    padding: 24px;
  }

  .plan-card__media {
    height: 360px;
    padding: 10px 12px;
  }

  .plan-card__body {
    min-height: auto;
  }

  .plan-card__cta {
    width: 100%;
    justify-content: center;
  }

  .stack-gallery {
    grid-template-columns: 1fr;
  }

  .stack-gallery figure:last-child {
    margin-top: 0;
  }

  .media-split__image,
  .amenity-image,
  .masonry-grid figure,
  .stack-gallery figure:first-child,
  .stack-gallery figure:last-child {
    min-height: 280px;
  }

  .cta__inner {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .privacy-modal {
    padding: 14px;
  }

  .privacy-modal__header,
  .privacy-modal__body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy-modal__dialog {
    border-radius: 24px;
  }

  .privacy-policy {
    padding-top: 20px;
  }

  .privacy-policy__details > div {
    padding: 14px 16px;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 950px) and (orientation: landscape) {
  .plans-grid {
    grid-auto-columns: calc((100vw - (var(--plans-container-gutter) * 2) - 24px) / 2);
  }
}
