:root {
  --ink: #111714;
  --ink-soft: #26312b;
  --muted: #667169;
  --paper: #fbfaf7;
  --soft: #f0eee8;
  --green: #153f2d;
  --green-deep: #091710;
  --green-bright: #2e7452;
  --gold: #c79b51;
  --copper: #8f4d2f;
  --line: rgba(17, 23, 20, 0.14);
  --white-line: rgba(255, 255, 255, 0.18);
  --header-height: 64px;
  --shell: 1180px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

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

button {
  border: 0;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p,
dl,
dd,
figure,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 12px;
}

.section-shell {
  width: min(100% - 40px, var(--shell));
  margin-inline: auto;
}

#project,
#spaces,
#official,
#contact {
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--green-bright);
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 950;
  height: 2px;
  pointer-events: none;
  background: transparent;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--gold), #68a07e);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 18px;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  border-color: rgba(17, 23, 20, 0.08);
  background: rgba(251, 250, 247, 0.88);
  box-shadow: 0 12px 30px rgba(12, 26, 18, 0.06);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.wordmark > span:last-child {
  display: grid;
  gap: 1px;
}

.wordmark strong {
  font-size: 17px;
  line-height: 1;
}

.wordmark small {
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.68;
}

.wordmark__spark {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.wordmark__spark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  -webkit-mask: url("./assets/star-mall-mark-approved.png") center / contain no-repeat;
  mask: url("./assets/star-mall-mark-approved.png") center / contain no-repeat;
  transform-origin: center;
  animation: logo-reveal 780ms cubic-bezier(0.2, 0.65, 0.25, 1) both;
  transition: background 260ms ease;
}

.site-header:not(.is-scrolled) .wordmark__spark::before {
  background: linear-gradient(145deg, #f0c979 5%, #fff 58%, #d9a84c 100%);
}

@keyframes logo-reveal {
  from {
    opacity: 0;
    transform: scale(0.68) rotate(-14deg);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

.desktop-nav,
.header-phone {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--green-deep);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(135deg, rgba(46, 116, 82, 0.32), transparent 48%),
    linear-gradient(180deg, #07110c 0%, #123022 56%, #0a1710 100%);
}

.hero__wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 10, 7, 0.46) 0%, rgba(4, 10, 7, 0.04) 34%, rgba(4, 10, 7, 0.12) 66%, rgba(4, 10, 7, 0.84) 100%),
    linear-gradient(90deg, rgba(4, 10, 7, 0.34), transparent 68%);
}

.hero__copy {
  position: relative;
  z-index: 4;
  width: min(100% - 40px, 760px);
  margin-inline: auto;
  padding-top: 116px;
}

