:root {
  --ink: #ded6ca;
  --muted: rgba(222, 214, 202, .72);
  --copper-light: #f4dfc8;
  --copper: #d69a6d;
  --copper-dark: #89442f;
  --bg: #07080b;
  --panel: rgba(6, 8, 10, .67);
  --line: rgba(230, 191, 154, .22);
  --max: 1050px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(120% 90% at 50% 12%, rgba(255,255,255,.05), transparent 60%),
    linear-gradient(180deg, #0b0e13, var(--bg));
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .13;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, rgba(0,0,0,.03) 1px 2px), repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 1px, rgba(0,0,0,.02) 1px 3px);
}

.page-bg { position: fixed; inset: 0; z-index: -4; background: url("assets/inside-web-bg.webp") center / cover no-repeat; filter: saturate(.78) contrast(1.05); transform: scale(1.03); }
.cart-page .page-bg { background-image: url("assets/coffee-mobile-bg.png"); }
.tavern-page .page-bg { background-image: url("assets/inside-web-bg.webp"); }
.veil { position: fixed; inset: 0; z-index: -3; background: linear-gradient(180deg, rgba(3,4,5,.56), rgba(5,6,8,.84) 78%, #07080b 100%); }
.veil::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 15%, transparent 0 25%, rgba(0,0,0,.52) 80%); }

a { color: inherit; }
.site-header, .hero, .intro, .visit-block, .events-block, .story-block, .service-grid, .service-section, .tavern-stage {
  width: min(var(--max), calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}
.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 12px;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: var(--radius);
  background: rgba(5, 7, 9, .72);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.brand { display: grid; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; }
.brand-name { color: var(--copper-light); font: 700 1rem/1.05 Cinzel, serif; }
.brand-sub { color: var(--muted); font: .62rem/1.2 Cardo, serif; letter-spacing: .18em; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; color: var(--muted); font-size: .92rem; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--copper-light); }

