/* Cafe Mallow staging's open story / photograph layout in Way Home's identity. */
.about-page { background: var(--paper); color: var(--ink); }
.about-page .site-header {
  background: var(--paper);
  color: var(--ink);
  animation: none;
  border-bottom: 0;
}
.about-page .site-header.is-scrolled {
  background: #fff4eade;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.about-page .header-trim { background: var(--ink); }
.about-page .header-trim--detailed::before { display: none; }
.about-page .button-outline { border-color: var(--ink); background: transparent; }
.about-page .button-outline:hover { background: var(--ink); color: var(--paper); }
.about-page [aria-current="page"] { text-decoration: underline; text-underline-offset: .3em; }
.about-page .mobile-nav nav { color: var(--paper); }
.about-page .site-header:has(.mobile-nav[open]) { background: var(--paper); }
.about-page .skip-link { background: var(--ink); color: var(--paper); }
.about-page .text-link { width: fit-content; font-size: 18px; }
.about-page .text-link:hover { color: var(--accent); }
.about-main { max-width: 1440px; padding: 152px var(--gutter) 88px; }
.about-label { font-size: 11px; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.about-intro { margin-bottom: 52px; }
.about-intro h1 { font-size: calc(clamp(64px, 7.6vw, 116px) * var(--title-scale)); margin: 20px 0 18px; }
.about-deck { font-size: 23px; }
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }
.about-story-copy { max-width: 470px; }
.about-story h2, .about-section-heading h2, .about-visit h2 { font-size: calc(clamp(48px, 4.5vw, 72px) * var(--title-scale)); }
.about-story h2 { margin: 20px 0 24px; }
.about-story-copy > p:not(.about-label), .about-menu-copy > p { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.65; text-wrap: pretty; }
.about-story-copy > p + p, .about-menu-copy > p + p { margin-top: 18px; }
.about-story-copy .text-link, .about-menu-copy .text-link { margin-top: 22px; }
.about-main figure { position: relative; overflow: hidden; background: #c3b39e; }
.about-main figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-room-photo { aspect-ratio: 1.05; }
.about-room-photo img { object-position: 63% center; }
.about-main figcaption { position: absolute; inset: auto 0 0; color: var(--paper); padding: 64px 26px 23px; background: linear-gradient(transparent, #24170fc2); font-size: 18px; }
.about-divider { height: 25px; margin: 80px 0 64px; padding: 4px 0; overflow: hidden; }
.about-divider .ornament-ribbon { display: block; width: 100%; height: 17px; mask-size: 52px 17px; opacity: .95; }
.about-section-heading { margin-bottom: 36px; }
.about-section-heading h2 { margin-top: 18px; }
.about-menu-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(36px, 5vw, 72px); }
.about-drinks-photo { aspect-ratio: 1.45; }
.about-drinks-photo img { object-position: center; }
.about-menu-copy { max-width: 430px; }
.about-visit { margin-top: 84px; padding-top: 72px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(36px, 6vw, 88px); }
.about-storefront { aspect-ratio: 1.2; }
.about-storefront img { object-position: 53% center; }
.about-visit h2 { margin: 20px 0 25px; }
.about-visit address { font-size: 19px; line-height: 1.65; margin-bottom: 10px; }
.about-visit-note { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); max-width: 320px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.about-visit-note > p { color: var(--muted); font-size: 17px; }
.about-footer { max-width: 1440px; margin: auto; padding: 30px var(--gutter) 38px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.about-footer .wordmark { font-size: 34px; }
.about-footer > p { font-size: 16px; color: var(--muted); }
.about-footer .social-link { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; min-height: 44px; }
.about-footer .social-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
@media (max-width: 1000px) and (min-width: 761px) {
  .about-main { padding-top: 138px; }
  .about-story { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-room-photo { aspect-ratio: .85; }
  .about-menu-grid { grid-template-columns: 1.05fr 1fr; gap: 32px; }
  .about-drinks-photo { aspect-ratio: 1; }
  .about-footer > p { display: none; }
}
@media (max-width: 760px) {
  .about-main { padding: 124px 22px 54px; }
  .about-intro { margin-bottom: 36px; }
  .about-label { font-size: 10px; letter-spacing: .13em; }
  .about-intro h1 { font-size: calc(clamp(50px, 12.7vw, 84px) * var(--title-scale)); margin: 18px 0 14px; }
  .about-deck { font-size: 18px; }
  .about-story { display: flex; flex-direction: column; gap: 32px; align-items: stretch; }
  .about-room-photo { order: -1; aspect-ratio: 1.06; }
  .about-story-copy, .about-menu-copy { max-width: none; }
  .about-story h2, .about-section-heading h2, .about-visit h2 { font-size: calc(clamp(44px, 10.5vw, 70px) * var(--title-scale)); }
  .about-story h2 { margin: 15px 0 20px; }
  .about-story-copy > p:not(.about-label), .about-menu-copy > p { font-size: 18px; line-height: 1.65; }
  .about-main figcaption { padding: 54px 20px 18px; font-size: 16px; }
  .about-divider { height: 22px; margin: 46px 0; padding-block: 3px; }
  .about-divider .ornament-ribbon { height: 16px; }
  .about-section-heading { margin-bottom: 26px; }
  .about-section-heading h2 { margin-top: 14px; }
  .about-menu-grid, .about-visit { display: grid; grid-template-columns: 1fr; gap: 28px; }
  .about-drinks-photo { aspect-ratio: 1.15; }
  .about-menu-copy .text-link { margin-top: 18px; }
  .about-visit { margin-top: 48px; padding-top: 40px; }
  .about-storefront { aspect-ratio: 1.2; }
  .about-visit h2 { margin: 14px 0 20px; }
  .about-visit address { font-size: 18px; }
  .about-visit-note { max-width: none; }
  .about-footer { padding: 24px 22px 30px; flex-wrap: wrap; gap: 12px 24px; }
  .about-footer .wordmark { font-size: 30px; }
  .about-footer > p { order: 3; width: 100%; font-size: 14px; }
  .about-footer .social-link { font-size: 13px; gap: 8px; }
}
@media (max-width: 359px) {
  .about-main { padding-inline: 18px; }
  .about-footer { padding-inline: 18px; }
  .about-footer .social-link { font-size: 12px; gap: 6px; }
}
