/* Rosa's Deli: the Trattoria Carta */

@font-face { font-family: "Bodoni"; src: url(fonts/bodoni-normal-400-900.woff2) format("woff2"); font-weight: 400 900; font-display: swap; }
@font-face { font-family: "Bodoni"; src: url(fonts/bodoni-italic-400-700.woff2) format("woff2"); font-weight: 400 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Alegreya Sans"; src: url(fonts/alegreya-normal-400.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Alegreya Sans"; src: url(fonts/alegreya-normal-700.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Alegreya Sans"; src: url(fonts/alegreya-normal-800.woff2) format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Alegreya Sans"; src: url(fonts/alegreya-italic-400.woff2) format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --paper: #efe3cc;        /* uncoated menu stock */
  --paper-deep: #e3d1b1;
  --card: #f7eedd;
  --ink: #2b1d14;          /* espresso ink */
  --ink-soft: #5c4838;
  --terracotta: #b4532a;   /* hillside roofs: bands */
  --olive: #3d5a2a;        /* olive terraces: Italian green */
  --ochre: #c58a2a;        /* rules and ornaments only */
  --tomato: #b23a26;       /* reserved: things you can press */
  --tomato-deep: #922c1b;
  --rule: rgb(43 29 20 / .28);

  --display: "Bodoni", "Bodoni 72", Didot, Georgia, serif;
  --body: "Alegreya Sans", "Gill Sans", "Trebuchet MS", sans-serif;

  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --band: clamp(56px, 8vw, 104px);
  --shadow: 0 1px 2px rgb(43 29 20 / .12), 0 14px 32px -16px rgb(43 29 20 / .45);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); accent-color: var(--olive); scrollbar-color: var(--ink-soft) var(--paper-deep); }
