:root {
  --teal: #25545e;
  --teal-dark: #17373e;
  --night: #111718;
  --chalk: #f6f7f3;
  --white: #fff;
  --wine: #81293d;
  --signal: #f2c94c;
  --mist: #dce3e1;
  --muted: #5d696b;
  --focus: #006fe6;
  --content: 82rem;
  --pad: clamp(1rem, 3vw, 2.5rem);
  --heading: Arial, Helvetica, sans-serif;
  --utility: Arial, Helvetica, sans-serif;
  --body: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; background: var(--chalk); color: var(--night); font-family: var(--body); font-size: 1.05rem; line-height: 1.6; }
body, button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: .08em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--signal); color: var(--night); font-weight: 700; left: 1rem; padding: .65rem 1rem; position: fixed; top: -6rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.management-toolbar { align-items: center; background: var(--white); border-bottom: 1px solid var(--mist); display: flex; flex-wrap: wrap; gap: .45rem 1rem; justify-content: space-between; padding: .45rem max(var(--pad), calc((100vw - var(--content)) / 2)); }
.management-toolbar p { align-items: center; display: flex; font-size: .7rem; font-weight: 700; gap: .45rem; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.management-dot { background: #298b57; border-radius: 50%; height: .55rem; width: .55rem; }
.management-modes { display: flex; gap: .15rem; overflow-x: auto; }
.mode-button { background: transparent; border: 0; border-bottom: 2px solid transparent; cursor: pointer; font-size: .75rem; font-weight: 700; padding: .35rem .55rem; white-space: nowrap; }
.mode-button.is-active { border-color: var(--wine); color: var(--wine); }

.site-header { align-items: center; background: var(--night); color: var(--white); display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 4.5rem; padding: .7rem var(--pad); position: sticky; top: 0; z-index: 50; }
.brand { align-items: center; display: flex; height: 3rem; max-width: 15.5rem; padding-right: 1rem; }
.brand img { filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(509%) hue-rotate(347deg) brightness(104%) contrast(95%); height: auto; object-fit: contain; object-position: left center; width: 100%; }
.menu-toggle { align-items: center; background: var(--signal); border: 0; cursor: pointer; display: flex; font-family: var(--utility); font-size: .82rem; font-weight: 700; gap: .6rem; padding: .7rem .8rem; transition: transform 140ms var(--ease-out); }
.menu-toggle:active { transform: scale(.97); }
.menu-symbol, .menu-symbol::before, .menu-symbol::after { background: var(--night); display: block; height: 2px; width: 1rem; }
.menu-symbol { position: relative; }
.menu-symbol, .menu-symbol::before, .menu-symbol::after { transition: background-color 100ms linear, transform 160ms var(--ease-out); }
.menu-symbol::before, .menu-symbol::after { content: ""; left: 0; position: absolute; }
.menu-symbol::before { top: -.32rem; }
.menu-symbol::after { top: .32rem; }
.menu-toggle[aria-expanded="true"] .menu-symbol { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-symbol::before { transform: translateY(.32rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-symbol::after { transform: translateY(-.32rem) rotate(-45deg); }
.site-nav { background: var(--night); grid-column: 1 / -1; padding-top: .6rem; }
.site-nav[data-open="false"] { display: none; }
.site-nav[data-open="true"] { display: grid; }
.site-nav a { border-top: 1px solid #354244; font-weight: 700; opacity: 0; padding: .75rem 0; text-decoration: none; transform: translateY(-.35rem); transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
.site-nav[data-open="true"] a { opacity: 1; transform: translateY(0); }
.site-nav[data-open="true"] a:nth-child(2) { transition-delay: 30ms; }
.site-nav[data-open="true"] a:nth-child(3) { transition-delay: 60ms; }
.site-nav[data-open="true"] a:nth-child(4) { transition-delay: 90ms; }
.site-nav[data-open="true"] a:nth-child(5) { transition-delay: 120ms; }
.site-nav[data-open="true"] a:nth-child(6) { transition-delay: 150ms; }
.site-nav a:hover { color: var(--signal); }
.site-nav .nav-cta { color: var(--signal); }

main { min-height: 60vh; }
.view { display: none; }
.view.is-active { display: block; }

.hero { background: var(--teal); color: var(--white); display: grid; }
.hero-photo { min-height: 20rem; overflow: hidden; position: relative; }
.hero-photo::after { background: linear-gradient(180deg, transparent 55%, rgba(17, 23, 24, .76)); content: ""; inset: 0; position: absolute; }
.hero-photo img { height: 100%; object-fit: cover; width: 100%; }
.image-note { bottom: .75rem; color: rgba(255,255,255,.8); font-size: .68rem; left: 1rem; margin: 0; max-width: calc(100% - 2rem); position: absolute; z-index: 1; }
.hero-copy { align-content: center; display: grid; gap: 1.25rem; padding: clamp(2rem, 6vw, 3.75rem) var(--pad); }
.place-line { font-family: var(--utility); font-size: .78rem; font-weight: 700; margin: 0; }
.hero-logo { height: auto; object-fit: contain; width: min(100%, 12rem); }
.activity-statement { display: grid; font-family: var(--heading); font-size: clamp(1.15rem, 2.4vw, 1.45rem); font-weight: 800; gap: .08rem; letter-spacing: -.012em; line-height: 1.25; margin: 0; }
.activity-statement span { display: block; }
.hero-actions, .section-actions, .editor-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .7rem; }
.button { border: 2px solid currentColor; cursor: pointer; display: inline-block; font-family: var(--utility); font-size: .86rem; font-weight: 700; padding: .72rem 1rem; text-align: center; text-decoration: none; }
.button-light { background: var(--white); border-color: var(--white); color: var(--night); }
.button-outline-light { background: transparent; border-color: var(--white); color: var(--white); }
.button-dark { background: var(--night); border-color: var(--night); color: var(--white); }
.button-secondary { background: var(--white); border-color: var(--night); color: var(--night); }
.button:hover { transform: translateY(-2px); }

.now-section, .place-section, .practical-section, .request-section { margin: auto; max-width: var(--content); padding: clamp(2.5rem, 5vw, 3.75rem) var(--pad); }
.section-intro { display: grid; gap: .75rem; margin-bottom: 2rem; max-width: 48rem; }
.eyebrow, .card-kicker, .form-context { color: var(--wine); font-family: var(--utility); font-size: .78rem; font-weight: 800; letter-spacing: .04em; margin: 0; text-transform: uppercase; }
h2, h3, h1 { font-weight: 400; }
.section-intro h2, .editorial-copy h2, .place-heading h2, .exhibition-current h2, .practical-section h2, .request-intro h2, .editor-heading h1 { font-family: var(--heading); font-size: clamp(1.7rem, 3.6vw, 2.65rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.16; margin: 0; }
.now-grid { display: grid; gap: 1.25rem; }
.live-card { background: var(--white); border: 1px solid var(--mist); display: grid; gap: 1rem; padding: clamp(1rem, 3vw, 1.5rem); }
.live-card header { align-items: start; display: flex; gap: 1rem; justify-content: space-between; }
.live-card h3, .association-card h3 { font-family: var(--heading); font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -.018em; line-height: 1.2; margin: .25rem 0 0; }
.live-state { background: var(--mist); font-size: .68rem; font-weight: 700; padding: .35rem .5rem; white-space: nowrap; }
.menu-card .live-state { background: var(--signal); }
.document-preview { align-content: center; aspect-ratio: 210 / 297; background: var(--teal); color: var(--white); display: grid; gap: .7rem; justify-items: start; overflow: hidden; padding: clamp(1.25rem, 5vw, 2.5rem); position: relative; }
.menu-card .document-preview { background: var(--wine); }
.document-preview::after { border: 1px solid rgba(255,255,255,.35); content: ""; inset: .75rem; pointer-events: none; position: absolute; }
.document-preview img { height: 100%; inset: 0; object-fit: contain; padding: .75rem; position: absolute; width: 100%; }
.document-preview strong { font-family: var(--heading); font-size: clamp(1.3rem, 3vw, 1.75rem); font-weight: 800; line-height: 1.2; max-width: 22rem; }
.document-preview small { max-width: 19rem; }
.document-format { font-family: var(--utility); font-size: .65rem; letter-spacing: .08em; }
.document-meta, .sandwich-note { font-size: .85rem; margin: 0; }
.sandwich-note { border-top: 1px solid var(--mist); padding-top: .9rem; }
.card-actions { align-items: center; display: flex; flex-wrap: wrap; font-weight: 700; gap: .8rem; justify-content: space-between; }
.text-button { background: transparent; border: 0; cursor: pointer; padding: .25rem 0; text-decoration: underline; text-underline-offset: .22em; }

.editorial-section { background: var(--white); display: grid; }
.editorial-photo { min-height: 24rem; }
.editorial-photo img { height: 100%; object-fit: cover; width: 100%; }
.editorial-copy { align-content: center; display: grid; gap: 1.25rem; padding: clamp(2.5rem, 5vw, 3.75rem) var(--pad); }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); margin: 0; max-width: 42rem; }
.fact-list { border-top: 1px solid var(--mist); margin: 0; }
.fact-list div { border-bottom: 1px solid var(--mist); display: grid; gap: .25rem; padding: .85rem 0; }
.fact-list dt { font-family: var(--utility); font-size: .9rem; font-weight: 800; }
.fact-list dd { margin: 0; }
.inline-link { font-weight: 700; }

.place-heading { display: grid; gap: 1rem; margin-bottom: 2.5rem; }
.place-heading > p { font-size: 1.1rem; margin: 0; max-width: 38rem; }
.association-grid { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.association-card { background: var(--white); border-bottom: 6px solid var(--teal); overflow: hidden; }
.association-card:nth-child(2) { border-color: var(--wine); }
.association-card:nth-child(3) { border-color: var(--signal); }
.association-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.association-card-image { display: block; overflow: hidden; }
.association-card-image:hover img { transform: scale(1.02); }
.association-card-image img { transition: transform .18s ease-out; }
.association-card > div { padding: 1.1rem; }
.association-card h3 a { text-decoration: none; }
.association-summary { margin: 1rem 0; }
.association-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0 0; }
.association-actions a { font-weight: 700; }

.association-page { background: var(--chalk); }
.association-page-main { margin: auto; max-width: var(--content); padding: 2rem var(--pad) 5rem; }
.breadcrumb { color: var(--muted); display: inline-block; font-size: .9rem; margin-bottom: 1.5rem; }
.association-page-hero { background: var(--white); display: grid; margin-bottom: 2rem; }
.association-page-hero img { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; width: 100%; }
.association-page-copy { align-content: center; display: grid; gap: 1rem; padding: clamp(1.5rem, 5vw, 4rem); }
.association-page-copy h1 { font-family: var(--heading); font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.14; margin: 0; }
.association-page-copy .lead { margin: 0; }
.association-content { display: grid; gap: 1rem; }
.association-content section { background: var(--white); border-left: 5px solid var(--teal); padding: clamp(1.25rem, 3vw, 2rem); }
.association-content section:nth-child(2) { border-color: var(--wine); }
.association-content section:nth-child(3) { border-color: var(--signal); }
.association-content h2 { font-family: var(--heading); font-size: clamp(1.3rem, 2.5vw, 1.65rem); font-weight: 800; letter-spacing: -.015em; margin: 0 0 .6rem; }
.association-content p { margin: .6rem 0; max-width: 48rem; }
.association-page-contact { background: var(--night) !important; border: 0 !important; color: var(--white); }
.association-page-contact h2 { color: var(--signal); }
.association-page-contact a { font-weight: 700; }

.exhibition-section { background: var(--teal-dark); color: var(--white); display: grid; }
.exhibition-current { align-content: center; display: grid; gap: 1.4rem; padding: clamp(3rem, 6vw, 5rem) var(--pad); }
.exhibition-current .eyebrow { color: var(--signal); }
.exhibition-current p { max-width: 40rem; }
.light-link { color: var(--white); }
.archive-exhibition { margin: 0; min-height: 23rem; position: relative; }
.archive-exhibition img { height: 100%; object-fit: cover; width: 100%; }
.archive-exhibition figcaption { background: rgba(17,23,24,.86); bottom: 0; font-size: .7rem; left: 0; padding: .75rem 1rem; position: absolute; right: 0; }

.practical-section > header { margin-bottom: 2.5rem; }
.updated { color: var(--muted); font-size: .75rem; }
.practical-grid { display: grid; gap: 1px; background: var(--night); border: 1px solid var(--night); }
.practical-grid article { background: var(--white); min-height: 12rem; padding: 1.25rem; }
.practical-grid h3 { font-family: var(--utility); font-size: 1rem; font-weight: 800; }
.practical-main { background: var(--signal) !important; }
.practical-main a { font-family: var(--utility); }

.request-section { border-top: 1px solid var(--mist); }
.request-intro { margin-bottom: 2.5rem; max-width: 48rem; }
.request-layout { display: block; }
.request-types { display: grid; gap: .5rem; }
.request-choice { background: var(--white); border: 1px solid var(--mist); cursor: pointer; display: grid; gap: .15rem; padding: 1rem; text-align: left; }
.request-choice strong { font-size: 1rem; }
.request-choice span { color: var(--muted); font-size: .78rem; }
.request-choice:hover, .request-choice.is-active { background: var(--teal); border-color: var(--teal); color: var(--white); }
.request-choice:hover span, .request-choice.is-active span { color: #dbe8e8; }
.request-form-panel { background: var(--white); border: 1px solid var(--mist); margin: 1.5rem auto 0; max-width: 58rem; padding: clamp(1rem, 3vw, 2rem); }
#contact-form header { border-bottom: 4px solid var(--teal); margin-bottom: 1.25rem; padding-bottom: 1rem; }
#contact-form h3 { font-family: var(--heading); font-size: 2rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.1; margin: .25rem 0; }
.form-grid { display: grid; gap: .85rem; }
.form-grid label { display: grid; font-weight: 700; gap: .35rem; }
.form-grid label span { color: var(--muted); font-size: .72rem; font-weight: 400; }
.form-grid input, .form-grid textarea { background: var(--chalk); border: 1px solid #8b9698; border-radius: 0; min-height: 2.7rem; padding: .6rem; width: 100%; }
.field-sandwiches { border: 1px solid var(--mist); display: grid; gap: .55rem; grid-column: 1 / -1; padding: 1rem; }
.field-sandwiches[hidden] { display: none; }
.field-sandwiches legend { font-family: var(--utility); font-size: .75rem; padding: 0 .3rem; text-transform: uppercase; }
.field-sandwiches label { align-items: center; display: grid; font-size: .85rem; gap: .5rem; grid-template-columns: 1fr 4rem; }
.privacy-note { color: var(--muted); font-size: .75rem; }
.request-success { align-content: center; background: var(--teal); color: var(--white); display: grid; min-height: 17rem; padding: 2rem; }
.request-success[hidden] { display: none; }
.request-success strong { font-family: var(--heading); font-size: 2rem; font-weight: 800; }
.request-error { background: #fff1ed; border: 1px solid #b43a26; color: #7e2115; margin: 1rem 0 0; padding: .8rem 1rem; }
.request-error[hidden] { display: none; }

.editor { margin: auto; max-width: 76rem; padding: clamp(1rem, 5vw, 4rem) var(--pad); }
.editor-shell { background: var(--white); border: 1px solid var(--mist); display: grid; min-height: 42rem; }
.editor-sidebar { align-content: start; background: var(--teal-dark); color: var(--white); display: grid; gap: .35rem; padding: 1.5rem; }
.editor-sidebar strong { font-family: var(--heading); font-size: 1.45rem; font-weight: 800; }
.editor-sidebar span { color: #c8d7d9; font-size: .8rem; }
.editor-product { font-family: var(--utility); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-nav { display: grid; gap: .35rem; margin-top: 1.5rem; }
.admin-nav-button { background: transparent; border: 1px solid rgba(255,255,255,.26); color: var(--white); cursor: pointer; font: inherit; font-size: .8rem; padding: .6rem .7rem; text-align: left; }
.admin-nav-button.is-active, .admin-nav-button:hover { background: var(--signal); border-color: var(--signal); color: var(--night); }
.editor-main { padding: clamp(1.25rem, 5vw, 3rem); }
.editor-panel[hidden] { display: none; }
.editor-heading { align-items: start; border-bottom: 1px solid var(--mist); display: flex; gap: 1rem; justify-content: space-between; padding-bottom: 1.5rem; }
.editor-heading h1 { font-size: clamp(2.4rem, 7vw, 4.7rem); }
.status { background: var(--mist); font-size: .7rem; font-weight: 700; padding: .4rem .6rem; white-space: nowrap; }
.editor-intro { font-size: 1.1rem; max-width: 42rem; }
.editor-form { display: grid; gap: .45rem; margin-top: 1.5rem; }
.editor-form label { font-weight: 700; margin-top: .8rem; }
.editor-form label span { color: var(--muted); font-size: .75rem; font-weight: 400; }
.editor-form input, .editor-form textarea { background: var(--chalk); border: 1px solid #8b9698; font: inherit; min-height: 3rem; padding: .55rem; width: 100%; }
.field-help { color: var(--muted); font-size: .8rem; margin: .1rem 0; }
.editor-actions { margin-top: 1rem; }
.preview-panel { background: var(--chalk); border-left: 5px solid var(--teal); margin-top: 2rem; padding: 1rem; }
.preview-panel h2 { font-family: var(--utility); font-size: 1rem; font-weight: 800; }
.preview-panel img { margin-top: 1rem; max-height: 34rem; object-fit: contain; width: 100%; }

.site-footer { background: var(--night); color: var(--white); display: grid; gap: 2rem; padding: 3rem max(var(--pad), calc((100vw - var(--content)) / 2)); }
.site-footer h2 { color: var(--signal); font-family: var(--utility); font-size: 1rem; font-weight: 800; margin: 0 0 .8rem; }
.site-footer p { margin: .35rem 0; }
.footer-brand img { filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(509%) hue-rotate(347deg) brightness(104%) contrast(95%); height: auto; margin-bottom: 1rem; object-fit: contain; object-position: left center; width: min(100%, 21rem); }
.footer-brand p { color: #c5ced0; max-width: 23rem; }
.footer-note { color: #9da8aa; font-size: .7rem; }

@media (min-width: 48rem) {
  .now-grid, .association-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .association-card:last-child { grid-column: 1 / -1; }
  .practical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .request-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field-wide, .field-sandwiches { grid-column: 1 / -1; }
  .editor-shell { grid-template-columns: 13rem minmax(0, 1fr); }
  .association-page-hero { grid-template-columns: minmax(0, 1fr) minmax(22rem, 1fr); }
  .site-footer { grid-template-columns: 1.3fr .8fr .8fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (min-width: 64rem) {
  .site-header { grid-template-columns: 15rem 1fr; padding-left: max(var(--pad), calc((100vw - var(--content)) / 2)); padding-right: max(var(--pad), calc((100vw - var(--content)) / 2)); }
  .hero { grid-template-columns: minmax(0, 1.28fr) minmax(24rem, .72fr); min-height: 38rem; }
  .hero-photo { grid-column: 1; grid-row: 1; }
  .hero-copy { grid-column: 2; grid-row: 1; padding-left: 3rem; padding-right: max(var(--pad), calc((100vw - var(--content)) / 2)); }
  .hero-photo img { object-position: center center; }
  .now-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-section { grid-template-columns: minmax(0, 1.12fr) minmax(29rem, .88fr); }
  .editorial-copy { padding-left: 4rem; padding-right: max(var(--pad), calc((100vw - var(--content)) / 2)); }
  .place-heading { align-items: end; grid-template-columns: 1.2fr .8fr; }
  .association-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .association-card:last-child { grid-column: auto; }
  .association-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .association-page-contact { grid-column: 1 / -1; }
  .exhibition-section { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .exhibition-current { padding-left: max(var(--pad), calc((100vw - var(--content)) / 2)); }
  .practical-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .request-types { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 76rem) {
  .menu-toggle { display: none; }
  .site-nav, .site-nav[data-open="false"], .site-nav[data-open="true"] { align-items: center; display: flex; gap: clamp(.8rem, 1.2vw, 1.15rem); grid-column: auto; justify-content: flex-end; padding: 0; }
  .site-nav a, .site-nav[data-open="true"] a { border: 0; font-size: clamp(1rem, 1.25vw, 1.25rem); opacity: 1; padding: .55rem 0; transform: none; transition: none; }
  .site-nav .nav-cta { border: 1px solid var(--signal); padding: .55rem .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .button:hover { transform: none; }
}
