/* ============================================================
   Never Give Up Gallery — modern · elegant · experimental
   ============================================================ */

:root {
  --bg: #f4f1ea;          /* warm paper */
  --bg-2: #eae5da;
  --ink: #0d0d0f;         /* near black */
  --ink-2: #46433d;
  --paper: #f4f1ea;
  --line: rgba(13, 13, 15, 0.14);
  --accent: #ff4d2e;      /* experimental electric vermilion */
  --accent-2: #1f4dff;    /* electric blue counterpoint */
  --muted: #7a746a;
  --white: #ffffff;
  --maxw: 1760px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --header-h: 76px;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 30px 80px -30px rgba(13, 13, 15, 0.5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
a, button, summary, [role="button"] { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  cursor: none;
}
@media (hover: none), (max-width: 900px) { body { cursor: auto; } .cursor-dot { display: none; } }

img, iframe { max-width: 100%; display: block; }
h1, h2, h3 { margin: 0; font-weight: 500; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--ink); color: var(--paper); padding: 0.6rem 1rem; }
.skip-link:focus { left: 0; }

/* ===== Experimental overlays ===== */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-dot {
  position: fixed; top: 0; left: 0; z-index: 9999; width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--accent); pointer-events: none;
  transform: translate(-50%, -50%); transition: width 0.25s var(--ease), height 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
  mix-blend-mode: difference; will-change: transform;
}
.cursor-dot.hot { width: 64px; height: 64px; background: var(--accent); border-color: var(--accent); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.95rem 1.7rem; font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; border-radius: 100px; border: 1.5px solid transparent;
  cursor: none; transition: transform 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--accent); transform: translateY(-3px); }
.btn-primary--invert { background: var(--paper); color: var(--ink); }
.btn-primary--invert:hover { background: var(--accent); color: var(--paper); }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); transform: translateY(-3px); }
.btn-line--light { border-color: var(--paper); color: var(--paper); }
.btn-line--light:hover { background: var(--paper); color: var(--ink); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg);
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: saturate(150%) blur(14px); -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-mark { font-family: var(--display); font-weight: 600; font-size: 1.35rem; letter-spacing: -1px; }
.brand-mark span { color: var(--accent); }
.brand-text { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; line-height: 1.15; }
.brand-text em { display: block; color: var(--muted); font-style: normal; letter-spacing: 0.32em; font-size: 0.7rem; }
.brand-logo { height: 54px; width: auto; display: block; }

/* ===== Dropdown nav ===== */
.has-dropdown { position: relative; display: inline-flex; align-items: center; gap: 0.25rem; }
.drop-caret { background: none; border: none; color: inherit; cursor: none; padding: 3px; display: inline-flex; align-items: center; }
.drop-caret .caret { width: 9px; height: 9px; transition: transform 0.35s var(--ease); }
.has-dropdown:hover .caret, .has-dropdown[data-open="true"] .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 12px); left: -0.8rem; min-width: 240px;
  background: var(--bg); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow);
  padding: 0.55rem; list-style: none; margin: 0; z-index: 130;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
}
.dropdown::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.has-dropdown:hover .dropdown, .has-dropdown[data-open="true"] .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li { width: 100%; }
.dropdown li a { display: flex; align-items: baseline; gap: 0.5rem; padding: 0.6rem 0.8rem; border-radius: 7px; font-size: 0.9rem; }
.dropdown li a::after { display: none; }
.dropdown li a:hover { background: var(--ink); color: var(--paper); }
.dropdown li a i { font-style: normal; color: var(--accent); font-size: 0.68rem; min-width: 1.4ch; }
.dropdown .drop-sep { border-top: 1px solid var(--line); margin: 0.4rem 0; }
.dropdown .drop-all { color: var(--accent); font-weight: 600; }

.main-nav { display: flex; align-items: center; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 2.1rem; margin: 0; padding: 0; }
.nav-menu a { display: inline-flex; align-items: baseline; gap: 0.35rem; font-size: 0.9rem; font-weight: 500; position: relative; }
.nav-menu a i { font-style: normal; font-size: 0.62rem; color: var(--accent); font-family: var(--sans); }
.nav-menu a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 1.5px; background: var(--accent); transition: width 0.4s var(--ease); }
.nav-menu a:hover::after { width: 100%; }
.nav-menu a.is-active { color: var(--accent); }
.nav-menu a.is-active::after { width: 100%; }
.drop-link.is-active { color: var(--accent); }
.nav-menu a[aria-current="page"] { color: var(--accent); }
.nav-menu a[aria-current="page"]::after { width: 100%; }
.nav-cta button { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--accent); color: var(--white); border: none; cursor: none; padding: 0.7rem 1.3rem; border-radius: 100px; transition: background 0.4s var(--ease), transform 0.4s var(--ease); }
.nav-cta button:hover { background: var(--ink); transform: translateY(-2px); }
.nav-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform 0.4s var(--ease), opacity 0.3s var(--ease); }