body {
  margin: 0; color: var(--ink);
  background: var(--paper) url(img/paper.webp) 0 0 / 900px;
  font: 400 1.1875rem/1.6 var(--body);
  caret-color: var(--tomato);
}
::selection { background: var(--olive); color: #fff; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: var(--ochre); text-decoration-thickness: 2px; text-underline-offset: .18em; }
a:hover { color: var(--tomato-deep); }
:focus-visible { outline: 3px solid var(--olive); outline-offset: 3px; border-radius: 3px; }
.on-dark :focus-visible { outline-color: #fff; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.05; margin: 0; text-wrap: balance; letter-spacing: -.005em; }
p { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.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 { position: absolute; left: 8px; top: -80px; z-index: 60; background: var(--ink); color: #fff; padding: 12px 18px; }
.skip:focus { top: 8px; }
.ic { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
a[href^="tel:"] { white-space: nowrap; }

/* An engraved ornament rule: ochre line with a center fleuron */
.ornament { display: flex; align-items: center; gap: 14px; color: var(--ochre); margin: 14px auto 0; max-width: 360px; }
.ornament::before, .ornament::after { content: ""; flex: 1; border-top: 1.5px solid currentColor; }
.ornament svg { width: 48px; height: 24px; fill: currentColor; }

/* ---------- Buttons ---------- */
.press {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 24px; border: 0; border-radius: 3px; cursor: pointer;
  background: var(--tomato); color: #fff; text-decoration: none;
  font: 800 1.0625rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / .18), 0 6px 14px -8px rgb(146 44 27 / .8);
  transition: background-color .15s ease-out;
}
.press:hover { background: var(--tomato-deep); color: #fff; }
.press:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.on-dark .press:focus-visible { outline-color: #fff; }
.quiet {
  display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 12px 22px;
  border: 1.5px solid var(--ink); border-radius: 3px; text-decoration: none;
  font: 800 1.0625rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase;
}
.quiet:hover { background: var(--ink); color: var(--paper); }
.on-dark .quiet { border-color: rgb(255 255 255 / .75); }
.on-dark .quiet:hover { background: #fff; color: var(--ink); }

/* ---------- Header + mega menu ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--card); box-shadow: 0 1px 0 var(--rule), 0 6px 18px -14px rgb(43 29 20 / .6); }
.header-row { display: flex; align-items: center; gap: 18px; min-height: var(--header-h); }
.brand { flex: none; display: block; padding-block: 8px; }
.brand img { width: 118px; height: auto; }
.site-nav { margin-left: auto; }
.nav-top { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-top > li { position: relative; }
.nav-top > li > a, .nav-trigger {
  display: flex; align-items: center; gap: 6px; min-height: 48px; padding: 8px 14px;
  background: none; border: 0; border-radius: 3px; cursor: pointer; color: var(--ink); text-decoration: none;
  font: 800 .9375rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase;
}
.nav-trigger .ic { width: 16px; height: 16px; transition: transform .2s; }
.nav-trigger[aria-expanded="true"] .ic { transform: rotate(180deg); }
.nav-top > li > a:hover, .nav-trigger:hover, .nav-trigger[aria-expanded="true"] { background: var(--paper-deep); color: var(--ink); }
.nav-top a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--terracotta); }
.panel {
  display: none; position: absolute; top: calc(100% + 10px); left: 0; z-index: 50;
  background: var(--card) url(img/paper.webp) 0 0 / 900px; border: 1px solid var(--rule); border-top: 4px solid var(--terracotta);
  box-shadow: var(--shadow); padding: 22px 26px 24px; min-width: 260px;
}
.nav-trigger[aria-expanded="true"] + .panel { display: block; }
.panel ul { list-style: none; margin: 0; padding: 0; }
.panel li a { display: flex; align-items: center; min-height: 40px; padding: 6px 0; text-decoration: none; font-size: 1.0625rem; border-bottom: 1px dotted var(--rule); }
.panel li:last-child a { border-bottom: 0; }
.panel li a:hover { color: var(--tomato-deep); }
.panel h3 { font-style: italic; font-weight: 600; font-size: 1.25rem; color: var(--terracotta); margin: 0 0 6px; }
.panel .col + h3, .panel ul + h3 { margin-top: 18px; }
.panel.mega { left: auto; right: -160px; width: min(860px, 92vw); display: none; grid-template-columns: repeat(3, 1fr); gap: 8px 34px; }
.nav-trigger[aria-expanded="true"] + .panel.mega { display: grid; }
.panel .overview { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-bottom: 1.5px solid var(--ochre); padding-bottom: 10px; margin-bottom: 8px; }
.panel .overview a { font: 700 1.5rem/1.1 var(--display); text-decoration: none; }
.panel .overview span { color: var(--ink-soft); font-style: italic; }
.panel .pdfs a { gap: 8px; }
.panel .pdfs .ic { width: 18px; height: 18px; color: var(--tomato); }
.header-call { min-height: 46px; padding: 10px 18px; font-size: .9375rem; }
.menu-toggle { display: none; }

/* ---------- Cover (home masthead) ---------- */
.cover { position: relative; }
.hillside { position: relative; height: clamp(180px, 26vw, 340px); background: var(--paper-deep) url(img/hillside.webp) center 62% / cover; border-bottom: 3px double var(--ochre); }
.cover-card {
  position: relative; margin: calc(-1 * clamp(70px, 9vw, 130px)) auto 0; max-width: 860px;
  background: var(--card); border: 1px solid var(--rule); box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 44px) clamp(20px, 4vw, 52px) clamp(26px, 4vw, 40px); text-align: center;
}
.cover-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--rule); pointer-events: none; }
.cover-logo { width: clamp(150px, 20vw, 210px); margin: 0 auto 14px; }
.cover h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; }
.cover .est { font: italic 500 clamp(1.25rem, 2.2vw, 1.625rem)/1.3 var(--display); color: var(--terracotta); margin: 8px 0 0; }
.cover-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; position: relative; }
.hours-line { position: relative; margin: 22px 0 0; font-size: 1.0625rem; color: var(--ink-soft); display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 18px; }
.hours-line b { color: var(--ink); }
.hours-line .today { color: var(--olive); font-weight: 800; }
.hours-line .today::after { content: " · today"; font-style: italic; font-weight: 400; }

/* ---------- Bands ---------- */
.band { padding-block: var(--band); }
.band.olive { background: var(--olive); color: #f6efe1; }
.band.terracotta { background: var(--terracotta); color: #fbf3e6; }
.band-title { text-align: center; margin-bottom: clamp(28px, 4vw, 44px); }
.band-title h2 { font-size: clamp(2.25rem, 4.4vw, 3.5rem); }
.band-title .sub { font: italic 500 1.25rem/1.4 var(--display); margin: 8px 0 0; color: var(--ink-soft); }
.on-dark .band-title .sub { color: inherit; opacity: .9; }
.on-dark .ornament { color: #e9c98f; }

/* Notice (News & Update) */
.notice { background: var(--card); border: 1px solid var(--rule); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 48px); position: relative; }
.notice::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--rule); pointer-events: none; }
.notice-head { text-align: center; position: relative; }
.notice-head .eyeline { font: 800 .875rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 8px; }
.notice-head h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); color: var(--tomato-deep); }
.notice-head .place { font-style: italic; color: var(--ink-soft); margin: 6px 0 0; }
.notice-banner { margin: 22px 0; background: var(--tomato-deep); color: #fff; text-align: center; padding: 12px 16px; font: 800 1.0625rem/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; position: relative; }
.notice-body { position: relative; }
.notice-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.notice-box { padding: 4px 0 6px; }
.notice-box + .notice-box { border-left: 1px solid var(--rule); padding-left: 18px; }
.notice-box h3 { font: 800 1rem/1.25 var(--body); letter-spacing: .06em; text-transform: uppercase; color: var(--tomato-deep); margin-bottom: 10px; }
.notice-box ul, .notice-box ol { margin: 8px 0 0; padding-left: 1.1em; }
.notice-box li { margin-bottom: 6px; }
.notice-box .hold { margin-top: 12px; border-top: 1px dotted var(--rule); padding-top: 10px; }
.notice-box .hold h4 { font: 800 .9375rem/1.2 var(--body); letter-spacing: .06em; text-transform: uppercase; color: var(--olive); margin: 0 0 6px; }
.advance { margin-top: 12px; font-size: 1.0625rem; border-top: 1px dotted var(--rule); padding-top: 10px; }
.notice-sign { text-align: center; margin-top: 24px; position: relative; }
.notice-sign p { font: italic 500 1.375rem/1.35 var(--display); color: var(--tomato-deep); margin: 0; }
.notice-sign span { display: block; margin-top: 6px; font: 800 .8125rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }

/* Family */
.family { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.framed { margin: 0; background: #fbf6ec; padding: 12px 12px 14px; box-shadow: var(--shadow); transform: rotate(-.8deg); }
.framed img { width: 100%; filter: sepia(.12); }
.framed figcaption { font: italic 500 1.0625rem/1.3 var(--display); color: var(--ink-soft); padding: 10px 4px 0; text-align: center; }
.pull { font: italic 500 clamp(1.5rem, 2.6vw, 2rem)/1.3 var(--display); margin: 0 0 18px; }
.pull cite { display: block; font: 800 .875rem/1 var(--body); font-style: normal; letter-spacing: .14em; text-transform: uppercase; margin-top: 12px; color: var(--ochre); }
.on-dark .pull cite { color: #e9c98f; }

/* ---------- The carta: menu lists ---------- */
.page-head { text-align: center; padding-block: calc(var(--band) * .8) calc(var(--band) * .5); }
.page-head h1 { font-size: clamp(2.75rem, 6vw, 4.5rem); font-weight: 800; }
.page-head .sub { font: italic 500 clamp(1.25rem, 2.2vw, 1.5rem)/1.35 var(--display); color: var(--terracotta); margin: 10px 0 0; }
.back { margin: 0 0 14px; }
.back a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; text-decoration: none; color: var(--ink-soft); font-weight: 700; }
.back a:hover { color: var(--tomato-deep); }
.back .ic { width: 18px; height: 18px; }
body[data-section="about"] [aria-controls="p-about"],
body[data-section="menu"] [aria-controls="p-menu"],
body[data-section="catering"] [aria-controls="p-catering"] { box-shadow: inset 0 -3px 0 var(--terracotta); }

.carta { background: var(--card); border: 1px solid var(--rule); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 52px); position: relative; margin-bottom: var(--band); }
.carta::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--rule); pointer-events: none; }
.carta > * { position: relative; }
.notes { list-style: none; margin: 0 auto clamp(24px, 3vw, 36px); padding: 0 0 20px; max-width: 70ch; text-align: center; border-bottom: 1.5px solid var(--ochre); font-style: italic; color: var(--ink-soft); }
.notes li + li { margin-top: 6px; }
.carta-section + .carta-section { margin-top: clamp(28px, 4vw, 44px); padding-top: clamp(22px, 3vw, 32px); border-top: 1px solid var(--ochre); }
.carta-section > h2 { font-style: italic; font-weight: 600; font-size: clamp(1.625rem, 3vw, 2.125rem); color: var(--terracotta); text-align: center; margin-bottom: 18px; }
.sizes-head { display: flex; justify-content: flex-end; gap: 0; font: 800 .8125rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.items { list-style: none; margin: 0; padding: 0; columns: 2 420px; column-gap: clamp(28px, 5vw, 64px); column-rule: 1px solid var(--rule); }
.item { break-inside: avoid; padding: 10px 0 12px; border-bottom: 1px dotted var(--rule); }
.item-line { display: flex; align-items: baseline; gap: 8px; }
.item-name { font: 700 1.3125rem/1.2 var(--display); }
.leader { flex: 1; border-bottom: 2px dotted rgb(43 29 20 / .45); transform: translateY(-4px); min-width: 20px; }
.price { font: 800 1.1875rem/1.2 var(--body); font-variant-numeric: tabular-nums lining-nums; white-space: nowrap; color: var(--ink); }
.price-pair { display: grid; grid-template-columns: 4.2em 4.2em; text-align: right; }
.size-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.split-cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 clamp(28px, 5vw, 64px); }
.split-cols > div + div { border-left: 1px solid var(--rule); padding-left: clamp(28px, 5vw, 64px); margin-left: calc(-1 * clamp(14px, 2.5vw, 32px)); }
.items.one { columns: auto; }
.item.sized .item-name { flex: 1; font: 700 1.0625rem/1.3 var(--body); }
.item.sized .leader { display: none; }
.desc { margin: 4px 0 0; color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.45; }
.options { list-style: none; margin: 6px 0 0; padding: 0; }
.options li { display: flex; align-items: baseline; gap: 8px; font-size: 1.0625rem; }
.options .leader { transform: translateY(-3px); }
.after { text-align: center; font-style: italic; color: var(--ink-soft); margin: 16px auto 0; max-width: 70ch; }
.text-block { text-align: center; max-width: 64ch; margin: 0 auto; }

