/* ==========================================================================
   Pacifica of Vegas — main.css
   Pixel-perfect implementation of the Claude Design mockup.
   All brand values live in :root so the Customizer accent picker works globally.
   ========================================================================== */

:root {
  --bg-dark:        #0D0A0A;
  --bg-medium:      #141010;
  --bg-light:       #FAF8F5;
  --bg-cream:       #F2EDE8;
  --accent:         #7A1215;
  --accent-hover:   #9A1C21;
  --accent-2:       #C4532A;
  --text-light:     #FAF8F5;
  --text-dark:      #1A1212;
  --muted-light:    rgba(250,248,245,0.58);
  --muted-dark:     rgba(26,18,18,0.58);
  --footer-bg:      #0A0707;
  --border-light:   rgba(250,248,245,0.08);
  --border-dark:    rgba(26,18,18,0.10);
  --ease:           cubic-bezier(0.16,1,0.3,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Hanken Grotesk', sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

/* Anchor offset for the fixed 72px nav */
:target { scroll-margin-top: 72px; }

/* Scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--footer-bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ---------- Shared utilities ---------- */
.section-pad  { padding: clamp(72px,9vw,128px) clamp(24px,8vw,128px); }
.eyebrow-row  { display: flex; align-items: center; gap: 14px; }
.eyebrow-line { width: 38px; height: 2px; background: var(--accent); flex-shrink: 0; }
.eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--accent);
}
.arrow-svg { flex-shrink: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  text-transform: uppercase; border-radius: 2px; cursor: pointer; font-family: inherit; }
.btn-red {
  background: var(--accent); color: var(--text-light);
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em; padding: 17px 34px;
  border: none; transition: background 0.22s, transform 0.25s, box-shadow 0.25s;
}
.btn-red:hover { background: var(--accent-hover); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(122,18,21,0.35); }
.btn-ghost {
  background: transparent; color: var(--text-light); font-size: 12px; font-weight: 700;
  letter-spacing: 0.2em; padding: 17px 34px; border: 1.5px solid rgba(250,248,245,0.22);
  transition: background 0.22s, transform 0.25s;
}
.btn-ghost:hover { background: rgba(250,248,245,0.1); transform: translateY(-2px); }
.btn-dark {
  background: var(--text-dark); color: var(--text-light); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; padding: 17px 34px; border: none;
  transition: background 0.22s, transform 0.25s;
}
.btn-dark:hover { background: #2A1010; transform: translateY(-2px); }
.btn-outline-dark {
  background: transparent; color: var(--text-dark); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; padding: 14px 30px; border: 1.5px solid rgba(26,18,18,0.25);
  transition: background 0.22s, transform 0.25s, color 0.22s;
}
.btn-outline-dark:hover { background: var(--text-dark); color: var(--text-light); transform: translateY(-2px); }

/* ==========================================================================
   NAV
   ========================================================================== */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 72px;
  padding: 0 clamp(20px,5vw,72px); display: flex; align-items: center;
  justify-content: space-between; background: transparent;
  transition: background 0.45s ease, backdrop-filter 0.45s ease, box-shadow 0.45s ease;
}
#site-nav.scrolled {
  background: rgba(13,10,10,0.92);
  -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px);
  box-shadow: 0 1px 0 rgba(122,18,21,0.18);
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 38px; width: auto; max-width: 220px; object-fit: contain;
  filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: clamp(20px,3vw,40px); }
.nav-a {
  color: rgba(250,248,245,0.72); text-decoration: none; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; transition: color 0.2s, opacity 0.2s;
}
.nav-a:hover { color: var(--accent-2); opacity: 1; }
.nav-cta {
  display: inline-block; background: var(--accent); color: var(--text-light);
  text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 11px 26px; border-radius: 2px;
  transition: background 0.22s, transform 0.25s, box-shadow 0.25s;
}
.nav-cta:hover { background: var(--accent-hover); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(122,18,21,0.35); }
.nav-toggle { display: none; }

/* ==========================================================================
   HERO
   ========================================================================== */
