/* ==========================================================================
   Fenwick Street Barbers — site styles
   Palette: warm charcoal, brass, cream. Signature: kinetic barber-pole stripe.
   ========================================================================== */

@font-face {
  font-family: "Big Shoulders Display";
  src: url("../fonts/BigShouldersDisplay-latin.woff2") format("woff2");
  font-weight: 500 900;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/BricolageGrotesque-latin.woff2") format("woff2");
  font-weight: 300 800;
  font-stretch: 75% 100%;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Regular-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #0e0d0b;
  --coal: #161411;
  --coal-2: #1f1c17;
  --line: rgba(243, 236, 224, 0.12);
  --line-strong: rgba(243, 236, 224, 0.28);
  --cream: #f3ece0;
  --cream-dim: #b9af9d;
  --muted: #8f8674;
  --brass: #d9a53f;
  --brass-hi: #e8b95a;
  --brass-deep: #a8761f;
  --brass-glow: rgba(217, 165, 63, 0.16);
  --red: #c8322b;
  --blue: #1f4e8c;
  --green: #3ecf6a;

  --display: "Big Shoulders Display", Impact, "Arial Narrow", sans-serif;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --body: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;

  --wrap: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --pole-period: 50.91px; /* vertical period of 36px stripes at 45° */
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, p, ul, ol, figure, address { margin: 0; }
address { font-style: normal; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.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 {
  position: absolute; left: 16px; top: -60px; z-index: 1000;
  background: var(--brass); color: var(--ink); padding: 10px 16px; border-radius: 8px;
  font-weight: 700; text-decoration: none; transition: top 0.2s;
}
.skip:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 4px; }
.anchor-top { position: absolute; top: 0; }

/* Typography */
.display {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0.005em;
}
.display em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  color: var(--brass);
  letter-spacing: 0;
  font-size: 0.92em;
}
h2.display { font-size: clamp(44px, 6vw, 84px); }
.kicker {
  display: flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--brass); font-weight: 600;
}
.kicker::before { content: ""; width: 28px; height: 1px; background: var(--brass); }
.muted { color: var(--cream-dim); }
.small { font-size: 14px; }
.center { text-align: center; }
.section { padding-block: clamp(80px, 11vw, 150px); position: relative; }
.section-head { max-width: 820px; display: grid; gap: 20px; margin-bottom: clamp(40px, 6vw, 72px); }

/* ---------- Grain + progress ---------- */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 9000; opacity: 0.075;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 950; pointer-events: none;
}
.progress span {
  display: block; height: 100%; background: var(--brass);
  transform-origin: 0 50%; transform: scaleX(0);
  box-shadow: 0 0 12px rgba(217, 165, 63, 0.6);
}

/* ---------- Barber pole ---------- */
.pole {
  position: relative; display: inline-block; width: 10px; height: 36px;
  border-radius: 6px; overflow: hidden; flex: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(243, 236, 224, 0.12);
}
.pole::before {
  content: ""; position: absolute; left: 0; right: 0; top: -120%; bottom: -120%;
  background: repeating-linear-gradient(-45deg,
    var(--red) 0 10px, var(--cream) 10px 20px, var(--blue) 20px 26px, var(--cream) 26px 36px);
  animation: pole-y 2.2s linear infinite;
}
@keyframes pole-y { to { transform: translateY(var(--pole-period)); } }

