:root {
  --ink: #11110f;
  --ink-deep: #090908;
  --ink-soft: #1a1a17;
  --paper: #f1eddf;
  --paper-deep: #e9e2cf;
  --gold: #f0dc00;
  --gold-strong: #d5c300;
  --gold-ink: #706700;
  --cream: #fff7df;
  --muted: #625f57;
  --line: rgba(17, 17, 15, .16);
  --line-dark: rgba(255, 255, 255, .14);
  --header-h: 76px;
  --gutter: clamp(1rem, 3vw, 2rem);
  --section-space: clamp(4.75rem, 7vw, 7rem);
  --display: "Bahnschrift Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --sans: Aptos, "Segoe UI", Arial, sans-serif;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; min-width: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: rgba(240, 220, 0, .25); }
button { font: inherit; }
h1, h2, h3 { text-wrap: balance; }
p, li, figcaption, address { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.page-shell { width: min(100%, 1200px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 80; top: .5rem; left: .5rem; padding: .75rem 1rem; color: var(--ink); background: var(--gold); transform: translateY(-160%); transition: transform .2s var(--ease-out); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { --scroll-progress: 0; position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header-h); color: var(--cream); background: transparent; border-bottom: 1px solid transparent; transition-property: height, background-color, border-color, box-shadow, backdrop-filter; transition-duration: .28s; transition-timing-function: var(--ease-out); }
.site-header::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--gold); transform: scaleX(var(--scroll-progress)); transform-origin: left center; }
.site-header.has-scrolled { height: 64px; }
.site-header.has-scrolled, .inner-page .site-header, .menu-open .site-header { background: rgba(17, 17, 15, .96); border-bottom-color: var(--line-dark); box-shadow: 0 8px 8px rgba(0, 0, 0, .16); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.header-inner { width: min(100%, 1280px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); padding: 0 var(--gutter); }
.brand { display: grid; width: fit-content; margin-right: auto; color: var(--cream); text-decoration: none; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0, 0, 0, .5); }
.brand-name { font: 900 clamp(1.15rem, 1.8vw, 1.45rem)/.95 var(--display); letter-spacing: .025em; white-space: nowrap; }
.brand-name strong { color: var(--gold); font-weight: 900; }
.brand small { margin-top: .3rem; color: #d2c45d; font: 800 .47rem/1 var(--sans); letter-spacing: .14em; transition-property: margin-top, font-size; transition-duration: .28s; transition-timing-function: var(--ease-out); }
.site-header.has-scrolled .brand small { margin-top: .2rem; font-size: .43rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 1.7vw, 1.8rem); }
.site-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: .65rem .1rem; color: var(--cream); text-decoration: none; font: 800 .74rem/1 var(--display); letter-spacing: .045em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: .1rem; bottom: 4px; left: .1rem; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform .24s var(--ease-out); }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-call { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; padding: .7rem .85rem .7rem .95rem; color: var(--ink); background: var(--gold); text-decoration: none; font: 800 .68rem/1 var(--display); letter-spacing: .04em; text-transform: uppercase; transition-property: background-color, transform; transition-duration: .18s; transition-timing-function: ease-out; }
.header-call svg { width: 15px; height: 15px; fill: currentColor; }
.header-call strong { font-weight: 900; }
.menu-toggle, .menu-scrim { display: none; }