#hero {
  position: relative; height: 100vh; min-height: 680px; background: var(--bg-dark);
  overflow: hidden; display: flex; align-items: center; padding-top: 72px;
}
.hero-layer { position: absolute; inset: 0; pointer-events: none; }
.hero-glow {
  background:
    radial-gradient(ellipse 80% 65% at 72% 52%, rgba(122,18,21,0.24) 0%, transparent 65%),
    radial-gradient(ellipse 50% 35% at 18% 25%, rgba(122,18,21,0.07) 0%, transparent 60%);
}
.hero-grid {
  background-image:
    linear-gradient(rgba(250,248,245,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250,248,245,0.022) 1px, transparent 1px);
  background-size: 88px 88px;
}
#hero-watermark {
  position: absolute; right: -6%; top: 50%; transform: translateY(-50%);
  width: min(78vh,60vw); height: min(78vh,60vw); pointer-events: none; will-change: transform;
}
#hero-watermark img { width: 100%; height: 100%; object-fit: contain; opacity: 0.1;
  animation: rotateSlow 80s linear infinite; }
.hero-pulse {
  position: absolute; right: calc(-6% + min(39vh,30vw)); top: 50%;
  width: min(78vh,60vw); height: min(78vh,60vw); border-radius: 50%;
  border: 1px solid rgba(122,18,21,0.15); transform: translate(50%,-50%);
  animation: pulseRing 4s ease-out infinite; pointer-events: none;
}
#hero-content { position: relative; z-index: 2; padding: 0 clamp(24px,8vw,128px); will-change: transform; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 36px;
  animation: fadeUp 0.7s ease 0.25s both; }
.hero-eyebrow .eyebrow { font-size: 11px; }
.hero-h1 {
  font-size: clamp(36px,4.6vw,80px); font-weight: 900; line-height: 0.95;
  letter-spacing: -0.022em; text-transform: uppercase; margin-bottom: 28px;
}
.hero-h1 span { display: block; }
.hero-line-1 { color: var(--text-light); animation: lineReveal 1.1s var(--ease) 0.42s both; }
.hero-line-2 { color: var(--accent);    animation: lineReveal 1.1s var(--ease) 0.62s both; }
.hero-body {
  font-size: clamp(15px,1.35vw,18px); font-weight: 400; line-height: 1.78;
  color: var(--muted-light); max-width: 490px; margin-bottom: 52px;
  animation: fadeUp 0.9s ease 0.85s both;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.9s ease 1.05s both; }
.hero-scroll {
  position: absolute; bottom: 36px; left: clamp(24px,8vw,128px);
  display: flex; align-items: center; gap: 16px; animation: fadeUp 0.8s ease 1.5s both;
}
.scroll-mouse { position: relative; width: 28px; height: 48px;
  border: 1.5px solid rgba(250,248,245,0.2); border-radius: 14px; }
.scroll-dot { position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 5px; height: 9px; background: var(--accent); border-radius: 3px;
  animation: scrollDot 2.2s ease-in-out infinite; }
.scroll-label { font-size: 10px; font-weight: 600; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(250,248,245,0.28); }

/* ==========================================================================
   ABOUT
   ========================================================================== */
#about { background: var(--bg-light); }
.about-top { text-align: center; max-width: 760px; margin: 0 auto 80px; }
.about-divider { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 22px; }
.about-divider .div-line { flex: 1; max-width: 72px; height: 1px; background: rgba(26,18,18,0.14); }
.about-divider .eyebrow { color: var(--accent); }
.about-h2 {
  font-size: clamp(36px,5.5vw,70px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-dark); text-transform: uppercase; line-height: 0.95; margin-bottom: 28px;
}
.about-body { font-size: clamp(15px,1.35vw,18px); font-weight: 400; line-height: 1.78; color: var(--muted-dark); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(26,18,18,0.1); border-bottom: 1px solid rgba(26,18,18,0.1); }
.stat-cell { padding: 40px 24px; text-align: center; }
.stat-cell:not(:last-child) { border-right: 1px solid rgba(26,18,18,0.1); }
.stat-num { font-size: clamp(44px,5vw,68px); font-weight: 900; letter-spacing: -0.02em;
  color: var(--accent); line-height: 1; margin-bottom: 10px; }
