@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --ink: #130f14;
  --ink-soft: #211820;
  --aubergine: #2c1329;
  --aubergine-2: #4b1f42;
  --wine: #6e2f4d;
  --champagne: #e7c98c;
  --champagne-pale: #f7ebcb;
  --paper: #fbf7ee;
  --paper-deep: #efe5d3;
  --line: rgba(44, 19, 41, .18);
  --shadow: 0 30px 90px rgba(26, 12, 24, .16);
  --display: "Playfair Display", Georgia, serif;
  --sans: "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.75; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.skip { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 18px; color: #fff; background: #000; transform: translateY(-150%); }
.skip:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 70; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 82px; padding: 12px clamp(22px, 5vw, 76px); color: #fff; border-bottom: 1px solid rgba(231,201,140,.22); background: rgba(19,15,20,.94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; gap: 12px; align-items: center; min-width: max-content; }
.brand img { width: 48px; height: 48px; }
.brand span { display: grid; line-height: 1.12; }
.brand b { font-size: 1.05rem; letter-spacing: -.03em; }
.brand small { margin-top: 5px; color: var(--champagne); font-size: .62rem; letter-spacing: .22em; }
.site-header nav { display: flex; justify-content: center; gap: clamp(16px, 3vw, 44px); font-size: .86rem; font-weight: 600; }
.site-header nav a { color: rgba(255,255,255,.76); }
.site-header nav a:hover { color: var(--champagne); }
.header-phone { padding: 10px 18px; border: 1px solid var(--champagne); color: var(--champagne); font-weight: 800; letter-spacing: .02em; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr); min-height: calc(100svh - 82px); color: #fff; background: var(--aubergine); isolation: isolate; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .34; background-image: linear-gradient(30deg, transparent 46%, rgba(231,201,140,.16) 47%, rgba(231,201,140,.16) 49%, transparent 50%), linear-gradient(-30deg, transparent 46%, rgba(231,201,140,.09) 47%, rgba(231,201,140,.09) 49%, transparent 50%); background-size: 110px 190px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 10vw, 150px) clamp(28px, 7vw, 108px); }
.eyebrow { margin: 0 0 26px; color: var(--champagne); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .22em; }
.eyebrow.dark { color: var(--wine); }
.hero h1 { max-width: 8ch; margin: 0; font-size: clamp(3.5rem, 7.8vw, 8rem); line-height: .93; letter-spacing: -.08em; text-wrap: balance; }
.hero-lead { max-width: 700px; margin: 40px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.5vw, 1.28rem); line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 26px; border: 1px solid transparent; font-weight: 800; }
.button.champagne { color: var(--aubergine); background: var(--champagne); }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.hero-note { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.52); font-size: .82rem; }
.hero-stage { position: relative; min-height: 720px; margin: clamp(30px, 4vw, 64px) clamp(24px, 5vw, 70px) clamp(30px, 4vw, 64px) 0; border: 1px solid rgba(231,201,140,.65); box-shadow: 0 38px 120px rgba(0,0,0,.45); overflow: hidden; }
.hero-stage::before, .hero-stage::after { position: absolute; z-index: 2; inset-block: 0; width: 15%; content: ""; background: linear-gradient(90deg, rgba(44,19,41,.95), rgba(44,19,41,0)); pointer-events: none; }
.hero-stage::after { right: 0; transform: scaleX(-1); }
.hero-stage picture, .hero-stage img { width: 100%; height: 100%; }
.hero-stage img { object-fit: cover; object-position: 58% center; background: radial-gradient(circle at 65% 30%, #7a5b63, #23131f 60%); }
.marquee-bulbs { position: absolute; z-index: 5; inset: 10px; border: 2px dotted var(--champagne); pointer-events: none; }
.hero-seal { position: absolute; z-index: 7; right: 26px; bottom: 26px; display: flex; gap: 12px; align-items: center; width: 154px; height: 78px; padding: 10px 18px; color: var(--ink); background: var(--champagne); clip-path: polygon(0 0, 92% 0, 100% 18%, 100% 82%, 92% 100%, 0 100%, 8% 82%, 8% 18%); }
.hero-seal span { font-family: var(--display); font-size: 1.9rem; }
.hero-seal small { line-height: 1.25; letter-spacing: .08em; }

.ticket-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); border-block: 1px dashed rgba(44,19,41,.32); background: var(--champagne); }
.ticket-strip > div { position: relative; display: grid; min-height: 112px; align-content: center; padding: 20px clamp(20px, 3vw, 52px); border-right: 1px dashed rgba(44,19,41,.32); }
.ticket-strip > div:last-child { border: 0; }
.ticket-strip span { color: var(--wine); font-family: var(--display); font-size: .68rem; letter-spacing: .18em; }
.ticket-strip b { margin-top: 4px; font-size: clamp(.92rem, 1.4vw, 1.18rem); }

