@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #fffefb;
  --surface: #f5f1eb;
  --rose: #f4e9e6;
  --ink: #272323;
  --muted: #615853;
  --accent: #841b26;
  --line: #d9d0c9;
  --radius: 2px;
  --header-height: 76px;
  --space: clamp(80px, 7.5vw, 112px);
  color-scheme: light;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; }
[hidden] { display: none !important; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; border: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
figure, blockquote, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h2 { font-size: clamp(40px, 4.45vw, 64px); letter-spacing: -.05em; line-height: 1.07; }
h3 { font-size: 29px; letter-spacing: -.035em; line-height: 1.2; }
p { line-height: 1.65; }
address { font-style: normal; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.wrap { width: calc(100% - 96px); max-width: 1264px; margin-inline: auto; }
.section { padding-block: var(--space); }
.accent { color: var(--accent); }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 20px; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 30; padding: 14px; background: #fff; color: var(--accent); }
.skip-link:focus { transform: none; }

/* Page, fixed navigation, then the native dialog top layer. */
.site-header { position: fixed; inset: 0 0 auto; height: var(--header-height); background: var(--paper); color: var(--ink); display: flex; align-items: center; justify-content: space-between; padding-inline: 48px; z-index: 10; border-bottom: 1px solid var(--line); transition: background-color .24s ease, border-color .24s ease, color .18s ease; }
.site-header.is-top { background-color: transparent; color: #fff; border-bottom-color: transparent; }
.site-header.is-top .brand img { filter: drop-shadow(0 1px 2px rgb(255 255 255 / .58)); }
.site-header.is-top .desktop-nav a { text-shadow: 0 1px 5px rgb(0 0 0 / .45); }
.site-header.is-top .desktop-nav a::after { background: currentColor; }
.site-header.is-top .icon-link { color: inherit; text-shadow: 0 1px 5px rgb(0 0 0 / .45); }
.site-header.is-top .icon-link:hover { color: #fff; background: rgb(255 255 255 / .16); }
.brand { display: inline-flex; align-items: center; flex: none; line-height: 0; }
.brand img { width: 116px; height: 54px; object-fit: contain; display: block; mix-blend-mode: multiply; }
.desktop-nav { display: flex; gap: 34px; align-items: center; font-size: 14px; font-weight: 500; }
.desktop-nav a { padding-block: 12px; position: relative; }
.desktop-nav a::after { content: ""; height: 1px; background: var(--accent); position: absolute; inset: auto 0 6px; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions, .social-links { display: flex; align-items: center; gap: 4px; }
.icon-link { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: transparent; flex: none; border-radius: var(--radius); transition: background .2s, color .2s; }
.icon-link svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.icon-link:hover { color: var(--accent); background: var(--rose); }
.nav-toggle { display: none; }
.menu-lines { position: relative; width: 22px; height: 12px; border-top: 1.5px solid; border-bottom: 1.5px solid; }
.menu-lines::after { content: ""; position: absolute; width: 22px; top: 4px; left: 0; border-top: 1.5px solid; }

.hero { position: relative; min-height: 100svh; isolation: isolate; display: flex; align-items: flex-end; color: #fff; padding: 128px 0 68px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; z-index: -2; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.10) 35%, rgba(0,0,0,.30) 100%); }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 360px); align-items: flex-end; gap: clamp(48px, 7vw, 112px); position: relative; }
.hero-copy { min-width: 0; }
.hero-cta { display: flex; flex-direction: column; align-items: flex-end; min-width: 0; }
.hero-brand { font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 24px; text-shadow: 0 1px 5px #000; }
.hero h1 { font-size: clamp(60px, 6.8vw, 96px); line-height: 1.01; letter-spacing: -.035em; text-wrap: balance; text-shadow: 0 2px 16px #0005; }
.hero-description { font-size: 18px; margin-top: 0; max-width: 360px; line-height: 1.5; text-align: right; text-shadow: 0 1px 5px #000; }
.hero-actions { display: flex; width: 100%; gap: 12px; margin-top: 32px; }
.hero-actions .button { flex: 1; gap: 16px; padding-inline: 18px; }
.hero-location { padding-bottom: 10px; border-bottom: 1px solid #ffffff90; font-size: 14px; white-space: nowrap; text-shadow: 0 1px 5px #000; }
.hero-location > span:first-child { display: block; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 12px; }
.hero-location > span:last-child { margin-left: 28px; }
@media (min-width: 768px) {
  .hero-cta .button-red { background: #fff; color: var(--ink); }
  .hero-cta .button-red:hover { background: var(--accent); color: #fff; }
  .hero-cta .hero-location { display: none; }
}
.button { display: inline-flex; justify-content: center; align-items: center; gap: 34px; min-height: 52px; padding: 15px 24px; font-size: 14px; font-weight: 600; line-height: 1.4; white-space: nowrap; border: 1px solid transparent; border-radius: var(--radius); transition: background .2s, color .2s, transform .2s; }
.button span { font-size: 19px; line-height: 1; }
.ui-icon { width: 20px; height: 20px; display: block; flex: none; fill: none; }
.button .ui-icon { width: 18px; height: 18px; }
.button-red { background: var(--accent); color: #fff; }
.button-red:hover { background: #64131c; }
.button-outline { background: rgba(0,0,0,.15); color: #fff; border-color: rgba(255,255,255,.8); }
.button-outline:hover { background: #fff; color: var(--accent); }
.button:active { transform: scale(.98); }
.hero a:focus-visible { outline-color: #fff; }
.text-link { font-size: 14px; display: inline-flex; align-items: center; gap: 16px; color: var(--accent); font-weight: 600; line-height: 1.5; min-height: 40px; padding-block: 8px 5px; border-bottom: 1px solid currentColor; }
.text-link:hover { color: #4e1018; }
.text-link span { font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }

.about-section { background: var(--paper); }
.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 11%; align-items: center; }
.about-copy { max-width: 535px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { font-size: 16px; color: var(--muted); margin-top: 18px; line-height: 1.75; }
.about-copy > .text-link { margin-top: 26px; }
.place-notes { list-style: none; padding: 22px 0 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 500; color: var(--accent); }
.about-figure { width: 100%; max-width: 430px; justify-self: end; }
.portrait { aspect-ratio: 3 / 4; overflow: hidden; position: relative; background: #e9e2dc; align-self: start; border-radius: var(--radius); }
.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-figure figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; font-size: 11px; color: var(--muted); padding-top: 15px; }
.about-figure figcaption > span:last-child { color: var(--accent); }

.section-heading { margin-bottom: 44px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin-top: 20px; }
.heading-split { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; }
.heading-split > .button { flex: none; margin-bottom: 3px; }
.heading-split > .heading-note { max-width: 315px; line-height: 1.65; margin-top: 0; padding-bottom: 4px; }
.menu-section { background: var(--surface); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.menu-card h3 { margin-top: 25px; }
.menu-card > p { font-size: 14px; color: var(--muted); margin-top: 12px; min-height: 46px; line-height: 1.65; max-width: 350px; }
.menu-items { margin-top: 23px; border-top: 1px solid var(--line); }
.menu-item { display: flex; justify-content: space-between; gap: 20px; font-size: 14px; line-height: 1.5; align-items: baseline; padding-block: 12px; border-bottom: 1px solid var(--line); }
.price { font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--accent); }
.menu-foot { margin-top: 32px; display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.moments-section { background: var(--rose); }
.moments-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.moment { display: grid; grid-template-columns: .95fr 1fr; gap: 28px; align-items: center; min-width: 0; }
.moment > figure { min-width: 0; }
.moment-copy .eyebrow { font-size: 10px; line-height: 1.7; letter-spacing: .09em; margin-bottom: 15px; }
.moment h3 { font-size: clamp(26px, 2.35vw, 34px); letter-spacing: -.035em; }
.moment-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin-top: 18px; }
.moment-copy .text-link { margin-top: 22px; font-size: 12px; gap: 12px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 24px; align-items: start; }
.gallery-item { min-width: 0; }
.gallery-open { display: block; padding: 0; width: 100%; position: relative; background: none; text-align: left; }
.gallery-open .portrait { width: 100%; }
.gallery-open .portrait img { transition: transform .35s ease; }
.photo-expand { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: center; background: var(--paper); color: var(--accent); width: 36px; height: 36px; transition: background .2s, color .2s; }
.photo-expand .ui-icon { width: 17px; height: 17px; }
.gallery-open:hover .photo-expand { background: var(--accent); color: #fff; }
.gallery-item figcaption { margin-top: 14px; font-size: 15px; line-height: 1.5; }

.reviews-section { background: var(--surface); }
.review-heading { margin-bottom: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.review-heading h2 { font-size: clamp(36px, 3.8vw, 54px); }
.overall-rating { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 12px; }
.overall-rating strong { font-size: 64px; font-weight: 500; color: var(--accent); line-height: 1; letter-spacing: -.06em; }
.overall-rating p { margin-top: 7px; }
.stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; white-space: nowrap; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.review { display: flex; flex-direction: column; align-items: start; }
.review blockquote { font-size: 21px; line-height: 1.55; letter-spacing: -.02em; margin: 22px 0 28px; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; }
.review-author img { border-radius: 50%; width: 44px; height: 44px; object-fit: cover; }
.review .text-link { margin-top: 18px; font-size: 12px; }
.reviews-grid .review + .review { border-left: 1px solid var(--line); padding-left: 32px; }

.visit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: start; }
.detail-heading { display: flex; align-items: center; gap: 10px; font-size: 22px; margin-bottom: 18px; }
.detail-heading .ui-icon { width: 21px; height: 21px; color: var(--accent); }
.visit-details address { font-size: 16px; line-height: 1.75; color: var(--muted); }
.phone-link { font-size: 20px; display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; width: max-content; color: var(--accent); }
.phone-link .ui-icon { width: 20px; height: 20px; }
.phone-link:hover { color: #4e1018; }
.visit-details > .button { margin-top: 24px; }
.hours { margin-top: 38px; max-width: 440px; }
.hours .detail-heading { font-size: 22px; }
.hours dl { margin: 20px 0 0; font-size: 14px; }
.hours dl > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; padding-block: 12px; border-bottom: 1px solid var(--line); line-height: 1.7; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; }
.map-frame { height: 660px; border: 1px solid var(--line); overflow: hidden; background: #e8e7e4; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.site-footer { background: var(--rose); padding: 54px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1.3fr .8fr auto; gap: 32px; align-items: start; font-size: 14px; }
.footer-brand img { width: 145px; height: 66px; }
.footer-main p { color: var(--muted); margin-bottom: 9px; }
.footer-main nav { display: grid; gap: 16px; }
.footer-main a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 42px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: var(--muted); }

dialog { padding: 0; border: 0; border-radius: var(--radius); color: var(--ink); background: var(--paper); max-height: calc(100svh - 32px); box-shadow: 0 12px 80px #0003; }
dialog::backdrop { background: rgba(0,0,0,.58); }
.dialog-heading { padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dialog-heading h2 { font-size: 25px; line-height: 1.2; }
.dialog-close { font-size: 32px; font-weight: 400; line-height: 1; }
.menu-dialog { width: min(740px, calc(100% - 32px)); }
.menu-dialog .dialog-heading { position: sticky; top: 0; background: var(--paper); }
.menu-tabs { display: flex; gap: 0; padding-inline: 24px; border-bottom: 1px solid var(--line); }
.menu-tabs button { background: none; padding: 14px 20px; color: var(--muted); border-bottom: 2px solid transparent; white-space: nowrap; font-size: 14px; }
.menu-tabs [aria-selected="true"] { color: var(--accent); border-color: var(--accent); font-weight: 600; }
.menu-panel { padding: 24px; background: var(--surface); }
.menu-panel img { display: block; width: 100%; max-width: 595px; height: auto; margin: auto; }
.menu-image-link { padding: 18px 24px; }
.nav-dialog { width: 100%; max-width: none; max-height: none; height: 100svh; margin: 0; padding: 8px 0; }
.nav-dialog nav { padding: 30px 28px; display: grid; gap: 20px; }
.nav-dialog nav a { font-size: 40px; letter-spacing: -.04em; padding: 8px 0; }
.nav-contact { margin: 26px 28px; color: var(--muted); font-size: 14px; }
.nav-contact a { display: inline-block; margin-top: 12px; color: var(--accent); }
.lightbox { width: 100%; height: 100svh; max-width: none; max-height: none; margin: 0; background: #151515; color: #fff; }
.lightbox::backdrop { background: #151515; }
.lightbox-top { height: 80px; display: flex; justify-content: space-between; align-items: center; padding: 12px 30px; gap: 20px; }
.lightbox-top p { font-size: 15px; line-height: 1.5; }
.lightbox .icon-link { color: #fff; border: 1px solid #ffffff50; }
.lightbox .icon-link:hover { background: #333; }
.lightbox-stage { height: calc(100svh - 130px); display: grid; grid-template-columns: 60px minmax(0, 1fr) 60px; align-items: center; gap: 20px; padding: 0 30px; }
.lightbox-stage img { width: 100%; height: 100%; max-height: calc(100svh - 130px); object-fit: contain; display: block; }
.lightbox-prev, .lightbox-next { font-size: 24px; }
.lightbox-next { justify-self: end; }
.lightbox-count { text-align: center; height: 50px; padding-top: 14px; font-size: 12px; color: #c6c3c0; }
.lightbox :focus-visible { outline-color: #fff; }

@media (min-width: 1600px) {
  .hero { padding-bottom: 85px; }
  .hero h1 { font-size: 106px; }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .moments-grid { grid-template-columns: 1fr; gap: 32px; }
  .moment { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 40px; }
  .moment-copy { max-width: 450px; }
  .moment h3 { font-size: 36px; }
  .moment-copy > p:not(.eyebrow) { font-size: 16px; }
}
@media (max-width: 1023px) {
  :root { --header-height: 70px; }
  .wrap { width: calc(100% - 64px); }
  .site-header { padding-inline: 24px; }
  .desktop-nav { gap: 20px; font-size: 13px; }
  .brand img { width: 100px; height: 48px; }
  .hero { padding-bottom: 60px; }
  .hero h1 { font-size: 76px; }
  .hero-location { display: none; }
  .about { gap: 7%; grid-template-columns: 1.1fr .9fr; }
  .about-copy h2 { font-size: 40px; }
  .about-copy > p:not(.eyebrow) { font-size: 15px; }
  .place-notes { gap: 10px 14px; font-size: 11px; }
  .heading-split { gap: 24px; }
  .heading-split > .heading-note { max-width: 250px; font-size: 14px; }
  .menu-grid { gap: 20px; }
  .menu-card h3 { font-size: 23px; }
  .menu-card > p { font-size: 13px; min-height: 65px; }
  .menu-item { font-size: 13px; gap: 10px; min-height: 64px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .reviews-grid { gap: 24px; }
  .reviews-grid .review + .review { padding-left: 24px; }
  .review blockquote { font-size: 18px; }
  .visit-grid { gap: 6%; grid-template-columns: 1fr 1fr; }
  .hours dl { font-size: 13px; }
  .hours dl > div { gap: 10px; }
  /* A full map viewport retains Google's native business information card. */
  .map-frame iframe { width: 125%; height: 125%; transform: scale(.8); transform-origin: 0 0; }
  .footer-main { gap: 24px; grid-template-columns: 1fr 1.6fr .7fr; }
  .footer-main > .social-links { grid-column: 1; }
  .footer-bottom { margin-top: 32px; }
}
@media (max-width: 767px) {
  :root { --header-height: 68px; --space: 72px; }
  .wrap { width: calc(100% - 40px); }
  h2 { font-size: clamp(36px, 9.8vw, 44px); line-height: 1.08; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; }
  .site-header { padding-inline: 20px; }
  .brand img { width: 102px; height: 48px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: inline-flex; margin-left: 8px; }
  .header-actions .social-links { gap: 0; }
  .hero { min-height: 100svh; padding: 112px 0 40px; }
  .hero-image { object-position: 53% 49%; }
  .hero-brand { font-size: 10px; letter-spacing: .11em; margin-bottom: 19px; }
  .hero h1 { font-size: clamp(40px, 10.65vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
  .hero-content { grid-template-columns: 1fr; gap: 20px; }
  .hero-cta { align-items: flex-start; }
  .hero-description { font-size: 15px; max-width: 330px; margin-top: 0; line-height: 1.55; text-align: left; }
  .hero-actions { gap: 10px; margin-top: 26px; }
  .button { padding: 14px 20px; min-height: 50px; gap: 25px; font-size: 13px; }
  .hero-copy { width: 100%; }
  .hero-actions .button { flex: 1; max-width: 195px; }
  .about { grid-template-columns: 1fr; gap: 34px; }
  .about-copy { max-width: none; }
  .about-copy h2 { font-size: 42px; margin-bottom: 25px; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
  .place-notes { margin-top: 24px; padding-top: 18px; gap: 10px 15px; font-size: 11px; }
  .about-copy > .text-link { margin-top: 18px; }
  .about-figure { max-width: none; }
  .about-figure figcaption { font-size: 10px; }
  .section-heading { margin-bottom: 32px; }
  .heading-split { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
  .section-heading p:not(.eyebrow) { font-size: 15px; margin-top: 16px; }
  .heading-split > .heading-note { max-width: 330px; margin-top: 0; font-size: 15px; padding-bottom: 0; }
  .heading-split > .button { margin: 0; }
  .menu-grid { grid-template-columns: 1fr; gap: 42px; }
  .menu-card h3 { font-size: 29px; margin-top: 23px; }
  .menu-card > p { min-height: 0; max-width: none; font-size: 15px; margin-top: 10px; }
  .menu-items { margin-top: 20px; }
  .menu-item { font-size: 14px; min-height: 0; padding-block: 13px; }
  .menu-foot { flex-direction: column; gap: 8px; font-size: 12px; margin-top: 28px; }
  .moments-grid { grid-template-columns: 1fr; gap: 30px; }
  .moment { grid-template-columns: .8fr 1.2fr; gap: 20px; align-items: start; }
  .moment + .moment { border-top: 1px solid var(--line); padding-top: 30px; }
  .moment-copy .eyebrow { font-size: 9px; line-height: 1.6; margin-bottom: 12px; letter-spacing: .07em; }
  .moment h3 { font-size: 29px; line-height: 1.05; }
  .moment-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 14px; line-height: 1.6; }
  .moment-copy .text-link { margin-top: 14px; font-size: 11px; gap: 9px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 24px; }
  .gallery-item figcaption { font-size: 14px; margin-top: 12px; }
  .review-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; padding-bottom: 26px; gap: 20px; }
  .review-heading h2 { font-size: 38px; }
  .overall-rating strong { font-size: 56px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 30px; }
  .reviews-grid .review + .review { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 30px; }
  .review blockquote { font-size: 20px; margin-top: 16px; margin-bottom: 23px; }
  .review .text-link { margin-top: 14px; font-size: 12px; }
  .visit-grid { grid-template-columns: 1fr; gap: 36px; }
  .hours { margin-top: 36px; max-width: none; }
  .hours dl { font-size: 14px; }
  .map-frame { height: 440px; }
  .site-footer { padding-top: 40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 22px; font-size: 13px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main nav { justify-self: end; }
  .footer-main > .social-links { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 24px; padding-top: 20px; }
  .dialog-heading { padding: 12px 16px; }
  .dialog-heading h2 { font-size: 23px; }
  .menu-tabs { padding: 0 12px; }
  .menu-tabs button { flex: 1; padding: 14px 8px; font-size: 13px; }
  .menu-panel { padding: 12px; }
  .menu-image-link { padding: 16px; }
  .lightbox-top { height: 76px; padding: 12px 16px; }
  .lightbox-top p { font-size: 13px; }
  .lightbox-stage { height: calc(100svh - 136px); grid-template-columns: 1fr; padding: 0 16px; gap: 0; position: relative; }
  .lightbox-stage img { height: 100%; max-height: calc(100svh - 136px); }
  .lightbox-prev, .lightbox-next { position: absolute; bottom: -52px; z-index: 1; }
  .lightbox-prev { left: 16px; }
  .lightbox-next { right: 16px; }
  .lightbox-count { height: 60px; padding-top: 22px; }
}
@media (max-width: 374px) {
  .site-header { padding-inline: 16px; }
  .brand img { width: 92px; }
  .header-actions { gap: 0; }
  .nav-toggle { margin-left: 0; }
  .hero h1 { font-size: 36px; }
  .hero-brand { font-size: 9px; }
  .hero-actions .button { gap: 16px; padding-inline: 16px; }
  .about-copy h2 { font-size: 37px; }
  .moment { gap: 16px; grid-template-columns: .7fr 1.3fr; }
  .moment h3 { font-size: 27px; }
  .moment-copy > p:not(.eyebrow) { font-size: 13px; }
}
@media (max-height: 620px) and (min-width: 768px) {
  .hero { padding-bottom: 28px; padding-top: 108px; }
  .hero h1 { font-size: 58px; }
  .hero-brand { margin-bottom: 14px; }
  .hero-description { margin-top: 16px; }
  .hero-actions { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .gallery-open:hover .portrait img, .text-link:hover span, .button:active { transform: none; }
}
