:root {
  --ink: #211b17;
  --espresso: #33231b;
  --copper: #a34f2c;
  --copper-dark: #78371f;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --sand: #ded1bf;
  --muted: #6d625a;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.65 "DM Sans", sans-serif; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 20; background: white; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; min-height: 76px; padding: .85rem clamp(1rem,4vw,4rem); display: flex; align-items: center; gap: 2rem; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(51,35,27,.1); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: "Libre Caslon Display", serif; font-size: 1.18rem; line-height: 1.05; }
.brand small { display: block; margin-top: .22rem; font: 600 .62rem/1 "DM Sans", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.brand-mark { width: 2.55rem; height: 2.55rem; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-size: .92rem; }
nav { display: flex; gap: 1.7rem; margin-left: auto; }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--copper); }
.header-cta { padding: .7rem 1rem; color: white; background: var(--espresso); text-decoration: none; font-size: .84rem; font-weight: 700; border-radius: 2px; }
.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); background: var(--cream); }
.hero-copy { align-self: center; padding: clamp(3.5rem,8vw,8rem) clamp(1.5rem,6vw,7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1,h2 { margin: 0; font-family: "Libre Caslon Display", serif; font-weight: 400; line-height: 1.04; }
h1 { max-width: 11ch; font-size: clamp(3rem,5.5vw,6.2rem); letter-spacing: -.035em; }
h1 em { color: var(--copper); font-style: italic; }
h2 { font-size: clamp(2.5rem,4.2vw,4.6rem); letter-spacing: -.025em; }
.hero-intro { max-width: 34rem; margin: 1.6rem 0 2rem; color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .75rem 1.25rem; border: 1px solid var(--espresso); border-radius: 2px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--espresso); }
.button.primary:hover { background: var(--copper-dark); }
.button.secondary { background: transparent; }
.local-note { margin: 1.5rem 0 0; color: var(--muted); font-size: .82rem; }
.hero-image { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.hero-image img { filter: saturate(.9) contrast(1.03); }
.hero-image figcaption { position: absolute; right: 1.2rem; bottom: 1.2rem; max-width: 18rem; padding: .75rem 1rem; color: white; background: rgba(33,27,23,.82); font-size: .78rem; }
.proof-strip { display: grid; grid-template-columns: repeat(3,1fr); padding: 1.4rem clamp(1.5rem,6vw,7rem); color: white; background: var(--espresso); }
.proof-strip p { margin: 0; padding: .5rem 2rem; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
.proof-strip p:last-child { border: 0; }
.proof-strip strong,.proof-strip span { display: block; }
.proof-strip strong { font-family: "Libre Caslon Display",serif; font-size: 1.25rem; font-weight: 400; }
.proof-strip span { color: #d9cfc9; font-size: .76rem; }
.section { padding: clamp(5rem,9vw,9rem) clamp(1.5rem,6vw,7rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 29rem; margin: 0; color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 300px 300px; gap: .8rem; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--sand); }
.gallery-main { grid-row: span 2; }
.gallery figure:last-child { grid-column: span 2; }
.gallery img { transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 3rem 1.2rem 1rem; color: white; background: linear-gradient(transparent,rgba(0,0,0,.72)); }
.gallery figcaption span,.gallery figcaption small { display: block; }
.gallery figcaption span { font-family: "Libre Caslon Display",serif; font-size: 1.35rem; }
.gallery figcaption small { color: #eee; font-size: .75rem; }
.center-action { margin-top: 2rem; text-align: center; }
.text-link { color: var(--copper-dark); font-weight: 700; text-underline-offset: .35rem; }
.custom { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; background: var(--cream); }
.custom-image { height: min(700px,75vw); }
.custom-copy > p:not(.eyebrow) { max-width: 38rem; color: var(--muted); }
.steps { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid var(--sand); }
.steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--sand); }
.steps li > span { color: var(--copper); font-size: .75rem; font-weight: 700; }
.steps p { margin: .15rem 0 0; color: var(--muted); font-size: .9rem; }
.compact { max-width: 55rem; }
.craft-grid { display: grid; grid-template-columns: 1fr .78fr 1fr; min-height: 460px; }
.craft-grid blockquote { display: grid; place-items: center; margin: 0; padding: 3rem; color: white; background: var(--copper-dark); font-family: "Libre Caslon Display",serif; font-size: clamp(1.7rem,2.6vw,2.7rem); line-height: 1.25; text-align: center; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; background: #e8dfd1; }
.story-copy { max-width: 42rem; }
.story-copy p:not(.eyebrow) { color: #5d534b; }
.story > img { max-height: 610px; }
.contact { padding: clamp(5rem,9vw,9rem) 1.5rem; color: white; background: var(--espresso); text-align: center; }
.contact .eyebrow { color: #db9776; }
.contact h2 { max-width: 16ch; margin: auto; }
.contact > p:not(.eyebrow,.service-area) { max-width: 39rem; margin: 1.3rem auto 2rem; color: #d9cfc9; }
.contact-actions { justify-content: center; }
.button.light { color: var(--espresso); background: white; border-color: white; }
.button.outline-light { color: white; border-color: rgba(255,255,255,.65); }
.service-area { margin-top: 2.5rem; color: #baa99f; font-size: .8rem; letter-spacing: .08em; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.5rem,6vw,7rem); background: #18120f; color: #c9bdb5; font-size: .78rem; }
.footer-brand { color: white; }
footer p { margin: 0; }
footer a { text-underline-offset: .25rem; }
@media (max-width: 900px) {
  nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-image { min-height: 54vh; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 260px 260px; }
  .gallery-main { grid-column: span 2; grid-row: auto; }
  .gallery figure:last-child { grid-column: span 2; }
  .custom,.story { grid-template-columns: 1fr; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-grid > * { min-height: 420px; }
  .craft-grid blockquote { min-height: 340px; }
}
@media (max-width: 560px) {
  .site-header { min-height: 68px; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .brand { font-size: 1rem; }
  .header-cta { padding: .55rem .7rem; font-size: .72rem; }
  .hero-image { min-height: 45vh; }
  .hero-copy { padding-top: 3.5rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(2.8rem,14vw,4.1rem); }
  .hero-actions .button { width: 100%; }
  .gallery { display: block; }
  .gallery figure { height: 330px; margin-bottom: .75rem; }
  .custom-image { height: 480px; }
  .craft-grid > * { min-height: 360px; }
  footer { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
