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

:root {
  --cream: #ffffff;
  --white: #ffffff;
  --warm: #f2f1ef;
  --gold: #806435;
  --gold-hover: #b08d55;
  --gold-border: rgba(128, 100, 53, 0.28);
  --ink: #1a1714;
  --muted: #2c2926;
  --faint: #3f3b37;
  --border: rgba(26, 23, 20, 0.16);
  --serif: "DM Serif Display", "DM Serif Display Fallback", Georgia, serif;
  --sans: "DM Sans", "DM Sans Fallback", Arial, sans-serif;
  --wrap: 1100px;
  --radius: 3px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 450;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--ink); }

.skip {
  position: absolute; left: 12px; top: -40px;
  background: var(--ink); color: #fff; padding: 8px 12px;
  border-radius: var(--radius); z-index: 100;
}
.skip:focus { top: 12px; }

.wrap { width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; }

.nav {
  position: sticky; top: 0; z-index: 20;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 80px;
}
.wordmark {
  font-family: var(--serif); font-size: 30px; letter-spacing: -0.02em;
  color: var(--ink); text-decoration: none; line-height: 1;
}
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; font-weight: 500;
}
.nav-links a:hover { color: var(--ink); }

.hero { background: var(--cream); }
.hero-frame {
  width: 100%; height: min(88vh, 920px);
  overflow: hidden; background: #e8e8e8;
}
.hero-frame img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
}

.lockup { padding: 56px 0 32px; }
.eyebrow {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); font-weight: 500;
}
.lockup h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(52px, 10vw, 104px);
  letter-spacing: -0.03em; line-height: 0.96; margin-top: 10px;
}
.street-line {
  font-family: var(--serif); font-size: clamp(22px, 3vw, 32px);
  margin-top: 8px; color: var(--ink);
}
.gold-rule { width: 56px; height: 2px; background: var(--gold); margin: 20px 0 0; border: 0; }

.pair {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px; padding: 28px 0 64px;
}
.house figure { overflow: hidden; border-radius: var(--radius); background: var(--warm); }
.house img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.house h2 {
  font-family: var(--serif); font-weight: 400; font-size: 32px;
  letter-spacing: -0.02em; margin-top: 16px;
}
.house p { color: var(--muted); font-size: 15px; margin-top: 4px; }

.street-band {
  width: 100%; height: min(86vh, 900px);
  overflow: hidden; background: #e8e8e8;
}
.street-band img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
}

.section-kicker {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); font-weight: 500; margin-bottom: 10px;
}
.section-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(36px, 4.5vw, 48px);
  letter-spacing: -0.02em; line-height: 1.12;
}

.facts { background: var(--warm); padding: 88px 0; }
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px 20px;
  margin: 36px 0 28px;
  padding: 28px 0;
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
}
.spec-grid dt {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); font-weight: 500;
}
.spec-grid dd {
  font-family: var(--serif); font-size: clamp(22px, 2.4vw, 30px);
  margin-top: 8px; letter-spacing: -0.02em;
}
.facts .lede {
  font-size: 18px; line-height: 1.65; max-width: 42em; color: var(--ink);
}
.site-diagram {
  overflow: hidden; border-radius: var(--radius);
  background: #fff; margin: 40px 0 0; max-width: 28em;
}
.site-diagram img { width: 100%; height: auto; object-fit: contain; background: #fff; }
.site-diagram figcaption { font-size: 14px; color: var(--muted); padding: 12px 2px 0; }

.vault { background: var(--white); padding: 88px 0; }
.vault-intro { color: var(--muted); max-width: 38em; margin: 14px 0 36px; font-size: 17px; }
.vault-list { list-style: none; border-top: 1px solid var(--gold-border); }
.vault-row {
  display: grid; grid-template-columns: 88px 1fr auto;
  gap: 16px; align-items: baseline;
  padding: 16px 0; border-bottom: 1px solid var(--gold-border);
}
.status { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.status.blank { color: var(--faint); }
.vault-name { color: var(--ink); font-size: 17px; }
.vault-name em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--muted); }
.vault-action { font-size: 13px; color: var(--ink); text-decoration: none; letter-spacing: 0.02em; white-space: nowrap; font-weight: 500; }
.vault-action.blank { color: var(--faint); pointer-events: none; }

.inquire { padding: 96px 0; text-align: left; background: var(--white); }
.inquire p { max-width: 34em; margin-top: 16px; color: var(--muted); font-size: 17px; }
.inquire-form { display: grid; gap: 18px; max-width: 36em; margin-top: 32px; }
.inquire-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquire-form label {
  display: grid; gap: 8px; font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink); font-weight: 500;
}
.inquire-form input,
.inquire-form textarea {
  font: 16px/1.45 var(--sans); color: var(--ink); background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 12px 14px; text-transform: none; letter-spacing: 0; width: 100%;
}
.inquire-form input:focus,
.inquire-form textarea:focus { outline: 1px solid var(--ink); outline-offset: 1px; }
.inquire-form .honey { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; }
.inquire-form button {
  justify-self: start; font: 13px/1 var(--sans); letter-spacing: 0.1em;
  text-transform: uppercase; color: #fff; background: var(--ink);
  border: 0; border-radius: var(--radius); padding: 14px 22px; cursor: pointer;
}
.inquire-form button:hover { background: #2a2622; }

.footer { border-top: 1px solid var(--border); padding: 32px 0 44px; }
.footer-inner { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.footer .wordmark { font-size: 22px; }
.footer-place { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); }

@media (max-width: 800px) {
  .wrap { width: calc(100% - 36px); }
  .nav-inner { flex-wrap: wrap; padding: 12px 0; min-height: 0; gap: 10px; }
  .pair { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .vault-row { grid-template-columns: 72px 1fr; }
  .vault-action { grid-column: 2; }
  .lockup { padding-top: 40px; }
  .facts, .vault { padding: 56px 0; }
  .inquire-form .form-row { grid-template-columns: 1fr; }
  .street-band { height: min(64vh, 560px); }
}