.divider { height: 7px; position: relative; overflow: hidden; }
.divider::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -120px; right: -120px;
  background: repeating-linear-gradient(-45deg,
    var(--red) 0 10px, var(--cream) 10px 20px, var(--blue) 20px 26px, var(--cream) 26px 36px);
  opacity: 0.85;
  animation: pole-x 2.2s linear infinite;
}
@keyframes pole-x { to { transform: translateX(var(--pole-period)); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 26px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: 0.01em; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform 0.35s var(--ease), background 0.35s, color 0.35s, box-shadow 0.35s, border-color 0.35s;
}
.btn svg { transition: transform 0.35s var(--ease); }
.btn-brass { background: var(--brass); color: var(--ink); }
.btn-brass:hover { background: var(--brass-hi); transform: translateY(-2px); box-shadow: 0 14px 32px -12px rgba(217, 165, 63, 0.7); }
.btn-brass:hover svg { transform: translateX(3px); }
.btn-ghost { border-color: var(--line-strong); color: var(--cream); background: transparent; }
.btn-ghost:hover { border-color: var(--cream); transform: translateY(-2px); background: rgba(243, 236, 224, 0.05); }

/* ---------- Header ---------- */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding-block: 18px;
  transition: padding 0.4s var(--ease), background 0.4s, border-color 0.4s, backdrop-filter 0.4s;
  border-bottom: 1px solid transparent;
}
.site-head.scrolled {
  padding-block: 10px;
  background: rgba(14, 13, 11, 0.78);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border-color: var(--line);
}
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong {
  font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: 0.02em; text-transform: uppercase;
}
.brand-text small { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream-dim); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav > a:not(.btn) {
  position: relative; text-decoration: none; font-size: 14.5px; font-weight: 500;
  color: var(--cream-dim); letter-spacing: 0.02em; padding: 6px 0; transition: color 0.3s;
}
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--brass); transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.35s var(--ease);
}
.nav > a:not(.btn):hover { color: var(--cream); }
.nav > a:not(.btn):hover::after { transform: scaleX(1); }
.nav-cta { min-height: 42px; padding: 0 18px; font-size: 14px; }
.menu-btn {
  display: none; position: relative; width: 48px; height: 48px; border: 1px solid var(--line-strong);
  border-radius: 50%; background: transparent; cursor: pointer;
}
.menu-line {
  position: absolute; left: 14px; right: 14px; height: 2px; background: var(--cream);
  transition: transform 0.35s var(--ease), top 0.35s var(--ease);
}
.menu-line:nth-child(1) { top: 18px; }
.menu-line:nth-child(2) { top: 28px; }
.menu-btn[aria-expanded="true"] .menu-line:nth-child(1) { top: 23px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-line:nth-child(2) { top: 23px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding-block: 140px 100px; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(900px 600px at 8% 0%, var(--brass-glow), transparent 60%),
    radial-gradient(700px 500px at 100% 100%, rgba(31, 78, 140, 0.12), transparent 60%),
    repeating-linear-gradient(0deg, rgba(243, 236, 224, 0.035) 0 1px, transparent 1px 88px),
    var(--ink);
}
.hero::after {
  content: "1996"; position: absolute; right: -1vw; bottom: -6vw; z-index: -1;
  font-family: var(--display); font-weight: 900; font-size: clamp(220px, 34vw, 520px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(243, 236, 224, 0.07);
  pointer-events: none; user-select: none;
  transform: translateY(calc(var(--sy, 0px) * -0.5));
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.hero-copy { transform: translateY(calc(var(--sy, 0px) * 0.35)); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--cream-dim); margin-bottom: 28px; font-weight: 500;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 4px var(--brass-glow); }
h1.display { font-size: clamp(66px, 9.4vw, 148px); }
h1.display em {
  display: block; font-size: clamp(44px, 5.6vw, 82px); line-height: 1; white-space: nowrap; margin-top: 0.1em;
}
.lede { font-size: clamp(18px, 1.6vw, 21px); color: var(--cream-dim); max-width: 520px; margin-top: 30px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.status {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 22px;
  padding: 8px 14px 8px 12px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 13.5px; color: var(--cream-dim); background: rgba(22, 20, 17, 0.6);
}
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cream-dim); flex: none; }
.status.open .status-dot { background: var(--green); box-shadow: 0 0 0 4px rgba(62, 207, 106, 0.18); animation: pulse 2.2s ease-out infinite; }
.status.closed .status-dot { background: var(--red); box-shadow: 0 0 0 4px rgba(200, 50, 43, 0.18); }
.status.open .status-text { color: var(--cream); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(62, 207, 106, 0.45); } 100% { box-shadow: 0 0 0 10px rgba(62, 207, 106, 0); } }

