:root {
  --ink: #20221f;
  --paper: #f4f0e8;
  --soft: #e8e1d6;
  --olive: #6f7766;
  --white: #fcfaf6;
  --line: rgba(32,34,31,.16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .96; letter-spacing: -.03em; }
h2 { font-size: clamp(3.2rem, 6.5vw, 6.8rem); }
:focus-visible { outline: 3px solid #879079; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: 125px 7vw; }
.eyebrow { margin-bottom: 22px; color: var(--olive); font-size: .7rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }

.demo-bar { position: fixed; z-index: 60; inset: 0 0 auto; height: 32px; padding: 0 4vw; display: flex; align-items: center; justify-content: center; gap: 18px; background: #d9d4c8; border-bottom: 1px solid var(--line); font-size: .63rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.demo-bar a { border-bottom: 1px solid currentColor; }
.site-header { position: fixed; z-index: 50; inset: 32px 0 auto; min-height: 88px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; transition: min-height .3s, background .3s, border .3s; }
.site-header.scrolled { min-height: 68px; background: rgba(244,240,232,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: grid; line-height: 1; }
.brand span { font-family: var(--serif); font-size: 1.7rem; letter-spacing: -.02em; }
.brand small { margin-top: 7px; font-size: .56rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: 500; }
nav > a { position: relative; }
nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .2s; }
nav > a:hover::after { right: 0; }
.nav-toggle { display: none; padding: 10px; border: 0; background: none; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 7px 0; background: currentColor; }
.button { min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 100px; font-size: .78rem; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #454940; }
.button-light { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 500; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,240,232,.98) 0%, rgba(244,240,232,.9) 28%, rgba(244,240,232,.2) 58%, transparent 80%); }
.hero-content { position: relative; z-index: 1; width: min(700px, 48vw); margin: 85px 0 0 7vw; }
.hero h1 { margin-bottom: 30px; font-size: clamp(4.8rem, 8.5vw, 9rem); }
.hero h1 em { color: var(--olive); font-weight: 400; }
.hero-content > p:not(.eyebrow) { max-width: 500px; margin-bottom: 35px; font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-meta { position: absolute; right: 4vw; bottom: 40px; min-width: 215px; padding: 20px 24px; background: rgba(252,250,246,.9); backdrop-filter: blur(10px); }
.hero-meta span, .hero-meta strong, .hero-meta small { display: block; }
.hero-meta span { color: var(--olive); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta strong { margin: 3px 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.hero-meta small { color: #787c73; font-size: .62rem; }

.promise { text-align: center; background: var(--ink); color: var(--white); }
.promise > p { color: #abb1a3; font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.promise h2 { max-width: 1100px; margin: 35px auto 75px; font-size: clamp(3rem, 5.8vw, 6.3rem); }
.promise-points { max-width: 1100px; margin: auto; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); color: #bfc3b9; font-size: .72rem; letter-spacing: .06em; }

.services { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.section-intro { align-self: start; position: sticky; top: 120px; }
.section-intro h2 { margin-bottom: 35px; }
.section-intro > p:last-child { max-width: 420px; color: #676b64; }
.service-list article { padding: 28px 0; display: grid; grid-template-columns: 45px 1fr auto 48px; gap: 20px; align-items: center; border-top: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list article > span { color: #92958d; font-size: .68rem; }
.service-list h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-list p { margin: 3px 0 0; color: #74776f; font-size: .76rem; }
.service-list strong { font-size: .78rem; font-weight: 500; }
.service-list button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.service-list button:hover { color: white; background: var(--ink); }

.craft { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--soft); }
.craft-image { overflow: hidden; }
.craft-image img { height: 100%; object-fit: cover; }
.craft-copy { align-self: center; }
.craft-copy h2 { margin-bottom: 35px; }
.craft-copy > p:not(.eyebrow) { max-width: 520px; color: #60645d; }
.craft-copy ul { margin: 45px 0 0; padding: 0; list-style: none; }
.craft-copy li { max-width: 500px; padding: 14px 0; border-top: 1px solid var(--line); font-size: .8rem; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: center; background: var(--white); }
.about-copy { max-width: 610px; }
.about-copy h2 { margin-bottom: 35px; }
.about-copy > p:not(.eyebrow) { max-width: 500px; color: #646860; }
blockquote { margin: 50px 0 12px; padding-top: 35px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.65rem); line-height: 1.2; }
.about-copy > span { color: #757970; font-size: .7rem; }
.about-image { max-height: 850px; overflow: hidden; }
.about-image img { height: 100%; object-fit: cover; }

.reviews { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--soft); }
.reviews-heading h2 { margin-bottom: 30px; }
.reviews-heading > span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 100px; color: #74786f; font-size: .65rem; }
.review-list article { min-height: 245px; padding: 30px 0; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line); }
.review-list article > div { grid-column: 1 / -1; color: var(--olive); font-size: .7rem; letter-spacing: .14em; }
.review-list article p { max-width: 680px; align-self: end; margin: 30px 0 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.3rem); line-height: 1.2; }
.review-list article span { align-self: end; color: #777a73; font-size: .7rem; }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: var(--white); background: var(--olive); }
.visit .eyebrow { color: #dbe0d5; }
.visit-copy h2 { margin-bottom: 45px; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 45px; }
.visit-details div:first-child { grid-column: 1 / -1; }
.visit-details span { display: block; margin-bottom: 12px; color: #d7dccf; font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.visit-details p { margin: 0; font-size: .86rem; }
.visit-details small { color: #d0d5ca; font-size: .62rem; }

footer { padding: 75px 7vw 25px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; color: var(--white); background: var(--ink); }
footer p { color: #aeb2a9; font-size: .78rem; }
footer > div { display: flex; gap: 24px; font-size: .75rem; }
footer > small { grid-column: 1 / -1; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #7f837c; font-size: .64rem; }
.mobile-booking { display: none; }

.booking-dialog { width: min(640px, calc(100% - 28px)); max-height: 92vh; padding: 52px; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.booking-dialog::backdrop { background: rgba(24,26,23,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 16px; right: 20px; border: 0; background: none; font-family: var(--serif); font-size: 2rem; cursor: pointer; }
.booking-dialog h2 { margin-bottom: 15px; font-size: 3.6rem; }
.booking-dialog p:not(.eyebrow) { color: #70746c; font-size: .8rem; }
form { display: grid; gap: 18px; margin-top: 30px; }
label { display: grid; gap: 7px; font-size: .7rem; font-weight: 600; letter-spacing: .05em; }
input, select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-success { padding: 55px 0 15px; text-align: center; }
.booking-success > span { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--olive); }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .nav-toggle { display: block; z-index: 2; }
  nav { position: fixed; inset: 0; padding: 120px 7vw; display: none; flex-direction: column; align-items: flex-start; gap: 28px; background: var(--paper); font-family: var(--serif); font-size: 2.5rem; }
  nav.open { display: flex; }
  nav .button { margin-top: 20px; font-family: var(--sans); font-size: .76rem; }
  .section { padding: 90px 6vw; }
  .hero-content { width: 60vw; margin-left: 6vw; }
  .services, .craft, .about, .reviews, .visit { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .craft-image { min-height: 560px; }
  .about { gap: 65px; }
  .about-image { max-height: 720px; }
  .reviews { gap: 65px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > div { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .demo-bar { padding: 0 12px; justify-content: space-between; gap: 8px; letter-spacing: .05em; }
  .brand span { font-size: 1.45rem; }
  .hero { min-height: 840px; align-items: flex-end; }
  .hero > img { object-position: 68% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(244,240,232,.99) 0%, rgba(244,240,232,.94) 43%, rgba(244,240,232,.12) 78%); }
  .hero-content { width: 88vw; margin: 0 0 105px 6vw; }
  .hero h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .hero-meta { display: none; }
  .hero-actions .button { display: none; }
  .promise-points { grid-template-columns: 1fr; gap: 15px; }
  .service-list article { grid-template-columns: 32px 1fr 42px; }
  .service-list strong { grid-column: 2; }
  .service-list button { grid-column: 3; grid-row: 1 / span 2; }
  .craft-image { min-height: 430px; }
  .about-image { max-height: 600px; }
  .review-list article { grid-template-columns: 1fr; }
  .review-list article span { margin-top: 18px; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-details div:first-child { grid-column: auto; }
  footer { grid-template-columns: 1fr; padding-bottom: 100px; }
  footer > div { grid-column: auto; }
  .mobile-booking { position: fixed; z-index: 40; left: 15px; right: 15px; bottom: 14px; min-height: 54px; display: block; border: 0; border-radius: 100px; color: white; background: var(--ink); box-shadow: 0 10px 32px rgba(32,34,31,.3); font-size: .78rem; font-weight: 600; }
  .booking-dialog { padding: 44px 22px 28px; }
  .booking-dialog h2 { font-size: 3rem; }
  .field-row { grid-template-columns: 1fr; }
}

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

@media (hover: none) {
  .button:hover { transform: none; }
}
