:root {
  --paper: #f3efe7;
  --paper-deep: #e9e2d7;
  --ink: #29231f;
  --muted: #726a63;
  --accent: #a65f43;
  --line: rgba(41, 35, 31, 0.22);
  --serif: "Cormorant Garamond", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --side: clamp(24px, 6vw, 96px);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; font-weight: 300; line-height: 2; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, blockquote, dl, dd { margin-top: 0; }
button { color: inherit; font: inherit; }
::selection { color: var(--paper); background: var(--accent); }

.site-header { height: 104px; padding: 0 var(--side); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(243, 239, 231, 0.93); backdrop-filter: blur(12px); position: relative; z-index: 50; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: 0.08em; }
.brand-sub { margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(28px, 3.5vw, 56px); }
.site-nav a { padding: 8px 0; position: relative; font-size: 10px; font-weight: 500; letter-spacing: 0.22em; }
.site-nav a::after { content: ""; position: absolute; right: 100%; bottom: 2px; left: 0; height: 1px; background: var(--accent); transition: right 0.35s ease; }
.site-nav a:hover::after, .site-nav a.is-current::after { right: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s ease; }

.section-label { margin-bottom: 28px; color: var(--accent); font-size: 9px; font-weight: 500; line-height: 1.4; letter-spacing: .3em; text-transform: uppercase; }
.display-heading { margin-bottom: 0; font-family: var(--serif); font-size: clamp(54px, 6.5vw, 100px); font-weight: 400; line-height: .92; letter-spacing: -.025em; }
.section-space { max-width: var(--max); margin: 0 auto; padding: clamp(110px, 12vw, 190px) var(--side); }
.section-rule { border-top: 1px solid var(--line); }
.image-wrap { overflow: hidden; background: var(--paper-deep); }
.image-wrap img { filter: saturate(.58) contrast(.96) sepia(.08); transition: transform 1.1s cubic-bezier(.2,.65,.3,1); }
a:hover .image-wrap img, .feature-image:hover img { transform: scale(1.025); }
.arrow-link { display: inline-flex; align-items: center; gap: 34px; padding: 8px 0; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.3; }
.arrow-link span { color: var(--accent); transition: transform .3s ease; }
.arrow-link:hover span { transform: translate(3px, -3px); }
.outline-button { min-width: 190px; min-height: 56px; padding: 16px 28px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--ink); font-size: 9px; font-weight: 500; letter-spacing: .23em; transition: color .3s, background .3s; }
.outline-button:hover { color: var(--paper); background: var(--ink); }

