:root {
  color-scheme: dark;
  --evergreen: #071811;
  --evergreen-soft: #10241b;
  --pine: #1f3a2d;
  --cedar: #4b2f21;
  --walnut: #2a1b13;
  --linen: #f4ead7;
  --cream: #f1e8d7;
  --stone: #d2c2a8;
  --taupe: #b09170;
  --copper: #c48754;
  --leather: #8a5838;
  --ink: #111512;
  --line: rgba(241, 232, 215, 0.22);
  --shadow: rgba(0, 0, 0, 0.38);
  font-family:
    "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--evergreen);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    repeating-linear-gradient(90deg, rgba(244, 234, 215, 0.018) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, var(--evergreen) 0%, #0d1c15 54%, #160f0b 100%);
  color: var(--cream);
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(7, 24, 17, 0) 0%, rgba(7, 24, 17, 0.94) 58%, #160f0b 100%);
}

.hero {
  position: relative;
  display: grid;
  min-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 15, 10, 0.94) 0%, rgba(15, 31, 23, 0.8) 37%, rgba(42, 27, 19, 0.24) 70%, rgba(12, 20, 15, 0.36) 100%),
    linear-gradient(180deg, rgba(20, 10, 4, 0.08) 0%, rgba(7, 24, 17, 0.36) 62%, rgba(12, 19, 13, 0.86) 88%, var(--evergreen) 100%);
}

.hero-content {
  display: grid;
  width: calc(100% - 40px);
  max-width: 1120px;
  min-height: 90vh;
  margin: 0 auto;
  padding: 36px 0 38px;
  grid-template-rows: auto 1fr auto;
}

.brand {
  display: grid;
  align-content: start;
  width: fit-content;
  gap: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-rule {
  width: 58px;
  height: 1px;
  background: var(--copper);
  box-shadow: 42px 0 0 rgba(210, 194, 168, 0.22);
}

.brand-kicker,
.brand-name,
.eyebrow,
.section-label,
.form-note,
.service-row {
  margin: 0;
}

.brand-kicker {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: none;
}

.brand-name {
  color: var(--stone);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  align-self: center;
  width: min(760px, 100%);
  padding: 12vh 0 9vh;
}

.eyebrow,
.section-label {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-top: 18px;
  color: var(--linen);
  font-size: clamp(2.72rem, 5.8vw, 5.45rem);
  line-height: 1;
  overflow-wrap: break-word;
  text-shadow: 0 3px 32px rgba(0, 0, 0, 0.42);
  text-wrap: balance;
}

.lede {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(244, 234, 215, 0.88);
  font-size: clamp(1.08rem, 2.5vw, 1.45rem);
  line-height: 1.58;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.36);
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 920px;
  padding-top: 28px;
  border-top: 1px solid rgba(210, 194, 168, 0.3);
}

.service-row span {
  min-height: 42px;
  padding: 12px 16px;
  border: 1px solid rgba(196, 135, 84, 0.46);
  background:
    linear-gradient(180deg, rgba(75, 47, 33, 0.48), rgba(7, 24, 17, 0.64));
  color: var(--stone);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.interest-section {
  display: grid;
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 0 88px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 500px);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.section-copy {
  max-width: 560px;
  padding-top: 22px;
}

.section-copy h2 {
  margin-top: 16px;
  color: var(--linen);
  font-size: clamp(2.1rem, 4.5vw, 4.3rem);
  line-height: 1.03;
}

.section-copy p:not(.section-label) {
  margin: 22px 0 0;
  color: rgba(241, 232, 215, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.interest-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(196, 135, 84, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(75, 47, 33, 0.82), rgba(16, 36, 27, 0.9)),
    repeating-linear-gradient(90deg, rgba(244, 234, 215, 0.025) 0 1px, transparent 1px 11px);
  box-shadow: 0 24px 70px var(--shadow);
}

.form-heading {
  margin-bottom: 4px;
}

.form-heading h2 {
  color: var(--cream);
  font-size: 1.6rem;
  line-height: 1.15;
}

.form-heading p {
  margin: 10px 0 0;
  color: rgba(241, 232, 215, 0.68);
  line-height: 1.55;
}

label {
  display: grid;
  gap: 8px;
  color: var(--stone);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(210, 194, 168, 0.28);
  border-radius: 4px;
  background: rgba(22, 15, 11, 0.64);
  color: var(--cream);
  outline: none;
  padding: 13px 14px;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  min-height: 124px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(189, 139, 95, 0.9);
  box-shadow: 0 0 0 3px rgba(189, 139, 95, 0.18);
  background: rgba(18, 13, 9, 0.88);
}

::placeholder {
  color: rgba(213, 199, 177, 0.5);
}

.submit-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 234, 215, 0.45);
  border-radius: 4px;
  background: var(--leather);
  color: var(--linen);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.submit-button:hover {
  background: #9c6743;
  transform: translateY(-1px);
}

.submit-button:focus-visible {
  outline: 3px solid rgba(189, 139, 95, 0.42);
  outline-offset: 3px;
}

.form-note {
  color: rgba(241, 232, 215, 0.62);
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 820px) {
.hero,
.hero-content {
    min-height: 88vh;
  }

  .hero-content {
    width: calc(100% - 32px);
    max-width: 620px;
    padding: 26px 0 30px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 15, 10, 0.94) 0%, rgba(11, 25, 18, 0.75) 100%),
      linear-gradient(180deg, rgba(42, 27, 19, 0.16) 0%, rgba(7, 24, 17, 0.52) 74%, var(--evergreen) 100%);
  }

  .hero-copy {
    padding: 9vh 0 6vh;
  }

  h1 {
    font-size: clamp(2.1rem, 9vw, 2.6rem);
    line-height: 1.04;
    max-width: 11ch;
    text-wrap: initial;
  }

  .service-row {
    display: none;
  }

  .interest-section {
    width: calc(100% - 32px);
    max-width: 620px;
    padding: 56px 0 64px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .brand-kicker {
    font-size: 2.4rem;
  }

  .brand-name,
  .eyebrow,
  .section-label {
    letter-spacing: 0.16em;
  }

  .interest-form {
    padding: 20px;
  }
}

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