.hero__copy .eyebrow {
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 54px;
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero__position {
  max-width: 570px;
  margin-top: 20px;
  color: #f5f6f3;
  font-size: 27px;
  font-weight: 620;
  line-height: 1.18;
}

.hero__intro {
  max-width: 520px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.hero__building {
  position: absolute;
  z-index: 1;
  left: -28%;
  right: -28%;
  bottom: 4%;
  height: 58%;
  transform: translate3d(0, calc((var(--scene-progress, 0) - 0.5) * 22px), 0) scale(calc(1.08 - var(--scene-progress, 0) * 0.08));
  transform-origin: center bottom;
  will-change: transform;
  background: #163a29;
  overflow: hidden;
}

.hero__building::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #0f281d 0%, rgba(15, 40, 29, 0.12) 23%, rgba(8, 21, 15, 0.1) 76%, #08150f 100%),
    linear-gradient(90deg, rgba(13, 37, 26, 0.44), rgba(13, 37, 26, 0.05) 48%, rgba(13, 37, 26, 0.3));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero__building img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: grayscale(0.65) contrast(1.1) brightness(0.82);
  mix-blend-mode: luminosity;
}

.hero__note {
  position: absolute;
  z-index: 4;
  left: 20px;
  right: 20px;
  bottom: 74px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  line-height: 1.5;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 68px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.scroll-cue i {
  font-size: 18px;
  font-style: normal;
  animation: cue 1.7s ease-in-out infinite;
}

@keyframes cue {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.facts {
  position: relative;
  padding: 88px 0 68px;
  background: var(--paper);
}

.facts__intro h2,
.location__heading h2,
.spaces__heading h2,
.contact__copy h2 {
  margin-top: 14px;
  font-size: 36px;
  font-weight: 680;
  line-height: 1.16;
  letter-spacing: 0;
}

.facts__intro > p:last-child,
.location__heading > p:last-child,
.spaces__heading > p:last-child,
.contact__copy > p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.facts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.facts__grid > div {
  min-height: 142px;
  padding: 25px 10px 22px 0;
  border-bottom: 1px solid var(--line);
}

.facts__grid > div:nth-child(odd) {
  padding-right: 18px;
  border-right: 1px solid var(--line);
}

.facts__grid > div:nth-child(even) {
  padding-left: 18px;
}

.facts__grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.facts__grid > .fact-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 108px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-right: 0;
  border-bottom: 0;
}

.facts__grid > .fact-wide dt {
  align-items: center;
}

.facts__grid > .fact-wide strong {
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.facts__grid > .fact-wide dd {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.65;
}

.facts__grid dt {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  color: var(--green);
}

.facts__grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 0.95;
}

.facts__grid dt span {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 650;
}

.facts__grid dd {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.facts__source {
  margin-top: 15px;
  color: #879087;
  font-size: 11px;
  line-height: 1.6;
}

.leasing-progress {
  position: relative;
  overflow: hidden;
  padding: 82px 0 0;
  background:
    linear-gradient(145deg, rgba(46, 116, 82, 0.22), transparent 44%),
    linear-gradient(180deg, #0a1811, #07110c);
  color: #fff;
}

.leasing-progress__copy {
  position: relative;
  z-index: 2;
}

.leasing-progress__copy h2 {
  margin-top: 14px;
  font-size: 34px;
  font-weight: 560;
  line-height: 1.2;
}

.leasing-progress__copy h2 strong {
  display: inline-flex;
  align-items: baseline;
  margin-top: 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
}

.leasing-progress__copy h2 strong span {
  margin-right: 4px;
  color: #f0c979;
}

.leasing-progress__copy > p {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.tenant-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--white-line);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}

.tenant-line li {
  position: relative;
}

.tenant-line li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--gold);
}

.leasing-progress__media {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  grid-template-rows: auto auto;
  gap: 2px;
  margin-top: 54px;
  background: #07110c;
}

.tenant-shot {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #13251b;
}

.tenant-shot--primary {
  grid-row: 1 / 3;
  aspect-ratio: 0.88;
}

.tenant-shot--secondary {
  aspect-ratio: 0.9;
}

.tenant-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.02);
  transition: transform 900ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.tenant-shot--primary img {
  object-position: 52% center;
}

.tenant-shot.is-visible img {
  transform: scale(1);
}

.tenant-shot::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5, 12, 8, 0.84));
  pointer-events: none;
}

.tenant-shot figcaption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.tenant-shot figcaption span {
  display: block;
  margin-bottom: 3px;
  color: #f0c979;
  font-size: 9px;
  font-weight: 700;
}

.leasing-signal {
  display: grid;
  align-content: center;
  min-height: 200px;
  padding: 22px;
  color: #fff;
  background: #193f2d;
}

.leasing-signal p {
  color: #f0c979;
  font-size: 10px;
  font-weight: 700;
}

.leasing-signal strong {
  margin-top: 14px;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.2;
}

.leasing-signal span {
  align-self: end;
  margin-top: 28px;
  color: #c3d0c8;
  font-size: 11px;
  line-height: 1.6;
}

.poster-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-content: center;
  min-height: 138px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #214c38, #10291e 66%, #6f5129);
  cursor: pointer;
  text-align: left;
}

.poster-entry span {
  color: #c9d6ce;
  font-size: 10px;
  font-weight: 700;
}

.poster-entry strong {
  align-self: end;
  font-size: 15px;
  line-height: 1.35;
}

.poster-entry i {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 22px;
  font-style: normal;
}

.location {
  padding: 88px 0 0;
  background: var(--paper);
}

