:root {
  --ink: #111111;
  --muted: #777777;
  --muted-light: #a6a6a6;
  --paper: #ffffff;
  --gallery-paper: #fafcfb;
  --line: #ededed;
  --line-dark: #dbdbdb;
  --accent: #e9633e;
  --soft: #f7f7f7;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --site: 1000px;
  --wide: 1400px;
  --ultra-wide: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 var(--font-sans); -webkit-font-smoothing: antialiased; }
body.menu-is-open, body.lightbox-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-container, .container { width: min(calc(100% - 48px), var(--site)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .7rem 1rem; background: var(--ink); color: #fff; font-size: .8rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }
.eyebrow { display: block; margin: 0 0 .75rem; color: var(--accent); font-size: .67rem; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin: 0; padding: .8rem 1.35rem; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .14em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: .25s ease; }
.button:hover, .button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-dark:hover { border-color: var(--accent); background: var(--accent); }

/* Header */
.site-header { position: relative; z-index: 40; padding: 64px 0; background: #fff; }
.nav-wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; color: var(--ink); font-size: 20px; font-weight: 800; letter-spacing: -.085em; line-height: .88; text-decoration: none; }
.brand:hover { color: var(--ink); opacity: .65; }
.main-nav { display: flex; align-items: center; gap: 2.5rem; color: #555; font-family: var(--font-serif); font-size: 15px; letter-spacing: .04em; }
.main-nav > a, .nav-gallery > a, .nav-dropdown summary { color: #555; text-decoration: none; transition: color .2s ease; }
.main-nav > a:first-child, .main-nav > a:hover, .nav-gallery > a:hover, .nav-dropdown summary:hover { color: var(--ink); }
.nav-gallery { display: flex; align-items: center; gap: .35rem; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; list-style: none; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary > span:last-child { color: var(--muted); font-family: var(--font-sans); font-size: 1rem; line-height: 1; }
.nav-dropdown[open] summary > span:last-child { font-size: 0; }
.nav-dropdown[open] summary > span:last-child::after { content: "−"; font-size: 1rem; }
.dropdown-menu { position: absolute; z-index: 50; top: calc(100% + 1.1rem); left: 50%; display: grid; grid-template-columns: repeat(2, minmax(125px, 1fr)); gap: .65rem 2.25rem; width: max-content; min-width: 300px; padding: 1.2rem 1.4rem; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 36px rgba(0,0,0,.08); transform: translateX(-50%); }
.dropdown-menu a { color: #555; font-size: .87rem; text-decoration: none; white-space: nowrap; }
.dropdown-menu a:hover { color: var(--accent); }
.nav-dropdown:not([open]) .dropdown-menu { display: none; }
.mobile-social, .menu-close { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 1.5rem; }
@media (min-width: 901px) { .nav-dropdown:hover .dropdown-menu { display: grid; } }

/* Home */
.home-hero { padding: 32px 0 88px; }
.home-hero > div { max-width: 760px; }
.home-hero h1 { max-width: 760px; margin: 0 0 2rem; font: 400 clamp(3.2rem, 7.2vw, 4.55rem)/1.1 var(--font-serif); letter-spacing: -.045em; }
.home-hero p:not(.eyebrow) { max-width: 550px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.home-gallery { padding-bottom: 40px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font: 400 clamp(2.2rem, 4vw, 2.55rem)/1.15 var(--font-serif); letter-spacing: -.04em; }
.section-heading > span { color: var(--accent); font-size: .8rem; letter-spacing: .05em; }
.collection-grid { columns: 3 14rem; column-gap: 3rem; }
.collection-card { break-inside: avoid; margin: 0 0 4rem; }
.collection-card a { display: block; text-decoration: none; }
.collection-image { overflow: hidden; background: #f2f2f2; }
.collection-card img { width: 100%; height: auto; max-height: none; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.collection-card a:hover img { transform: scale(1.025); }
.collection-card h3 { margin: 1rem 0 .15rem; color: var(--ink); font: 400 1rem/1.35 var(--font-serif); letter-spacing: .02em; }
.collection-card p { margin: 0; color: var(--muted-light); font-size: .72rem; }
.home-reviews { margin-top: 4.5rem; padding: 4.25rem 0 2rem; border-top: 1px solid var(--line); }
.review-heading { align-items: flex-end; margin-bottom: 2.5rem; }
.review-heading h2 { font-size: clamp(2.1rem,4vw,2.55rem); }
.carousel-controls { display: flex; gap: .5rem; }
.carousel-controls button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1rem; transition: .2s ease; }
.carousel-controls button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.reviews-carousel { display: flex; gap: 1.5rem; overflow-x: auto; padding: 0 0 1.4rem; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.reviews-carousel::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 calc(25% - 18px); min-width: 220px; overflow: hidden; border: 1px solid var(--line); background: #fff; scroll-snap-align: start; transition: box-shadow .3s ease, transform .3s ease; }
.review-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.review-card a { display: flex; height: 100%; flex-direction: column; color: var(--ink); text-decoration: none; }
.review-card-copy { display: flex; min-height: 280px; flex: 1; flex-direction: column; padding: 1.6rem; }
.review-card-copy h3 { margin: 0; font-size: .86rem; font-weight: 500; line-height: 1.5; }
.event-date { display: flex; align-items: center; gap: .75rem; margin-top: auto; }
.event-date strong { font-size: 3.5rem; font-weight: 700; letter-spacing: -.09em; line-height: .9; }
.event-date time { display: grid; gap: .1rem; padding-left: .75rem; border-left: 1px solid var(--line); color: var(--muted-light); font-family: monospace; font-size: .6rem; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.review-card-image { height: 220px; overflow: hidden; background: var(--soft); }
.review-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.review-card:hover img { transform: scale(1.05); }
.more-link { margin: 4rem 0 1rem; text-align: center; }
.more-link a { font: 400 .82rem var(--font-serif); letter-spacing: .12em; text-decoration: none; }
.more-link span { margin-left: .7rem; color: var(--accent); transition: transform .2s ease; }
.more-link a:hover span { display: inline-block; transform: translateX(4px); }

/* Gallery */
.gallery-page { min-height: 70vh; padding: 6rem 0 8rem; background: var(--gallery-paper); }
.gallery-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; width: min(calc(100% - 48px), var(--wide)); margin-bottom: 6.5rem; padding-bottom: 3rem; border-bottom: 1px solid #e6e5e1; }
.gallery-intro > div:first-child { max-width: 680px; }
.gallery-intro h1 { margin: 0 0 1.7rem; font: 400 clamp(3.25rem,8vw,7rem)/1.02 var(--font-serif); letter-spacing: -.065em; }
.gallery-intro p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.works-count { display: grid; gap: .35rem; min-width: 120px; text-align: right; text-transform: uppercase; }
.works-count span { color: var(--muted-light); font-family: monospace; font-size: .66rem; letter-spacing: .13em; }
.works-count strong { font: 400 2rem var(--font-serif); }
.gallery-content { width: min(calc(100% - 48px), var(--ultra-wide)); margin-inline: auto; }
.gallery-masonry { columns: 4 15rem; column-gap: 1.5rem; }
.gallery-item { break-inside: avoid; margin: 0 0 1.5rem; }
.lightbox-trigger { position: relative; display: block; width: 100%; overflow: hidden; padding: 0; border: 0; background: #eee; text-align: left; cursor: zoom-in; }
.lightbox-trigger img { width: 100%; height: auto; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.gallery-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: .3rem; padding: 1.5rem; background: linear-gradient(to top, rgba(17,17,17,.68), rgba(17,17,17,0) 60%); color: #fff; opacity: 0; transform: translateY(8px); transition: opacity .4s ease, transform .4s ease; }
.gallery-overlay i { position: absolute; top: 50%; left: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.12); font-family: var(--font-serif); font-size: 1.8rem; font-style: normal; transform: translate(-50%, -50%); }
.gallery-overlay strong { font: 400 1.1rem var(--font-serif); }
.gallery-overlay small { font-family: monospace; font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.lightbox-trigger:hover img { transform: scale(1.055); }
.lightbox-trigger:hover .gallery-overlay { opacity: 1; transform: translateY(0); }
.gallery-pagination { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin-top: 5rem; }
.gallery-pagination span { color: var(--muted); font-family: monospace; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.load-more-area { display: grid; justify-items: center; gap: .8rem; margin-top: 4rem; }
.load-more-area .button { min-width: 190px; }
.load-more-status { min-height: 1em; margin: 0; color: var(--muted-light); font-family: monospace; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox { width: min(92vw, 1200px); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(255,255,255,.96); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.lightbox-close { position: fixed; top: 1.5rem; right: 2rem; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); font-size: 2rem; line-height: 1; }

/* Reviews, contact and legal */
.reviews-page { min-height: 65vh; background: #f7f7f7; padding: 5.5rem 0 7rem; }
.review-list-intro { max-width: 1200px; margin-bottom: 4rem; }
.review-list-intro h1 { margin: 0 0 1.2rem; font: 600 clamp(3.2rem,6vw,4rem)/1 var(--font-sans); letter-spacing: -.075em; }
.review-list-intro > p:not(.eyebrow) { max-width: 700px; margin: 0; color: var(--muted); font-size: .93rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; width: min(calc(100% - 48px), 1200px); margin-inline: auto; }
.review-list-card { overflow: hidden; border: 1px solid #e8e8e8; background: #fff; transition: box-shadow .3s ease, transform .3s ease; }
.review-list-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.review-list-card a { display: flex; height: 100%; flex-direction: column; color: var(--ink); text-decoration: none; }
.review-list-copy { display: flex; min-height: 292px; flex: 1; flex-direction: column; padding: 1.7rem; }
.review-list-copy h2, .review-list-copy h3 { margin: 0; font-size: .88rem; font-weight: 500; line-height: 1.48; }
.review-list-image { height: 220px; overflow: hidden; background: #ebebeb; }
.review-list-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.review-list-card:hover .review-list-image img { transform: scale(1.05); }
.review-detail { max-width: 760px; padding-top: 1rem; }
.review-breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 3rem; padding-bottom: 1rem; border-bottom: 1px solid #e6e6e6; color: var(--muted-light); font-family: monospace; font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.review-breadcrumb a { color: var(--muted); text-decoration: none; }
.review-breadcrumb span:last-child { max-width: 290px; overflow: hidden; color: var(--ink); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.review-back { display: inline-block; margin-bottom: 3rem; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.review-back:hover { color: var(--accent); }
.review-detail-header { margin-bottom: 2.8rem; }
.review-detail-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 1rem; color: var(--accent); font-family: monospace; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.review-detail-meta time { color: var(--muted-light); }
.review-detail h1 { margin: 0 0 1rem; font: 400 clamp(2.5rem,5vw,4.2rem)/1.15 var(--font-serif); letter-spacing: -.045em; }
.review-curator { margin: 0; color: var(--muted-light); font-family: monospace; font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.review-curator span { color: var(--accent); font-weight: 700; }
.review-curator a { color: var(--accent); font-weight: 700; text-decoration: none; }
.review-curator a:hover { text-decoration: underline; }
.review-feature-image { margin: 0 0 3rem; background: #eee; }
.review-feature-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.review-story { color: #656565; }
.review-story p { margin: 0 0 1.5rem; font-size: 1rem; line-height: 1.9; }
.review-story .review-standfirst { margin-bottom: 2rem; padding-left: 1.25rem; border-left: 2px solid var(--accent); color: #333; font: italic 1.25rem/1.65 var(--font-serif); }
.review-next { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #e4e4e4; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.review-next a { color: var(--muted); text-decoration: none; }
.review-next a:last-child { color: var(--accent); }
.review-comments { margin-top: 4rem; }
.author-view { min-height: 70vh; padding: 6rem 1.5rem 8rem; background: #fafcfb; }
.author-page { width: min(100%, 720px); margin: 0 auto; }
.author-page .review-breadcrumb { margin-bottom: 1.4rem; border-color: #f0f0ee; }
.author-page .review-back { margin-bottom: 3rem; }
.author-profile { display: flex; align-items: flex-start; gap: 2rem; margin-bottom: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(214,211,209,.6); }
.author-profile > img { width: 128px; height: 128px; border: 1px solid #f0efed; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.author-profile > div { flex: 1; }
.author-profile h1 { margin: 0 0 1rem; font: 400 clamp(2.1rem,4vw,3rem)/1.1 var(--font-serif); letter-spacing: -.04em; }
.author-profile > div > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.author-profile ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.author-profile li { padding: .35rem .62rem; border: 1px solid #f0efed; border-radius: 2px; background: #fdfdfc; color: #a8a29e; font-family: monospace; font-size: .59rem; letter-spacing: .08em; text-transform: uppercase; }
.author-posts h2 { margin: 0 0 1.4rem; padding-bottom: .8rem; border-bottom: 1px solid #f0efed; color: #292524; font: 400 1.1rem/1.4 var(--font-serif); letter-spacing: .06em; text-transform: uppercase; }
.author-story-list { display: grid; gap: .7rem; }
.author-story { display: flex; align-items: center; gap: 1.35rem; padding: 1rem; border: 1px solid transparent; border-radius: 2px; color: var(--ink); text-decoration: none; transition: .25s ease; }
.author-story:hover { border-color: #f0efed; background: rgba(250,250,249,.75); }
.author-story > img, .author-story-placeholder { width: 96px; height: 96px; flex: 0 0 auto; overflow: hidden; border: 1px solid #f0efed; border-radius: 2px; background: #f5f5f4; object-fit: cover; }
.author-story > span:last-child { display: grid; gap: .42rem; min-width: 0; }
.author-story i { color: var(--accent); font-family: monospace; font-size: .58rem; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.author-story strong { display: -webkit-box; overflow: hidden; color: #292524; font-size: .9rem; font-weight: 500; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.author-story small { color: #a8a29e; font-family: monospace; font-size: .64rem; letter-spacing: .06em; }
.author-empty { color: #a8a29e; font-size: .88rem; font-style: italic; }
.page-intro { padding: 5.5rem 0 4rem; }
.page-intro.centered { max-width: 800px; text-align: center; }
.page-intro.centered p { margin-inline: auto; }
.page-intro h1, .article h1, .legal h1 { margin: 0 0 1.5rem; font: 400 clamp(3rem,7vw,5rem)/1.06 var(--font-serif); letter-spacing: -.06em; }
.page-intro > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.container.event-grid { width: min(calc(100% - 48px), 1200px); }
.event-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: box-shadow .25s ease, transform .25s ease; }
.event-card:hover { box-shadow: 0 14px 35px rgba(0,0,0,.07); transform: translateY(-3px); }
.event-card a { display: block; color: var(--ink); text-decoration: none; }
.event-card img { width: 100%; height: 220px; object-fit: cover; }
.event-card div { padding: 1.45rem; }
.event-card time { color: var(--muted-light); font-family: monospace; font-size: .64rem; letter-spacing: .08em; }
.event-card h2, .event-card h3 { margin: .6rem 0; font-size: .92rem; font-weight: 500; line-height: 1.5; }
.event-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.article { max-width: 780px; padding-top: 4rem; }
.article nav { margin-bottom: 2rem; color: var(--muted); font-family: monospace; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.article-meta, .byline { color: var(--muted); font-size: .8rem; }
.article-image { width: 100%; margin: 2.5rem 0 3rem; aspect-ratio: 3/2; object-fit: cover; }
.article p { font-size: 1rem; line-height: 1.9; }
.lead { padding-left: 1.4rem; border-left: 2px solid var(--accent); color: #333; font: italic 1.3rem/1.6 var(--font-serif); }
.comments { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.comments h2, .contact-layout h2 { margin: 0; font: 400 2rem var(--font-serif); }
.comment { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.comment h3 { margin: 0; font-size: .9rem; }
.comment h3 span { color: #ca8a2c; }
.comment time { color: var(--muted-light); font-size: .72rem; }
.stacked-form { display: grid; gap: 1.15rem; margin-top: 1.75rem; }
.stacked-form label { display: grid; gap: .45rem; color: #555; font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.stacked-form input, .stacked-form textarea, .stacked-form select { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid #cfcfcf; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: .95rem; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
.stacked-form textarea { resize: vertical; }
.stacked-form input:focus, .stacked-form textarea:focus, .stacked-form select:focus { border-color: var(--accent); }
.notice { padding: .8rem 1rem; font-size: .86rem; }
.notice.success { background: #eaf5eb; color: #1f612e; }
.notice.error { background: #fbe9e9; color: #932f2f; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; padding-top: 1rem; }
.contact-layout section:first-child h2:not(:first-child) { margin-top: 3.1rem; }
.contact-layout address, .contact-layout p { color: var(--muted); font-style: normal; }
.contact-form { padding: 3rem; background: var(--soft); }
.hours { max-width: 340px; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.hours dd { margin: 0; }
.legal { max-width: 780px; padding-top: 5rem; }
.legal section { margin: 3rem 0; }
.legal h2 { font: 400 1.8rem var(--font-serif); }
.empty-state { margin: 2rem 0; padding: 3rem; background: var(--soft); color: var(--muted); text-align: center; }

/* Footer */
.site-footer { margin-top: 7rem; padding: 4.5rem 0 1.5rem; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 5fr 3fr 3fr; gap: 6rem; }
.footer-intro .brand { margin-bottom: 1.7rem; }
.site-footer h2 { margin: 0 0 1.4rem; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p, .site-footer address, .site-footer li { color: var(--muted); font-size: .83rem; font-style: normal; line-height: 1.8; }
.footer-intro p { max-width: 340px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .6rem 0; }
.site-footer a { text-decoration: none; }
.newsletter-form { display: flex; max-width: 285px; padding-bottom: .45rem; border-bottom: 1px solid #bcbcbc; }
.newsletter-form input { min-width: 0; flex: 1; border: 0; outline: 0; font-size: .77rem; }
.newsletter-form button { border: 0; background: none; color: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-social { display: flex; gap: 1.35rem; margin-top: 1.6rem; }
.footer-social a { color: var(--muted); font-family: monospace; font-size: .78rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--muted-light); font-size: .68rem; letter-spacing: .04em; }
.footer-bottom div { display: flex; gap: 1.5rem; }

/* Admin */
.admin-body { min-width: 320px; background: #f4f7f6; color: #1c1917; font-family: var(--font-sans); }
.admin-body .admin-shell { min-height: 100vh; padding: 0; background: #f4f7f6; }
.admin-body .admin-login { min-height: 100vh; padding: 1.5rem; background: #fafcfb; }
.admin-body .login-card { position: relative; padding: clamp(2rem,6vw,3.5rem); border: 1px solid #e7e5e4; border-top: 4px solid #1c1917; box-shadow: 0 8px 30px rgba(0,0,0,.04); }
.admin-body .admin-layout { display: grid; grid-template-columns: 80px minmax(0, 1fr); width: 100%; min-height: 100vh; gap: 0; }
.admin-body .admin-nav { position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 1.5rem .75rem; overflow: hidden; border: 0; border-right: 1px solid #e7e5e4; border-radius: 0; background: #fff; box-shadow: 4px 0 24px rgba(0,0,0,.02); transition: width .28s ease; z-index: 20; }
.admin-body .admin-nav:hover { width: 240px; }
.admin-brand { display: flex; align-items: center; min-height: 2.5rem; margin: 0 .45rem 1.7rem; color: #1c1917; font-family: var(--font-serif); font-weight: 700; text-decoration: none; white-space: nowrap; }
.admin-brand b, .admin-user b { display: grid; width: 2rem; height: 2rem; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #1c1917; color: #fff; font-family: var(--font-serif); font-size: 1.05rem; }
.admin-brand span, .admin-nav > p, .admin-nav a span { overflow: hidden; max-width: 0; opacity: 0; transition: max-width .25s ease, opacity .2s ease; }
.admin-body .admin-nav:hover .admin-brand span { max-width: 160px; margin-left: .9rem; opacity: 1; }
.admin-body .admin-nav > p { margin: 0 .55rem 1rem; color: #78716c; font-size: .73rem; white-space: nowrap; }
.admin-body .admin-nav:hover > p { max-width: 150px; opacity: 1; }
.admin-body .admin-nav nav { display: grid; width: 100%; gap: .45rem; }
.admin-body .admin-nav a { display: flex; align-items: center; min-height: 46px; padding: .7rem .85rem; overflow: hidden; border-radius: .75rem; color: #78716c; font-size: .84rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.admin-body .admin-nav a i { display: grid; width: 1.25rem; place-items: center; flex: 0 0 auto; font-style: normal; font-size: 1.05rem; }
.admin-body .admin-nav a:hover { background: #f5f5f4; color: #1c1917; }
.admin-body .admin-nav a.active { background: #2563eb; color: #fff; box-shadow: 0 5px 14px rgba(37,99,235,.22); }
.admin-body .admin-nav:hover a span { max-width: 175px; margin-left: 1rem; opacity: 1; }
.admin-body .admin-nav nav a:last-child { margin-top: auto; color: #78716c; }
.admin-body .admin-content { width: min(100%, 1200px); margin: 0 auto; padding: 2.5rem clamp(1.25rem, 4vw, 4rem) 4rem; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.25rem; }
.admin-topbar p { margin: 0 0 .3rem; color: #78716c; font-size: .78rem; font-weight: 500; }
.admin-topbar h1 { margin: 0; font: 600 clamp(1.75rem,3vw,2.3rem)/1.2 var(--font-serif); letter-spacing: -.03em; }
.admin-user { display: flex; align-items: center; gap: .7rem; padding: .45rem .85rem .45rem .45rem; border: 1px solid #e7e5e4; border-radius: 99px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.03); color: #57534e; font-size: .82rem; font-weight: 600; }
.admin-user b { width: 2rem; height: 2rem; background: #e7e5e4; color: #44403c; font-family: var(--font-sans); font-size: .8rem; }
.admin-body .admin-content > h1 { display: none; }
.admin-body .panel, .admin-body .stat-grid article, .admin-body .admin-list article { border-color: #ece9e6; border-radius: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,.03); }
.admin-body .panel { padding: clamp(1.3rem,3vw,2rem); }
.admin-panel h2 { margin: 0 0 .4rem; font-size: 1.1rem; }
.admin-help { margin: 0 0 1.2rem; color: #78716c; font-size: .8rem; }
.schema-panel { display: grid; gap: 1rem; }
.schema-card { display: grid; grid-template-columns: 1fr auto; gap: .75rem 1rem; padding: 1.1rem; border: 1px solid #e7e5e4; border-radius: .8rem; background: #fff; }
.schema-card h3, .schema-card p { margin: 0; }
.schema-card p { margin-top: .25rem; color: #78716c; font-size: .8rem; overflow-wrap: anywhere; }
.schema-card pre { grid-column: 1 / -1; max-height: 26rem; margin: 0; overflow: auto; padding: 1rem; border-radius: .55rem; background: #1c1917; color: #e7e5e4; font: .72rem/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }
.error-page { display: grid; min-height: min(62vh, 42rem); place-items: center; }
.error-page-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 1.5rem; }
.head-panel { display: grid; gap: 1rem; }
.head-code-form { padding: 1.1rem; border: 1px solid #e7e5e4; border-radius: .8rem; background: #fff; }
.head-code-form h3 { margin: 0; }
.head-code-form textarea { min-height: 9rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; }
[data-menu-management] ~ .admin-two-columns { display: none; }
.menu-order-actions { display: flex; align-items: center; gap: .35rem; }
.menu-order-actions form { display: inline; }
.admin-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; width: fit-content; padding: .7rem 1.15rem; border: 1px solid #2563eb; border-radius: .55rem; background: #2563eb; color: #fff; font-size: .78rem; font-weight: 700; text-decoration: none; transition: .2s ease; }
.admin-button:hover { background: #1d4ed8; color: #fff; }
.admin-button-light { border-color: #e7e5e4; background: #fff; color: #2563eb; }
.admin-button-light:hover { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; }
.admin-section-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.admin-body .form-span-2 { grid-column: 1 / -1; }
.admin-body .compact { margin-bottom: 0; }
.admin-child-row { margin-left: 2rem; border-color: #dbeafe !important; }
.admin-child-row::before { content: "↳"; color: #60a5fa; }
.rich-editor { overflow: hidden; border: 1px solid #d6d3d1; border-radius: .6rem; background: #fff; }
.rich-editor-toolbar { display: flex; flex-wrap: wrap; gap: .35rem; padding: .55rem; border-bottom: 1px solid #e7e5e4; background: #fafaf9; }
.rich-editor-toolbar button { min-width: 30px; height: 30px; padding: 0 .45rem; border: 1px solid #e7e5e4; border-radius: .35rem; background: #fff; color: #57534e; font-size: .72rem; font-weight: 700; }
.rich-editor-toolbar button:hover { border-color: #2563eb; color: #2563eb; }
.rich-editor-toolbar button.is-active { border-color: #2563eb; background: #dbeafe; color: #1d4ed8; }
.rich-editor-toolbar select { height: 30px; max-width: 138px; padding: 0 .45rem; border: 1px solid #e7e5e4; border-radius: .35rem; background: #fff; color: #44403c; font-family: var(--font-sans); font-size: .7rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.rich-editor-toolbar .rich-image-button { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; }
.rich-editor-content { min-height: 220px; padding: 1rem; outline: none; color: #292524; font-family: var(--font-sans); font-size: .95rem; letter-spacing: normal; line-height: 1.75; text-transform: none; }
.rich-editor-content:empty::before { content: attr(data-placeholder); color: #a8a29e; }
.rich-editor-content h2, .rich-editor-content h3 { margin: 1rem 0 .5rem; font-family: var(--font-serif); }
.rich-editor-content p, .rich-editor-content ul, .rich-editor-content ol, .rich-editor-content blockquote { margin: 0 0 1rem; }
.rich-editor-content blockquote { padding-left: 1rem; border-left: 3px solid #93c5fd; color: #57534e; }
.rich-editor-content hr { margin: 1.6rem 0; border: 0; border-top: 1px solid #d6d3d1; }
.rich-editor-content figure { margin: 1.5rem 0; }
.rich-editor-content img { display: block; width: min(100%, 760px); height: auto; margin: 1.3rem auto; border-radius: .45rem; }
.rich-editor-content figcaption { margin-top: .45rem; color: #78716c; font-size: .8rem; text-align: center; }
.rich-editor-status { min-height: 1.15rem; margin: .55rem 0 0; color: #2563eb; font-size: .74rem; font-weight: 600; }
.rich-html-source { display: block; box-sizing: border-box; width: 100%; min-height: 260px; padding: 1rem; border: 0; outline: 0; background: #172033; color: #d7e5ff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; letter-spacing: normal; line-height: 1.65; resize: vertical; text-transform: none; }
.admin-section-actions { display: flex; align-items: center; gap: .65rem; }
.admin-heading-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin: 1rem 0 1.35rem; }
.admin-modal-trigger { margin: 1.05rem 0 1.35rem; box-shadow: 0 7px 16px rgba(37,99,235,.2); }
.admin-section-actions .admin-modal-trigger { margin: 0; }
.admin-heading-actions .admin-modal-trigger { margin: 0; }
.admin-modal-trigger span { margin-right: .4rem; font-size: 1.2rem; font-weight: 400; line-height: .5; }
.admin-dialog { width: min(94vw, 880px); max-height: min(90vh, 920px); padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.7); border-radius: 1.15rem; background: #fff; box-shadow: 0 28px 100px rgba(15,23,42,.3); }
.admin-dialog::backdrop { background: rgba(15,23,42,.55); backdrop-filter: blur(5px); }
.admin-dialog-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 1.15rem 1.55rem; border-bottom: 1px solid #e7e5e4; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
.admin-dialog-head > div { display: grid; gap: .26rem; }
.admin-dialog-head span { color: #2563eb; font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.admin-dialog-head strong { color: #1c1917; font-family: var(--font-serif); font-size: 1.25rem; font-weight: 600; }
.admin-dialog-close { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #e7e5e4; border-radius: 50%; background: #fff; color: #57534e; font-size: 1.55rem; line-height: 1; transition: .18s ease; }
.admin-dialog-close:hover { border-color: #fecaca; background: #fef2f2; color: #b91c1c; }
.admin-dialog form { display: grid; gap: 1.05rem; margin: 0; padding: 1.55rem; background: linear-gradient(135deg, #fff 0%, #fafcff 100%); }
.admin-dialog form > label { margin: 0; }
.admin-dialog form .form-grid { gap: 1.05rem; }
.admin-dialog form > .admin-button:last-child { justify-self: end; min-width: 145px; margin-top: .2rem; }
.admin-dialog form > h2, .admin-dialog form > h3 { display: none; }
.admin-dialog-footer { position: sticky; bottom: 0; display: flex; justify-content: flex-end; padding: .9rem 1.55rem; border-top: 1px solid #e7e5e4; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); }
.admin-dialog .rich-editor { background: #fff; box-shadow: inset 0 1px 2px rgba(0,0,0,.02); }
.admin-dialog .rich-editor-content { min-height: 260px; }
/* The upgraded server-side screens replace legacy inline forms even before JS loads. */
.admin-content > :not(.admin-topbar):not(.notice):has(~ [data-gallery-management]),
.admin-content > :not(.admin-topbar):not(.notice):has(~ [data-admin-rebuild]) { display: none !important; }
.admin-login { display: grid; min-height: 60vh; place-items: center; padding: 4rem 1rem; background: var(--gallery-paper); }
.login-card { width: min(100%, 460px); padding: 3rem; border: 1px solid #e5e4e1; background: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.035); }
.login-card h1, .admin-content > h1 { margin: .1rem 0 1rem; font: 400 2.35rem var(--font-serif); }
.login-card p:not(.eyebrow) { color: var(--muted); }
.admin-shell { min-height: 76vh; padding: 2.5rem 0 5rem; background: #f4f7f6; }
.admin-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 2rem; width: min(calc(100% - 48px), 1280px); }
.admin-nav { position: sticky; top: 1.5rem; height: max-content; padding: 1.2rem; border: 1px solid #e7ebe9; border-radius: .6rem; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,.025); }
.admin-nav p { margin: .35rem .55rem 1.2rem; color: var(--muted); font-size: .78rem; }
.admin-nav nav { display: grid; gap: .25rem; }
.admin-nav a { padding: .75rem .85rem; border-radius: .45rem; color: #65706c; font-size: .84rem; font-weight: 600; text-decoration: none; }
.admin-nav a:hover { background: #f2f5f4; color: var(--ink); }
.admin-nav a.active { background: #2563eb; color: #fff; box-shadow: 0 4px 12px rgba(37,99,235,.2); }
.admin-content { min-width: 0; }
.admin-content .section-heading h1 { margin: 0; font: 400 2.35rem var(--font-serif); }
.panel { padding: 1.75rem; border: 1px solid #e7ebe9; border-radius: .6rem; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,.02); }
.panel + .panel { margin-top: 1.5rem; }
.panel h2 { margin: 0 0 .2rem; font-size: 1.05rem; }
.admin-two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.checkbox { display: flex !important; align-items: center; gap: .6rem; text-transform: none !important; }
.checkbox input { width: auto; }
.stat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.stat-grid article { padding: 1.3rem; border: 1px solid #e7ebe9; border-radius: .6rem; background: #fff; }
.stat-grid p { margin: 0; color: var(--muted); font-size: .75rem; }
.stat-grid strong { display: block; margin-top: .4rem; color: #2563eb; font-size: 2rem; }
.admin-list { display: grid; gap: .7rem; margin: 1rem 0 2.5rem; }
.admin-list article { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border: 1px solid #e7ebe9; border-radius: .5rem; background: #fff; }
.admin-list img { width: 62px; height: 62px; border-radius: .35rem; object-fit: cover; }
.admin-list article > div { min-width: 0; flex: 1; }
.admin-list strong { font-size: .88rem; }
.admin-list p { margin: .16rem 0; color: var(--muted); font-size: .75rem; }
.messages article { align-items: flex-start; }
.admin-body button, .admin-body a { -webkit-tap-highlight-color: transparent; }
.admin-body .admin-nav a i { display: inline-grid; width: 1.35rem; height: 1.35rem; place-items: center; flex: 0 0 1.35rem; overflow: hidden; font-family: var(--font-sans); font-size: 1rem; font-style: normal; line-height: 1; text-align: center; }
.admin-button, .text-button { white-space: nowrap; cursor: pointer; }
.admin-button:focus-visible, .text-button:focus-visible, .admin-nav a:focus-visible, .admin-dialog-close:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 2px; }
.text-button { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: .35rem .55rem; border: 1px solid transparent; border-radius: .42rem; background: transparent; color: #2563eb; font-size: .78rem; font-weight: 600; line-height: 1.1; text-decoration: none; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.text-button:hover { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; }
.text-button.danger { color: #b93838; }
.text-button.danger:hover { border-color: #fecaca; background: #fef2f2; color: #991b1b; }
.text-button:disabled { cursor: not-allowed; border-color: #e7e5e4; background: #f5f5f4; color: #a8a29e; opacity: 1; }
.menu-order-actions { flex-wrap: wrap; justify-content: flex-end; }
.menu-order-actions form { margin: 0; }
.danger { color: #b93838; }

@media (max-width: 900px) {
  .admin-body .admin-layout { grid-template-columns: 1fr; }
  .admin-body .admin-nav, .admin-body .admin-nav:hover { position: static; width: 100%; height: auto; padding: .85rem 1rem; border-right: 0; border-bottom: 1px solid #e7e5e4; overflow: visible; }
  .admin-body .admin-brand { display: none; }
  .admin-body .admin-nav > p { display: none; }
  .admin-body .admin-nav nav { display: flex; overflow-x: auto; gap: .45rem; padding-bottom: .2rem; }
  .admin-body .admin-nav a { min-height: 38px; padding: .55rem .7rem; }
  .admin-body .admin-nav a span, .admin-body .admin-nav:hover a span { max-width: none; margin-left: .45rem; opacity: 1; font-size: .72rem; }
  .admin-body .admin-nav nav a:last-child { margin: 0; }
  .admin-body .admin-content { padding: 1.5rem 1rem 3rem; }
  .admin-user span { display: none; }
  .admin-user { padding-right: .45rem; }
  .site-header { padding: 40px 0; }
  .menu-toggle { position: relative; z-index: 60; display: block; }
  .main-nav { position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 1.7rem; padding: 9rem 2rem 2rem; background: #fff; color: var(--ink); font-size: 2rem; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
  .main-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close { display: block; font-size: 2rem; line-height: .8; }
  .nav-gallery { width: 100%; justify-content: space-between; }
  .nav-gallery > a { color: var(--ink); }
  .nav-dropdown summary { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid #dedede; border-radius: 50%; color: var(--ink); }
  .nav-dropdown summary > span:last-child { display: block; width: 100%; padding: 0; border: 0; border-radius: 0; color: var(--muted); font-family: var(--font-sans); font-size: 1.2rem; line-height: 1; text-align: center; }
  .nav-dropdown[open] summary > span:last-child { font-size: 0; }
  .nav-dropdown[open] summary > span:last-child::after { content: "−"; font-size: 1.2rem; }
  .dropdown-menu { position: static; display: grid; min-width: 0; margin-top: 1rem; padding: 0 0 0 1rem; border: 0; border-left: 1px solid var(--line-dark); box-shadow: none; transform: none; }
  .dropdown-menu a { color: var(--muted); font-family: var(--font-sans); font-size: 1rem; }
  .mobile-social { display: flex; gap: 1.5rem; margin-top: auto; padding-top: 2rem; border-top: 1px solid var(--line); }
  .mobile-social a { color: var(--muted); font-family: monospace; font-size: .8rem; text-decoration: none; }
  .home-hero { padding-top: 1rem; }
  .review-card { flex-basis: calc(50% - 12px); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-intro { margin-bottom: 4rem; }
  .gallery-masonry { columns: 3 12rem; }
  .footer-grid { gap: 3rem; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-nav { position: static; }
  .admin-nav nav { grid-template-columns: repeat(3, 1fr); }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .site-container, .container { width: min(calc(100% - 32px), var(--site)); }
  .site-header { padding: 32px 0; }
  .home-hero { padding-bottom: 4rem; }
  .home-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
  .collection-grid { columns: 2 8rem; column-gap: 1rem; }
  .collection-card { margin-bottom: 2.5rem; }
  .collection-card h3 { font-size: .85rem; }
  .collection-card p { font-size: .64rem; }
  .home-reviews { margin-top: 2rem; padding-top: 3rem; }
  .review-heading { flex-direction: row; align-items: flex-end; }
  .review-heading h2 { font-size: 2rem; }
  .review-card { flex-basis: 84%; }
  .reviews-page { padding: 3.5rem 0 5rem; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; width: min(calc(100% - 32px), 1200px); }
  .review-list-copy { min-height: 205px; padding: 1rem; }
  .review-list-copy h2, .review-list-copy h3 { font-size: .76rem; line-height: 1.42; }
  .review-list-image { height: 132px; }
  .review-list-copy .event-date { gap: .45rem; }
  .review-list-copy .event-date strong { font-size: 2.55rem; }
  .review-list-copy .event-date time { padding-left: .45rem; font-size: .52rem; letter-spacing: .07em; }
  .review-list-intro { margin-bottom: 2.5rem; }
  .review-detail { padding-top: 0; }
  .review-breadcrumb { margin-bottom: 2rem; }
  .review-back { margin-bottom: 2rem; }
  .review-next { align-items: flex-start; flex-direction: column; }
  .author-profile { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .author-profile > img { width: 104px; height: 104px; }
  .author-posts .reviews-grid { grid-template-columns: 1fr; }
  .review-card-copy { min-height: 255px; }
  .gallery-page { padding: 3.5rem 0 5rem; }
  .gallery-intro { align-items: flex-start; flex-direction: column; width: min(calc(100% - 32px), var(--wide)); margin-bottom: 3rem; padding-bottom: 2rem; }
  .gallery-intro h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .works-count { text-align: left; }
  .gallery-content { width: min(calc(100% - 32px), var(--ultra-wide)); }
  .gallery-masonry { columns: 2 8rem; column-gap: .8rem; }
  .gallery-item { margin-bottom: .8rem; }
  .gallery-overlay { padding: .9rem; }
  .gallery-overlay i { display: none; }
  .gallery-overlay strong { font-size: .85rem; }
  .gallery-pagination { flex-wrap: wrap; }
  .event-grid { grid-template-columns: 1fr; }
  .contact-layout, .footer-grid, .admin-two-columns { grid-template-columns: 1fr; }
  .contact-layout { gap: 3rem; }
  .contact-form { padding: 1.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .form-grid { grid-template-columns: 1fr; }
  .admin-section-title { align-items: flex-start; flex-direction: column; }
  .admin-dialog { width: min(96vw, 880px); max-height: 92vh; border-radius: .9rem; }
  .admin-dialog-head, .admin-dialog form { padding-right: 1rem; padding-left: 1rem; }
  .admin-dialog-footer { padding: .75rem 1rem; }
  .admin-dialog form > .admin-button:last-child { width: 100%; }
  .admin-nav nav { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-list article { align-items: flex-start; flex-wrap: wrap; }
}