/* Collage */
.hero-visual {
  position: relative; aspect-ratio: 1 / 1.02; max-width: 560px; margin-left: auto; width: 100%;
  transform: translateY(calc(var(--sy, 0px) * -0.2));
}
.polaroid {
  position: absolute; margin: 0; padding: 9px 9px 36px; background: var(--cream);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(0, 0, 0, 0.3);
  transform: translate(var(--px, 0px), var(--py, 0px)) rotate(var(--r, 0deg));
  transition: transform 0.6s var(--ease-out), box-shadow 0.6s;
  will-change: transform;
}
.polaroid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; filter: saturate(0.92) contrast(1.04); }
.polaroid figcaption {
  position: absolute; left: 12px; right: 12px; bottom: 9px; font-family: var(--serif); font-style: italic;
  font-size: 17px; color: #2a2620; line-height: 1;
}
.polaroid:hover { transform: translate(var(--px, 0px), var(--py, 0px)) rotate(0deg) scale(1.03); z-index: 5; }
.p1 { --r: -6deg; width: 52%; left: 0; top: 4%; z-index: 2; }
.p2 { --r: 5deg; width: 44%; right: 0; top: 0; z-index: 1; }
.p3 { --r: -2deg; width: 42%; left: 34%; bottom: 0; z-index: 3; }
.badge-reviews {
  position: absolute; left: -4%; top: -5%; z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  width: 132px; aspect-ratio: 1; border-radius: 50%; justify-content: center;
  background: var(--brass); color: var(--ink); text-align: center;
  box-shadow: 0 20px 40px -14px rgba(217, 165, 63, 0.7);
  transform: translate(var(--px, 0px), var(--py, 0px)) rotate(6deg);
  animation: float 6s ease-in-out infinite;
}
.badge-reviews strong { font-family: var(--display); font-size: 44px; font-weight: 800; line-height: 1; }
.badge-reviews span:last-child { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; line-height: 1.1; max-width: 90px; }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }

.scroll-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: 26px; height: 44px; border: 1px solid var(--line-strong); border-radius: 13px; display: block;
}
.scroll-cue span {
  position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px;
  background: var(--brass); animation: cue 2s var(--ease) infinite;
}
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(18px); opacity: 0; } 100% { opacity: 0; } }

/* Load-in reveal */
.reveal-load {
  animation: rise 0.8s var(--ease-out) both;
  animation-delay: calc(var(--i, 0) * 90ms + 40ms);
}
.hero-copy > .reveal-load:nth-child(1) { --i: 0; }
.hero-copy > .reveal-load:nth-child(2) { --i: 1; }
.hero-copy > .reveal-load:nth-child(3) { --i: 2; }
.hero-copy > .reveal-load:nth-child(4) { --i: 3; }
.hero-copy > .reveal-load:nth-child(5) { --i: 4; }
.hero-visual.reveal-load { --i: 2; }
@keyframes rise { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }
.hero-visual.reveal-load { animation-name: rise-visual; }
@keyframes rise-visual { from { opacity: 0; transform: translateY(40px) scale(0.96); } to { opacity: 1; transform: translateY(calc(var(--sy, 0px) * -0.2)) scale(1); } }

/* ---------- Ticker ---------- */
.ticker { border-block: 1px solid var(--line); background: var(--coal); overflow: hidden; padding-block: 16px; }
.ticker-track {
  display: flex; align-items: center; gap: 34px; width: max-content;
  animation: ticker 32s linear infinite;
  font-family: var(--display); font-weight: 700; font-size: clamp(22px, 2.6vw, 34px);
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--cream-dim);
}
.ticker-track span:nth-child(4n + 1) { color: var(--cream); }
.tk-sep { width: 9px; height: 9px; background: var(--brass); transform: rotate(45deg); flex: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker:hover .ticker-track { animation-play-state: paused; }

/* ---------- Stats ---------- */
.stats { padding-block: clamp(48px, 7vw, 96px); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(22, 20, 17, 0.5); }
.stat { padding: clamp(24px, 3vw, 40px); border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong {
  display: block; font-family: var(--display); font-weight: 800; font-size: clamp(56px, 6.5vw, 92px);
  line-height: 0.9; letter-spacing: 0.01em; color: var(--cream);
}
.stat > span { display: block; margin-top: 12px; color: var(--cream-dim); font-size: 15px; }

/* ---------- Scroll reveal ---------- */
[data-reveal] > * {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 90ms);
}
[data-reveal].in > * { opacity: 1; transform: none; }
[data-reveal="clip"] > * {
  opacity: 1; transform: none; clip-path: inset(100% 0 0 0);
  transition: clip-path 1.1s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 110ms);
}
[data-reveal="clip"].in > * { clip-path: inset(0 0 0 0); }