/* Hero */
.hero { position: relative; min-height: 680px; height: min(100svh, 900px); overflow: hidden; color: var(--cream); background: var(--ink); border-bottom: 1px solid var(--line-dark); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-position: 69% 44%; filter: saturate(.82) contrast(1.06) brightness(.82); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 7, 6, .98) 0%, rgba(7, 7, 6, .88) 30%, rgba(7, 7, 6, .47) 55%, rgba(7, 7, 6, .12) 88%), linear-gradient(0deg, rgba(7, 7, 6, .8), transparent 42%), linear-gradient(180deg, rgba(7, 7, 6, .35), transparent 28%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding: calc(var(--header-h) + 2rem) var(--gutter) 2.5rem; }
.hero-copy { width: min(53vw, 650px); }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold); font: 850 .64rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; display: grid; width: fit-content; font: 900 clamp(4.45rem, 8vw, 6rem)/.78 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 span:first-child { color: var(--gold); }
.hero h1 span:last-child { color: var(--cream); }
.hero-tagline { margin: 1.45rem 0 0; display: flex; align-items: center; gap: .7rem; color: var(--cream); font: 850 clamp(1.05rem, 1.8vw, 1.4rem)/1 var(--display); letter-spacing: .07em; text-transform: uppercase; }
.hero-tagline i { width: 36px; height: 2px; background: var(--gold); }
.hero-summary { max-width: 40rem; margin: 1rem 0 0; color: #ddd7ca; font-size: .94rem; line-height: 1.6; }
.hero-actions { margin-top: 1.65rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-address { position: absolute; right: var(--gutter); bottom: 2rem; margin: 0; padding-top: .8rem; display: grid; min-width: 180px; color: var(--cream); border-top: 1px solid rgba(255, 255, 255, .32); text-align: right; text-transform: uppercase; }
.hero-address strong { font: 850 .92rem/1 var(--display); letter-spacing: .055em; }
.hero-address span { margin-top: .35rem; color: #cbc4b7; font-size: .58rem; font-weight: 800; letter-spacing: .14em; }

/* Shared */
.section { padding: var(--section-space) var(--gutter); border-top: 1px solid var(--line); }
.section-lead { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr); align-items: end; gap: clamp(2rem, 6vw, 6rem); margin-bottom: clamp(2.75rem, 5vw, 4.25rem); }
.section-kicker { margin: 0 0 .9rem; color: var(--gold-ink); font: 750 .74rem/1.2 var(--sans); letter-spacing: .055em; }
h2 { margin: 0; max-width: 780px; font: 900 clamp(3rem, 5.6vw, 4.75rem)/.84 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
h2 em { color: var(--gold-ink); font-style: normal; }
.section-copy > p, .section-lead > p { max-width: 34rem; margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.65; }
.trust-chip { display: inline-flex; margin-top: 1.2rem; padding: .65rem .8rem; color: var(--ink); border: 1px solid var(--line); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.2rem; border: 1px solid transparent; text-decoration: none; font: 850 .7rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; transition-property: transform, scale, color, background-color, border-color; transition-duration: .18s; transition-timing-function: ease-out; }
.button svg { width: 17px; height: 17px; fill: currentColor; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-ghost { color: var(--cream); background: rgba(17, 17, 15, .38); border-color: rgba(255, 255, 255, .48); }
.button-dark { color: var(--cream); background: var(--ink); }
.button-cream { color: var(--ink); background: var(--cream); }
.button:active, .header-call:active, .contact-phone:active, .mobile-actions a:active { scale: .96; }

/* Services */
.services { background: var(--paper); }
.service-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.service-card { position: relative; min-width: 0; min-height: 142px; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-content: center; align-items: end; gap: .8rem; padding: 1.15rem 1.2rem; background: var(--paper); transition-property: color, background-color, transform; transition-duration: .25s; transition-timing-function: var(--ease-out); }
.service-card::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--gold); opacity: 0; transform: scaleX(0); transform-origin: left center; transition-property: opacity, transform; transition-duration: .3s; transition-timing-function: var(--ease-out); }
.service-icon { grid-column: 1 / -1; width: 23px; height: 23px; margin-bottom: .65rem; overflow: visible; color: var(--gold-ink); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition-property: color, transform; transition-duration: .28s; transition-timing-function: var(--ease-out); }
.service-card h3 { margin: 0; max-width: 15rem; font: 850 clamp(.86rem, 1.05vw, .98rem)/1.16 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.service-card > strong { align-self: end; color: var(--gold-ink); font: 900 1.08rem/1 var(--display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.service-card small { font-size: .48em; letter-spacing: .07em; text-transform: uppercase; }
.service-card:nth-last-child(2) { grid-column: span 2; }
.service-card-special { grid-column: 1 / -1; min-height: 154px; margin-top: 23px; padding: 1.6rem 1.8rem; display: flex; align-items: center; color: var(--ink); background: var(--gold); box-shadow: 0 -24px 0 var(--paper); }
.service-card-special::before { display: none; }
.service-card-special div > p { margin: 0 0 .4rem; font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-card-special h3 { max-width: none; font-size: clamp(1.65rem, 2.8vw, 2.45rem); }
.service-card-special div > span { display: block; max-width: 48rem; margin-top: .5rem; color: rgba(17, 17, 15, .72); font-size: .78rem; }
.service-card-special > strong { color: var(--ink); font-size: clamp(2.4rem, 4.4vw, 3.35rem); }

/* Moving band */
.service-marquee { overflow: hidden; color: var(--cream); background: var(--ink-soft); border-block: 1px solid var(--line-dark); }
.marquee-track { display: flex; width: max-content; will-change: transform; animation: lion-marquee 28s linear infinite; }
.marquee-group { flex: none; min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: clamp(1.75rem, 4vw, 4.5rem); padding: 1rem clamp(1rem, 3vw, 2rem); }
.marquee-group span { display: inline-flex; align-items: center; gap: clamp(1.75rem, 4vw, 4.5rem); white-space: nowrap; font: 850 clamp(.76rem, 1.25vw, .9rem)/1 var(--display); letter-spacing: .07em; text-transform: uppercase; }
.marquee-group span::after { content: "✦"; color: var(--gold); font-size: .58em; }
@keyframes lion-marquee { to { transform: translateX(-50%); } }

/* Gallery */
.gallery { background: var(--paper-deep); }
.gallery-carousel { position: relative; }
.gallery-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.1rem); }
.gallery-track .gallery-card { aspect-ratio: 4 / 5; }
.gallery-card { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; background: var(--ink); outline: 1px solid oklch(0 0 0 / .1); outline-offset: -1px; }
.gallery-card picture, .gallery-card video { display: block; width: 100%; height: 100%; }
.gallery-card img, .gallery-card video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.05); transition-property: transform, filter; transition-duration: .5s, .25s; transition-timing-function: var(--ease-out), ease-out; }
.gallery-card::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(8, 8, 7, .78)); pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 2; right: 1rem; bottom: .85rem; left: 1rem; color: #fff; font: 850 .72rem/1 var(--display); letter-spacing: .065em; text-transform: uppercase; transition: transform .25s var(--ease-out); }
.gallery-card-focus-low img { object-position: center 66%; }
.gallery-actions { margin-top: 1.75rem; display: flex; justify-content: center; }

/* About */
.about { color: var(--cream); background: var(--ink); border-top-color: var(--line-dark); }
.about-copy { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(3rem, 9vw, 8rem); align-items: center; }
.about .section-kicker { color: #cec04e; }
.about h2 { color: var(--cream); }
.about h2 em { color: var(--gold); }
.about-body > p { max-width: 39rem; margin: 0; color: #d6d0c4; font-size: 1rem; line-height: 1.72; }
.trust-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.trust-list li { position: relative; min-height: 45px; display: flex; align-items: center; padding: .8rem 0 .8rem 1.2rem; color: #d4cdbf; border-bottom: 1px solid var(--line-dark); font: 800 .72rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.trust-list li::before { content: ""; position: absolute; left: 0; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }

/* Location */
.visit { color: var(--cream); background: var(--ink-soft); border-top-color: var(--line-dark); }
.visit-grid { display: grid; grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.visit .section-kicker { color: #cec04e; }
.visit-copy h2 { font-size: clamp(3rem, 5.2vw, 4.65rem); }
.visit-copy h2 em { color: var(--gold); }
.shop-address { margin-top: 2.5rem; display: grid; grid-template-columns: 22px 1fr; gap: .9rem; align-items: start; }
.shop-address svg { width: 22px; fill: var(--gold); }
.shop-address strong, .opening-block h3 { font: 850 .88rem/1 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.shop-address address { margin-top: .6rem; color: #cbc5b9; font: normal .9rem/1.55 var(--sans); }
.opening-block { margin: 2rem 0 1.4rem; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .38); }
.opening-block h3 { margin: 0 0 .9rem; color: var(--gold); }
.hours { margin: 0; display: grid; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-top: 1px solid var(--line-dark); font-size: .75rem; }
.hours dt { color: #bdb7aa; }
.hours dd { margin: 0; color: var(--cream); font-weight: 750; font-variant-numeric: tabular-nums; white-space: nowrap; }
.visit .button-dark { color: var(--ink); background: var(--gold); }
.map-frame { position: relative; height: 570px; padding: 5px; background: var(--gold); }
.shop-map { width: 100%; height: 100%; border: 0; }
.map-badge { position: absolute; right: 1rem; bottom: 1rem; min-width: 82px; min-height: 82px; display: grid; place-content: center; color: var(--cream); background: var(--ink); font: 850 .61rem/1 var(--display); letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.map-badge strong { display: block; color: var(--gold); font-size: 1.8rem; }

/* Contact and footer */
.contact-panel { color: var(--ink); background: var(--gold); border-top-color: rgba(17, 17, 15, .25); }
.contact-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); grid-template-areas: "kicker actions" "title actions" "copy actions"; column-gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.contact-inner .section-kicker { grid-area: kicker; align-self: end; color: rgba(17, 17, 15, .7); }
.contact-inner h2 { grid-area: title; max-width: 700px; font-size: clamp(3rem, 5vw, 4.5rem); }
.contact-inner h2 em { color: var(--cream); }
.contact-inner > p:not(.section-kicker) { grid-area: copy; align-self: start; max-width: 42rem; margin: 1.1rem 0 0; color: rgba(17, 17, 15, .76); font-size: .92rem; line-height: 1.65; }
.contact-actions { grid-area: actions; width: 100%; display: grid; gap: .7rem; }
.contact-phone { min-height: 86px; display: grid; place-content: center; padding: 1rem 1.4rem; color: var(--cream); background: var(--ink); text-decoration: none; transition-property: transform, scale, background-color; transition-duration: .18s; transition-timing-function: ease-out; }
.contact-phone small { color: var(--gold); font: 850 .6rem/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.contact-phone strong { margin-top: .4rem; font: 900 clamp(1.85rem, 3vw, 2.45rem)/.9 var(--display); font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.contact-actions .button { min-height: 58px; border-color: rgba(17, 17, 15, .12); }
.site-footer { padding: 3rem var(--gutter) 1rem; color: #c9c3b6; background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr 1.1fr .75fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.footer-brand { display: grid; width: fit-content; color: var(--cream); font: 900 1.3rem/1 var(--display); letter-spacing: .025em; text-decoration: none; text-transform: uppercase; }
.footer-brand strong { color: var(--gold); }
.footer-brand small { margin-top: .35rem; color: #a79b55; font: 800 .48rem/1 var(--sans); letter-spacing: .14em; }
.footer-grid section h2 { margin: 0 0 1.1rem; color: var(--gold); font: 850 .72rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid section a, .footer-grid section p { display: block; margin: 0; color: #b9b3a7; text-decoration: none; font-size: .8rem; line-height: 1.72; }
.footer-grid section a + a { margin-top: .65rem; }
.footer-follow div { display: flex; gap: .55rem; }
.footer-follow div a { width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(240, 220, 0, .4); border-radius: 50%; transition-property: color, background-color, border-color, transform; transition-duration: .18s; transition-timing-function: ease-out; }
.footer-follow div a + a { margin-top: 0; }
.footer-follow svg { width: 20px; height: 20px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-follow .social-dot, .footer-follow .social-phone { fill: currentColor; stroke: none; }
.footer-bottom { margin-top: 2.4rem; padding: 1.15rem 0 .2rem; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; column-gap: clamp(1.5rem, 4vw, 3.5rem); color: #858178; border-top: 1px solid rgba(255, 255, 255, .1); font: 750 .62rem/1.4 var(--sans); letter-spacing: .075em; text-transform: uppercase; }
.footer-bottom > :first-child { justify-self: start; }
.footer-bottom > :nth-child(2) { justify-self: center; color: #9a958a; }
.footer-bottom > :last-child { justify-self: end; }
.footer-bottom a { color: inherit; text-decoration: none; text-transform: none; }
.site-credit { display: inline-flex; align-items: center; gap: .5rem; color: #99958c; font-size: .68rem; letter-spacing: .025em; opacity: 1; transition-property: color; transition-duration: .18s; transition-timing-function: ease-out; }
.site-credit svg { width: 17px; height: 17px; flex: 0 0 17px; color: #77746d; transform: translateY(-.5px); transition-property: color; transition-duration: .18s; transition-timing-function: ease-out; }
.site-credit strong { color: #bdb8ad; font-weight: 800; transition-property: color; transition-duration: .18s; transition-timing-function: ease-out; }
.mobile-actions { display: none; }

/* Full gallery page */
.inner-page { background: var(--paper); }
.gallery-page { min-height: 100vh; padding-top: calc(var(--header-h) + 4.5rem); background: var(--paper); }
.gallery-page .page-title { margin: 0; font: 900 clamp(3rem, 5.6vw, 4.75rem)/.84 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.gallery-page .page-title em { color: var(--gold-ink); font-style: normal; }
.gallery-grid-full { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.gallery-grid-full .gallery-card { aspect-ratio: 16 / 11; }

/* Motion */
.motion-ready .hero-copy > * { animation: hero-copy-in .62s var(--ease-out) both; }
.motion-ready .hero-copy > :nth-child(2) { animation-delay: 70ms; }
.motion-ready .hero-copy > :nth-child(3) { animation-delay: 130ms; }
.motion-ready .hero-copy > :nth-child(4) { animation-delay: 190ms; }
.motion-ready .hero-copy > :nth-child(5) { animation-delay: 250ms; }
@keyframes hero-copy-in { from { opacity: .58; filter: blur(3px); transform: translateY(10px); } to { opacity: 1; filter: blur(0); transform: translateY(0); } }
.motion-ready .reveal-item { transform: translateY(12px); transition: transform .58s var(--ease-out) var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { transform: translateY(0); }

@media (hover: hover) {
  .site-nav a:hover::after { transform: scaleX(1); }
  .header-call:hover, .button-primary:hover { background: #fff24a; transform: translateY(-2px); }
  .button:hover { transform: translateY(-2px); }
  .button-ghost:hover { color: var(--ink); background: var(--cream); border-color: var(--cream); }
  .button-dark:hover { color: var(--ink); background: var(--gold); }
  .visit .button-dark:hover { background: #fff24a; }
  .contact-phone:hover { background: #24241f; transform: translateY(-2px); }
  .service-card:not(.service-card-special):hover { z-index: 2; color: var(--cream); background: var(--ink); transform: translateY(-4px); }
  .service-card:not(.service-card-special):hover::before { opacity: 1; transform: scaleX(1); }
  .service-card:not(.service-card-special):hover .service-icon { color: var(--gold); transform: scale(1.08) rotate(-5deg); }
  .service-card:not(.service-card-special):hover > strong { color: var(--gold); }
  .service-card-special:hover { background: #ffe900; }
  .gallery-card:hover img, .gallery-card:hover video { transform: scale(1.025); filter: saturate(.96) contrast(1.06); }
  .gallery-card:hover figcaption { transform: translateY(-3px); }
  .footer-grid > section:not(.footer-follow) a:hover, .site-credit:hover, .site-credit:hover svg, .site-credit:hover strong { color: var(--gold); }
  .footer-follow div a:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
}

@media (max-width: 1100px) {
  .header-call { display: none; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card:nth-last-child(2) { grid-column: auto; }
}

@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .site-header.has-scrolled { height: 58px; }
  .brand-name { font-size: 1.25rem; }
  .menu-toggle { order: 2; width: 46px; height: 46px; display: grid; align-content: center; justify-items: center; gap: 5px; color: var(--cream); background: rgba(17, 17, 15, .2); border: 1px solid rgba(255, 255, 255, .36); cursor: pointer; }
  .menu-toggle span { width: 23px; height: 2px; background: currentColor; transition-property: transform, opacity; transition-duration: .2s; transition-timing-function: ease-out; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 52; top: var(--header-h); right: 0; left: 0; display: grid; gap: 0; padding: .75rem 1rem 1rem; color: var(--cream); background: var(--ink); border-top: 1px solid var(--line-dark); opacity: 0; visibility: hidden; transform: translateY(-10px); transition-property: opacity, transform, visibility; transition-duration: .2s; transition-timing-function: var(--ease-out); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { min-height: 48px; padding: .95rem .2rem; border-bottom: 1px solid var(--line-dark); font-size: .86rem; letter-spacing: .065em; }
  .site-nav a::after { right: auto; bottom: 7px; left: .2rem; width: 26px; }
  .menu-scrim { position: fixed; z-index: 51; inset: var(--header-h) 0 0; display: none; background: rgba(0, 0, 0, .6); border: 0; }
  .menu-open .menu-scrim { display: block; }
  .site-header.has-scrolled .site-nav { top: 58px; }
  .site-header.has-scrolled .menu-scrim { top: 58px; }
  .hero { min-height: 720px; }
  .hero-copy { width: min(100%, 620px); }
  .hero-address { display: none; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:nth-last-child(2) { grid-column: 1 / -1; }
  .service-card-special { grid-column: 1 / -1; }
  .about-copy { grid-template-columns: 1fr; gap: 2.5rem; }
  .visit-grid { grid-template-columns: 1fr; align-items: start; }
  .visit-copy h2 { max-width: 720px; }
  .map-frame { height: 520px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  .site-header { background: linear-gradient(rgba(8, 8, 7, .58), transparent); }
  .site-header.has-scrolled, .menu-open .site-header { background: rgba(17, 17, 15, .97); }
  .brand small { font-size: .43rem; }
  .hero { height: 100svh; min-height: 690px; max-height: none; }
  .hero-media img { object-position: 62% 45%; }
  .hero-shade { background: linear-gradient(180deg, rgba(8, 8, 7, .28) 0%, rgba(8, 8, 7, .2) 22%, rgba(8, 8, 7, .78) 60%, rgba(8, 8, 7, .98) 100%), linear-gradient(90deg, rgba(8, 8, 7, .55), rgba(8, 8, 7, .06)); }
  .hero-content { align-items: flex-end; padding-top: calc(var(--header-h) + 3rem); padding-bottom: 7.25rem; }
  .eyebrow { max-width: 21rem; margin-bottom: .8rem; font-size: .59rem; line-height: 1.35; }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 4.2rem); line-height: .8; }
  .hero-tagline { margin-top: 1.2rem; gap: .5rem; font-size: 1rem; }
  .hero-tagline i { width: 25px; }
  .hero-summary { margin-top: .9rem; font-size: .88rem; }
  .hero-actions { display: none; }
  .section { padding: 4rem 1rem; }
  .section-lead { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; margin-bottom: 2.4rem; }
  h2 { font-size: clamp(2.7rem, 12vw, 3.55rem); line-height: .87; }
  .section-lead > p, .section-copy > p { font-size: .9rem; }
  .service-card { min-height: 136px; padding: 1rem .9rem; }
  .service-icon { width: 21px; height: 21px; margin-bottom: .55rem; }
  .service-card h3 { font-size: .82rem; }
  .service-card > strong { font-size: 1rem; }
  .service-card-special { min-height: 195px; align-items: flex-start; flex-direction: column; justify-content: space-between; padding: 1.2rem; }
  .service-card-special h3 { font-size: 1.7rem; }
  .service-card-special div > span { line-height: 1.45; }
  .service-card-special > strong { align-self: flex-end; font-size: 2.45rem; }
  .marquee-group { padding-block: .85rem; }
  .gallery-track { grid-template-columns: 1fr; gap: .7rem; }
  .gallery-track .gallery-card { aspect-ratio: 4 / 4.7; }
  .about-copy { gap: 2rem; }
  .about h2 { font-size: clamp(2.9rem, 13.5vw, 3.8rem); }
  .about-body > p { font-size: .94rem; }
  .visit-copy h2 { font-size: clamp(2.9rem, 13vw, 3.8rem); }
  .shop-address { margin-top: 2rem; }
  .hours div { font-size: .73rem; }
  .map-frame { height: 420px; }
  .map-badge { min-width: 72px; min-height: 72px; }
  .contact-inner { grid-template-columns: 1fr; grid-template-areas: "kicker" "title" "copy" "actions"; }
  .contact-inner h2 { font-size: clamp(2.8rem, 12.5vw, 3.65rem); }
  .contact-inner > p:not(.section-kicker) { line-height: 1.62; }
  .contact-actions { margin-top: 1.7rem; }
  .contact-phone strong { font-size: clamp(1.9rem, 9vw, 2.35rem); }
  .footer-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .footer-bottom { grid-template-columns: 1fr; gap: .75rem; align-items: start; }
  .footer-bottom > :first-child, .footer-bottom > :nth-child(2), .footer-bottom > :last-child { justify-self: start; }
  .gallery-page { padding-top: calc(var(--header-h) + 3.25rem); }
  .gallery-page .page-title { font-size: 3.1rem; }
  .gallery-grid-full { grid-template-columns: 1fr; gap: .7rem; }
  .gallery-grid-full .gallery-card { aspect-ratio: 16 / 11; }
  .mobile-actions { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; min-height: calc(60px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); color: var(--cream); background: var(--ink); border-top: 1px solid rgba(255, 255, 255, .16); box-shadow: 0 -6px 8px rgba(0, 0, 0, .16); }
  .mobile-actions a { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: .55rem; color: var(--cream); text-decoration: none; font: 850 .75rem/1 var(--display); letter-spacing: .07em; text-transform: uppercase; transition-property: color, background-color, scale; transition-duration: .16s; transition-timing-function: ease-out; }
  .mobile-actions a:first-child { color: var(--ink); background: var(--gold); }
  .mobile-actions a + a { border-left: 1px solid rgba(255, 255, 255, .18); }
  .mobile-actions svg { width: 18px; height: 18px; fill: currentColor; }
}

@media (max-width: 620px) and (max-height: 700px) {
  .hero { min-height: 100svh; }
  .hero-content { padding-bottom: 6.4rem; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 3.75rem); }
  .hero-tagline { margin-top: .9rem; font-size: .92rem; }
  .hero-summary { margin-top: .75rem; }
}

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