/* ==========================================================================
   Alberts – Store Torv, Aarhus
   Palette: kælder (ink), kalkvæg (cream), kobber (copper)
   ========================================================================== */

:root {
    --ink: #15100c;
    --ink-2: #1e1712;
    --ink-3: #0c0907;
    --cream: #f4ece4;
    --cream-2: #ede2d5;
    --sand: #cdb9a3;
    --line: rgba(120, 90, 60, .28);
    --line-dark: rgba(244, 236, 228, .14);
    --copper: #c8834d;
    --copper-2: #dc9a61;
    --copper-deep: #a9683a;
    --text: #231b15;
    --muted: #6a5a4d;
    --muted-dark: #b3a393;

    --serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
    --sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --logo: "Oswald", "Arial Narrow", sans-serif;

    --container: 1240px;
    --gutter: clamp(20px, 4vw, 48px);
    --section: clamp(72px, 10vw, 136px);
    --header-h: 88px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
    margin: 0;
    background: var(--cream);
    color: var(--text);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -.01em; text-wrap: balance; }
em { font-style: italic; }
figure { margin: 0; }
dl, dd, ul, ol { margin: 0; padding: 0; }
ul, ol { list-style: none; }

:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }

.visually-hidden, .form__hp {
    position: absolute !important; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0 0 0 0); white-space: nowrap;
}

.skip-link {
    position: absolute; left: 16px; top: -60px; z-index: 200;
    background: var(--copper); color: var(--ink); padding: 10px 16px; font-weight: 600;
}
.skip-link:focus { top: 16px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 820px; }

/* ---------- Type ---------- */

.eyebrow {
    margin: 0 0 18px;
    color: var(--copper);
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.eyebrow--lined { display: inline-flex; align-items: center; gap: 18px; }
.eyebrow--lined::before, .eyebrow--lined::after { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .6; }

.section-title { font-size: clamp(2rem, 3.6vw, 3rem); }
.section-title--xl { font-size: clamp(2.3rem, 4.6vw, 3.8rem); }
.section-title em, .hero__title em, .cta__title em { color: var(--copper); }
.section-title + .muted, .section-title + p, .section-title + .prose { margin-top: 24px; }

.lead { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.45; margin-bottom: 1.2em; }
.muted { color: var(--muted); font-size: .95rem; }
.highlight { font-family: var(--serif); color: var(--copper); font-size: clamp(1.3rem, 2.2vw, 1.75rem); line-height: 1.3; margin-top: 28px; }

.price { font-family: var(--serif); color: var(--copper); font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 18px 0 20px; }
.price span { font-family: var(--serif); color: var(--muted); font-size: 1rem; margin-left: 6px; }

.text-link {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--copper-deep); font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
    text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent;
    transition: border-color .25s, color .25s, gap .25s var(--ease);
}
.text-link:hover { border-bottom-color: currentColor; gap: 14px; }
.link-row { display: flex; flex-wrap: wrap; gap: 8px 32px; margin-top: 24px; }

/* ---------- Buttons ---------- */

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 48px; padding: 14px 28px;
    border: 1px solid transparent; border-radius: 0;
    font: 600 .74rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase;
    text-decoration: none; cursor: pointer;
    transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease), box-shadow .25s;
}
.btn--copper { background: var(--copper); color: var(--ink); }
.btn--copper:hover { background: var(--copper-2); transform: translateY(-1px); }
.btn--ghost { border-color: rgba(244, 236, 228, .45); color: var(--cream); background: transparent; }
.btn--ghost:hover { border-color: var(--cream); background: rgba(244, 236, 228, .08); }
.btn--ghost-dark { border-color: var(--sand); color: var(--text); background: transparent; }
.btn--ghost-dark:hover { border-color: var(--text); }
.btn--small { min-height: 42px; padding: 12px 22px; font-size: .7rem; }
.btn--block { width: 100%; }
.btn--glow { box-shadow: 0 10px 40px -10px rgba(200, 131, 77, .65); }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Logo ---------- */

