@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap');
:root {
  --ink: #070d16;
  --ink-soft: #121c2b;
  --steel: #8fa3b8;
  --paper: #eef2f7;
  --warm: #e8b46a;
  --warm-deep: #c8883a;
  --gulf: #3d6b7a;
  --line: rgba(238,242,247,.14);
  --display: 'Outfit', system-ui, sans-serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-pad { padding: 6.5rem max(5vw, 1.5rem); }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 1.35rem max(5vw, 1.5rem);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.brand, .footer-brand {
  align-items: center;
  display: flex;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.3;
}
.brand-mark {
  color: var(--warm);
  font-size: 1.35rem;
  line-height: 1;
  margin-right: .65rem;
}
.local-nav {
  align-items: center;
  display: flex;
  gap: 1.8rem;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.local-nav a { opacity: .72; transition: color .2s, opacity .2s; }
.local-nav a:hover { color: var(--warm); opacity: 1; }
.nav-cta {
  border: 1px solid var(--line);
  border-radius: 99px;
  opacity: 1 !important;
  padding: .65rem .95rem;
}
.nav-cta span { color: var(--warm); margin-left: .4rem; }

.hero {
  align-items: center;
  background:
    radial-gradient(ellipse at 68% 28%, rgba(61,107,122,.45) 0%, transparent 45%),
    linear-gradient(160deg, #0a1524 0%, #071018 55%, #101820 100%);
  display: grid;
  gap: 3.5rem;
  grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
  min-height: 820px;
  overflow: hidden;
  padding-top: 9.5rem;
  position: relative;
}
.hero:after {
  background: linear-gradient(90deg, transparent, rgba(232,180,106,.2), transparent);
  content: '';
  height: 1px;
  left: 5vw;
  position: absolute;
  right: 5vw;
  top: 5.6rem;
}
.hero-copy { max-width: 540px; position: relative; z-index: 1; }
.eyebrow {
  align-items: center;
  color: var(--warm);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.eyebrow-rule {
  background: var(--warm);
  display: inline-block;
  height: 1px;
  margin-right: .75rem;
  vertical-align: middle;
  width: 2rem;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0 0 1.5rem;
}
.hero h1 span {
  color: var(--warm);
  display: block;
}
.hero-lede {
  color: #b8c5d4;
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 440px;
}
.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2.1rem 0 3.2rem;
}
.button {
  align-items: center;
  display: inline-flex;
  font-size: .74rem;
  font-weight: 700;
  gap: .9rem;
  letter-spacing: .1em;
  padding: .95rem 1.2rem;
  text-transform: uppercase;
  transition: background .2s, transform .2s;
}
.button:hover { transform: translateY(-2px); }
.button-warm { background: var(--warm); color: var(--ink); }
.button-warm:hover { background: #f0c789; }
.text-link {
  border-bottom: 1px solid var(--warm);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding-bottom: .25rem;
  text-transform: uppercase;
}
.text-link span { color: var(--warm); margin-left: .35rem; }
.hero-stats {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 2.2rem;
  padding-top: 1.15rem;
}
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong {
  color: var(--warm);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
}
.hero-stats span {
  color: #8090a3;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-art { position: relative; }
.hero-image-wrap {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  box-shadow: 0 28px 60px rgba(0,0,0,.45);
  overflow: hidden;
  position: relative;
}
.hero-image-wrap img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}
.hero-badge {
  background: linear-gradient(135deg, rgba(232,180,106,.95), rgba(200,136,58,.95));
  border-radius: 999px;
  bottom: 1.2rem;
  color: var(--ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  left: 1.2rem;
  padding: .55rem .9rem;
  position: absolute;
  text-transform: uppercase;
}
.image-note {
  color: #8090a3;
  font-size: .65rem;
  letter-spacing: .12em;
  margin: .75rem 0 0;
  text-align: right;
  text-transform: uppercase;
}

.experience {
  background: linear-gradient(180deg, #0d1624 0%, #101a28 100%);
}
.section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.section-heading h2 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: 1;
  margin: .4rem 0 0;
}
.section-heading h2 em {
  color: var(--warm);
  font-style: normal;
}
.section-aside {
  color: #93a3b5;
  font-size: .9rem;
  max-width: 320px;
}
.experience-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.experience-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 1.6rem 1.5rem 1.8rem;
}
.experience-card .idx {
  color: var(--warm);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.experience-card h3 {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 1.1rem 0 .7rem;
}
.experience-card p {
  color: #a7b5c5;
  font-size: .92rem;
  margin: 0;
}

.base {
  background: var(--paper);
  color: var(--ink);
}
.base .eyebrow { color: var(--warm-deep); }
.base .eyebrow-rule { background: var(--warm-deep); }
.base .section-heading h2 em { color: var(--warm-deep); }
.base .section-aside { color: #5d6d80; }
.base-layout {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
}
.base-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7,13,22,.18);
}
.base-image img { aspect-ratio: 1.35; object-fit: cover; width: 100%; }
.base-points { display: flex; flex-direction: column; gap: 1.4rem; }
.base-point {
  border-left: 2px solid var(--warm-deep);
  padding-left: 1.1rem;
}
.base-point h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  margin: 0 0 .35rem;
}
.base-point p { color: #5d6d80; font-size: .9rem; margin: 0; }
.lot-chip {
  background: #121c2b;
  border-radius: 12px;
  color: var(--paper);
  display: grid;
  gap: .35rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
  padding: 1.1rem 1rem;
}
.lot-chip strong {
  color: var(--warm);
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
}
.lot-chip span {
  color: #93a3b5;
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch {
  background: #0a121c;
}
.gallery {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1.2fr 1fr;
}
.gallery figure { margin: 0; }
.gallery-image {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.gallery-image img {
  aspect-ratio: 1.45;
  object-fit: cover;
  transition: transform .45s;
  width: 100%;
}
.gallery figure:hover img { transform: scale(1.03); }
.gallery-label {
  background: rgba(7,13,22,.82);
  bottom: .9rem;
  color: var(--warm);
  font-size: .64rem;
  font-weight: 700;
  left: .9rem;
  letter-spacing: .12em;
  padding: .4rem .55rem;
  position: absolute;
  text-transform: uppercase;
}
.gallery figcaption {
  color: #93a3b5;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .9rem .15rem 0;
}
.gallery figcaption strong {
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
}
.gallery figcaption span { font-size: .82rem; max-width: 240px; }
.gallery-wide { grid-column: 1 / -1; }
.gallery-wide .gallery-image img { aspect-ratio: 2.1; }

.cta {
  background: linear-gradient(135deg, #1a2838 0%, #12202e 50%, #1c3040 100%);
  border-top: 1px solid rgba(232,180,106,.2);
}
.cta-inner {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.cta h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.05;
  margin: .4rem 0 0;
}
.cta h2 em { color: var(--warm); font-style: normal; }
.cta-copy { max-width: 420px; }
.cta-copy p { color: #a7b5c5; font-size: 1.02rem; }
.cta-copy .button { margin-top: 1rem; }
.cta-soft {
  color: #8090a3;
  font-size: .78rem;
  margin-top: 1.2rem;
}

.site-footer {
  align-items: center;
  background: #05090f;
  color: #7d8b9c;
  display: flex;
  font-size: .68rem;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1.8rem max(5vw, 1.5rem);
}
.footer-brand { color: var(--paper); font-size: .55rem; }
.footer-brand .brand-mark { font-size: 1.05rem; }
.site-footer p { margin: 0; max-width: 36rem; }
.disclaimer { color: #9aa8b8; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 4rem; }
  .hero-art { max-width: 680px; width: 100%; margin: 0 auto; }
  .experience-grid { grid-template-columns: 1fr; }
  .base-layout { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; }
  .gallery-wide .gallery-image img { aspect-ratio: 1.55; }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .cta-inner { align-items: start; flex-direction: column; }
  .site-footer { align-items: start; flex-direction: column; gap: .8rem; }
}
@media (max-width: 600px) {
  .section-pad { padding: 4.5rem 1.25rem; }
  .site-header { padding: 1.1rem 1.25rem; }
  .local-nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 8rem; }
  .hero-stats { gap: 1rem; flex-wrap: wrap; }
  .lot-chip { grid-template-columns: 1fr; }
}
