/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
:root {
  --ink: #2a211c;
  --ink-soft: #74675d;
  --paper: #f8f5ef;
  --paper-strong: #efe6da;
  --sand: #e4d3bf;
  --line: #d5c4b3;
  --wood-deep: #34231a;
  --walnut: #69452e;
  --oak: #bd9368;
  --clay: #a96043;
  --sage: #6f7659;
  --white: #fffdf9;
  --font-sans: "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --shell: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}
*, *::before, *::after {
  box-sizing: border-box;
}
::selection {
  background: var(--wood-deep);
  color: var(--paper);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
}
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 4px;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--wood-deep);
  color: var(--clay);
  font-size: .66rem;
  letter-spacing: .08em;
}
.brand__name {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand__name small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--ink-soft);
  font-size: .79rem;
  font-weight: 700;
}
.site-nav a, .site-footer a, .text-link, .inline-link, .service-card__link {
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.site-nav a:hover, .site-footer a:hover, .text-link:hover, .inline-link:hover, .service-card__link:hover {
  color: var(--clay);
}
.site-nav__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid var(--wood-deep);
  color: var(--wood-deep);
}
.site-nav__contact:hover {
  background: var(--wood-deep);
  color: var(--paper);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px 0;
  background: var(--wood-deep);
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.hero {
  display: flex;
  min-height: min(820px, calc(100svh - 78px));
  flex-direction: column;
  justify-content: center;
  padding: 84px 0 30px;
  background: var(--wood-deep);
  color: var(--paper);
}
.hero__grid {
  display: flex;
  width: min(100%, 860px);
  flex: 1;
  align-items: center;
  justify-content: center;
}
.hero__copy {
  max-width: 820px;
  text-align: center;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--clay);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero .eyebrow, .section-heading--inverse .eyebrow, .contact-panel .eyebrow {
  color: var(--oak);
}
.hero__availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: #d8c4af;
  font-size: .79rem;
}
.hero__availability span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--oak);
}
h1, h2, h3, p {
  margin-top: 0;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -.055em;
}
h1 {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--white);
  font-size: clamp(3.5rem, 7.7vw, 7rem);
  line-height: .92;
}
h1 em, .contact-panel h2 em {
  color: var(--oak);
  font-family: var(--font-display);
  font-weight: 400;
}
.hero__intro {
  max-width: 560px;
  margin: 0 auto 34px;
  color: #d8cfc4;
  font-size: 1.03rem;
  line-height: 1.75;
}
.hero__actions, .contact-panel__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-size: .81rem;
  font-weight: 800;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button--solid {
  background: var(--oak);
  color: var(--wood-deep);
}
.button--solid:hover {
  background: var(--paper);
}
.button--light {
  background: var(--paper);
  color: var(--wood-deep);
}
.button--light:hover {
  background: var(--oak);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8cfc4;
  font-size: .81rem;
  font-weight: 700;
}
.hero__visual {
  max-width: 390px;
  justify-self: end;
}
.material-board {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid var(--oak);
  background: var(--paper-strong);
}
.material-board__label {
  position: relative;
  z-index: 2;
  color: var(--wood-deep);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.material-board__main {
  position: absolute;
  inset: 48px 48px 72px 52px;
  overflow: hidden;
  padding: 27px;
  background: var(--walnut);
  color: var(--paper);
}
.material-board__main::after {
  position: absolute;
  right: -25px;
  bottom: -35px;
  width: 46%;
  height: 37%;
  border: 1px solid var(--oak);
  content: "";
  transform: rotate(-17deg);
}
.material-board__caption {
  display: block;
  margin-bottom: 92px;
  color: var(--sand);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.material-board__main strong {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .95;
}
.grain-lines {
  position: absolute;
  right: 16px;
  bottom: 29px;
  left: 16px;
  display: grid;
  gap: 13px;
}
.grain-lines i {
  display: block;
  height: 1px;
  background: rgba(229, 211, 191, .45);
  transform: skewY(-8deg);
}
.grain-lines i:nth-child(2) {
  width: 75%;
}
.grain-lines i:nth-child(3) {
  width: 92%;
}
.grain-lines i:nth-child(4) {
  width: 61%;
}
.material-board__swatches {
  position: absolute;
  right: 24px;
  bottom: 18px;
  display: flex;
  gap: 6px;
}
.swatch {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid var(--wood-deep);
}
.swatch--oak {
  background: var(--oak);
}
.swatch--clay {
  background: var(--clay);
}
.swatch--linen {
  background: var(--paper);
}
.material-board__note {
  position: absolute;
  right: 24px;
  bottom: 72px;
  color: var(--wood-deep);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
}
.hero__caption {
  margin: 26px 0 0;
  padding-top: 12px;
  border-top: 1px solid #725846;
  color: var(--paper);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.7;
  text-transform: uppercase;
}
.hero__caption span {
  color: #b8a494;
  font-weight: 500;
  letter-spacing: .04em;
}
.hero__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 48px;
  color: #a99888;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.feature-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
}
.feature-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.feature-strip__item {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 18px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: .78rem;
}
.feature-strip__item + .feature-strip__item {
  padding-left: 24px;
}
.feature-strip__item:last-child {
  border-right: 0;
}
.feature-strip__item span {
  color: var(--clay);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.section {
  padding: 126px 0;
}
.section--paper {
  background: var(--paper);
}
.section--dark {
  background: var(--wood-deep);
  color: var(--paper);
}
.section--sand {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}
.section-heading {
  max-width: 620px;
  margin-bottom: 64px;
}
.section-heading--inverse {
  max-width: 600px;
}
.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  align-items: end;
  gap: 52px;
  max-width: none;
}
.section-heading h2, .contact-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  line-height: .98;
}
.section-heading > p:last-child {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}
.section-heading--inverse > p:last-child, .section--dark .section-heading > p:last-child {
  color: #c7b8aa;
}
.about-grid, .process-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  align-items: start;
  gap: clamp(60px, 11vw, 150px);
}
.about-grid .section-heading, .process-grid .section-heading {
  margin-bottom: 0;
}
.about__copy {
  max-width: 440px;
  padding-top: 55px;
}
.about__copy > p {
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.8;
}
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: .81rem;
  font-weight: 800;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #725846;
  border-bottom: 1px solid #725846;
}
.service-card {
  min-height: 360px;
  padding: 24px 28px 29px 0;
  border-right: 1px solid #725846;
}
.service-card + .service-card {
  padding-left: 28px;
}
.service-card:last-child {
  border-right: 0;
}
.service-card__number {
  display: block;
  margin-bottom: 43px;
  color: var(--oak);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.service-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--oak);
  color: var(--oak);
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 400;
}
.service-card h3 {
  margin-bottom: 17px;
  color: var(--paper);
  font-size: 1.62rem;
  line-height: 1.02;
}
.service-card p {
  max-width: 250px;
  margin-bottom: 22px;
  color: #c7b8aa;
  font-size: .87rem;
  line-height: 1.65;
}
.service-card__link {
  display: inline-flex;
  gap: 8px;
  color: var(--oak);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.project-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(2, auto);
  gap: 26px;
}
.project-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}
.project-card--large {
  grid-row: span 2;
}
.project-card__visual {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.project-card--large .project-card__visual {
  min-height: 500px;
}
.project-card__visual span {
  position: absolute;
  display: block;
}
.project-card__visual--kitchen {
  background: #d3b897;
}
.project-card__visual--kitchen span:nth-child(1) {
  inset: 10% 14% 38% 14%;
  border: 1px solid #715137;
  background: #e8dccb;
}
.project-card__visual--kitchen span:nth-child(2) {
  right: 0;
  bottom: 0;
  left: 0;
  height: 38%;
  border-top: 1px solid #715137;
  background: var(--walnut);
}
.project-card__visual--kitchen span:nth-child(3) {
  top: 18%;
  right: 24%;
  width: 30%;
  height: 48%;
  border: 1px solid #4c3223;
  background: var(--oak);
}
.project-card__visual--shelf {
  background: #d9c6ad;
}
.project-card__visual--shelf span:nth-child(1) {
  inset: 15% 23% 14%;
  border: 12px solid var(--walnut);
  background: var(--paper-strong);
}
.project-card__visual--shelf span:nth-child(2), .project-card__visual--shelf span:nth-child(3) {
  right: 23%;
  left: 23%;
  height: 9px;
  background: var(--walnut);
}
.project-card__visual--shelf span:nth-child(2) {
  top: 45%;
}
.project-card__visual--shelf span:nth-child(3) {
  top: 67%;
}
.project-card__visual--closet {
  background: #b88d65;
}
.project-card__visual--closet span:nth-child(1) {
  inset: 12% 25% 9% 20%;
  border: 1px solid #4c3223;
  background: var(--walnut);
}
.project-card__visual--closet span:nth-child(2) {
  top: 12%;
  bottom: 9%;
  left: 50%;
  width: 1px;
  background: #d1ad86;
}
.project-card__visual--closet span:nth-child(3) {
  top: 49%;
  left: 46%;
  width: 8px;
  height: 8px;
  border: 1px solid #d1ad86;
  border-radius: 50%;
}
.project-card__info {
  position: relative;
  padding: 18px 20px 21px;
}
.project-card__info > span {
  display: block;
  margin-bottom: 7px;
  color: var(--clay);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.project-card__info h3 {
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.project-card__info p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: .8rem;
}
.project-card__info > a {
  position: absolute;
  top: 23px;
  right: 20px;
  color: var(--clay);
  font-size: 1.2rem;
}
.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #b99b7c;
  list-style: none;
}
.process-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 22px 0 25px;
  border-bottom: 1px solid #b99b7c;
}
.process-list li > span {
  color: var(--clay);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.process-list h3 {
  margin-bottom: 7px;
  font-size: 1.15rem;
}
.process-list p {
  max-width: 340px;
  margin-bottom: 0;
  color: #74675d;
  font-size: .84rem;
  line-height: 1.6;
}
.contact-section {
  background: var(--clay);
}
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .72fr);
  gap: 70px;
  padding: 68px;
  background: var(--wood-deep);
  color: var(--paper);
}
.contact-panel h2 {
  margin-bottom: 0;
}
.contact-panel__copy {
  align-self: end;
}
.contact-panel__copy > p:first-child {
  max-width: 430px;
  margin-bottom: 28px;
  color: #d6c8bb;
  font-size: .95rem;
  line-height: 1.75;
}
.contact-panel__note {
  margin: 22px 0 0;
  color: #a99888;
  font-size: .67rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.site-footer__inner {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: .72rem;
}
.brand--footer {
  color: var(--ink);
}
.site-footer__inner > p {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: .86rem;
  font-style: italic;
}
.site-footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer__links a {
  font-weight: 700;
}
html.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
html.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  html.js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