.opening { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 120px); align-items: center; max-width: 1320px; margin: auto; padding: clamp(90px, 12vw, 180px) clamp(24px, 6vw, 76px); }
.opening-poster { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 420px; padding: 38px; color: #fff; background: var(--wine); box-shadow: var(--shadow); }
.opening-poster::before { position: absolute; inset: 17px; content: ""; border: 1px solid var(--champagne); }
.opening-poster p, .opening-poster span { position: relative; z-index: 1; }
.opening-poster p { font-family: var(--display); letter-spacing: .16em; }
.opening-poster span { max-width: 10ch; font-size: clamp(2.2rem, 4vw, 4.4rem); font-weight: 900; line-height: 1.1; letter-spacing: -.06em; }
.opening h2, .section-heading h2, .chapter-title h2, .column-heading h3, .food-title h3 { margin: 0; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.06em; }
.opening > div:last-child > p:last-child { max-width: 740px; margin-top: 30px; color: #51454d; font-size: 1.08rem; line-height: 2; }

.courses { padding: clamp(90px, 12vw, 170px) 0; color: #fff; background: var(--ink); overflow: hidden; }
.section-heading { max-width: 1320px; margin: 0 auto; padding-inline: clamp(24px, 6vw, 76px); }
.section-heading > p { margin: 0 0 12px; color: var(--wine); font-family: var(--display); font-size: .76rem; letter-spacing: .2em; }
.section-heading > span { display: block; max-width: 720px; margin-top: 22px; color: #756a70; }
.section-heading.light > p { color: var(--champagne); }
.section-heading.light > span { color: rgba(255,255,255,.6); }
.programme-track { display: flex; gap: 16px; max-width: 1500px; margin: 64px auto 0; padding: 0 clamp(24px, 6vw, 76px) 26px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--champagne) transparent; }
.programme-card { flex: 0 0 min(370px, 78vw); min-height: 440px; padding: 30px; border: 1px solid rgba(231,201,140,.35); background: linear-gradient(160deg, rgba(75,31,66,.84), rgba(19,15,20,.96)); scroll-snap-align: start; }
.programme-index { color: var(--champagne); font-family: var(--display); font-size: .68rem; letter-spacing: .18em; }
.programme-card h3 { margin: 54px 0 0; font-size: 2rem; }
.programme-card > p:not(.programme-index) { min-height: 78px; color: rgba(255,255,255,.58); }
.programme-card dl { margin: 34px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.programme-card dl div { display: flex; justify-content: space-between; padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.12); }
.programme-card dt { color: rgba(255,255,255,.64); }
.programme-card dd { margin: 0; color: var(--champagne); font-weight: 800; }
.course-note { max-width: 1320px; margin: 24px auto 0; padding: 0 clamp(24px, 6vw, 76px); color: rgba(255,255,255,.46); font-size: .86rem; }

.booking { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 850px; }
.booking-image { min-height: 720px; background: var(--aubergine-2); overflow: hidden; }
.booking-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; background: linear-gradient(135deg, #3e2239, #b69271); }
.booking-content { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 104px); }
.booking-content .section-heading { padding: 0; }
.booking-content ol { margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.booking-content li { display: grid; grid-template-columns: 74px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.booking-content li > span { color: var(--wine); font-family: var(--display); font-size: 1.5rem; }
.booking-content h3, .booking-content p { margin: 0; }
.booking-content h3 { font-size: 1.12rem; }
.booking-content p { margin-top: 7px; color: #6f636a; }

.district-index { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: end; padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 76px); color: #fff; background: var(--aubergine); }
.district-index > div > p { color: var(--champagne); font-family: var(--display); letter-spacing: .18em; }
.district-index h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.06em; }
.district-index nav { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(231,201,140,.35); }
.district-index nav a { display: grid; padding: 28px; border-right: 1px solid rgba(231,201,140,.35); }
.district-index nav a:last-child { border: 0; }
.district-index nav span { color: var(--champagne); font-size: 1.4rem; font-weight: 800; }
.district-index nav small { margin-top: 5px; color: rgba(255,255,255,.48); }
.intermission { position: relative; height: min(54vw, 760px); min-height: 400px; background: #241920; overflow: hidden; }
.intermission img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .78; background: linear-gradient(130deg, #282026, #c2a47d); }
.intermission::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(19,15,20,.75), transparent 50%, rgba(19,15,20,.4)); }
.intermission span { position: absolute; z-index: 2; left: clamp(24px, 6vw, 76px); bottom: 46px; padding: 12px 20px; color: var(--ink); background: var(--champagne); font-family: var(--display); font-weight: 700; letter-spacing: .15em; }

.district-chapter { position: relative; padding-bottom: clamp(110px, 14vw, 210px); background: var(--paper); }
.chapter-2 { background: #f3eadb; }
.chapter-3 { background: #f9f2e5; }
.chapter-curtain { height: 20px; background: repeating-linear-gradient(90deg, var(--aubergine) 0 7.5vw, var(--wine) 7.5vw 15vw); }
.chapter-title { display: grid; grid-template-columns: .38fr .62fr 1fr; align-items: end; gap: 30px; max-width: 1320px; margin: auto; padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 76px) 50px; border-bottom: 1px solid var(--line); }
.chapter-title > p { margin: 0; color: var(--wine); font-family: var(--display); letter-spacing: .18em; }
.chapter-title > span { color: #6a5d65; }
.chapter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1320px; margin: 46px auto 0; padding-inline: clamp(24px, 6vw, 76px); }
.address-script, .transit-panel { min-width: 0; padding: clamp(26px, 4vw, 48px); border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.subhead p { margin: 0; color: var(--wine); font-family: var(--display); font-size: .68rem; letter-spacing: .17em; }
.subhead h3 { margin: 5px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.token-group { margin-top: 30px; }
.token-group > b { display: block; margin-bottom: 9px; font-size: .78rem; }
.token-group > div { display: flex; flex-wrap: wrap; gap: 7px; }
.token-group span { padding: 5px 10px; border: 1px solid rgba(75,31,66,.18); color: #584a52; background: var(--paper); font-size: .8rem; }
.fine-print { margin: 24px 0 0; color: #796d73; font-size: .78rem; }
.transit-panel ul { margin: 28px 0 0; padding: 0; list-style: none; }
.transit-panel li { display: grid; grid-template-columns: 1fr 1fr 1.7fr; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.transit-panel li span, .transit-panel li small { color: #6f6269; }
.road-only > p:last-child { margin-top: 32px; color: #5f535a; font-size: 1rem; line-height: 2; }
.district-column { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(40px, 7vw, 100px); max-width: 1320px; margin: clamp(80px, 10vw, 150px) auto 0; padding-inline: clamp(24px, 6vw, 76px); }
.column-heading { position: sticky; top: 120px; align-self: start; }
.column-heading span, .food-title p { color: var(--wine); font-family: var(--display); font-size: .68rem; letter-spacing: .18em; }
.column-heading h3 { margin-top: 12px; font-size: clamp(2.1rem, 4vw, 4rem); }
.district-column > div:last-child { columns: 2; column-gap: 38px; }
.district-column > div:last-child p { margin: 0 0 24px; color: #4e4249; line-height: 2.05; break-inside: avoid; }
.restaurant-section { max-width: 1320px; margin: clamp(100px, 13vw, 190px) auto 0; padding-inline: clamp(24px, 6vw, 76px); }
.food-title { display: grid; grid-template-columns: 1fr 1.8fr .8fr; gap: 28px; align-items: end; padding-bottom: 42px; border-bottom: 2px solid var(--aubergine); }
.food-title p, .food-title h3 { margin: 0; }
.food-title h3 { font-size: clamp(2.1rem, 4vw, 4rem); }
.food-title > span { color: #776b71; font-size: .9rem; }
.restaurant-story { border-bottom: 1px solid var(--line); padding: clamp(60px, 8vw, 110px) 0; }
.restaurant-story > header { display: grid; grid-template-columns: .3fr 1.15fr .8fr; gap: 24px; align-items: start; }
.scene-number { color: var(--wine); font-family: var(--display); font-size: .72rem; letter-spacing: .14em; }
.restaurant-story h4 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.05em; }
.restaurant-story header p { margin: 7px 0 0; color: #786b72; }
.restaurant-story header > b { padding-top: 8px; color: var(--aubergine-2); font-size: .9rem; text-align: right; }
.story-copy { margin-top: 46px; columns: 2; column-gap: clamp(28px, 5vw, 70px); }
.story-copy p { margin: 0 0 24px; color: #4f434a; line-height: 2; break-inside: avoid; }

.standards { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; color: #fff; background: var(--ink); }
.standards-image { background: var(--aubergine); overflow: hidden; }
.standards-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .82; background: linear-gradient(140deg, #3e2338, #a78a6c); }
.standards > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 100px); }
.standards .section-heading { padding: 0; }
.standards ul { margin: 54px 0 0; padding: 0; list-style: none; }
.standards li { display: grid; grid-template-columns: .75fr 1.25fr; gap: 22px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.standards li b { color: var(--champagne); }
.standards li span { color: rgba(255,255,255,.6); }
.faq { max-width: 1180px; margin: auto; padding: clamp(90px, 12vw, 170px) clamp(24px, 6vw, 76px); }
.faq .section-heading { padding: 0; }
.faq > div { margin-top: 50px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 3px; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
.faq details p { max-width: 830px; margin: 0 0 26px; color: #685c63; }
footer { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 30px; align-items: center; padding: 55px clamp(24px, 6vw, 76px) 120px; color: #fff; background: var(--aubergine); }
.footer-brand { color: #fff; }
footer > p { color: rgba(255,255,255,.54); font-size: .9rem; }
footer > a { color: var(--champagne); font-size: 1.2rem; font-weight: 900; }
footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.38); }
.floating-phone { position: fixed; z-index: 80; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); display: flex; gap: 12px; align-items: center; min-width: 218px; padding: 12px 18px 12px 12px; color: var(--ink); border: 1px solid rgba(255,255,255,.64); background: var(--champagne); box-shadow: 0 16px 50px rgba(19,15,20,.3); }
.floating-phone > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--aubergine); font-size: 1.25rem; }
.floating-phone b { display: grid; line-height: 1.2; }
.floating-phone small { margin-bottom: 2px; color: var(--wine); font-size: .65rem; }
.not-found { display: grid; min-height: 100svh; place-items: center; color: #fff; background: var(--aubergine); }
.not-found main { display: flex; flex-direction: column; align-items: center; max-width: 640px; padding: 30px; text-align: center; }
.not-found main > p { color: var(--champagne); font-family: var(--display); letter-spacing: .2em; }
.not-found h1 { margin: 10px 0; font-size: clamp(2.2rem, 7vw, 5rem); line-height: 1.1; }
.not-found main > span { margin: 10px 0 34px; color: rgba(255,255,255,.62); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero-copy { padding-inline: 44px; }
  .hero-stage { min-height: 620px; margin-right: 26px; }
  .opening { grid-template-columns: .85fr 1fr; }
  .chapter-title { grid-template-columns: .45fr .7fr 1fr; }
  .district-column { grid-template-columns: 1fr; }
  .column-heading { position: static; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .site-header { min-height: 72px; padding: 10px 16px; }
  .brand img { width: 42px; height: 42px; }
  .brand b { font-size: .96rem; }
  .brand small { font-size: .54rem; }
  .header-phone { padding: 8px 10px; font-size: .82rem; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { position: relative; z-index: 4; order: 2; margin-top: -106px; padding: 48px 22px 70px; background: linear-gradient(180deg, rgba(44,19,41,0), var(--aubergine) 105px); }
  .hero h1 { max-width: none; font-size: clamp(3.25rem, 15vw, 5.4rem); line-height: .96; }
  .hero-lead { margin-top: 26px; font-size: .98rem; }
  .hero-actions { display: grid; margin-top: 30px; }
  .button { width: 100%; }
  .hero-stage { order: 1; width: 100%; min-height: 0; height: 116vw; max-height: 540px; margin: 0; border: 0; }
  .hero-stage img { object-position: 55% 22%; }
  .marquee-bulbs { inset: 8px; }
  .hero-seal { right: 14px; bottom: 16px; transform: scale(.86); transform-origin: right bottom; }
  .ticket-strip { grid-template-columns: 1fr 1fr; }
  .ticket-strip > div { min-height: 92px; padding: 16px 20px; border-bottom: 1px dashed rgba(44,19,41,.32); }
  .ticket-strip > div:nth-child(2) { border-right: 0; }
  .opening { grid-template-columns: 1fr; padding: 86px 22px; }
  .opening-poster { min-height: 360px; }
  .opening h2, .section-heading h2 { font-size: 2.4rem; }
  .courses { padding-block: 90px; }
  .section-heading, .programme-track, .course-note { padding-inline: 22px; }
  .programme-card { flex-basis: 84vw; min-height: 420px; }
  .booking { grid-template-columns: 1fr; }
  .booking-image { min-height: 0; height: 112vw; max-height: 640px; }
  .booking-content { padding: 82px 22px; }
  .district-index { grid-template-columns: 1fr; padding: 80px 22px; }
  .district-index nav { grid-template-columns: 1fr; }
  .district-index nav a { border-right: 0; border-bottom: 1px solid rgba(231,201,140,.35); }
  .intermission { height: 84vw; min-height: 340px; }
  .chapter-curtain { height: 14px; }
  .chapter-title { grid-template-columns: .5fr 1fr; padding: 76px 22px 36px; }
  .chapter-title > span { grid-column: 1 / -1; }
  .chapter-grid { grid-template-columns: 1fr; padding-inline: 22px; }
  .address-script, .transit-panel { padding: 26px 20px; }
  .transit-panel li { grid-template-columns: .75fr 1.25fr; }
  .transit-panel li small { grid-column: 1 / -1; }
  .district-column { padding-inline: 22px; }
  .district-column > div:last-child, .story-copy { columns: 1; }
  .restaurant-section { padding-inline: 22px; }
  .food-title { grid-template-columns: 1fr; }
  .restaurant-story > header { grid-template-columns: .4fr 1fr; }
  .restaurant-story header > b { grid-column: 1 / -1; text-align: left; }
  .standards { grid-template-columns: 1fr; }
  .standards-image { height: 94vw; min-height: 380px; }
  .standards > div:last-child { padding: 86px 22px; }
  .standards li { grid-template-columns: 1fr; gap: 6px; }
  .faq { padding: 86px 22px; }
  footer { grid-template-columns: 1fr; padding: 48px 22px 120px; }
  footer > p, footer > small { grid-column: 1; grid-row: auto; }
  .floating-phone { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-width: 178px; padding: 9px 12px 9px 9px; }
  .floating-phone > span { width: 36px; height: 36px; }
  .floating-phone b { font-size: .85rem; }
}

@media (max-width: 370px) {
  .site-header { padding-inline: 10px; }
  .brand span small { display: none; }
  .header-phone { font-size: .74rem; }
  .hero-copy { padding-inline: 18px; }
  .hero h1 { font-size: 3.2rem; }
  .ticket-strip b { font-size: .82rem; }
  .programme-track, .section-heading, .course-note { padding-inline: 18px; }
  .programme-card { flex-basis: 86vw; padding: 24px; }
  .chapter-title, .chapter-grid, .district-column, .restaurant-section { padding-inline: 18px; }
  .floating-phone { min-width: 160px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