.home-hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: 44% 56%; position: relative; }
.home-hero-copy { padding: clamp(80px, 9vw, 140px) var(--side); display: flex; flex-direction: column; justify-content: center; }
.home-hero h1 { margin-bottom: 42px; font-family: var(--serif); font-size: clamp(76px, 8.3vw, 132px); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
.lead-ja { margin-bottom: 48px; color: var(--muted); font-size: 16px; line-height: 2.1; }
.home-hero-copy .arrow-link { align-self: flex-start; }
.home-hero-media { min-height: 700px; position: relative; }
.hero-hours { position: absolute; right: 0; bottom: 0; width: min(260px, 45%); padding: 28px 32px; color: var(--paper); background: rgba(41,35,31,.88); backdrop-filter: blur(8px); }
.hero-hours span { display: block; margin-bottom: 7px; color: #cfc6bc; font-size: 8px; letter-spacing: .24em; }
.hero-hours strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.scroll-note { position: absolute; bottom: 36px; left: 26px; margin: 0; font-size: 8px; font-weight: 500; letter-spacing: .25em; writing-mode: vertical-rl; transform: rotate(180deg); }

.split-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 12vw; align-items: start; }
.body-copy { max-width: 520px; padding-top: 32px; }
.body-copy p { color: var(--muted); }
.body-copy .intro-line, .story-text .intro-line { margin-bottom: 30px; color: var(--ink); font-size: 20px; line-height: 2; }
.body-copy .arrow-link { margin-top: 28px; }
.section-top { margin-bottom: clamp(70px, 9vw, 130px); display: flex; justify-content: space-between; align-items: flex-end; }
.section-number { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 15px; letter-spacing: .12em; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3.5vw, 56px); align-items: start; }
.product-card-offset { margin-top: 90px; }
.product-image { aspect-ratio: .76; }
.product-meta { padding: 24px 0 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.product-meta h3 { margin-bottom: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.15; }
.product-meta p:not(.item-type) { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.product-meta > span { padding-top: 32px; font-family: var(--serif); font-size: 18px; }
.item-type { margin-bottom: 10px; color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .24em; }
.section-action { margin-top: 85px; text-align: center; }

.feature-story { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 55% 45%; background: var(--ink); color: var(--paper); }
.feature-image { min-height: 760px; }
.feature-copy { padding: clamp(70px, 8vw, 125px) clamp(45px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy .display-heading { font-size: clamp(51px, 5.3vw, 82px); }
.feature-copy > p:not(.section-label) { margin: 52px 0 44px; color: #cfc7be; }
.feature-copy .arrow-link { align-self: flex-start; border-color: var(--paper); }
.visit-cta { text-align: center; }
.visit-cta h2 { margin-bottom: 70px; font-family: var(--serif); font-size: clamp(76px, 10vw, 150px); font-weight: 400; line-height: .78; letter-spacing: -.04em; }
.visit-row { max-width: 760px; margin: 0 auto; padding-top: 36px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); text-align: left; }
.visit-row p { margin: 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 88px var(--side) 30px; display: grid; grid-template-columns: 1.5fr .8fr .6fr; gap: 50px; color: #d9d1c8; background: var(--ink); }
.site-footer .brand-name { color: var(--paper); font-size: 31px; }.site-footer .brand-sub { color: #918981; }
.footer-brand > p { margin: 36px 0 0; color: #9f9790; font-family: var(--serif); font-size: 21px; line-height: 1.4; }
.footer-label { margin-bottom: 22px; color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .24em; }
.footer-block > p:last-child, .social-links { color: #aea69e; font-size: 11px; line-height: 2.15; }
.social-links { display: flex; flex-direction: column; align-items: flex-start; }
.social-links a { border-bottom: 1px solid transparent; }.social-links a:hover { color: var(--paper); border-color: currentColor; }
.footer-bottom { grid-column: 1 / -1; margin-top: 55px; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; color: #7d756e; font-size: 8px; letter-spacing: .19em; }

.inner-hero { min-height: calc(100vh - 104px); padding: clamp(70px, 8vw, 120px) var(--side) 0; display: grid; grid-template-columns: 45% 55%; position: relative; }
.inner-title { padding: 7vh 4vw 100px 0; position: relative; z-index: 2; }
.inner-title h1, .access-title h1 { width: 135%; margin-bottom: 48px; font-family: var(--serif); font-size: clamp(76px, 8.5vw, 132px); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
.inner-title > p:last-child, .access-title > p:last-child { color: var(--muted); }
.inner-hero-image { min-height: 670px; }
.story-section { display: grid; grid-template-columns: .55fr 1fr; gap: 12vw; }
.story-index > span { display: block; margin-top: 80px; color: var(--accent); font-family: var(--serif); font-size: clamp(55px, 6vw, 88px); line-height: .82; }
.story-text { max-width: 680px; }
.story-text .display-heading { margin-bottom: 70px; }
.story-text > p:not(.intro-line) { max-width: 580px; color: var(--muted); }
.manifesto { padding: clamp(110px, 14vw, 210px) var(--side); color: var(--paper); background: var(--ink); text-align: center; }
.manifesto blockquote { margin-bottom: 35px; font-family: var(--serif); font-size: clamp(55px, 7.5vw, 112px); line-height: .95; }
.manifesto > p:last-child { color: #aaa199; }
.values-list { border-top: 1px solid var(--line); }
.value-item { padding: 42px 0; display: grid; grid-template-columns: 80px 1fr 1fr; gap: 50px; align-items: start; border-bottom: 1px solid var(--line); }
.value-item > span { color: var(--accent); font-family: var(--serif); }
.value-item h3 { margin: -5px 0 0; font-family: var(--serif); font-size: clamp(33px, 3.3vw, 50px); font-weight: 400; line-height: 1; }
.value-item h4 { margin-bottom: 12px; font-size: 13px; font-weight: 500; }.value-item p { max-width: 450px; margin: 0; color: var(--muted); font-size: 12px; }
.next-page { padding: 100px var(--side); border-top: 1px solid var(--line); }
.next-page a { display: grid; grid-template-columns: .5fr 1fr auto; align-items: center; }
.next-page a > span { color: var(--muted); font-family: var(--serif); font-size: 18px; }
.next-page strong { font-family: var(--serif); font-size: clamp(60px, 8vw, 120px); font-weight: 400; line-height: 1; }
.next-page i { color: var(--accent); font-family: var(--serif); font-size: 45px; font-style: normal; transition: transform .3s; }
.next-page a:hover i { transform: translate(5px, -5px); }

.menu-content { padding-top: 90px; }
.menu-nav { margin-bottom: 140px; padding: 20px 0; display: flex; gap: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-nav a { color: var(--muted); font-family: var(--serif); font-size: 19px; }.menu-nav a:hover { color: var(--accent); }
.menu-group { padding: 80px 0; display: grid; grid-template-columns: .65fr 1fr; gap: 10vw; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.menu-group-title h2 { margin-bottom: 15px; font-family: var(--serif); font-size: clamp(58px, 7vw, 100px); font-weight: 400; line-height: .85; }
.menu-group-title > p:last-child { color: var(--muted); font-size: 12px; }
.menu-items { border-top: 1px solid var(--line); }
.menu-item { padding: 24px 0; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.menu-item h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.1; }
.menu-item p { margin: 0; color: var(--muted); font-size: 10px; }.menu-item > span { white-space: nowrap; font-family: var(--serif); font-size: 19px; }.menu-item > span::before { content: "¥"; margin-right: 2px; font-size: 11px; }
.menu-photo-break { height: min(60vw, 720px); margin: 80px 0 150px; }
.menu-note { margin: 80px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .08em; }

.access-hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: 1fr 1fr; }
.access-title { padding: clamp(90px, 11vw, 165px) var(--side); display: flex; flex-direction: column; justify-content: center; }
.access-title h1 { width: auto; }
.access-image { min-height: 680px; }
.location-section { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; }
.location-heading > p:last-child { margin-top: 55px; color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.4; }
.information-list { margin: 0; border-top: 1px solid var(--line); }
.information-list > div { padding: 25px 0; display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid var(--line); }
.information-list dt { color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .22em; }.information-list dd { margin: 0; color: var(--muted); font-size: 12px; }
.map-design { height: min(62vw, 760px); position: relative; overflow: hidden; background: #e7dfd2; }
.map-road { position: absolute; background: var(--paper); box-shadow: 0 0 0 1px rgba(41,35,31,.04); }.road-a { width: 120%; height: 90px; top: 46%; left: -10%; transform: rotate(-9deg); }.road-b { width: 90px; height: 130%; top: -10%; left: 66%; transform: rotate(12deg); }.road-c { width: 60px; height: 90%; top: 15%; left: 28%; transform: rotate(-32deg); }
.station { position: absolute; left: 15%; bottom: 20%; padding: 16px 23px; display: flex; flex-direction: column; border: 1px solid var(--ink); background: var(--paper); }.station span { font-family: var(--serif); font-size: 20px; }.station small { color: var(--muted); font-size: 7px; letter-spacing: .23em; }
.map-pin { width: 64px; height: 64px; display: grid; place-items: center; position: absolute; top: 33%; left: 58%; border-radius: 50% 50% 50% 3px; color: var(--paper); background: var(--accent); transform: rotate(-45deg); }.map-pin span { font-family: var(--serif); font-size: 27px; transform: rotate(45deg); }
.map-label { position: absolute; top: 28%; left: calc(58% + 85px); font-family: var(--serif); font-size: 22px; line-height: 1; }.map-walk { position: absolute; right: 5%; bottom: 5%; color: var(--muted); font-size: 8px; letter-spacing: .25em; }
.access-note { margin: 60px 0 0; color: var(--muted); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.65,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 82px; }.nav-toggle { display: block; position: relative; z-index: 2; }.nav-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }.nav-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { display: flex; padding: 130px var(--side) 60px; position: fixed; inset: 0; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .35s; }.site-nav.is-open { opacity: 1; visibility: visible; transform: none; }.site-nav a { font-family: var(--serif); font-size: clamp(42px, 12vw, 72px); font-weight: 400; letter-spacing: 0; line-height: 1.1; }
  .home-hero, .inner-hero, .access-hero { min-height: auto; grid-template-columns: 1fr; }.home-hero-copy { min-height: 660px; padding-top: 100px; }.home-hero-media, .inner-hero-image, .access-image { min-height: 75vw; }.scroll-note { display: none; }
  .inner-title { padding: 90px 0 100px; }.inner-title h1 { width: auto; }.inner-hero-image { grid-row: 2; }.access-title { padding-top: 100px; padding-bottom: 100px; }
  .split-intro, .story-section, .location-section { grid-template-columns: 1fr; gap: 80px; }.body-copy { padding-top: 0; }.editorial-grid { grid-template-columns: 1fr 1fr; }.product-card:last-child { grid-column: 1 / 2; }.product-card-offset { margin-top: 70px; }
  .feature-story { grid-template-columns: 1fr; }.feature-image { min-height: 80vw; }.feature-copy { min-height: 560px; }.value-item { grid-template-columns: 50px 1fr; }.value-item > div { grid-column: 2; }.menu-group { grid-template-columns: 1fr; gap: 45px; }.site-footer { grid-template-columns: 1.4fr 1fr; }.footer-brand { grid-row: span 2; }.footer-bottom { grid-column: 1/-1; }
  .next-page a { grid-template-columns: 1fr auto; }.next-page a > span { display: none; }.map-design { height: 70vw; }
}

@media (max-width: 580px) {
  :root { --side: 22px; }.site-header { height: 74px; }.brand-name { font-size: 21px; }.home-hero-copy { min-height: 590px; }.home-hero h1, .inner-title h1, .access-title h1 { font-size: clamp(62px, 19vw, 92px); }.home-hero-media { min-height: 115vw; }.hero-hours { width: 62%; padding: 20px; }
  .section-space { padding-top: 105px; padding-bottom: 105px; }.display-heading { font-size: 54px; }.section-label { margin-bottom: 20px; }.split-intro { gap: 60px; }.section-top { margin-bottom: 70px; }.editorial-grid { grid-template-columns: 1fr; gap: 62px; }.product-card-offset { margin-top: 0; }.product-card:last-child { grid-column: auto; }.product-image { aspect-ratio: .86; }.section-action { margin-top: 70px; }.feature-image { min-height: 115vw; }.feature-copy { min-height: 540px; padding: 70px 28px; }
  .visit-cta h2 { margin-bottom: 55px; font-size: 72px; }.visit-row { align-items: flex-start; flex-direction: column; gap: 35px; }.site-footer { padding-top: 75px; grid-template-columns: 1fr; }.footer-brand { grid-row: auto; margin-bottom: 25px; }.footer-bottom { margin-top: 30px; }
  .inner-hero { padding-top: 50px; }.inner-title { padding: 55px 0 80px; }.inner-hero-image, .access-image { min-height: 115vw; }.story-index > span { margin-top: 45px; }.story-text .display-heading { margin-bottom: 50px; }.manifesto { padding-right: 18px; padding-left: 18px; }.manifesto blockquote { font-size: 48px; }.value-item { padding: 34px 0; grid-template-columns: 36px 1fr; gap: 22px; }.value-item h3 { font-size: 35px; }.next-page { padding-top: 75px; padding-bottom: 75px; }.next-page strong { font-size: 58px; }.next-page i { font-size: 32px; }
  .menu-nav { margin-bottom: 90px; gap: 18px; overflow-x: auto; white-space: nowrap; }.menu-group { padding: 65px 0; }.menu-photo-break { height: 105vw; margin: 70px 0 110px; }.menu-item h3 { font-size: 21px; }.menu-item p { max-width: 240px; }.access-title { padding-top: 75px; padding-bottom: 75px; }.location-section { gap: 65px; }.map-design { height: 110vw; }.road-b { left: 72%; }.map-pin { left: 52%; }.map-label { left: 52%; top: 23%; }.station { left: 8%; bottom: 15%; }.information-list > div { grid-template-columns: 90px 1fr; }
}

/* Progressive motion — version 04 */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .85s ease, transform .85s cubic-bezier(.2,.65,.3,1);
}
.js-enabled .reveal.reveal-pending { opacity: 0; transform: translateY(28px); }
.js-enabled .reveal.reveal-pending.is-visible { opacity: 1; transform: none; }

.nav-toggle span { transition: transform .3s ease, opacity .2s ease; }

.back-to-top {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  border: 1px solid rgba(243,239,231,.5);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(41,35,31,.9);
  backdrop-filter: blur(8px);
  font-family: var(--serif);
  font-size: 21px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease, color .25s ease, background .25s ease;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

@media (hover: hover) {
  .favorite-card, .menu-product, .facility-card, .flock-card, .outline-button, .home-access-link, .menu-filter { transition: transform .35s cubic-bezier(.2,.65,.3,1), box-shadow .35s ease, color .3s ease, background .3s ease; }
  .menu-product:hover, .facility-card:hover { z-index: 1; background: rgba(255,255,255,.3); box-shadow: 0 18px 45px rgba(41,35,31,.08); transform: translateY(-6px); }
  .flock-card:hover { transform: translateY(-6px); }
  .outline-button:hover, .home-access-link:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(41,35,31,.15); }
  .menu-filter:hover { transform: translateY(-2px); }
  .back-to-top:hover { color: var(--ink); background: var(--paper); transform: translateY(-3px); }
  .arrow-link:hover { color: var(--accent); }
}

@media (max-width: 900px) {
  .nav-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 580px) {
  .back-to-top { width: 46px; height: 46px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .js-enabled .reveal.reveal-pending, .back-to-top, .favorite-card, .menu-product, .facility-card, .flock-card, .outline-button, .home-access-link, .menu-filter { transition: none; }
  .js-enabled .reveal.reveal-pending { opacity: 1; transform: none; }
  .back-to-top.is-visible { transform: none; }
}

/* Completed interior pages — version 03 */
.menu-finished-hero .inner-hero-image img { filter: none; object-position: center; }
.finished-section-heading { margin-bottom: clamp(65px, 8vw, 110px); display: flex; justify-content: space-between; align-items: flex-end; }
.finished-section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 7vw, 105px); font-weight: 400; line-height: .82; letter-spacing: -.04em; }
.finished-section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 12px; }

.menu-filters { display: flex; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-filter { flex: 1; min-height: 66px; padding: 16px; border: 0; border-right: 1px solid var(--line); background: transparent; font-size: 9px; font-weight: 500; letter-spacing: .22em; cursor: pointer; transition: color .25s, background .25s; }
.menu-filter:last-child { border-right: 0; }.menu-filter:hover, .menu-filter.is-active { color: var(--paper); background: var(--ink); }
.menu-filter:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; }
.menu-result-status { margin: 20px 0 45px; color: var(--muted); font-family: var(--serif); font-size: 14px; letter-spacing: .12em; text-align: right; }
.finished-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.menu-product { min-height: 390px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-product[hidden] { display: none; }
.menu-product--visual { min-height: 670px; }
.menu-product-media { aspect-ratio: 4 / 3; margin: -30px -30px 30px; overflow: hidden; background: #ded5c8; }
.menu-product-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .75s cubic-bezier(.2,.65,.3,1); }
.menu-product--signature { position: relative; box-shadow: inset 0 0 0 1px var(--accent); }
.signature-badge { margin: -8px 0 24px; display: flex; justify-content: space-between; align-items: center; color: var(--accent); }
.signature-badge span { font-family: var(--serif); font-size: 15px; letter-spacing: .08em; }
.signature-badge small { font-size: 7px; font-weight: 500; letter-spacing: .18em; }
.menu-product-number { margin-bottom: auto; color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .2em; }
.menu-product h3 { margin: 45px 0 5px; font-family: var(--serif); font-size: clamp(32px, 3vw, 44px); font-weight: 400; line-height: .9; }
.menu-product-ja { margin-bottom: 22px; font-size: 11px; font-weight: 500; }.menu-product > p:not(.menu-product-ja) { min-height: 63px; margin-bottom: 25px; color: var(--muted); font-size: 10px; line-height: 1.9; }
.menu-product strong { padding-top: 17px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.finished-menu-note { margin: 55px 0 0; color: var(--muted); font-size: 9px; line-height: 2; }

.concept-finished { display: grid; grid-template-columns: .55fr 1fr; gap: 12vw; }
.concept-finished-index > span { display: block; margin-top: 75px; color: var(--accent); font-family: var(--serif); font-size: clamp(48px, 5.8vw, 84px); line-height: .8; }
.concept-finished-copy { max-width: 680px; }.concept-finished-copy h2 { margin-bottom: 65px; font-family: var(--serif); font-size: clamp(62px, 7vw, 105px); font-weight: 400; line-height: .82; letter-spacing: -.04em; }
.concept-finished-copy p { color: var(--muted); }.concept-finished-copy .concept-lead { margin-bottom: 35px; color: var(--ink); font-size: 20px; }
.about-quote { padding: clamp(100px, 13vw, 190px) var(--side); color: var(--paper); background: var(--ink); text-align: center; }
.about-quote blockquote { margin-bottom: 30px; font-family: var(--serif); font-size: clamp(58px, 8vw, 116px); line-height: .9; }.about-quote > p:last-child { color: #aaa199; }
.shop-facts { margin: 0 0 100px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.shop-facts > div { min-height: 230px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.shop-facts dt { color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .2em; }.shop-facts dd { margin: 52px 0 0; display: flex; align-items: flex-end; gap: 18px; }.shop-facts strong { font-family: var(--serif); font-size: clamp(45px, 4.5vw, 68px); font-weight: 400; line-height: .8; }.shop-facts span { color: var(--muted); font-size: 9px; line-height: 1.8; }
.facilities-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.facility-card { min-height: 210px; padding: 34px 0; display: grid; grid-template-columns: 55px 1fr; grid-template-rows: auto 1fr; border-bottom: 1px solid var(--line); }.facility-card:nth-child(odd) { padding-right: 45px; border-right: 1px solid var(--line); }.facility-card:nth-child(even) { padding-left: 45px; }.facility-card > span { grid-row: 1 / 3; color: var(--accent); font-family: var(--serif); }.facility-card h3 { margin-bottom: 22px; font-family: var(--serif); font-size: 35px; font-weight: 400; line-height: 1; }.facility-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: 11px; }
.gentle-rules { margin-top: 110px; padding: 70px; display: grid; grid-template-columns: .8fr 1fr; gap: 80px; color: var(--paper); background: var(--ink); }.gentle-rules h3 { margin: 0; font-family: var(--serif); font-size: 52px; font-weight: 400; }.gentle-rules ul { margin: 0; padding: 0; list-style: none; }.gentle-rules li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #c4bbb3; font-size: 11px; }

.access-finished-hero .inner-hero-image img { filter: none; object-position: 63% center; }
.access-finished { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; }
.access-finished-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(57px, 6.5vw, 96px); font-weight: 400; line-height: .82; }
.fiction-badge { width: max-content; margin-top: 55px; padding: 8px 12px; border: 1px solid var(--accent); color: var(--accent); font-size: 7px; font-weight: 500; letter-spacing: .2em; }
.access-finished-list { margin: 0; border-top: 1px solid var(--line); }.access-finished-list > div { padding: 24px 0; display: grid; grid-template-columns: 115px 1fr; border-bottom: 1px solid var(--line); }.access-finished-list dt { color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .2em; }.access-finished-list dd { margin: 0; color: var(--muted); font-size: 12px; }
.map-section { max-width: var(--max); margin: 0 auto; padding: 0 var(--side) clamp(100px, 12vw, 180px); }
.map-section-head { margin-bottom: 55px; display: flex; justify-content: space-between; align-items: flex-end; }.map-section-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 7vw, 105px); font-weight: 400; line-height: .82; }.map-section-head > p { margin: 0 0 5px; color: var(--muted); font-size: 11px; }
.osm-map { height: clamp(450px, 55vw, 720px); overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }.osm-map iframe { width: 100%; height: 100%; display: block; border: 0; }
.map-meta { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }.map-meta p, .map-meta a { margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .13em; }.map-meta a { color: var(--ink); border-bottom: 1px solid currentColor; }
.fiction-notice { max-width: calc(var(--max) - 2 * var(--side)); margin: 0 auto clamp(100px, 12vw, 170px); padding: 32px 40px; display: grid; grid-template-columns: 200px 1fr; gap: 45px; border: 1px solid var(--accent); }.fiction-notice strong { color: var(--accent); font-size: 11px; }.fiction-notice p { margin: 0; color: var(--muted); font-size: 10px; }

@media (max-width: 900px) {
  .finished-menu-grid { grid-template-columns: repeat(2, 1fr); }.concept-finished, .access-finished { grid-template-columns: 1fr; gap: 75px; }.shop-facts { grid-template-columns: repeat(2, 1fr); }.gentle-rules { grid-template-columns: 1fr; gap: 45px; }.map-section-head { align-items: flex-start; flex-direction: column; gap: 30px; }
}

@media (max-width: 580px) {
  .finished-section-heading { align-items: flex-start; flex-direction: column; gap: 32px; }.menu-filters { overflow-x: auto; }.menu-filter { min-width: 105px; }.finished-menu-grid { grid-template-columns: 1fr; }.menu-product { min-height: 350px; }.menu-product--visual { min-height: 610px; }.concept-finished { gap: 60px; }.concept-finished-index > span { margin-top: 35px; }.shop-facts { grid-template-columns: 1fr; }.shop-facts > div { min-height: 190px; }.facilities-grid { grid-template-columns: 1fr; }.facility-card:nth-child(odd), .facility-card:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }.gentle-rules { margin-top: 80px; padding: 45px 25px; }.gentle-rules h3 { font-size: 43px; }.access-finished { gap: 60px; }.map-section { padding-right: 0; padding-left: 0; }.map-section-head, .map-meta { margin-right: var(--side); margin-left: var(--side); }.osm-map { height: 68vh; min-height: 430px; border-right: 0; border-left: 0; }.map-meta { align-items: flex-start; flex-direction: column; gap: 10px; }.fiction-notice { margin-right: var(--side); margin-left: var(--side); padding: 28px 24px; grid-template-columns: 1fr; gap: 15px; }
}

/* Conure lounge — version 02 */
.hero-kv-content { width: min(790px, 58%); }
.hero-kv h1 { font-size: clamp(72px, 8.4vw, 132px); }
.hero-kv-overlay { background: linear-gradient(90deg, rgba(27,22,18,.84) 0%, rgba(27,22,18,.63) 34%, rgba(27,22,18,.16) 61%, rgba(27,22,18,.06) 100%); }

.bird-life { display: grid; grid-template-columns: .65fr 1.15fr; gap: 9vw; align-items: center; }
.bird-life-copy h2 { margin: 0 0 48px; font-family: var(--serif); font-size: clamp(62px, 7vw, 105px); font-weight: 400; line-height: .82; letter-spacing: -.04em; }
.bird-life-copy > p:last-child { max-width: 430px; color: var(--muted); }
.bird-life-gallery { min-height: 720px; display: grid; grid-template-columns: 1fr .68fr; gap: 22px; align-items: end; }
.bird-life-gallery figure { margin: 0; overflow: hidden; background: var(--paper-deep); }
.bird-life-gallery img { width: 100%; height: 100%; object-fit: cover; }
.bird-life-main { height: 720px; }.bird-life-main img { object-position: 47% center; }
.bird-life-sub { height: 450px; }.bird-life-sub img { object-position: center; }

.flock-section { padding-top: clamp(110px, 12vw, 180px); }
.flock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 44px); }
.flock-card { padding-top: 1px; }
.flock-photo { aspect-ratio: .77; margin-bottom: 28px; overflow: hidden; background: var(--paper-deep); }
.flock-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.65,.3,1); }
.flock-card:hover .flock-photo img { transform: scale(1.025); }
.flock-photo-piyo img { object-position: 31% center; }.flock-photo-pine img { object-position: 45% 65%; }.flock-photo-komachi img { object-position: 48% center; }
.flock-number { padding-top: 20px; border-top: 1px solid var(--line); color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .2em; }
.flock-card h3 { margin: 17px 0 3px; font-family: var(--serif); font-size: clamp(36px, 3.5vw, 54px); font-weight: 400; line-height: 1; }
.flock-card h3 small { margin-left: 7px; color: var(--muted); font-family: var(--sans); font-size: 7px; font-weight: 500; letter-spacing: .16em; }
.flock-type { margin-bottom: 24px; color: var(--ink); font-size: 11px; font-weight: 500; }
.flock-card > p:last-child { max-width: 350px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.inner-hero-story .image-wrap img { filter: none; }

@media (max-width: 900px) {
  .hero-kv-content { width: 72%; }.hero-kv h1 { font-size: clamp(68px, 12vw, 106px); }
  .bird-life { grid-template-columns: 1fr; gap: 70px; }.bird-life-copy > p:last-child { max-width: 600px; }.bird-life-gallery { min-height: 620px; }.bird-life-main { height: 620px; }.bird-life-sub { height: 390px; }
  .flock-grid { grid-template-columns: 1fr 1fr; }.flock-card:last-child { grid-column: 1 / 2; margin-top: 35px; }
}

@media (max-width: 580px) {
  .hero-kv { background-position: 63% center; }.hero-kv-content { width: 100%; }.hero-kv h1 { font-size: clamp(61px, 18vw, 84px); }.hero-kv-overlay { background: linear-gradient(90deg, rgba(27,22,18,.86), rgba(27,22,18,.43)); }
  .bird-life-gallery { min-height: 0; grid-template-columns: 1fr; }.bird-life-main { height: 118vw; }.bird-life-sub { width: 72%; height: 76vw; margin: -90px 0 0 auto !important; border: 10px solid var(--paper); }
  .flock-grid { grid-template-columns: 1fr; gap: 75px; }.flock-card:last-child { grid-column: auto; margin-top: 0; }.flock-photo { aspect-ratio: .88; }.flock-card h3 { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.image-wrap img, .arrow-link span, .next-page i { transition: none; } }

/* Finished homepage */
.hero-kv {
  min-height: calc(100svh - 104px);
  padding: clamp(70px, 9vw, 140px) var(--side) 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  isolation: isolate;
  color: #f5f0e8;
  background: #3f332b url("images/hero-conure-cafe-v1.png") center center / cover no-repeat;
}
.hero-kv-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(30, 24, 20, .76) 0%, rgba(30, 24, 20, .48) 38%, rgba(30, 24, 20, .1) 68%, rgba(30, 24, 20, .2) 100%);
}
.hero-kv-content { width: min(870px, 75%); margin: auto 0; padding-bottom: 60px; }
.hero-kv .section-label { color: #d0a48c; }
.hero-kv h1 {
  margin-bottom: 42px;
  font-family: var(--serif);
  font-size: clamp(78px, 10vw, 158px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.hero-kv-content > p:not(.section-label) { margin-bottom: 42px; color: rgba(245, 240, 232, .82); font-size: 14px; line-height: 2.1; }
.hero-kv-link { display: inline-flex; align-items: center; gap: 24px; padding: 13px 0; border-bottom: 1px solid rgba(245, 240, 232, .7); font-size: 9px; font-weight: 500; letter-spacing: .23em; }
.hero-kv-link span { color: #d0a48c; font-family: var(--serif); font-size: 17px; transition: transform .3s ease; }.hero-kv-link:hover span { transform: translate(3px, -3px); }
.hero-kv-footer { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(245, 240, 232, .35); }
.hero-kv-footer p { margin: 0; color: rgba(245, 240, 232, .72); font-size: 8px; letter-spacing: .2em; }

.home-about-final { min-height: 760px; display: grid; grid-template-columns: 1.15fr .7fr; gap: 12vw; align-items: center; }
.home-about-heading h2, .home-section-header h2, .home-access-final h2 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 7.7vw, 118px); font-weight: 400; line-height: .82; letter-spacing: -.04em; }
.home-about-copy { max-width: 500px; }
.home-about-copy > p { color: var(--muted); }
.home-about-copy .home-about-lead { margin-bottom: 35px; color: var(--ink); font-size: 20px; line-height: 2; }
.home-about-copy .arrow-link { margin-top: 25px; }

.home-menu-final { padding-top: clamp(110px, 12vw, 180px); }
.home-section-header { margin-bottom: clamp(70px, 9vw, 125px); display: flex; justify-content: space-between; align-items: flex-end; }
.home-section-header > p { margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 2; }
.favorite-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.favorite-card { min-height: 500px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .4s ease, background .4s ease; }
.favorite-card a { min-height: 500px; padding: 32px 34px 28px; display: flex; flex-direction: column; }
.favorite-card:hover { color: var(--paper); background: var(--ink); }
.favorite-card-top, .favorite-card-bottom { display: flex; justify-content: space-between; align-items: center; }
.favorite-card-top span, .favorite-card-top p { margin: 0; color: var(--accent); font-family: var(--serif); font-size: 14px; letter-spacing: .08em; }
.favorite-card-top p { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: .24em; }
.favorite-card-body { margin: auto 0; }
.favorite-card-body h3 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(45px, 4.4vw, 67px); font-weight: 400; line-height: .8; letter-spacing: -.035em; }
.favorite-card-body .favorite-name-ja { margin-bottom: 28px; color: var(--ink); font-size: 13px; font-weight: 500; transition: color .4s ease; }
.favorite-card-body > p:last-child { max-width: 290px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; transition: color .4s ease; }
.favorite-card:hover .favorite-name-ja { color: var(--paper); }.favorite-card:hover .favorite-card-body > p:last-child { color: #b8afa7; }
.favorite-card-bottom { margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.favorite-card-bottom strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }.favorite-card-bottom > span { color: var(--accent); font-family: var(--serif); font-size: 22px; transition: transform .3s ease; }.favorite-card:hover .favorite-card-bottom > span { transform: translate(3px, -3px); }
.home-menu-action { margin-top: 75px; text-align: center; }

.home-access-final { max-width: var(--max); min-height: 680px; margin: 0 auto; padding: clamp(100px, 11vw, 165px) var(--side); display: grid; grid-template-columns: 1.2fr .65fr; gap: 12vw; align-items: center; color: var(--paper); background: var(--ink); }
.home-access-final .section-label { color: #c98d71; }.home-access-final h2 { font-size: clamp(72px, 8.5vw, 128px); }
.home-access-info { padding-top: 25px; }.home-access-info > p { margin-bottom: 35px; color: #b5aca4; font-size: 12px; }.home-access-info > p:first-child { padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.18); }
.home-access-link { margin-top: 20px; min-height: 58px; padding: 15px 22px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.55); font-size: 9px; font-weight: 500; letter-spacing: .22em; transition: color .3s, background .3s; }.home-access-link span { color: #c98d71; font-family: var(--serif); font-size: 18px; }.home-access-link:hover { color: var(--ink); background: var(--paper); }

@media (max-width: 900px) {
  .hero-kv { min-height: calc(100svh - 82px); }.hero-kv-content { width: 90%; }.home-about-final { grid-template-columns: 1fr; gap: 70px; }.home-about-copy { margin-left: auto; }.home-section-header { align-items: flex-start; flex-direction: column; gap: 35px; }.favorite-cards { grid-template-columns: 1fr; }.favorite-card, .favorite-card a { min-height: 410px; }.favorite-card-body h3 { font-size: 60px; }.home-access-final { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 580px) {
  .hero-kv { min-height: calc(100svh - 74px); padding-top: 70px; background-position: 56% center; }.hero-kv-overlay { background: linear-gradient(90deg, rgba(30,24,20,.8), rgba(30,24,20,.35)); }.hero-kv-content { width: 100%; padding-bottom: 45px; }.hero-kv h1 { font-size: clamp(67px, 20vw, 92px); }.hero-kv-content > p:not(.section-label) br { display: none; }.hero-kv-footer { align-items: flex-start; flex-direction: column; gap: 6px; }
  .home-about-final { min-height: auto; gap: 58px; }.home-about-heading h2, .home-section-header h2, .home-access-final h2 { font-size: 60px; }.home-about-copy { margin-left: 0; }.favorite-card, .favorite-card a { min-height: 430px; }.favorite-card a { padding: 27px 25px; }.favorite-card-body h3 { font-size: 55px; }.home-access-final { min-height: 650px; }
}

/* Final motion safeguards — keep motion progressive and optional. */
.reveal {
  opacity: 1;
  transform: none;
}
.js-enabled .reveal.reveal-pending {
  opacity: 0;
  transform: translateY(28px);
}
.js-enabled .reveal.reveal-pending.is-visible {
  opacity: 1;
  transform: none;
}

@media (hover: hover) {
  .favorite-card,
  .menu-product,
  .facility-card,
  .flock-card,
  .outline-button,
  .home-access-link,
  .menu-filter {
    transition: transform .35s cubic-bezier(.2,.65,.3,1), box-shadow .35s ease, color .3s ease, background .3s ease;
  }
}

@media (max-width: 900px) {
  html:not(.js-enabled) .site-header {
    height: auto;
    min-height: 82px;
    padding-top: 20px;
    flex-wrap: wrap;
  }
  html:not(.js-enabled) .nav-toggle { display: none; }
  html:not(.js-enabled) .site-nav {
    width: 100%;
    padding: 14px 0 20px;
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    opacity: 1;
    visibility: visible;
    background: transparent;
    transform: none;
  }
  html:not(.js-enabled) .site-nav a {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .18em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .reveal.reveal-pending {
    opacity: 1;
    transform: none;
  }
}

@media (hover: hover) {
  .menu-product--visual:hover .menu-product-media img { transform: scale(1.035); }
}

@media (prefers-reduced-motion: reduce) {
  .menu-product-media img { transition: none; }
}
