/* Shared palette and spacing. No external fonts, libraries or build step. */
:root {
  --paper: #f7f3ec;
  --surface: #eee7dd;
  --ink: #372e29;
  --muted: #6d625a;
  --accent: #8b563f;
  --line: #d9cfc3;
  --serif: "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, "Yu Mincho", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 2.05; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; }
::selection { background: var(--accent); color: var(--paper); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(4rem, 7.8vw, 7.5rem); line-height: 1.03; letter-spacing: -.055em; }
h2 { font-size: clamp(2.8rem, 4.9vw, 4.8rem); line-height: 1.12; letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-family: var(--sans); font-size: 1.125rem; font-weight: 500; line-height: 1.8; }
em { font-weight: 400; color: var(--accent); }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; padding: 10px 20px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 10px; }
.site-header { min-height: 122px; width: calc(100% - 112px); max-width: 1480px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.brand-name { font: 2.5rem/1 var(--serif); letter-spacing: -.055em; }
.brand-dot { color: var(--accent); }
.brand-sub { font-size: .75rem; letter-spacing: .2em; padding-left: 24px; border-left: 1px solid var(--line); }
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { position: relative; padding-block: 12px; font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .13em; }
.site-nav a::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--accent); }
.nav-toggle { display: none; }
.eyebrow { font: .75rem/1.8 Arial, sans-serif; letter-spacing: .2em; color: var(--accent); margin-bottom: 30px; }
.hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 5%; padding-block: 86px 68px; }
.hero-copy { padding-block: 12px; }
.hero .eyebrow { font-size: .6875rem; letter-spacing: .17em; }
.hero h1 { margin-bottom: 34px; }
.hero-japanese { font-size: 1.0625rem; letter-spacing: .075em; margin-bottom: 22px; }
.hero-description { color: var(--muted); line-height: 2.15; margin-bottom: 32px; font-size: .9375rem; }
.hero-visual { margin: 0; min-width: 0; }
.cafe-photo { aspect-ratio: 4 / 5; background-color: var(--surface); background-position: 48% center; background-size: cover; }
.hero-visual figcaption { display: flex; justify-content: space-between; gap: 14px; margin-top: 18px; color: var(--muted); font: .625rem/1.8 Arial, sans-serif; letter-spacing: .13em; }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 40px; border-bottom: 1px solid var(--accent); padding-block: 9px; font-size: .875rem; transition: color .2s; }
.text-link span { color: var(--accent); transition: transform .2s; }
.text-link:hover { color: var(--accent); }
.text-link:hover span { transform: translate(2px, -2px); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 42px; padding: 16px 28px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); font-size: .875rem; transition: background .2s, border-color .2s; }
.button:hover { background: var(--accent); border-color: var(--accent); }
.hours-strip { display: flex; align-items: center; gap: 28px; border-block: 1px solid var(--line); padding-block: 23px; }
.hours-strip .eyebrow, .hours-strip p { margin: 0; }
.hours-strip p { font-family: var(--serif); font-size: 1.4rem; }
.hours-strip p span { margin-left: 22px; color: var(--muted); font-family: var(--sans); font-size: .8125rem; }
.hours-strip .text-link { margin-left: auto; flex-shrink: 0; border-bottom: none; }
.section { padding-block: 126px; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.intro > div:last-child { padding-top: 42px; }
.intro > div:last-child p { line-height: 2.35; margin-bottom: 28px; }
.section-japanese { font-size: .9375rem; letter-spacing: .09em; margin-bottom: 32px; }
.favorites { background: var(--surface); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading .section-japanese { margin-bottom: 0; }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.favorite-grid article { border-top: 1px solid var(--line); padding-top: 28px; }
.item-number { display: block; font: .75rem/1.8 Arial, sans-serif; letter-spacing: .17em; color: var(--accent); margin-bottom: 32px; }
.favorite-grid h3 { margin-bottom: 16px; }
.favorite-grid p { font-size: .9375rem; color: var(--muted); line-height: 2.1; }
.price { display: block; font: 1.6rem/1.6 var(--serif); margin-top: 24px; }
.small-note { font-size: .75rem; color: var(--muted); margin: 40px 0 0; }
.site-footer { border-top: 1px solid var(--line); padding-top: 80px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding-bottom: 68px; }
.footer-brand { display: inline-block; font: 3rem/1.1 var(--serif); letter-spacing: -.05em; }
.footer-brand span { display: block; font: .75rem/1.8 var(--sans); letter-spacing: .18em; margin-top: 14px; }
.footer-identity > p { font-size: .875rem; color: var(--muted); margin: 24px 0 0; }
.footer-main .eyebrow { margin-bottom: 20px; }
.footer-time { font: 1.625rem/1.4 var(--serif); margin-bottom: 14px; }
.footer-hours > p:last-child { font-size: .875rem; color: var(--muted); margin-bottom: 0; }
.footer-social .text-link { font-size: .8125rem; gap: 20px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 24px; border-top: 1px solid var(--line); }
.footer-bottom small, .footer-bottom a { font-size: .6875rem; color: var(--muted); }
.footer-bottom small:first-child, .footer-bottom a { font-family: Arial, sans-serif; letter-spacing: .1em; }
.page-heading { padding-block: 95px 64px; border-bottom: 1px solid var(--line); }
.page-heading .eyebrow { margin-bottom: 26px; }
.page-heading h1 { margin-bottom: 26px; }
.page-japanese { font-size: 1.125rem; letter-spacing: .1em; margin-bottom: 14px; }
.page-heading > p:last-child { color: var(--muted); margin-bottom: 0; }
.menu-layout { display: grid; grid-template-columns: 220px 1fr; gap: 10%; padding-block: 80px 120px; }
.menu-index { position: sticky; top: 36px; align-self: start; display: grid; gap: 12px; }
.menu-index a { font-size: .875rem; padding-block: 9px; border-bottom: 1px solid var(--line); }
.menu-index a:hover { color: var(--accent); }
.menu-section { margin-bottom: 84px; }
.menu-section .eyebrow { margin-bottom: 20px; }
.menu-section h2 { font-size: clamp(2.65rem, 4.4vw, 4.2rem); margin-bottom: 18px; }
.menu-section .section-japanese { margin-bottom: 22px; }
.menu-list { margin: 0; }
.menu-list > div { display: flex; justify-content: space-between; gap: 26px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.menu-list dt { font-weight: 500; }
.menu-list dt span { font: .6875rem/1.8 Arial, sans-serif; color: var(--muted); margin-left: 12px; white-space: nowrap; }
.menu-list dt p { color: var(--muted); font-size: .875rem; font-weight: 400; margin: 9px 0 0; }
.menu-list dd { margin: 0; white-space: nowrap; font: 1.5rem/1.5 var(--serif); }
.notice { padding: 24px 28px; background: var(--surface); color: var(--muted); font-size: .875rem; border-left: 1px solid var(--accent); }
.notice p { margin: 0; }
.notice p + p { margin-top: 10px; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-block: 96px 112px; }
.story-title { border-left: 1px solid var(--accent); padding: 8px 0 8px 36px; align-self: start; }
.story-title .eyebrow { display: block; }
.story-title h2 { font-size: clamp(2.8rem, 4.6vw, 4.5rem); margin-block: 42px 28px; }
.story-title .section-japanese { font-size: .875rem; }
.story-sign { font-family: "Yu Mincho", serif; font-size: 1.2rem; letter-spacing: .15em; display: inline-block; margin-top: 30px; }
.story-body p { margin-bottom: 28px; line-height: 2.35; }
.story-body p:last-child { margin-bottom: 0; }
.values { border-top: 1px solid var(--line); }
.values > .section-japanese { margin-bottom: 60px; }
.visit-banner { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 54px 64px; background: var(--surface); margin-bottom: 120px; }
.visit-banner .eyebrow { margin-bottom: 24px; }
.visit-banner h2 { margin-bottom: 20px; }
.visit-banner p:last-child { margin-bottom: 0; font-size: .9375rem; }
.access-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; padding-block: 88px 120px; }
.access-card { background: var(--surface); padding: 44px; }
.access-layout h2 { font-size: clamp(2.8rem, 4.1vw, 4rem); }
.access-card .section-japanese { margin-bottom: 36px; }
.shop-details { margin-bottom: 0; }
.shop-details > div { display: grid; grid-template-columns: 85px 1fr; gap: 18px; padding-block: 20px; border-top: 1px solid var(--line); font-size: .875rem; }
.shop-details dd { margin: 0; }
.detail-note { display: block; color: var(--muted); font-size: .8125rem; }
.directions { padding-top: 44px; }
.directions .section-japanese { margin-bottom: 20px; }
.directions > p:not(.eyebrow):not(.section-japanese) { color: var(--muted); }
.steps { list-style: none; padding: 0; margin-block: 38px; counter-reset: step; }
.steps li { position: relative; padding-left: 56px; margin-bottom: 28px; counter-increment: step; }
.steps li::before { content: "0" counter(step); position: absolute; left: 0; top: 0; color: var(--accent); font: 1.5rem/1.4 var(--serif); }
.steps h3 { font-size: 1rem; margin-bottom: 8px; }
.steps p { font-size: .875rem; color: var(--muted); margin: 0; }
@media (min-width: 1600px) { .hero { padding-block: 100px 80px; } }
@media (max-width: 1050px) {
  .wrap, .site-header { width: calc(100% - 72px); }
  .brand { gap: 16px; }
  .brand-sub { padding-left: 16px; }
  .site-nav { gap: 24px; }
  .hero { gap: 4%; }
  .hero h1 { font-size: clamp(3.8rem, 8vw, 6rem); }
  .hero-japanese { font-size: .9375rem; }
  .hours-strip { gap: 20px; }
  .hours-strip p span { display: block; margin: 0; }
  .favorite-grid { gap: 28px; }
  .footer-main { grid-template-columns: 1.2fr 1fr; gap: 40px; }
  .footer-social { grid-column: 2; }
  .menu-layout { gap: 7%; grid-template-columns: 185px 1fr; }
  .access-layout { gap: 5%; }
  .access-card { padding: 30px; }
  .visit-banner { padding: 44px; }
}
@media (max-width: 800px) {
  .wrap, .site-header { width: calc(100% - 40px); }
  .site-header { min-height: 96px; flex-wrap: wrap; padding-block: 22px; gap: 0; }
  .brand { display: block; }
  .brand-name { display: block; font-size: 2.1rem; }
  .brand-sub { display: block; border: 0; padding: 0; font-size: .625rem; letter-spacing: .15em; margin-top: 8px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 12px; padding-top: 20px; }
  .site-nav a { font-size: .6875rem; letter-spacing: .08em; padding-block: 14px; }
  .js .nav-toggle { display: inline-flex; align-items: center; gap: 15px; background: transparent; color: var(--ink); border: 1px solid var(--line); min-height: 44px; padding: 8px 14px; font-size: .8125rem; cursor: pointer; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; }
  h1 { font-size: clamp(3.4rem, 14vw, 5.8rem); }
  h2 { font-size: clamp(2.7rem, 10vw, 3.6rem); }
  .eyebrow { font-size: .6875rem; margin-bottom: 24px; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding-block: 52px 36px; }
  .hero h1 { font-size: clamp(4rem, 17vw, 6.8rem); margin-bottom: 28px; }
  .hero-copy { padding: 0; }
  .hero-japanese { font-size: .9375rem; letter-spacing: .025em; }
  .hero-description { font-size: .9375rem; margin-bottom: 22px; }
  .cafe-photo { aspect-ratio: 4 / 3; background-position: center; }
  .hero-visual figcaption { font-size: .5625rem; letter-spacing: .09em; }
  .hours-strip { display: grid; grid-template-columns: 1fr auto; gap: 12px 16px; padding-block: 24px; }
  .hours-strip .eyebrow { grid-column: 1 / -1; }
  .hours-strip p { font-size: 1.3rem; }
  .hours-strip p span { font-size: .75rem; }
  .hours-strip .text-link { font-size: .75rem; gap: 8px; padding-block: 12px; }
  .section { padding-block: 76px; }
  .intro, .story, .access-layout { grid-template-columns: 1fr; gap: 36px; }
  .intro > div:last-child { padding: 0; }
  .intro > div:first-child .section-japanese { margin: 0; }
  .intro > div:last-child p { font-size: .9375rem; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 40px; }
  .favorite-grid { grid-template-columns: 1fr; gap: 36px; }
  .favorite-grid article { padding-top: 22px; }
  .item-number { margin-bottom: 22px; }
  .favorite-grid p { margin-bottom: 14px; }
  .price { margin-top: 16px; }
  .site-footer { padding-top: 58px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-bottom: 48px; }
  .footer-social { grid-column: auto; }
  .footer-main .eyebrow { margin-bottom: 16px; }
  .footer-bottom { flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; }
  .footer-bottom small:nth-child(2) { order: 3; width: 100%; }
  .page-heading { padding-block: 56px 40px; }
  .page-heading h1 { margin-bottom: 24px; }
  .page-japanese { font-size: 1rem; }
  .page-heading > p:last-child { font-size: .875rem; }
  .menu-layout { grid-template-columns: 1fr; gap: 48px; padding-block: 30px 76px; }
  .menu-index { position: static; display: flex; flex-wrap: wrap; gap: 8px 24px; }
  .menu-index a { font-size: .8125rem; min-height: 44px; }
  .menu-section { margin-bottom: 64px; }
  .menu-section h2 { font-size: clamp(2.45rem, 10vw, 3.4rem); }
  .menu-list > div { gap: 16px; padding-block: 23px; }
  .menu-list dt span { display: block; margin-left: 0; margin-top: 5px; }
  .menu-list dd { font-size: 1.35rem; }
  .menu-list dt p { font-size: .875rem; }
  .notice { padding: 22px; font-size: .8125rem; }
  .story { padding-block: 58px 76px; }
  .story-title { padding-left: 25px; }
  .story-title h2 { font-size: 3.15rem; margin-block: 28px; }
  .story-sign { margin-top: 10px; }
  .story-body p { font-size: .9375rem; }
  .values > .section-japanese { margin-bottom: 40px; }
  .visit-banner { flex-direction: column; align-items: start; padding: 32px 26px; margin-bottom: 76px; gap: 28px; }
  .access-layout { padding-block: 48px 76px; }
  .access-card { padding: 28px 22px; }
  .access-layout h2 { font-size: 3rem; }
  .shop-details > div { grid-template-columns: 72px 1fr; gap: 12px; }
  .directions { padding-top: 20px; }
}
@media (max-width: 360px) {
  .hours-strip { grid-template-columns: 1fr; }
  .hours-strip .text-link { justify-self: start; margin: 0; }
  .hero-visual figcaption { flex-direction: column; gap: 4px; }
  .site-nav { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Home: full-width photographic hero and editorial menu cards. */
.home-hero { position: relative; isolation: isolate; min-height: 690px; min-height: min(800px, 88svh); display: flex; align-items: center; background: var(--ink); color: var(--paper); padding-block: 82px 100px; }
.home-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(30,23,19,.78) 0%, rgba(30,23,19,.66) 45%, rgba(30,23,19,.12) 100%); }
.home-hero-content { position: relative; }
.home-hero .eyebrow { color: var(--paper); font-size: .75rem; letter-spacing: .21em; margin-bottom: 28px; }
.home-hero h1 { font-size: clamp(4.5rem, 8.5vw, 8.5rem); margin-bottom: 28px; max-width: 660px; }
.home-hero em { color: inherit; }
.home-hero-lead { font-size: 1.125rem; letter-spacing: .06em; margin-bottom: 16px; }
.home-hero-description { max-width: 560px; line-height: 2.15; font-size: 1rem; margin-bottom: 24px; }
.home-hero .text-link { border-color: var(--paper); color: var(--paper); min-height: 48px; }
.home-hero .text-link span { color: inherit; }
.home-hero a:focus-visible { outline-color: var(--paper); }
.hero-scroll { position: absolute; right: 56px; bottom: 27px; display: flex; align-items: center; gap: 24px; font: .6875rem/1.8 Arial, sans-serif; letter-spacing: .17em; padding: 12px 0; }
.home-favorites .favorite-grid { gap: 28px; }
.home-favorites .menu-card { display: flex; flex-direction: column; padding: 38px 32px 32px; background: var(--paper); border: 1px solid var(--line); min-width: 0; }
.home-favorites .menu-card .item-number { margin-bottom: 46px; }
.home-favorites .menu-card h3 { font-size: 1.125rem; }
.home-favorites .menu-card p { margin-bottom: 30px; }
.home-favorites .menu-card .price { margin-top: auto; border-top: 1px solid var(--line); padding-top: 22px; }
.home-access { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.home-access .section-japanese { margin-bottom: 0; }
.home-access-details > p { line-height: 2.3; }
.home-access-details dl { margin: 28px 0 32px; padding-block: 20px; border-block: 1px solid var(--line); }
.home-access-details dl > div { display: flex; align-items: baseline; gap: 24px; }
.home-access-details dt { min-width: 62px; font: .75rem/2 Arial, sans-serif; letter-spacing: .12em; color: var(--accent); }
.home-access-details dd { margin: 0; }
.home-access-details dd span { font-size: .8125rem; color: var(--muted); }
@media (max-width: 1050px) {
  .home-favorites .favorite-grid { gap: 18px; }
  .home-favorites .menu-card { padding: 28px 22px; }
}
@media (max-width: 800px) {
  .home-hero { min-height: 660px; padding-block: 60px 90px; }
  .home-hero-image { object-position: 60% center; }
  .home-hero::before { background: rgba(30,23,19,.69); }
  .home-hero h1 { font-size: clamp(4.25rem, 16vw, 6.8rem); }
  .home-hero .eyebrow { font-size: .6875rem; letter-spacing: .12em; }
  .home-hero-lead { font-size: 1rem; letter-spacing: 0; }
  .home-hero-description { font-size: .9375rem; }
  .hero-scroll { right: 20px; bottom: 20px; }
  .home-favorites .favorite-grid { gap: 24px; }
  .home-favorites .menu-card { padding: 30px; }
  .home-favorites .menu-card .item-number { margin-bottom: 28px; }
  .home-access { grid-template-columns: 1fr; gap: 38px; }
  .home-access-details dd span { display: block; }
}

/* Supplied photographs: preserve the whole image at every viewport width. */
.home-page .story-photo,
.home-favorites .menu-card-photo { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.home-page .story-photo { margin-top: 36px; }
.home-favorites .menu-card { padding: 0; }
.home-favorites .menu-card-content { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.home-favorites .menu-card .item-number { margin-bottom: 24px; }
@media (min-width: 801px) and (max-width: 1050px) {
  .home-favorites .menu-card-content { padding: 22px; }
}
@media (max-width: 800px) {
  .home-page .story-photo { margin-top: 28px; }
  .home-favorites .menu-card-content { padding: 26px; }
}

/* Secondary pages share the home's quiet, warm editorial style. */
[hidden] { display: none !important; }
.menu-catalog { padding-block: 54px 110px; }
.menu-filter { display: flex; flex-wrap: wrap; gap: 12px; }
.menu-filter button { cursor: pointer; min-height: 48px; padding: 10px 28px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: .9375rem; }
.menu-filter button:hover { border-color: var(--accent); }
.menu-filter button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.filter-status { font-size: .875rem; color: var(--muted); margin-block: 22px 54px; }
.catalog-section { margin-bottom: 76px; }
.catalog-section .eyebrow { margin-bottom: 20px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.catalog-item { background: var(--surface); border: 1px solid var(--line); padding: 30px; display: flex; flex-direction: column; }
.catalog-item h3 { margin-bottom: 16px; }
.catalog-item p { font-size: .9375rem; color: var(--muted); margin-bottom: 28px; }
.catalog-item .price { margin-top: auto; }
.shop-profile { border-top: 1px solid var(--line); }
.profile-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; margin-top: 44px; }
.profile-layout img { display: block; width: 100%; height: auto; }
.profile-layout .shop-details { margin-top: 0; }
.map-section { padding-bottom: 110px; }
.map-section .notice { margin-bottom: 28px; }
.location-map { display: block; width: 100%; height: 480px; border: 1px solid var(--line); background: var(--surface); }
.map-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; font-size: .8125rem; color: var(--muted); }
.map-caption > span a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1050px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .menu-catalog { padding-block: 34px 76px; }
  .menu-filter { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-filter button { padding-inline: 16px; }
  .filter-status { margin-bottom: 38px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 18px; }
  .catalog-item { padding: 26px; }
  .catalog-section { margin-bottom: 56px; }
  .profile-layout { grid-template-columns: 1fr; gap: 30px; }
  .map-section { padding-bottom: 76px; }
  .location-map { height: 380px; }
  .map-caption { align-items: start; flex-direction: column; gap: 12px; }
}

/* Motion is decorative: content never depends on an animation to become visible. */
.button, .menu-filter button, .nav-toggle, .back-to-top { transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.menu-card, .catalog-item, .values article { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
@media (hover: hover) and (pointer: fine) {
  .button:hover, .menu-filter button:hover, .back-to-top:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(55,46,41,.12); }
  .menu-card:hover, .catalog-item:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 12px 28px rgba(55,46,41,.09); }
  .values article:hover { transform: translateY(-3px); border-color: var(--accent); }
  .nav-toggle:hover { background: var(--surface); }
}
.button:active, .menu-filter button:active, .back-to-top:active { transform: translateY(0); }
.hamburger { position: relative; display: block; width: 22px; height: 18px; }
.hamburger > span { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .22s ease, opacity .22s ease; }
.hamburger > span:nth-child(1) { top: 0; }
.hamburger > span:nth-child(2) { top: 8px; }
.hamburger > span:nth-child(3) { top: 16px; }
.nav-toggle[aria-expanded="true"] .hamburger > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .hamburger > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.back-to-top { position: fixed; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 20; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 56px; height: 62px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); box-shadow: 0 3px 14px rgba(55,46,41,.1); line-height: 1.2; }
.back-to-top > span:first-child { font-size: 1.5rem; }
.top-label { font: .625rem/1.5 Arial, sans-serif; letter-spacing: .15em; margin-top: 4px; }
.site-footer { padding-bottom: 86px; }
@media (max-width: 800px) {
  .js .nav-toggle { width: 48px; height: 48px; padding: 0; justify-content: center; }
  .js .site-nav.is-open { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
  .site-nav a { min-height: 44px; }
  .back-to-top { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 48px; height: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .menu-filter button:hover, .back-to-top:hover, .menu-card:hover, .catalog-item:hover, .values article:hover { transform: none; }
}
