:root {
  --gold: #e5c66d;
  --gold-dark: #a47a2d;
  --black: #0d1612;
  --pearl: #f3f3ef;
  --shell: #d8d8d2;
  --graphite: #252722;
  --white: #fffaf0;
  --ink-green: #0f3f31;
  --mint: #9bcbb9;
  --mist: #f5f5f1;
  --blue-grey: #dfe8e7;
  --champagne: #d8c77d;
  --glass: rgba(255, 250, 240, .5);
  --glass-strong: rgba(255, 250, 240, .68);
  --glass-dark: rgba(7, 19, 15, .5);
  --line: rgba(229, 198, 109, .3);
  --shadow: 0 30px 90px rgba(7, 19, 15, .24);
  --mirror-edge: rgba(255, 250, 240, .66);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--black);
  cursor: none;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 250, 240, .86), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(216, 199, 125, .28), transparent 28%),
    radial-gradient(circle at 58% 78%, rgba(223, 232, 231, .72), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, .26) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #f7f6f0 0%, #dfe8e7 48%, #d8c77d 100%);
  background-attachment: fixed;
}

a,
button {
  cursor: none;
}

img {
  max-width: 100%;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink-green);
  box-shadow: 0 0 0 4px rgba(155, 195, 191, .25);
}

.cursor-ring {
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(18, 63, 61, .66);
  border-radius: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: width .22s ease, height .22s ease, border-color .22s ease, background .22s ease;
}

.cursor-ring.is-active {
  width: 42px;
  height: 42px;
  border-color: var(--mint);
  background: rgba(155, 195, 191, .12);
}

.site-shell {
  overflow: hidden;
}

.section {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 88px 16px;
  max-width: 100%;
  overflow-x: clip;
}

.topbar {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 16px;
  width: min(calc(100% - 20px), 1120px);
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 16px 10px 18px;
  border: 1px solid rgba(255, 250, 240, .34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(216, 216, 210, .38)),
    rgba(37, 39, 34, .18);
  color: var(--graphite);
  box-shadow: 0 18px 60px rgba(37, 39, 34, .16);
  backdrop-filter: blur(20px) saturate(1.3);
  transform: translateX(-50%);
  overflow: hidden;
}

.brand,
.topbar a {
  color: inherit;
  text-decoration: none;
}

.brand {
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}

.brand span {
  color: var(--gold);
}

.topbar__links {
  display: none;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  min-width: 0;
}

.nav-cta {
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black) !important;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  gap: 20px;
  padding-top: 104px;
  box-sizing: border-box;
}

.hero--cinematic {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding-left: max(22px, calc((100vw - 1500px) / 2));
  padding-right: max(22px, calc((100vw - 1500px) / 2));
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--pearl);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(243, 243, 239, .9) 0%, rgba(216, 216, 210, .68) 48%, rgba(37, 39, 34, .22) 100%),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, .72), transparent 30%),
    radial-gradient(circle at 74% 58%, rgba(164, 122, 45, .18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(37, 39, 34, .5));
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .32;
  filter: grayscale(.85) saturate(.35) contrast(1.08) brightness(1.14);
  transform-origin: center;
  animation: backgroundDrift 22s ease-in-out infinite alternate;
}

.hero-card,
.hero__visual,
.glass-card,
.cinematic,
.solar-panel,
.plan-stage,
.trust-tile,
.final-card {
  border: 1px solid var(--mirror-edge);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .64), rgba(255, 250, 240, .28)),
    linear-gradient(315deg, rgba(229, 198, 109, .14), rgba(223, 232, 231, .22));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(1.32);
  box-sizing: border-box;
}

.hero__content {
  padding: clamp(26px, 6vw, 58px);
}

.hero-card {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: clamp(640px, 76vh, 760px);
  padding: clamp(18px, 2.2vw, 28px);
  border-color: rgba(164, 122, 45, .3);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(216, 216, 210, .62)),
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, .82), transparent 34%),
    radial-gradient(circle at 86% 92%, rgba(164, 122, 45, .14), transparent 38%);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(236, 239, 236, .96) 0%, rgba(236, 239, 236, .82) 42%, rgba(236, 239, 236, .24) 72%),
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, .72), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(37, 39, 34, .16));
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 5%;
  z-index: 2;
  width: min(44vw, 520px);
  aspect-ratio: 1.45;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 42% 45%, rgba(255, 255, 255, .18), transparent 60%);
  box-shadow:
    inset 0 0 0 14px rgba(255, 255, 255, .06),
    0 0 80px rgba(255, 255, 255, .16);
  transform: rotate(-16deg);
  pointer-events: none;
}

.topbar.reveal {
  transform: translate(-50%, 28px);
}

.topbar.reveal.is-visible {
  transform: translate(-50%, 0);
}

.eyebrow {
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 13px;
  border: 1px solid rgba(229, 198, 109, .34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 250, 240, .58), rgba(255, 250, 240, .24));
  color: #8a6321;
  backdrop-filter: blur(14px) saturate(1.2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--black);
  font-size: clamp(36px, 9vw, 78px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
}

h2 {
  max-width: 850px;
  font-size: clamp(32px, 7vw, 64px);
}

h1::selection,
h2::selection {
  background: var(--gold);
}

.hero__copy,
.cinematic p,
.story-copy p,
.kitchen-text p,
.access-copy p,
.final-card p {
  max-width: 640px;
  margin-top: 22px;
  color: rgba(17, 18, 17, .68);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.68;
}

.hero--cinematic h1 {
  color: var(--graphite);
  text-shadow: 0 18px 70px rgba(255, 255, 255, .5);
}

.hero-title > span {
  display: block;
}

.hero-title__care {
  display: inline;
  font-size: .85em;
}

.srivari-gold {
  color: var(--gold-dark);
}

.hero-for {
  font-size: .58em;
  line-height: 1;
  vertical-align: .12em;
}

.hero-generation {
  white-space: normal;
  max-width: 100%;
}

.hero--cinematic .hero__copy {
  color: rgba(37, 39, 34, .76);
}

.hero--cinematic .hero__content {
  position: relative;
  z-index: 3;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero--cinematic .eyebrow,
.cinematic .eyebrow,
.final-card .eyebrow {
  background: linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(216, 216, 210, .42));
  color: var(--gold-dark);
  border-color: rgba(164, 122, 45, .34);
}

.hero--cinematic .eyebrow {
  max-width: min(100%, 620px);
  white-space: normal;
}

