:root {
  --ink: #292723;
  --muted: #686057;
  --soft: #f5f1eb;
  --paper: #fffdf8;
  --line: #ded7cd;
  --timber: #8a6848;
  --green: #56665a;
  --black: #161513;
  --display: Georgia, "Times New Roman", serif;
  --text: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: #fffdf8;
  background: linear-gradient(180deg, rgba(22, 21, 19, 0.68), rgba(22, 21, 19, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 128px;
}

.brand img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 21, 19, 0.12);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.94rem;
}

nav a {
  opacity: 0.92;
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.14);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 21, 19, 0.78), rgba(22, 21, 19, 0.38) 45%, rgba(22, 21, 19, 0.1)),
    linear-gradient(180deg, rgba(22, 21, 19, 0.08), rgba(22, 21, 19, 0.64));
}

.hero-overlay {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 40px));
  margin: 0 0 clamp(46px, 9vh, 96px) clamp(20px, 7vw, 88px);
  color: #fffdf8;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--timber);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4dfbd;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(2.3rem, 6vw, 5.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-weight: 760;
  cursor: pointer;
}

.button.primary {
  background: var(--green);
  color: #fffdf8;
}

.button.secondary {
  border-color: rgba(255, 253, 248, 0.58);
  color: #fffdf8;
  background: rgba(255, 253, 248, 0.1);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #f0e9df;
}

.trust-strip div {
  min-height: 118px;
  padding: 26px clamp(20px, 4vw, 46px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.trust-strip span,
.section-heading p,
.body-copy,
.wood-card p,
figcaption,
.steps p,
.option-list p,
.quote-band p,
.site-footer {
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.intro {
  background: var(--paper);
}

.split,
.section-heading,
.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.body-copy {
  max-width: 680px;
  font-size: 1.08rem;
}

.woods {
  background: var(--soft);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 620px;
  font-size: 1.02rem;
}

.wood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.wood-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.wood-card img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  background: #ebe5da;
}

.wood-card div {
  padding: 20px;
}

.showcase {
  background: #fbf8f2;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.feature-photo {
  grid-row: span 2;
}

.feature-photo img {
  height: 100%;
  min-height: 738px;
}

figcaption {
  padding: 16px 18px 18px;
  font-size: 0.94rem;
}

.process {
  background: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.steps li {
  min-height: 230px;
  padding: 24px;
  background: #fffdf8;
}

.steps span {
  display: block;
  margin-bottom: 48px;
  color: var(--timber);
  font-weight: 780;
}

.options {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1.3fr);
  gap: clamp(32px, 6vw, 78px);
  background: #efe7dc;
}

.option-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.option-list div {
  padding: 24px;
  background: var(--paper);
}

.quote-band {
  padding: clamp(58px, 8vw, 100px) clamp(20px, 5vw, 72px);
  background: var(--green);
  color: #fffdf8;
}

.quote-band .section-kicker,
.quote-band p {
  color: #e4d8c6;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #f7efe2;
  font-size: 0.9rem;
  font-weight: 720;
}

.hidden-field {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 253, 248, 0.3);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.quote-form .button {
  border-color: rgba(255, 253, 248, 0.22);
  background: #f3e7d5;
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #fffdf8;
  font-size: 0.94rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--ink);
  font-weight: 760;
}

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

  .brand {
    width: 112px;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-overlay {
    width: calc(100% - 32px);
    margin: 0 16px 40px;
  }

  .trust-strip,
  .split,
  .section-heading,
  .wood-grid,
  .showcase-grid,
  .steps,
  .options,
  .quote-band,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .feature-photo {
    grid-row: auto;
  }

  .feature-photo img,
  figure img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.18;
  }

  .steps li {
    min-height: 0;
  }

  .steps span {
    margin-bottom: 28px;
  }

  .option-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    display: grid;
  }

  h1 {
    font-size: 2.42rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section,
  .quote-band {
    padding-left: 16px;
    padding-right: 16px;
  }
}
