:root {
  --ink: #11110f;
  --paper: #dbd6c5;
  --paper-light: #f1eee4;
  --white: #fffdf7;
  --brass: #c5a23a;
  --leather: #8d5a3b;
  --muted: #6d695d;
  --line: rgba(17,17,15,.18);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: var(--body); line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; padding: .8rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }

.site-header { height: 84px; padding: 0 clamp(1.25rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(241,238,228,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: flex; gap: .8rem; align-items: center; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; background: var(--ink); color: var(--paper); display: grid; place-items: center; font: 700 1rem/1 var(--display); letter-spacing: .06em; }
.brand strong { display: block; font: 700 1.1rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; }
.brand small { display: block; margin-top: .32rem; color: var(--muted); font-size: .68rem; letter-spacing: .05em; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; font-size: .86rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-call):hover { text-decoration: underline; text-underline-offset: .35rem; }
.nav-call { padding: .8rem 1rem; background: var(--ink); color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: calc(100svh - 84px); display: grid; grid-template-columns: 56% 44%; overflow: hidden; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7.5rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.3rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; line-height: .92; margin: 0; }
h1 { max-width: 760px; font-size: clamp(4.4rem, 8.4vw, 9rem); letter-spacing: -.045em; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.hero-text { max-width: 580px; margin: 2rem 0 0; color: #39372f; font-size: clamp(1rem, 1.2vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 2rem; padding: .95rem 1.25rem; border: 1px solid var(--ink); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-ghost:hover { background: var(--ink); color: var(--white); }
.rating-strip { display: grid; grid-template-columns: auto auto 1fr; gap: .7rem; align-items: center; width: fit-content; margin-top: 3.5rem; padding-top: 1.1rem; border-top: 1px solid var(--line); font-size: .78rem; }
.rating-number { font: 700 1.55rem/1 var(--display); }
.stars { color: var(--brass); letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 580px; background: var(--ink); overflow: hidden; }
.hero-visual img { height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.06); transform: scale(1.02); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.62)); pointer-events: none; }
.crop-line { position: absolute; z-index: 2; left: 10%; top: 8%; bottom: 8%; width: 2px; background: var(--brass); }
.crop-line::before, .crop-line::after { content: ""; position: absolute; left: -4px; width: 10px; height: 2px; background: var(--brass); }
.crop-line::before { top: 0; } .crop-line::after { bottom: 0; }
.address-tag { position: absolute; z-index: 3; left: calc(10% + 22px); bottom: 8%; color: var(--white); text-transform: uppercase; letter-spacing: .08em; }
.address-tag span, .address-tag strong { display: block; }
.address-tag span { font-size: .68rem; }.address-tag strong { font: 700 1.4rem/1.2 var(--display); }

.trust-line { display: flex; justify-content: space-between; gap: 2rem; padding: 1.15rem clamp(1.25rem, 4vw, 4rem); background: var(--brass); font-size: .8rem; font-weight: 600; }
.trust-line p { margin: 0; }.trust-line p span { text-transform: uppercase; letter-spacing: .08em; }.trust-line a { text-underline-offset: .25rem; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: start; }
.section-heading h2, .gallery-copy h2, .visit h2, .final-copy h2 { font-size: clamp(3rem, 5.5vw, 6rem); letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }
.service-list { margin-top: 5rem; border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: .5fr 1.1fr 1fr; align-items: baseline; gap: 1.5rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.service-index { font: 600 .78rem var(--display); color: var(--muted); }
.service-card h3 { font-size: clamp(2.3rem, 4vw, 4.5rem); letter-spacing: -.025em; }
.service-card p { margin: 0; max-width: 440px; color: var(--muted); }
.service-note { margin: 2.5rem 0 0 auto; max-width: 700px; padding: 1.2rem 1.4rem; display: flex; justify-content: space-between; gap: 1.5rem; background: var(--paper); font-size: .82rem; }
.service-note p { margin: 0; }.service-note a { font-weight: 700; white-space: nowrap; }

.gallery-section { background: var(--ink); color: var(--white); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4rem); }
.gallery-copy { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: start; margin: 0 clamp(0rem, 3vw, 3.5rem) 4rem; }
.gallery-copy p:last-child { margin: 0; color: #aaa79d; font-size: .88rem; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .75fr .75fr; grid-template-rows: 280px 330px; gap: .8rem; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #222; }
.gallery-grid img { height: 100%; object-fit: cover; filter: grayscale(.25) contrast(1.03); transition: transform .5s ease, filter .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); filter: grayscale(0); }
.gallery-main { grid-row: 1 / 3; }
.gallery-main img { object-position: center 28%; }
.gallery-grid figure:nth-child(2) { grid-column: 2 / 4; }

.proof { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(3rem, 8vw, 9rem); background: var(--paper); }
.proof-score { border-right: 1px solid var(--line); }
.proof-score > span { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.proof-score strong { display: block; margin-top: .5rem; font: 800 clamp(7rem, 14vw, 13rem)/.85 var(--display); letter-spacing: -.08em; }
.proof-score .stars { margin-top: 1.2rem; }.proof-score p { margin: .4rem 0 0; font-size: .82rem; color: var(--muted); }
.proof-copy { align-self: center; }
.proof-copy blockquote { margin: 0 0 1.5rem; max-width: 820px; font: 600 clamp(2.2rem, 4.4vw, 4.7rem)/1.04 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.quote-source { max-width: 500px; color: var(--muted); font-size: .75rem; }.proof-copy a { display: inline-block; margin-top: 1rem; font-weight: 700; text-underline-offset: .3rem; }

.visit { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; background: var(--leather); color: var(--white); }
.visit address { margin-top: 2.5rem; font-style: normal; font-size: 1.1rem; }
.visit-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }.text-link { font-weight: 700; text-underline-offset: .3rem; }
.hours { align-self: end; border-top: 1px solid rgba(255,255,255,.28); padding-top: 1.5rem; }
.hours dl { margin: 0; }.hours dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.hours dt { color: #ead8c8; }.hours dd { margin: 0; font-weight: 700; }.hours-note { margin: 1.2rem 0 0; color: #ead8c8; font-size: .72rem; }

.final-cta { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--paper); }
.final-logo { display: grid; place-items: center; padding: clamp(2rem, 6vw, 6rem); border-right: 1px solid var(--line); }
.final-logo img { max-width: 680px; mix-blend-mode: multiply; }
.final-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.final-copy a { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--ink); font: 700 clamp(1.8rem, 3vw, 3rem)/1 var(--display); text-decoration: none; }
footer { padding: 2.5rem clamp(1.25rem, 4vw, 4rem); background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; }
footer strong, footer span { display: block; } footer > div > span { color: #9d9b93; font-size: .75rem; }
.footer-links { display: flex; align-items: start; flex-wrap: wrap; gap: 1.2rem; font-size: .76rem; }.footer-links a { text-underline-offset: .25rem; }
.preview-note { color: #d1aa7d !important; } footer small { grid-column: 1 / -1; color: #77756f; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .gallery-grid img { transition: none; } }

@media (max-width: 900px) {
  body { padding-bottom: 62px; }
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 70px 0 auto; padding: 1.5rem; background: var(--paper-light); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }.site-nav a { padding: .65rem 0; }.nav-call { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }.hero-copy { min-height: 620px; }.hero-visual { min-height: 72svh; }
  .section-heading, .gallery-copy { grid-template-columns: 1fr; }.section-heading > p:last-child, .gallery-copy p:last-child { max-width: 580px; }
  .service-card { grid-template-columns: .25fr 1fr; }.service-card p { grid-column: 2; }
  .proof { grid-template-columns: 1fr; }.proof-score { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 3rem; }
  .visit { grid-template-columns: 1fr; }.final-cta { grid-template-columns: 1fr; }.final-logo { border-right: 0; border-bottom: 1px solid var(--line); }
  .mobile-bar { position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); border-top: 1px solid #333; }
  .mobile-bar a { display: grid; place-items: center; text-decoration: none; font-weight: 700; }.mobile-bar a + a { background: var(--brass); color: var(--ink); }
}

@media (max-width: 620px) {
  .brand small { display: none; }.hero-copy { padding-top: 4rem; padding-bottom: 4rem; min-height: 570px; } h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .rating-strip { grid-template-columns: auto auto; }.rating-strip > span:last-child { grid-column: 1 / -1; }
  .trust-line { flex-direction: column; gap: .5rem; }.trust-line a { overflow-wrap: anywhere; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }.service-list { margin-top: 3rem; }.service-card { grid-template-columns: 34px 1fr; padding: 1.7rem 0; }.service-note { flex-direction: column; }.service-note a { white-space: normal; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 240px 240px; }.gallery-main { grid-row: auto; grid-column: 1 / 3; }.gallery-grid figure:nth-child(2) { grid-column: 1 / 3; }
  .proof-score strong { font-size: 8.5rem; }.visit { gap: 4rem; }.final-cta { min-height: auto; }.final-logo { min-height: 310px; }
  footer { grid-template-columns: 1fr; }.footer-links { flex-direction: column; } footer small { grid-column: auto; }
}