/* ---------- The shop ---------- */
.shop { background: var(--coal); }
.shop-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.shop-media { position: relative; }
.frame { position: relative; overflow: hidden; border-radius: 4px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.9); }
.frame::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(243, 236, 224, 0.14); pointer-events: none; z-index: 1; }
.frame::after {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(217, 165, 63, 0.4); pointer-events: none; z-index: 1;
}
.frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(0.9) contrast(1.05); transition: transform 1.2s var(--ease-out); }
.shop-media:hover .frame img { transform: scale(1.04); }
.frame-tag {
  position: absolute; right: -18px; bottom: 36px; background: var(--brass); color: var(--ink);
  padding: 14px 20px; display: flex; flex-direction: column; line-height: 1; transform: rotate(-4deg);
  box-shadow: 0 20px 40px -16px rgba(217, 165, 63, 0.7);
}
.frame-tag small { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; }
.frame-tag b { font-family: var(--display); font-size: 48px; font-weight: 800; margin-top: 4px; }
.shop-copy { display: grid; gap: 26px; }
.shop-copy p:not(.kicker) { font-size: clamp(17px, 1.35vw, 19px); color: var(--cream-dim); max-width: 60ch; }
.facts { list-style: none; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.facts li {
  display: flex; gap: 20px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line);
  font-size: 16.5px; transition: padding-left 0.4s var(--ease), color 0.3s;
}
.facts li:hover { padding-left: 8px; }
.fact-n { font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 18px; flex: none; width: 26px; }

/* ---------- Services ---------- */
.services { background: var(--ink); }
.menu { list-style: none; padding: 0; margin: 0; counter-reset: item; }
.menu-item {
  position: relative; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "name price" "desc price";
  align-items: baseline; column-gap: 32px; row-gap: 6px;
  padding: 26px 0 26px 0; border-top: 1px solid var(--line);
  transition: padding-left 0.45s var(--ease);
}
.menu-item:last-child { border-bottom: 1px solid var(--line); }
.menu-item::before {
  content: ""; position: absolute; left: 0; top: -1px; bottom: -1px; width: 3px; background: var(--brass);
  transform: scaleY(0); transform-origin: 50% 0; transition: transform 0.45s var(--ease);
}
.menu-item:hover { padding-left: 22px; }
.menu-item:hover::before { transform: scaleY(1); }
.menu-name {
  grid-area: name; font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3.2vw, 40px);
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1;
}
.menu-desc { grid-area: desc; color: var(--cream-dim); font-size: 15.5px; max-width: 56ch; }
.menu-price {
  grid-area: price; font-family: var(--serif); font-style: italic; font-size: clamp(30px, 3.4vw, 44px);
  color: var(--brass); line-height: 1; align-self: center; transition: transform 0.45s var(--ease);
}
.menu-item:hover .menu-price { transform: translateX(-6px); }
.note { margin-top: 26px; font-size: 13.5px; color: var(--muted); }
.note span { display: inline-block; padding-left: 14px; border-left: 2px solid var(--brass-deep); }

/* ---------- Work / gallery ---------- */
.work { background: var(--coal); }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 128px; gap: 14px; }
.g-item {
  position: relative; overflow: hidden; border: 0; padding: 0; background: var(--coal-2); cursor: zoom-in;
  border-radius: 4px; text-align: left;
}
.g-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  filter: saturate(0.9) contrast(1.05); transition: transform 1.2s var(--ease-out), filter 0.6s;
}
.g-item::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(14, 13, 11, 0.85), transparent 45%);
  opacity: 0.7; transition: opacity 0.5s;
}
.g-item:hover img, .g-item:focus-visible img { transform: scale(1.06); filter: saturate(1) contrast(1.05); }
.g-item:hover::after { opacity: 1; }
.g-cap {
  position: absolute; left: 18px; bottom: 16px; z-index: 1; font-family: var(--serif); font-style: italic;
  font-size: 22px; color: var(--cream); transform: translateY(8px); opacity: 0.85;
  transition: transform 0.5s var(--ease), opacity 0.5s;
}
.g-item:hover .g-cap { transform: translateY(0); opacity: 1; }
.g1 { grid-column: 1 / 6; grid-row: span 4; }
.g2 { grid-column: 6 / 10; grid-row: span 2; }
.g3 { grid-column: 10 / 13; grid-row: span 2; }
.g4 { grid-column: 6 / 9; grid-row: span 2; }
.g5 { grid-column: 9 / 13; grid-row: span 2; }
.work-more { margin-top: 28px; }
.work-more a { color: var(--brass); text-underline-offset: 4px; }