.logo {
    position: relative;
    display: inline-block;
    color: var(--cream);
    font-family: var(--logo);
    font-size: 2.05rem;
    line-height: 1;
    letter-spacing: .07em;
    text-decoration: none;
    transform: scaleY(1.12);
    transform-origin: left center;
}
.logo span {
    display: inline-block;
    font-size: .52em;
    vertical-align: .82em;
    letter-spacing: 0;
    margin-left: .06em;
    border-bottom: 2px solid currentColor;
    line-height: .9;
    padding-bottom: .08em;
}

/* ---------- Header ---------- */

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 50;
    color: var(--cream);
    transition: background .35s, box-shadow .35s, backdrop-filter .35s;
}
.site-header::before {
    content: ""; position: absolute; inset: 0 0 -40px; z-index: -1; pointer-events: none;
    background: linear-gradient(to bottom, rgba(12, 9, 7, .55), transparent);
    transition: opacity .35s;
}
.site-header.is-scrolled {
    background: rgba(18, 13, 10, .92);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 var(--line-dark);
}
.site-header.is-scrolled::before { opacity: 0; }

.site-header__inner {
    display: flex; align-items: center; gap: 32px;
    max-width: 1440px; margin: 0 auto;
    height: var(--header-h); padding: 0 var(--gutter);
    transition: height .35s var(--ease);
}
.site-header.is-scrolled .site-header__inner { height: 72px; }
.site-header__cta { margin-left: auto; }

.nav { margin: 0 auto; }
.nav__list { display: flex; gap: clamp(14px, 2vw, 30px); }
.nav__item { position: relative; }
.nav__link {
    display: block; padding: 10px 0;
    font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
    text-decoration: none; color: rgba(244, 236, 228, .86);
    transition: color .2s;
}
.nav__link:hover, .nav__link.is-active { color: var(--copper-2); }

.nav__sub {
    position: absolute; left: -22px; top: 100%;
    min-width: 250px; padding: 12px 0;
    background: var(--ink-2); border: 1px solid var(--line-dark);
    box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .7);
    opacity: 0; visibility: hidden; transform: translateY(6px);
    transition: opacity .2s, transform .2s var(--ease), visibility .2s;
}
.nav__item:hover .nav__sub, .nav__item:focus-within .nav__sub { opacity: 1; visibility: visible; transform: none; }
.nav__sub a {
    display: block; padding: 9px 22px; font-size: .9rem; text-decoration: none; color: rgba(244, 236, 228, .82);
}
.nav__sub a:hover, .nav__sub a.is-active { color: var(--copper-2); background: rgba(244, 236, 228, .04); }