/* ===== Hero ===== */
.hero {
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  min-height: min(94vh, 960px);
  padding: clamp(5rem, 12vh, 9rem) 0 clamp(3rem, 8vh, 6rem);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244,241,234,0.94) 0%, rgba(244,241,234,0.82) 34%, rgba(244,241,234,0.42) 64%, rgba(244,241,234,0.08) 100%),
    linear-gradient(0deg, rgba(244,241,234,0.55) 0%, rgba(244,241,234,0) 34%);
}
.hero-grid { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); position: relative; z-index: 2; }
.hero-meta { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0 0 2rem; }
.hero-meta--tr { display: none; }

.hero-type { font-family: var(--display); line-height: 0.82; letter-spacing: -0.035em; margin: 0 0 1.8rem; }
.hero-type .line { display: block; font-size: clamp(4.5rem, 20vw, 19rem); font-weight: 340; color: var(--ink); }
.hero-type .line--outline { color: var(--ink); }
.hero-type .line--serif { font-style: italic; font-size: clamp(2.4rem, 8vw, 6.5rem); font-weight: 300; color: var(--ink); margin-left: 0.1em; }
.hero-lead { font-size: clamp(1.15rem, 2vw, 1.55rem); max-width: 44ch; color: var(--ink-2); margin: 0 0 2.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
@media (max-width: 700px) {
  .hero { min-height: 86vh; }
  .hero::after {
    background: linear-gradient(0deg, rgba(244,241,234,0.92) 0%, rgba(244,241,234,0.78) 42%, rgba(244,241,234,0.6) 100%);
  }
}

/* ===== Page hero (subpages) ===== */
.page-hero { padding: clamp(2.6rem, 7vh, 5.5rem) 0 clamp(1.6rem, 4vh, 3.2rem); border-bottom: 1px solid var(--line); }
.crumb { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin: 0 0 1.6rem; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--accent); }
.crumb span { color: var(--ink); }
.page-hero h1 { font-family: var(--display); font-weight: 340; font-size: clamp(3rem, 13vw, 10rem); line-height: 0.86; letter-spacing: -0.035em; }
.page-hero h1 em { color: var(--accent); }
.page-lead { font-size: clamp(1.05rem, 1.9vw, 1.4rem); color: var(--ink-2); max-width: 54ch; margin: 1.6rem 0 0; }

/* ===== Teaser link ===== */
.more-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; border-bottom: 1.5px solid var(--accent); padding-bottom: 3px; transition: gap 0.3s var(--ease), color 0.3s var(--ease); }
.more-link:hover { color: var(--accent); gap: 0.9rem; }
.section-cta { margin-top: 2.6rem; }