.hero--cinematic .hero__facts span {
  background: rgba(255, 255, 255, .46);
  color: rgba(37, 39, 34, .82);
  border-color: rgba(164, 122, 45, .24);
}

.hero--cinematic .hero__facts {
  max-width: 620px;
}

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

.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn--gold {
  background: linear-gradient(135deg, #fff0a6, var(--gold) 45%, #9b7225);
  color: var(--black);
  box-shadow: 0 20px 46px rgba(154, 106, 47, .3);
}

.btn--glass {
  border: 1px solid rgba(164, 122, 45, .3);
  background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(216, 216, 210, .58));
  color: var(--graphite);
  backdrop-filter: blur(14px) saturate(1.25);
}

.hero__facts,
.mini-list,
.access-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.hero__facts span,
.mini-list span,
.access-strip span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 250, 240, .56), rgba(255, 250, 240, .24));
  color: rgba(17, 18, 17, .78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  backdrop-filter: blur(12px) saturate(1.2);
}

.hero--cinematic .hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero--cinematic .hero__facts span {
  display: flex;
  align-items: center;
  min-height: 46px;
}

.hero__visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--black);
}

.hero-card > .hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hero-card > .hero__visual {
  clip-path: inset(0 0 0 38%);
}

.hero--cinematic .hero__visual {
  border-color: rgba(214, 173, 97, .32);
  transform: rotate(.6deg);
}

.hero--cinematic .hero-card > .hero__visual {
  border-color: transparent;
  transform: none;
}

.hero--cinematic .hero__visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(214, 173, 97, .32);
  border-radius: 22px;
  pointer-events: none;
}

.hero__visual::after,
.cinematic__image::after,
.access-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(17, 18, 17, .72));
  pointer-events: none;
}

.hero-card > .hero__visual::before,
.hero-card > .hero__visual::after {
  display: none;
}

.hero__visual img,
.cinematic__image img,
.access-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.02);
}

.hero__visual img {
  animation: slowZoom 16s ease both;
}

.hero-card > .hero__visual > img:not(.hero__badge) {
  opacity: .9;
  filter: saturate(.92) contrast(1.04) brightness(1.03);
  object-position: right center;
}

.hero__visual .hero__badge {
  animation: none;
}

.hero__visual figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 90px 16px 16px;
  border: 1px solid rgba(255, 250, 240, .36);
  border-radius: 20px;
  background: rgba(17, 18, 17, .62);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.hero-card .hero__visual figcaption {
  display: none;
}

.hero__emotion {
  position: absolute;
  z-index: 4;
  left: clamp(20px, 3vw, 40px);
  bottom: clamp(18px, 2.6vw, 34px);
  width: min(42%, 430px);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 20px;
  background: rgba(17, 19, 16, .48);
  box-shadow: 0 18px 40px rgba(17, 19, 16, .24);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hero__emotion img {
  width: 100%;
  height: clamp(170px, 18vw, 250px);
  object-fit: cover;
  object-position: center 34%;
  display: block;
}

.hero__emotion figcaption {
  padding: 12px 14px;
  color: var(--white);
}

.hero__emotion strong {
  display: block;
  font-size: 15px;
  letter-spacing: .01em;
}

.hero__emotion span {
  display: block;
  margin-top: 5px;
  opacity: .86;
  font-size: 12px;
}

.hero__visual img.hero__badge {
  position: absolute;
  z-index: 4;
  top: auto;
  right: 26px;
  bottom: 26px;
  width: clamp(44px, 4vw, 58px);
  height: clamp(44px, 4vw, 58px);
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 5px;
  border: 1px solid rgba(164, 122, 45, .26);
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 42px rgba(37, 39, 34, .18);
  filter: none;
}

.hero__visual strong,
.hero__visual span {
  display: block;
}

.hero__visual span {
  margin-top: 5px;
  opacity: .82;
  font-size: 13px;
  line-height: 1.4;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 16px;
  color: rgba(17, 18, 17, .66);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.concept {
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 88px;
  padding-left: max(28px, calc((100vw - 1100px) / 2));
  padding-right: max(28px, calc((100vw - 1100px) / 2));
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(245, 245, 241, .96) 0%, rgba(235, 238, 234, .88) 48%, rgba(229, 221, 188, .78) 100%),
    url("../images/values-visual-bg.png") center / cover;
}

.concept::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 245, 241, .16), rgba(245, 245, 241, .5)),
    radial-gradient(circle at 14% 12%, rgba(255, 250, 240, .76), transparent 32%);
  pointer-events: none;
}

.concept .section-heading,
.concept .concept-grid {
  position: relative;
  z-index: 1;
}

.concept .section-heading {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}

.concept-title {
  max-width: 1320px;
  display: block;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.04;
}

.concept-title__gold {
  display: inline;
  color: var(--gold-dark);
}

.concept-grid,
.trust-grid,
.assurance-grid {
  display: grid;
  gap: 14px;
}

.concept-grid {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  gap: 20px;
}


.project-details {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at top left, rgba(208, 220, 199, .34), transparent 34%),
    linear-gradient(180deg, #f8f6ef 0%, #eef3eb 100%);
}

.project-details::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, .56), transparent 46%, rgba(216, 199, 125, .18));
  pointer-events: none;
}

.project-details .section-heading {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: 42px;
}

.project-details .section-heading h2 {
  max-width: 780px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.project-details .section-heading > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  color: #657168;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.detail-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.detail-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid rgba(23, 33, 27, .08);
  border-radius: 18px;
  background: rgba(255, 255, 250, .78);
  box-shadow: 0 18px 44px rgba(23, 33, 27, .06);
  backdrop-filter: blur(16px) saturate(1.18);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.detail-card:hover {
  transform: translateY(-6px);
  border-color: rgba(82, 107, 85, .22);
  box-shadow: 0 24px 56px rgba(23, 33, 27, .1);
}

.detail-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 14px;
  background: #edf3e8;
  color: #536d56;
}

.detail-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-card span {
  margin-bottom: 10px;
  color: #6d786f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.detail-card h3 {
  color: #1b251f;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.detail-card p {
  margin-top: 16px;
  color: #626e65;
  font-size: 16px;
  line-height: 1.7;
}

.connectivity-template {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  padding-right: max(28px, calc((100vw - 1240px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .94), rgba(245, 241, 232, .86)),
    radial-gradient(circle at 86% 14%, rgba(229, 198, 109, .16), transparent 32%);
  overflow: hidden;
}

.connectivity-template::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, .58), rgba(255, 250, 240, .7)),
    url("../images/connectivity-construction-bg.png") center / cover no-repeat;
  opacity: .34;
  filter: saturate(.85) contrast(.9);
}

