:root {
    --ink: #101122;
    --ink-soft: #20213b;
    --purple: #5a00b5;
    --purple-bright: #7624d8;
    --lime: #49df4e;
    --paper: #f5f1e9;
    --paper-deep: #e7dfd1;
    --muted: #706d70;
    --line: rgba(16, 17, 34, .15);
    --shell: min(1180px, calc(100% - 64px));
    --display: Georgia, 'Times New Roman', serif;
    --sans: 'Trebuchet MS', 'Avenir Next', Avenir, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font: 400 16px/1.65 var(--sans);
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 50; padding: 10px 16px; color: #fff; background: var(--purple); }
.skip-link:focus { top: 16px; }

.utility-bar { position: absolute; z-index: 10; top: 0; left: 0; right: 0; color: rgba(255,255,255,.76); background: rgba(16,17,34,.82); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 10px 0; }
.utility-right { display: flex; align-items: center; gap: 30px; }
.utility-right > a:hover, .footer-links a:hover { color: var(--lime); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--lime); border-color: var(--lime); }
.menu-toggle { display: none; color: #fff; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image, .hero-scrim { position: absolute; inset: 0; }
.hero-image { background: url('../images/velvet-fog-background.jpg') center/cover; transform: scale(1.02); }
.hero-scrim { background: linear-gradient(90deg, rgba(16,17,34,.94) 0%, rgba(16,17,34,.73) 40%, rgba(16,17,34,.2) 72%, rgba(16,17,34,.48) 100%), linear-gradient(0deg, rgba(16,17,34,.78), transparent 42%); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; min-height: 760px; padding-top: 56px; }
.hero-copy { max-width: 650px; padding-bottom: 24px; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: .72rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-purple { color: var(--purple); }
.eyebrow-lime { color: var(--lime); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.6rem, 6.6vw, 6.5rem); }
h1 em, h2 em { color: var(--lime); font-style: italic; }
.hero-lede { max-width: 490px; margin-bottom: 32px; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover, .button-lime:focus-visible { background: #77f178; }
.button-purple { color: #fff; background: var(--purple); }
.button-purple:hover, .button-purple:focus-visible { background: var(--purple-bright); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 700; letter-spacing: .12em; line-height: 2; text-transform: uppercase; }
.text-link:hover, .map-link:hover { color: var(--purple-bright); }
.light-link:hover { color: var(--lime); }
.hero-stamp { justify-self: end; width: min(440px, 92%); transform: rotate(4deg); }
.hero-stamp img { width: 100%; }
.scroll-cue { position: absolute; right: 36px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { color: var(--lime); font-size: 1.3rem; font-style: normal; }

.intro-band { padding: 74px 0 82px; color: #fff; background: var(--purple); }
.intro-grid { display: block; text-align: center; }
.intro-heading h2 { margin-bottom: 0; font-size: clamp(3.25rem, 5.2vw, 5.4rem); white-space: nowrap; }
.intro-heading h2 span { color: var(--lime); }
.gallery-heading h2 span { color: var(--purple); }
.intro-details { max-width: 760px; margin: 30px auto 0; }
.intro-details p { color: rgba(255,255,255,.78); }
.intro-list { color: var(--lime) !important; font-size: .76rem; font-weight: 700; letter-spacing: .1em; line-height: 1.9; text-transform: uppercase; }
.intro-list b { color: rgba(255,255,255,.45); padding: 0 4px; }
.intro-details .text-link { color: #fff; }

.feature-section { padding: 128px 0; }
.section-light { background: var(--paper); }
.feature-lead { margin-bottom: 58px; text-align: center; }
.feature-lead h2 { max-width: 100%; margin: 0; font-size: clamp(2.75rem, 4.35vw, 4.6rem); white-space: normal; }
.feature-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.collection-grid { grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 96px); }
.feature-grid-reverse { grid-template-columns: 1.15fr .85fr; }
.feature-copy { max-width: 440px; }
.feature-copy h2, .gallery-heading h2 { margin-bottom: 28px; font-size: clamp(3rem, 5vw, 5.2rem); }
.feature-copy p { color: #5e5b5c; }
.feature-signoff { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.image-frame { position: relative; margin: 0; }
.image-frame img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.image-frame figcaption { position: absolute; right: 18px; bottom: 18px; max-width: 210px; padding: 11px 14px; color: #fff; background: rgba(16,17,34,.88); font-size: .68rem; line-height: 1.45; }
.audio-section { color: #fff; background: var(--ink); }
.audio-section .feature-copy p { color: rgba(255,255,255,.72); }
.audio-section .button { margin-top: 14px; }

.gallery-section { padding: 120px 0 0; background: var(--paper-deep); }
.gallery-heading { margin-bottom: 64px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid img { width: 100%; aspect-ratio: 1.42; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.045); }

.visit-section { padding: 120px 0; color: #fff; background: var(--purple); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.visit-section h2 { margin-bottom: 0; font-size: clamp(4.4rem, 8vw, 8.2rem); }
.visit-card { max-width: 430px; padding: 36px; color: var(--ink); background: var(--paper); }
.visit-kicker { margin-bottom: 12px; color: var(--purple); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.visit-card address { margin-bottom: 5px; font-family: var(--display); font-size: 2rem; font-style: normal; letter-spacing: -.025em; line-height: 1.12; }
.visit-note { color: var(--muted); font-size: .83rem; }
.hours { display: flex; justify-content: space-between; gap: 12px; margin: 28px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .78rem; }
.hours strong { white-space: nowrap; }
.button-wide { width: 100%; }
.map-link { display: block; width: fit-content; margin: 18px auto 0; color: var(--purple); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { color: rgba(255,255,255,.78); background: var(--ink); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 58px 0; }
.footer-brand { color: #fff; font-family: var(--display); font-size: 2rem; letter-spacing: -.05em; line-height: .86; }
.footer-brand span { color: var(--lime); font-style: italic; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:first-child { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--lime); }

@media (max-width: 820px) {
    :root { --shell: min(100% - 40px, 620px); }
    .utility-note { display: none; }
    .utility-inner { justify-content: flex-end; }
    .utility-right { gap: 16px; }
    .menu-toggle { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
    .menu-icon { display: grid; gap: 5px; width: 20px; }
    .menu-icon i { display: block; height: 1px; background: currentColor; }
    .site-nav { position: absolute; top: 58px; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; min-width: 220px; padding: 12px 22px; background: var(--ink); box-shadow: 0 14px 28px rgba(0,0,0,.25); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 11px 0; }
    .hero, .hero-inner { min-height: 780px; }
    .hero-inner { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding-top: 100px; padding-bottom: 52px; }
    .hero-stamp { position: static; order: -1; align-self: center; width: min(250px, 70vw); margin: 0 auto 30px; opacity: .96; }
    .hero-copy { max-width: 510px; }
    .scroll-cue { right: 18px; }
    .intro-grid, .feature-grid, .feature-grid-reverse, .visit-grid { grid-template-columns: 1fr; gap: 52px; }
    .intro-details, .feature-copy, .visit-card { max-width: none; }
    .feature-section, .visit-section { padding: 84px 0; }
    .feature-lead { margin-bottom: 36px; }
    .feature-grid-reverse .feature-image { order: -1; }
    .gallery-section { padding-top: 84px; }
    .gallery-heading { margin-bottom: 38px; }
    .gallery-grid { gap: 5px; }
    .gallery-grid img { aspect-ratio: 1 / 1.12; }
    .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-top { padding: 44px 0; }
    .footer-bottom { gap: 6px; }
}

@media (max-width: 480px) {
    :root { --shell: calc(100% - 32px); }
    .utility-right { gap: 14px; font-size: .64rem; }
    .hero, .hero-inner { min-height: 760px; }
    .hero-inner { padding-top: 84px; padding-bottom: 42px; }
    h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
    .hero-lede { font-size: .98rem; }
    .hero-stamp { width: min(210px, 68vw); margin-bottom: 24px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .intro-band { padding: 56px 0 62px; }
    .intro-grid { display: block; }
    .intro-heading h2 { font-size: 3.6rem; white-space: normal; }
    .feature-copy h2, .gallery-heading h2 { font-size: 3.25rem; }
    .image-frame figcaption { position: static; max-width: none; color: var(--ink); background: transparent; padding: 12px 0 0; }
    .audio-section .image-frame figcaption { color: rgba(255,255,255,.7); }
    .gallery-grid { grid-template-columns: 1fr; gap: 8px; }
    .gallery-grid img { aspect-ratio: 1.5; }
    .visit-section h2 { font-size: 4.7rem; }
    .visit-card { padding: 26px; }
    .visit-card address { font-size: 1.72rem; }
    .footer-links { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
