:root {
  --navy: #152A4A;
  --navy-deep: #0f1e36;
  --ink: #152A4A;
  --ink-soft: #5a6578;
  --gold: #D4A017;
  --gold-light: #e3bf55;
  --cream: #F4EFE6;
  --paper: #f7f6f3;
  --line: #e2e0db;
  --white: #fff;
  --shadow: 0 24px 60px rgba(15, 30, 54, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }

.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold);
  font-weight: 500;
}
h1, h2, h3 { font-weight: 500; letter-spacing: -0.02em; line-height: 1.12; }
.lede { color: var(--ink-soft); font-size: 17px; max-width: 56ch; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 999px; padding: 13px 22px; cursor: pointer;
  font-size: 14px; font-weight: 500; letter-spacing: .03em;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #1a1408; }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-ghost { background: transparent; border: 1px solid rgba(244,239,230,.35); color: var(--cream); }
.btn-ghost-dark { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(15,30,54,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(244,239,230,.08);
}
.nav-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand {
  display: flex; align-items: center; gap: 10px; color: var(--cream);
}
.brand-slats { width: 28px; height: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.brand-slats span { display: block; height: 5px; background: var(--gold); border-radius: 1px; }
.brand strong { font-size: 18px; font-weight: 500; }
.brand em { display: block; font-style: normal; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: rgba(244,239,230,.82); font-size: 13px; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-toggle {
  display: none; background: transparent; border: 1px solid rgba(244,239,230,.25);
  color: var(--cream); border-radius: 999px; padding: 8px 14px; cursor: pointer;
}

/* HERO */
.hero {
  position: relative; min-height: 92vh;
  background: var(--navy-deep) url("assets/hero-living.jpg") center/cover no-repeat;
  color: var(--cream);
  display: flex; align-items: flex-end;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,30,54,.18) 0%, rgba(15,30,54,.78) 100%);
}
.hero-copy { position: relative; z-index: 1; padding: 0 0 80px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero h1 { font-size: clamp(40px, 6vw, 72px); max-width: 16ch; margin: 14px 0 18px; }
.hero p { max-width: 46ch; color: rgba(244,239,230,.86); font-size: 18px; margin-bottom: 28px; }

/* PATHS */
.paths { padding: 88px 0; }
.paths-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 32px; }
.paths-head h2 { font-size: clamp(32px, 4vw, 46px); }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.path {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; min-height: 280px;
  display: flex; flex-direction: column;
}
.path .tag {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.path h3 { font-size: 30px; margin-bottom: 10px; }
.path p { color: var(--ink-soft); flex: 1; margin-bottom: 22px; }
.path.trade { background: var(--navy); color: var(--cream); border-color: transparent; }
.path.trade p { color: rgba(244,239,230,.78); }

/* STORY */
.story {
  display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px;
}
.story-photo { background: url("assets/bedroom.jpg") center/cover no-repeat; min-height: 420px; }
.story-copy { background: var(--navy); color: var(--cream); padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(32px, 4vw, 48px); margin: 12px 0 18px; }
.story-copy p { color: rgba(244,239,230,.8); margin-bottom: 16px; max-width: 48ch; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.facts div { border-top: 1px solid rgba(244,239,230,.16); padding-top: 12px; }
.facts strong { display: block; font-size: 22px; }
.facts span { font-size: 13px; color: rgba(244,239,230,.65); }

/* RANGES */
.ranges { padding: 88px 0; }
.ranges h2 { font-size: clamp(32px, 4vw, 46px); margin: 8px 0 28px; }
.range-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: auto auto; gap: 16px; }
.range { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 240px; color: #fff; }
.range img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.range::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,30,54,.05), rgba(15,30,54,.72)); }
.range-body { position: relative; z-index: 1; padding: 24px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.range.hero-tile { grid-row: 1 / span 2; min-height: 520px; }
.range h3 { font-size: 26px; margin-bottom: 4px; }
.range p { font-size: 14px; color: rgba(255,255,255,.82); }

/* SPECS */
.specs { padding: 0 0 88px; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.spec {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.spec h3 { font-size: 18px; margin-bottom: 8px; }
.spec p { color: var(--ink-soft); font-size: 14px; }

/* STEPS */
.how { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 88px 0; }
.how h2 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 32px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-num { color: var(--gold); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.step h3 { font-size: 22px; margin: 8px 0 8px; }
.step p { color: var(--ink-soft); font-size: 14px; }

/* CONTACT */
.contact { padding: 88px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.contact h2 { font-size: clamp(32px, 4vw, 46px); margin: 8px 0 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  border: 1px solid var(--line); background: #fff; border-radius: 12px;
  padding: 12px 14px; font-size: 15px; color: var(--ink);
}
.field textarea { min-height: 120px; resize: vertical; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.success { display: none; background: #e8f0ea; color: #2f6b4f; padding: 12px 14px; border-radius: 12px; margin-bottom: 14px; }

/* FOOTER */
footer {
  background: var(--navy-deep); color: rgba(244,239,230,.78); padding: 48px 0 28px;
}
.foot { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
footer a:hover { color: #fff; }
.legal { border-top: 1px solid rgba(244,239,230,.1); padding-top: 18px; font-size: 12px; display: flex; justify-content: space-between; gap: 12px; }

/* INNER PAGES */
.page-hero {
  background: var(--navy-deep); color: var(--cream); padding: 72px 0 56px;
}
.page-hero h1 { font-size: clamp(36px, 5vw, 60px); margin: 10px 0 14px; }
.page-hero p { max-width: 52ch; color: rgba(244,239,230,.8); }
.section { padding: 72px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.split img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--navy-deep); flex-direction: column; align-items: flex-start;
    padding: 18px 24px 24px; gap: 14px;
  }
  .nav-links.open { display: flex; }
  .path-grid, .story, .contact-grid, .split, .form-row { grid-template-columns: 1fr; }
  .range-grid, .spec-grid, .steps, .foot { grid-template-columns: 1fr 1fr; }
  .range.hero-tile { grid-row: auto; min-height: 320px; }
  .story-copy { padding: 48px 28px; }
  .hero { min-height: 80vh; }
}
@media (max-width: 560px) {
  .range-grid, .spec-grid, .steps, .foot, .facts { grid-template-columns: 1fr; }
  .legal { flex-direction: column; }
}