.connectivity-heading {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin-bottom: 30px;
}

.connectivity-heading h2 {
  max-width: 1060px;
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.04;
}

.connectivity-heading h2 span {
  color: var(--gold-dark);
  font-style: italic;
}

.connectivity-heading p {
  margin-top: 18px;
  color: rgba(17, 18, 17, .76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 22px);
  font-style: italic;
  line-height: 1.45;
}

.connectivity-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  align-items: start;
}

.connectivity-map {
  min-height: 380px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(164, 122, 45, .28);
  background: #fff;
  overflow: hidden;
}

.connectivity-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.connectivity-list {
  display: grid;
  gap: 0;
}

.connectivity-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px 74px;
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 2px solid rgba(164, 122, 45, .28);
}

.connectivity-row strong {
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
}

.connectivity-row span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.connectivity-row em {
  color: rgba(17, 18, 17, .7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  text-align: right;
}

.glass-card,
.trust-tile {
  padding: 22px;
  transition: transform .3s ease, border-color .3s ease;
}

.glass-card:has(.value-card__image) {
  padding: 16px;
}

.value-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.value-card {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-color: rgba(255, 250, 240, .72);
  border-radius: 24px;
  background: #101915;
  box-shadow: 0 24px 58px rgba(7, 19, 15, .2);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(17, 18, 17, .08) 10%, rgba(17, 18, 17, .38) 42%, rgba(17, 18, 17, .94) 100%);
  pointer-events: none;
}

.value-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 250, 240, .36);
  border-radius: 18px;
  pointer-events: none;
}

.value-card .card-index,
.value-card h3 {
  position: relative;
  z-index: 3;
}

.value-card h3 {
  color: var(--white);
  font-size: clamp(20px, 2vw, 26px);
  max-width: 460px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .62);
}

.glass-card.value-card p {
  position: relative;
  z-index: 3;
  max-width: 460px;
  color: rgba(255, 250, 240, .92);
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .54);
}

.card-index {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(229, 198, 109, .34);
  border-radius: 999px;
  background: rgba(17, 18, 17, .54);
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.trust-tile span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.glass-card:hover,
.trust-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 198, 109, .56);
}

h3 {
  color: var(--black);
  font-size: 22px;
  line-height: 1.15;
}

.glass-card p,
.trust-tile p {
  margin-top: 12px;
  color: rgba(17, 18, 17, .68);
  font-size: 15px;
  line-height: 1.6;
}

.cinematic,
.solar-story,
.walk-grid,
.access-story {
  display: grid;
  gap: 22px;
  align-items: center;
}

.walkthrough,
.homes-types {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.walkthrough::before,
.homes-types::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.walkthrough::before {
  background:
    radial-gradient(circle at 12% 20%, rgba(229, 198, 109, .22), transparent 30%),
    linear-gradient(135deg, rgba(255, 250, 240, .56), rgba(181, 210, 164, .24));
}

.homes-types::before {
  background:
    radial-gradient(circle at 86% 14%, rgba(28, 111, 82, .18), transparent 32%),
    linear-gradient(125deg, rgba(255, 250, 240, .58), rgba(229, 198, 109, .18));
}

.cinematic {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1220px) / 2));
  padding-right: max(16px, calc((100vw - 1220px) / 2));
  background:
    linear-gradient(90deg, rgba(7, 19, 15, .82), rgba(15, 63, 49, .58)),
    url("../images/family-living-solar.png") center / cover fixed;
  box-shadow: inset 0 0 0 999px rgba(7, 19, 15, .1);
}

.cinematic h2,
.cinematic p {
  color: var(--white);
}

.cinematic p {
  opacity: .78;
}

.cinematic__image,
.homes-types__visual,
.access-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 22px;
}

.cinematic__image {
  box-shadow: 0 36px 120px rgba(0, 0, 0, .42);
}

.cinematic__copy {
  padding: clamp(28px, 6vw, 68px);
}

.solar-panel,
.plan-stage {
  position: relative;
  overflow: hidden;
}

.solar-panel,
.access-image {
  display: grid;
  place-items: center;
  max-width: 620px;
  width: 100%;
  margin-inline: auto;
}

.solar-panel::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 2;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 250, 240, .42) 48%, rgba(214, 173, 97, .28) 52%, transparent 60%);
  animation: solarSweep 5.8s ease-in-out infinite;
}

.solar-panel img,
.plan-stage img {
  width: 100%;
  display: block;
}

.solar-panel img,
.access-image img {
  height: auto;
  max-height: 700px;
  object-fit: contain;
}

.plan-stage {
  width: min(100%, 320px);
  max-width: 320px;
  min-height: 0;
  margin-inline: auto;
  background:
    linear-gradient(145deg, rgba(7, 19, 15, .94), rgba(15, 63, 49, .82)),
    radial-gradient(circle at 18% 10%, rgba(229, 198, 109, .16), transparent 32%);
}

.plan-stage img {
  height: auto;
  min-height: 0;
  max-height: 570px;
  object-fit: contain;
  background: rgba(7, 19, 15, .94);
}

.plan-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--guide-x, 50%) var(--guide-y, 68%), rgba(214, 173, 97, .3), transparent 18%);
  animation: planLight 8s ease-in-out infinite;
  pointer-events: none;
}

.plan-room {
  position: absolute;
  z-index: 4;
  padding: 8px 12px;
  border: 1px solid rgba(255, 250, 240, .42);
  border-radius: 999px;
  background: rgba(17, 18, 17, .72);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(17, 18, 17, .3);
  backdrop-filter: blur(10px);
  animation: labelFloat 3.6s ease-in-out infinite;
}

.plan-room--living { left: 53%; bottom: 26%; }
.plan-room--kitchen { right: 10%; bottom: 19%; animation-delay: .45s; }
.plan-room--bed { left: 15%; top: 33%; animation-delay: .9s; }

.door-swing {
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 48px;
  border-top: 4px solid var(--gold);
  border-right: 4px solid var(--gold);
  border-radius: 0 100% 0 0;
  opacity: .95;
  transform-origin: left bottom;
  animation: doorOpen 2.8s ease-in-out infinite;
  filter: drop-shadow(0 8px 16px rgba(154, 106, 47, .35));
}

.door-swing--main { left: 42%; bottom: 34%; }
.door-swing--kitchen { right: 18%; bottom: 28%; animation-delay: .55s; }
.door-swing--bed { left: 30%; top: 41%; animation-delay: 1.1s; }

