@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("assets/hanken-grotesk-latin.woff2") format("woff2");
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --navy: #12293d;
  --navy-deep: #081a29;
  --sky: #dbe6eb;
  --sky-pale: #edf2f4;
  --white: #f7f9f9;
  --paper: #ffffff;
  --eucalyptus: #315b72;
  --gold: #e0a11b;
  --gold-light: #f2c866;
  --ink: #18232d;
  --muted: #5a6873;
  --line: rgba(18, 41, 61, 0.16);
  --display: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --utility: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
  --page: min(1240px, calc(100vw - 48px));
  --section-pad: clamp(5rem, 9vw, 8.5rem);
  --radius: 3px;
  --shadow: 0 22px 60px rgba(10, 28, 45, 0.13);
}

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

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--eucalyptus);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.section {
  padding-block: var(--section-pad);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
  color: var(--eucalyptus);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 1.4rem;
  height: 1px;
  background: currentColor;
}

.eyebrow--light {
  color: var(--gold-light);
}

.section-heading {
  width: var(--page);
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading h2,
.upgrades h2,
.bonus h2,
.location h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.4vw, 4.15rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.section-heading > p:last-child {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.section-heading--compact {
  max-width: 1240px;
}

.section-heading--compact h2 {
  max-width: 770px;
}

.button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.35rem;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: var(--radius);
  font-family: var(--display);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.button--compact {
  min-height: 2.8rem;
  padding: 0.7rem 1.05rem;
}

.button--compact svg {
  width: 1rem;
}

.button--gold {
  color: var(--navy-deep);
  background: var(--gold);
  border-color: var(--gold);
}

.button--gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.button--dark {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
}

.button--outline-light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.button--outline-light:hover {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.text-link::after {
  content: "";
  position: absolute;
}

.text-link svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.text-link--light {
  color: var(--white);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  align-items: center;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  color: var(--navy);
  background: rgba(248, 250, 252, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: min-height 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  border-color: var(--line);
  box-shadow: 0 6px 24px rgba(16, 42, 67, 0.06);
}

.site-header > .button {
  justify-self: end;
}

.project-mark {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 0.8rem;
  color: var(--navy);
  text-decoration: none;
}

.mark-doors {
  display: grid;
  width: 40px;
  height: 36px;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 3px;
}

.mark-doors i {
  display: block;
  height: 68%;
  background: var(--navy);
  border-radius: 5px 5px 0 0;
}

.mark-doors i:nth-child(2),
.mark-doors i:nth-child(3) {
  height: 100%;
}

.mark-copy {
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  line-height: 1;
  text-transform: uppercase;
}

.mark-copy strong {
  font-size: 0.86rem;
  letter-spacing: 0.07em;
}

.mark-copy small {
  margin-top: 0.35rem;
  color: var(--eucalyptus);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.site-nav {
  display: flex;
  gap: 2.1rem;
  align-items: center;
}

.site-nav a {
  position: relative;
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.hero {
  position: relative;
  display: flex;
  min-height: 780px;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.hero__backdrop,
.hero__backdrop img,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__backdrop img {
  object-fit: cover;
  object-position: center 48%;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 22, 36, 0.94) 0%, rgba(8, 28, 44, 0.82) 45%, rgba(8, 28, 44, 0.42) 70%, rgba(8, 28, 44, 0.12) 100%),
    linear-gradient(0deg, rgba(5, 20, 33, 0.43), transparent 50%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: var(--page);
  margin: 0 auto;
  padding: 150px 0 76px;
}

.hero__content {
  max-width: 760px;
}

.hero h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(4rem, 6.5vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.hero h1 > span {
  display: block;
}

.hero__bonus {
  margin-bottom: 0.18em;
  color: var(--gold-light);
  font-size: 0.48em;
  letter-spacing: -0.035em;
  line-height: 1;
}

.hero__price {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.94);
}

.hero__lede {
  max-width: 610px;
  margin: 1.8rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.45;
}

.hero__details {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: 0.68fr 0.68fr 1fr 1fr;
  margin: 1.45rem 0 0;
  padding: 0.45rem 0;
  color: var(--white);
  border-block: 1px solid rgba(255, 255, 255, 0.38);
}

.hero__details > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 1.1rem;
}

.hero__details > div:first-child {
  padding-left: 0;
}

.hero__details > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.hero__details dt,
.hero__details dd {
  margin: 0;
}

.hero__details dt {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__details dd {
  margin-top: 0.15rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hero__details-upgrades dd,
.hero__details-cashback dd {
  display: flex;
  gap: 0.32rem;
  align-items: center;
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.hero__details-upgrades dd span,
.hero__details-cashback dd span {
  line-height: 1.05;
}

.hero__details-upgrades strong,
.hero__details-cashback strong {
  margin-right: 0.28rem;
  color: var(--gold-light);
  font-size: 1.65rem;
  letter-spacing: -0.05em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: center;
  margin-top: 1.3rem;
}

.hero-actions .button span,
.final-cta__actions .button span {
  opacity: 0.72;
  font-weight: 600;
}

.hero__conditions {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.hero__disclaimer {
  position: absolute;
  right: max(18px, calc((100vw - 1240px) / 2));
  bottom: 18px;
  z-index: 2;
  padding: 0.3rem 0.5rem;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(5, 22, 36, 0.55);
  font-size: 0.62rem;
}

.is-ready .reveal {
  animation: reveal-up 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-strip > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 0.8rem;
  padding: 1.4rem clamp(1rem, 3vw, 2.2rem);
}

.proof-stat__value {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  color: var(--gold-light);
}

.proof-stat__value svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.proof-strip > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.proof-strip strong {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.proof-strip span {
  max-width: 9rem;
  font-size: 0.84rem;
  line-height: 1.25;
}

.proof-strip .proof-stat__value {
  max-width: none;
}

.proof-strip span small {
  display: block;
  margin-top: 0.2rem;
  opacity: 0.7;
  font-size: 0.68rem;
}

.homes {
  background: var(--sky-pale);
}

.homes .section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  column-gap: 4rem;
}

.homes .section-heading .eyebrow {
  grid-column: 1 / -1;
}

.homes .section-heading h2 {
  grid-column: 1;
}

.homes .section-heading > p:last-child {
  grid-column: 2;
  align-self: end;
  margin: 0 0 0.3rem;
}

.home-selector {
  width: var(--page);
  margin: 0 auto;
}

.door-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 1.2rem;
  padding: 1px;
  background: var(--line);
}

.door-tab {
  position: relative;
  display: flex;
  min-width: 0;
  height: 118px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 1.15rem;
  overflow: hidden;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  border-top: 4px solid transparent;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.door-tab:hover {
  background: var(--paper);
  border-top-color: var(--eucalyptus);
}

.door-tab.is-active {
  color: var(--white);
  background: var(--navy);
  border-top-color: var(--gold);
  transform: none;
  box-shadow: none;
}

.door-tab__number {
  position: static;
  font-family: var(--utility);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.door-tab__type,
.door-tab__price {
  position: relative;
  z-index: 1;
}

.door-tab__type {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.door-tab__price {
  margin-top: 0.1rem;
  font-family: var(--utility);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.door-tab i {
  display: none;
}

.home-panel {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(16, 42, 67, 0.1);
}

.home-panel.is-changing .home-panel__facade img,
.home-panel.is-changing .home-panel__details {
  opacity: 0;
  transform: translateY(8px);
}

.home-panel__facade {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--sky);
}

.home-panel__facade picture,
.home-panel__facade img {
  width: 100%;
  height: 100%;
}

.home-panel__facade img {
  object-fit: contain;
  object-position: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.image-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  padding: 0.4rem 0.55rem;
  color: var(--white);
  background: rgba(10, 28, 45, 0.78);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.home-panel__details {
  padding: clamp(2rem, 4vw, 4rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-panel__intro {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}

.home-panel__intro h3 {
  max-width: 23rem;
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.home-price {
  flex: 0 0 auto;
  margin: 0;
  color: var(--eucalyptus);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.home-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2rem 0 1.5rem;
  padding: 1rem 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.home-facts li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
}

.home-facts li + li {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

.home-fact__icon {
  width: 1.85rem;
  height: 1.85rem;
  fill: none;
  stroke: var(--eucalyptus);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.home-fact__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.45rem;
}

.home-facts strong {
  color: var(--navy);
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1;
}

.home-facts span {
  margin-top: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.home-fact__copy small {
  flex-basis: 100%;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.2;
}

.home-description {
  margin: 0 0 1.7rem;
  color: #4e5c68;
  font-size: 1.05rem;
}

.plan-viewer {
  border: 1px solid var(--line);
}

.plan-viewer__header {
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.8rem 0.65rem 1rem;
  border-bottom: 1px solid var(--line);
}

.plan-viewer__header > div:first-child {
  display: flex;
  flex-direction: column;
}

.plan-viewer__header span {
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.plan-viewer__header small {
  color: var(--muted);
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
}

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

.plan-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  padding: 1rem;
  overflow: hidden;
  background: #f7f8f7;
  border: 0;
  cursor: zoom-in;
}

.plan-grid.is-double .plan-preview {
  height: 410px;
}

.plan-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.plan-preview > span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.65rem;
  color: var(--white);
  background: rgba(10, 28, 45, 0.85);
  font-size: 0.72rem;
  font-weight: 700;
}

.plan-preview > span svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.plan-preview:hover img {
  transform: scale(1.025);
}

.home-panel__actions {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  margin-top: 1.5rem;
}

.upgrades {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  color: var(--white);
  background: var(--navy-deep);
}

.upgrades h2 {
  color: var(--white);
  font-size: clamp(3rem, 5.5vw, 5.25rem);
  line-height: 0.92;
}

.upgrades h2 span {
  display: block;
  margin-bottom: 0.12em;
  color: var(--gold-light);
  font-family: var(--utility);
  font-size: 1.06em;
  font-weight: 600;
  letter-spacing: -0.08em;
}

.upgrades__intro > p:not(.eyebrow) {
  max-width: 33rem;
  margin: 1.6rem 0 1.9rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
}

.upgrade-schedule {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: upgrade;
}

.upgrades__schedule {
  align-self: start;
  padding: 1.6rem 2rem 2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.upgrades__schedule > p {
  margin: 0 0 1rem;
  color: var(--gold-light);
  font-family: var(--utility);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.upgrade-schedule li {
  display: grid;
  min-height: 68px;
  grid-template-columns: 1rem 1fr;
  gap: 0.7rem;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.upgrade-schedule li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.upgrade-schedule span {
  width: 0.42rem;
  height: 0.42rem;
  background: var(--gold-light);
  border-radius: 50%;
}

.upgrade-schedule strong {
  font-family: var(--body);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 600;
}

.section-fineprint {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.3rem;
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
}

.bonus {
  position: relative;
  display: grid;
  min-height: 700px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  overflow: hidden;
  background: var(--gold);
}

.bonus::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 38%);
  pointer-events: none;
}

.bonus__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.bonus-ticket {
  position: relative;
  width: min(100%, 430px);
  padding: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 22px 24px 0 rgba(255, 255, 255, 0.18);
  transform: rotate(-2deg);
}

.bonus-ticket::before,
.bonus-ticket::after {
  content: "";
  position: absolute;
  top: 57%;
  width: 30px;
  height: 30px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

.bonus-ticket::before {
  left: -16px;
}

.bonus-ticket::after {
  right: -16px;
}

.bonus-ticket__eyebrow,
.bonus-ticket__label {
  display: block;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bonus-ticket__eyebrow {
  color: var(--gold-light);
}

.bonus-ticket strong {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--display);
  font-size: clamp(4.1rem, 8vw, 6.5rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.bonus-ticket__label {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
}

.bonus-ticket__uses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

.bonus-ticket__uses span {
  padding-inline: 0.5rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 600;
  text-align: center;
}

.bonus-ticket__uses span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.bonus__content {
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.bonus h2 {
  font-size: clamp(3rem, 5.6vw, 5.2rem);
}

.bonus__lede {
  max-width: 32rem;
  margin: 1.5rem 0;
  color: rgba(10, 28, 45, 0.78);
  font-size: 1.22rem;
}

.bonus blockquote {
  margin: 1.8rem 0;
  padding: 1.15rem 1.3rem;
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.23);
  border-left: 3px solid var(--navy);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.15;
}

.bonus blockquote span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bonus__content > small {
  display: block;
  margin-top: 0.85rem;
  color: rgba(10, 28, 45, 0.7);
  font-size: 0.74rem;
}

.audiences {
  background: var(--white);
}

.audience-grid {
  display: grid;
  width: var(--page);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0 auto;
}

.audience-card {
  position: relative;
  min-height: 470px;
  padding: clamp(2rem, 3vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--line);
}

.audience-card--first-home {
  color: var(--navy);
  background: var(--sky);
}

.audience-card--downsizer {
  color: var(--navy);
  background: #f3ead3;
}

.audience-card--investor {
  color: var(--navy);
  background: var(--paper);
}

.audience-card__index {
  margin-bottom: 2.6rem;
  color: var(--eucalyptus);
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-card h3 {
  max-width: 25rem;
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.5vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.audience-card p {
  max-width: 34rem;
  margin: 1.5rem 0;
  color: #465662;
  font-size: 1.05rem;
}

.audience-card > small {
  display: block;
  max-width: 34rem;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  background: var(--sky-pale);
}

.location h2 {
  max-width: 660px;
  font-size: clamp(3rem, 5.4vw, 4.9rem);
}

.location__copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin: 1.6rem 0 2rem;
  color: var(--muted);
  font-size: 1.15rem;
}

.location-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-list li {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}

.location-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.location-list strong {
  color: var(--eucalyptus);
  font-family: var(--display);
  font-variant-numeric: tabular-nums;
}

.location-list span {
  color: var(--navy);
  font-weight: 600;
}

.location__copy > small {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.location-map {
  margin: 0;
  padding: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 22px 60px rgba(16, 42, 67, 0.08);
}

.location-map svg {
  width: 100%;
  background: #e8f1f5;
}

.location-map figcaption {
  padding: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.callback {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  color: var(--white);
  background: var(--navy-deep);
}

.callback h2 {
  max-width: 620px;
  color: var(--white);
  font-size: clamp(3rem, 5vw, 5rem);
}

.callback__intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.5rem 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
}

.callback__intro > p strong {
  color: var(--white);
}

.callback__direct {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  margin-top: 2rem;
}

.callback__direct a {
  color: var(--gold-light);
  font-family: var(--display);
  font-weight: 700;
  text-decoration: none;
}

.callback-form {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--navy);
  background: var(--paper);
  border-top: 5px solid var(--gold);
}

.callback-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  margin-bottom: 1rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-field label span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: #f5f7f7;
  border: 1px solid rgba(18, 41, 61, 0.24);
  border-radius: 0;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  background: var(--white);
  border-color: var(--eucalyptus);
  outline: 2px solid rgba(49, 91, 114, 0.2);
}

.callback-form .button {
  width: 100%;
  margin-top: 0.25rem;
}

.callback-form__note,
.callback-form__status {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.callback-form__status:not(:empty) {
  padding: 0.7rem 0.8rem;
  color: var(--navy);
  background: rgba(219, 230, 235, 0.72);
  border-left: 3px solid var(--eucalyptus);
}

.map-coast {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12;
}

.map-road {
  fill: none;
  stroke: rgba(16, 42, 67, 0.22);
  stroke-width: 2;
  stroke-dasharray: 5 7;
}

.map-road--main {
  stroke: rgba(16, 42, 67, 0.45);
  stroke-width: 4;
  stroke-dasharray: none;
}

.map-place circle {
  fill: var(--eucalyptus);
}

.map-place text {
  fill: var(--navy);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
}

.map-place--adelaide circle {
  fill: var(--navy);
}

.map-place--area circle:first-child {
  fill: rgba(212, 154, 40, 0.3);
  stroke: var(--gold);
  stroke-width: 2;
}

.map-place--area circle:nth-child(2) {
  fill: var(--gold);
}

.map-water {
  fill: rgba(16, 42, 67, 0.35);
  font-family: var(--display);
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-caption {
  fill: rgba(16, 42, 67, 0.55);
  font-family: var(--body);
  font-size: 13px;
}

.lifestyle {
  background: var(--white);
}

.section-heading--row {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 4rem;
  align-items: end;
}

.section-heading--row > p:last-child {
  margin: 0 0 0.3rem;
}

.editorial-gallery {
  display: grid;
  width: var(--page);
  min-height: 700px;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  margin: 0 auto;
}

.gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--sky);
}

.gallery-card picture,
.gallery-card img {
  width: 100%;
  height: 100%;
}

.gallery-card img {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-card:hover img {
  transform: scale(1.02);
}

.gallery-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 4rem 1.5rem 1.2rem;
  color: var(--white);
  background: linear-gradient(transparent, rgba(10, 28, 45, 0.8));
}

.gallery-card figcaption strong {
  font-family: var(--display);
  font-size: 1.25rem;
}

.gallery-card figcaption span {
  font-size: 0.85rem;
}

.gallery-card > small {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.35rem 0.5rem;
  color: var(--white);
  background: rgba(10, 28, 45, 0.75);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-card--living {
  grid-row: 1 / 3;
}

.gallery-card--ensuite img {
  object-position: center 65%;
}

.gallery-disclaimer {
  width: var(--page);
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.faq {
  background: var(--sky-pale);
}

.faq-list {
  width: var(--page);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 3px;
  width: 18px;
  height: 2px;
  background: var(--eucalyptus);
  transition: transform 180ms ease;
}

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

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

.faq-list details p {
  max-width: 760px;
  margin: -0.25rem 0 0;
  padding: 0 4rem 1.7rem 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.final-cta h2 {
  max-width: 720px;
  color: var(--white);
}

.final-cta__content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.5rem 0 2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.14rem;
}

.final-cta__content > small {
  display: block;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.final-cta__doors {
  display: grid;
  height: 390px;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  align-items: end;
}

.final-cta__doors i {
  display: block;
  height: 72%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 70px 70px 0 0;
}

.final-cta__doors i:nth-child(2),
.final-cta__doors i:nth-child(3) {
  height: 100%;
}

.final-cta__doors i:nth-child(3) {
  background: rgba(212, 154, 40, 0.16);
  border-color: rgba(212, 154, 40, 0.55);
}

.site-footer {
  padding: 3rem max(24px, calc((100vw - 1240px) / 2)) 2rem;
  color: rgba(255, 255, 255, 0.55);
  background: #06121d;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.project-mark--footer {
  color: var(--white);
}

.project-mark--footer .mark-doors i {
  background: var(--gold);
}

.project-mark--footer .mark-copy small {
  color: var(--gold-light);
}

.footer-phone {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__legal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-top: 1.6rem;
}

.site-footer__legal p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.5;
}

.mobile-contact {
  display: none;
}

.plan-dialog {
  width: min(920px, calc(100vw - 32px));
  max-width: none;
  height: min(92vh, 1000px);
  max-height: none;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 0;
  box-shadow: 0 35px 100px rgba(3, 12, 20, 0.45);
}

.plan-dialog::backdrop {
  background: rgba(5, 16, 25, 0.78);
  backdrop-filter: blur(4px);
}

.plan-dialog__bar {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem 0.8rem 1.3rem;
  color: var(--white);
  background: var(--navy);
}

.plan-dialog__bar > div {
  display: flex;
  flex-direction: column;
}

.plan-dialog__bar strong {
  font-family: var(--display);
  font-size: 1.1rem;
}

.plan-dialog__bar span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.plan-dialog__bar button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}

.plan-dialog__bar svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.plan-dialog__body {
  height: calc(100% - 66px);
  padding: 1.25rem;
  overflow: auto;
  background: #eef1f2;
}

.plan-dialog__body img {
  width: auto;
  max-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 1040px) {
  :root {
    --page: min(100% - 40px, 920px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 20px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero__inner {
    padding-top: 132px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 7vw, 5.4rem);
  }

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

  .proof-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .proof-strip > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .home-panel {
    grid-template-columns: 1fr;
  }

  .home-panel__facade {
    min-height: 540px;
  }

  .home-panel__details {
    padding: 3rem;
  }

  .upgrades,
  .location,
  .callback {
    grid-template-columns: 1fr;
  }

  .upgrades__schedule {
    margin-top: 1rem;
  }

  .bonus {
    min-height: auto;
    grid-template-columns: 0.65fr 1fr;
  }

  .bonus-ticket {
    padding: 2rem;
  }

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

  .audience-card--investor {
    grid-column: 1 / -1;
  }

  .location-map {
    width: min(100%, 660px);
    justify-self: center;
  }

  .final-cta {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .final-cta__doors {
    height: 320px;
  }
}

@media (max-width: 760px) {
  :root {
    --page: calc(100vw - 32px);
    --section-pad: 4.75rem;
  }

  body {
    padding-bottom: 70px;
  }

  .site-header {
    position: fixed;
    min-height: 68px;
    background: rgba(248, 250, 252, 0.94);
    backdrop-filter: blur(12px);
  }

  .site-header > .button {
    display: none;
  }

  .project-mark {
    gap: 0.6rem;
  }

  .mark-doors {
    width: 34px;
    height: 31px;
  }

  .hero {
    min-height: auto;
  }

  .hero__backdrop img {
    object-position: 54% center;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(5, 22, 36, 0.94), rgba(8, 28, 44, 0.73));
  }

  .hero__inner {
    width: 100%;
    padding: 112px 20px 42px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.6rem);
    letter-spacing: -0.055em;
    line-height: 0.91;
  }

  .hero__bonus {
    font-size: 0.5em;
  }

  .hero__lede {
    margin-top: 1.25rem;
    font-size: 1.02rem;
  }

  .hero-actions .button {
    padding-inline: 0.8rem;
  }

  .hero__details {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .hero__details > div {
    padding: 0 0.75rem 0.9rem;
  }

  .hero__details > div:first-child {
    padding-left: 0;
  }

  .hero__details dd {
    font-size: 1.28rem;
  }

  .hero__details-upgrades,
  .hero__details-cashback {
    grid-column: 1 / -1;
    padding: 0.9rem 0 1rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0 !important;
  }

  .hero__details-upgrades dd,
  .hero__details-cashback dd {
    font-size: 0.92rem;
  }

  .hero__details-upgrades strong,
  .hero__details-cashback strong {
    font-size: 1.45rem;
  }

  .hero-actions .text-link {
    color: var(--white);
  }

  .hero__disclaimer {
    right: 20px;
    bottom: 12px;
  }

  .proof-strip > div {
    min-height: 88px;
    gap: 0.6rem;
    padding: 1.1rem 20px;
  }

  .proof-strip strong {
    font-size: 1.55rem;
  }

  .proof-strip span {
    font-size: 0.72rem;
  }

  .section-heading h2,
  .upgrades h2,
  .bonus h2,
  .callback h2,
  .location h2,
  .final-cta h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .homes .section-heading,
  .section-heading--row {
    display: block;
  }

  .homes .section-heading > p:last-child,
  .section-heading--row > p:last-child {
    margin-top: 1.4rem;
  }

  .door-tabs {
    gap: 1px;
    margin-bottom: 0.75rem;
  }

  .door-tab {
    height: 104px;
    padding: 0.65rem;
    border-radius: 0;
  }

  .door-tab.is-active {
    transform: none;
  }

  .door-tab__number {
    font-size: 0.66rem;
  }

  .door-tab__type {
    font-size: 0.6rem;
  }

  .door-tab__price {
    font-size: 0.8rem;
  }

  .home-panel__facade {
    min-height: 390px;
  }

  .home-panel__details {
    padding: 1.5rem;
  }

  .home-panel__intro {
    display: block;
  }

  .home-price {
    margin-top: 0.8rem;
  }

  .home-facts {
    margin-block: 1.5rem;
  }

  .home-facts li + li {
    padding-left: 0.65rem;
  }

  .home-facts li {
    gap: 0.4rem;
  }

  .home-fact__icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .home-fact__copy {
    display: block;
  }

  .home-facts span {
    font-size: 0.61rem;
  }

  .plan-viewer__header {
    align-items: flex-start;
    gap: 0.65rem;
  }

  .plan-preview {
    height: 330px;
  }

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

  .plan-grid.is-double .plan-preview {
    height: 360px;
  }

  .home-panel__actions {
    display: grid;
  }

  .home-panel__actions .button {
    width: 100%;
  }

  .upgrades {
    gap: 3rem;
    padding-inline: 16px;
  }

  .upgrades__schedule {
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .upgrade-schedule li {
    min-height: 61px;
  }

  .bonus {
    display: block;
    padding-inline: 20px;
  }

  .bonus__visual {
    min-height: auto;
    margin-bottom: 4rem;
  }

  .bonus-ticket {
    width: calc(100% - 18px);
    max-width: 390px;
    padding: 2rem 1.6rem;
    box-shadow: 14px 16px 0 rgba(255, 255, 255, 0.18);
  }

  .bonus blockquote {
    font-size: 1.3rem;
  }

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

  .audience-card {
    min-height: auto;
    padding: 2rem 1.5rem 2.5rem;
  }

  .audience-card__index {
    margin-bottom: 2.3rem;
  }

  .audience-card h3 {
    font-size: 2.35rem;
  }

  .location {
    gap: 3rem;
    padding-inline: 16px;
  }

  .location-map {
    padding: 0.75rem;
  }

  .location-list li {
    grid-template-columns: 5.5rem 1fr;
  }

  .callback {
    gap: 2.5rem;
    padding-inline: 16px;
  }

  .callback-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .editorial-gallery {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 250px;
    gap: 0.55rem;
  }

  .gallery-card--living {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .gallery-card--bedroom,
  .gallery-card--ensuite {
    grid-row: 2;
  }

  .gallery-card figcaption {
    padding: 3rem 0.85rem 0.7rem;
  }

  .gallery-card figcaption strong {
    font-size: 1rem;
  }

  .gallery-card figcaption span {
    display: none;
  }

  .gallery-card > small {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.55rem;
  }

  .faq-list summary {
    min-height: 74px;
    font-size: 1.2rem;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .final-cta {
    display: block;
    padding-inline: 16px;
  }

  .final-cta__doors {
    width: min(100%, 380px);
    height: 200px;
    margin-bottom: 3rem;
  }

  .final-cta__actions {
    display: grid;
  }

  .site-footer {
    padding-inline: 16px;
  }

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

  .site-footer__legal {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mobile-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 150;
    display: grid;
    height: 70px;
    grid-template-columns: repeat(3, 1fr);
    color: var(--white);
    background: var(--navy-deep);
    box-shadow: 0 -8px 30px rgba(6, 18, 29, 0.22);
  }

  .mobile-contact a {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    color: var(--white);
    font-family: var(--display);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.05;
    text-decoration: none;
  }

  .mobile-contact svg {
    width: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .mobile-contact__call {
    background: var(--eucalyptus);
  }

  .mobile-contact__call span {
    display: flex;
    flex-direction: column;
    font-variant-numeric: tabular-nums;
  }

  .mobile-contact__call small {
    opacity: 0.75;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-contact__text {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mobile-contact__callback {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .plan-dialog {
    width: calc(100vw - 16px);
    height: calc(100vh - 86px);
  }

  .plan-dialog__body {
    padding: 0.5rem;
  }
}

@media (max-width: 360px) {
  .mark-copy strong {
    font-size: 0.76rem;
  }

  .hero h1 {
    font-size: 2.9rem;
  }

  .proof-strip span {
    font-size: 0.65rem;
  }

  .door-tab__price {
    font-size: 0.72rem;
  }

  .home-panel__details {
    padding: 1.1rem;
  }

  .mobile-contact a {
    gap: 0.4rem;
    font-size: 0.74rem;
  }
}

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

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