:root {
  --ink: #111417;
  --soft-ink: #2b333a;
  --muted: #6e777f;
  --paper: #f5f1e9;
  --panel: #ffffff;
  --line: #ddd5ca;
  --brass: #b9894d;
  --sage: #667c70;
  --clay: #aa5f4b;
  --charcoal: #202832;
  --shadow: 0 24px 70px rgba(17, 20, 23, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
}

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

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

.header {
  align-items: center;
  background: rgba(245, 241, 233, 0.88);
  border-bottom: 1px solid rgba(221, 213, 202, 0.78);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(20px, 5vw, 70px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 850;
  gap: 12px;
}

.brand span {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  height: 36px;
  justify-content: center;
  width: 44px;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
}

nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  min-height: 96vh;
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-media img,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 20, 23, 0.82) 0%, rgba(17, 20, 23, 0.62) 42%, rgba(17, 20, 23, 0.16) 100%),
    linear-gradient(0deg, rgba(17, 20, 23, 0.72) 0%, rgba(17, 20, 23, 0) 45%);
}

.hero-copy {
  color: #fff;
  max-width: 860px;
  padding: 24vh clamp(20px, 5vw, 70px) 18vh;
  position: relative;
  z-index: 1;
}

.kicker {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .kicker,
.terms .kicker {
  color: #e1b06d;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 26px;
  max-width: 980px;
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 0;
}

h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
}

.lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.hero .button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.deal-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  bottom: 44px;
  box-shadow: var(--shadow);
  max-width: 330px;
  padding: 24px;
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  z-index: 2;
}

.deal-card span,
.summary-grid span,
.unit-list span,
.terms-grid span {
  color: var(--clay);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.deal-card strong {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
}

.deal-card p {
  color: var(--muted);
  margin: 12px 0 0;
}

.section {
  padding: 86px clamp(20px, 5vw, 70px);
}

.summary {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1fr);
}

.summary-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summary-grid article,
.terms-grid article,
.unit-list article,
.fit-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}

.summary-grid strong {
  display: block;
  font-size: 1.28rem;
}

.summary-grid p,
.unit-list p,
.plans-copy p,
.terms-grid p,
.contact p {
  color: var(--muted);
  margin-bottom: 0;
}

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

.gallery {
  background: #ebe5da;
}

.photo-grid {
  display: grid;
  gap: 14px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.photo-grid img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(17, 20, 23, 0.12);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photo-grid .wide {
  aspect-ratio: 8 / 5;
  grid-column: span 2;
}

.walkthroughs {
  background: var(--charcoal);
  color: #fff;
}

.walkthroughs .section-heading .kicker {
  color: #e1b06d;
}

.video-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-grid video {
  aspect-ratio: 9 / 16;
  background: #090b0d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.plans {
  background: var(--paper);
  display: grid;
  gap: clamp(30px, 5vw, 74px);
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
  padding: 96px clamp(20px, 5vw, 70px);
}

.plans-copy {
  align-self: start;
  position: sticky;
  top: 110px;
}

.plans-copy p {
  font-size: 1.05rem;
  margin: 24px 0;
}

.unit-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.unit-list strong {
  display: block;
  font-size: 1.08rem;
}

.plan-gallery {
  background: #e7dfd4;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-gallery img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  width: 100%;
}

.terms {
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 1fr);
  padding: 94px clamp(20px, 5vw, 70px);
}

.terms-grid {
  display: grid;
  gap: 12px;
}

.terms-grid article {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}

.terms-grid span {
  color: #e1b06d;
}

.terms-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.contact {
  align-items: center;
  background: var(--brass);
  color: #20170d;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 74px clamp(20px, 5vw, 70px);
}

.contact .kicker,
.contact p {
  color: #3f2d13;
}

.contact h2 {
  font-size: clamp(2rem, 5vw, 4.6rem);
  max-width: 850px;
}

.contact .button {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .summary,
  .plans,
  .terms {
    grid-template-columns: 1fr;
  }

  .plans-copy {
    position: static;
  }

  .summary-grid,
  .video-grid,
  .plan-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .header {
    align-items: flex-start;
    gap: 12px;
    position: absolute;
  }

  nav {
    gap: 12px;
  }

  .hero {
    min-height: 860px;
  }

  .hero-copy {
    padding-top: 148px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(17, 20, 23, 0.86) 0%, rgba(17, 20, 23, 0.74) 52%, rgba(17, 20, 23, 0.35) 100%),
      linear-gradient(0deg, rgba(17, 20, 23, 0.84) 0%, rgba(17, 20, 23, 0) 42%);
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .deal-card {
    bottom: 22px;
    left: 20px;
    max-width: none;
    right: 20px;
  }

  .summary-grid,
  .photo-grid,
  .video-grid,
  .unit-list,
  .plan-gallery {
    grid-template-columns: 1fr;
  }

  .photo-grid .wide {
    grid-column: span 1;
  }

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