.plan-guide {
  --x0: 42%;
  --y0: 72%;
  position: absolute;
  z-index: 5;
  left: var(--x0);
  top: var(--y0);
  width: 34px;
  height: 46px;
  transform: translate(-50%, -50%);
  animation: guideWalk 8s cubic-bezier(.55, 0, .22, 1) infinite;
  filter: drop-shadow(0 13px 18px rgba(17, 18, 17, .28));
}

.guide-head {
  position: absolute;
  left: 8px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 42% 42%;
  background: #f0cf7a;
  border: 2px solid var(--black);
}

.guide-head::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -8px;
  width: 24px;
  height: 10px;
  border-radius: 12px 12px 4px 4px;
  background: var(--gold-dark);
}

.guide-body {
  position: absolute;
  left: 7px;
  top: 18px;
  width: 20px;
  height: 24px;
  border: 2px solid var(--black);
  border-radius: 8px 8px 12px 12px;
  background: var(--gold);
}

.guide-body::before,
.guide-body::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 7px;
  height: 12px;
  border-radius: 999px;
  background: var(--black);
  animation: tinyStep .48s ease-in-out infinite alternate;
}

.guide-body::before { left: 2px; }
.guide-body::after { right: 2px; animation-delay: .24s; }

.guide-arm {
  position: absolute;
  right: -2px;
  top: 22px;
  width: 16px;
  height: 5px;
  border-radius: 999px;
  background: var(--black);
  transform-origin: left center;
  animation: pointArm 1.1s ease-in-out infinite alternate;
}

.walk-copy {
  display: grid;
  gap: 12px;
}

.walk-step {
  padding: 18px;
  border: 1px solid rgba(255, 250, 240, .5);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .58), rgba(255, 250, 240, .26)),
    radial-gradient(circle at 12% 8%, rgba(229, 198, 109, .14), transparent 36%);
  box-shadow: 0 18px 44px rgba(7, 19, 15, .1);
  backdrop-filter: blur(16px) saturate(1.22);
  transition: transform .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.walk-step.active {
  transform: translateX(8px);
  border-color: rgba(229, 198, 109, .64);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .72), rgba(255, 250, 240, .36)),
    radial-gradient(circle at 12% 8%, rgba(229, 198, 109, .2), transparent 36%);
  box-shadow: 0 22px 56px rgba(15, 63, 49, .16);
}

.walk-step b {
  color: var(--gold-dark);
  font-size: 18px;
}

.walk-step p {
  margin-top: 5px;
  color: rgba(17, 18, 17, .66);
  line-height: 1.5;
}

.homes-types {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.homes-types__visual {
  border: 1px solid rgba(255, 250, 240, .52);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .6), rgba(255, 250, 240, .26)),
    radial-gradient(circle at 20% 12%, rgba(229, 198, 109, .16), transparent 30%);
  box-shadow: var(--shadow);
  min-height: 380px;
}

.homes-types__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.homes-types__grid {
  display: grid;
  gap: 14px;
}

.home-type-card {
  padding: 20px;
  border: 1px solid rgba(255, 250, 240, .52);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .6), rgba(255, 250, 240, .26)),
    radial-gradient(circle at 16% 10%, rgba(181, 210, 164, .18), transparent 34%);
  box-shadow: 0 18px 42px rgba(7, 19, 15, .1);
  backdrop-filter: blur(16px) saturate(1.22);
}

.home-type-label {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-type-card h3 {
  margin-top: 10px;
}

.home-type-card p {
  margin-top: 9px;
  color: rgba(17, 18, 17, .74);
  line-height: 1.6;
}

.home-type-card span {
  display: inline-flex;
  margin-top: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(15, 63, 49, .24);
  background: rgba(255, 250, 240, .32);
  color: var(--ink-green);
  font-size: 12px;
  font-weight: 800;
}

.assurance-section {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 16% 12%, rgba(229, 198, 109, .22), transparent 26%),
    radial-gradient(circle at 86% 80%, rgba(181, 210, 164, .16), transparent 30%),
    linear-gradient(135deg, rgba(7, 19, 15, .96), rgba(15, 63, 49, .92));
}

.assurance-section h2,
.assurance-section h3,
.assurance-section .eyebrow {
  color: var(--white);
}

.assurance-section .section-heading > p:not(.eyebrow) {
  color: rgba(255, 250, 240, .74);
}

.assurance-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.assurance-card {
  min-height: 220px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 250, 240, .28);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .14), rgba(255, 250, 240, .06)),
    radial-gradient(circle at 18% 10%, rgba(229, 198, 109, .14), transparent 34%);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(7, 19, 15, .16);
  backdrop-filter: blur(16px) saturate(1.18);
  transition: transform .3s ease, border-color .3s ease;
}

.assurance-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 198, 109, .48);
}

.assurance-card p {
  margin-top: 14px;
  color: rgba(255, 250, 240, .72);
  font-size: 15px;
  line-height: 1.66;
}

.assurance-closing {
  max-width: 760px;
  margin-top: 30px;
  color: rgba(255, 250, 240, .82);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.trust-tile {
  border-color: rgba(255, 250, 240, .28);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .14), rgba(255, 250, 240, .06)),
    radial-gradient(circle at 18% 10%, rgba(229, 198, 109, .14), transparent 34%);
  color: var(--white);
}

.trust-tile p {
  color: rgba(255, 250, 240, .72);
}

.access-image {
  box-shadow: var(--shadow);
}

.solar-story .story-copy,
.access-story .access-copy {
  max-width: 680px;
}

.image-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 68%);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
  scroll-behavior: smooth;
  scroll-padding-inline: 12vw;
  padding: 10px 12vw 18px;
  margin-inline: -12vw;
  scrollbar-width: thin;
}

.image-rail img {
  height: clamp(280px, 34vw, 380px);
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
  scroll-snap-align: center;
  opacity: .78;
  transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease;
}

.image-rail img:hover,
.image-rail img:focus,
.image-rail img.is-active {
  transform: scale(1.015);
  opacity: 1;
  box-shadow: 0 34px 84px rgba(7, 19, 15, .24);
}

.gallery-cta {
  width: fit-content;
  margin-top: 18px;
}

.final-cta {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  padding-right: max(16px, calc((100vw - 1120px) / 2));
}

