:root {
  --red: #8f3029;
  --red-deep: #76251f;
  --paper: #f8f4ea;
  --ink: #211c19;
  --muted: #5e554c;
  --gold: #d8b775;
  --line: #d9cbb6;
  --serif: "Toppan Bunkyu Midashi Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --body: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
}

html[lang="zh-Hans"] {
  --serif: "Songti SC", "STSong", serif;
  --body: "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.9 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
p, h1, h2, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.45; }
h2 { font-size: clamp(27px, 3vw, 42px); letter-spacing: .04em; }
figure figcaption { margin-top: 11px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 8px 16px; background: var(--paper); }
.skip:focus { top: 8px; }
.preview { display: flex; justify-content: center; gap: 18px; padding: 4px 12px; background: #eee3d1; color: var(--muted); font-size: 11px; line-height: 1.6; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 3px 12px #211c1909; }
.header-main { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: baseline; gap: 16px; text-decoration: none; white-space: nowrap; }
.brand-kicker { font-family: var(--serif); font-size: 13px; letter-spacing: .08em; }
.brand strong { color: var(--red); font: 600 34px/1 var(--serif); letter-spacing: .06em; }
.languages { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.languages a { padding: 8px 2px; text-decoration: none; }
.languages a[aria-current] { color: var(--red); font-weight: 700; border-bottom: 2px solid var(--red); }
.languages span { color: var(--line); }
.site-nav { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); min-height: 46px; align-items: stretch; }
.nav-row .site-nav { width: 100%; min-width: 0; }
.header-reserve { align-self: center; justify-self: center; margin-block: 7px; padding: 9px 18px; background: var(--red); color: var(--paper); font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-reserve:hover { background: var(--red-deep); }
.nav-link { display: inline-flex; align-items: center; justify-content: center; border-bottom: 3px solid transparent; font-size: 13px; text-decoration: none; white-space: nowrap; }
.nav-link:hover, .nav-link[aria-current] { color: var(--red); border-bottom-color: var(--red); }
.no-break { white-space: nowrap; }
.eyebrow, .overline { display: block; color: var(--red); font: 600 12px/1.7 var(--body); letter-spacing: .16em; }
.overline { color: var(--muted); font-size: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 24px; border: 1px solid var(--red); font-size: 13px; font-weight: 700; line-height: 1.5; text-decoration: none; text-align: center; transition: background .18s ease, color .18s ease; }
.button.dark { background: var(--red); color: var(--paper); }
.button.dark:hover { background: var(--red-deep); }
.button.light { background: var(--paper); color: var(--red); border-color: var(--paper); }
.button.light:hover { background: #eadfc9; }
.button.outline { color: var(--red); }
.button.outline:hover { background: var(--red); color: var(--paper); }
button.button { cursor: pointer; font-family: var(--body); }
.text-link { display: inline-block; margin-top: 24px; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--red); }

/* 名刺の表を手がかりに、店名と福清料理を主役にします。 */
.home-hero { background: var(--red); color: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; gap: 54px; align-items: center; padding-block: 58px; }
.hero-type { min-width: 0; }
.hero-kicker { font: 500 21px/1.4 var(--serif); letter-spacing: .08em; }
.hero-subname { margin-top: 18px; color: var(--gold); font-family: var(--serif); font-size: 11px; letter-spacing: .1em; }
.hero-subname strong { margin-left: 9px; color: var(--paper); font-size: 21px; font-weight: 600; }
.hero-type h1 { margin-top: 22px; font-size: clamp(65px, 8vw, 124px); line-height: 1.25; letter-spacing: .035em; white-space: nowrap; }
.gold-rule { height: 1px; width: 100%; background: var(--gold); margin-block: 25px; }
.hero-origin { display: flex; align-items: baseline; gap: 24px; color: var(--gold); font: 600 28px/1.5 var(--serif); }
.hero-origin span { color: var(--paper); font: 12px/1.5 var(--body); }
.hero-lead { margin-top: 24px; line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.hero-text-link { font-size: 13px; text-decoration: none; border-bottom: 1px solid var(--gold); }
.hero-figure { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.hero-figure img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.hero-figure figcaption { color: var(--paper); opacity: .84; }
.quick-info { display: grid; grid-template-columns: .85fr 1.1fr 1.2fr; gap: 30px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.quick-info > div + div { border-left: 1px solid var(--line); padding-left: 30px; }
.quick-info .overline { font-size: 16px; font-weight: 700; line-height: 1.5; letter-spacing: .1em; }
.quick-info p { font-size: 15px; line-height: 1.7; margin-top: 7px; }
.quick-phone { display: inline-block; font-size: 23px; text-decoration: none; white-space: nowrap; }
.fuqing-band { border-block: 1px solid var(--line); background: #efe4d2; }
.fuqing-inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: 48px; padding-block: 42px; }
.fuqing-inner h2 { margin-top: 6px; color: var(--red); font-size: clamp(24px, 2.6vw, 36px); }
.fuqing-inner p:not(.eyebrow) { max-width: 600px; }
.fuqing-inner .text-link { display: inline-block; margin-top: 14px; }
.hours { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 14px; margin-top: 5px; line-height: 1.6; }
.hours-days { font-size: 14px; }
.hours-times { font-size: 16px; font-weight: 600; }
.holiday-note { flex-basis: 100%; color: var(--muted); font-size: 11px; }
.home-index { padding-block: 76px 90px; }
.section-head { margin-bottom: 24px; }
.section-head h2 { margin-top: 9px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-card { position: relative; min-height: 230px; display: flex; flex-direction: column; padding: 24px 22px 22px; border: 1px solid var(--line); text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.feature-card:hover { background: #f1e8d9; border-color: var(--red); }
.feature-label { font: 600 25px/1.4 var(--serif); color: var(--red); }
.feature-copy { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.feature-arrow { margin-top: auto; align-self: flex-end; color: var(--red); font-size: 22px; }
.visit-strip { background: #eee4d2; border-block: 1px solid var(--line); }
.visit-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 40px; }
.visit-strip h2 { margin-top: 5px; }

/* 下層ページは短い導入と一つの主題に絞ります。 */
.page-banner { background: var(--red); color: var(--paper); border-bottom: 3px solid var(--gold); }
.page-banner .wrap { padding-block: 58px 62px; }
.page-banner .eyebrow { color: var(--gold); }
.page-banner h1 { margin-top: 10px; font-size: clamp(39px, 5vw, 65px); letter-spacing: .035em; text-wrap: balance; }
.page-banner p:last-child { max-width: 680px; margin-top: 17px; font-size: 14px; line-height: 1.95; }
.page-content { padding-block: 60px 86px; }
.content-note { color: var(--muted); font-size: 12px; line-height: 1.8; }
.menu-shortcuts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.menu-shortcuts a { padding: 8px 13px; border: 1px solid var(--line); color: var(--red); font-size: 12px; font-weight: 700; text-decoration: none; }
.menu-shortcuts a:hover { border-color: var(--red); background: #efe4d2; }
.dish-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 24px; }
.dish img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.dish img { height: auto; max-height: 420px; }
.dish figcaption { font: 600 17px/1.5 var(--serif); color: var(--ink); }
.menu-origin { display: grid; grid-template-columns: 170px 1fr; gap: 24px; align-items: start; margin: 24px 0 18px; padding: 21px 25px; border-left: 3px solid var(--red); background: #efe4d2; }
.menu-origin strong { color: var(--red); font: 600 23px/1.5 var(--serif); }
.menu-origin p { margin: 0; }
.ala-carte-teaser { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 0; padding-block: 28px; border-top: 2px solid var(--red); border-bottom: 1px solid var(--line); }
.menu-photo-gallery { margin-top: 52px; }
.ala-carte-teaser h2 { margin-top: 5px; font-size: clamp(24px, 2.7vw, 34px); }
.ala-carte-teaser p:not(.eyebrow) { max-width: 650px; margin-top: 8px; font-size: 13px; }
.ala-carte-teaser .button { flex: none; }
.ala-carte-page { max-width: 960px; }
.ala-carte-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 36px; margin-bottom: 28px; }
.ala-carte-intro h2 { margin-top: 5px; }
.ala-carte-intro .content-note { padding-left: 14px; border-left: 2px solid var(--gold); }
.menu-sheet-groups { border-top: 2px solid var(--red); }
.menu-sheet-group { border-bottom: 1px solid var(--line); }
.menu-sheet-group summary { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 19px 14px; cursor: pointer; list-style: none; }
.menu-sheet-group summary::-webkit-details-marker { display: none; }
.menu-sheet-group summary:hover, .menu-sheet-group[open] summary { background: #efe4d2; }
.menu-sheet-group summary:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.sheet-group-title { color: var(--red); font: 600 25px/1.5 var(--serif); }
.sheet-group-examples { color: var(--muted); font-size: 13px; }
.sheet-group-open { color: var(--red); font-size: 12px; font-weight: 700; white-space: nowrap; }
.menu-sheet-group[open] .sheet-group-open { color: var(--ink); }
.menu-sheet-images { display: grid; gap: 30px; justify-items: center; padding: 26px 20px 38px; }
.menu-sheet { width: min(100%, 700px); }
.menu-sheet img { width: 100%; height: auto; border: 1px solid var(--line); background: #fff; }
.menu-sheet figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 10px; }
.menu-sheet figcaption a { color: var(--red); font-weight: 700; white-space: nowrap; }
.section-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 62px; }
.section-split h2 { margin-top: 8px; }
.section-split p:not(.eyebrow) { margin-top: 18px; }
.section-split figure img { width: 100%; height: auto; }
.drink-block { margin-top: 80px; padding-top: 50px; border-top: 1px solid var(--line); }
.drink-gallery { display: grid; grid-template-columns: 1.3fr .7fr; align-items: start; gap: 12px; }
.drink-gallery img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.course-section { margin-top: 76px; padding-block: 45px 25px; border-top: 1px solid var(--line); }
.course-intro { max-width: 760px; }
.course-intro h2 { margin-top: 6px; }
#course-heading { scroll-margin-top: 160px; }
.course-intro > p:not(.eyebrow) { margin-top: 13px; }
.course-intro .course-minimum { color: var(--red); font-weight: 700; }
.course-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.course-card { min-width: 0; padding: 23px 23px 20px; border: 1px solid var(--line); background: #fffdf8; }
.course-card h3 { margin: 0; color: var(--red); font-size: clamp(20px, 2vw, 26px); }
.course-price { display: flex; align-items: baseline; gap: 3px; flex-wrap: wrap; margin: 12px 0 0; color: var(--ink); font: 600 19px/1.4 var(--serif); }
.course-price span { font-size: 31px; font-variant-numeric: tabular-nums; }
.course-price small { flex-basis: 100%; color: var(--muted); font: 11px/1.5 var(--body); }
.course-card-label { margin: 18px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.course-card ul { margin: 6px 0 0; padding: 0; list-style: none; }
.course-card li { padding-block: 5px; border-bottom: 1px solid #e9dfd0; font-size: 13px; line-height: 1.6; }
.course-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; }
.course-footer .content-note { max-width: 640px; }
.course-footer .button { flex: none; }
.course-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.about-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 68px; }
.about-layout img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.about-layout h2 { margin-top: 8px; }
.about-layout p:not(.eyebrow) { margin-top: 18px; }
.history-band { border-block: 1px solid var(--line); background: #efe4d2; }
.history-inner { padding-block: 62px 67px; }
.history-inner h2 { margin-top: 10px; color: var(--red); }
.history-inner > p:not(.eyebrow) { max-width: 690px; margin-top: 15px; }
.history-inner > p.content-note { margin-top: 20px; }
.history-links { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 28px; }
.history-links .text-link { margin-top: 0; }
#history, #owner-message { scroll-margin-top: 155px; }
.interior-band { padding-block: 72px; background: #eee4d2; }
.interior-band img { width: 100%; height: auto; }
.interior-band figcaption a { color: var(--muted); }
.owner-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 78px; align-items: center; }
.owner-layout figure { max-width: 430px; }
.owner-layout img { width: 100%; height: auto; }
.owner-message { border-left: 2px solid var(--gold); padding-left: 35px; }
.owner-message .text-link { display: inline-block; margin-top: 22px; }
.draft-label { color: var(--red); font-size: 13px; font-weight: 700; }
.owner-quote { margin: 20px 0 28px; font: 500 clamp(19px, 2vw, 28px)/1.8 var(--serif); }
.drama-layout { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 68px; align-items: start; }
.drama-explanation { padding-top: 24px; border-top: 1px solid var(--gold); }
.drama-explanation p { color: var(--muted); font-size: 13px; }
.drama-explanation .text-link { display: block; margin-top: 18px; }
.drama-layout figure { max-width: 740px; }
.drama-layout img { width: 100%; height: auto; }
.drama-layout figcaption { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.page-drama .drama-layout { padding-bottom: 48px; }
.ronron-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 52px; align-items: center; padding-block: 48px 74px; border-top: 1px solid var(--line); }
.ronron-feature h2 { margin-top: 7px; }
.ronron-feature p:not(.eyebrow) { margin-top: 16px; }
.ronron-feature img { width: 100%; height: auto; }
.map-section { padding-top: 62px; }
.map-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 23px; }
.map-intro h2 { margin-top: 7px; }
.map-intro p:not(.eyebrow) { margin-top: 7px; color: var(--muted); font-size: 13px; }
.map-intro .button { flex: none; }
.map-frame { height: min(57vw, 530px); min-height: 370px; border: 1px solid var(--line); background: #e8e4dc; }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.bus-route { display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr); gap: 28px; margin-top: 20px; padding: 27px 30px; border-left: 3px solid var(--gold); background: #eee4d2; }
.bus-route h3 { margin: 7px 0 0; font: 600 23px/1.5 var(--serif); color: var(--red); }
.bus-route p { margin: 0; }
.bus-route .content-note { margin-top: 8px; }
.bus-route .text-link { display: inline-block; margin-top: 13px; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.info-panel { border: 1px solid var(--line); padding: 36px; }
.info-panel h2 { margin-top: 8px; font-size: 30px; }
.info-panel address { margin-top: 25px; font-style: normal; }
.info-panel > p:not(.eyebrow), .info-panel .button, .info-panel .access-phone { margin-top: 20px; }
.info-panel .content-note { margin-top: 10px; }
.info-panel .button + .button { margin-left: 12px; }
.access-phone { display: inline-block; font-size: clamp(22px, 2.5vw, 35px); line-height: 1.5; text-decoration: none; }
.access-hours { margin-top: 24px; padding-block: 18px; border-block: 1px solid var(--line); }
.access-last-order { margin-top: 10px; color: var(--muted); font-size: 14px; }
.access-details { padding-block: 18px 72px; }
.access-details h2 { margin-bottom: 26px; }
.access-details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.access-details-grid > div { min-width: 0; border: 1px solid var(--line); padding: 25px 28px; background: #fffdf8; }
.access-details-grid h3 { margin: 0 0 12px; font: 600 22px/1.5 var(--serif); color: var(--red); }
.access-details-grid p + p { margin-top: 12px; }
.access-details-grid p { overflow-wrap: anywhere; }
.access-details-grid strong { font-weight: 600; }
.access-details-grid .text-link { display: inline-block; margin-top: 15px; }
@media (max-width: 1000px) { .access-details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.contact-layout { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 85px; align-items: start; }
.contact-intro h2 { margin-top: 8px; }
.contact-intro > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 13px; }
.contact-side-actions { display: grid; justify-items: start; gap: 12px; margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--line); }
.contact-side-actions p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.contact-side-actions p:not(:first-child) { margin-top: 12px; }
.contact-email-link { color: var(--ink); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; text-underline-offset: 4px; }
.contact-direct-card { border: 1px solid var(--line); padding: 42px; background: #fffdf8; }
.contact-direct-card h2 { margin-top: 10px; font-size: clamp(25px, 3vw, 36px); }
.contact-direct-card > p:not(.eyebrow) { margin-top: 18px; }
.contact-direct-card .button { margin-top: 28px; }
.contact-direct-card .contact-email-address { margin-top: 17px; }
.contact-direct-card .content-note { margin-top: 22px; }
.contact-form { display: grid; gap: 23px; padding: 34px; border: 1px solid var(--line); background: #fffdf8; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-weight: 700; font-size: 13px; }
.form-field label span { color: var(--red); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; border: 1px solid #b9ac98; border-radius: 0; background: #fff; color: var(--ink); padding: 10px 13px; font: inherit; }
.form-field textarea { min-height: 190px; resize: vertical; }
.contact-form .button { justify-self: start; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-result { max-width: 760px; min-height: 70vh; padding-block: 100px; }
.contact-result h1 { margin-top: 12px; color: var(--red); font-size: clamp(31px, 5vw, 50px); }
.contact-result p:not(.eyebrow) { margin-top: 20px; }
.contact-result .button { margin-top: 35px; }
.media-links { padding-bottom: 70px; }
.media-links > div { display: flex; gap: 10px 24px; flex-wrap: wrap; margin-top: 10px; }
.media-links a { font-size: 12px; }
.site-footer { background: var(--ink); color: var(--paper); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; padding-block: 33px; }
.footer-inner strong { font: 600 28px/1.3 var(--serif); }
.footer-inner p { margin-top: 7px; font-size: 11px; color: #e7dacc; }
.footer-navigation { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; font-size: 12px; }
.footer-links, .footer-social { display: flex; align-items: center; justify-content: flex-end; gap: 10px 20px; flex-wrap: wrap; }
.footer-social { color: #e7dacc; }
.footer-social span { color: var(--gold); font-weight: 700; }
.mobile-actions { display: none; }
.home-uses { padding-block: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.home-uses figure img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.home-uses h2, .home-story h2 { margin: 6px 0 14px; }
.home-story { background: #efe4d2; border-block: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 52px; }
.story-grid > div + div { padding-left: 54px; border-left: 1px solid var(--line); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-options { max-width: 760px; }
.contact-options .button { margin-top: 18px; }
.contact-options p { margin-top: 32px; }

@media (max-width: 980px) {
  .wrap { width: min(100% - 48px, 1180px); }
  .hero-grid { gap: 32px; }
  .hero-type h1 { font-size: clamp(59px, 7vw, 85px); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fuqing-inner { grid-template-columns: 1fr; gap: 14px; padding-block: 34px; }
  .course-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card { min-height: 185px; }
  .quick-info { gap: 18px; }
  .quick-info > div + div { padding-left: 18px; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 36px); }
  .preview { gap: 8px; font-size: 10px; }
  .header-main { min-height: 66px; }
  .brand { gap: 8px; }
  .brand-kicker { font-size: 9px; }
  .brand strong { font-size: 25px; }
  .nav-row .site-nav { display: grid; }
  .site-nav { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(42px, auto)); min-height: 84px; }
  .nav-link { min-width: 0; font-size: 12px; }
  .nav-top { grid-area: 1 / 1 / 2 / 3; }
  .nav-menu { grid-area: 1 / 3 / 2 / 6; }
  .nav-contact { grid-area: 1 / 10 / 2 / 13; }
  .nav-about { grid-area: 2 / 1 / 3 / 5; }
  .nav-drama { grid-area: 2 / 5 / 3 / 8; }
  .nav-access { grid-area: 2 / 8 / 3 / 10; }
  .header-reserve { grid-area: 2 / 10 / 3 / 13; align-self: center; justify-self: stretch; margin: 4px 0; padding: 7px 4px; font-size: 11px; text-align: center; }
  .hero-grid { display: flex; flex-direction: column; gap: 26px; padding-block: 34px 42px; }
  .hero-type { width: 100%; }
  .hero-kicker { font-size: 16px; }
  .hero-subname { margin-top: 10px; }
  .hero-subname strong { font-size: 16px; }
  .hero-type h1 { margin-top: 12px; font-size: clamp(55px, 14vw, 88px); }
  .gold-rule { margin-block: 17px; }
  .hero-origin { gap: 14px; font-size: 22px; }
  .hero-origin span { font-size: 11px; }
  .hero-lead { margin-top: 15px; font-size: 13px; }
  .hero-actions { margin-top: 22px; }
  .hero-figure { width: 100%; }
  .hero-figure img { aspect-ratio: 16/9; }
  .quick-info { grid-template-columns: 1fr; gap: 0; padding-block: 10px; }
  .quick-info > div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding-block: 12px; }
  .quick-info > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .quick-info p { margin-top: 0; }
  .quick-phone { font-size: 19px; }
  .hours { margin-top: 0; }
  .home-index { padding-block: 46px 60px; }
  .feature-grid { gap: 10px; }
  .feature-card { min-height: 180px; padding: 18px 15px; }
  .feature-label { font-size: 19px; }
  .feature-copy { margin-top: 10px; font-size: 11px; }
  .visit-strip-inner { align-items: flex-start; flex-direction: column; padding-block: 32px; }
  .page-banner .wrap { padding-block: 38px 43px; }
  .page-banner h1 { font-size: clamp(35px, 9vw, 49px); }
  .page-drama .page-banner h1 { font-size: clamp(23px, 7vw, 32px); }
  .page-banner p:last-child { font-size: 13px; }
  .page-content { padding-block: 38px 60px; }
  .dish-grid { grid-template-columns: 1fr; gap: 28px; }
  .dish img { aspect-ratio: 16/10; }
  .dish img { max-height: min(62vw, 330px); }
  .home-uses { padding-block: 44px; }
  .home-uses, .story-grid { grid-template-columns: 1fr; gap: 24px; }
  .story-grid { padding-block: 40px; }
  .story-grid > div + div { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .visit-actions { width: 100%; }
  .ala-carte-teaser { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 0; padding-block: 23px; }
  .menu-photo-gallery { margin-top: 38px; }
  .ala-carte-intro { grid-template-columns: 1fr; gap: 16px; }
  .menu-sheet-group summary { grid-template-columns: 1fr auto; gap: 4px 12px; padding: 17px 10px; }
  .sheet-group-title { font-size: 22px; }
  .sheet-group-examples { grid-column: 1 / -1; grid-row: 2; font-size: 12px; }
  .sheet-group-open { grid-column: 2; grid-row: 1; }
  .menu-sheet-images { padding: 19px 0 27px; }
  .section-split, .about-layout, .owner-layout, .drama-layout, .access-grid, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .access-details-grid { grid-template-columns: 1fr; }
  .contact-form, .contact-direct-card { padding: 24px 18px; }
  .info-panel .button + .button { margin-left: 0; }
  .drink-block, .course-section { margin-top: 52px; }
  .drink-gallery { grid-template-columns: 1.2fr .8fr; }
  .menu-origin { grid-template-columns: 1fr; gap: 5px; margin-block: 20px 18px; padding: 17px 19px; }
  .course-list { grid-template-columns: 1fr; gap: 10px; }
  .course-card { padding: 16px 19px; }
  .course-footer { align-items: flex-start; flex-direction: column; }
  .course-actions { width: 100%; }
  .owner-quote { font-size: 19px; }
  .interior-band { padding-block: 45px; }
  .history-inner { padding-block: 43px 47px; }
  .owner-layout figure { max-width: 330px; }
  .owner-message { padding-left: 19px; }
  .drama-explanation { padding-top: 18px; }
  .page-drama .drama-layout { padding-bottom: 32px; }
  .ronron-feature { grid-template-columns: 1fr; gap: 20px; padding-block: 32px 52px; }
  .map-section { padding-top: 40px; }
  .map-intro { align-items: flex-start; flex-direction: column; gap: 18px; }
  .map-frame { height: 420px; min-height: 0; }
  .bus-route { grid-template-columns: 1fr; gap: 10px; padding: 21px 19px; }
  .info-panel { padding: 25px; }
  .media-links { padding-bottom: 54px; }
  .footer-inner { flex-direction: column; padding-block: 26px; }
  .footer-navigation { align-items: flex-start; }
  .footer-links, .footer-social { justify-content: flex-start; }
  .mobile-actions { position: fixed; bottom: 0; left: 0; right: 0; z-index: 35; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); background: var(--red); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; min-height: 56px; color: var(--paper); font-size: 12px; font-weight: 700; text-decoration: none; }
  .mobile-actions a + a { border-left: 1px solid #f8f4ea66; }
}

@media (max-width: 360px) {
  .brand-kicker { display: none; }
  .hero-type h1 { font-size: 53px; }
  .hero-origin { flex-direction: column; gap: 0; }
  .feature-card { min-height: 190px; }
  .owner-quote { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media print {
  .site-header { position: static; }
  .mobile-actions, .preview { display: none; }
  body { padding-bottom: 0; }
}