/* ===== Marquee ===== */
.marquee { border-block: 1.5px solid var(--ink); overflow: hidden; background: var(--ink); color: var(--paper); }
.marquee-track { display: inline-flex; align-items: center; gap: 2rem; white-space: nowrap; padding: 0.9rem 0; font-family: var(--display); font-size: 1.6rem; font-style: italic; animation: marquee 42s linear infinite; }
.marquee-track span:nth-child(even) { color: var(--accent); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ===== Page header (subpages) ===== */
.page-head { padding: clamp(3rem, 8vw, 6rem) 0 clamp(1.8rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }
.crumb { font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 1.8rem; }
.crumb a:hover { color: var(--accent); }
.crumb span { color: var(--accent); margin: 0 0.45rem; }
.page-title { font-family: var(--display); font-weight: 340; font-size: clamp(3rem, 12vw, 9.5rem); line-height: 0.88; letter-spacing: -0.035em; }
.page-title em { color: var(--accent); }
.page-intro { font-size: clamp(1.05rem, 1.9vw, 1.4rem); color: var(--ink-2); max-width: 56ch; margin: 2rem 0 0; }

/* ===== More link ===== */
.more-link { display: inline-flex; align-items: center; gap: 0.55rem; margin-top: 2.6rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; font-size: 0.82rem; border-bottom: 1.5px solid var(--accent); padding-bottom: 5px; transition: gap 0.4s var(--ease), color 0.3s var(--ease); }
.more-link:hover { color: var(--accent); gap: 1rem; }
.more-link--light { color: var(--paper); }
.more-link--light:hover { color: var(--accent); }

/* ===== Sections ===== */
.section { padding: clamp(4.5rem, 10vw, 9rem) 0; }
:target, section[id], [id^="artist-"], [id^="events-"] { scroll-margin-top: 96px; }
.tag { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 2.4rem; }
.tag i { font-style: normal; color: var(--accent); font-weight: 700; }
.tag--light { color: rgba(244, 241, 234, 0.6); }
.tag--light i { color: var(--accent); }
.section-title { font-family: var(--display); font-weight: 350; font-size: clamp(2.8rem, 8vw, 7rem); line-height: 0.94; letter-spacing: -0.025em; }
.section-title em { color: var(--accent); }

/* About */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 5rem); align-items: end; }
.statement { font-family: var(--display); font-weight: 340; font-size: clamp(1.9rem, 4.4vw, 3.6rem); line-height: 1.05; letter-spacing: -0.02em; }
.statement em { color: var(--accent); }
.about-body p { color: var(--ink-2); font-size: 1.06rem; margin: 0 0 1.2rem; }
.stats { list-style: none; display: flex; flex-wrap: wrap; gap: 2.5rem; margin: 2rem 0 0; padding: 1.8rem 0 0; border-top: 1px solid var(--line); }
.stats strong { display: block; font-family: var(--display); font-size: 2.6rem; font-weight: 400; line-height: 1; }
.stats span { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

/* ===== Artists ===== */
.artists { background: var(--ink); color: var(--paper); }
.artists .section-title { color: var(--paper); }
.artist-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 30vw);
  gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 3rem clamp(1.5rem, calc((100vw - var(--maxw)) / 2 + 1.5rem), 20vw) 3.5rem;
  scrollbar-width: thin; scrollbar-color: var(--accent) transparent;
}
.artist-rail::-webkit-scrollbar { height: 6px; }
.artist-rail::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }
.art-card { scroll-snap-align: start; display: flex; flex-direction: column; will-change: transform; }
.art-media { position: relative; overflow: hidden; border-radius: 3px; background: #1a1a1d; aspect-ratio: 4 / 5; }
.art-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease), filter 0.6s var(--ease); filter: saturate(1.02); }
.art-card:hover .art-media img { transform: scale(1.06); }
.art-index { position: absolute; top: 18px; left: 20px; font-family: var(--display); font-size: 1.3rem; color: var(--paper); mix-blend-mode: difference; letter-spacing: 0.1em; }
.art-info { padding: 1.5rem 0.2rem 0; }
.art-info h2, .art-info h3 { font-family: var(--display); font-size: clamp(2rem, 2.6vw, 2.9rem); font-weight: 400; line-height: 1.02; }
.art-tag { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; color: var(--accent); margin: 0.4rem 0 0.8rem; font-weight: 600; }
.art-desc { color: rgba(244, 241, 234, 0.66); font-size: 1.02rem; margin: 0; }
.art-card--text { justify-content: center; border: 1px solid rgba(244,241,234,0.16); border-radius: 6px; padding: 2rem; background: linear-gradient(150deg, rgba(255,77,46,0.14), rgba(31,77,255,0.08)); }
.art-info--center h2, .art-info--center h3 { font-size: 2.2rem; }
.art-info--center .btn { margin-top: 1.4rem; }
.art-info--center .btn-line { border-color: var(--paper); color: var(--paper); }
.art-info--center .btn-line:hover { background: var(--paper); color: var(--ink); }

/* ===== Artists grid (Art & Artists page) ===== */
.artists-page { padding-top: clamp(3rem, 6vw, 5rem); }
.artists-page .artist-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(480px, 100%), 1fr)); gap: clamp(1.6rem, 3vw, 3rem); }
.artists-page .art-card { transform: none; }
.art-card--portrait { border: 1px solid rgba(244,241,234,0.16); border-radius: 3px; padding: clamp(2rem, 4vw, 3.4rem); background: linear-gradient(150deg, rgba(255,77,46,0.12), rgba(31,77,255,0.07)); display: flex; align-items: center; min-height: 320px; }
.art-card--portrait .art-info { padding: 0; }
.art-card--portrait h2, .art-card--portrait h3 { font-size: clamp(2.2rem, 3vw, 3.2rem); }
.art-index--static { position: static; display: block; margin-bottom: 0.6rem; mix-blend-mode: normal; color: var(--accent); }
.artists .muted { color: rgba(244,241,234,0.7); }
.artists-lead { color: rgba(244,241,234,0.72); font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 64ch; margin: 1.3rem 0 0.5rem; }
.artists .muted a { color: var(--accent); }

/* ===== Values (About page) ===== */
.values { background: var(--bg-2); }
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 2.6rem; }
.value-card { background: var(--bg); border: 1px solid var(--line); border-radius: 8px; padding: 2rem 1.8rem; transition: transform 0.4s var(--ease), border-color 0.4s var(--ease); }
.value-card:hover { transform: translateY(-6px); border-color: var(--accent); }
.value-no { font-family: var(--display); font-size: 1.2rem; color: var(--accent); }
.value-card h3 { font-family: var(--display); font-weight: 400; font-size: 1.7rem; margin: 0.6rem 0 0.6rem; }
.value-card p { color: var(--ink-2); margin: 0; font-size: 0.98rem; }
.tag i { font-style: normal; color: var(--accent); font-weight: 700; }