.menu-toggle {
    display: none; width: 44px; height: 44px; margin-right: -10px;
    background: none; border: 0; color: inherit; cursor: pointer;
}
.menu-toggle__bars, .menu-toggle__bars::before, .menu-toggle__bars::after {
    display: block; width: 24px; height: 1.5px; margin: 0 auto; background: currentColor; position: relative;
    transition: transform .3s var(--ease), background .2s;
}
.menu-toggle__bars::before, .menu-toggle__bars::after { content: ""; position: absolute; left: 0; }
.menu-toggle__bars::before { top: -7px; }
.menu-toggle__bars::after { top: 7px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__bars { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__bars::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__bars::after { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
    position: fixed; inset: 0; z-index: -1;
    padding: calc(var(--header-h) + 16px) var(--gutter) 40px;
    background: var(--ink); overflow-y: auto;
}
.mobile-menu__list > li { border-bottom: 1px solid var(--line-dark); }
.mobile-menu__link {
    display: block; padding: 16px 0;
    font-family: var(--serif); font-size: 1.7rem; text-decoration: none; color: var(--cream);
}
.mobile-menu__link.is-active { color: var(--copper); }
.mobile-menu__sub { padding: 0 0 16px 2px; display: grid; gap: 6px; }
.mobile-menu__sub a { color: var(--muted-dark); text-decoration: none; font-size: .95rem; }
.mobile-menu__footer { display: grid; gap: 12px; margin-top: 32px; }

.mobile-bar { display: none; }

/* ---------- Hero ---------- */

.hero {
    position: relative; isolation: isolate;
    display: flex; align-items: flex-end;
    min-height: clamp(480px, 68vh, 720px);
    padding: calc(var(--header-h) + 60px) 0 clamp(56px, 8vw, 96px);
    background: var(--ink); color: var(--cream);
    overflow: hidden;
}
.hero__image {
    position: absolute; inset: 0; z-index: -2;
    width: 100%; height: 100%; object-fit: cover;
    animation: hero-zoom 18s ease-out both;
}
.hero__overlay {
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(90deg, rgba(12, 9, 7, .82) 0%, rgba(12, 9, 7, .55) 45%, rgba(12, 9, 7, .2) 100%),
        linear-gradient(0deg, rgba(12, 9, 7, .6) 0%, transparent 45%);
}
.hero__content { position: relative; }
.hero__title { font-size: clamp(2.6rem, 6.6vw, 5.6rem); line-height: 1.04; max-width: 15ch; }
.hero__title em { display: inline; }
.hero__text { max-width: 520px; margin: 26px 0 0; color: rgba(244, 236, 228, .82); font-size: clamp(1rem, 1.3vw, 1.1rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

.hero--home { min-height: 100svh; align-items: center; text-align: center; }
.hero--home .hero__overlay {
    background:
        radial-gradient(ellipse at center, rgba(12, 9, 7, .35) 0%, rgba(12, 9, 7, .75) 70%),
        linear-gradient(0deg, rgba(12, 9, 7, .7), transparent 40%);
}
.hero--home .hero__title { margin: 0 auto; font-size: clamp(2.8rem, 7.4vw, 6.4rem); }
.hero--home .hero__title em { display: block; }
.hero--home .hero__text { margin-left: auto; margin-right: auto; }
.hero--home .hero__actions { justify-content: center; }
.hero__scroll {
    position: absolute; left: 50%; bottom: 28px; translate: -50% 0;
    display: grid; place-items: center; width: 44px; height: 44px;
    color: rgba(244, 236, 228, .7); animation: bob 2.4s ease-in-out infinite;
}

@keyframes hero-zoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes bob { 50% { transform: translateY(6px); } }

/* ---------- Sections ---------- */

.section { padding: var(--section) 0; position: relative; }
.section--light { background: var(--cream); }
.section--sand { background: var(--cream-2); }
.section--dark { background: var(--ink); color: var(--cream); }
.section--dark .muted { color: var(--muted-dark); }
.section--dark .text-link { color: var(--copper-2); }
.section--dark .rows, .section--dark .row { border-color: var(--line-dark); }
.section--dark .row__text { color: var(--muted-dark); }
.section--dark .split__main--ruled { border-color: var(--line-dark); }
.section--flush { padding: 0; }
.section--light + .section--light { padding-top: 0; }

.section-head { margin-bottom: clamp(40px, 5vw, 64px); max-width: 760px; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: none; flex-wrap: wrap; }

.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.split--center { align-items: center; }
.split__aside .section-title { margin-bottom: 8px; }
.split__main--ruled { border-left: 1px solid var(--line); padding-left: clamp(24px, 4vw, 56px); }
.split--text .split__aside { position: sticky; top: 110px; }
.split--info { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: center; }
.split--contact { grid-template-columns: 1fr 1fr; }

/* List rows (cocktails, tapas, practical info) */
.rows { border-top: 1px solid var(--line); }
.row {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 12px 40px;
    padding: 24px 0; border-bottom: 1px solid var(--line);
}
.row--single { grid-template-columns: 1fr; }
.row__title { font-size: clamp(1.2rem, 1.8vw, 1.45rem); }
.row__text { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }

/* Cards */
.cards { display: grid; gap: 0; }
.cards--1 { grid-template-columns: 1fr; }
.cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
    position: relative; display: flex; flex-direction: column;
    padding: clamp(28px, 3vw, 40px);
    background: var(--cream-2);
    border: 1px solid var(--sand);
    margin: 0 -1px -1px 0;
    transition: background .3s, transform .3s var(--ease);
}
.card--linked:hover { background: #e8dbcb; }
.card__eyebrow { margin: 0 0 14px; color: var(--copper); font-size: .7rem; font-weight: 600; letter-spacing: .2em; }
.card__title { font-size: clamp(1.45rem, 2vw, 1.85rem); margin-bottom: 14px; }
.card__text { color: var(--muted); font-size: .92rem; }
.card__link { margin-top: auto; align-self: flex-start; }
.card__link::after { content: ""; position: absolute; inset: 0; }
.section--dark .card { background: var(--ink-2); border-color: var(--line-dark); }
.section--dark .card__text { color: var(--muted-dark); }

/* Image + text */
.media-text { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.media-text__media { position: relative; overflow: hidden; }
.media-text__media img { width: 100%; aspect-ratio: 4 / 4.2; object-fit: cover; transition: transform 1.2s var(--ease); }
.media-text:hover .media-text__media img { transform: scale(1.03); }
.media-text--right .media-text__media { order: 2; }
.media-text__body { max-width: 540px; }
.badge {
    position: absolute; right: 0; bottom: 0;
    padding: 14px 22px; background: var(--ink); color: var(--cream);
    font-family: var(--serif); font-size: 1.3rem;
    z-index: 1;
}

.media-text--bleed { gap: 0; min-height: clamp(460px, 48vw, 640px); align-items: stretch; }
.media-text--bleed .media-text__media img { height: 100%; aspect-ratio: auto; }
.media-text--bleed .media-text__media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, var(--ink) 0%, rgba(21, 16, 12, 0) 38%);
}
.media-text--bleed:not(.media-text--right) .media-text__media::after { background: linear-gradient(270deg, var(--ink) 0%, rgba(21, 16, 12, 0) 38%); }
.media-text--bleed .media-text__body {
    align-self: center; padding: var(--section) var(--gutter);
    margin-left: max(0px, calc((100vw - var(--container)) / 2));
}
.media-text--bleed:not(.media-text--right) .media-text__body { margin-left: 0; margin-right: max(0px, calc((100vw - var(--container)) / 2)); }
.media-text--bleed .section-title em { display: block; }

.media-text--boxed { gap: 0; background: var(--cream-2); border: 1px solid var(--sand); align-items: stretch; }
.media-text--boxed .media-text__media img { height: 100%; aspect-ratio: 4 / 3.2; }
.media-text--boxed .media-text__body { padding: clamp(32px, 5vw, 72px); align-self: center; }

/* Info boxes */
.info-boxes { display: grid; gap: 16px; }
.info-box { padding: clamp(28px, 3vw, 40px); border: 1px solid var(--sand); background: var(--cream); }
.info-box .eyebrow { margin-bottom: 10px; }
.info-box__title { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.3rem); line-height: 1.1; }
.info-box__subtitle { margin: 10px 0 0; color: var(--muted); }
.info-box__highlight { margin: 16px 0 0; font-family: var(--serif); color: var(--copper); font-size: 1.3rem; }
.info-box__text { margin: 18px 0 0; color: var(--muted); font-size: .88rem; }

/* Events */
.events { display: grid; }
.events--2 { grid-template-columns: repeat(2, 1fr); }
.events--3 { grid-template-columns: repeat(3, 1fr); }
.event { padding: 12px clamp(24px, 4vw, 48px) 12px 0; }
.event + .event { border-left: 1px solid var(--line-dark); padding-left: clamp(24px, 4vw, 48px); }
.event__title { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.event__time { margin: 10px 0 0; color: var(--muted-dark); letter-spacing: .04em; }
.event__highlight { margin: 22px 0 0; font-family: var(--serif); color: var(--copper-2); font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.event__text { margin-top: 16px; color: var(--muted-dark); font-size: .9rem; }

/* Timeline */
.timeline { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.timeline__media { position: sticky; top: 110px; }
.timeline__media img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; }
.timeline__list { border-left: 1px solid var(--copper); padding-left: clamp(24px, 4vw, 48px); }
.timeline__item { position: relative; padding-bottom: 40px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
    content: ""; position: absolute; left: calc(-1 * clamp(24px, 4vw, 48px) - 4.5px); top: 4px;
    width: 8px; height: 8px; border-radius: 50%; background: var(--copper);
}
.timeline__item .eyebrow { margin-bottom: 8px; }
.timeline__text { margin: 0; font-family: var(--serif); font-size: clamp(1.2rem, 1.9vw, 1.5rem); line-height: 1.5; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq__item { padding: 26px 0; border-bottom: 1px solid var(--line); }
.faq__q { font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.45rem); margin-bottom: 8px; }
.faq__a { color: var(--muted); font-size: .95rem; }

/* Menus */
.menus { display: grid; gap: 24px; }
.menus--1 { max-width: 620px; }
.menus--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.menus--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.menu { display: flex; flex-direction: column; padding: clamp(28px, 3vw, 36px); border: 1px solid var(--sand); background: var(--cream); }
.menu__title { font-size: clamp(1.8rem, 2.8vw, 2.3rem); }
.menu__subtitle { margin: 12px 0 0; color: var(--copper); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.menu__dishes { margin: 26px 0 28px; display: grid; gap: 8px; font-size: .9rem; color: var(--text); }
.menu__dishes li { padding-left: 14px; position: relative; }
.menu__dishes li::before { content: "·"; position: absolute; left: 0; color: var(--copper); font-weight: 700; }
.menu__prices { margin-top: auto; border-top: 1px solid var(--line); }
.menu__price { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.menu__price:last-child { border-bottom: 0; }
.menu__price dd { white-space: nowrap; color: var(--muted); }
.menu__price strong { color: var(--copper-deep); font-weight: 600; }
.note { margin-top: 24px; padding: 28px clamp(24px, 3vw, 36px); border: 1px solid var(--sand); }
.note .eyebrow { margin-bottom: 8px; }
.note p:last-child { margin: 0; }

/* Gallery */
.gallery { columns: 4 260px; column-gap: 12px; }
.gallery__item { display: block; margin-bottom: 12px; overflow: hidden; break-inside: avoid; background: var(--cream-2); }
.gallery__item img { width: 100%; transition: transform .8s var(--ease), filter .4s; }
.gallery__item:hover img { transform: scale(1.04); filter: brightness(1.05); }

/* Schedule */
.schedule { border-top: 1px solid var(--line); }
.schedule__row {
    position: relative;
    display: grid; grid-template-columns: minmax(150px, 1.1fr) minmax(0, 2fr) minmax(110px, .9fr) minmax(0, 1.2fr);
    gap: 16px; align-items: baseline;
    padding: 22px 0; border-bottom: 1px solid var(--line);
    transition: background .3s, padding .3s var(--ease);
}
.schedule__days { font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.schedule__title { font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
.schedule__title a { text-decoration: none; }
.schedule__title a:hover { color: var(--copper-deep); }
.schedule__time { color: var(--muted); font-variant-numeric: tabular-nums; }
.schedule__note { color: var(--copper-deep); font-size: .88rem; text-align: right; }
.schedule__today {
    display: none; margin-left: 10px; padding: 3px 8px; vertical-align: middle;
    background: var(--copper); color: var(--ink);
    font: 600 .6rem/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase;
}
.schedule__row.is-today { background: var(--cream-2); padding-left: 18px; padding-right: 18px; }
.schedule__row.is-today::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--copper); }
.schedule__row.is-today .schedule__today { display: inline-block; }
.today-status {
    display: inline-flex; align-items: center; gap: 10px; margin: 0 0 8px;
    color: var(--muted); font-size: .9rem;
}
.today-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 4px rgba(200, 131, 77, .2); }

/* Contact */
.contact-lines { display: grid; gap: 22px; align-content: start; }
.contact-line { display: flex; gap: 20px; margin: 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.2; }
.contact-line svg { flex: none; width: 24px; height: 24px; margin-top: 4px; color: var(--copper); }
.contact-line a { text-decoration: none; }
.contact-line a:hover { color: var(--copper-deep); }
.hours { border-top: 1px solid var(--line); }
.hours__row { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.hours__row dt { font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding-top: 3px; }
.hours__row dd { color: var(--muted); }
.hours__row.is-today dt { color: var(--copper-deep); }
.map { margin-top: clamp(48px, 6vw, 80px); border: 1px solid var(--sand); }
.map iframe { display: block; width: 100%; height: clamp(300px, 36vw, 440px); border: 0; filter: grayscale(.85) sepia(.25) contrast(1.02); }

/* Rich text */
.prose { font-size: 1rem; color: var(--text); }
.prose > * + * { margin-top: 1em; }
.prose p { margin: 0; }
.prose p + p { margin-top: 1em; }
.prose h2, .prose h3 { margin-top: 1.6em; font-size: 1.5rem; }
.prose ul { list-style: none; padding: 0; }
.prose ul li { position: relative; padding-left: 18px; margin: 6px 0; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 1px; background: var(--copper); }
.prose a { color: var(--copper-deep); }
.prose strong { font-weight: 600; }
.section--dark .prose { color: var(--muted-dark); }
.split__main .prose { color: var(--muted); margin: 24px 0 20px; }

/* ---------- CTA ---------- */

.cta {
    position: relative; overflow: hidden;
    padding: clamp(96px, 12vw, 150px) 0;
    background:
        radial-gradient(ellipse 60% 70% at 50% 45%, rgba(120, 72, 38, .32), transparent 70%),
        var(--ink);
    color: var(--cream); text-align: center;
}
.cta::after {
    content: ""; position: absolute; left: 50%; bottom: 0; translate: -50% 0;
    width: 180px; height: 1px; background: linear-gradient(90deg, transparent, var(--copper), transparent); opacity: .6;
}
.cta__inner { max-width: 820px; }
.cta__title { font-size: clamp(2.3rem, 6vw, 4.6rem); line-height: 1.08; }
.cta__title em { display: block; }
.cta__text { max-width: 520px; margin: 28px auto 0; color: var(--muted-dark); }
.cta .btn { margin-top: 40px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--ink-3); color: var(--muted-dark); padding: 80px 0 0; font-size: .92rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 64px; }
.site-footer .logo { margin-bottom: 22px; }
.site-footer__text { max-width: 280px; }
.site-footer__heading { margin: 8px 0 22px; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--cream); }
.site-footer__links { display: grid; gap: 8px; }
.site-footer a { text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: var(--copper-2); }
.site-footer__small { font-size: .82rem; opacity: .75; }
.site-footer__bottom { border-top: 1px solid var(--line-dark); padding: 24px var(--gutter); text-align: center; font-size: .78rem; opacity: .7; }
.icon-line { display: flex; gap: 12px; }
.icon-line svg { flex: none; width: 17px; height: 17px; margin-top: 3px; color: var(--copper); }
.social { display: flex; gap: 10px; margin-top: 24px; }
.social a {
    display: grid; place-items: center; width: 40px; height: 40px;
    border: 1px solid var(--line-dark); color: var(--cream);
    transition: border-color .2s, color .2s;
}
.social a:hover { border-color: var(--copper); }
.social svg { width: 17px; height: 17px; }

/* ---------- Modals ---------- */

.modal {
    width: min(560px, calc(100vw - 24px)); max-height: calc(100dvh - 24px);
    padding: 0; border: 1px solid var(--sand);
    background: var(--cream); color: var(--text);
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7);
    overflow: auto;
}
.modal::backdrop { background: rgba(8, 6, 4, .78); backdrop-filter: blur(3px); }
.modal[open] { animation: modal-in .35s var(--ease); }
.modal__body, .modal__success { padding: clamp(28px, 5vw, 44px); }
.modal__title { font-size: clamp(1.8rem, 4vw, 2.3rem); margin-bottom: 14px; }
.modal__intro { color: var(--muted); font-size: .92rem; }
.modal__note { margin: 18px 0 0; color: var(--muted); font-size: .8rem; }
.modal__note a { color: var(--copper-deep); }
.modal__success p { color: var(--muted); }
.modal__success .btn { margin-top: 10px; }
.modal__close {
    position: absolute; right: 12px; top: 12px; z-index: 1;
    display: grid; place-items: center; width: 40px; height: 40px;
    background: none; border: 0; color: var(--text); cursor: pointer;
}
.modal__close svg { width: 14px; height: 14px; }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px); } }

