/* ===== 基本設定：色や幅を変える場合はここから ===== */
:root {
  --bg: #1d1816;
  --bg-soft: #27211e;
  --surface: #312925;
  --text: #fff8ef;
  --muted: #c3b8ae;
  --accent: #e7a26f;
  --accent-hover: #f2b786;
  --line: rgba(255,248,239,.14);
  --container: 1160px;
  --header-height: 72px;
  --serif: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--sans); font-size: 15px; line-height: 1.85; letter-spacing: .025em; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 650; letter-spacing: .025em; line-height: 1.4; }
h2 { margin-bottom: 36px; font-size: clamp(1.8rem, 5.5vw, 3rem); }
h3 { line-height: 1.5; }
.about-copy p, .page-intro, .guide-intro p, .steps p, .faq-list p, .access-details dd { overflow-wrap: anywhere; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow-container { max-width: 850px; }
.section { padding: 80px 0; }
.section-alt { background: var(--bg-soft); }
.section-label { margin-bottom: 20px; color: var(--accent); font-size: .69rem; font-weight: 700; letter-spacing: .25em; }
.section-label::before { display: inline-block; width: 32px; height: 1px; margin-right: 12px; background: currentColor; vertical-align: middle; content: ""; }
.skip-link { position: fixed; z-index: 200; top: -100px; left: 12px; padding: 8px 14px; color: #111; background: var(--accent); }
.skip-link:focus { top: 10px; }
.mobile-only { display: block; }
.page-main { padding-top: var(--header-height); }
.page-hero { position: relative; display: grid; min-height: 340px; padding: 72px 0 52px; align-items: end; overflow: hidden; background: var(--bg-soft); }
.page-hero::after { position: absolute; inset: 0; opacity: .13; background: url("images/lounge-hero.png") center 60%/cover; content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 0; font-size: clamp(2.5rem, 8vw, 4.6rem); }
.page-intro { max-width: 660px; color: var(--muted); }
.page-back { margin-top: 50px; }

/* ===== ヘッダー ===== */
.site-header { position: fixed; z-index: 100; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(29,24,22,.94); backdrop-filter: blur(12px);}
.site-header.menu-active {border-color: var(--line);background: var(--bg);backdrop-filter: none;}
.header-inner { display: flex; width: min(calc(100% - 40px), 1280px); height: var(--header-height); margin: auto; align-items: center; justify-content: space-between; }
.logo { position: relative; z-index: 2; display: block; width: 132px; height: 42px; overflow: hidden; background: url("images/ungr-wordmark-light.png") center / contain no-repeat; }
/* 画像ロゴ内に店名があるため、重複する文字は画面外へ隠して読み上げには残します。 */
.logo-main, .logo-sub { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.menu-button { position: relative; z-index: 2; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 6px 0; background: var(--text); transition: transform .25s, opacity .25s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.global-nav { position: fixed; inset: var(--header-height) 0 0; display: flex; visibility: hidden; padding: 44px 28px; flex-direction: column; gap: 10px; opacity: 0; background: var(--bg); transform: translateY(-12px); transition: .25s; }
.global-nav.is-open { visibility: visible; opacity: 1; transform: none;}
.global-nav a { padding: 8px 0; font-family: var(--serif); font-size: 1.2rem; }
.global-nav .nav-reserve { display: inline-flex; width: fit-content; margin-top: 16px; padding: 11px 22px; color: #2b1b13; background: var(--accent); font-family: var(--sans); font-size: .75rem; border-radius: 999px; }

/* ===== ヒーロー ===== */
.hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 57% center; animation: hero-in 1.4s ease-out both; }
.hero-shade { background: linear-gradient(180deg, rgba(25,17,14,.08), rgba(25,17,14,.18) 42%, rgba(25,17,14,.78)); }
.hero-content { position: relative; z-index: 1; padding-bottom: 128px; }
.eyebrow { margin-bottom: 18px; color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .28em; }
.hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2.45rem, 9vw, 4.8rem); line-height: 1.3; text-shadow: 0 2px 22px rgba(0,0,0,.3); }
.hero-lead { margin-bottom: 32px; color: #dedbd3; font-size: 1rem; }
.hero-points { display: flex; margin: -10px 0 30px; padding: 0; flex-wrap: wrap; gap: 8px; list-style: none; }
.hero-points li { padding: 5px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(29,24,22,.44); backdrop-filter: blur(5px); font-size: .68rem; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 24px; }
.button { display: inline-flex; min-height: 52px; padding: 12px 24px; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 999px; font-size: .76rem; font-weight: 700; letter-spacing: .05em; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #2b1b13; background: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.button-primary:hover { background: var(--accent-hover); }
.button-outline { border-color: var(--line); }
.button-outline:hover { border-color: var(--accent); color: var(--accent); }
.text-link { display: inline-flex; padding-bottom: 3px; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .75rem; transition: color .25s, border-color .25s; }
.text-link:hover { border-color: var(--accent); color: var(--accent); }
.hero-info { position: absolute; z-index: 1; bottom: 0; left: 0; display: flex; width: 100%; min-height: 68px; padding: 15px 20px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: .65rem; letter-spacing: .08em; }
.hero-hours { display: flex; align-items: center; gap: 16px; font-size: .72rem; }
.hero-hours > span { white-space: nowrap; }
.hero-hours b { margin-right: 4px; color: var(--muted); font-size: .64rem; }
.hero-hours .late-hours { color: var(--accent); font-weight: 700; }

/* ===== 紹介・メニュー ===== */
.about-grid { display: grid; gap: 16px; }
.lead-copy { color: var(--text); font-family: var(--serif); font-size: 1.25rem; line-height: 2; }
.about-copy > p:not(.lead-copy) { color: var(--muted); }
.about-copy > p + p { margin-top: 14px; }
.brand-banner { max-width: 720px; margin: 48px auto 0; overflow: hidden; border-radius: 18px; background: #fff; }
.brand-banner img { aspect-ratio: 898 / 437; object-fit: cover; }
.feature-list { margin-top: 52px; border-top: 1px solid var(--line); }
.feature-list > div { position: relative; margin-top: 10px; padding: 22px 20px 20px 54px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.feature-number { position: absolute; top: 25px; left: 18px; color: var(--accent); font-size: .65rem; }
.feature-list h3 { margin: 0 0 6px; font-family: var(--serif); font-weight: 500; }
.feature-list p { margin: 0; color: var(--muted); font-size: .84rem; }
.section-heading-row > p { color: var(--muted); }
.menu-grid { display: grid; gap: 14px; }
.menu-card { min-height: 280px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.menu-card-featured { border-color: rgba(231,162,111,.5); background: linear-gradient(145deg, #3b2e28, #2b2420); }
.card-kicker { margin-bottom: 32px; color: var(--accent); font-size: .62rem; letter-spacing: .2em; }
.menu-card h3 { margin-bottom: 22px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.menu-card h3 small { display: inline-block; margin-left: 8px; padding: 3px 8px; border: 1px solid rgba(231,162,111,.45); border-radius: 999px; color: var(--accent); font-family: var(--sans); font-size: .58rem; font-weight: 600; vertical-align: middle; }
.menu-card > p:last-child { color: var(--muted); font-size: .84rem; }
.price { margin: 0 0 18px; font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.price span { font-size: 1rem; }.price small { color: var(--muted); font-family: var(--sans); font-size: .7rem; }
.menu-card ul { display: grid; margin: 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 8px; color: var(--muted); list-style: none; }
.menu-card li::before { margin-right: 9px; color: var(--accent); content: "—"; }
.menu-description { max-width: 680px; color: var(--muted); font-size: .84rem; }
.menu-description strong { color: var(--accent); font-size: 1.02em; font-weight: 700; }
.menu-description-bottom { margin: 24px 0 0; }
.flavor-grid, .drink-grid { display: grid; margin-top: 30px; gap: 28px 18px; }
.menu-category { min-width: 0; }
.menu-category h4 { margin: 0 0 12px; padding-bottom: 9px; border-bottom: 1px solid var(--line); color: var(--text); font-size: .9rem; font-weight: 600; }
.menu-category ul { grid-template-columns: 1fr; gap: 5px; }
.menu-category li { font-size: .8rem; }
.mix-list, .price-list { margin: 0; }
.mix-list div, .price-list div { display: flex; padding: 11px 0; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.mix-list dt, .price-list dt { font-size: .82rem; }.mix-list dd, .price-list dd { margin: 0; color: var(--muted); font-size: .72rem; text-align: right; }
.note { margin: 22px 0 0; color: var(--muted); font-size: .7rem; }
.note-block {display: flex; justify-content: space-between; gap: 12px 24px;}
.note-tax { text-align: right;}

/* ===== 料金・初めての方 ===== */
.price-table { border-top: 1px solid var(--line); }
.price-row { display: flex; padding: 22px 0; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.price-row strong { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.price-row span { display: block; color: var(--muted); font-size: .7rem; }
.price-row b { flex-shrink: 0; font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.charge-prices { display: grid; min-width: 280px; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.price-row .charge-price { min-width: 0; padding: 10px 16px; color: var(--text); text-align: center; }
.price-row .charge-price + .charge-price { border-left: 1px solid var(--line); }
.price-row .charge-price small { display: block; margin-bottom: 2px; color: var(--muted); font-family: var(--sans); font-size: .62rem; font-weight: 500; white-space: nowrap; }
.price-row .charge-price b { display: block; font-size: 1.15rem; }
.price-row .charge-price-late { background: rgba(231,162,111,.1); }
.price-row .charge-price-late small, .price-row .charge-price-late b { color: var(--accent); }
.guide-section { background: #f0dfcf; color: #30251f; }
.guide-section .section-label { color: #a35732; }
.guide-intro { display: grid; margin-bottom: 52px; gap: 10px; color: #51534d; }
.steps { margin: 0; padding: 0; border-top: 1px solid rgba(23,25,20,.2); list-style: none; }
.steps li { display: grid; padding: 28px 0; grid-template-columns: 45px 1fr; border-bottom: 1px solid rgba(23,25,20,.2); }
.steps > li > span { color: #a35732; font-size: .7rem; }
.steps h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.steps p { margin: 0; color: #5e6059; font-size: .83rem; }

/* ===== ギャラリー・FAQ ===== */
.gallery-section { padding-bottom: 0; }
.gallery-grid { display: grid; gap: 8px; }
.gallery-grid figure { position: relative; height: 72vw; max-height: 520px; margin: 0; overflow: hidden; border-radius: 14px; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; bottom: 14px; left: 17px; color: rgba(255,255,255,.8); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.faq-layout { display: grid; gap: 30px; }
.faq-layout > div:first-child > p:last-child { max-width: 360px; color: var(--muted); font-size: .8rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 40px 25px 0; cursor: pointer; font-family: var(--serif); font-size: 1rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; right: 4px; width: 16px; height: 1px; background: var(--accent); content: ""; transition: transform .25s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 0 25px; padding-right: 30px; color: var(--muted); font-size: .82rem; }

/* ===== アクセス・予約・フッター ===== */
.access-section { background: var(--bg-soft); }
.access-grid { display: grid; gap: 40px; }
.map-placeholder { position: relative; display: grid; min-height: 330px; padding: 30px; place-content: center; overflow: hidden; border: 1px solid var(--line); color: #6f705f; background-color: #22251f; background-image: linear-gradient(32deg, transparent 48%, rgba(189,167,116,.12) 49%, rgba(189,167,116,.12) 51%, transparent 52%), linear-gradient(118deg, transparent 46%, rgba(255,255,255,.05) 47%, rgba(255,255,255,.05) 50%, transparent 51%); text-align: center; }
.map-placeholder span { font-size: .65rem; letter-spacing: .3em; }.map-placeholder strong { color: #aaa68e; font-family: var(--serif); font-size: 1.8rem; letter-spacing: .18em; }
.map-placeholder i { position: absolute; top: 53%; left: 51%; width: 14px; height: 14px; border: 3px solid var(--accent); border-radius: 50%; box-shadow: 0 0 0 7px rgba(189,167,116,.16); }
.access-details h3 { margin-bottom: 30px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: .1em; }
.access-details dl { margin: 0; border-top: 1px solid var(--line); }
.access-details dl div { display: grid; padding: 18px 0; grid-template-columns: 78px 1fr; border-bottom: 1px solid var(--line); }
.access-details dt { color: var(--accent); font-size: .7rem; }.access-details dd { margin: 0; color: #d7d5cd; font-size: .8rem; }
.access-links { display: flex; margin-top: 30px; align-items: flex-start; flex-direction: column; gap: 24px; }
.map-link-group { width: 100%; max-width: 360px; }
.map-button { width: 100%; min-height: 58px; padding-inline: 20px; justify-content: flex-start; gap: 12px; color: #2b1b13; background: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.map-button:hover { color: #2b1b13; background: var(--accent-hover); }
.map-button > span:nth-of-type(1) { flex: 1; text-align: left; }
.map-pin-icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.map-link-note { margin: 8px 4px 0; color: var(--muted); font-size: .68rem; line-height: 1.6; }
.instagram-button { width: 100%; max-width: 360px; min-height: 56px; padding-inline: 20px; justify-content: flex-start; gap: 12px; color: #fff; border: 0; background: linear-gradient(120deg, #6349b8, #b83f79 55%, #d56d50); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.instagram-button:hover { color: #fff; filter: brightness(1.08); }
.instagram-button:focus-visible { outline: 3px solid var(--text); outline-offset: 3px; }
.instagram-button > span:first-of-type { flex: 1; text-align: left; }
.instagram-icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon-dot { fill: currentColor; stroke: none; }
.navi-directions { margin-top: 80px; padding-top: 72px; border-top: 1px solid var(--line); }
.directions-heading { max-width: 680px; margin-bottom: 36px; }
.directions-heading h2 { margin-bottom: 12px; }
.directions-heading > p:last-child { margin: 0; color: var(--muted); }
.direction-list { display: grid; margin: 0; padding: 0; counter-reset: direction-step; gap: 12px; list-style: none; }
.direction-list li { position: relative; min-height: 76px; padding: 22px 20px 22px 66px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); color: #ded7cf; counter-increment: direction-step; }
.direction-list li::before { position: absolute; top: 20px; left: 18px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #2b1b13; background: var(--accent); font-size: .68rem; font-weight: 700; content: counter(direction-step, decimal-leading-zero); }
.direction-images { display: grid; margin-top: 28px; gap: 12px; }
.direction-images figure { margin: 0; overflow: hidden; border-radius: 14px; background: var(--surface); }
.direction-images img { aspect-ratio: 4 / 3; object-fit: cover; }
.direction-images figcaption { padding: 10px 14px; color: var(--muted); font-size: .72rem; }
.reservation-section { position: relative; padding: 100px 0; overflow: hidden; text-align: center; }
.reservation-section::before { position: absolute; inset: 0; opacity: .24; background: linear-gradient(rgba(42,28,22,.35), rgba(42,28,22,.65)), url("images/shisha-detail.png") center/cover; content: ""; }
.reservation-inner { position: relative; }
.reservation-section .section-label::before { display: none; }.reservation-section h2 { margin-bottom: 18px; }.reservation-section p:not(.section-label) { margin-bottom: 35px; color: #c4c2bb; font-size: .82rem; }
.reservation-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.phone-button { background: rgba(29,24,22,.55); }
.site-footer { padding: 55px 0 90px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; gap: 36px; }.footer-logo { margin-bottom: 18px; }.footer-inner > div > p { color: var(--muted); font-size: .7rem; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #cbc9c2; font-size: .72rem; }
.copyright { margin: 0; color: #777970; font-size: .61rem; }
.mobile-reserve { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: flex; height: 52px; align-items: center; justify-content: center; gap: 20px; border-radius: 999px; color: #2b1b13; background: var(--accent); box-shadow: 0 8px 30px rgba(0,0,0,.35); font-size: .75rem; font-weight: 700; }

@keyframes hero-in { from { opacity: .3; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* ===== スマートフォン向けの読みやすさ ===== */
@media (max-width: 699px) {

  body { font-size: 16px; line-height: 1.8; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 68px 0; }
  h2 { margin-bottom: 28px; font-size: clamp(1.7rem, 8vw, 2.15rem); line-height: 1.45; }
  .section-label { margin-bottom: 14px; }

  .logo { width: 124px; }
  .global-nav { padding: 28px 24px calc(90px + env(safe-area-inset-bottom)); overflow-y: auto; }
  .global-nav a { padding: 7px 0; font-size: 1.05rem; }

  .hero { min-height: max(680px, 100svh); }
  .hero-content { padding-bottom: 118px; }
  .hero h1 { max-width: 10em; margin-bottom: 16px; font-size: clamp(2.2rem, 11vw, 3.15rem); }
  .hero-lead { max-width: 22em; margin-bottom: 24px; font-size: .92rem; line-height: 1.75; }
  .hero-points { margin: 0 0 24px; gap: 6px; }
  .hero-points li { padding: 4px 10px; }
  .hero-actions { width: 100%; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-info { min-height: 82px; padding: 10px 18px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; line-height: 1.5; }
  .hero-location { color: var(--muted); font-size: .62rem; }
  .hero-hours { width: 100%; gap: 14px; font-size: .78rem; letter-spacing: .02em; }
  .hero-hours b { font-size: .68rem; }

  .page-hero { min-height: 250px; padding: 54px 0 38px; }
  .page-hero h1 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .page-intro { margin-bottom: 32px; }
  .section-heading-row > p { margin-bottom: 22px; font-size: .78rem; }

  .lead-copy { font-size: 1.08rem; line-height: 1.9; }
  .brand-banner { margin-top: 36px; border-radius: 12px; }
  .about-copy > p:not(.lead-copy) { line-height: 1.85; }
  .feature-list { margin-top: 38px; border-top: 0; }
  .feature-list > div { padding: 20px 16px 18px 50px; }
  .feature-number { top: 23px; left: 16px; }

  .menu-card { min-height: 0; padding: 25px 22px; }
  .card-kicker { margin-bottom: 20px; }
  .menu-card h3 { margin-bottom: 18px; }
  .mix-list div, .price-list div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .mix-list dd, .price-list dd { max-width: 12em; }
  .flavor-grid, .drink-grid { margin-top: 24px; gap: 24px; }

  .price-row { display: grid; padding: 20px 0; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 12px; }
  .price-row span { max-width: 22em; margin-top: 3px; line-height: 1.6; }
  .price-row b { padding-top: 1px; font-size: 1rem; }
  .charge-row { grid-template-columns: 1fr; gap: 14px; }
  .charge-prices { width: 100%; min-width: 0; }
  .price-row .charge-price { margin: 0; padding: 10px 8px; line-height: 1.5; }
  .price-row .charge-price small { margin-top: 0; font-size: .6rem; }
  .price-row .charge-price b { padding-top: 0; font-size: 1.08rem; }

  .guide-intro { margin-bottom: 36px; gap: 4px; }
  .guide-intro p { margin-bottom: 14px; }
  .steps li { padding: 24px 0; grid-template-columns: 38px minmax(0, 1fr); }

  .gallery-section { padding-bottom: 0; }
  .gallery-grid { padding-inline: 8px; }
  .gallery-grid figure { height: 68vw; min-height: 240px; }

  .faq-list summary { padding: 22px 38px 22px 0; line-height: 1.65; }
  .faq-list details p { padding-right: 12px; font-size: .88rem; line-height: 1.8; }

  .access-grid { gap: 30px; }
  .map-placeholder { min-height: 260px; }
  .map-placeholder strong { font-size: 1.35rem; }
  .access-details dl div { grid-template-columns: 66px minmax(0, 1fr); gap: 12px; }
  .access-details dd { font-size: .86rem; }
  .access-links .button, .page-back { width: 100%; }
  .navi-directions { margin-top: 60px; padding-top: 56px; }
  .directions-heading { margin-bottom: 26px; }
  .direction-list li { padding: 19px 16px 19px 58px; font-size: .9rem; line-height: 1.8; }
  .direction-list li::before { top: 19px; left: 14px; }

  .reservation-section { padding: 76px 0; }
  .reservation-title-comma { display: none; }
  .reservation-section p:not(.section-label) br { display: none; }
  .reservation-section .button { width: 100%; }
  .reservation-actions { flex-direction: column; }
  .reservation-actions .button { width: 100%; }
  .site-footer { padding-bottom: calc(106px + env(safe-area-inset-bottom)); }
  .footer-inner { gap: 28px; }
  .footer-inner nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
  .footer-inner nav a { padding-block: 4px; }
  .mobile-reserve { bottom: max(12px, env(safe-area-inset-bottom)); }
  .note-block {flex-direction: column; gap: 4px; }
  .note-block .note { margin-top: 8px; }
  .note-tax { text-align: left; }
}
  


@media (min-width: 700px) {
  .container { width: min(calc(100% - 80px), var(--container)); }
  .section { padding: 104px 0; }
  .mobile-only { display: none; }
  .hero-content { padding-bottom: 150px; }
  .hero-actions { align-items: center; flex-direction: row; gap: 32px; }
  .hero-info { padding-inline: 40px; }
  .about-grid { grid-template-columns: .85fr 1.15fr; gap: 70px; }
  .brand-banner { grid-column: 1 / -1; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-card { padding: 36px; }
  .menu-card-wide { grid-column: 1 / -1; min-height: 0; }
  .shisha-summary { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 50px; }
  .shisha-summary .card-kicker, .shisha-summary h3 { grid-column: 1; }
  .shisha-summary .price { grid-column: 2; grid-row: 1 / 3; }
  .shisha-summary > p:last-child { grid-column: 1 / -1; }
  .flavor-grid { grid-template-columns: repeat(3, 1fr); }
  .drink-grid { grid-template-columns: 1fr 1fr; }
  .guide-intro { grid-template-columns: 1fr 1fr; gap: 60px; }
  .steps li { grid-template-columns: 80px 1fr; }
  .gallery-grid { grid-template-columns: 1.35fr 1fr; grid-template-rows: 300px 300px; }
  .gallery-grid figure { height: auto; max-height: none; }.gallery-large { grid-row: 1 / 3; }
  .faq-layout { grid-template-columns: .7fr 1.3fr; gap: 80px; }
  .access-grid { grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
  .map-placeholder { min-height: 500px; }
  .direction-list { grid-template-columns: 1fr 1fr; }
  .direction-images { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr auto; }.copyright { grid-column: 1 / -1; }
  .page-hero { min-height: 450px; padding-block: 100px 80px; }
}

@media (min-width: 1040px) {
  :root { --header-height: 84px; }
  .menu-button { display: none; }
  .global-nav { position: static; display: flex; visibility: visible; padding: 0; align-items: center; flex-direction: row; gap: 24px; opacity: 1; background: none; transform: none; }
  .global-nav a { padding: 6px 0; font-family: var(--sans); font-size: .65rem; transition: color .2s; }.global-nav a:hover { color: var(--accent); }
  .global-nav .nav-reserve { margin: 0 0 0 4px; padding: 10px 18px; color: #171711; }
  .hero-content { padding-bottom: 135px; }.hero-info { left: auto; right: 40px; width: auto; min-width: 380px; padding-inline: 0; gap: 50px; border: 0; }
  .section-heading-row { display: flex; margin-bottom: 50px; align-items: end; justify-content: space-between; }.section-heading-row h2 { max-width: 650px; margin: 0; }.section-heading-row > p { margin: 0; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }.menu-card { min-height: 325px; }.menu-card-wide { min-height: 0; }
  .mobile-reserve { display: none; }
  .site-footer { padding-bottom: 55px; }
}