.map-action {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 2px 8px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.map-action i {
  font-size: 19px;
  font-style: normal;
  transition: transform 180ms ease;
}

.map-action:hover i,
.map-action:focus-visible i {
  transform: translate(3px, -3px);
}

.location__visual {
  position: relative;
  width: min(100% - 24px, 1340px);
  margin: 52px auto 0;
  overflow: hidden;
  background: #e8e8e3;
}

.location__visual img {
  width: 100%;
  height: auto;
  margin-left: 0;
  filter: grayscale(0.35) saturate(0.75) contrast(1.04);
}

.location__visual ul {
  display: grid;
  gap: 0;
  background: var(--green);
  color: #fff;
}

.location__visual li {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.location__visual li:last-child {
  border-bottom: 0;
}

.location__visual strong {
  font-size: 13px;
}

.location__visual span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.location__aerial {
  position: relative;
  min-height: 78svh;
  margin-top: 88px;
  overflow: hidden;
  background: #0d1a13;
  color: #fff;
}

.location__aerial > img {
  position: absolute;
  inset: -8% 0;
  width: 100%;
  height: 116%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, calc((var(--scene-progress, 0) - 0.5) * -40px), 0) scale(1.04);
  filter: saturate(0.65) contrast(1.1) brightness(0.64);
  will-change: transform;
}

.location__aerial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 15, 10, 0.18), rgba(5, 13, 9, 0.88));
}

.location__aerial-copy {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 54px;
}

.location__aerial-copy p {
  color: #f0c979;
  font-size: 12px;
  font-weight: 700;
}

.location__aerial-copy h3 {
  max-width: 760px;
  margin-top: 12px;
  font-size: 31px;
  font-weight: 620;
  line-height: 1.22;
}

.spaces {
  overflow: hidden;
  padding: 92px 0 0;
  background: var(--green-deep);
  color: #fff;
}

.spaces__heading > p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.exploded {
  position: relative;
  min-height: 680px;
  margin-top: 56px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef2ee, #fbfaf7 72%);
  color: var(--ink);
}

.exploded::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 110px;
  background: linear-gradient(180deg, var(--green-deep), transparent);
  pointer-events: none;
}

.exploded__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--shell));
  margin-inline: auto;
  padding-top: 96px;
}

.exploded__copy span {
  display: block;
  color: var(--green-bright);
  font-size: 10px;
  font-weight: 700;
}

.exploded__copy strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.22;
}

.exploded__copy p {
  max-width: 420px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.exploded > img {
  position: absolute;
  left: 50%;
  bottom: -2%;
  width: 830px;
  height: auto;
  max-width: none;
  transform: translate3d(-50%, calc((var(--scene-progress, 0) - 0.5) * -34px), 0) scale(calc(0.96 + var(--scene-progress, 0) * 0.04));
  transform-origin: center bottom;
  filter: grayscale(0.42) sepia(0.12) hue-rotate(78deg) saturate(0.8) contrast(1.04);
  will-change: transform;
}

.floor-explorer {
  padding-top: 64px;
  padding-bottom: 92px;
}

.floor-tabs {
  display: grid;
  grid-template-columns: repeat(8, minmax(42px, 1fr));
  gap: 4px;
  overflow-x: auto;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  scrollbar-width: none;
}

.floor-tabs::-webkit-scrollbar {
  display: none;
}

.floor-tabs button {
  min-width: 42px;
  height: 44px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.64);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease;
}

.floor-tabs button.is-active {
  color: #102119;
  background: #f0c979;
}

.floor-model {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #151d19;
}

.floor-model__viewport {
  overflow: hidden;
  background: #181b1c;
}

.floor-model__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
}

.floor-model__stage img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  filter: grayscale(0.2) saturate(0.7) contrast(1.05);
}

.model-band {
  --band-top: 62.95%;
  --band-height: 8.76%;
  position: absolute;
  top: var(--band-top);
  right: 0;
  left: 0;
  height: max(3px, var(--band-height));
  border-top: 2px solid #f0c979;
  border-bottom: 1px solid #f0c979;
  background: rgba(240, 201, 121, 0.26);
  box-shadow: 0 0 22px rgba(240, 201, 121, 0.16);
  transition: top 620ms cubic-bezier(0.2, 0.65, 0.25, 1), height 620ms cubic-bezier(0.2, 0.65, 0.25, 1), background-color 220ms ease;
}

