:root {
  --paper: #faf8f4;
  --white: #ffffff;
  --ink: #15120f;
  --muted: rgba(21, 18, 15, 0.64);
  --line: rgba(21, 18, 15, 0.12);
  --wood: #6b4a3a;
  --brass: #a86f42;
  --shadow: 0 26px 90px rgba(21, 18, 15, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 244, 0.92);
  padding: 18px clamp(20px, 5vw, 64px);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  letter-spacing: 0.13em;
}

.brand small {
  color: var(--brass);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.menu a:hover {
  color: var(--ink);
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 10px 12px;
  color: var(--ink);
  font-weight: 700;
}

.hero,
.section,
footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: calc(100vh - 84px);
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(52px, 9vw, 112px) 0;
}

.hero-copy {
  display: grid;
  gap: 26px;
}

.eyebrow {
  margin: 0;
  color: var(--brass);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 780px;
  font-size: clamp(4.4rem, 8.4vw, 8.6rem);
  line-height: 0.9;
}

h2 {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 0.96;
}

h3 {
  font-size: 2rem;
  line-height: 1;
}

.hero-copy p:not(.eyebrow),
.prose,
.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  padding: 13px 18px;
  font-size: 0.88rem;
  font-weight: 800;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.hero-panel {
  min-height: min(68vh, 680px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(250, 248, 244, 0.6)),
    var(--white);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.line-art {
  position: relative;
  width: min(62%, 460px);
  aspect-ratio: 1.2;
  border-bottom: 14px solid var(--ink);
}

.line-art span {
  position: absolute;
  bottom: 0;
  display: block;
  background: var(--ink);
}

.line-art span:nth-child(1) {
  left: 4%;
  width: 14px;
  height: 48%;
}

.line-art span:nth-child(2) {
  left: 18%;
  right: 8%;
  height: 14px;
  bottom: 42%;
}

.line-art span:nth-child(3) {
  right: 4%;
  width: 14px;
  height: 78%;
}

.section {
  padding: clamp(58px, 8vw, 108px) 0;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 7vw, 92px);
}

.prose {
  display: grid;
  gap: 22px;
}

.section-heading {
  display: grid;
  max-width: 820px;
  gap: 16px;
  margin-bottom: 34px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cards article,
.lead-form,
.names span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.cards article {
  display: grid;
  min-height: 230px;
  align-content: space-between;
  gap: 34px;
  padding: 28px;
}

.cards p {
  color: var(--muted);
  line-height: 1.6;
}

.accent {
  width: 100%;
  max-width: none;
  background: var(--white);
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(21, 18, 15, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
  outline: none;
  padding: 13px 14px;
  text-transform: none;
}

input:focus,
textarea:focus {
  border-color: var(--wood);
  box-shadow: 0 0 0 3px rgba(168, 111, 66, 0.12);
}

.full,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  color: var(--muted);
  line-height: 1.55;
}

.names {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.names span {
  padding: 13px 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
}

.contact-links {
  display: grid;
  gap: 10px;
}

.contact-links a {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  color: var(--muted);
  font-weight: 800;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-button {
    display: inline-flex;
  }

  .menu {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    border: 1px solid var(--line);
    background: var(--white);
    padding: 14px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .menu.is-open {
    display: flex;
  }

  .menu a {
    padding: 10px 2px;
  }

  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    min-height: 360px;
  }

  .cards,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .full,
  .form-note {
    grid-column: auto;
  }
}