.hero, .service-hero, .tavern-stage { min-height: min(720px, calc(100vh - 90px)); display: grid; align-items: center; padding: 4.5rem 2rem; text-align: center; }
.hero-copy, .service-hero-copy { width: min(760px, 100%); margin: auto; }
.eyebrow { margin: 0 0 .9rem; color: var(--copper); font: 600 .76rem/1.2 Cinzel, serif; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Cinzel, Georgia, serif; font-weight: 600; line-height: 1.12; }
h1 { font-size: clamp(2.9rem, 7vw, 5.8rem); letter-spacing: -.03em; text-shadow: 0 3px 0 rgba(0,0,0,.5), 0 18px 34px rgba(0,0,0,.65); }
h1 em { color: var(--copper-light); font-style: normal; }
h2 { color: var(--copper-light); font-size: clamp(1.8rem, 4vw, 3.15rem); text-shadow: 0 2px 0 rgba(0,0,0,.55); }
h3 { color: var(--copper); font-size: 1.1rem; }
.hero-lede { max-width: 620px; margin: 1.35rem auto 0; color: var(--ink); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-mark { width: min(220px, 58vw); margin: 2rem auto 0; padding: .7rem; border: 0; border-radius: 50%; background: transparent; box-shadow: 0 15px 40px rgba(0,0,0,.5); }
.hero-mark img { display: block; width: 100%; border-radius: 50%; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .7rem 1.1rem; border: 0; border-radius: 999px; font: 600 .76rem/1 Cinzel, serif; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-copper { color: #17100c; background: var(--copper); }
.button-copper:hover, .button-copper:focus-visible { background: var(--copper-light); }
.button-quiet { color: var(--ink); background: rgba(4,6,8,.44); }
.button-quiet:hover, .button-quiet:focus-visible { background: rgba(49,62,52,.66); }

.intro, .visit-block, .events-block, .story-block, .service-section, .tavern-stage, .service-hero-copy { margin-top: 1.25rem; padding: clamp(1.35rem, 4vw, 2.8rem); border: 0; border-radius: var(--radius); background: transparent; box-shadow: 0 18px 65px rgba(0,0,0,.18); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: center; }
.intro-copy { max-width: 480px; font-size: 1.1rem; }
.muted { color: var(--muted); }
.cards, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 1.25rem; overflow: hidden; border: 0; border-radius: var(--radius); background: transparent; }
.card, .service-card { min-height: 190px; padding: 1.4rem; background: transparent; }
.card-number { color: var(--copper); font: .72rem Cinzel, serif; letter-spacing: .14em; }
.card h3, .service-card h3 { margin-top: 1.4rem; }
.card p, .service-card p { margin: .6rem 0 0; color: var(--muted); }
.visit-block { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; }
.visit-block h2, .events-copy h2, .story-copy h2, .service-section h2 { margin-bottom: .85rem; }
.hours-card { padding: 1.35rem; border-left: 0; background: transparent; }
.hours-label { margin: 0; color: var(--copper); font: .72rem Cinzel, serif; letter-spacing: .14em; text-transform: uppercase; }
.hours { margin: .7rem 0; font: 1.35rem/1.3 Cinzel, serif; }
.hours strong { color: var(--copper-light); font-size: 1.8rem; }
.small { font-size: .9rem; }
.events-block, .story-block { display: block; }
.event-option { padding: .9rem 0; }
.event-option p { margin: .35rem 0 0; color: var(--muted); }
.fine-print { color: #b6a89b !important; font-size: .86rem !important; }
.events-copy .button { margin-top: 1rem; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; width: min(var(--max), calc(100% - 2rem)); margin: 3.5rem auto 0; padding: 1.6rem 0 2rem; border-top: 0; color: var(--muted); font-size: .86rem; }
.footer-brand { display: block; color: var(--copper-light); font: 600 .82rem Cinzel, serif; letter-spacing: .14em; }
.footer-sub { display: block; margin-top: .2rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--copper-light); }
.copyright { color: rgba(222,214,202,.52); }

/* service pages */
.service-page .service-hero { min-height: min(650px, calc(100vh - 90px)); align-items: center; text-align: center; }
.service-page .service-hero-copy { margin: auto; }
.service-page .service-hero-copy .hero-lede { margin-left: auto; }
.service-page .hero-actions { justify-content: center; }
.tavern-stage { min-height: min(650px, calc(100vh - 90px)); margin-top: 1.25rem; background: transparent; }
.tavern-stage .service-hero-copy { margin: 0 auto; text-align: center; background: transparent; }
.tavern-stage .hero-lede { margin-left: auto; }
.tavern-stage .hero-actions { justify-content: center; }
.service-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.service-list { margin: 0; padding: 0; list-style: none; }
.service-list li { padding: .65rem 0; color: var(--muted); }
.service-list li + li { margin-top: .2rem; }
.legal-note { margin-top: 1rem; padding: .9rem 0; background: transparent; color: var(--muted); font-size: .88rem; }

:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 4px; }
@media (max-width: 800px) {
  .site-header { position: relative; top: 0; display: block; }
  .nav { justify-content: flex-start; margin-top: .75rem; gap: .75rem; font-size: .85rem; }
  .hero, .service-hero, .tavern-stage { min-height: auto; padding: 3.7rem 1.2rem; }
  .intro, .visit-block, .service-columns { grid-template-columns: 1fr; }
  .cards, .service-grid { grid-template-columns: 1fr; }
  .card, .service-card { min-height: auto; }
  .card h3, .service-card h3 { margin-top: .9rem; }
  .service-page .service-hero { text-align: center; }
  .service-page .service-hero-copy .hero-lede { margin-left: auto; }
  .service-page .hero-actions { justify-content: center; }
}
@media (max-width: 700px) { .page-bg { background-image: url("assets/inside-mobile-bg.webp"); } .cart-page .page-bg { background-image: url("assets/coffee-mobile-bg.png"); } }
@media (max-width: 540px) { h1 { font-size: clamp(2.55rem, 12vw, 4rem); } .site-footer { flex-direction: column; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
