:root {
  --ink: #10231f;
  --paper: #f2f0e9;
  --accent: #c9ff62;
  --muted: #65716d;
  --line: rgba(16, 35, 31, .17);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: inherit; }

.site-header,
.hero,
.attributes,
.contact-section,
footer {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 760;
  letter-spacing: -.055em;
  text-decoration: none;
}

.wordmark span { color: #65716d; }

.header-cta {
  padding-bottom: 3px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.hero {
  min-height: 690px;
  padding: clamp(48px, 6vw, 84px) 0 110px;
}

.availability,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  font-size: .71rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.availability span {
  width: 8px;
  height: 8px;
  background: #55a43b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(85, 164, 59, .12);
}

.hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(3.8rem, 8.8vw, 8.9rem);
  font-weight: 520;
  letter-spacing: -.072em;
  line-height: .88;
}

.intro {
  max-width: 660px;
  margin: 54px 0 36px;
  color: #40504b;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.primary-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  min-width: 250px;
  padding: 17px 20px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  font: inherit;
  font-size: .86rem;
  font-weight: 680;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.primary-button:hover,
.contact-form button:hover {
  color: var(--ink);
  background: var(--accent);
  transform: translateY(-2px);
}

.attributes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.attributes article {
  min-height: 310px;
  padding: 35px 38px 45px 0;
}

.attributes article + article {
  padding-left: 38px;
  border-left: 1px solid var(--line);
}

.attributes span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
}

.attributes h2 {
  margin: 95px 0 12px;
  font-size: 1.55rem;
  font-weight: 560;
  letter-spacing: -.035em;
}

.attributes p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.contact-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(60px, 10vw, 160px);
  padding: 140px 0;
}

.contact-copy h2 {
  margin: 0 0 34px;
  font-size: clamp(2.9rem, 5vw, 5.6rem);
  font-weight: 520;
  letter-spacing: -.065em;
  line-height: .94;
}

.contact-copy > p:last-child {
  max-width: 410px;
  color: var(--muted);
}

.contact-form { padding-top: 4px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contact-form label { display: block; }

.contact-form label > span {
  display: block;
  margin: 0 0 8px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.contact-form label b {
  color: #8c4a3c;
  font-weight: inherit;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 29px;
  padding: 12px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(16, 35, 31, .38);
  border-radius: 0;
  outline: none;
  font: inherit;
  transition: border-color .2s ease;
}

.contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--ink); }

.contact-form ::placeholder { color: #89918e; }

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 10px;
}

.form-footer p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
}

.privacy-note {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .7rem;
}

.contact-form button {
  min-width: 205px;
  cursor: pointer;
}

.contact-form button:disabled {
  opacity: .55;
  cursor: wait;
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 24px;
  margin: 20px 0 0;
  font-size: .88rem;
  font-weight: 650;
}

.form-status.success { color: #37752c; }
.form-status.error { color: #a1372e; }

footer {
  min-height: 140px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

footer p:last-child { text-align: right; }

@media (max-width: 800px) {
  .site-header,
  .hero,
  .attributes,
  .contact-section,
  footer { width: min(100% - 32px, 1440px); }

  .site-header { min-height: 78px; }
  .hero { min-height: auto; padding: 58px 0 90px; }
  .hero h1 { font-size: clamp(3.2rem, 15.5vw, 6rem); }
  .intro { margin-top: 38px; }

  .attributes { grid-template-columns: 1fr; }
  .attributes article { min-height: 230px; padding: 28px 0 34px; }
  .attributes article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .attributes h2 { margin-top: 55px; }

  .contact-section { grid-template-columns: 1fr; padding: 100px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .contact-form button { width: 100%; }

  footer {
    min-height: 180px;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  footer p:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
