:root {
  --ink: #1c1d1a;
  --cream: #f2f0e9;
  --warm: #c8bba9;
  --line: rgba(28, 29, 26, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { display: block; width: 100%; }

.site-header {
  height: 86px;
  padding: 0 4.2vw;
  background: rgba(242, 240, 233, .95);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}
.brand {
  display: block;
  width: 142px;
}
.brand img {
  width: 100%;
  height: auto;
}
.site-header nav { display: flex; gap: 38px; font-size: 13px; }
.header-cta {
  justify-self: end;
  font-size: 13px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.hero {
  height: min(900px, 100vh);
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: #6c6258;
}
.hero > img { height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,20,17,.62), rgba(24,20,17,.08) 62%, rgba(24,20,17,.04));
}
.hero-copy {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-42%);
  width: 600px;
  color: white;
}
.eyebrow, .section-number {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-weight: 700;
}
.hero h1, .intro h2, .mood h2, .samples h2, .estimate h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
.hero h1 { margin: 22px 0 24px; font-size: clamp(72px, 8.2vw, 122px); line-height: .78; }
.hero-intro { width: 500px; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .15em;
  font-weight: 700;
}
.button-light { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 6px; }
.text-link span { margin-left: 12px; }
.scroll-cue {
  position: absolute;
  right: 4vw;
  bottom: 38px;
  color: white;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.scroll-cue i { border: 1px solid rgba(255,255,255,.6); width: 38px; height: 38px; border-radius: 50%; display:grid; place-items:center; font-style: normal; }

.intro {
  padding: 145px 7vw 125px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
.section-number { margin: 8px 0 0; opacity: .55; }
.intro h2 { font-size: clamp(52px, 6vw, 88px); line-height: .98; margin: 0; }
.intro h2 em, .samples h2 em { font-weight: 400; color: #817365; }
.intro div > p { width: 500px; max-width: 100%; font-size: 15px; line-height: 1.8; margin-top: 34px; }

.mood-nav {
  margin: 0 4vw 110px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mood-nav a { padding: 24px 18px; font-size: 13px; border-right: 1px solid var(--line); transition: background .2s; }
.mood-nav a:last-child { border: 0; }
.mood-nav a:hover { background: rgba(255,255,255,.45); }
.mood-nav span { font-size: 9px; vertical-align: super; margin-right: 12px; opacity: .5; }

.mood {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 110px;
}
.mood-warm, .mood-dark { grid-template-columns: 1fr 1.5fr; }
.mood-image { position: relative; overflow: hidden; min-height: 640px; }
.mood-image-mobile { display: none; }
.mood-image img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.mood-image:hover img { transform: scale(1.015); }
.image-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(244,242,236,.92);
  padding: 13px 17px 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: -.01em;
  min-width: 150px;
  color: var(--ink);
}
.image-tag small {
  display: block;
  margin-bottom: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .55;
}
.mood-copy {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mood-copy h2 { font-size: clamp(48px, 5vw, 76px); line-height: .94; margin: 28px 0 24px; }
.mood-copy > p:not(.section-number) { line-height: 1.7; max-width: 440px; opacity: .72; }
.mood-copy .choose-label {
  margin: 30px 0 -24px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  opacity: .5;
}
.mood-warm { background: #9b8f80; color: #fff; }
.mood-character { background: #e4ded1; }
.mood-dark { background: #272925; color: #fff; margin-bottom: 0; }
.finish-list { margin-top: 40px; border-top: 1px solid currentColor; }
.finish {
  width: 100%;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  display: grid;
  grid-template-columns: 32px 1fr auto auto;
  gap: 14px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: padding .2s ease, opacity .2s ease;
}
.finish-list, .finish { border-color: color-mix(in srgb, currentColor 22%, transparent); }
.swatch { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); box-shadow: 0 0 0 0 currentColor; transition: box-shadow .2s ease; }
.finish strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; display: block; }
.finish small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .1em; opacity: .55; }
.finish em { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-style: normal; }
.finish:hover { padding-left: 6px; }
.finish.is-selected { padding-left: 6px; }
.finish.is-selected .swatch { box-shadow: 0 0 0 3px transparent, 0 0 0 4px currentColor; }
.selection-mark { font-size: 15px; opacity: 0; transform: translate(-5px, 5px); transition: opacity .2s ease, transform .2s ease; }
.finish.is-selected .selection-mark { opacity: .8; transform: translate(0, 0); }
.mood-image img { animation: finishReveal .38s ease both; }
@keyframes finishReveal {
  from { opacity: .45; transform: scale(1.006); }
  to { opacity: 1; transform: scale(1); }
}

.samples { padding: 150px 8vw; text-align: center; background: #ded7c9; }
.samples h2 { font-size: clamp(52px, 6vw, 86px); line-height: .98; margin: 28px 0; }
.samples > p:not(.section-number) { max-width: 580px; margin: 0 auto 34px; line-height: 1.75; }
.estimate { padding: 120px 8vw; background: #6d5e50; color: white; display: grid; grid-template-columns: 1.6fr 1fr; align-items:end; gap: 80px; }
.estimate h2 { font-size: clamp(64px, 7vw, 100px); line-height: .86; margin: 24px 0 0; }
.estimate div:last-child p { line-height: 1.7; max-width: 420px; margin: 0 0 28px; }
footer { background: #1b1c19; color: white; padding: 55px 5vw; display:grid; grid-template-columns:1fr auto 1fr; align-items:end; gap:30px; }
footer p { margin:0; font-size:10px; opacity:.55; }
footer p:last-child { justify-self:end; }
.brand-footer { width: 178px; }

@media (max-width: 800px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .site-header .brand { width: 116px; }
  .site-header nav { display:none; }
  .header-cta { font-size: 11px; }
  .hero { min-height: 680px; height: 92vh; }
  .hero > img { object-position: 57% center; }
  .hero-shade { background: linear-gradient(0deg,rgba(22,18,15,.7),rgba(22,18,15,.02) 72%); }
  .hero-copy { left: 24px; right:24px; bottom: 78px; top:auto; transform:none; width:auto; }
  .hero h1 { font-size: 64px; margin:16px 0 18px; }
  .hero-intro { width:auto; font-size:14px; }
  .hero-actions { gap:22px; flex-wrap:wrap; }
  .scroll-cue { display:none; }
  .intro { padding:90px 24px 70px; display:block; }
  .intro > div { margin-top:35px; }
  .intro h2 { font-size:49px; }
  .mood-nav { margin:0 20px 70px; grid-template-columns:1fr 1fr; }
  .mood-nav a:nth-child(2) { border-right:0; }
  .mood-nav a:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .mood { grid-template-columns:1fr; min-height:0; margin-bottom:55px; }
  .mood-image-desktop { display:none; }
  .mood-copy {
    padding:58px 24px;
    min-width:0;
  }
  .mood-copy h2 { font-size:48px; }
  .mood-copy .choose-label {
    margin:30px 0 12px;
  }
  .mood-image-mobile {
    display:block;
    position:sticky;
    top:12px;
    z-index:2;
    width:calc(100% + 48px);
    min-height:0;
    margin-left:-24px;
    aspect-ratio:4/3;
    background:#d8d3ca;
    box-shadow:0 12px 28px rgba(0,0,0,.14);
  }
  .mood-image-mobile img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }
  .mood-image-mobile .image-tag {
    left:14px;
    bottom:14px;
    min-width:138px;
    padding:10px 13px 9px;
    font-size:15px;
  }
  .finish-list {
    position:relative;
    z-index:1;
    margin-top:0;
    background:inherit;
  }
  .finish {
    min-height:68px;
    padding:14px 0;
    grid-template-columns:32px minmax(0,1fr) auto;
  }
  .finish em {
    display:none;
  }
  .finish .selection-mark {
    grid-column:3;
  }
  .finish:hover,
  .finish.is-selected {
    padding-left:0;
  }
  .samples { padding:95px 24px; }
  .samples h2 { font-size:48px; }
  .estimate { grid-template-columns:1fr; padding:85px 24px; gap:45px; }
  .estimate h2 { font-size:62px; }
  footer { grid-template-columns:1fr; align-items:start; }
  footer p:last-child { justify-self:start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mood-image img { transition: none; }
}