.colophon { margin: clamp(32px, 4vw, 48px) auto 0; width: 240px; padding: 6px; border: 1px solid var(--ochre); background: var(--card); }
.colophon img { width: 100%; }

/* Retail lists in three columns */
.groups { columns: 3 250px; column-gap: clamp(24px, 4vw, 48px); column-rule: 1px solid var(--rule); }
.group { break-inside: avoid; margin-bottom: 26px; }
.group h2 { font-style: italic; font-weight: 600; font-size: 1.5rem; color: var(--terracotta); margin-bottom: 8px; }
.group ul { list-style: none; margin: 0; padding: 0; }
.group li { padding: 5px 0; border-bottom: 1px dotted var(--rule); font-size: 1.0625rem; }

/* Category index (catering) */
.index-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px clamp(24px, 4vw, 48px); }
.index-cols h3 { font-style: italic; font-weight: 600; font-size: 1.5rem; color: var(--terracotta); margin: 0 0 6px; }
.index-cols ul { list-style: none; margin: 0 0 20px; padding: 0; }
.index-cols li a { display: flex; align-items: baseline; gap: 8px; min-height: 44px; padding: 8px 0; text-decoration: none; font: 700 1.25rem/1.2 var(--display); border-bottom: 1px dotted var(--rule); }
.index-cols li a:hover { color: var(--tomato-deep); }
.index-cols li a .leader { transform: translateY(-4px); }
.index-cols .ic { width: 18px; height: 18px; color: var(--terracotta); }