.final-card {
  padding: clamp(26px, 6vw, 56px);
  background:
    radial-gradient(circle at 16% 18%, rgba(229, 198, 109, .24), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(181, 210, 164, .14), transparent 34%),
    linear-gradient(135deg, rgba(7, 19, 15, .94), rgba(15, 63, 49, .9));
}

.final-card h2,
.final-card p {
  color: var(--white);
}

.final-card p {
  opacity: .78;
}

.unit-row {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.unit-row div {
  padding: 18px;
  border: 1px solid rgba(255, 250, 240, .24);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .16), rgba(255, 250, 240, .06)),
    radial-gradient(circle at 16% 10%, rgba(229, 198, 109, .12), transparent 32%);
  backdrop-filter: blur(16px) saturate(1.24);
}

.unit-row strong {
  display: block;
  color: var(--gold);
  font-size: 44px;
}

.unit-row span {
  color: var(--white);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

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

.section-heading.reveal,
.detail-card.reveal,
.assurance-card.reveal,
.value-card.reveal,
.home-type-card.reveal,
.walk-step.reveal {
  transition-duration: .78s;
}

.detail-card.reveal:nth-child(2),
.assurance-card.reveal:nth-child(2),
.value-card.reveal:nth-child(2),
.home-type-card.reveal:nth-child(2) {
  transition-delay: .05s;
}

.detail-card.reveal:nth-child(3),
.assurance-card.reveal:nth-child(3),
.value-card.reveal:nth-child(3) {
  transition-delay: .1s;
}

.detail-card.reveal:nth-child(4),
.assurance-card.reveal:nth-child(4) {
  transition-delay: .15s;
}

.detail-card.reveal:nth-child(5) {
  transition-delay: .2s;
}

.detail-card.reveal:nth-child(6) {
  transition-delay: .25s;
}

@media (min-width: 720px) {
  .section {
    padding: 92px 28px;
  }

  .project-details.section {
    padding: 84px max(28px, calc((100vw - 1180px) / 2));
  }

  .topbar__links,
  .hero__actions {
    display: flex;
  }

  .topbar__links a:not(.nav-cta) {
    display: inline-flex;
  }

  .btn {
    min-width: 184px;
  }

  .detail-grid,
  .trust-grid,
  .assurance-grid,
  .unit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1040px;
  }

  .concept-title__gold {
    white-space: normal;
  }
}

@media (max-width: 1080px) {
  .topbar__links a:not(.nav-cta) {
    display: none;
  }

  .topbar {
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
  }

  .topbar.reveal {
    transform: translateY(28px);
  }

  .topbar.reveal.is-visible {
    transform: translateY(0);
  }
}

@media (min-width: 980px) {
  .section {
    padding: 96px 38px;
  }

  .project-details.section {
    padding: 96px max(38px, calc((100vw - 1180px) / 2));
  }

  /* restore concept's dynamic horizontal padding after section shorthand */
  .concept.section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: max(38px, calc((100vw - 1100px) / 2));
    padding-right: max(38px, calc((100vw - 1100px) / 2));
  }


  .cinematic,
  .solar-story,
  .access-story {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .connectivity-layout {
    grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr);
    gap: 58px;
  }

  .hero {
    min-height: auto;
    justify-content: center;
    align-items: center;
  }

  .hero--cinematic {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 64px;
    padding-left: max(28px, calc((100vw - 1500px) / 2));
    padding-right: max(28px, calc((100vw - 1500px) / 2));
    align-items: start;
  }

  .hero-card {
    max-width: 1320px;
  }

  .hero--cinematic h1 {
    max-width: 560px;
    font-size: clamp(34px, 2.7vw, 50px);
    line-height: 1.03;
  }

  .hero-title {
    display: grid;
    gap: 4px;
  }

  .hero--cinematic .hero__content {
    width: 100%;
    max-width: 620px;
    height: auto;
    min-height: clamp(570px, 66vh, 660px);
    padding: clamp(28px, 2.8vw, 42px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  .hero--cinematic .hero__copy {
    max-width: 560px;
    margin-top: 20px;
    font-size: clamp(15px, .95vw, 17px);
    line-height: 1.5;
  }

  .hero--cinematic .hero__visual {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    align-self: center;
    justify-self: center;
  }

  .hero-generation {
    max-width: 520px;
    white-space: normal;
  }

  .walk-grid {
    grid-template-columns: minmax(0, 340px) minmax(300px, 460px);
    justify-content: center;
    gap: 42px;
  }

  .solar-story,
  .access-story {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  }

  .cinematic__image {
    min-height: 690px;
  }

  .homes-types {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    grid-template-areas:
      "head head"
      "visual cards";
    align-items: start;
  }

  .homes-types .section-heading { grid-area: head; }
  .homes-types__visual { grid-area: visual; min-height: 480px; }
  .homes-types__grid { grid-area: cards; grid-template-columns: 1fr; }

  .homes-types__grid {
    gap: 16px;
  }

  .solar-panel,
  .access-image {
    min-height: 0;
    height: auto;
  }

  .solar-story .story-copy h2,
  .access-story .access-copy h2 {
    font-size: clamp(40px, 4.2vw, 60px);
    line-height: 1.03;
  }

  .solar-story .story-copy p,
  .access-story .access-copy p {
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: 1.58;
    color: rgba(17, 18, 17, .76);
  }

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

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

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

  .image-rail {
    grid-auto-columns: minmax(420px, 42%);
  }
}

@media (max-width: 760px) {
  body {
    cursor: auto;
  }

  a,
  button {
    cursor: pointer;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  .hero {
    padding-top: 92px;
    min-height: auto;
    gap: 18px;
  }

  .project-details.section {
    padding: 72px 20px;
  }

  .assurance-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-details .section-heading {
    margin-bottom: 30px;
  }

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

  .detail-card {
    min-height: auto;
    padding: 24px;
  }

  .concept-grid,
  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .image-rail {
    grid-auto-columns: minmax(260px, 86%);
    scroll-padding-inline: 20px;
    padding-inline: 20px;
    margin-inline: -20px;
  }

  .connectivity-template {
    padding-left: 18px;
    padding-right: 18px;
  }

  .connectivity-map {
    min-height: 280px;
    padding: 18px;
  }

  .connectivity-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .connectivity-row em {
    text-align: left;
  }

  .hero__visual,
  .cinematic__image,
  .homes-types__visual,
  .access-image {
    min-height: 340px;
  }

  .solar-panel,
  .access-image {
    max-width: 100%;
    min-height: 0;
    height: auto;
  }

  .solar-panel img,
  .access-image img {
    max-height: 520px;
  }

  .hero--cinematic {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
  }

  .hero--cinematic .hero__content {
    width: 100%;
    height: auto;
    padding: 18px 4px 128px;
    border-radius: 22px;
    overflow: hidden;
  }

  .hero-card {
    padding: 16px;
    border-radius: 24px;
    min-height: 760px;
  }

  .hero-card::before {
    background:
      linear-gradient(180deg, rgba(236, 239, 236, .95) 0%, rgba(236, 239, 236, .82) 56%, rgba(236, 239, 236, .34) 100%),
      radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .72), transparent 34%);
  }

  .hero-card::after {
    width: 360px;
    right: -120px;
    top: 78px;
    opacity: .7;
  }

  .hero--cinematic h1 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 39px);
    line-height: 1.04;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero-title {
    display: grid;
    gap: 3px;
  }

  .hero-for {
    font-size: .48em;
    vertical-align: .14em;
  }

  .hero-generation {
    display: block;
    white-space: normal;
  }

  .hero--cinematic .eyebrow {
    max-width: 100%;
    padding: 8px 11px;
    font-size: 9px;
    letter-spacing: .24em;
    overflow-wrap: anywhere;
  }

  .hero--cinematic .hero__copy {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.48;
  }

  .hero__actions {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .hero__facts {
    margin-top: 16px;
  }

  .hero--cinematic .hero__facts span {
    min-height: 0;
    padding: 10px 11px;
    font-size: 11px;
    overflow-wrap: break-word;
  }

  .hero--cinematic .hero__visual {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 100%;
    border-radius: inherit;
    transform: none;
  }

  .hero__visual img.hero__badge {
    top: auto;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    padding: 5px;
  }

  .hero--cinematic .hero__visual img {
    object-position: center;
  }

  .hero-card > .hero__visual > img:not(.hero__badge) {
    opacity: .56;
    object-position: 70% center;
  }

  .hero-card > .hero__visual {
    clip-path: none;
  }

  .hero__visual figcaption {
    padding-right: 78px;
  }

  .hero--cinematic .hero__facts {
    grid-template-columns: 1fr;
  }

  .hero__emotion {
    left: 16px;
    right: 16px;
    width: auto;
    bottom: 14px;
  }

  .hero__emotion img {
    height: 168px;
    object-position: center 30%;
  }

  .cinematic {
    background-attachment: scroll;
  }

  .plan-stage,
  .plan-stage img {
    min-height: 360px;
  }

  .plan-room--living { left: 45%; bottom: 26%; }
  .plan-room--kitchen { right: 5%; bottom: 18%; }
  .plan-room--bed { left: 8%; top: 33%; }
}