/* ===== CTA band (About page) ===== */
.cta-band { background: var(--ink); color: var(--paper); text-align: center; }
.cta-band .section-title { color: var(--paper); margin-bottom: 2.2rem; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta-inner .hero-actions { justify-content: center; }

/* ===== Exhibitions / Extended hours ===== */
.exhibitions { background: var(--bg-2); }
.season { font-family: var(--display); font-style: italic; font-size: clamp(1.3rem, 3vw, 2rem); color: var(--accent); margin: 0 0 0.4rem; }
.lead-copy { font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: var(--ink-2); max-width: 58ch; margin: 1.8rem 0 0; }
.sub-title { font-family: var(--display); font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.2rem); margin: 3.5rem 0 1.4rem; padding-bottom: 0.8rem; border-bottom: 1px solid var(--line); }
.sub-title--first { margin-top: 0; }

/* Next event highlight */
.next-event { margin: 2.6rem 0 0; }
.ne-label { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 1rem; }
.ne-card { display: grid; grid-template-columns: auto 1fr; gap: 1.8rem; align-items: center; background: var(--ink); color: var(--paper); border-radius: 12px; padding: 2rem clamp(1.5rem, 4vw, 2.6rem); box-shadow: var(--shadow); }
.ne-date { display: grid; place-items: center; text-align: center; background: linear-gradient(150deg, var(--accent), #d61f6b); border-radius: 10px; padding: 1rem 1.3rem; min-width: 96px; }
.ne-day { font-family: var(--display); font-size: 2.8rem; font-weight: 500; line-height: 1; }
.ne-mon { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 600; }
.ne-info h3 { font-family: var(--display); font-weight: 400; font-size: clamp(1.5rem, 3.2vw, 2.4rem); }
.ne-info p { color: rgba(244,241,234,0.78); margin: 0.5rem 0 0; }
.ne-meta { font-size: 0.82rem !important; letter-spacing: 0.04em; color: var(--accent) !important; text-transform: uppercase; margin-top: 0.9rem !important; }
.ne-poster { margin: 1.6rem 0 0; }
.ne-poster img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.ne-poster figcaption { margin-top: 0.7rem; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); text-align: center; }

.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.6rem; }
.hours-card { background: var(--bg); border: 1px solid var(--line); border-radius: 8px; padding: 1.8rem; }
.hours-card h3 { font-family: var(--display); font-weight: 400; font-size: 1.5rem; margin-bottom: 1.1rem; }
.hours-card ul { list-style: none; margin: 0; padding: 0; }
.hours-card li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-top: 1px solid var(--line); font-size: 1rem; }
.hours-card li span:last-child { color: var(--accent); font-weight: 600; white-space: nowrap; }
.hours-card .fine { margin: 1rem 0 0; font-size: 0.82rem; color: var(--muted); }

.schedule { list-style: none; margin: 0; padding: 0; }
.schedule li { display: grid; grid-template-columns: 130px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.6rem 0; border-top: 1px solid var(--line); transition: padding-left 0.4s var(--ease), background 0.4s var(--ease); }
.schedule li:last-child { border-bottom: 1px solid var(--line); }
.schedule li:hover { padding-left: 0.8rem; }
.sc-date { font-family: var(--display); font-size: 1.3rem; line-height: 1.1; color: var(--ink); }
.sc-date b { display: block; font-weight: 400; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.sc-body h4 { font-family: var(--display); font-weight: 400; font-size: clamp(1.3rem, 2.6vw, 1.9rem); margin: 0; }
.sc-body p { margin: 0.3rem 0 0; color: var(--ink-2); font-size: 0.95rem; }
.sc-time { font-size: 0.9rem; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); white-space: nowrap; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: none; list-style: none; padding: 1.3rem 0; font-family: var(--display); font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-weight: 400; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 1.6rem; line-height: 1; transition: transform 0.4s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 1.4rem; color: var(--ink-2); max-width: 62ch; }

.muted { color: var(--muted); margin-top: 1.6rem; }
.muted a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.link-btn { background: none; border: none; color: var(--accent); font: inherit; font-weight: 600; cursor: none; padding: 0; text-decoration: underline; text-underline-offset: 3px; }

/* ===== Visit ===== */
.visit { background: var(--ink); color: var(--paper); }
.visit .section-title { color: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
.visit address { font-style: normal; font-size: 1.25rem; line-height: 1.7; margin: 1.6rem 0; color: var(--paper); }
.visit-note { color: rgba(244,241,234,0.6); margin-bottom: 2rem; max-width: 42ch; }
.visit-map { border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); min-height: 420px; border: 1px solid rgba(244,241,234,0.2); }
.visit-map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; filter: grayscale(0.4) invert(0.92) contrast(0.9); }