.stat-label { font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(26,18,18,0.45); }

/* ==========================================================================
   CATEGORIES
   ========================================================================== */
#shops { background: var(--bg-dark); }
.cat-head { margin-bottom: 56px; }
.cat-head .eyebrow-row { margin-bottom: 18px; }
.cat-head-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.cat-h2 { font-size: clamp(32px,4.5vw,62px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-light); text-transform: uppercase; line-height: 1.02; max-width: 560px; }
.see-all {
  display: inline-flex; align-items: center; gap: 10px; color: rgba(250,248,245,0.5);
  text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; transition: color 0.2s;
}
.see-all:hover { color: var(--text-light); }
.cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  background: rgba(250,248,245,0.06); border-radius: 4px; overflow: hidden; }
.cat-card { display: block; }
.cat-inner {
  padding: 44px 36px; background: #131010; height: 100%; display: flex;
  flex-direction: column; gap: 22px; border: 1px solid transparent; cursor: pointer;
  text-decoration: none; transition: background 0.35s ease, border-color 0.35s ease, transform 0.45s var(--ease);
}
.cat-card:hover .cat-inner { background: rgba(122,18,21,0.14); border-color: rgba(122,18,21,0.55); transform: translateY(-10px); }
.cat-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(122,18,21,0.45); border-radius: 50%; color: var(--accent); flex-shrink: 0; }
.cat-name { font-size: 21px; font-weight: 800; color: var(--text-light); margin-bottom: 10px; letter-spacing: -0.01em; }
.cat-desc { font-size: 14px; font-weight: 400; color: rgba(250,248,245,0.48); line-height: 1.65; }
.cat-link { margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--accent);
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.cat-arrow { transition: transform 0.3s ease; }
.cat-card:hover .cat-arrow { transform: translateX(4px); }

/* ==========================================================================
   MARQUEE
   ========================================================================== */
#marquee { background: var(--bg-cream); padding: clamp(52px,6vw,80px) 0; overflow: hidden; }
.marquee-head { text-align: center; margin-bottom: 44px; padding: 0 clamp(24px,8vw,128px); }
.marquee-head .eyebrow { color: var(--accent); }
.marquee-h2 { font-size: clamp(26px,3.8vw,46px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-dark); text-transform: uppercase; margin-top: 10px; line-height: 1; }
.marquee-wrap { position: relative; overflow: hidden; }
.marquee-fade { position: absolute; top: 0; bottom: 0; width: 140px; z-index: 2; pointer-events: none; }
.marquee-fade.left  { left: 0;  background: linear-gradient(to right, var(--bg-cream), transparent); }
.marquee-fade.right { right: 0; background: linear-gradient(to left,  var(--bg-cream), transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-set { display: flex; align-items: center; }
.store-item {
  padding: 18px 44px; opacity: 0.5; white-space: nowrap; text-transform: uppercase;
  color: var(--text-dark); border-right: 1px solid rgba(26,18,18,0.1); transition: opacity 0.25s;
}
.store-item:hover { opacity: 1; }
.marquee-cta { text-align: center; margin-top: 44px; }

/* ==========================================================================
   EVENTS
   ========================================================================== */
#events { background: var(--bg-medium); }
.events-head { display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 52px; flex-wrap: wrap; gap: 24px; }
.events-head .eyebrow-row { margin-bottom: 18px; }
.events-h2 { font-size: clamp(32px,4.5vw,62px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-light); text-transform: uppercase; line-height: 1.02; }
.events-allbtn { display: inline-flex; align-items: center; gap: 10px; background: transparent;
  color: var(--text-light); text-decoration: none; font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 13px 28px;
  border: 1.5px solid rgba(250,248,245,0.2); border-radius: 2px; transition: background 0.22s, transform 0.25s; }
.events-allbtn:hover { background: rgba(250,248,245,0.1); transform: translateY(-2px); }
.event-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: 4px;
  overflow: hidden; min-height: 400px; background: #1A1010; }
.event-img-wrap { position: relative; min-height: 360px; overflow: hidden; }
.event-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease); }
.event-img-wrap:hover .event-img { transform: scale(1.05); }
.event-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(135deg,#1E0C0C 0px,#1E0C0C 14px,#240E0E 14px,#240E0E 28px); }
.ph-icon { width: 56px; height: 56px; border: 1.5px solid rgba(122,18,21,0.35); border-radius: 50%;
  margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: rgba(122,18,21,0.45); }
.ph-text { font-family: monospace; font-size: 10px; color: rgba(250,248,245,0.18); letter-spacing: 0.05em; }
.event-date-badge { position: absolute; top: 24px; left: 24px; background: var(--accent);
  color: var(--text-light); padding: 10px 18px; border-radius: 2px; }
.event-date-badge .yr { font-size: 22px; font-weight: 900; line-height: 1; }
.event-date-badge .sub { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.85; }
.event-details { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.event-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(122,18,21,0.16);
  border: 1px solid rgba(122,18,21,0.28); border-radius: 2px; padding: 6px 14px; width: fit-content; }
.event-pill span { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); }
.event-meta { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(250,248,245,0.4); margin-bottom: 10px; }
.event-name { font-size: clamp(22px,2.8vw,38px); font-weight: 900; letter-spacing: -0.01em;
  color: var(--text-light); line-height: 1.1; margin-bottom: 16px; }