.model-band b {
  position: absolute;
  top: 50%;
  right: 9%;
  min-width: 42px;
  padding: 4px 7px;
  transform: translateY(-50%);
  border-radius: 3px;
  color: #102119;
  background: #f0c979;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.model-band.is-underground {
  height: 0;
  border-bottom: 0;
  border-top-style: dashed;
  background: transparent;
}

.model-band.is-underground b {
  top: 8px;
  transform: none;
}

.floor-model figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 15px 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.floor-model figcaption span {
  color: #f0c979;
  font-size: 10px;
  font-weight: 700;
}

.floor-model figcaption strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

.floor-tabs button:focus-visible,
.poster-entry:focus-visible,
.official-entry button:focus-visible,
.phone-action:focus-visible,
.mobile-dock a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.floor-summary {
  display: grid;
  gap: 10px;
  min-height: 145px;
  padding: 34px 0 26px;
}

.floor-summary > p:first-child {
  color: #f0c979;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.floor-summary h3 {
  font-size: 24px;
  line-height: 1.25;
}

.floor-summary > p:last-child {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.75;
}

.plan-stage {
  position: relative;
  display: block;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f4ef;
  cursor: zoom-in;
}

.plan-stage img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  filter: grayscale(1) sepia(0.22) hue-rotate(76deg) saturate(0.9) contrast(1.08);
  transition: opacity 160ms ease, transform 260ms ease;
}

.plan-stage.is-switching img {
  opacity: 0.1;
  transform: scale(0.985);
}

.plan-stage__wash,
.plan-modal__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(27, 74, 51, 0.1);
  mix-blend-mode: color;
}

.plan-stage__zoom {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 28, 19, 0.8);
  font-size: 21px;
  backdrop-filter: blur(8px);
}

.floor-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.65;
}

.official-entry {
  position: relative;
  min-height: 76svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(197, 155, 81, 0.16), transparent 36%),
    linear-gradient(145deg, #163f2d, #0c2117 72%, #07130d);
  color: #fff;
}

.official-entry::after {
  content: "BINAN";
  position: absolute;
  right: -26px;
  bottom: -38px;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 132px;
  font-weight: 700;
  line-height: 1;
}

.official-entry__line {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: calc(20% + var(--scene-progress, 0) * 62%);
  background: linear-gradient(180deg, transparent, var(--gold));
}

.official-entry__content {
  position: relative;
  z-index: 2;
  padding: 88px 0;
}

.official-entry h2 {
  max-width: 760px;
  margin-top: 16px;
  font-size: 38px;
  font-weight: 650;
  line-height: 1.18;
}

.official-entry__content > p:last-of-type {
  max-width: 640px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.official-entry button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 260px;
  margin-top: 34px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease;
}

.official-entry button:hover {
  color: var(--green-deep);
  background: #fff;
}

.contact {
  padding: 92px 0 86px;
  background: var(--soft);
}

.contact__layout {
  display: grid;
  gap: 52px;
}

.contact__support {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-size: 12px;
  font-weight: 650;
}

.phone-action {
  display: inline-grid;
  gap: 4px;
  margin-top: 34px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
}

.phone-action span {
  font-size: 10px;
  font-weight: 700;
}

.phone-action strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.qr-block {
  justify-self: center;
  width: min(100%, 330px);
  padding: 14px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(17, 36, 25, 0.1);
}

.qr-block img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.qr-block p {
  display: grid;
  gap: 3px;
  padding: 14px 8px 4px;
  text-align: center;
}

.qr-block strong {
  color: var(--green);
  font-size: 15px;
}

.qr-block span {
  color: var(--muted);
  font-size: 11px;
}

