:root {
  --ink: #171714;
  --paper: #f0eee9;
  --stone: #d6d0c5;
  --warm: #a69075;
  --line: rgba(23, 23, 20, .18);
  --serif: "Prata", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto 0;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 72px);
  color: #fff;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
.brand span {
  font-family: var(--serif);
  font-size: 2rem;
  letter-spacing: .08em;
}
.brand small {
  margin-top: 4px;
  font-size: .58rem;
  letter-spacing: .47em;
  padding-left: .18em;
}
nav { display: flex; align-items: center; gap: 34px; }
nav a {
  color: inherit;
  text-decoration: none;
  font-size: .84rem;
  letter-spacing: .08em;
}
.nav-contact { border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.menu-toggle { display: none; }
.hero {
  position: relative;
  min-height: min(940px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(380px, .75fr);
  background: var(--ink);
  color: #fff;
}
.hero-image {
  position: relative;
  min-height: 760px;
  background: linear-gradient(90deg, rgba(10,10,8,.24), transparent 45%), url("assets/form-interiors-hero-v2.png") center / cover no-repeat;
}
.visualization-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 6px 9px;
  background: rgba(23,23,20,.7);
  color: #fff;
  font-size: .62rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px clamp(42px, 5vw, 92px) 80px;
  background: var(--ink);
}
.eyebrow, .section-label {
  margin: 0 0 46px;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
}
h1 {
  margin-bottom: 42px;
  font-size: clamp(4rem, 6.7vw, 7.6rem);
  letter-spacing: -.035em;
}
.hero-copy { max-width: 450px; color: rgba(255,255,255,.71); font-size: 1.05rem; }
.text-link {
  align-self: flex-start;
  margin-top: 28px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: 7px;
  font-size: .9rem;
}
.text-link span { margin-left: 18px; }
.hero-location {
  position: absolute;
  bottom: 34px;
  left: clamp(24px, 4vw, 72px);
  color: #fff;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-shell { padding: clamp(90px, 10vw, 170px) clamp(24px, 7vw, 130px); }
.intro {
  display: grid;
  grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr);
  border-bottom: 1px solid var(--line);
}
.intro h2 { max-width: 990px; margin-bottom: 42px; font-size: clamp(3rem, 6vw, 6.4rem); }
.intro div > p { max-width: 670px; margin-left: auto; font-size: 1.08rem; }
.offer { padding-top: clamp(88px, 10vw, 160px); }
.offer-head { padding-top: 0; padding-bottom: 70px; display: grid; grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr); }
.offer h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
.offer-list { border-top: 1px solid var(--line); }
.offer-list article {
  display: grid;
  grid-template-columns: minmax(90px, .4fr) minmax(240px, 1fr) minmax(320px, 1fr);
  align-items: start;
  gap: 40px;
  padding: 42px clamp(24px, 7vw, 130px);
  border-bottom: 1px solid var(--line);
  transition: background-color .3s, color .3s;
}
.offer-list article:hover { background: var(--ink); color: var(--paper); }
.offer-list span, .process li > span, .material-notes span { font-size: .7rem; letter-spacing: .12em; }
.offer-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; }
.offer-list p { max-width: 500px; margin: 0; }
.material-story {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(420px, 1fr);
  min-height: 900px;
  background: #27241f;
  color: var(--paper);
}
.material-image { position: relative; min-height: 720px; overflow: hidden; }
.material-image img { width: 100%; height: 100%; object-fit: cover; }
.material-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(70px, 8vw, 130px); }
blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 4.2vw, 5rem); line-height: 1.08; }
.material-notes { margin-top: 80px; border-top: 1px solid rgba(255,255,255,.24); }
.material-notes p { display: grid; grid-template-columns: 55px 1fr; margin: 0; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 180px); }
.process-heading { position: sticky; top: 70px; align-self: start; }
.process h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0 42px; border-bottom: 1px solid var(--line); }
.process h3 { font-size: 1.1rem; font-weight: 500; }
.process li p { max-width: 580px; margin-bottom: 0; color: rgba(23,23,20,.66); }
.about {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: end;
  background: var(--stone);
  overflow: hidden;
}
.about > * { min-width: 0; }
.about-word {
  margin-left: -.03em;
  margin-bottom: -.14em;
  font-family: var(--serif);
  font-size: clamp(10rem, 28vw, 34rem);
  line-height: .8;
  color: rgba(23,23,20,.1);
  letter-spacing: -.07em;
  white-space: nowrap;
}
.about-copy { position: relative; z-index: 1; width: 100%; padding: clamp(70px, 7vw, 120px) clamp(24px, 5vw, 88px) clamp(90px, 9vw, 145px) 30px; }
.about-copy h2 { max-width: 11ch; font-size: clamp(2.8rem, 4.1vw, 4.8rem); overflow-wrap: break-word; }
.about-copy > p:last-child { max-width: 560px; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 180px); }
.faq h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.faq-list h3 { margin-bottom: 14px; font-size: 1.05rem; font-weight: 500; }
.faq-list p { max-width: 690px; margin-bottom: 0; color: rgba(23,23,20,.66); }
.contact { padding: clamp(95px, 12vw, 190px) clamp(24px, 7vw, 130px); background: var(--ink); color: var(--paper); }
.contact h2 { max-width: 1100px; margin-bottom: clamp(75px, 11vw, 150px); font-size: clamp(4rem, 9vw, 10rem); }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; border-top: 1px solid rgba(255,255,255,.2); padding-top: 36px; }
.contact-row p { max-width: 510px; color: rgba(255,255,255,.65); }
.contact-row a { justify-self: end; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.4rem); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); overflow-wrap: anywhere; }
.contact-row a span { font-family: var(--sans); font-size: .45em; }
.project-form { margin-top: clamp(80px, 10vw, 140px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 60px; margin-bottom: 34px; }
.project-form label { display: grid; gap: 10px; color: rgba(255,255,255,.68); font-size: .78rem; letter-spacing: .06em; }
.project-form input, .project-form select, .project-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  padding: 12px 0 14px;
  background: transparent;
  color: #fff;
  font: 400 1rem/1.4 var(--sans);
  outline: none;
}
.project-form select { color-scheme: dark; }
.project-form textarea { resize: vertical; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: #fff; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 34px; }
.form-footer p { max-width: 520px; margin: 0; color: rgba(255,255,255,.5); font-size: .78rem; }
.form-footer button {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.45);
  padding: 17px 22px;
  background: transparent;
  color: #fff;
  font: 400 .85rem var(--sans);
  cursor: pointer;
}
.form-footer button:hover, .form-footer button:focus-visible { background: #fff; color: var(--ink); }
.form-status { margin-top: 18px; color: rgba(255,255,255,.7); font-size: .85rem; }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 55px clamp(24px, 7vw, 130px); background: var(--ink); color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.12); }
footer p { margin: 0; font-size: .72rem; }
footer p:last-child { text-align: right; }
.footer-brand { color: #fff; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 58svh; }
  .hero-panel { padding-top: 80px; }
  .hero-location { top: calc(58svh - 50px); bottom: auto; }
  .intro, .offer-head, .process, .faq { grid-template-columns: 1fr; }
  .intro .section-label, .offer-head .section-label { margin-bottom: 60px; }
  .offer-list article { grid-template-columns: 60px .7fr 1fr; }
  .material-story { grid-template-columns: 1fr 1fr; }
  .material-copy { padding: 70px 44px; }
  .process-heading { position: static; }
  .about { grid-template-columns: 1fr; }
  .about-word { grid-row: 2; }
  .about-copy { padding-left: clamp(24px, 7vw, 130px); }
}

