:root {
  --ink: #202421;
  --black: #171a18;
  --bone: #f1f3f0;
  --paper: #fbfcfa;
  --line: rgba(32, 36, 33, 0.16);
  --muted: #6b726d;
  --accent: #4b5e56;
  --max: 1600px;
}

.order-facts { max-width:1600px; margin:0 auto; padding:3rem 5vw; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.5rem 2rem; border-block:1px solid var(--line); }
.order-facts h3 { font-size:1.1rem; line-height:1.4; font-weight:500; margin:0 0 .5rem; }
.order-facts p { font-size:.875rem; line-height:1.6; color:var(--muted); margin:0; }
.order-facts .order-note { grid-column:1/-1; max-width:65rem; }
.project-contact-details address,.workshop-address { font-style:normal; font-size:1rem; line-height:1.7; max-width:38rem; color:var(--muted); margin:1rem 0; }
.project-contact-details>a { display:block; width:fit-content; margin:.8rem 0; text-decoration:underline; text-underline-offset:4px; }
@media(max-width:900px) { .order-facts {grid-template-columns:repeat(2,minmax(0,1fr));padding:2rem 1.25rem;} }
@media(max-width:560px) { .order-facts {grid-template-columns:minmax(0,1fr);} }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}
.wordmark {
  font-weight: 450;
  font-size: 1.05rem;
  letter-spacing: .22em;
  white-space: nowrap;
}
.wordmark span { font-weight: 750; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.6vw, 3rem); font-size: .86rem; }
.site-nav > a:not(.nav-cta) { color: #3d3f3b; transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { padding: .72rem 1rem; border: 1px solid var(--ink); font-weight: 600; }
.nav-cta span { color: var(--accent); }
.menu-toggle { display: none; }

.hero {
  min-height: calc(100svh - 78px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) 3vw 3vw;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(480px, 7fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: stretch;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 1rem 0 2rem; }
.eyebrow { margin: 0 0 1.75rem; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: clamp(2rem, 4vw, 4rem);
  font-size: clamp(4rem, 7.6vw, 8.75rem);
  line-height: .84;
  letter-spacing: -.065em;
  font-weight: 500;
}
.hero-intro { max-width: 33rem; margin-bottom: 2.2rem; color: #454742; font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 1.4rem; font-size: .85rem; font-weight: 700; }
.button-primary { background: var(--ink); color: #fff; transition: background .2s ease, transform .2s ease; }
.button-primary:hover { background: var(--accent); transform: translateY(-2px); }
.text-link { font-size: .88rem; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.text-link span { color: var(--accent); margin-left: .35rem; }
.hero-media { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #d9d4cc; }
.hero-media img { height: 100%; object-fit: cover; filter: saturate(.66) contrast(.96); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.hero-media:hover img { transform: scale(1.018); filter: saturate(.78) contrast(.98); }
.hero-media figcaption { position: absolute; z-index: 2; left: 1rem; bottom: 4.5rem; padding: .45rem .65rem; background: rgba(17,18,17,.82); color: #fff; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-media .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 900ms ease; filter: none; }
.hero-media .hero-slide.is-active { opacity: 1; }
.hero-media:hover .hero-slide { transform: none; filter: none; }
.hero-controls { position: absolute; z-index: 3; bottom: 1rem; right: 1rem; display: flex; align-items: center; background: rgba(17,18,17,.82); color: white; }
.hero-controls button { min-height: 44px; min-width: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .875rem; padding: .5rem .75rem; }
.hero-controls button:hover { background: #ffffff25; }
.hero-controls button:focus-visible { outline: 2px solid white; outline-offset: -3px; }
.hero-count { font-size: .75rem; padding: 0 .25rem; font-variant-numeric: tabular-nums; }

.trust-strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 1rem clamp(1rem, 2vw, 2.3rem); border-left: 1px solid var(--line); }
.trust-strip div:first-child { border-left: 0; padding-left: 0; }
.trust-strip strong { font-size: 1.2rem; font-weight: 600; letter-spacing: -.025em; }
.trust-strip span { margin-top: .22rem; color: var(--muted); font-size: .76rem; }

.section-shell { max-width: var(--max); margin: 0 auto; padding: clamp(7rem, 11vw, 11rem) 3vw; }
.section-heading { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 4vw; align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading .eyebrow { align-self: start; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .92; letter-spacing: -.06em; font-weight: 500; }
.section-heading > p:last-child { max-width: 28rem; margin-bottom: .4rem; color: var(--muted); font-size: 1.05rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-card { min-width: 0; background: var(--paper); }
.card-image { aspect-ratio: 4 / 3; overflow: hidden; background: #ddd8cf; }
.card-image img { height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .6s ease, filter .4s ease; }
.value-card:hover .card-image img { transform: scale(1.025); filter: saturate(1); }
.card-copy { padding: 1.5rem 1.3rem 2rem; }
.card-copy span { color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.card-copy h3 { margin: 1.1rem 0 .85rem; font-size: 1.35rem; font-weight: 550; }
.card-copy p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.direction-note { background: var(--ink); color: var(--bone); padding: clamp(5rem, 9vw, 9rem) max(3vw, calc((100vw - var(--max)) / 2 + 3vw)); }
.direction-note p { max-width: 1050px; margin-bottom: 3rem; font-size: clamp(3.2rem, 7vw, 8rem); line-height: .92; letter-spacing: -.06em; }
.direction-note span { display: block; color: #c8c6bf; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.split-heading { display: grid; grid-template-columns: 1.55fr .75fr; gap: 8vw; align-items: end; margin-bottom: clamp(4rem, 7vw, 7rem); }
.split-heading > p { max-width: 31rem; margin-bottom: .5rem; color: var(--muted); font-size: 1.05rem; }
.reason-list, .process-list { margin: 0; padding: 0; list-style: none; }
.reason-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reason-list li { min-height: 250px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-list span, .process-list span, .client-grid span { color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.reason-list h3 { margin: 4rem 0 1rem; font-size: 1.28rem; font-weight: 550; }
.reason-list p, .process-list p, .client-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.signature-section { max-width: var(--max); margin: 0 auto; padding: clamp(7rem, 10vw, 10rem) 3vw; background: var(--black); color: var(--bone); }
.signature-head { display: grid; grid-template-columns: .65fr 1.35fr .8fr; gap: 4vw; align-items: end; margin-bottom: 4rem; }
.signature-head > p:last-child { color: #aaa9a4; }
.signature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: clamp(260px, 23vw, 360px); gap: 1rem; }
.signature-card { position: relative; min-height: 300px; overflow: hidden; background: #2b2d2b; }
.signature-feature { grid-column: span 2; grid-row: span 2; }
.signature-card img { height: 100%; object-fit: cover; opacity: .84; filter: saturate(.72); transition: transform .7s ease, opacity .4s ease, filter .4s ease; }
.signature-card::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.signature-card:hover img { transform: scale(1.025); opacity: 1; filter: saturate(.88); }
.signature-card div { position: absolute; z-index: 2; inset: auto 1.25rem 1.2rem; }
.signature-card span { font-size: .65rem; letter-spacing: .12em; color: #d9d5ca; }
.signature-card h3 { margin: .45rem 0 0; font-size: 1.2rem; font-weight: 500; }
.signature-feature h3 { font-size: clamp(2rem, 3vw, 3.5rem); }
.signature-card p { max-width: 28rem; margin: .7rem 0 0; color: #d0cec6; }

.process-section { background: var(--bone); }
.process-list { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.process-list li { min-height: 330px; padding: 1.4rem 1.1rem 1.5rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.process-list li:last-child { border-right: 0; }
.process-list h3 { margin: auto 0 .9rem; font-size: 1.1rem; font-weight: 600; }

.material-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); }
.material-image { min-height: 760px; }
.material-image img { height: 100%; object-fit: cover; }
.material-copy { padding: clamp(4rem, 8vw, 9rem) clamp(2rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.material-copy h2 { margin-bottom: 2.5rem; font-size: clamp(3rem, 5.3vw, 6rem); }
.material-copy > p:not(.eyebrow) { max-width: 37rem; color: var(--muted); }
.material-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; margin: 2.2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.material-list li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }

.small-batch { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) 3vw; display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; background: #e8ece9; color: var(--ink); }
.small-copy h2 { max-width: 1000px; margin-bottom: 2.5rem; font-size: clamp(3.5rem, 7vw, 8rem); }
.small-copy > p:last-child { max-width: 42rem; color: #59625d; font-size: 1.05rem; }
.small-stat { display: flex; flex-direction: column; align-self: end; padding-top: 1.5rem; border-top: 1px solid rgba(32,36,33,.32); }
.small-stat strong { font-size: clamp(5rem, 9vw, 9rem); font-weight: 450; line-height: .9; letter-spacing: -.07em; }
.small-stat > span { margin: 1rem 0 4rem; font-size: 1.05rem; }
.small-stat small { color: #68716c; line-height: 1.5; }

.experience-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }
.experience-copy h2 { margin-bottom: 2.5rem; font-size: clamp(3rem, 5vw, 6rem); }
.experience-copy > p:not(.eyebrow) { max-width: 38rem; color: var(--muted); font-size: 1.04rem; }
.experience-labels { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 3rem; }
.experience-labels span { padding: .55rem .8rem; border: 1px solid var(--line); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.experience-images { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: .8rem; min-height: 680px; }
.experience-images img { height: 100%; object-fit: cover; }
.experience-images img:first-child { grid-row: span 2; }

.workshop-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: auto auto; background: var(--ink); color: var(--bone); }
.workshop-main { grid-row: span 2; min-height: 860px; }
.workshop-main img, .workshop-detail img { height: 100%; object-fit: cover; }
.workshop-copy { padding: clamp(3rem, 6vw, 6rem); }
.workshop-copy h2 { margin-bottom: 2.5rem; }
.workshop-statement { color: #fff; font-size: 1.15rem; }
.workshop-copy > p:not(.eyebrow):not(.workshop-statement) { color: #b8b9b4; }
.workshop-copy .text-link { display: inline-block; margin-top: 1.5rem; }
.workshop-detail { min-height: 280px; }

.clients-section .split-heading h2 { max-width: 900px; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.client-grid article { min-height: 280px; padding: 1.5rem 1.4rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.client-grid article:last-child { border-right: 0; }
.client-grid h3 { margin: auto 0 1rem; max-width: 15rem; font-size: 1.2rem; font-weight: 550; }

.final-cta { max-width: var(--max); margin: 0 auto; padding: clamp(7rem, 12vw, 12rem) 3vw; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--black); color: var(--bone); }
.final-cta h2 { margin-bottom: 2rem; font-size: clamp(4rem, 9vw, 10rem); }
.final-cta > p:not(.eyebrow) { max-width: 42rem; color: #b9b9b4; font-size: 1.08rem; }
.button-light { margin: 2rem 0 1.8rem; background: var(--bone); color: var(--black); min-width: 180px; }
.email-link { color: #d2d1cb; border-bottom: 1px solid #777873; font-size: .9rem; }

footer { max-width: var(--max); margin: 0 auto; padding: 4rem 3vw 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; background: var(--bone); border-top: 1px solid var(--line); }
footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-brand p { margin-top: 1.2rem; color: var(--muted); font-size: .8rem; }
.footer-label { margin-bottom: .7rem; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
footer a:not(.wordmark), .muted-link { font-size: .82rem; }
.muted-link { color: #9a9b96; }
.footer-bottom { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }

@media (max-width: 900px) {
  .site-header { height: 68px; padding: 0 1.25rem; }
  .menu-toggle { display: flex; align-items: center; gap: .45rem; padding: .7rem 0; border: 0; background: none; color: var(--ink); font: inherit; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
  .menu-toggle i { display: block; width: 15px; height: 1px; background: currentColor; }
  .menu-toggle i:last-child { margin-left: -19px; transform: translateY(4px); }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 1rem; padding: .9rem 1rem; text-align: center; background: var(--ink); color: #fff; }
  .hero { min-height: 0; padding: 3.5rem 1.25rem 0; display: flex; flex-direction: column; gap: 3.5rem; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(3.65rem, 17vw, 6.6rem); margin-bottom: 2rem; }
  .hero-intro { font-size: 1.06rem; }
  .hero-media { min-height: 0; aspect-ratio: 4 / 5; margin: 0 -1.25rem; }
  .trust-strip { padding: 0 1.25rem; grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 94px; padding: 1rem; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .trust-strip div:nth-child(even) { border-left: 1px solid var(--line); }
  .section-shell { padding: 6rem 1.25rem; }
  .section-heading { display: block; margin-bottom: 3rem; }
  .section-heading h2 { margin-bottom: 2rem; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .direction-note { padding: 6rem 1.25rem; }
  .split-heading, .signature-head { display: block; }
  .split-heading h2, .signature-head h2 { margin-bottom: 2rem; }
  .reason-list { grid-template-columns: 1fr 1fr; }
  .signature-section { padding: 6rem 1.25rem; }
  .signature-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 380px; }
  .signature-feature { grid-column: span 2; grid-row: auto; }
  .process-list { grid-template-columns: 1fr 1fr 1fr; }
  .process-list li { min-height: 250px; border-bottom: 1px solid var(--line); }
  .material-section { grid-template-columns: 1fr; }
  .material-image { min-height: 0; aspect-ratio: 4 / 3; }
  .material-copy { padding: 6rem 1.25rem; }
  .small-batch { padding: 6rem 1.25rem; grid-template-columns: 1fr; gap: 4rem; }
  .small-stat { max-width: 400px; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-images { min-height: 580px; }
  .workshop-section { grid-template-columns: minmax(0,1fr); grid-template-rows: auto; }
  .workshop-section > div { min-width:0; }
  .workshop-main { grid-row: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .workshop-copy { padding: 5rem 1.25rem; }
  .workshop-detail { aspect-ratio: 16 / 8; min-height:0; width:100%; }
  .client-grid { grid-template-columns: 1fr 1fr; }
  .client-grid article { border-bottom: 1px solid var(--line); }
  footer { padding: 4rem 1.25rem 2rem; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .value-grid { grid-template-columns: 1fr; }
  .card-copy { padding-bottom: 2.5rem; }
  .direction-note span { line-height: 1.8; }
  .reason-list { grid-template-columns: 1fr; }
  .reason-list li { min-height: 220px; }
  .reason-list h3 { margin-top: 3rem; }
  .signature-grid { grid-template-columns: 1fr; grid-auto-rows: 410px; }
  .signature-feature { grid-column: auto; }
  .signature-feature h3 { font-size: 1.75rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 210px; border-right: 0; }
  .material-list { grid-template-columns: 1fr; }
  .experience-images { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 430px 220px; }
  .experience-images img:first-child { grid-column: span 2; grid-row: auto; }
  .client-grid { grid-template-columns: 1fr; }
  .client-grid article { min-height: 220px; border-right: 0; }
  .final-cta { padding-left: 1.25rem; padding-right: 1.25rem; }
  footer { gap: 3rem 1rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