.hero-card.hero-card--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 46%);
  align-items: stretch;
  gap: 0;
  min-height: clamp(620px, 74vh, 740px);
  height: auto;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(236, 239, 236, .78));
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.hero-card.hero-card--split::after,
.hero-card.hero-card--split::before {
  display: none;
}

.hero-card.hero-card--split > .hero__content {
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
  padding: clamp(18px, 2.2vw, 34px);
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 0% 100%, rgba(192, 192, 197, .46), transparent 35%),
    radial-gradient(circle at 72% 16%, rgba(255, 255, 255, .55), transparent 42%),
    linear-gradient(160deg, #ececef 0%, #e2e3e6 54%, #d8d9dc 100%);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.hero-card.hero-card--split > .hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      132deg,
      rgba(255, 255, 255, .18) 0 2px,
      rgba(223, 224, 227, .12) 2px 16px
    ),
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, .46), transparent 34%);
}

.hero-card.hero-card--split > .hero__content > * {
  position: relative;
  z-index: 1;
}

.hero-card.hero-card--split > .hero__visual {
  position: relative;
  inset: auto;
  clip-path: none;
  min-height: 0;
  height: auto;
  align-self: stretch;
  border: 0;
  border-left: 1px solid rgba(164, 122, 45, .22);
  border-radius: 0;
  overflow: hidden;
  background: rgba(19, 20, 18, .15);
}

.hero-card.hero-card--split > .hero__visual::before,
.hero-card.hero-card--split > .hero__visual::after {
  display: none;
}

.hero-card.hero-card--split > .hero__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 27%;
  opacity: 1;
  filter: saturate(1) contrast(1.03) brightness(1.03);
  animation: none;
}

.hero-card.hero-card--split .hero__emotion,
.hero-card.hero-card--split .hero__badge,
.hero-card.hero-card--split figcaption {
  display: none;
}

