@font-face {
  font-family: Inter;
  src: url('./assets/inter.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #efede6;
  color: #34382e;
  font-family: Inter, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #8c582e;
  outline-offset: 6px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
.skip {
  position: fixed;
  top: -100px;
  left: 15px;
  padding: 15px;
  background: white;
  z-index: 50;
}
.skip:focus {
  top: 10px;
}
.demo-note {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 4%;
  font-size: 9px;
  letter-spacing: 0.1em;
  background: #353b2e;
  color: #f0eee8;
}
.demo-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  border-bottom: 1px solid #34382e33;
}
.wordmark {
  font:
    42px Georgia,
    serif;
  letter-spacing: -3px;
  white-space: nowrap;
}
.wordmark > span:first-child {
  font-style: italic;
  color: #838a72;
}
.wordmark .logo-dot {
  font: 11px Inter;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 6px;
}
nav {
  display: flex;
  gap: 35px;
  align-items: center;
  font-size: 12px;
}
.nav-contact {
  border-bottom: 1px solid;
  padding: 13px 0;
}
.menu-toggle {
  display: none;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 600;
  line-height: 1.6;
}
.hero {
  padding: 62px 4% 0;
}
.hero-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.hero-copy > .eyebrow {
  grid-column: 1/-1;
}
h1 {
  font:
    clamp(62px, 7.1vw, 116px)/0.97 Georgia,
    serif;
  letter-spacing: -0.055em;
  font-weight: 400;
  grid-column: 1/-1;
  max-width: 1200px;
}
h1 em,
h2 em {
  font-weight: 400;
  color: #858a75;
}
.hero-bottom {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: -78px;
  margin-bottom: 30px;
}
.hero-bottom p {
  max-width: 270px;
  font-size: 13px;
  line-height: 1.75;
}
.round-link {
  border: 1px solid #34382e66;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  font-size: 26px;
  transition:
    background 0.2s,
    color 0.2s;
}
.round-link:hover {
  background: #34382e;
  color: white;
}
.hero-photo {
  position: relative;
  margin-top: 45px;
}
.hero-photo > img {
  height: clamp(380px, 46vw, 740px);
  object-fit: cover;
  object-position: center 56%;
}
.hero-photo figcaption {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.photo-stamp {
  position: absolute;
  right: 5%;
  top: -45px;
  background: #d9dfc8;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font: italic 23px/1.1 Georgia;
  text-align: center;
  transform: rotate(12deg);
}
.intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  padding: 125px 9%;
}
.intro > div {
  max-width: 750px;
}
h2 {
  font:
    clamp(36px, 4.5vw, 66px)/1.07 Georgia,
    serif;
  letter-spacing: -0.045em;
  font-weight: 400;
}
.intro p:not(.eyebrow) {
  max-width: 535px;
  font-size: 15px;
  line-height: 1.85;
  margin-top: 24px;
}
.work {
  background: #e5e2d8;
  padding: 85px 4%;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-bottom: 48px;
}
.section-heading > p:last-child {
  grid-column: 2;
  font-size: 13px;
}
.project-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 7%;
}
.project-layout figure img {
  height: 560px;
  object-fit: cover;
  object-position: 45%;
}
.project-layout figcaption {
  font-size: 8px;
  letter-spacing: 0.08em;
  padding-top: 15px;
}
.project-details {
  padding-top: 30px;
}
.project-details h3 {
  font: 38px Georgia;
  margin: 20px 0;
}
.project-details p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 340px;
}
.materials {
  display: flex;
  gap: 22px;
  margin: 30px 0;
}
.materials button {
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  font-size: 11px;
  color: inherit;
}
.materials button.selected {
  border-bottom-color: #34382e;
}
.swatch {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 1px #0001;
}
.oak {
  background: repeating-linear-gradient(87deg, #bb9167 0px, #cfa779 5px, #b78e63 8px);
}
.ash {
  background: repeating-linear-gradient(87deg, #dcd1b4 0px, #eee2c8 5px, #d9c9a8 8px);
}
.walnut {
  background: repeating-linear-gradient(87deg, #674935 0px, #7d5c40 5px, #543b2c 8px);
}
.material-description {
  min-height: 110px;
}
.material-description strong {
  font-size: 13px;
}
.material-description p {
  margin-top: 10px;
}
dl {
  margin: 28px 0 0;
}
dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid #34382e33;
  font-size: 10px;
}
dt {
  font-size: 8px;
  letter-spacing: 0.1em;
}
dd {
  margin: 0;
  text-align: right;
}
.services {
  padding: 100px 4%;
}
.services > .eyebrow {
  margin-bottom: 35px;
}
.services > a {
  display: grid;
  grid-template-columns: 0.3fr 2fr 1fr 40px;
  gap: 25px;
  align-items: center;
  border-top: 1px solid #34382e44;
  padding: 35px 0;
}
.services > a:last-child {
  border-bottom: 1px solid #34382e44;
}
.services > a > span {
  font-size: 10px;
}
.services h2 {
  font-size: clamp(26px, 3vw, 44px);
}
.services p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 260px;
}
.services b {
  font-size: 26px;
  font-weight: 400;
  transition: transform 0.2s;
}
.services > a:hover b {
  transform: translate(4px, -4px);
}
.process {
  padding: 80px 9%;
  background: #dde1d0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 50px;
}
.steps article > span {
  font-size: 11px;
}
.steps h2 {
  font-size: 36px;
  margin: 30px 0 18px;
}
.steps p {
  font-size: 13px;
  line-height: 1.8;
}
.contact {
  background: #343c30;
  color: #f0eee5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13%;
  padding: 105px 9%;
}
.contact h2 {
  font-size: clamp(50px, 6vw, 90px);
  margin: 30px 0;
}
.contact h2 em {
  color: #bac3a6;
}
.contact p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 340px;
}
.fine {
  font-size: 10px !important;
  opacity: 0.7;
  margin-top: 30px;
}
.contact form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}
label {
  font-size: 11px;
  margin-top: 15px;
}
input,
select,
textarea {
  border: 0;
  border-bottom: 1px solid #ccd1c56b;
  background: transparent;
  color: inherit;
  padding: 12px 0;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
}
select option {
  background: #343c30;
  color: #fff;
}
input::placeholder,
textarea::placeholder {
  color: #c4c9bd;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #c4cbb5;
  outline-offset: 4px;
}
.submit {
  background: #dce3ce;
  border: 0;
  padding: 20px;
  color: #343c30;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.submit:hover {
  background: #eff4e5;
}
.form-status {
  min-height: 24px;
  font-size: 12px !important;
}
footer {
  padding: 45px 4%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
footer > p {
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
footer a:not(.wordmark) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 1600px) {
  body {
    max-width: 1900px;
    margin: auto;
  }
  .hero-bottom {
    grid-column: 2;
    max-width: 480px;
    margin-left: 20%;
  }
}
@media (max-width: 900px) {
  .hero-bottom {
    margin: 10px 0 0;
    grid-column: 1/-1;
    max-width: 500px;
  }
  .hero-bottom p {
    max-width: 330px;
  }
  .intro {
    padding: 80px 5%;
    gap: 25px;
    grid-template-columns: 1fr 2fr;
  }
  .project-layout {
    gap: 5%;
    grid-template-columns: 1.3fr 1fr;
  }
  .project-layout figure img {
    height: 540px;
  }
  .services > a {
    grid-template-columns: 30px 2fr 1fr 25px;
  }
  .steps {
    gap: 25px;
  }
  .contact {
    gap: 8%;
    padding: 80px 5%;
  }
}
@media (max-width: 600px) {
  .demo-note {
    font-size: 7px;
    letter-spacing: 0.02em;
    padding: 10px 5%;
  }
  .demo-note span {
    max-width: 50%;
  }
  header {
    height: 80px;
    padding: 0 5%;
    position: relative;
  }
  .wordmark {
    font-size: 34px;
  }
  .menu-toggle {
    display: block;
    border: 1px solid #34382e66;
    padding: 10px 13px;
    background: transparent;
    color: inherit;
    font-size: 11px;
  }
  nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 25px 5%;
    background: #efede6;
    border-bottom: 1px solid;
    z-index: 10;
    align-items: stretch;
    gap: 20px;
  }
  nav.open {
    display: flex;
    flex-direction: column;
  }
  .hero {
    padding: 36px 5% 0;
  }
  h1 {
    font-size: clamp(52px, 12vw, 72px);
  }
  .hero-copy {
    gap: 18px;
  }
  .hero-bottom {
    gap: 20px;
  }
  .hero-bottom p {
    font-size: 12px;
  }
  .round-link {
    width: 48px;
    height: 48px;
  }
  .hero-photo {
    margin-top: 34px;
  }
  .hero-photo > img {
    height: 370px;
    object-position: 48%;
  }
  .photo-stamp {
    width: 80px;
    height: 80px;
    top: -25px;
    font-size: 19px;
  }
  .hero-photo figcaption {
    font-size: 7px;
    gap: 10px;
  }
  .intro {
    display: block;
    padding: 65px 5%;
  }
  .intro h2 {
    margin-top: 25px;
    font-size: 37px;
  }
  .intro p:not(.eyebrow) {
    font-size: 13px;
  }
  .work {
    padding: 55px 5%;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    margin: 20px 0;
    font-size: 37px;
  }
  .section-heading > p:last-child {
    font-size: 12px;
  }
  .project-layout {
    display: block;
  }
  .project-layout figure img {
    height: 350px;
  }
  .project-details {
    padding-top: 40px;
  }
  .project-details p {
    max-width: none;
  }
  .material-description {
    min-height: 90px;
  }
  .services {
    padding: 60px 5%;
  }
  .services > a {
    grid-template-columns: 20px 1fr 22px;
    gap: 14px;
    padding: 25px 0;
  }
  .services h2 {
    font-size: 28px;
  }
  .services p {
    grid-column: 2;
    grid-row: 2;
    font-size: 12px;
  }
  .services b {
    grid-column: 3;
    grid-row: 1;
  }
  .process {
    padding: 55px 5%;
  }
  .steps {
    display: block;
    margin-top: 30px;
  }
  .steps article {
    padding: 25px 0;
    border-top: 1px solid #34382e33;
  }
  .steps h2 {
    margin: 12px 0;
    font-size: 32px;
  }
  .contact {
    display: block;
    padding: 65px 5%;
  }
  .contact form {
    margin-top: 20px;
  }
  .contact h2 {
    font-size: 62px;
  }
  .contact p {
    max-width: none;
  }
  footer {
    padding: 35px 5%;
    flex-wrap: wrap;
  }
  footer p:last-child {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
