:root { --store-purple: #32155d; --store-cream: #f6f0e8; --store-orange: #ef7d50; }
body { background: #fff; }
.announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--store-purple); font-size: 10px; font-weight: 760; letter-spacing: .04em; }
.announcement-detail { color: rgba(255,255,255,.6); font-weight: 500; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201,238,101,.12); }
.store-header { position: sticky; top: 0; z-index: 20; height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid #eee9f0; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.header-restaurant { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 12px; }
.experience-tabs { position: absolute; left: 50%; display: flex; gap: 4px; padding: 4px; border-radius: 99px; background: #f2eef5; transform: translateX(-50%); }
.experience-tabs button { min-height: 34px; padding: 0 19px; border: 0; border-radius: 99px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 780; }
.experience-tabs button.active { color: #fff; background: var(--store-purple); box-shadow: 0 5px 14px rgba(50,21,93,.18); }
.cart-button { min-height: 38px; display: inline-flex; align-items: center; gap: 9px; padding: 0 8px 0 14px; border: 1px solid #ddd5e4; border-radius: 99px; color: var(--store-purple); background: #fff; font-size: 12px; font-weight: 750; }
.cart-button b { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 50%; color: #fff; background: var(--purple); font-size: 10px; }
.restaurant-hero { min-height: 520px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(40px, 7vw, 100px); overflow: hidden; padding: 64px max(24px, calc((100vw - 1240px) / 2)); background: var(--store-cream); }
.hero-copy { position: relative; z-index: 1; }
.restaurant-logo { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; margin-bottom: 26px; border: 1px solid rgba(50,21,93,.12); border-radius: 17px; color: #fff; background: var(--store-orange); font-size: 23px; font-weight: 850; }
.restaurant-logo img { width: 100%; height: 100%; object-fit: cover; }
.hero-kicker, .section-kicker { margin: 0 0 10px; color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.hero-copy h1 { max-width: 750px; margin: 0; color: var(--store-purple); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(54px, 7vw, 96px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.hero-tagline { margin: 24px 0 0; color: #615968; font-size: 18px; line-height: 1.6; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; color: #827a86; font-size: 11px; }
.open-label { color: var(--green); font-weight: 750; }
.hero-card { position: relative; width: min(100%, 390px); aspect-ratio: 1.55; justify-self: end; overflow: hidden; padding: 28px; border-radius: 27px; color: #fff; background: var(--store-purple); box-shadow: 0 35px 70px rgba(50,21,93,.24); transform: rotate(5deg); }
.hero-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; bottom: -120px; border-radius: 50%; background: var(--lime); }
.hero-card::after { content: ""; position: absolute; width: 160px; height: 160px; left: -85px; top: -90px; border-radius: 50%; background: var(--store-orange); }
.hero-card-top { position: relative; z-index: 1; display: flex; justify-content: space-between; font-size: 14px; font-weight: 850; letter-spacing: -.04em; }
.hero-card-top span span { color: var(--lime); }
.hero-card-top b { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .15em; }
.hero-card p { position: absolute; left: 28px; bottom: 24px; z-index: 2; margin: 0; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 24px; line-height: 1.05; }
.nfc-rings { position: absolute; right: 70px; top: 80px; width: 100px; height: 100px; }
.nfc-rings i { position: absolute; inset: 50% auto auto 50%; border: 2px solid rgba(255,255,255,.65); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: translate(-50%,-50%) rotate(45deg); }
.nfc-rings i:nth-child(1) { width: 24px; height: 24px; }
.nfc-rings i:nth-child(2) { width: 54px; height: 54px; }
.nfc-rings i:nth-child(3) { width: 84px; height: 84px; }
.menu-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 100px; }
.menu-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.menu-heading h2 { margin: 0; color: var(--store-purple); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 58px); font-weight: 500; letter-spacing: -.04em; }
.menu-search { width: min(320px, 100%); display: flex; align-items: center; gap: 10px; padding: 0 15px; border-bottom: 1px solid #bdb5c1; }
.menu-search input { width: 100%; height: 42px; padding: 0; border: 0; outline: 0; background: transparent; }
.category-nav { position: sticky; top: 74px; z-index: 10; overflow-x: auto; display: flex; gap: 8px; margin: 34px 0 48px; padding: 10px 0; background: rgba(255,255,255,.96); scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; min-height: 38px; padding: 0 16px; border: 1px solid #ded8e2; border-radius: 99px; color: #6f6874; background: #fff; font-size: 11px; font-weight: 720; }
.category-chip.active, .category-chip:hover { color: #fff; border-color: var(--store-purple); background: var(--store-purple); }
.menu-sections { display: grid; gap: 64px; }
.menu-section-heading { display: flex; align-items: baseline; gap: 13px; margin-bottom: 20px; }
.menu-section-heading h3 { margin: 0; color: var(--store-purple); font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.menu-section-heading span { color: #aaa1ae; font-size: 11px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px 20px; }
.menu-item { min-width: 0; }
.item-visual { position: relative; overflow: hidden; aspect-ratio: 1.3; display: grid; place-items: center; border-radius: 16px; color: var(--store-purple); background: linear-gradient(145deg, #efe7f7, #f7eee2); font-family: Georgia, serif; font-size: 70px; }
.item-visual::after { content: ""; position: absolute; width: 120px; height: 120px; right: -42px; bottom: -48px; border-radius: 50%; background: rgba(239,125,80,.32); }
.item-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.menu-item:hover .item-visual img { transform: scale(1.035); }
.add-item { position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: var(--store-purple); box-shadow: 0 8px 20px rgba(50,21,93,.22); font-size: 20px; }
.add-item:hover { background: var(--purple); transform: scale(1.04); }
.item-copy { padding: 14px 2px 0; }
.item-title { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.item-title h4 { margin: 0; color: #2d2631; font-size: 15px; }
.item-title strong { color: var(--store-purple); font-size: 13px; white-space: nowrap; }
.item-copy p { min-height: 36px; margin: 7px 0 0; color: #827b86; font-size: 11px; line-height: 1.6; }
.menu-empty { padding: 80px 20px; text-align: center; color: var(--muted); }
.reservation-shell { min-height: calc(100vh - 108px); display: grid; grid-template-columns: minmax(0,.8fr) minmax(460px,1.2fr); gap: clamp(40px,7vw,100px); align-items: center; padding: 74px max(24px, calc((100vw - 1240px) / 2)) 100px; background: linear-gradient(110deg, #f6f0e8 0 43%, #fff 43%); }
.reservation-shell > *, .reservation-card, .reservation-form, .reservation-form .field { min-width: 0; }
.reservation-intro h2 { max-width: 570px; margin: 0; color: var(--store-purple); font-family: Georgia, serif; font-size: clamp(48px,6vw,78px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.reservation-intro > p:not(.section-kicker) { max-width: 500px; margin: 24px 0 0; color: #6f6673; font-size: 15px; line-height: 1.7; }
.reservation-rules { display: flex; gap: 10px; margin-top: 34px; }
.reservation-rules > span { min-width: 100px; display: grid; gap: 4px; padding: 15px; border: 1px solid rgba(50,21,93,.1); border-radius: 14px; background: rgba(255,255,255,.66); }
.reservation-rules strong { color: var(--store-purple); font-size: 19px; }
.reservation-rules small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.reservation-card { overflow: hidden; border: 1px solid #e7e1e9; border-radius: 23px; background: #fff; box-shadow: 0 30px 70px rgba(43,25,54,.1); }
.reservation-form { display: grid; gap: 18px; padding: clamp(24px,4vw,42px); }
.reservation-type { margin: 0; padding: 0; border: 0; }
.reservation-type legend { margin-bottom: 10px; color: #49444f; font-size: 12px; font-weight: 740; }
.reservation-type-options { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.reservation-type-options.single { grid-template-columns: 1fr; }
.reservation-type-option { cursor: pointer; }
.reservation-type-option input { position: absolute; opacity: 0; }
.reservation-type-option > span { min-height: 74px; display: grid; align-content: center; gap: 5px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; }
.reservation-type-option input:checked + span { color: var(--store-purple); border-color: var(--purple); background: #fbf8ff; box-shadow: 0 0 0 3px rgba(94,43,184,.08); }
.reservation-type-option b { font-size: 13px; }
.reservation-type-option small { color: var(--muted); font-size: 9px; }
.reservation-type-option.unavailable { display: none; }
.reservation-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr .65fr; gap: 12px; }
.reservation-row.customer-row { grid-template-columns: 1fr 1fr; }
.reservation-form .field label small { color: #a29ba7; font-weight: 500; }
.reservation-form textarea { min-height: 78px; }
.reservation-availability { margin: -5px 0 0; padding: 10px 12px; border-radius: 10px; color: var(--muted); background: #f7f5f8; font-size: 10px; }
.reservation-availability.available { color: var(--green); background: #ecf8f1; }
.reservation-availability.unavailable { color: var(--red); background: #fff0ee; }
.reservation-availability.checking { color: #7b5a13; background: #fff7df; }
.reservation-submit { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border: 0; border-radius: 13px; color: #fff; background: var(--store-purple); font-size: 12px; font-weight: 790; }
.reservation-submit:hover { background: var(--purple); }
.reservation-submit:disabled { cursor: not-allowed; opacity: .55; }
.reservation-policy { margin: -5px 0 0; color: #958d99; font-size: 9px; line-height: 1.55; text-align: center; }
.reservation-confirmation { padding: clamp(34px,5vw,58px); text-align: center; }
.confirmation-check { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; color: var(--green); background: #e9f8f0; font-size: 29px; font-weight: 800; }
.reservation-confirmation h3 { margin: 0 0 28px; color: var(--store-purple); font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.reservation-confirmation dl { margin: 0 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reservation-confirmation dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid #f3f0f4; }
.reservation-confirmation dl div:first-child { border-top: 0; }
.reservation-confirmation dt { color: var(--muted); font-size: 10px; }
.reservation-confirmation dd { margin: 0; font-size: 11px; font-weight: 780; }
.reservation-confirmation > p:not(.section-kicker) { color: var(--muted); font-size: 11px; }
.reservation-confirmation .button { margin-top: 12px; }
.menu-loading { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.loading-block { aspect-ratio: 1.2; border-radius: 16px; background: linear-gradient(90deg,#f3eff5,#faf8fb,#f3eff5); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.store-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px max(24px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--store-purple); }
.store-footer .brand-mark { color: var(--store-purple); background: var(--lime); }
.store-footer .brand-word span { color: var(--lime); }
.store-footer p { margin: 10px 0 0; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-security { display: flex; align-items: center; gap: 10px; }
.footer-security > span:last-child { display: grid; gap: 3px; }
.footer-security strong { font-size: 11px; }
.footer-security small { color: rgba(255,255,255,.55); font-size: 9px; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 40; visibility: hidden; background: rgba(22,13,28,.42); opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.drawer-backdrop.open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 50; width: min(480px, 100%); display: flex; flex-direction: column; background: #fff; box-shadow: -25px 0 60px rgba(25,15,32,.16); transform: translateX(100%); transition: transform .25s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 24px 26px 20px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; color: var(--store-purple); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.close-cart { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; font-size: 23px; }
.drawer-content, .checkout-form { overflow-y: auto; flex: 1; padding: 20px 26px; }
.cart-items { display: grid; gap: 16px; }
.cart-line { display: grid; grid-template-columns: 74px 1fr auto; gap: 13px; align-items: center; }
.cart-line-visual { width: 74px; height: 68px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; color: var(--store-purple); background: #f1e9f8; font-family: Georgia, serif; font-size: 27px; }
.cart-line-visual img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-copy { min-width: 0; }
.cart-line-copy h3 { overflow: hidden; margin: 0 0 7px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.cart-line-copy > strong { color: var(--purple); font-size: 11px; }
.quantity-control { display: inline-flex; align-items: center; gap: 10px; margin-top: 9px; }
.quantity-control button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; }
.quantity-control span { min-width: 12px; font-size: 11px; font-weight: 750; text-align: center; }
.remove-item { align-self: start; padding: 5px; border: 0; color: #aaa2ad; background: none; font-size: 17px; }
.empty-cart { padding: 70px 20px; text-align: center; }
.empty-bag { width: 58px; height: 58px; display: grid; place-items: center; margin: auto; border-radius: 18px; color: var(--purple); background: var(--purple-soft); font-size: 26px; }
.empty-cart h3 { margin: 18px 0 6px; }
.empty-cart p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-footer { padding: 18px 26px max(20px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }
.total-line { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.total-line span { color: var(--muted); font-size: 12px; }
.total-line strong { color: var(--store-purple); font-size: 22px; }
.checkout-button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border: 0; border-radius: 13px; color: #fff; background: var(--store-purple); font-weight: 760; }
.checkout-button:hover { background: var(--purple); }
.checkout-button:disabled { opacity: .6; }
.protected-copy { margin-top: 10px; color: #948c98; font-size: 9px; text-align: center; }
.demo-notice { margin: -4px 0 12px; padding: 8px 10px; border-radius: 8px; color: #765418; background: #fff5d8; font-size: 10px; text-align: center; }
.checkout-form { display: grid; align-content: start; gap: 17px; }
.back-button { justify-self: start; padding: 0; border: 0; color: var(--purple); background: none; font-size: 11px; font-weight: 750; }
.checkout-heading h3 { margin: 5px 0 6px; font-size: 20px; }
.checkout-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.service-location { display: grid; gap: 12px; margin: 4px 0 0; padding: 0; border: 0; }
.service-location legend { margin-bottom: 9px; color: #49444f; font-size: 13px; font-weight: 720; }
.location-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 4px; border-radius: 12px; background: #f3eff5; }
.location-option { cursor: pointer; }
.location-option input { position: absolute; opacity: 0; }
.location-option span { min-height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--muted); font-size: 11px; font-weight: 750; }
.location-option input:checked + span { color: var(--purple-dark); background: #fff; box-shadow: 0 2px 9px rgba(30,17,38,.1); }
.payment-methods { display: grid; gap: 9px; margin: 4px 0 0; padding: 0; border: 0; }
.payment-methods legend { margin-bottom: 9px; color: #49444f; font-size: 13px; font-weight: 720; }
.payment-option { display: grid; grid-template-columns: auto 36px 1fr; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--purple); background: #fbf8ff; box-shadow: 0 0 0 3px rgba(94,43,184,.08); }
.payment-option input { position: absolute; opacity: 0; }
.payment-radio { width: 17px; height: 17px; border: 1px solid #bbb4c0; border-radius: 50%; }
.payment-option input:checked + .payment-radio { border: 5px solid var(--purple); }
.payment-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--purple); background: var(--purple-soft); }
.payment-option > span:last-child { display: grid; gap: 3px; }
.payment-option strong { font-size: 12px; }
.payment-option small { color: var(--muted); font-size: 9px; }
.payment-option.unavailable { display: none; }
.checkout-error { padding: 10px 12px; border-radius: 10px; color: #8f241c; background: #fff0ee; font-size: 11px; line-height: 1.5; }
.mobile-cart-bar { display: none; }

@media (max-width: 860px) {
  .restaurant-hero { min-height: 440px; grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reservation-shell { grid-template-columns: 1fr; background: var(--store-cream); }
}
@media (max-width: 600px) {
  body { padding-bottom: 78px; }
  .announcement-detail, .header-restaurant > span { display: none; }
  .experience-tabs { position: static; transform: none; }
  .experience-tabs button { min-height: 32px; padding: 0 13px; }
  .store-header { height: 64px; padding: 0 16px; }
  .store-header .brand-word { font-size: 18px; }
  .restaurant-hero { min-height: 420px; padding: 48px 20px; }
  .restaurant-logo { width: 52px; height: 52px; }
  .hero-copy h1 { font-size: clamp(46px, 13.8vw, 60px); overflow-wrap: anywhere; }
  .hero-tagline { font-size: 15px; }
  .menu-shell { width: calc(100% - 32px); padding: 52px 0 64px; }
  .menu-heading { align-items: stretch; flex-direction: column; }
  .menu-search { width: 100%; }
  .category-nav { top: 64px; margin: 26px 0 36px; }
  .menu-sections { gap: 48px; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .item-visual { aspect-ratio: 1.05; font-size: 45px; }
  .add-item { right: 8px; bottom: 8px; width: 38px; height: 38px; }
  .item-title { display: block; }
  .item-title h4 { font-size: 13px; }
  .item-title strong { display: block; margin-top: 5px; font-size: 11px; }
  .item-copy p { display: none; }
  .store-footer { align-items: flex-start; flex-direction: column; }
  .reservation-shell { min-height: auto; padding: 52px 16px 70px; }
  .reservation-intro h2 { font-size: 49px; }
  .reservation-rules { overflow-x: auto; }
  .reservation-card { border-radius: 18px; }
  .reservation-intro h2 { overflow-wrap: anywhere; }
  .reservation-card { width: 100%; max-width: 100%; }
  .reservation-form input, .reservation-form textarea, .reservation-form select { min-width: 0; }
  .reservation-row, .reservation-row.customer-row { grid-template-columns: 1fr; }
  .mobile-cart-bar { position: fixed; left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 30; min-height: 54px; align-items: center; justify-content: space-between; padding: 0 17px; border: 0; border-radius: 14px; color: #fff; background: var(--store-purple); box-shadow: 0 14px 40px rgba(50,21,93,.3); }
  .mobile-cart-bar:not([hidden]) { display: flex; }
  .mobile-cart-bar > span { display: flex; align-items: center; gap: 10px; }
  .mobile-cart-bar b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--store-purple); background: var(--lime); font-size: 10px; }
  .mobile-cart-bar span, .mobile-cart-bar strong { font-size: 11px; }
  .drawer-header, .drawer-content, .checkout-form { padding-left: 20px; padding-right: 20px; }
  .cart-footer { padding-left: 20px; padding-right: 20px; }
}