.mobile-dock {
  position: fixed;
  z-index: 850;
  left: 14px;
  right: 14px;
  bottom: max(12px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 54px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(10, 24, 17, 0.82);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.mobile-dock a {
  display: grid;
  place-items: center;
  min-width: 0;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 650;
}

.mobile-dock a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.site-footer {
  padding: 28px 0 104px;
  background: #07110c;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.site-footer .section-shell {
  display: grid;
  gap: 16px;
}

.filings {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.filings a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.filings img {
  width: 20px;
  height: 20px;
}

.modal {
  width: min(94vw, 760px);
  max-height: 92svh;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: #0a1610;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.modal::backdrop {
  background: rgba(4, 9, 6, 0.76);
  backdrop-filter: blur(8px);
}

.modal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 12px 0 18px;
  border-bottom: 1px solid var(--white-line);
}

.modal__bar h2 {
  font-size: 15px;
}

.modal__bar button,
.confirm-modal__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 25px;
}

.poster-modal__body {
  max-height: calc(92svh - 58px);
  overflow: auto;
  background: #111;
}

.poster-modal__body img {
  width: min(100%, 540px);
  margin-inline: auto;
}

.plan-modal {
  width: min(96vw, 1080px);
}

.plan-modal__viewer {
  position: relative;
  height: min(70svh, 760px);
  overflow: auto;
  background: #f3f4ef;
  --plan-zoom: 1;
}

.plan-modal__viewer img {
  position: relative;
  z-index: 0;
  display: block;
  width: calc(100% * var(--plan-zoom));
  max-width: none;
  min-width: calc(100% * var(--plan-zoom));
  margin: auto;
  filter: grayscale(1) sepia(0.22) hue-rotate(76deg) saturate(0.9) contrast(1.08);
}

.plan-modal__controls {
  display: grid;
  grid-template-columns: 48px 1fr 64px 48px;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--white-line);
}