.event-desc { font-size: 15px; font-weight: 400; line-height: 1.72; color: rgba(250,248,245,0.52); }
.event-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.event-tag { padding: 5px 14px; border: 1px solid rgba(250,248,245,0.12); border-radius: 2px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250,248,245,0.42); }
.event-card .btn-red { font-size: 11px; padding: 14px 28px; }

/* ==========================================================================
   LEASE / VISIT (two-column info sections)
   ========================================================================== */
#lease { background: var(--bg-dark); }
#visit { background: var(--bg-light); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.info-h2-dark  { font-size: clamp(26px,3.5vw,48px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-light); text-transform: uppercase; line-height: 1.08; margin-bottom: 24px; }
.info-h2-light { font-size: clamp(26px,3.5vw,48px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-dark); text-transform: uppercase; line-height: 1.08; margin-bottom: 24px; }
.info-eyebrow-row { margin-bottom: 24px; }
.info-p-dark  { font-size: 16px; font-weight: 400; line-height: 1.78; color: rgba(250,248,245,0.55); margin-bottom: 16px; }
.info-p-light { font-size: 16px; font-weight: 400; line-height: 1.78; color: var(--muted-dark); margin-bottom: 16px; }
.info-p-dark.last, .info-p-light.last { margin-bottom: 44px; }
.info-img-wrap { aspect-ratio: 4/3; border-radius: 4px; position: relative; overflow: hidden; }
.info-img-wrap .info-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  border-radius: 4px; transition: transform 0.7s var(--ease); }
.info-img-wrap:hover .info-img { transform: scale(1.05); }
.info-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.info-img-ph.dark  { background: repeating-linear-gradient(135deg,#1A0808 0px,#1A0808 12px,#1E0C0C 12px,#1E0C0C 24px); }
.info-img-ph.light { background: repeating-linear-gradient(135deg,#E8E1D9 0px,#E8E1D9 12px,#EDE6DE 12px,#EDE6DE 24px); }
.info-ph-circle { width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center; }
.info-img-ph.dark  .info-ph-circle { border: 1.5px solid rgba(122,18,21,0.3); color: rgba(122,18,21,0.38); }
.info-img-ph.light .info-ph-circle { border: 1.5px solid rgba(26,18,18,0.18); color: rgba(26,18,18,0.28); }
.info-img-ph.dark  .ph-text { color: rgba(250,248,245,0.14); }
.info-img-ph.light .ph-text { color: rgba(26,18,18,0.22); }

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
#newsletter { background: var(--accent); padding: clamp(72px,9vw,112px) clamp(24px,8vw,128px);
  position: relative; overflow: hidden; }
.nl-watermark { position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
  width: 380px; height: 380px; opacity: 0.1; pointer-events: none; }
.nl-watermark img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.nl-inner { max-width: 640px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.nl-icon { width: 50px; height: 50px; margin: 0 auto 28px; display: flex; align-items: center;
  justify-content: center; border: 1.5px solid rgba(250,248,245,0.3); border-radius: 50%; }
.nl-h2 { font-size: clamp(28px,4vw,50px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-light); text-transform: uppercase; line-height: 1; margin-bottom: 16px; }
.nl-body { font-size: 16px; font-weight: 400; line-height: 1.72; color: rgba(250,248,245,0.72); margin-bottom: 40px; }
.nl-form { display: flex; max-width: 500px; margin: 0 auto; border-radius: 2px; overflow: hidden;
  border: 1.5px solid rgba(250,248,245,0.2); }
.nl-form input[type="email"] { flex: 1; background: rgba(13,10,10,0.28); border: none; padding: 16px 20px;
  font-size: 14px; font-weight: 400; color: var(--text-light); font-family: inherit; min-width: 0; }
.nl-form input[type="email"]::placeholder { color: rgba(250,248,245,0.4); }
.nl-form input[type="email"]:focus { outline: none; }
.nl-btn { background: var(--bg-light); color: var(--accent); border: none; padding: 16px 28px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap; font-family: inherit; transition: background 0.22s, color 0.22s; }
.nl-btn:hover { background: var(--text-dark); color: var(--text-light); }
.nl-message { margin-top: 18px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--text-light); min-height: 18px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
#contact { background: var(--footer-bg); padding: clamp(64px,7vw,100px) clamp(24px,8vw,128px) 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px;
  padding-bottom: 64px; border-bottom: 1px solid rgba(250,248,245,0.07); }
.footer-logo { margin-bottom: 28px; }
.footer-logo img { height: 34px; width: auto; max-width: 200px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-status { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.footer-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 6px #4ADE80; }
.footer-status span { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(250,248,245,0.65); }
.footer-contact { font-size: 14px; font-weight: 400; line-height: 1.85; color: rgba(250,248,245,0.38); margin-bottom: 24px; }
.footer-contact a { color: rgba(250,248,245,0.38); text-decoration: none; transition: color 0.2s; }
.footer-contact a:hover { color: var(--accent); }
.footer-socials { display: flex; gap: 16px; }
.social-a { color: rgba(250,248,245,0.38); display: flex; transition: color 0.22s, transform 0.22s; }
.social-a:hover { color: var(--accent); transform: translateY(-3px); }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(250,248,245,0.35); margin-bottom: 22px; }
.footer-links { display: flex; flex-direction: column; gap: 14px; }
.footer-a { color: rgba(250,248,245,0.6); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.footer-a:hover { color: var(--accent); }
.footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p:first-child { font-size: 12px; font-weight: 500; color: rgba(250,248,245,0.25); }
.footer-bottom p:last-child  { font-size: 12px; font-weight: 500; color: rgba(250,248,245,0.18); }

/* ==========================================================================
   INNER PAGES (archives / single / contact / 404)
   ========================================================================== */
.page-hero { background: var(--bg-dark); padding: 140px clamp(24px,8vw,128px) clamp(48px,6vw,72px); }
.page-hero .eyebrow-row { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(36px,5vw,72px); font-weight: 900; letter-spacing: -0.022em;
  color: var(--text-light); text-transform: uppercase; line-height: 0.98; }
.page-hero p { margin-top: 20px; max-width: 560px; font-size: 16px; line-height: 1.78; color: var(--muted-light); }

.filter-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; }
.filter-tab { background: transparent; color: rgba(250,248,245,0.6); border: 1px solid rgba(250,248,245,0.16);
  border-radius: 2px; padding: 9px 20px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; cursor: pointer; transition: all 0.25s; text-decoration: none; }
.filter-tab:hover { border-color: rgba(122,18,21,0.6); color: var(--text-light); }
.filter-tab.active { background: var(--accent); border-color: var(--accent); color: var(--text-light); }

.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 1px;
  background: rgba(250,248,245,0.06); border-radius: 4px; overflow: hidden; }
.store-card { background: #131010; padding: 36px 32px; display: flex; flex-direction: column; gap: 16px;
  text-decoration: none; border: 1px solid transparent; transition: background 0.35s ease, border-color 0.35s ease, transform 0.45s var(--ease); }
.store-card:hover { background: rgba(122,18,21,0.14); border-color: rgba(122,18,21,0.55); transform: translateY(-8px); }
.store-card .logo-box { width: 64px; height: 64px; border-radius: 8px; background: var(--bg-light);
  display: flex; align-items: center; justify-content: center; overflow: hidden; }
.store-card .logo-box img { width: 100%; height: 100%; object-fit: contain; }
.store-card .cat-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.store-card h3 { font-size: 20px; font-weight: 800; color: var(--text-light); letter-spacing: -0.01em; }
.store-card p { font-size: 14px; color: rgba(250,248,245,0.48); line-height: 1.6; }

.event-list { display: flex; flex-direction: column; gap: 1px; background: rgba(250,248,245,0.06);
  border-radius: 4px; overflow: hidden; }
.event-row { background: #1A1010; display: grid; grid-template-columns: 1fr 2fr auto; gap: 32px;
  align-items: center; padding: 32px 36px; text-decoration: none; transition: background 0.3s ease; }
.event-row:hover { background: rgba(122,18,21,0.12); }
.event-row .er-date { color: var(--accent); font-weight: 900; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; }
.event-row h3 { font-size: 22px; font-weight: 800; color: var(--text-light); letter-spacing: -0.01em; }
.event-row .er-meta { font-size: 13px; color: rgba(250,248,245,0.45); margin-top: 6px; }

.prose { max-width: 760px; }
.prose h2 { font-size: clamp(24px,3vw,38px); font-weight: 800; letter-spacing: -0.02em;
  color: var(--text-light); margin: 40px 0 16px; text-transform: uppercase; }
.prose p { font-size: 16px; line-height: 1.85; color: var(--muted-light); margin-bottom: 18px; }
.prose a { color: var(--accent-2); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info-item { margin-bottom: 26px; }
.contact-info-item .lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px; }
.contact-info-item .val { font-size: 16px; color: var(--muted-light); line-height: 1.7; }
.contact-info-item .val a { color: var(--muted-light); text-decoration: none; }
.contact-info-item .val a:hover { color: var(--accent-2); }
.map-embed { width: 100%; aspect-ratio: 16/10; border: 0; border-radius: 4px; filter: grayscale(0.3) contrast(1.05); margin-top: 40px; }

.notfound { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 160px 24px 100px; background: var(--bg-dark); }
.notfound .code { font-size: clamp(90px,18vw,220px); font-weight: 900; letter-spacing: -0.04em; color: var(--accent); line-height: 0.9; }
.notfound h1 { font-size: clamp(24px,3vw,40px); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; margin: 16px 0 14px; }
.notfound p { color: var(--muted-light); max-width: 420px; margin-bottom: 36px; line-height: 1.7; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .event-card { grid-template-columns: 1fr; }
  .event-img-wrap { min-height: 280px; }
  .info-grid { gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .event-row { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 760px) {
  .nav-links { gap: 18px; }
  .nav-a { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
    background: transparent; border: 1px solid rgba(250,248,245,0.2); border-radius: 2px; color: var(--text-light); cursor: pointer; }
  .nav-links.open { position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0;
    background: rgba(13,10,10,0.97); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px);
    padding: 12px 0 20px; border-top: 1px solid rgba(122,18,21,0.18); }
  .nav-links.open .nav-a { display: block; width: 100%; text-align: center; padding: 16px 0; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid rgba(26,18,18,0.1); }
  .cat-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  #visit .info-grid > .info-text { order: 2; }
  #visit .info-grid > .info-img-wrap { order: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .event-details { padding: 36px 28px; }
}
@media (max-width: 520px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-cell { border-right: none !important; border-bottom: 1px solid rgba(26,18,18,0.1); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}
