:root {
  --ink: #171717;
  --muted: #666666;
  --cream: #e7e7e7;
  --paper: #f7f7f7;
  --dark: #1a1a1a;
  --light: #ffffff;
  --line: #d3d3d3;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', 'Gill Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
a { color: inherit; }
.site-header, .site-footer { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 22px 5vw; }
.brand { font-size: 1.2rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.brand span, h1 span { color: #b8b8b8; }
.header-label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.button span { display: inline-block; margin-left: .45rem; }
.hero { background: var(--dark); color: var(--paper); display: grid; gap: clamp(42px, 7vw, 100px); grid-template-columns: minmax(0, 1fr) minmax(360px, 470px); overflow: hidden; padding: clamp(54px, 7vw, 96px) 8vw; }
.hero-copy { align-self: center; max-width: 720px; position: relative; z-index: 1; }
.eyebrow { color: #b8b8b8; font-size: .72rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 22px; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .95; margin: 0; }
h1 { font-size: clamp(3.8rem, 8vw, 8.5rem); letter-spacing: -.06em; }
.for-sale { font: 400 clamp(2.7rem, 5vw, 5rem) var(--serif); margin: 20px 0 0; }
.hero-text { color: #d1d1d1; font-size: 1.05rem; margin: 26px 0 30px; max-width: 430px; }
.hero-price { border-top: 1px solid rgba(255, 255, 255, .25); max-width: 280px; padding-top: 14px; }
.hero-price span { color: #d1d1d1; display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-price strong { color: #ffffff; display: block; font: 400 2.8rem var(--serif); margin-top: 3px; }
.details { margin: 0 auto; max-width: 760px; padding: 88px clamp(24px, 8vw, 64px) 96px; text-align: center; width: 100%; }
.details .eyebrow { margin-bottom: 18px; }
.details h2 { font-size: clamp(3rem, 6vw, 5.5rem); max-width: 100%; overflow-wrap: anywhere; }
.details p:not(.eyebrow) { color: var(--muted); margin: 26px auto 0; max-width: 470px; overflow-wrap: anywhere; width: 100%; }
.button { border: 0; cursor: pointer; display: inline-block; font: 700 .85rem var(--sans); padding: 16px 22px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--light); color: var(--ink); }
.button-dark { background: var(--dark); color: var(--paper); }
.inquiry-form { align-self: center; background: var(--paper); color: var(--ink); min-width: 0; padding: 25px 28px 28px; width: 100%; }
.form-heading { align-items: baseline; display: flex; gap: 18px; margin-bottom: 30px; }
.form-heading span { color: var(--muted); font-size: .75rem; letter-spacing: .12em; }
.form-heading h2 { font-size: 2.2rem; }
.field-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
label { color: var(--muted); display: block; font-size: .76rem; font-weight: 700; letter-spacing: .1em; margin-bottom: 22px; text-transform: uppercase; }
label span { color: #666666; }
input, textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); display: block; font: 1rem var(--sans); margin-top: 9px; outline: none; padding: 10px 0; resize: vertical; width: 100%; }
input:focus, textarea:focus { border-bottom-color: var(--dark); box-shadow: 0 1px 0 var(--dark); }
.g-recaptcha { margin: 4px 0 20px; min-height: 78px; }
.form-note { color: var(--muted); font-size: .76rem; margin: 0 0 24px; max-width: 440px; }
.form-status { color: var(--dark); font-size: .9rem; min-height: 1.4em; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 720px) {
  .site-header, .site-footer { padding: 22px 6vw; }
  .header-link { display: none; }
  .hero { grid-template-columns: 1fr; padding: 58px 8vw 64px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}