.form { margin-top: 26px; display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__row--3 { grid-template-columns: 1.3fr 1fr .8fr; }
.field { display: grid; gap: 6px; }
.field label { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.field input, .field select, .field textarea {
    width: 100%; min-height: 46px; padding: 11px 13px;
    background: var(--cream-2); border: 1px solid var(--sand); border-radius: 0;
    color: var(--text); font: inherit; font-size: 16px;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--copper); background: #f7f0e8; box-shadow: 0 0 0 3px rgba(200, 131, 77, .18);
}
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #b4452b; }
.field__error { margin: 0; min-height: 0; color: #a23c24; font-size: .78rem; }
.field__error:empty { display: none; }
.form__status { margin: 0; font-size: .85rem; color: #a23c24; }
.form__status:empty { display: none; }
.form.is-sending button[type="submit"] { opacity: .6; pointer-events: none; }

/* Lightbox */
.lightbox {
    width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0;
    padding: 0; border: 0; background: rgba(8, 6, 4, .95);
    display: none; place-items: center;
}
.lightbox[open] { display: grid; }
.lightbox::backdrop { background: transparent; }
.lightbox__image { max-width: min(92vw, 1400px); max-height: 86dvh; object-fit: contain; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.lightbox__close, .lightbox__nav {
    position: absolute; display: grid; place-items: center;
    width: 52px; height: 52px; background: rgba(244, 236, 228, .06); border: 1px solid var(--line-dark);
    color: var(--cream); font-size: 1.2rem; cursor: pointer;
}
.lightbox__close { right: 20px; top: 20px; }
.lightbox__close svg { width: 16px; height: 16px; }
.lightbox__nav--prev { left: 20px; top: 50%; translate: 0 -50%; }
.lightbox__nav--next { right: 20px; top: 50%; translate: 0 -50%; }
.lightbox__close:hover, .lightbox__nav:hover { border-color: var(--copper); color: var(--copper-2); }

/* ---------- Reveal on scroll ---------- */

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
    .nav__list { gap: 16px; }
    .cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1099px) {
    :root { --header-h: 72px; }
    .nav, .site-header__cta { display: none; }
    .menu-toggle { display: block; margin-left: auto; }
    .site-header.menu-open { background: var(--ink); backdrop-filter: none; }
    .site-header.menu-open::before { opacity: 0; }

    .mobile-bar {
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
        display: grid; grid-template-columns: 1fr 2fr;
        background: var(--ink); border-top: 1px solid var(--line-dark);
        padding-bottom: env(safe-area-inset-bottom);
        transform: translateY(100%); transition: transform .35s var(--ease);
    }
    .mobile-bar.is-visible { transform: none; }
    .mobile-bar__item {
        display: grid; place-items: center; min-height: 56px;
        color: var(--cream); text-decoration: none;
        font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
    }
    .mobile-bar__item--primary { background: var(--copper); color: var(--ink); }
    .site-footer { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
}

@media (max-width: 860px) {
    .hero__overlay {
        background: linear-gradient(0deg, rgba(12, 9, 7, .92) 0%, rgba(12, 9, 7, .6) 55%, rgba(12, 9, 7, .45) 100%);
    }
    .split, .split--info, .split--contact, .media-text, .timeline { grid-template-columns: 1fr; }
    .split--text .split__aside, .timeline__media { position: static; }
    .split__main--ruled { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 32px; }
    .media-text--right .media-text__media { order: 0; }
    .media-text--bleed .media-text__media { max-height: 60vh; }
    .media-text--bleed .media-text__media::after,
    .media-text--bleed:not(.media-text--right) .media-text__media::after { background: linear-gradient(0deg, var(--ink) 0%, rgba(21, 16, 12, 0) 45%); }
    .media-text--bleed .media-text__body,
    .media-text--bleed:not(.media-text--right) .media-text__body { margin: 0; padding-top: 16px; }
    .cards--3, .cards--2 { grid-template-columns: 1fr; }
    .events--2, .events--3 { grid-template-columns: 1fr; }
    .event { padding: 28px 0; }
    .event + .event { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-dark); }
    .menus--2, .menus--3 { grid-template-columns: 1fr; }
    .schedule__row { grid-template-columns: 1fr auto; gap: 4px 16px; }
    .schedule__days { grid-column: 1 / -1; }
    .schedule__note { text-align: left; grid-column: 1 / -1; }
    .row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .cards--4 { grid-template-columns: 1fr; }
    .form__row, .form__row--3 { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .hours__row { grid-template-columns: 1fr; gap: 4px; }
    .hero__actions .btn { flex: 1 1 100%; }
    .gallery { columns: 2; column-gap: 8px; }
    .gallery__item { margin-bottom: 8px; }
    .lightbox__nav { top: auto; bottom: 20px; translate: none; }
}
