:root {
  --ink: #13110f;
  --charcoal: #24201d;
  --paper: #f6f1e9;
  --paper-deep: #e9dfd2;
  --copper: #a6633d;
  --copper-light: #d9a27c;
  --white: #fffdf9;
  --max: 1200px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 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.6;
}
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: var(--white); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--copper); font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.lead { max-width: 42rem; color: #4c4540; font-size: clamp(1.05rem, 1.6vw, 1.22rem); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { text-decoration: none; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: .02em; }
.brand span { display: block; opacity: .75; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-call { border: 1px solid rgba(255,255,255,.55); padding: .7rem 1rem; }

.hero { min-height: 790px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr); }
.hero-copy { display: flex; align-items: center; padding: 9rem max(2rem, calc((100vw - var(--max))/2)) 5rem max(2rem, calc((100vw - var(--max))/2)); }
.hero-copy-inner { max-width: 690px; }
.hero .display { max-width: 8ch; font-size: clamp(4.25rem, 8.2vw, 8.4rem); }
.hero .lead { margin: 2rem 0; color: #d9d0c7; max-width: 34rem; }
.hero-image { position: relative; min-height: 600px; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,17,15,.45), transparent 35%); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.15rem; border: 1px solid transparent; background: var(--copper); color: var(--white); font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.button.secondary { background: transparent; border-color: #746b63; }

.trust-strip { background: var(--copper); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 1.1rem 1.5rem; border-right: 1px solid rgba(255,255,255,.22); text-align: center; font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.intro-grid .display { font-size: clamp(3.1rem, 6vw, 6rem); }
.signature { margin-top: 2rem; font-family: var(--serif); font-size: 1.45rem; font-style: italic; }

.services { background: var(--charcoal); color: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-head .display { max-width: 10ch; font-size: clamp(3rem, 6vw, 6rem); }
.section-head p { max-width: 30rem; color: #cfc5bc; }
.service-list { border-top: 1px solid #554e48; }
.service-row { display: grid; grid-template-columns: 70px minmax(170px, .8fr) 1.4fr auto; gap: 1.5rem; align-items: center; padding: 1.55rem 0; border-bottom: 1px solid #554e48; text-decoration: none; }
.service-row .number { color: var(--copper-light); font-family: var(--serif); font-style: italic; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.2rem); font-weight: 400; }
.service-row p { margin: 0; color: #cfc5bc; }
.service-row .arrow { color: var(--copper-light); font-size: 1.5rem; transition: transform .2s ease; }
.service-row:hover .arrow, .service-row:focus-visible .arrow { transform: translateX(.35rem); }

.work { overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, 300px); gap: clamp(.65rem, 1.2vw, 1rem); }
.gallery-grid figure { position: relative; margin: 0; min-height: 0; overflow: hidden; background: var(--paper-deep); isolation: isolate; }
.gallery-grid .gallery-feature { grid-row: 1 / 3; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .4s ease; }
.gallery-grid figure::after { content: ""; position: absolute; z-index: 1; inset: 38% 0 0; background: linear-gradient(transparent, rgba(19,17,15,.74)); pointer-events: none; }
.gallery-grid figcaption { position: absolute; z-index: 2; right: 1.25rem; bottom: 1.15rem; left: 1.25rem; color: var(--white); transform: translateY(.2rem); transition: transform .35s ease; }
.gallery-grid figcaption span, .gallery-grid figcaption small { display: block; }
.gallery-grid figcaption span { font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.05; }
.gallery-grid figcaption small { margin-top: .28rem; font-size: .68rem; font-weight: 800; letter-spacing: .11em; opacity: .86; text-transform: uppercase; }
.gallery-grid figure:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-grid figure:hover figcaption { transform: translateY(0); }

.faq { background: var(--paper-deep); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 7rem); }
.faq .display { font-size: clamp(3rem, 5vw, 5rem); }
details { border-top: 1px solid #c5b8aa; padding: 1.25rem 0; }
details:last-child { border-bottom: 1px solid #c5b8aa; }
summary { cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.3rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--copper); }
details[open] summary::after { content: "−"; }
details p { color: #544b44; }

.visit { background: var(--ink); color: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.visit .display { font-size: clamp(3.4rem, 7vw, 7rem); }
.contact-card { border-left: 1px solid #554e48; padding-left: clamp(2rem, 6vw, 5rem); }
.contact-card a { display: block; margin: .4rem 0; color: #e7ddd4; font-size: 1.08rem; text-decoration-color: #796e65; text-underline-offset: .25rem; }
.contact-card strong { display: block; margin-top: 1.8rem; color: var(--copper-light); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }

.site-footer { padding: 2rem 0; background: #0a0908; color: #9f958c; }
.footer-row { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.social { display: flex; gap: 1rem; }
.social a { color: #d4cac0; }

.page-hero { min-height: 560px; background: var(--ink); color: var(--white); display: flex; align-items: end; padding: 10rem 0 5rem; }
.page-hero .display { max-width: 11ch; font-size: clamp(4rem, 9vw, 8rem); }
.article { max-width: 850px; }
.article h2 { margin: 3rem 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1.05; }
.article h3 { margin-top: 2rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.article p, .article li { color: #4c4540; }
.article-nav { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #c9bcae; }

@media (max-width: 860px) {
  .nav-links a:not(.nav-call) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding-top: 8rem; }
  .hero-image { min-height: 460px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .intro-grid, .faq-layout, .visit-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 45px 1fr auto; }
  .service-row p { grid-column: 2 / 4; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 255px 255px; }
  .gallery-grid .gallery-feature { grid-column: 1 / 3; grid-row: auto; }
  .contact-card { border-left: 0; border-top: 1px solid #554e48; padding: 2rem 0 0; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .hero-copy { min-height: 560px; padding-inline: 1.25rem; }
  .hero .display { font-size: clamp(3.55rem, 18vw, 5rem); }
  .hero-image { min-height: 360px; }
  .section-head { align-items: start; flex-direction: column; }
  .service-row { grid-template-columns: 32px 1fr auto; gap: .8rem; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 390px repeat(4, 270px); gap: .7rem; }
  .gallery-grid .gallery-feature { grid-column: auto; }
  .gallery-grid figcaption { right: 1rem; bottom: .95rem; left: 1rem; }
  .footer-row { flex-direction: column; align-items: start; }
}

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