:root {
  --paper: #f7f3eb;
  --paper-light: #fcfaf5;
  --ink: #2e2824;
  --muted: #746b62;
  --accent: #a56d57;
  --line: #ded7cc;
  --display: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --body: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 14px/1.95 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
::selection { background: #d5b8a9; color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.section-wrap { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { margin: 0 0 25px; color: var(--accent); font: 700 10px/1.5 var(--body); letter-spacing: .31em; }

/* Header */
.site-header { position: relative; z-index: 10; background: var(--paper-light); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1280px, calc(100% - 80px)); min-height: 95px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); white-space: nowrap; }
.brand-symbol { color: var(--accent); font: 33px/1 var(--display); }
.brand-text { display: block; font: 600 20px/1 var(--display); letter-spacing: .13em; }
.brand-text small { display: block; margin-top: 8px; font: 500 10px/1 var(--body); letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); }
.site-nav a { position: relative; display: block; padding: 10px 0; font: 600 10px/1.4 var(--body); letter-spacing: .17em; white-space: nowrap; }
.site-nav a::after { position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--accent); content: ""; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { right: 0; }
.nav-toggle { display: none; }

/* Type and links */
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h2 span, h1 span { display: block; margin-top: 18px; font: 500 13px/1.8 var(--body); letter-spacing: .1em; }
.button { display: inline-flex; min-width: 220px; min-height: 56px; align-items: center; justify-content: space-between; gap: 42px; padding: 13px 22px; border: 1px solid var(--accent); background: var(--accent); color: #fffaf3; font: 600 11px/1.3 var(--body); letter-spacing: .1em; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: transparent; color: var(--accent); transform: translateY(-2px); }
.button span { font: 20px/1 var(--display); }
.text-link { display: inline-block; border-bottom: 1px solid var(--accent); padding-bottom: 5px; color: var(--accent); font: 600 11px/1.4 var(--body); letter-spacing: .04em; }
.text-link:hover { opacity: .7; }

/* Home */
.hero { min-height: 685px; display: grid; grid-template-columns: 53% 47%; background: var(--paper-light); }
.hero-copy { align-self: center; padding: 90px 6vw 110px max(40px, calc((100vw - 1160px) / 2)); }
.hero h1 { margin-bottom: 24px; font-size: clamp(58px, 6.3vw, 106px); line-height: 1.02; white-space: nowrap; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero-jp { margin-bottom: 26px; font-size: 15px; font-weight: 600; letter-spacing: .08em; }
.lead { margin-bottom: 36px; color: var(--muted); line-height: 2.4; }
.hero-art { position: relative; min-height: 685px; overflow: hidden; isolation: isolate; background: linear-gradient(145deg, #ddd1c2 0%, #bdab98 58%, #a79583 100%); }
.hero-art::before { position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(105deg, transparent 0 110px, #fff8e53b 112px 170px, transparent 172px 290px); content: ""; }
.hero-art::after { position: absolute; inset: 6%; border: 1px solid #f5eddf7a; content: ""; }
.sun { position: absolute; width: 330px; aspect-ratio: 1; top: 12%; right: 12%; border-radius: 50%; background: #eee0c9a8; filter: blur(2px); }
.leaf { position: absolute; width: 145px; height: 70px; border-radius: 100% 0 100% 0; background: #695d4b87; }
.leaf-one { top: 7%; left: 0; transform: rotate(40deg); }
.leaf-two { right: -4%; bottom: 14%; transform: rotate(-16deg); }
.cup { position: absolute; width: 238px; height: 167px; top: 47%; left: 45%; z-index: 2; transform: translate(-50%, -20%); border-radius: 8px 8px 90px 90px; background: linear-gradient(95deg, #ebe4d8, #fffaf0 50%, #d3c6b9); box-shadow: 18px 28px 30px #352a2340; }
.coffee { position: absolute; top: -18px; left: 0; width: 100%; height: 42px; border: 5px solid #eee6dc; border-radius: 50%; background: radial-gradient(ellipse, #715341 0 57%, #eae2d7 59% 73%, #d2c6ba 75%); }
.handle { position: absolute; right: -62px; top: 28px; width: 83px; height: 98px; z-index: -1; border: 19px solid #e9e0d4; border-radius: 50%; }
.saucer { position: absolute; z-index: 1; width: 350px; height: 54px; top: calc(47% + 155px); left: 45%; transform: translateX(-50%); border-radius: 50%; background: #e9e0d3; box-shadow: 12px 18px 22px #352a2330; }
.art-caption { position: absolute; z-index: 2; bottom: 35px; right: 36px; color: #fff8ea; font: italic 17px var(--display); letter-spacing: .09em; }
.intro { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; padding-block: 155px; border-bottom: 1px solid var(--line); }
.intro h2 { margin: 0; font-size: clamp(50px, 5.4vw, 80px); line-height: 1.08; }
.intro>p { max-width: 470px; margin: 35px 0 0; color: var(--muted); line-height: 2.5; }
.feature { padding-block: 135px 160px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; font-size: clamp(52px, 5.4vw, 80px); line-height: 1; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.menu-card { background: var(--paper-light); }
.card-art { height: 260px; display: grid; place-items: center; font: 100px/1 var(--display); }
.coffee-art { color: #776454; background: #ded3c4; }
.cake-art { color: #aa8673; background: #eaded0; }
.toast-art { color: #99765a; background: #d8c9b7; }
.card-body { min-height: 215px; padding: 26px 25px 30px; }
.card-body span, .value-grid span { color: var(--accent); font: 700 10px/1.4 var(--body); letter-spacing: .2em; }
.card-body h3 { margin: 12px 0 8px; font: 500 18px/1.5 var(--body); }
.card-body p { min-height: 50px; margin-bottom: 15px; color: var(--muted); font-size: 12px; }
.card-body strong { font: 500 16px/1.3 var(--display); }
.visit-band { background: #3b322e; color: var(--paper-light); }
.visit-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 100px; }
.visit-band .eyebrow { color: #cda18c; }
.visit-band h2 { margin: 0 0 28px; font-size: clamp(50px, 5vw, 75px); line-height: 1.05; }
.visit-band p:last-child { margin: 0; color: #d6cbc1; font-size: 13px; }
.button-light { border-color: var(--paper-light); background: var(--paper-light); color: var(--ink); }
.button-light:hover { border-color: var(--paper-light); color: var(--paper-light); }

/* Inner pages */
.page-hero { padding: 115px 0 120px; border-bottom: 1px solid var(--line); background: var(--paper-light); }
.page-hero h1 { margin: 0 0 24px; font-size: clamp(74px, 10vw, 150px); line-height: .95; }
.page-hero h1 span { margin-top: 28px; font-size: 16px; letter-spacing: .16em; }
.page-hero p:last-child { margin: 0; color: var(--muted); }
.menu-sections { padding-block: 115px 130px; }
.menu-category { display: grid; grid-template-columns: 31% 1fr; gap: 50px; padding: 55px 0 75px; border-top: 1px solid var(--line); }
.category-title span { color: var(--accent); font: 16px/1 var(--display); }
.category-title h2 { margin: 15px 0 7px; font-size: clamp(30px, 3vw, 43px); letter-spacing: .02em; }
.category-title p { margin: 0; color: var(--muted); font: 700 10px/1.5 var(--body); letter-spacing: .2em; }
.menu-list>div { position: relative; padding: 18px 90px 22px 0; border-bottom: 1px solid var(--line); }
.menu-list>div:first-child { padding-top: 0; }
.menu-list h3 { margin: 0 0 5px; font-size: 16px; font-weight: 600; }
.menu-list p { margin: 0; color: var(--muted); font-size: 12px; }
.menu-list strong { position: absolute; top: 19px; right: 0; font: 500 16px/1.4 var(--display); }
.menu-list>div:first-child strong { top: 0; }
.menu-note, .access-note { color: var(--muted); font-size: 11px; }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; padding-block: 145px; }
.story-art { position: relative; min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(circle at 68% 30%, #ecdeca 0 16%, transparent 16.5%), linear-gradient(145deg, #d4c4b2, #9f8e7d); color: var(--paper-light); }
.story-art::before, .story-art::after { position: absolute; width: 150px; height: 80px; border-radius: 100% 0 100% 0; background: #65584b7a; content: ""; }
.story-art::before { top: -20px; left: -20px; transform: rotate(35deg); }
.story-art::after { right: -30px; bottom: 0; transform: rotate(-25deg); }
.story-art span { font: 115px/1 var(--display); }
.story-art p { margin: 25px 0 0; font: italic 24px/1.5 var(--display); text-align: center; }
.story-copy h2, .values h2, .access-info h2 { margin-bottom: 35px; font-size: clamp(56px, 5.5vw, 78px); line-height: 1.05; }
.story-copy>p:not(.eyebrow) { margin-bottom: 22px; color: var(--muted); line-height: 2.5; }
.values { padding-bottom: 150px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.value-grid article { padding: 35px; border-top: 1px solid var(--accent); background: var(--paper-light); }
.value-grid h3 { margin: 22px 0 13px; font: 500 19px/1.5 var(--body); }
.value-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.access-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding-block: 145px; }
.access-info dl { margin: 0 0 25px; }
.access-info dl>div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.access-info dl>div:last-child { border-bottom: 1px solid var(--line); }
.access-info dt { font-weight: 600; }
.access-info dd { margin: 0; color: var(--muted); }
.map-placeholder { position: relative; min-height: 495px; overflow: hidden; border: 12px solid var(--paper-light); background: #e4ddd2; box-shadow: 0 12px 35px #3b322e0d; }
.map-road { position: absolute; background: var(--paper-light); }
.map-road-a { width: 135%; height: 32px; top: 45%; left: -10%; transform: rotate(-23deg); }
.map-road-b { width: 125%; height: 30px; top: 70%; left: -10%; transform: rotate(26deg); }
.map-road-c { width: 30px; height: 115%; top: -5%; left: 30%; transform: rotate(11deg); }
.map-station, .map-pin { position: absolute; padding: 9px 13px; background: var(--paper-light); font-size: 11px; font-weight: 600; box-shadow: 0 4px 14px #3b322e20; }
.map-station { bottom: 22%; left: 10%; }
.map-pin { top: 31%; right: 17%; display: flex; align-items: center; gap: 8px; color: var(--accent); }
.map-pin small { color: var(--ink); font-size: 11px; }
.map-caption { position: absolute; right: 16px; bottom: 12px; color: var(--muted); font: 700 9px/1.4 var(--body); letter-spacing: .18em; }

/* Footer */
.site-footer { background: #2f2824; color: #f6f0e8; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-block: 90px 80px; }
.footer-brand { font: 42px/1 var(--display); letter-spacing: .06em; }
.footer-brand span { margin-left: 10px; color: #c28a73; font-size: 28px; }
.footer-identity p { margin: 22px 0 0; color: #cdc1b6; font-size: 12px; }
.footer-details { display: flex; gap: clamp(50px, 8vw, 130px); }
.footer-label { color: #c28a73; font: 700 10px/1.5 var(--body); letter-spacing: .25em; }
.footer-details p { margin: 15px 0 0; color: #eee5dc; font-size: 12px; line-height: 2.2; }
.footer-details a:hover { color: #d1a38e; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px 28px; border-top: 1px solid #5d514a; }
.footer-bottom small { color: #aa9e93; font-size: 10px; letter-spacing: .04em; }

@media (max-width: 1000px) {
  .hero h1 { font-size: clamp(48px, 5.8vw, 76px); white-space: normal; }
  .hero-copy { padding-left: 40px; }
  .site-nav { gap: 20px; }
  .story-layout, .access-layout { gap: 6%; }
}
@media (max-width: 720px) {
  .section-wrap, .header-inner { width: calc(100% - 40px); }
  .header-inner { min-height: 75px; }
  .brand-text { font-size: 17px; }
  .brand-symbol { font-size: 29px; }
  .nav-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span { width: 23px; height: 1px; background: var(--ink); }
  .site-nav { position: absolute; top: 75px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 25px; border-bottom: 1px solid var(--line); background: var(--paper-light); box-shadow: 0 16px 25px #2e282416; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; }
  .site-nav a::after { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 70px 20px 66px; }
  .hero h1 { font-size: clamp(54px, 12vw, 80px); white-space: normal; }
  .hero-jp { font-size: 13px; }
  .hero-art { min-height: 330px; }
  .sun { width: 210px; }
  .cup { transform: translate(-50%, -12%) scale(.72); }
  .saucer { top: calc(47% + 124px); transform: translateX(-50%) scale(.72); }
  .art-caption { bottom: 20px; right: 23px; font-size: 13px; }
  .intro { grid-template-columns: 1fr; gap: 18px; padding-block: 95px; }
  .intro h2, .section-heading h2 { font-size: clamp(50px, 11vw, 72px); }
  .intro>p { margin: 0; }
  .feature { padding-block: 95px 110px; }
  .section-heading { align-items: start; flex-direction: column; gap: 30px; margin-bottom: 38px; }
  .card-grid, .value-grid { grid-template-columns: 1fr; }
  .card-art { height: 225px; }
  .card-body { min-height: 0; }
  .card-body p { min-height: 0; }
  .visit-inner { align-items: start; flex-direction: column; padding-block: 80px; }
  .visit-band h2 { font-size: 55px; }
  .page-hero { padding: 90px 0; }
  .page-hero h1 { font-size: clamp(70px, 16vw, 120px); }
  .menu-sections { padding-block: 80px 90px; }
  .menu-category { grid-template-columns: 1fr; gap: 20px; padding: 45px 0 55px; }
  .story-layout, .access-layout { grid-template-columns: 1fr; gap: 45px; padding-block: 90px; }
  .story-art { min-height: 390px; }
  .values { padding-bottom: 100px; }
  .story-copy h2, .values h2, .access-info h2 { font-size: clamp(53px, 11vw, 72px); }
  .map-placeholder { min-height: 390px; }
  .footer-main { flex-direction: column; gap: 45px; padding-block: 75px 65px; }
  .footer-details { gap: 55px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 51px; }
  .lead br { display: none; }
  .page-hero h1 { font-size: 68px; }
  .footer-brand { font-size: 34px; }
  .map-pin { right: 6%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Home hero photograph and editorial menu cards */
.hero-photo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(790px, calc(100svh - 95px));
  isolation: isolate;
  overflow: hidden;
  background: #d6c7b5;
}
.hero-photo::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 243, 235, .95) 0%, rgba(247, 243, 235, .81) 31%, rgba(247, 243, 235, .22) 59%, transparent 78%);
  content: "";
}
.hero-photo-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}
.hero-photo .hero-copy {
  width: min(100%, 890px);
  padding-block: 100px 110px;
}
.hero-photo h1 { font-size: clamp(58px, 6vw, 95px); }
.hero-photo .lead { color: #534a43; }
.card-art {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px 28px;
  overflow: hidden;
  font-family: var(--display);
}
.card-art::before {
  position: absolute;
  inset: 20px;
  border: 1px solid #fffaf390;
  content: "";
}
.card-art::after {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -145px;
  right: -75px;
  border: 1px solid #fffaf3ab;
  border-radius: 50%;
  content: "";
}
.card-art span { z-index: 1; font: 400 90px/.75 var(--display); letter-spacing: -.07em; opacity: .73; }
.card-art i { z-index: 1; font: italic 22px/1 var(--display); letter-spacing: .03em; }
@media (max-width: 720px) {
  .hero-photo { min-height: 640px; }
  .hero-photo::after { background: linear-gradient(90deg, rgba(247, 243, 235, .94), rgba(247, 243, 235, .73) 72%, rgba(247, 243, 235, .42)); }
  .hero-photo-image { object-position: 59% center; }
  .hero-photo .hero-copy { padding: 80px 20px; }
  .hero-photo h1 { font-size: clamp(52px, 11vw, 75px); }
}
@media (max-width: 420px) {
  .hero-photo { min-height: 620px; }
  .hero-photo h1 { font-size: 50px; }
}

/* Responsive photographs supplied for the introduction and menu */
.intro-copy>p:not(.eyebrow) {
  max-width: 480px;
  margin: 36px 0 0;
  color: var(--muted);
  line-height: 2.5;
}
.intro-photo { margin: 0; }
.intro-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.menu-card .card-art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  background: var(--paper-light);
}
.menu-card .card-art::before,
.menu-card .card-art::after { display: none; }
.menu-card .card-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 720px) {
  .intro { gap: 38px; }
  .intro-copy>p:not(.eyebrow) { margin-top: 24px; }
}

/* Menu page */
.menu-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 75px;
}
.menu-topline h2 {
  margin: 0;
  font-size: clamp(56px, 5.7vw, 82px);
  line-height: 1.04;
}
.menu-topline>p {
  max-width: 330px;
  margin: 0 0 7px;
  color: var(--muted);
  line-height: 2.4;
}
.menu-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 65px;
}
.menu-filter button {
  min-width: 155px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.menu-filter button span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font: 600 9px/1.4 var(--body);
  letter-spacing: .19em;
}
.menu-filter button:hover { border-color: var(--accent); }
.menu-filter button.is-active { border-color: var(--accent); background: var(--accent); color: #fffaf3; }
.menu-filter button.is-active span { color: #f5e9df; }
.menu-category[hidden] { display: none; }

/* Story and shop information */
.story-photo { margin: 0; }
.story-photo img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.about-details { padding-block: 115px 130px; background: var(--paper-light); }
.about-details h2 { margin: 0 0 65px; font-size: clamp(56px, 5.5vw, 80px); line-height: 1.05; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; }
.detail-grid>div { border-top: 1px solid var(--accent); padding-top: 27px; }
.detail-grid dt { color: var(--accent); font: 700 10px/1.5 var(--body); letter-spacing: .2em; }
.detail-grid dt span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.detail-grid dd { margin: 25px 0 0; font: 400 clamp(23px, 2.2vw, 32px)/1.5 var(--display); }
.detail-grid dd small { display: block; margin-top: 11px; color: var(--muted); font: 400 12px/1.8 var(--body); }
.fiction-note { margin: 55px 0 0; color: var(--muted); font-size: 11px; }

/* Live OpenStreetMap embed */
.map-section { min-width: 0; }
.map-frame { width: 100%; height: 500px; overflow: hidden; border: 10px solid var(--paper-light); background: #e4ddd2; box-shadow: 0 12px 35px #3b322e0d; }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-note { margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.access-note { max-width: 460px; line-height: 1.9; }

@media (max-width: 720px) {
  .menu-topline { align-items: start; flex-direction: column; gap: 28px; margin-bottom: 45px; }
  .menu-topline h2, .about-details h2 { font-size: clamp(53px, 11vw, 72px); }
  .menu-filter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 55px; }
  .menu-filter button { min-width: 0; }
  .story-layout { gap: 48px; }
  .about-details { padding-block: 85px 95px; }
  .about-details h2 { margin-bottom: 45px; }
  .detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .detail-grid dd { margin-top: 17px; }
  .fiction-note { margin-top: 45px; }
  .map-frame { height: min(65vh, 460px); min-height: 340px; border-width: 7px; }
}

/* Optional motion and interaction */
.reveal-ready { transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.reveal-pending { opacity: 0; transform: translateY(28px); }
.button { transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { box-shadow: 0 10px 25px #2e282426; }
.menu-card, .value-grid article { transition: transform .28s ease, box-shadow .28s ease; }
.menu-card.reveal-ready, .value-grid article.reveal-ready { transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1), box-shadow .28s ease; }
.menu-card:hover, .value-grid article:hover { transform: translateY(-6px); box-shadow: 0 16px 35px #2e282419; }
.menu-filter button { transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.menu-filter button:hover { transform: translateY(-2px); }
.nav-toggle span { transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
.back-to-top {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  background: var(--paper-light);
  color: var(--accent);
  box-shadow: 0 7px 20px #2e28241f;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.back-to-top:hover { background: var(--accent); color: var(--paper-light); transform: translateY(-4px); }
.back-to-top span { font: 25px/1 var(--display); }
.back-to-top small { margin-top: 3px; font: 700 8px/1 var(--body); letter-spacing: .16em; }
@media (max-width: 720px) {
  .site-nav.is-open { animation: nav-open .22s ease-out; }
  .back-to-top { right: 15px; bottom: 15px; width: 51px; height: 51px; }
}
@keyframes nav-open {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-pending { opacity: 1; transform: none; }
}