/* Lightbox */
.lightbox {
  border: 0; padding: 0; background: transparent; max-width: min(92vw, 860px); max-height: 92vh;
  margin: auto; overflow: visible;
}
.lightbox::backdrop { background: rgba(8, 7, 6, 0.86); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lightbox figure { margin: 0; background: var(--cream); padding: 10px 10px 42px; box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.9); }
.lightbox img { max-height: 76vh; width: auto; max-width: 100%; margin-inline: auto; }
.lightbox figcaption { position: absolute; left: 16px; bottom: 12px; font-family: var(--serif); font-style: italic; color: #2a2620; font-size: 20px; }
.lb-close {
  position: absolute; right: -14px; top: -14px; width: 44px; height: 44px; border-radius: 50%; border: 0;
  background: var(--brass); color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; z-index: 2;
}

/* ---------- Reviews ---------- */
.reviews {
  background:
    radial-gradient(800px 500px at 20% 50%, var(--brass-glow), transparent 65%),
    var(--ink);
}
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.reviews-big { display: grid; gap: 14px; justify-items: start; }
.huge {
  font-family: var(--display); font-weight: 900; font-size: clamp(130px, 19vw, 250px); line-height: 0.82;
  color: var(--brass); letter-spacing: -0.01em; margin-top: 6px;
}
.huge-sub { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(30px, 3.4vw, 44px); color: var(--cream); }
.rating-note { font-size: 15px; margin-bottom: 14px; }
.themes-title { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream-dim); font-weight: 600; margin-bottom: 8px; }
.theme-list { list-style: none; padding: 0; margin: 0; display: grid; }
.theme-list li {
  display: grid; gap: 4px; padding: 22px 0 22px 34px; border-top: 1px solid var(--line); position: relative;
}
.theme-list li:last-child { border-bottom: 1px solid var(--line); }
.theme-list li::before {
  content: ""; position: absolute; left: 4px; top: 30px; width: 10px; height: 10px; background: var(--brass);
  transform: rotate(45deg);
}
.theme-list strong { font-family: var(--display); font-weight: 700; font-size: 28px; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1; }
.theme-list span { color: var(--cream-dim); font-size: 15.5px; }

/* ---------- Visit ---------- */
.visit { background: var(--coal); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.visit-info { display: grid; gap: 18px; }
.addr { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.45; margin-top: 8px; }
.big-link-wrap { margin: 0; }
.big-link {
  font-family: var(--display); font-weight: 800; font-size: clamp(38px, 4.6vw, 60px); text-decoration: none;
  color: var(--cream); line-height: 1; letter-spacing: 0.02em; position: relative; display: inline-block;
}
.big-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 3px; background: var(--brass);
  transform: scaleX(0.28); transform-origin: 0 50%; transition: transform 0.5s var(--ease);
}
.big-link:hover::after { transform: scaleX(1); }
.visit-actions { margin: 4px 0 8px; }
.hours { width: 100%; border-collapse: collapse; margin-top: 8px; }
.hours caption { text-align: left; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); font-weight: 600; padding-bottom: 10px; }
.hours th, .hours td { padding: 11px 0; border-top: 1px solid var(--line); text-align: left; font-weight: 400; font-size: 16px; }
.hours td { text-align: right; color: var(--cream-dim); font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 1px solid var(--line); }
.hours tr.today th, .hours tr.today td { color: var(--brass); font-weight: 600; }
.hours tr.today th::after { content: "Today"; margin-left: 10px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid var(--brass); padding: 2px 6px; border-radius: 999px; vertical-align: middle; }
.map-shell {
  position: relative; aspect-ratio: 4 / 4.6; border-radius: 6px; overflow: hidden;
  border: 1px solid var(--line); background:
    linear-gradient(rgba(243, 236, 224, 0.05) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(90deg, rgba(243, 236, 224, 0.05) 1px, transparent 1px) 0 0 / 44px 44px,
    radial-gradient(400px 300px at 50% 45%, rgba(217, 165, 63, 0.14), transparent 70%),
    var(--coal-2);
}
.map-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.2) contrast(1.05); }
.map-placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; padding: 32px; text-align: center;
}
.map-placeholder p { color: var(--cream-dim); font-size: 15px; max-width: 34ch; }
.map-pin {
  width: 22px; height: 22px; border-radius: 50% 50% 50% 0; background: var(--brass); transform: rotate(-45deg);
  box-shadow: 0 0 0 8px var(--brass-glow); margin-bottom: 8px; animation: float 4s ease-in-out infinite;
}