.plan-modal__controls button {
  height: 40px;
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.plan-modal__controls output {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 12px;
}

.confirm-modal {
  position: fixed;
  inset: 0;
  width: min(92vw, 480px);
  padding: 44px 24px 24px;
  background: linear-gradient(145deg, #17412e, #0a1a12);
}

.confirm-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.confirm-modal > p {
  color: #f0c979;
  font-size: 10px;
  font-weight: 700;
}

.confirm-modal h2 {
  margin-top: 12px;
  font-size: 25px;
  line-height: 1.35;
}

.confirm-modal > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 30px;
}

.confirm-modal > div button,
.confirm-modal > div a {
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

.confirm-modal > div button {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.confirm-modal > div a {
  color: #102018;
  background: #f0c979;
  font-weight: 700;
}

.js .reveal,
.js .reveal-media {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 780ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.js .reveal-media {
  transform: translateY(18px) scale(0.99);
}

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

.hero .reveal:nth-child(2) { transition-delay: 80ms; }
.hero .reveal:nth-child(3) { transition-delay: 160ms; }
.hero .reveal:nth-child(4) { transition-delay: 240ms; }

@media (min-width: 760px) {
  :root {
    --header-height: 72px;
  }

  .section-shell {
    width: min(100% - 72px, var(--shell));
  }

  .site-header {
    padding: 0 36px;
  }

  .hero__copy {
    width: min(100% - 72px, var(--shell));
    padding-top: 138px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .hero__position {
    font-size: 36px;
  }

  .hero__building {
    left: -8%;
    right: -8%;
    bottom: -3%;
    height: 72%;
  }

  .hero__note {
    left: 36px;
    bottom: 32px;
  }

  .scroll-cue {
    right: 36px;
    bottom: 28px;
  }

  .facts,
  .location,
  .contact {
    padding-top: 120px;
  }

  .facts__intro h2,
  .location__heading h2,
  .spaces__heading h2,
  .contact__copy h2 {
    max-width: 880px;
    font-size: 48px;
  }

  .facts__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 68px;
  }

  .facts__grid > div,
  .facts__grid > div:nth-child(odd),
  .facts__grid > div:nth-child(even) {
    min-height: 176px;
    padding: 34px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

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

  .facts__grid > div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .facts__grid > .fact-wide,
  .facts__grid > .fact-wide:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 190px 1fr;
    min-height: 106px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .facts__grid > .fact-wide strong {
    font-size: 22px;
  }

  .facts__grid strong {
    font-size: 58px;
  }

  .leasing-progress {
    padding-top: 112px;
  }

  .leasing-progress__copy h2 {
    font-size: 48px;
  }

  .leasing-progress__copy h2 strong {
    font-size: 86px;
  }

  .leasing-progress__media {
    grid-template-columns: 1.2fr 0.8fr;
    margin-top: 72px;
  }

  .tenant-shot--primary {
    aspect-ratio: 1.6;
  }

  .tenant-shot--secondary {
    aspect-ratio: 1.6;
  }

  .poster-entry {
    min-height: 180px;
    padding: 26px 30px;
  }

  .poster-entry strong {
    font-size: 21px;
  }

  .location__visual {
    width: min(100% - 72px, 1340px);
    margin-top: 72px;
  }

  .location__visual img {
    width: 100%;
    margin-left: 0;
  }

  .location__visual ul {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: min(360px, 36%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(13, 45, 30, 0.9);
    backdrop-filter: blur(12px);
  }

  .location__aerial {
    min-height: 88svh;
    margin-top: 120px;
  }

  .location__aerial-copy {
    left: max(36px, calc((100% - var(--shell)) / 2));
    right: auto;
    bottom: 76px;
    width: min(760px, calc(100% - 72px));
  }

  .location__aerial-copy h3 {
    font-size: 46px;
  }

  .spaces {
    padding-top: 120px;
  }

  .exploded {
    min-height: 900px;
    margin-top: 76px;
  }

  .exploded__copy {
    width: min(100% - 72px, var(--shell));
    padding-top: 132px;
  }

  .exploded__copy strong {
    font-size: 40px;
  }

  .exploded > img {
    width: 1160px;
  }

  .floor-explorer {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .floor-summary {
    grid-template-columns: 110px minmax(260px, 0.62fr) 1fr;
    align-items: center;
    gap: 28px;
    min-height: 132px;
  }

  .floor-summary > p:first-child {
    font-size: 50px;
  }

  .floor-summary h3 {
    font-size: 28px;
  }

  .plan-stage {
    min-height: 640px;
  }

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

  .official-entry {
    min-height: 82svh;
  }

  .official-entry::after {
    font-size: 220px;
  }

  .official-entry__line {
    left: max(36px, calc((100% - var(--shell)) / 2));
  }

  .official-entry h2 {
    font-size: 56px;
  }

  .contact {
    padding-bottom: 120px;
  }

  .contact__layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 90px;
  }

  .qr-block {
    width: 360px;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .site-footer .section-shell {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1020px) {
  .desktop-nav {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 30px;
    transform: translateX(-50%);
  }

  .desktop-nav a {
    position: relative;
    padding: 10px 0;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.72;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 1px;
    transform: scaleX(0);
    background: currentColor;
    transition: transform 180ms ease;
  }

  .desktop-nav a:hover::after,
  .desktop-nav a.is-active::after {
    transform: scaleX(1);
  }

  .header-phone {
    display: inline-flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
  }

  .mobile-dock {
    display: none;
  }

  .hero__building {
    left: 24%;
    right: -9%;
    bottom: -4%;
    height: 88%;
  }

  .hero__building img {
    object-position: center bottom;
  }

  .hero__wash {
    background:
      linear-gradient(90deg, rgba(4, 10, 7, 0.72) 0%, rgba(4, 10, 7, 0.28) 45%, rgba(4, 10, 7, 0.08) 74%, rgba(4, 10, 7, 0.26) 100%),
      linear-gradient(180deg, rgba(4, 10, 7, 0.4), transparent 58%, rgba(4, 10, 7, 0.78));
  }

  .hero__copy {
    padding-top: 20svh;
  }

  .hero h1 {
    font-size: 88px;
  }

  .hero__position {
    font-size: 42px;
  }

  .leasing-progress {
    display: grid;
    grid-template-columns: minmax(380px, 0.74fr) minmax(0, 1.26fr);
    align-items: stretch;
    padding: 0;
  }

  .leasing-progress__copy {
    align-self: center;
    width: min(100% - 72px, 470px);
    margin-inline: auto;
    padding: 112px 0;
  }

  .leasing-progress__media {
    min-height: 760px;
    margin-top: 0;
  }

  .tenant-shot--primary,
  .tenant-shot--secondary {
    aspect-ratio: auto;
  }

  .poster-entry {
    min-height: 240px;
  }
}

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

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

  .hero__building,
  .location__aerial > img,
  .exploded > img {
    transform: none !important;
  }

  .js .reveal,
  .js .reveal-media {
    opacity: 1;
    transform: none;
  }
}