@media (max-width: 767px) {
  .hero-card.hero-card--split {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .hero-card.hero-card--split > .hero__content {
    height: auto;
    padding: 22px 18px 18px;
    overflow: visible;
  }

  .hero-card.hero-card--split .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-card.hero-card--split .hero__actions .btn {
    min-width: 0;
    font-size: 13px;
    padding: 12px 10px;
    min-height: 48px;
  }

  .hero-card.hero-card--split .hero__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-card.hero-card--split .hero__facts span {
    font-size: 10px;
    padding: 8px 9px;
    min-height: 36px;
  }

  .hero-card.hero-card--split > .hero__visual {
    min-height: 300px;
    max-height: 380px;
    border-left: 0;
    border-top: 1px solid rgba(164, 122, 45, .22);
  }

  .hero-card.hero-card--split > .hero__visual > img {
    object-position: 55% 55%;
  }
}

@keyframes slowZoom {
  from { transform: scale(1.01); }
  to { transform: scale(1.06); }
}

@keyframes solarSweep {
  0%, 46% { transform: translateX(-70%); }
  100% { transform: translateX(70%); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 10px rgba(214, 173, 97, .2); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 18px rgba(214, 173, 97, .08); }
}

@keyframes backgroundDrift {
  from { transform: scale(1.03) translateX(-1%); }
  to { transform: scale(1.1) translateX(1.5%); }
}

@keyframes labelFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes doorOpen {
  0%, 100% { transform: rotate(0deg); opacity: .62; }
  45%, 70% { transform: rotate(-54deg); opacity: 1; }
}

@keyframes guideWalk {
  0%, 12% { left: 42%; top: 72%; }
  26%, 38% { left: 53%; top: 62%; }
  52%, 64% { left: 68%; top: 72%; }
  78%, 90% { left: 31%; top: 43%; }
  100% { left: 42%; top: 72%; }
}

@keyframes tinyStep {
  from { transform: translateY(0) rotate(-8deg); }
  to { transform: translateY(2px) rotate(8deg); }
}

@keyframes pointArm {
  from { transform: rotate(-18deg); }
  to { transform: rotate(18deg); }
}

@keyframes planLight {
  0%, 12% { --guide-x: 42%; --guide-y: 72%; }
  26%, 38% { --guide-x: 53%; --guide-y: 62%; }
  52%, 64% { --guide-x: 68%; --guide-y: 72%; }
  78%, 90% { --guide-x: 31%; --guide-y: 43%; }
  100% { --guide-x: 42%; --guide-y: 72%; }
}

@media (min-width: 768px) {
  .hero--cinematic {
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 56px;
    align-items: start;
  }

  .hero--cinematic h1 {
    max-width: 500px;
    font-size: clamp(2.7rem, 4vw, 4.1rem);
    line-height: .93;
  }

  .hero--cinematic .hero__copy {
    max-width: 500px;
    margin-top: 14px;
    font-size: .94rem;
    line-height: 1.38;
  }

  .hero-card.hero-card--split {
    width: min(100%, 1140px);
    min-height: clamp(500px, 64vh, 610px);
    height: auto;
    border-radius: 18px;
  }

  .hero-card.hero-card--split > .hero__content {
    padding: 22px 24px;
    justify-content: flex-start;
    overflow: visible;
  }

  .hero-card.hero-card--split > .hero__visual {
    min-height: 0;
  }

  .hero-card.hero-card--split > .hero__visual > img {
    object-position: 62% 30%;
    transform: scale(1.02);
  }

  .hero--cinematic .hero__actions {
    margin-top: 18px;
  }

  .hero--cinematic .hero__facts {
    margin-top: 16px;
    gap: 8px;
  }

  .hero--cinematic .hero__facts span {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 10px;
  }
}

@keyframes premiumFadeDown {
  from {
    opacity: 0;
    transform: translate(-50%, -12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

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

@keyframes heroImageSettle {
  from {
    opacity: .92;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 980px) {
  .section {
    width: min(100%, 1280px);
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: max(42px, calc((100vw - 1280px) / 2));
    padding-right: max(42px, calc((100vw - 1280px) / 2));
  }

  .topbar {
    top: 18px;
    width: min(calc(100% - 56px), 1240px);
    min-height: 72px;
    padding: 14px 22px 14px 26px;
    gap: 28px;
    border-color: rgba(255, 250, 240, .52);
    background:
      linear-gradient(135deg, rgba(255, 250, 240, .78), rgba(245, 245, 241, .54)),
      rgba(255, 255, 255, .28);
    box-shadow: 0 20px 70px rgba(7, 19, 15, .14);
    backdrop-filter: blur(24px) saturate(1.25);
    animation: premiumFadeDown .72s ease both;
  }

  .brand {
    font-size: 20px;
    letter-spacing: 0;
  }

  .topbar__links {
    gap: 28px;
    font-size: 13px;
  }

  .topbar__links a:not(.nav-cta) {
    display: inline-flex;
    padding: 10px 0;
  }

  .nav-cta {
    padding: 13px 20px;
    box-shadow: 0 12px 28px rgba(164, 122, 45, .18);
  }

  .hero--cinematic {
    min-height: 100svh;
    padding-top: 118px;
    padding-bottom: 82px;
    padding-left: max(42px, calc((100vw - 1320px) / 2));
    padding-right: max(42px, calc((100vw - 1320px) / 2));
    align-items: center;
  }

  .hero-card.hero-card--split {
    width: min(100%, 1280px);
    min-height: clamp(660px, 72vh, 780px);
    grid-template-columns: minmax(0, 1.04fr) minmax(500px, .96fr);
    border-radius: 24px;
    box-shadow: 0 34px 110px rgba(7, 19, 15, .2);
    animation: premiumFadeUp .82s ease .08s both;
  }

  .hero-card.hero-card--split > .hero__content {
    padding: clamp(54px, 5vw, 78px);
    justify-content: center;
  }

  .hero--cinematic h1 {
    max-width: 650px;
    font-size: clamp(58px, 5vw, 78px);
    line-height: .98;
  }

  .hero--cinematic .hero__copy {
    max-width: 590px;
    margin-top: 22px;
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.58;
  }

  .hero--cinematic .hero__actions {
    margin-top: 32px;
    gap: 14px;
  }

  .hero--cinematic .hero__facts {
    max-width: 620px;
    margin-top: 28px;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero--cinematic .hero__facts span {
    min-height: 48px;
    padding: 11px 12px;
    font-size: 11px;
    justify-content: center;
    text-align: center;
  }

  .hero-card.hero-card--split > .hero__visual > img {
    object-position: 58% 32%;
    animation: heroImageSettle 1.2s ease .18s both;
  }

  .btn {
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
  }

  .btn:hover {
    transform: translateY(-4px);
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .concept .section-heading,
  .project-details .section-heading,
  .assurance-section .section-heading,
  .gallery-strip .section-heading,
  .homes-types .section-heading,
  .walkthrough .section-heading {
    max-width: 860px;
  }

  .concept-grid,
  .detail-grid,
  .assurance-grid,
  .homes-types__grid,
  .trust-grid {
    align-items: stretch;
  }

  .value-card,
  .detail-card,
  .assurance-card,
  .home-type-card,
  .walk-step {
    height: 100%;
  }

  .value-card:hover,
  .detail-card:hover,
  .assurance-card:hover,
  .home-type-card:hover,
  .walk-step:hover {
    transform: translateY(-5px);
  }

  .value-card:hover {
    box-shadow: 0 32px 74px rgba(7, 19, 15, .26);
  }

  .project-details.section {
    padding-top: 116px;
    padding-bottom: 116px;
    padding-left: max(42px, calc((100vw - 1240px) / 2));
    padding-right: max(42px, calc((100vw - 1240px) / 2));
  }

  .project-details::before {
    background:
      linear-gradient(115deg, rgba(255, 255, 255, .64), transparent 48%, rgba(216, 199, 125, .14)),
      linear-gradient(rgba(248, 246, 239, .9), rgba(238, 243, 235, .92)),
      url("../images/apartment-realistic.png") right center / min(720px, 50vw) auto no-repeat;
    background-blend-mode: normal, normal, luminosity;
    opacity: .92;
  }

  .project-details .section-heading {
    margin-bottom: 48px;
  }

  .detail-grid {
    gap: 22px;
  }

  .detail-card {
    min-height: 310px;
    padding: 32px;
    border-radius: 20px;
  }

  .detail-icon {
    margin-bottom: 30px;
  }

  .assurance-section {
    position: relative;
    isolation: isolate;
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: max(42px, calc((100vw - 1240px) / 2));
    padding-right: max(42px, calc((100vw - 1240px) / 2));
    overflow: hidden;
  }

  .assurance-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url("../images/apartment-realistic.png") center / cover no-repeat;
    opacity: .11;
    filter: grayscale(.4) saturate(.7) contrast(1.08);
  }

  .assurance-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(135deg, rgba(7, 19, 15, .96), rgba(15, 63, 49, .9)),
      radial-gradient(circle at 16% 12%, rgba(229, 198, 109, .18), transparent 28%);
  }

  .assurance-grid {
    gap: 22px;
    counter-reset: assurance-card;
  }

  .assurance-card {
    position: relative;
    min-height: 244px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    border-radius: 22px;
  }

  .assurance-card::before {
    counter-increment: assurance-card;
    content: "0" counter(assurance-card);
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border: 1px solid rgba(229, 198, 109, .38);
    border-radius: 14px;
    background: rgba(255, 250, 240, .1);
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
  }

  .assurance-closing {
    position: relative;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 250, 240, .22);
  }

  .connectivity-template,
  .final-cta {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .walkthrough,
  .homes-types {
    padding: 42px;
  }

  .image-rail {
    gap: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Desktop layout stabilization: keeps mobile rules untouched. */
@media (min-width: 900px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .section,
  .concept.section,
  .project-details.section,
  .connectivity-template.section,
  .assurance-section.section,
  .walkthrough.section,
  .homes-types.section,
  .gallery-strip.section,
  .final-cta.section {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding: 96px max(36px, calc((100vw - 1280px) / 2));
  }

  .section-heading,
  .concept .section-heading,
  .project-details .section-heading,
  .assurance-section .section-heading,
  .gallery-strip .section-heading,
  .homes-types .section-heading,
  .walkthrough .section-heading,
  .connectivity-heading {
    width: min(100%, 860px);
    max-width: 860px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading h2,
  .concept-title,
  .project-details .section-heading h2,
  .connectivity-heading h2,
  .assurance-section .section-heading h2,
  .walkthrough .section-heading h2,
  .homes-types .section-heading h2,
  .gallery-strip .section-heading h2,
  .final-card h2 {
    max-width: 860px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    line-height: 1.08;
  }

  .topbar {
    left: 50%;
    right: auto;
    top: 18px;
    width: min(92%, 1180px);
    min-height: 76px;
    padding: 14px 22px 14px 26px;
    gap: 28px;
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .topbar.reveal {
    transform: translate(-50%, -10px);
  }

  .topbar.reveal.is-visible {
    transform: translate(-50%, 0);
  }

  .brand {
    font-size: 20px;
    flex: 0 0 auto;
  }

  .topbar__links {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    font-size: 13px;
  }

  .topbar__links a:not(.nav-cta) {
    display: inline-flex;
  }

  .nav-cta {
    padding: 13px 20px;
  }

  .hero.hero--cinematic {
    width: 100%;
    min-height: 100svh;
    padding: 128px max(36px, calc((100vw - 1360px) / 2)) 88px;
    align-items: center;
  }

  .hero-card.hero-card--split {
    width: min(100%, 1360px);
    max-width: 1360px;
    min-height: clamp(640px, 70vh, 760px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    border-radius: 24px;
    overflow: hidden;
  }

  .hero-card.hero-card--split > .hero__content {
    min-width: 0;
    width: 100%;
    padding: clamp(44px, 5vw, 72px);
    justify-content: center;
  }

  .hero-card.hero-card--split > .hero__visual {
    min-width: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
  }

  .hero-card.hero-card--split > .hero__visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 34%;
  }

  .hero--cinematic h1 {
    max-width: 640px;
    font-size: clamp(50px, 5vw, 72px);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero--cinematic .hero__copy {
    max-width: 560px;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.58;
  }

  .hero--cinematic .hero__facts {
    max-width: 620px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .concept-grid {
    width: 100%;
    max-width: 1280px;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 22px;
  }

  .value-card {
    min-height: 360px;
  }

  .cinematic.section {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: clamp(36px, 5vw, 72px);
    padding: 112px max(36px, calc((100vw - 1280px) / 2));
    align-items: center;
  }

  .cinematic__copy {
    width: 100%;
    max-width: 560px;
    padding: 0;
  }

  .cinematic h2 {
    max-width: 560px;
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  .cinematic p {
    max-width: 540px;
  }

  .cinematic__image {
    width: 100%;
    min-height: 520px;
  }

  .detail-grid {
    width: 100%;
    max-width: 1280px;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 22px;
  }

  .detail-card {
    min-height: 300px;
    height: 100%;
    padding: 30px;
  }

  .connectivity-layout {
    width: 100%;
    max-width: 1280px;
    grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
    gap: clamp(36px, 5vw, 64px);
    align-items: stretch;
  }

  .connectivity-map {
    min-height: 420px;
    max-height: 560px;
  }

  .connectivity-map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .connectivity-list {
    width: 100%;
  }

  .assurance-grid {
    width: 100%;
    max-width: 1280px;
    grid-template-columns: repeat(2, minmax(360px, 1fr));
    gap: 22px;
  }

  .assurance-card {
    min-height: 250px;
    height: 100%;
    padding: 32px;
  }

  .walk-grid {
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
    grid-template-columns: minmax(320px, 420px) minmax(420px, 520px);
    justify-content: center;
    gap: clamp(42px, 6vw, 82px);
  }

  .homes-types {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
    gap: 28px;
  }

  .homes-types__grid {
    min-width: 0;
  }

  .home-type-card {
    height: 100%;
  }

  .gallery-strip {
    overflow: hidden;
    text-align: center;
  }

  .gallery-strip .section-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery-strip .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .image-rail {
    width: min(100%, 980px);
    max-width: 980px;
    grid-auto-columns: minmax(420px, 48%);
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 50%;
    padding: 10px 0 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-rail img {
    height: clamp(320px, 32vw, 430px);
    scroll-snap-align: center;
  }

  .gallery-strip .gallery-cta {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }

  .final-card {
    width: min(100%, 1180px);
    margin-inline: auto;
  }
}

@media (min-width: 1200px) {
  .concept-grid {
    grid-template-columns: repeat(4, minmax(260px, 1fr));
  }
}

@media (min-width: 1100px) {
  .hero-card.hero-card--split {
    grid-template-columns: minmax(520px, 1fr) minmax(520px, 1fr);
  }
}