/* ---------- Footer ---------- */
.foot { background: var(--ink); border-top: 1px solid var(--line); padding-block: 64px 28px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 0.8fr; gap: 36px; }
.foot h3 { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); margin-bottom: 14px; font-weight: 600; }
.foot p { color: var(--cream-dim); font-size: 15px; margin-bottom: 8px; }
.foot a { color: var(--cream); text-decoration: none; text-underline-offset: 4px; }
.foot a:hover { text-decoration: underline; }
.foot-brand .muted { margin-top: 16px; max-width: 30ch; }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px;
  padding-top: 20px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted);
}
.foot-bottom p { color: var(--muted); margin: 0; }

/* ---------- Privacy page ---------- */
.page { padding-block: 150px 100px; }
.page .wrap { max-width: 760px; }
.page h1 { font-size: clamp(48px, 7vw, 92px); margin-bottom: 20px; }
.page h2 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 28px; letter-spacing: 0.02em; margin: 40px 0 12px; }
.page p, .page li { color: var(--cream-dim); }
.page ul { padding-left: 20px; }
.page a { color: var(--brass); text-underline-offset: 4px; }
.page .updated { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 40px; }
.page .back-link { margin-top: 40px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .stat strong { font-size: clamp(48px, 6vw, 72px); }
}
@media (max-width: 960px) {
  html { scroll-padding-top: 76px; }
  .menu-btn { display: block; }
  .nav {
    position: fixed; inset: 0; z-index: 890; flex-direction: column; justify-content: center; align-items: flex-start;
    gap: 6px; padding: 110px var(--gutter) 40px; background: rgba(14, 13, 11, 0.96);
    -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0s 0.4s;
  }
  .nav.open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .nav > a:not(.btn) { font-family: var(--display); font-size: 44px; text-transform: uppercase; font-weight: 800; color: var(--cream); padding: 8px 0; }
  .nav-cta { margin-top: 28px; min-height: 52px; font-size: 16px; padding: 0 26px; }
  .head-inner .menu-btn { position: relative; z-index: 900; }
  .hero { padding-block: 120px 80px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 520px; margin: 24px auto 0; aspect-ratio: 1 / 0.9; }
  .hero::after { font-size: 44vw; bottom: 40%; right: -8vw; }
  .shop-grid, .reviews-grid, .visit-grid { grid-template-columns: 1fr; }
  .shop-media { max-width: 440px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .gallery { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 150px; }
  .g1 { grid-column: 1 / 4; grid-row: span 3; }
  .g2 { grid-column: 4 / 7; grid-row: span 2; }
  .g3 { grid-column: 4 / 7; grid-row: span 1; }
  .g4 { grid-column: 1 / 4; grid-row: span 2; }
  .g5 { grid-column: 4 / 7; grid-row: span 2; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  h1.display { font-size: clamp(56px, 17vw, 84px); }
  .eyebrow { font-size: 11px; letter-spacing: 0.14em; }
  h2.display { font-size: clamp(40px, 11vw, 56px); }
  .hero-actions .btn { flex: 1 1 auto; }
  .hero-visual { aspect-ratio: 1 / 1; }
  .p1 { width: 56%; }
  .p2 { width: 46%; }
  .p3 { width: 46%; left: 30%; }
  .badge-reviews { width: 104px; left: 0; top: -4%; }
  .badge-reviews strong { font-size: 34px; }
  .scroll-cue { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .menu-item { grid-template-columns: 1fr; grid-template-areas: "name" "price" "desc"; row-gap: 4px; }
  .menu-price { font-size: 30px; }
  .menu-item:hover { padding-left: 14px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; gap: 10px; }
  .g1 { grid-column: 1 / 3; grid-row: span 2; }
  .g2, .g3, .g4, .g5 { grid-column: span 1; grid-row: span 1; }
  .g-cap { font-size: 17px; left: 12px; bottom: 10px; }
  .huge { font-size: clamp(110px, 34vw, 150px); }
  .theme-list strong { font-size: 24px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .frame-tag { right: 8px; }
  .map-shell { aspect-ratio: 4 / 3.6; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .ticker-track { animation: none; }
  [data-reveal] > *, [data-reveal="clip"] > *, .reveal-load { opacity: 1; transform: none; clip-path: none; }
  .hero-copy, .hero-visual, .hero::after { transform: none !important; }
}
