@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  color-scheme: light;
  --navy: #102f48;
  --blue: #bfe1e7;
  --mist: #eaf4f5;
  --pearl: #f8f5ef;
  --coral: #ef694d;
  --coral-dark: #d84e35;
  --ink-soft: #4e6876;
  --line: rgba(16, 47, 72, .15);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--navy); background: var(--pearl); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; color: white; background: var(--navy); transform: translateY(-160%); transition: transform 150ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }
.pressable, .button, .menu-tabs button, .pricing-switch button, .dish-card { transition: transform 140ms var(--ease-out); }
.pressable:active, .button:active, .menu-tabs button:active, .pricing-switch button:active, .dish-card:active { transform: scale(.97); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.button-coral { color: white; background: var(--coral); }
.button-coral:hover { background: var(--coral-dark); }
.button-frost { color: var(--navy); background: rgba(255, 255, 255, .55); backdrop-filter: blur(16px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7); }
.button-navy { color: white; background: var(--navy); }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 86px; align-items: center; padding: 0 clamp(20px, 4vw, 64px); color: var(--navy); transition: background 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.site-header.is-scrolled { position: fixed; background: rgba(239, 247, 247, .8); backdrop-filter: blur(22px) saturate(165%); box-shadow: inset 0 -1px rgba(255,255,255,.7); }
.logo { position: relative; display: inline-flex; width: max-content; align-items: center; text-decoration: none; }
.logo-word { font-size: 18px; font-weight: 600; letter-spacing: .2em; }
.logo-loop { margin-left: 7px; color: var(--coral); font-family: "Instrument Serif", serif; font-size: 27px; line-height: 1; }
.logo small { position: absolute; top: 25px; left: 0; width: max-content; color: rgba(16,47,72,.55); font-size: 6px; letter-spacing: .18em; }
.desktop-nav { display: flex; gap: 30px; }
.desktop-nav a { padding: 10px 3px; color: rgba(16,47,72,.7); font-size: 10px; font-weight: 500; text-decoration: none; }
.desktop-nav a:hover { color: var(--navy); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.header-actions .button { min-height: 40px; }
.lang-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.3); cursor: pointer; font-size: 9px; }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.45); }
.menu-toggle i { position: absolute; width: 16px; height: 1px; background: currentColor; transition: transform 180ms var(--ease-out); }
.menu-toggle i:first-child { transform: translateY(-3px); }
.menu-toggle i:last-child { transform: translateY(3px); }
.menu-toggle[aria-expanded="true"] i:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-child { transform: rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 25; inset: 0; display: none; flex-direction: column; padding: 120px 24px 28px; color: var(--navy); background: #d9eef0; opacity: 0; pointer-events: none; transform: translateY(-2%); transition: transform 240ms var(--ease-drawer), opacity 180ms var(--ease-out); }
.mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: "Instrument Serif", serif; font-size: 36px; text-decoration: none; }
.mobile-menu nav span { font-family: "DM Sans", sans-serif; font-size: 8px; letter-spacing: .15em; }
.mobile-meta { margin-top: auto; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.mobile-meta p { margin: 4px 0; }
.mobile-menu > .button { width: 100%; margin-top: 17px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--mist); }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media { background: url("./assets/mizu-infinity-hero.jpg") center/cover no-repeat; transform: scale(1.01); }
.hero-wash { background: linear-gradient(90deg, rgba(231,244,246,.95) 0%, rgba(231,244,246,.81) 37%, rgba(231,244,246,.06) 70%), linear-gradient(0deg, rgba(219,238,240,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100svh; flex-direction: column; justify-content: center; padding: 130px clamp(20px, 7vw, 112px) 90px; }
.hero-badge { position: absolute; top: 120px; left: 49%; display: flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(16,47,72,.12); border-radius: 999px; background: rgba(255,255,255,.5); backdrop-filter: blur(14px); }
.hero-badge span { color: var(--coral); font-family: "Instrument Serif", serif; font-size: 27px; }
.hero-badge p { margin: 0; font-size: 7px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow, .section-label { color: var(--coral-dark); font-size: 8px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { margin-bottom: 20px; }
.hero h1 { max-width: 720px; margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(5.3rem, 9vw, 9.8rem); font-weight: 400; line-height: .79; letter-spacing: -.05em; }
.hero h1 em, .intro h2 em, .section-heading h2 em, .dialog-content h2 em { color: var(--coral); font-weight: 400; }
.hero-copy { max-width: 440px; margin: 29px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.hero-actions { display: flex; gap: 9px; margin-top: 30px; }
.hero-price { position: absolute; z-index: 2; right: clamp(20px, 5vw, 80px); bottom: 32px; display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 2px 7px; padding: 18px 20px; border-radius: 16px; color: var(--navy); background: rgba(255,255,255,.62); backdrop-filter: blur(20px) saturate(150%); box-shadow: inset 0 1px rgba(255,255,255,.9); }
.hero-price small { grid-column: 1 / -1; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.hero-price strong { font-family: "Instrument Serif", serif; font-size: 31px; font-weight: 400; }
.hero-price span { color: var(--ink-soft); font-size: 8px; }
.reveal { opacity: 0; transform: translateY(11px); transition: transform 260ms var(--ease-out), opacity 220ms var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.intro { position: relative; display: grid; min-height: 720px; grid-template-columns: .9fr 1.1fr; align-items: center; padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 112px); overflow: hidden; background: var(--navy); color: white; }
.intro-orbit { position: relative; display: grid; width: min(31vw, 390px); aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.intro-orbit::before, .intro-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.intro-orbit::before { inset: 12%; }
.intro-orbit::after { inset: 27%; }
.intro-orbit span { color: var(--blue); font-family: serif; font-size: clamp(4rem,9vw,8rem); }
.intro-orbit i { position: absolute; width: 18px; aspect-ratio: 1; border-radius: 50%; background: var(--coral); }
.intro-orbit i:first-of-type { top: 17%; right: 8%; }
.intro-orbit i:last-of-type { bottom: 9%; left: 20%; width: 8px; background: var(--blue); }
.intro-copy h2, .section-heading h2, .steps-intro h2, .location-copy h2, .dialog-content h2 { margin: 0; font-family: "Instrument Serif", serif; font-size: clamp(3.8rem, 6vw, 6.8rem); font-weight: 400; line-height: .88; letter-spacing: -.035em; }
.intro-copy > p:not(.section-label) { max-width: 560px; margin: 35px 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.quality-points { display: flex; flex-wrap: wrap; gap: 8px; }
.quality-points span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 8px; }
.quality-points i { margin-right: 7px; color: var(--coral); font-style: normal; }

.pricing { padding: clamp(80px, 10vw, 150px) clamp(16px, 6vw, 96px); background: var(--pearl); }
.section-heading { display: grid; max-width: 1320px; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 40px; margin: 0 auto 50px; }
.section-heading .section-label { grid-column: 1 / -1; margin-bottom: -20px; }
.section-heading > p:not(.section-label) { max-width: 370px; margin: 0 0 5px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.pricing-switch { position: relative; display: grid; width: 230px; grid-template-columns: 1fr 1fr; margin: 0 auto 26px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.pricing-switch button { position: relative; z-index: 2; min-height: 38px; border: 0; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 9px; }
.pricing-switch button.active { color: white; }
.pricing-switch span { position: absolute; z-index: 1; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); border-radius: 999px; background: var(--navy); transition: transform 230ms var(--ease-out); }
.pricing-switch.is-dinner span { transform: translateX(100%); }
.price-stage { display: grid; max-width: 1120px; grid-template-columns: 1fr .85fr .75fr; margin: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 24px 70px rgba(36,68,83,.08); }
.price-copy, .included, .price-note { padding: clamp(30px, 4vw, 54px); }
.price-copy { display: flex; min-height: 350px; flex-direction: column; justify-content: space-between; background: #c7e5e8; transition: background 220ms var(--ease-out); }
.price-stage.is-dinner .price-copy { background: #193e59; color: white; }
.price-title span { font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.price-title h3 { margin: 9px 0 0; font-family: "Instrument Serif", serif; font-size: 37px; font-weight: 400; }
.price-amount { display: grid; width: max-content; grid-template-columns: auto auto; align-items: start; }
.price-amount small { margin-top: 10px; font-size: 18px; }
.price-amount strong { font-family: "Instrument Serif", serif; font-size: clamp(5rem,8vw,8rem); font-weight: 400; line-height: .7; letter-spacing: -.05em; }
.price-amount span { grid-column: 1 / -1; margin-top: 15px; color: var(--ink-soft); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.price-stage.is-dinner .price-amount span { color: rgba(255,255,255,.55); }
.included { border-right: 1px solid var(--line); }
.included > p { margin-bottom: 25px; color: var(--coral-dark); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.included ul { display: flex; flex-direction: column; gap: 20px; margin: 0; padding: 0; list-style: none; }
.included li { position: relative; padding-left: 22px; font-family: "Instrument Serif", serif; font-size: 20px; line-height: 1.2; }
.included li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-family: "DM Sans", sans-serif; font-size: 10px; }
.price-note { display: flex; flex-direction: column; justify-content: center; gap: 0; }
.price-note p { display: flex; flex-direction: column; gap: 6px; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); }
.price-note p:last-child { border-bottom: 0; }
.price-note strong { font-size: 9px; font-weight: 500; }
.price-note span { color: var(--ink-soft); font-size: 11px; }

.menu-section { padding: clamp(80px,10vw,150px) clamp(12px,5vw,80px); background: #e5f1f2; }
.menu-tabs { display: flex; max-width: 1320px; gap: 7px; margin: 0 auto 26px; overflow-x: auto; scrollbar-width: none; }
.menu-tabs button { flex: none; min-height: 38px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 9px; }
.menu-tabs button.active { color: white; border-color: var(--navy); background: var(--navy); }
.dish-grid { display: grid; max-width: 1320px; grid-template-columns: repeat(3,1fr); gap: 12px; margin: auto; }
.dish-card { min-width: 0; overflow: hidden; border-radius: 16px; background: rgba(255,255,255,.66); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.dish-card.is-hidden { display: none; }
.dish-card > div:last-child { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 20px; }
.dish-card h3 { grid-column: 1 / -1; margin-bottom: 7px; font-family: "Instrument Serif", serif; font-size: 27px; font-weight: 400; }
.dish-card p { max-width: 270px; margin: 0; color: var(--ink-soft); font-size: 9px; line-height: 1.5; }
.dish-card > div:last-child > span { font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.dish-art { position: relative; display: grid; height: 275px; overflow: hidden; place-items: center; }
.dish-art small { position: absolute; top: 15px; left: 16px; color: rgba(255,255,255,.7); font-size: 8px; }
.dish-art > i { position: absolute; top: 13px; right: 13px; padding: 6px 8px; border-radius: 999px; color: white; background: rgba(16,47,72,.32); backdrop-filter: blur(10px); font-size: 7px; font-style: normal; text-transform: uppercase; }
.art-sake { background: #e89576; }.art-maguro { background: #b8525d; }.art-mizu { background: #69a8b2; }.art-green { background: #80a579; }.art-ebi { background: #dcaa69; }.art-gyoza { background: #94b6b4; }
.rice { position: absolute; width: 43%; height: 25%; border-radius: 48%; background: #f5ead4; transform: rotate(-8deg); }
.topping { position: absolute; width: 48%; height: 18%; margin-top: -10%; border-radius: 50%; background: #f17854; box-shadow: inset 0 -4px rgba(151,52,39,.16); transform: rotate(-8deg); }
.art-maguro .topping { background: #9c3244; }
.roll { position: absolute; width: 26%; aspect-ratio: 1; border: 13px solid #f2ead5; border-radius: 50%; background: #e67555; box-shadow: inset 0 0 0 6px #385a3b, 0 13px 25px rgba(28,71,79,.18); }
.roll.r1 { left: 13%; transform: rotate(-7deg); }.roll.r2 { left: 37%; top: 27%; }.roll.r3 { right: 12%; transform: rotate(8deg); }
.art-green .roll { background: #c8d679; box-shadow: inset 0 0 0 6px #456d4d, 0 13px 25px rgba(28,71,79,.18); }
.ebi { position: absolute; width: 39%; height: 15%; border-radius: 60% 10% 60% 20%; background: #f0e2bd; box-shadow: inset -35px 0 #d7653d; }.ebi.e1 { transform: translate(-20%,-22%) rotate(-18deg); }.ebi.e2 { transform: translate(20%,30%) rotate(12deg); }
.gyoza { position: absolute; width: 31%; height: 26%; border-radius: 60% 60% 15% 15%; background: #e8d29f; box-shadow: inset 0 -8px #b68d5f; }.gyoza.g1 { left: 10%; transform: rotate(-18deg); }.gyoza.g2 { top: 30%; }.gyoza.g3 { right: 10%; transform: rotate(18deg); }
.allergen-link { margin: 30px auto 0; color: var(--ink-soft); font-size: 9px; text-align: center; }
.allergen-link button { padding: 0; border: 0; color: var(--navy); background: transparent; cursor: pointer; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.steps { padding: clamp(80px,10vw,150px) clamp(16px,6vw,96px); color: white; background: var(--navy); }
.steps-intro { max-width: 1320px; margin: auto; }
.steps-intro h2 { max-width: 780px; color: white; }
.step-list { display: grid; max-width: 1320px; grid-template-columns: repeat(3,1fr); margin: 70px auto 100px; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.step { min-height: 430px; padding: 24px 27px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.step > span { color: rgba(255,255,255,.4); font-size: 8px; }
.step-icon { display: grid; height: 190px; place-items: center; color: var(--blue); }
.tap-icon i { width: 50px; height: 80px; border: 1px solid var(--blue); border-radius: 9px; box-shadow: inset 0 -14px rgba(191,225,231,.12); }
.plate-icon i { width: 105px; aspect-ratio: 1; border: 1px solid var(--blue); border-radius: 50%; box-shadow: inset 0 0 0 18px rgba(191,225,231,.08); }
.loop-icon { font-family: "Instrument Serif", serif; font-size: 100px; }
.step h3 { margin-bottom: 12px; font-family: "Instrument Serif", serif; font-size: 28px; font-weight: 400; }
.step p { max-width: 310px; margin: 0; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.65; }
.rules-panel { display: grid; max-width: 1120px; grid-template-columns: .7fr 1.3fr; gap: 70px; margin: auto; padding: 55px; border-radius: 22px; color: var(--navy); background: var(--blue); }
.rules-panel h3 { margin: 0; font-family: "Instrument Serif", serif; font-size: 42px; font-weight: 400; line-height: .95; }
.accordion article { border-bottom: 1px solid rgba(16,47,72,.17); }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 18px 0; border: 0; color: var(--navy); background: transparent; cursor: pointer; font-size: 10px; text-align: left; }
.accordion button i { font-size: 17px; font-style: normal; font-weight: 300; }
.answer p { margin: -2px 30px 18px 0; color: var(--ink-soft); font-size: 9px; line-height: 1.6; }

.location { display: grid; min-height: 690px; grid-template-columns: .9fr 1.1fr; background: var(--pearl); }
.location-visual { position: relative; display: grid; overflow: hidden; place-items: center; background: #c8e6e9; }
.location-visual > span { position: relative; z-index: 2; font-family: serif; font-size: clamp(6rem,13vw,12rem); }
.water-ring { position: absolute; border: 1px solid rgba(16,47,72,.18); border-radius: 50%; }
.ring-one { width: 60%; aspect-ratio: 1; box-shadow: 0 0 0 45px rgba(255,255,255,.12), 0 0 0 90px rgba(255,255,255,.08); }
.ring-two { width: 18%; aspect-ratio: 1; background: rgba(255,255,255,.18); }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px,8vw,120px); }
.location-copy h2 { margin-bottom: 43px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 34px; }
.contact-grid div:last-child { grid-column: 1 / -1; }
.contact-grid small { display: block; margin-bottom: 8px; color: var(--coral-dark); font-size: 7px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-grid p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.7; }
.location-copy .button { align-self: flex-start; }

.site-footer { padding: 90px clamp(20px,5vw,80px) 26px; color: white; background: #0b263a; }
.footer-logo { display: flex; flex-direction: column; align-items: center; }
.footer-logo span { font-size: clamp(3rem,7vw,6rem); font-weight: 600; line-height: .8; letter-spacing: .2em; }
.footer-logo i { color: var(--coral); font-family: "Instrument Serif", serif; font-size: 54px; font-style: normal; }
.footer-logo small { color: rgba(255,255,255,.4); font-size: 7px; letter-spacing: .25em; }
.footer-nav { display: flex; justify-content: center; gap: clamp(45px,8vw,120px); margin: 65px 0; }
.footer-nav div { display: flex; min-width: 100px; flex-direction: column; gap: 9px; }
.footer-nav small { margin-bottom: 8px; color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a { color: rgba(255,255,255,.67); font-family: "Instrument Serif", serif; font-size: 18px; text-decoration: none; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: inherit; text-align: center; }
.footer-bottom p { margin: 0; }.footer-bottom p:last-child { text-align: right; }
.mobile-cta { position: fixed; z-index: 24; right: 12px; bottom: 12px; left: 12px; display: none; grid-template-columns: .7fr 1.3fr; gap: 8px; padding: 8px; border-radius: 999px; background: rgba(230,242,243,.82); backdrop-filter: blur(18px) saturate(160%); box-shadow: 0 13px 45px rgba(16,47,72,.25); }

.booking-dialog { width: min(940px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 22px; color: var(--navy); background: var(--pearl); box-shadow: 0 30px 100px rgba(10,35,52,.38); overflow: auto; opacity: 0; transform: scale(.96); transition: opacity 170ms var(--ease-out), transform 220ms var(--ease-out), display 220ms allow-discrete, overlay 220ms allow-discrete; }
.booking-dialog[open] { display: grid; grid-template-columns: .55fr 1.45fr; opacity: 1; transform: scale(1); }
@starting-style { .booking-dialog[open] { opacity: 0; transform: scale(.96); } }
.booking-dialog::backdrop, .allergen-dialog::backdrop { background: rgba(8,30,45,.68); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.55); cursor: pointer; font-size: 22px; }
.dialog-brand { display: flex; min-height: 590px; flex-direction: column; justify-content: space-between; padding: 55px 35px; color: white; background: var(--navy); }
.dialog-brand span { color: var(--coral); font-family: "Instrument Serif", serif; font-size: 80px; }
.dialog-brand p { margin: 0; font-size: 9px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.dialog-content { padding: 55px 48px 42px; }
.dialog-content h2 { margin-bottom: 30px; font-size: clamp(3.4rem,5vw,5.3rem); }
.dialog-content form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dialog-content label { display: flex; flex-direction: column; gap: 7px; color: var(--ink-soft); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dialog-content input, .dialog-content select { width: 100%; height: 45px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: rgba(255,255,255,.55); outline: none; }
.dialog-content input:focus, .dialog-content select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239,105,77,.12); }
.dialog-content .consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--coral); }
.submit-button { justify-content: space-between; margin-top: 3px; border-radius: 10px; }
.allergen-dialog { width: min(570px,calc(100% - 32px)); padding: 55px; border: 0; border-radius: 20px; color: var(--navy); background: var(--pearl); box-shadow: 0 30px 100px rgba(10,35,52,.38); }
.allergen-dialog h2 { font-family: "Instrument Serif", serif; font-size: 49px; font-weight: 400; }
.allergen-dialog > p:not(.section-label) { color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: flex; min-width: 300px; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; color: white; background: rgba(16,47,72,.92); backdrop-filter: blur(18px); box-shadow: 0 15px 50px rgba(10,35,52,.3); opacity: 0; pointer-events: none; transform: translateY(16px) scale(.98); transition: transform 220ms var(--ease-out), opacity 180ms var(--ease-out); }
.toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.toast > span { display: grid; width: 32px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #4c8d83; }
.toast strong { font-size: 10px; }.toast p { margin: 3px 0 0; color: rgba(255,255,255,.55); font-size: 8px; }

@media (max-width: 900px) {
  .desktop-nav, .desktop-only { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; }
  .mobile-menu { display: flex; }
  .hero-media { background-position: 60% center; }
  .hero-wash { background: linear-gradient(0deg,rgba(229,242,243,.96),rgba(229,242,243,.25) 70%); }
  .hero-content { justify-content: flex-end; padding-bottom: 110px; }
  .hero-badge { top: 110px; left: 24px; }
  .hero h1 { font-size: clamp(4.6rem,13vw,7.2rem); }
  .hero-price { display: none; }
  .intro { grid-template-columns: .7fr 1.3fr; }
  .price-stage { grid-template-columns: 1fr 1fr; }
  .price-copy { grid-column: 1 / -1; min-height: 280px; }
  .dish-grid { grid-template-columns: repeat(2,1fr); }
  .rules-panel { grid-template-columns: 1fr; gap: 35px; }
  .location { grid-template-columns: 1fr; }
  .location-visual { min-height: 500px; }
  .booking-dialog[open] { grid-template-columns: 1fr; }
  .dialog-brand { display: none; }
  .mobile-cta { display: grid; }
  .site-footer { padding-bottom: 100px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; padding: 0 18px; }
  .hero-content { padding: 120px 20px 110px; }
  .hero-badge { top: 92px; left: 20px; }
  .hero h1 { font-size: clamp(4.1rem,20vw,5.5rem); }
  .hero-copy { font-size: 11px; }
  .hero-actions { flex-direction: column; }
  .intro { grid-template-columns: 1fr; padding: 85px 22px; }
  .intro-orbit { width: 250px; margin: 0 auto 70px; }
  .intro-copy h2, .section-heading h2, .steps-intro h2, .location-copy h2 { font-size: clamp(3.5rem,15vw,4.8rem); }
  .quality-points { flex-direction: column; align-items: flex-start; }
  .pricing { padding: 80px 12px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading .section-label { margin-bottom: -4px; }
  .price-stage { grid-template-columns: 1fr; }
  .price-copy { min-height: 295px; }
  .included { border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-section { padding: 80px 12px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-art { height: 290px; }
  .steps { padding: 80px 12px; }
  .step-list { grid-template-columns: 1fr; margin: 50px 0 75px; }
  .step { min-height: 360px; }
  .step-icon { height: 150px; }
  .rules-panel { padding: 36px 24px; }
  .location-visual { min-height: 420px; }
  .location-copy { padding: 75px 22px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid div:last-child { grid-column: auto; }
  .footer-nav { flex-wrap: wrap; justify-content: flex-start; gap: 40px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 9px; }
  .footer-bottom a, .footer-bottom p:last-child { text-align: left; }
  .booking-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 16px; }
  .dialog-content { padding: 60px 24px 30px; }
  .form-row { grid-template-columns: 1fr; }
  .allergen-dialog { width: calc(100% - 16px); padding: 55px 25px 35px; }
  .toast { right: 12px; bottom: 90px; left: 12px; min-width: 0; }
}

@media (hover: hover) and (pointer: fine) {
  .dish-card:hover { transform: translateY(-4px); }
  .footer-nav a:hover { color: white; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-media { transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header.is-scrolled, .button-frost, .mobile-cta, .toast { backdrop-filter: none; }
  .site-header.is-scrolled, .button-frost { background: var(--mist); }
}