/* ===== Footer ===== */
.site-footer { background: var(--bg); padding: clamp(3.5rem, 7vw, 6rem) 0 2.5rem; border-top: 1px solid var(--line); }
.footer-big { font-family: var(--display); font-weight: 340; font-size: clamp(2.6rem, 10vw, 8rem); line-height: 0.9; letter-spacing: -0.03em; margin-bottom: 3rem; }
.footer-big em { color: var(--accent); display: block; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.footer-col h3 { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.footer-col p { margin: 0.3rem 0; color: var(--ink-2); }
.footer-col a:hover { color: var(--accent); }
.social-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.social-list a { width: fit-content; transition: color 0.3s var(--ease); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; padding-top: 1.6rem; color: var(--muted); font-size: 0.82rem; }

/* ===== Ask Me assistant ===== */
.ask-fab {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 200;
  display: inline-flex; align-items: center; gap: 0.6rem; background: var(--accent); color: var(--white);
  border: none; cursor: none; padding: 0.9rem 1.4rem; border-radius: 100px; box-shadow: var(--shadow);
  font-family: var(--sans); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em;
  transition: transform 0.4s var(--ease), background 0.4s var(--ease);
}
.ask-fab:hover { background: var(--ink); transform: translateY(-3px); }
.ask-panel {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 250;
  width: min(390px, calc(100vw - 2rem)); max-height: min(640px, calc(100vh - 2rem));
  display: flex; flex-direction: column; background: var(--bg); border: 1.5px solid var(--ink);
  border-radius: 14px; box-shadow: var(--shadow); overflow: hidden;
  transform-origin: bottom right; animation: askIn 0.35s var(--ease);
}
.ask-panel[hidden] { display: none; }
@keyframes askIn { from { opacity: 0; transform: translateY(16px) scale(0.98); } to { opacity: 1; transform: none; } }
.ask-head { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.25rem; background: var(--ink); color: var(--paper); }
.ask-title { font-family: var(--display); font-size: 1.5rem; margin: 0; }
.ask-sub { margin: 0; font-size: 0.76rem; color: rgba(244,241,234,0.6); letter-spacing: 0.05em; }
.ask-close { background: none; border: none; color: var(--paper); font-size: 1.8rem; line-height: 1; cursor: none; padding: 0 0.2rem; }
.ask-close:hover { color: var(--accent); }
.ask-log { flex: 1; overflow-y: auto; padding: 1.1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.msg { max-width: 86%; padding: 0.7rem 0.95rem; border-radius: 14px; font-size: 0.92rem; line-height: 1.55; }
.msg-bot { align-self: flex-start; background: var(--bg-2); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.msg-user { align-self: flex-end; background: var(--ink); color: var(--paper); border-bottom-right-radius: 4px; }
.msg a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.msg strong { font-weight: 600; }
.msg.typing .dots { letter-spacing: 2px; color: var(--muted); animation: blink 1.2s var(--ease) infinite; }
@keyframes blink { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
.ask-suggestions { display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0 1.1rem 0.6rem; }
.chip { background: transparent; border: 1px solid var(--line); border-radius: 100px; padding: 0.4rem 0.8rem; font-size: 0.78rem; color: var(--ink-2); cursor: none; font-family: var(--sans); transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease); }
.chip:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.ask-form { display: flex; gap: 0.5rem; padding: 0.8rem 1.1rem 1.1rem; border-top: 1px solid var(--line); }
.ask-form input { flex: 1; border: 1px solid var(--line); border-radius: 100px; padding: 0.7rem 1rem; font: inherit; font-family: var(--sans); font-size: 0.9rem; background: var(--white); color: var(--ink); outline: none; transition: border-color 0.3s var(--ease); }
.ask-form input:focus { border-color: var(--accent); }
.ask-form button { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: none; cursor: none; background: var(--accent); color: var(--white); display: grid; place-items: center; transition: background 0.3s var(--ease), transform 0.3s var(--ease); }
.ask-form button:hover { background: var(--ink); transform: scale(1.05); }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (min-width: 1100px) { .hero-meta--tr { display: block; position: absolute; top: 0; right: 0; text-align: right; } }

/* Scale everything up on large / high-res displays */
@media (min-width: 1600px) { html { font-size: 17.5px; } }
@media (min-width: 2000px) { html { font-size: 19px; } }
@media (min-width: 2560px) { html { font-size: 21px; } }

@media (max-width: 1200px) {
  .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .about-grid { align-items: start; }
  .artist-rail { grid-auto-columns: 78vw; padding-inline: 1.5rem; }
  .nav-toggle { display: flex; z-index: 120; }
  .nav-menu {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));
    max-height: calc(100vh - var(--header-h)); max-height: calc(100dvh - var(--header-h));
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
    transform: translateY(-130%); transition: transform 0.5s var(--ease); box-shadow: var(--shadow);
  }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu li { width: 100%; }
  .nav-menu a { display: flex; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; }

  /* Dropdowns become accordions on mobile */
  .has-dropdown { width: 100%; display: block; position: relative; }
  .drop-caret { position: absolute; top: 0.55rem; right: 0; padding: 0.6rem; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: transparent; padding: 0 0 0.5rem 1rem; min-width: 0; display: none; }
  .has-dropdown[data-open="true"] .dropdown { display: block; }
  .has-dropdown:hover .dropdown { display: none; }
  .has-dropdown[data-open="true"]:hover .dropdown { display: block; }
  .dropdown li a { border-bottom: none; padding: 0.6rem 0; font-size: 1rem; }
  .dropdown li a:hover { background: none; color: var(--accent); }

  .brand-logo { height: 46px; }
  .ne-card { grid-template-columns: 1fr; gap: 1.2rem; }
  .nav-cta { margin-top: 0.8rem; }
  .nav-cta button { width: 100%; padding: 0.9rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .hours-grid { grid-template-columns: 1fr; }
  .schedule li { grid-template-columns: 92px 1fr; gap: 1rem 1.2rem; }
  .sc-time { grid-column: 2; color: var(--accent); }
}

@media (max-width: 560px) {
  .artist-rail { grid-auto-columns: 86vw; }
  .footer-cols { grid-template-columns: 1fr; gap: 1.6rem; }
  .ask-fab span { display: none; }
  .ask-fab { padding: 0.95rem; }
  .stats { gap: 1.6rem; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}

/* ============================================================
   PREMIUM ONE-PAGE REDESIGN (museum-quality, NGA-inspired)
   ============================================================ */
.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; }

/* ---- Header scroll state ---- */
.site-header.is-scrolled { box-shadow: 0 10px 40px -24px rgba(13,13,15,0.45); }

/* ---- Navigation ---- */
.nav-menu { gap: 1.35rem; }
.nav-menu a { font-size: 0.82rem; letter-spacing: 0.01em; }
.nav-tools { display: flex; align-items: center; gap: 0.9rem; }
.icon-btn { background: none; border: none; color: inherit; cursor: none; display: inline-flex; align-items: center; padding: 4px; }
.icon-btn:hover { color: var(--accent); }
.lang-select { position: relative; }
.lang-btn { display: inline-flex; align-items: center; gap: 0.3rem; background: none; border: 1px solid var(--line); border-radius: 100px; padding: 0.35rem 0.7rem; font-family: var(--sans); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: inherit; cursor: none; }
.lang-btn:hover { border-color: var(--ink); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 150px; list-style: none; margin: 0; padding: 0.4rem; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s; z-index: 140; }
.lang-select[data-open="true"] .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu button { width: 100%; text-align: left; background: none; border: none; font-family: var(--sans); font-size: 0.9rem; padding: 0.55rem 0.7rem; border-radius: 6px; cursor: none; color: var(--ink); }
.lang-menu button:hover, .lang-menu button[aria-current="true"] { background: var(--ink); color: var(--paper); }
.nav-ask { font-family: var(--sans); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--accent); color: var(--white); border: none; cursor: none; padding: 0.6rem 1.15rem; border-radius: 100px; transition: background 0.4s var(--ease), transform 0.4s var(--ease); }
.nav-ask:hover { background: var(--ink); transform: translateY(-2px); }

/* ---- Hero (full screen, image + overlay) ---- */
.hero { min-height: calc(100svh - var(--header-h)); padding: 0; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero::after { content: none; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(13,13,15,0.34) 0%, rgba(13,13,15,0.12) 34%, rgba(13,13,15,0.28) 66%, rgba(13,13,15,0.62) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; padding: 6rem var(--gutter) 4rem; max-width: 1100px; }
.hero-kicker { font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase; margin: 0 0 1.4rem; color: rgba(255,255,255,0.85); }
.hero-title { font-family: var(--display); font-weight: 340; line-height: 0.92; letter-spacing: -0.025em; font-size: clamp(3.2rem, 11vw, 10rem); text-shadow: 0 2px 40px rgba(0,0,0,0.25); }
.hero-title em { font-style: italic; color: var(--accent); }
.hero-sub { font-family: var(--sans); font-size: clamp(1rem, 2vw, 1.5rem); letter-spacing: 0.06em; text-transform: uppercase; margin: 1.6rem 0 2.6rem; color: rgba(255,255,255,0.92); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,0.8); color: #fff; background: rgba(255,255,255,0.04); backdrop-filter: blur(2px); }
.btn-ghost:hover { background: #fff; color: var(--ink); transform: translateY(-3px); }
.hero-scroll { position: absolute; left: 50%; bottom: 26px; z-index: 2; width: 26px; height: 42px; border: 1.5px solid rgba(255,255,255,0.7); border-radius: 40px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; background: #fff; border-radius: 3px; transform: translateX(-50%); animation: heroScroll 1.8s var(--ease) infinite; }
@keyframes heroScroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 14px); } 100% { opacity: 0; } }

/* ---- Section bands & shared type ---- */
.band-light { background: var(--white); }
.band-dark { background: var(--ink); color: var(--paper); }
.band-dark .section-title { color: var(--paper); }
.kicker { font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 1.2rem; display: inline-flex; align-items: center; gap: 0.7rem; }
.kicker::before { content: ""; width: 26px; height: 1.5px; background: var(--accent); display: inline-block; }
.kicker--light { color: var(--accent); }
.section-head { max-width: 760px; margin: 0 auto clamp(2.4rem, 5vw, 4rem); text-align: center; }
.section-head .kicker { justify-content: center; }
.section-lead { color: var(--ink-2); font-size: clamp(1.05rem, 1.7vw, 1.28rem); margin: 1.2rem 0 0; }
.section-lead--light { color: rgba(244,241,234,0.75); }

/* ---- Feature (image + text, alternating) ---- */
.feature { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); max-width: var(--maxw); margin-inline: auto; padding: clamp(3.5rem, 8vw, 8rem) var(--gutter); }
.feature--reverse .feature-media { order: 2; }
.feature--reverse .feature-text { order: 1; }
.feature-media { overflow: hidden; border-radius: 3px; }
.feature-media img { width: 100%; height: auto; display: block; transition: transform 1.1s var(--ease); }
.feature-media--map { aspect-ratio: 4 / 3; border: 1px solid var(--line); }
.feature-media--map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.25) contrast(1.02); }
.feature-text h2 { font-family: var(--display); font-weight: 340; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 0.98; letter-spacing: -0.02em; }
.feature-text h2 em { font-style: italic; color: var(--accent); }
.feature-text p { color: var(--ink-2); font-size: 1.08rem; margin: 1.3rem 0 0; max-width: 46ch; }
.feature-text--light h2 { color: var(--paper); }
.feature-text--light p { color: rgba(244,241,234,0.78); }
.feature-meta { font-size: 0.82rem !important; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.feature .more-link { margin-top: 1.8rem; }

/* ---- Cards ---- */
.cards { display: grid; gap: clamp(1.6rem, 3vw, 2.6rem); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card { display: flex; flex-direction: column; }
.card-media { display: block; overflow: hidden; border-radius: 3px; aspect-ratio: 4 / 5; background: #ececec; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.card:hover .card-media img { transform: scale(1.06); }
.card-body { padding: 1.3rem 0.1rem 0; }
.card-body h3 { font-family: var(--display); font-weight: 400; font-size: clamp(1.6rem, 2.2vw, 2.1rem); line-height: 1.05; }
.card-tag { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--accent); font-weight: 600; margin: 0.5rem 0 0.7rem; }
.card-desc { color: var(--ink-2); font-size: 0.98rem; margin: 0 0 1rem; }
.card--event { border: 1px solid var(--line); border-radius: 4px; padding: clamp(1.6rem, 2.5vw, 2.2rem); }
.event-date { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 92px; height: 92px; border-radius: 6px; background: linear-gradient(150deg, var(--accent), #d61f6b); color: #fff; margin-bottom: 1.2rem; }
.ed-day { font-family: var(--display); font-size: 2.4rem; line-height: 1; font-weight: 500; }
.ed-mon { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; font-weight: 600; }
.card--event .card-body { padding: 0; }

/* ---- Showcase (edge-to-edge single image) ---- */
.showcase { position: relative; width: 100%; margin-top: clamp(1.5rem, 4vw, 3rem); overflow: hidden; }
.showcase img { width: 100%; height: auto; display: block; }
.showcase figcaption { position: absolute; left: 0; bottom: 0; padding: 2.4rem clamp(1.5rem, 5vw, 4rem) 1.4rem; width: 100%; color: #fff; font-size: 0.92rem; letter-spacing: 0.02em; background: linear-gradient(0deg, rgba(0,0,0,0.6), transparent); }
.showcase figcaption span { font-family: var(--display); font-style: italic; font-size: 1.15rem; }

/* ---- Showcase band (parallax spaces) ---- */
.showcase-band { position: relative; min-height: 82vh; display: flex; align-items: flex-end; overflow: hidden; }
.showcase-band-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.showcase-band-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(13,13,15,0.72) 0%, rgba(13,13,15,0.1) 55%, rgba(13,13,15,0.3) 100%); }
.showcase-band-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin-inline: auto; padding: clamp(2.5rem, 7vw, 6rem) var(--gutter); color: #fff; }
.showcase-band-inner h2 { font-family: var(--display); font-weight: 340; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: 0.98; letter-spacing: -0.02em; }
.showcase-band-inner h2 em { font-style: italic; color: var(--accent); }
.showcase-band-inner p { max-width: 52ch; margin: 1.3rem 0 0; color: rgba(255,255,255,0.86); font-size: 1.08rem; }

/* ---- About ---- */
.about-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.band-dark .statement { color: var(--paper); }
.band-dark .about-body p { color: rgba(244,241,234,0.8); }
.band-dark .stats { border-top-color: rgba(244,241,234,0.2); }

/* ---- Ask CTA ---- */
.ask-cta { background: var(--bg-2); text-align: center; padding: clamp(4rem, 9vw, 8rem) 0; }
.ask-cta-inner { max-width: 640px; }
.ask-cta h2 { font-family: var(--display); font-weight: 340; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1; }
.ask-cta h2 em { font-style: italic; color: var(--accent); }
.ask-cta p { color: var(--ink-2); font-size: 1.1rem; margin: 1.2rem auto 2.2rem; }

/* ---- Newsletter ---- */
.newsletter { background: var(--ink); color: var(--paper); padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.newsletter h2 { font-family: var(--display); font-weight: 340; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.02; }
.newsletter-inner > div > p { color: rgba(244,241,234,0.72); margin: 1rem 0 0; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.newsletter-form input { flex: 1 1 240px; background: transparent; border: 1px solid rgba(244,241,234,0.3); border-radius: 100px; padding: 1rem 1.4rem; color: var(--paper); font-family: var(--sans); font-size: 1rem; }
.newsletter-form input:focus { outline: none; border-color: var(--accent); }
.newsletter-form input::placeholder { color: rgba(244,241,234,0.5); }
.newsletter-form button { background: var(--accent); color: #fff; border: none; border-radius: 100px; padding: 1rem 1.9rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.82rem; cursor: none; transition: background 0.4s var(--ease), transform 0.4s var(--ease); }
.newsletter-form button:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); }
.newsletter-note { flex-basis: 100%; margin: 0.4rem 0 0; font-size: 0.85rem; color: var(--accent); min-height: 1em; }

/* ---- Footer (expanded) ---- */
.footer-top { display: grid; grid-template-columns: 0.9fr 2.4fr; gap: clamp(2rem, 5vw, 4rem); padding-bottom: 2.5rem; }
.footer-brand img { height: 64px; width: auto; }
.footer-brand p { color: rgba(244,241,234,0.6); margin: 1rem 0 0; max-width: 24ch; }
.footer-cols { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin: 0; }
.footer-col h3 { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin: 0 0 1rem; }
.footer-col p, .footer-col address { font-style: normal; color: rgba(244,241,234,0.78); margin: 0 0 0.6rem; font-size: 0.95rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin: 0 0 0.5rem; }
.footer-col a { color: rgba(244,241,234,0.78); }
.footer-col a:hover { color: var(--accent); }
.footer-hours { color: rgba(244,241,234,0.6) !important; }
.footer-legal { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; }
.footer-legal a { color: rgba(244,241,234,0.6); }
.footer-legal a:hover { color: var(--accent); }

/* ---- Search modal ---- */
.search-modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: flex-start; justify-content: center; }
.search-modal[hidden] { display: none; }
.search-backdrop { position: absolute; inset: 0; background: rgba(13,13,15,0.55); backdrop-filter: blur(4px); }
.search-panel { position: relative; z-index: 2; width: min(100% - 2rem, 640px); margin-top: 14vh; background: var(--bg); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; animation: searchIn 0.35s var(--ease); }
@keyframes searchIn { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }
.search-form { display: flex; align-items: center; gap: 0.8rem; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.search-form input { flex: 1; border: none; background: none; font-family: var(--sans); font-size: 1.1rem; color: var(--ink); }
.search-form input:focus { outline: none; }
.search-close { background: none; border: none; font-size: 1.6rem; line-height: 1; color: var(--muted); cursor: none; }
.search-results { list-style: none; margin: 0; padding: 0.5rem; max-height: 50vh; overflow-y: auto; }
.search-results li a { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.85rem 1rem; border-radius: 8px; color: var(--ink); }
.search-results li a:hover, .search-results li a.is-active { background: var(--ink); color: var(--paper); }
.search-results .sr-type { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.search-results .sr-empty { padding: 1.4rem 1rem; color: var(--muted); }

/* ---- Reveal & parallax ---- */
[data-parallax] img, [data-parallax].showcase-band-bg { will-change: transform; }

/* ---- Responsive ---- */
@media (max-width: 1200px) {
  .nav-tools { flex-direction: column; align-items: flex-start; gap: 1rem; width: 100%; padding-top: 0.8rem; }
  .nav-tools .lang-select, .nav-tools .icon-btn { width: 100%; }
  .lang-btn { width: 100%; justify-content: space-between; }
  .lang-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: transparent; padding: 0.3rem 0 0; }
  .nav-ask { width: 100%; padding: 0.9rem; }
  .icon-btn { border: 1px solid var(--line); border-radius: 100px; padding: 0.7rem 1rem; justify-content: center; }
  .icon-btn::after { content: " Search"; font-size: 0.82rem; letter-spacing: 0.04em; margin-left: 0.5rem; }
}
@media (max-width: 980px) {
  .feature { grid-template-columns: 1fr; gap: 2rem; }
  .feature--reverse .feature-media, .feature--reverse .feature-text { order: 0; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .about-wrap { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .cards-3 { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-legal { flex-direction: column; gap: 0.5rem; }
  .showcase-band { min-height: 70vh; }
}