@media (max-width: 700px) {
  .site-header { height: 84px; }
  .brand span { font-size: 1.65rem; }
  .menu-toggle {
    display: grid;
    gap: 7px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 0;
    background: transparent;
    color: currentColor;
  }
  .menu-toggle i { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  nav {
    display: none;
    position: absolute;
    inset: 84px 0 auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 24px;
    background: var(--ink);
  }
  nav.open { display: flex; }
  nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero-image { min-height: 64svh; background-position: 42% center; }
  .hero-panel { padding: 72px 24px 88px; }
  .hero-location { top: calc(64svh - 48px); left: 24px; }
  h1 { font-size: clamp(3.9rem, 20vw, 6rem); }
  .section-shell { padding-left: 24px; padding-right: 24px; }
  .intro h2 { font-size: 3.3rem; }
  .intro div > p { margin-left: 0; }
  .offer-head { padding-left: 24px; padding-right: 24px; }
  .offer-list article { grid-template-columns: 42px 1fr; gap: 20px; padding: 30px 24px; }
  .offer-list article p { grid-column: 2; }
  .material-story { grid-template-columns: 1fr; }
  .material-image { min-height: 660px; }
  .material-copy { padding: 70px 24px; }
  blockquote { font-size: 2.7rem; }
  .process li { grid-template-columns: 50px 1fr; }
  .about { min-height: auto; }
  .about-copy { padding: 80px 24px 100px; }
  .about-copy h2 { font-size: 3rem; }
  .about-word { font-size: 44vw; }
  .contact { padding-left: 24px; padding-right: 24px; }
  .contact h2 { font-size: 4rem; }
  .contact-row { grid-template-columns: 1fr; gap: 45px; }
  .contact-row a { justify-self: start; font-size: 1.7rem; }
  .form-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 45px 24px; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