/* Prose pages */
.prose { max-width: 68ch; margin: 0 auto; }
.prose h2 { font-size: 1.75rem; margin: 1.6em 0 .5em; color: var(--terracotta); font-style: italic; font-weight: 600; }
.prose blockquote { margin: 1.2em 0; padding: 14px 0; border-block: 1px solid var(--rule); text-align: center; font: italic 500 1.375rem/1.4 var(--display); }
.faq details { border-bottom: 1px dotted var(--rule); padding: 4px 0; }
.faq summary { cursor: pointer; min-height: 48px; display: flex; align-items: center; font: 700 1.25rem/1.25 var(--display); list-style: none; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; margin-left: auto; font: 400 1.75rem/1 var(--display); color: var(--terracotta); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 0 14px; }

/* PDF cards */
.pdf-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.pdf-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: var(--card); border: 1px solid var(--rule); text-decoration: none; box-shadow: var(--shadow); }
.pdf-card:hover { color: inherit; border-color: var(--tomato); }
.pdf-card .ic { width: 30px; height: 30px; color: var(--tomato); }
.pdf-card b { display: block; font: 700 1.25rem/1.15 var(--display); }
.pdf-card span { color: var(--ink-soft); font-size: 1rem; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; }
.gallery figure { margin: 0; background: #fbf6ec; padding: 8px 8px 10px; box-shadow: var(--shadow); height: 100%; display: flex; flex-direction: column; }
.gallery a { display: block; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery figcaption { font-size: 1rem; line-height: 1.35; color: var(--ink-soft); padding: 8px 2px 0; }
.lightbox { border: 0; padding: 0; margin: auto; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100dvh; background: transparent; color: #fff; }
.lightbox::backdrop { background: rgb(26 17 11 / .94); }
.lightbox[open] { display: grid; grid-template-rows: auto 1fr; }
.lb-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px var(--gutter); font: 800 1.0625rem/1 var(--body); letter-spacing: .08em; }
.lb-stage { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 0 8px 24px; min-height: 0; }
.lightbox figure { margin: 0; height: 100%; min-height: 0; display: grid; place-items: center; }
.lightbox img { max-width: 100%; max-height: calc(100dvh - 110px); width: auto; height: auto; background: #fbf6ec; padding: 8px; }
.lb-btn { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: rgb(255 255 255 / .14); color: #fff; border: 0; cursor: pointer; }
.lb-btn:hover { background: var(--tomato); }
.lb-btn:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

/* Visit / contact */
.visit { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 56px); align-items: start; }
.hours { width: 100%; border-collapse: collapse; font-size: 1.125rem; }
.hours th { text-align: left; font-weight: 400; padding: 10px 0; border-bottom: 1px dotted var(--rule); }
.hours td { text-align: right; font-weight: 800; padding: 10px 0; border-bottom: 1px dotted var(--rule); font-variant-numeric: tabular-nums; }
.hours tr.today th, .hours tr.today td { color: var(--olive); }
.hours tr.today th::after { content: " · today"; font-style: italic; }
.reach { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.reach li { display: flex; align-items: center; gap: 12px; font-size: 1.1875rem; }
.reach a { display: inline-flex; align-items: center; min-height: 44px; }
.reach .ic { color: var(--terracotta); }
.map { width: 100%; aspect-ratio: 4 / 3; border: 0; display: block; background: var(--paper-deep); box-shadow: var(--shadow); }
.social { display: flex; gap: 10px; list-style: none; margin: 16px 0 0; padding: 0; }
.social a { width: 46px; height: 46px; display: grid; place-items: center; border: 1.5px solid var(--rule); border-radius: 50%; }
.social a:hover { border-color: var(--tomato); color: var(--tomato); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #eadcc4; padding-block: 52px 32px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 28px; }
.site-footer h2 { font: italic 600 1.375rem/1.2 var(--display); color: #fff; margin-bottom: 12px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 4px 0; }
.site-footer li a { display: inline-flex; min-height: 44px; align-items: center; }
.site-footer .footer-logo { width: 120px; margin-bottom: 12px; background: #fff; border-radius: 50%; padding: 4px; }
.site-footer address { font-style: normal; line-height: 1.7; }
.site-footer .social a { display: grid; place-items: center; border-color: rgb(255 255 255 / .3); color: #fff; }
.copyright { margin: 28px 0 0; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / .16); font-size: .9375rem; color: #bcae98; }

/* ---------- Narrow screens ---------- */
@media (max-width: 1100px) {
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 8px 14px; background: none; border: 1.5px solid var(--ink); border-radius: 3px; font: 800 .9375rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--ink); cursor: pointer; }
  .header-row { flex-wrap: wrap; }
  .brand { margin-right: auto; }
  .site-nav { flex-basis: 100%; order: 3; margin: 0; }
  .js .site-nav { display: none; }
  .js .site-nav.open { display: block; max-height: calc(100dvh - var(--header-h)); overflow: auto; }
  .nav-top { flex-direction: column; align-items: stretch; padding-bottom: 14px; }
  .nav-top > li > a, .nav-trigger { width: 100%; justify-content: space-between; min-height: 52px; font-size: 1.0625rem; border-top: 1px dotted var(--rule); border-radius: 0; }
  .panel, .panel.mega { position: static; width: auto; min-width: 0; box-shadow: none; border: 0; padding: 6px 14px 14px 18px; background: rgb(255 255 255 / .4); }
  .panel.mega { grid-template-columns: 1fr; right: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .split-cols { grid-template-columns: minmax(0, 1fr); }
  .split-cols > div + div { border-left: 0; padding-left: 0; margin-left: 0; }
  .family, .visit { grid-template-columns: minmax(0, 1fr); }
  .notice-cols { grid-template-columns: minmax(0, 1fr); }
  .notice-box + .notice-box { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 16px; }
  .index-cols { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
  :root { --header-h: 72px; }
  body { font-size: 1.125rem; }
  .brand img { width: 88px; }
  .header-call .num { display: none; }
  .header-call { padding: 10px 14px; }
  .cover-actions > * { flex: 1 1 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .item.sized .item-line { flex-wrap: wrap; }
  .item.sized .leader, .sizes-head { display: none; }
  .item.sized .price-pair { display: flex; gap: 22px; width: 100%; margin-top: 4px; }
  .item.sized .size-label { position: static; width: auto; height: auto; clip: auto; font: 800 .8125rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
  .lb-stage { grid-template-columns: 1fr; }
  .lb-stage .lb-prev, .lb-stage .lb-next { position: fixed; bottom: 16px; }
  .lb-stage .lb-prev { left: 16px; }
  .lb-stage .lb-next { right: 16px; }
  .lightbox img { max-height: calc(100dvh - 170px); }
}
