:root {
  --bg: #fffaf2;
  --paper: #ffffff;
  --ink: #2b2118;
  --muted: #76695b;
  --line: #eadcca;
  --orange: #d86f26;
  --orange-dark: #a94f16;
  --brown: #5c3820;
  --shadow: 0 22px 60px rgba(87, 54, 25, 0.14);
  --nav-height: 76px;
  --mobile-cta-height: 78px;
  --gold: #c9a45b;
  --deep-gold: #b57a2b;
  --gold-light: #f2d58a;
  --champagne: #f7ead1;
  --deep: #141312;
  --deep-2: #23201d;
  --deep-muted: #d8d2c7;
}

* { box-sizing: border-box; }
html { height: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  word-break: keep-all;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.floating-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(234, 220, 202, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.desktop-nav,
.mobile-actions { display: flex; align-items: center; }
.brand {
  flex: 0 0 auto;
  gap: 10px;
  min-height: 44px;
  font-weight: 900;
  font-size: 1.16rem;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.desktop-nav { gap: clamp(8px, 1.3vw, 22px); color: var(--muted); font-weight: 800; }
.desktop-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  transition: 0.2s ease;
}
.desktop-nav a:hover,
.desktop-nav a.is-active { color: var(--orange-dark); background: #fff3e4; }
.mobile-actions,
.mobile-menu { display: none; }
.menu-toggle {
  min-width: 58px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 14px;
  font-weight: 900;
  color: var(--brown);
}

.landing-scroll-container {
  height: calc(100svh - var(--nav-height));
  margin-top: var(--nav-height);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.landing-section {
  min-height: calc(100svh - var(--nav-height));
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 56px) clamp(18px, 5vw, 72px);
}
.section-inner { width: min(1200px, 100%); margin: 0 auto; }
.accent-section { background: linear-gradient(135deg, #fff7eb 0%, var(--champagne) 52%, #f0dfc1 100%); }
#products { background: linear-gradient(180deg, #fffdf8 0%, #fff8ed 100%); }
#cases { background: linear-gradient(135deg, #fffdf8 0%, #f7ead1 46%, #ead4af 100%); }
#trust,
#faq,
#contact {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 164, 91, 0.22), transparent 34%),
    linear-gradient(135deg, var(--deep) 0%, var(--deep-2) 52%, #090909 100%);
}
#trust .eyebrow,
#faq .eyebrow,
#contact .eyebrow { color: var(--gold-light); }
#trust .section-heading h2,
#faq .section-heading h2,
#contact h2 { color: #fff; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-weight: 900; letter-spacing: -0.01em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(2.45rem, 5vw, 5rem); line-height: 1.05; letter-spacing: -0.06em; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.5vw, 3.55rem); line-height: 1.12; letter-spacing: -0.055em; }
h3 { margin-bottom: 10px; font-size: 1.28rem; letter-spacing: -0.035em; }
.lead { font-size: clamp(1.18rem, 2vw, 1.7rem); line-height: 1.45; font-weight: 800; }

.hero-title { max-width: 9.2em; }
.hero-title > span { display: block; }
.hero-title > .hero-title-focus {
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
  color: #17110a;
  font-size: clamp(1.45rem, 7vw, 3.25rem);
  font-weight: 950;
}
.hero-brand-line {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.hero-brand-line .hero-brand,
.hero-brand-line .hero-title-sub,
.hero-brand-line .hero-brand span {
  display: inline-block !important;
}
.hero-brand,
.hero-brand-line .hero-brand {
  background: linear-gradient(180deg, #f7e7a3 0%, #d6b04a 40%, #b8860b 100%) !important;
  color: var(--deep-gold) !important;
  display: inline-block !important;
  font-size: 1.18em !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(201, 164, 91, 0.25);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.hero-title-sub {
  margin-top: 0.12em;
  color: #5d5143;
  font-size: 0.56em;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.hero-title .brand-highlight,
.hero-title-sub .brand-highlight,
.brand-highlight {
  color: #c9a227 !important;
  display: inline-block;
  font-size: 1.18em !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(201, 164, 91, 0.25);
}
.hero-lead {
  max-width: 630px;
  color: #6d5f50;
  font-weight: 700;
}
.subcopy,
.section-heading p,
.product-card p,
.trust-card p,
.final-card p { color: var(--muted); line-height: 1.75; }
.subcopy { font-size: 1.06rem; }
#trust .section-heading p,
#faq .section-heading p,
#contact .final-card p,
#trust .trust-card p,
#faq details p { color: var(--deep-muted); }

.badge-list,
.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}
.badge-list li,
.footer-info li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  font-weight: 800;
  color: var(--brown);
}

.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.button-row.center { justify-content: center; margin-top: 30px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(168, 79, 22, 0.12);
}
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
.btn-secondary { color: var(--brown); background: #fff; border: 1px solid var(--line); }
#trust .btn-primary,
#faq .btn-primary,
#contact .btn-primary { color: #16120a; background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
#contact .btn-secondary { color: #fff; background: rgba(255, 255, 255, 0.08); border-color: rgba(201, 164, 91, 0.42); }
.hero-actions { margin-top: 30px; gap: 14px; }
.hero-actions .btn {
  min-height: 58px;
  border-radius: 18px;
  padding-inline: 26px;
  letter-spacing: -0.01em;
}
.hero-actions .btn-primary {
  color: #15110a;
  background: linear-gradient(135deg, #ffe58f, var(--gold));
  box-shadow: 0 18px 36px rgba(201, 164, 91, 0.28);
}
.hero-actions .btn-secondary {
  color: var(--brown);
  background: rgba(255, 255, 255, 0.76);
  border: 2px solid rgba(201, 164, 91, 0.46);
  box-shadow: none;
}

.hero-image-slot { width: 100%; }

.image-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  background:
    radial-gradient(circle at 26% 28%, rgba(255,255,255,0.55) 0 6%, transparent 6.5%),
    radial-gradient(circle at 64% 36%, rgba(255,230,174,0.8) 0 9%, transparent 9.5%),
    radial-gradient(circle at 46% 64%, rgba(106,58,27,0.72) 0 13%, transparent 13.5%),
    linear-gradient(135deg, #d98a43, #6e3f24 55%, #241711);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.image-placeholder:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.menu-toggle:focus-visible,
.floating-action:focus-visible {
  outline: 3px solid rgba(216, 111, 38, 0.48);
  outline-offset: 3px;
}
.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  z-index: -1;
}
.image-placeholder.has-image {
  background: transparent;
  box-shadow: none;
}
.image-placeholder.has-image::before,
.image-placeholder.has-image::after {
  content: none;
}
.hero-image {
  min-height: clamp(380px, 58svh, 650px);
  display: grid;
  align-content: end;
  justify-items: start;
  padding: 30px;
  text-align: left;
}
.product-image,
.case-image,
.trust-image {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 16px;
}
.product-premium { background: linear-gradient(135deg, #e5a45c, #8e572c 52%, #3e281a); }
.product-table { background: linear-gradient(135deg, #f0bf71, #9d6c38 52%, #4d321d); }
.product-special { background: linear-gradient(135deg, #f4dca4, #b57a2b 48%, #2d1d12); }
.placeholder-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.image-placeholder.has-image .placeholder-photo {
  padding: clamp(8px, 1.8vw, 18px);
  object-fit: contain;
  z-index: 0;
}
.placeholder-label {
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(0,0,0,0.42);
  font-size: 0.82rem;
  font-weight: 900;
}
.placeholder-title {
  display: block;
  max-width: 13ch;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.placeholder-hint {
  display: inline-block;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255,255,255,0.2);
  font-size: 0.82rem;
  font-weight: 800;
}

.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card,
.case-card,
.trust-card,
.info-grid > div,
details,
.final-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,0.86);
  box-shadow: var(--shadow);
}
#trust .trust-card,
#faq details,
#contact .final-card {
  border-color: rgba(201, 164, 91, 0.34);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
}
#faq summary,
#trust .trust-card h3 { color: #fff; }
.faq-highlight {
  color: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}
#contact .footer-info li {
  border-color: rgba(201, 164, 91, 0.46);
  color: var(--gold-light);
  background: rgba(201, 164, 91, 0.10);
}
.product-card,
.trust-card { padding: 16px; }
.product-card strong { display: block; margin: 14px 0 10px; font-size: 1.28rem; color: var(--orange-dark); }
.recommend {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 11px;
  background: #fff5e8;
  color: var(--brown);
  font-weight: 800;
  font-size: 0.9rem;
}

.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-grid > div { padding: 24px; }
#order .info-grid > div,
#cases .case-card {
  border-color: rgba(201, 164, 91, 0.28);
  background: rgba(255, 255, 255, 0.74);
}
.info-grid span { display: block; margin-bottom: 12px; color: var(--orange-dark); font-weight: 900; }
.info-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.case-card { overflow: hidden; }
.case-card h3 { padding: 16px 18px 18px; margin: 0; font-size: 1.05rem; }
.case-image { border-radius: 0; box-shadow: none; }
#trust .image-placeholder { border: 1px solid rgba(201, 164, 91, 0.32); }
.trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.trust-card h3,
.trust-card p { padding-inline: 4px; }

.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
details { padding: 20px 22px; }
summary { cursor: pointer; font-weight: 900; line-height: 1.45; }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.faq-modal-button {
  min-height: 44px;
  margin-top: 16px;
  border: 1px solid rgba(201, 164, 91, 0.52);
  border-radius: 999px;
  padding: 0 16px;
  color: #17110a;
  background: linear-gradient(135deg, var(--gold-light), var(--deep-gold));
  font-weight: 950;
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 36px);
  background: rgba(9, 8, 7, 0.72);
  backdrop-filter: blur(12px);
}
.modal-backdrop.is-open { display: flex; }
.modal-dialog {
  width: min(760px, 100%);
  max-height: min(86svh, 820px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid rgba(201, 164, 91, 0.34);
  border-radius: 30px;
  padding: clamp(18px, 4vw, 30px);
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf8 0%, #fff7eb 100%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}
.modal-dialog::-webkit-scrollbar { display: none; }
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.modal-header h3 {
  margin: 0;
  color: var(--deep-gold);
  font-size: clamp(1.45rem, 3vw, 2rem);
}
.modal-close {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--brown);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}
.modal-delivery-image,
.modal-size-information-image {
  min-height: clamp(190px, 28svh, 280px);
  margin-bottom: 20px;
  background: linear-gradient(135deg, #f7ead1, #b57a2b 58%, #2d1d12);
}

.modal-size-information-image { margin-bottom: 0; }
.delivery-fee-copy {
  display: grid;
  gap: 14px;
  line-height: 1.7;
}
.delivery-fee-copy section {
  border: 1px solid rgba(201, 164, 91, 0.24);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.7);
}
.delivery-fee-copy h4 {
  margin: 0 0 8px;
  color: var(--deep-gold);
  font-size: 1.04rem;
}
.delivery-fee-copy p { margin: 0; color: var(--ink); }
.delivery-fee-copy ul {
  margin: 2px 0 0;
  padding-left: 20px;
  color: var(--muted);
}
.delivery-fee-copy li + li { margin-top: 6px; }
body.modal-open .landing-scroll-container { overflow: hidden; }

.final-section { background: radial-gradient(circle at 50% 0%, rgba(201, 164, 91, 0.28), transparent 46%), linear-gradient(135deg, var(--deep) 0%, #090909 100%); }
.final-card { max-width: 880px; padding: clamp(34px, 6vw, 74px); text-align: center; }
.final-card h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); }
.footer-info { justify-content: center; margin-bottom: 0; }

.floating-action-stack {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.floating-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
  transform-origin: 50% 100%;
  will-change: transform, box-shadow;
}
.floating-action-menu.is-bouncing,
.menu-floating-recommend.is-bouncing {
  --bounce-lift: -10px;
  --bounce-squash-x: 1.025;
  --bounce-squash-y: 0.975;
  --bounce-settle: 2px;
  --bounce-tilt: 0deg;
  animation: floating-menu-bounce var(--bounce-duration, 820ms) cubic-bezier(0.28, 0.84, 0.42, 1) both;
}
@keyframes floating-menu-bounce {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    box-shadow: 0 18px 36px rgba(0,0,0,0.18);
  }
  16% {
    transform: translate3d(0, var(--bounce-settle), 0) scale(var(--bounce-squash-x), var(--bounce-squash-y)) rotate(calc(var(--bounce-tilt) * -0.35));
  }
  42% {
    transform: translate3d(0, var(--bounce-lift), 0) scale(0.992, 1.012) rotate(var(--bounce-tilt));
    box-shadow: 0 26px 42px rgba(0,0,0,0.15);
  }
  64% {
    transform: translate3d(0, calc(var(--bounce-lift) * -0.14), 0) scale(var(--bounce-squash-x), var(--bounce-squash-y)) rotate(calc(var(--bounce-tilt) * -0.25));
  }
  82% {
    transform: translate3d(0, calc(var(--bounce-lift) * 0.16), 0) scale(0.998, 1.004) rotate(calc(var(--bounce-tilt) * 0.12));
  }
}
.floating-action-direct {
  color: #fff;
  background: linear-gradient(135deg, var(--deep), #333);
}
.floating-action-chat {
  color: #1f160d;
  background: #fee500;
}
.floating-action-phone {
  min-width: 118px;
  width: auto;
  min-height: 48px;
  padding: 0 16px;
  font-size: 1rem;
  background: var(--brown);
}

body { height: 100%; overflow: hidden; }

@media (min-width: 1280px) {
  .case-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .floating-nav { padding-inline: 24px; }
  .desktop-nav { gap: 4px; font-size: 0.94rem; }
  .desktop-nav a { padding-inline: 8px; }
  .landing-section { align-items: center; padding-inline: 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-image { min-height: 34svh; }
  .product-grid,
  .info-grid,
  .case-grid,
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --nav-height: 64px; }
  .floating-nav { padding: 10px 16px; min-height: var(--nav-height); gap: 12px; }
  .desktop-nav { display: none; }
  .mobile-actions { display: flex; gap: 8px; }
  .mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,0.96);
    box-shadow: var(--shadow);
  }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 14px;
    background: #fff7eb;
    font-weight: 900;
  }

  .landing-scroll-container {
    height: calc(100svh - var(--nav-height));
    margin-top: var(--nav-height);
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .landing-section {
    min-height: calc(100svh - var(--nav-height));
    align-items: flex-start;
    padding: 30px 18px calc(112px + env(safe-area-inset-bottom));
  }
  .hero-section { padding-top: 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-title { max-width: 100%; }
  h1 { font-size: clamp(2rem, 11vw, 3rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.5rem); }
  .lead { font-size: 1.05rem; }
  .hero-title { margin-bottom: 30px; }
  .hero-lead { margin-bottom: 0; }
  .hero-section .badge-list { margin: 36px 0 0; }
  .hero-image { min-height: 300px; padding: 22px; }
  .badge-list { gap: 8px; }
  .badge-list li { font-size: 0.88rem; padding: 9px 11px; }
  .btn { width: 100%; min-height: 50px; }
  .hero-actions { display: none; }
  .product-grid,
  .info-grid,
  .case-grid,
  .trust-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .section-heading { text-align: left; margin-bottom: 24px; }
  .product-card,
  .trust-card,
  .info-grid > div,
  details,
  .final-card { border-radius: 22px; }
  .footer-info { justify-content: flex-start; }
  .floating-action-stack {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    gap: 8px;
  }
  .floating-action {
    min-width: 98px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.9rem;
  }
  .floating-action-phone {
    min-width: 98px;
    width: auto;
    min-height: 44px;
    font-size: 0.9rem;
  }
}

.hero-brand-line .hero-brand {
  color: var(--deep-gold) !important;
  -webkit-text-fill-color: var(--deep-gold) !important;
}

.hero-brand-line .hero-title-sub {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.menu-page {
  height: auto;
  min-height: 100%;
  overflow: auto;
  background: linear-gradient(180deg, #fffaf2 0%, #fff4e3 100%);
}
.menu-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}
.menu-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}
.menu-operation-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  gap: 18px;
  margin-bottom: 34px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}
.menu-filter-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 22px;
}
.menu-checkbox-grid {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(234, 220, 202, 0.9);
  border-radius: 22px;
  padding: 8px;
  background: rgba(255, 250, 242, 0.62);
}
.menu-category-filter-row {
  display: grid;
  grid-template-columns: 34px minmax(84px, 0.62fr) minmax(132px, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 7px 10px;
  color: var(--brown);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 900;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.menu-category-filter-row:hover {
  border-color: rgba(216, 111, 38, 0.2);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.menu-category-filter-check {
  display: grid;
  place-items: center;
}
.menu-category-filter-row input { accent-color: var(--orange); }
.menu-category-filter-row small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: right;
}
.menu-sort-group label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fffaf2;
  color: var(--brown);
  font-weight: 900;
}
.menu-price-panel {
  min-width: 0;
  display: grid;
  gap: 14px;
}
.price-range-control {
  --price-min-percent: 0%;
  --price-max-percent: 45%;
  position: relative;
  width: min(360px, 100%);
  height: 44px;
  margin: 0 auto;
}
.price-range-track,
.price-range-track::before {
  position: absolute;
  top: 50%;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
}
.price-range-track {
  left: 0;
  right: 0;
  background: #f3dfc5;
  box-shadow: inset 0 0 0 1px rgba(92, 56, 32, 0.08);
}
.price-range-track::before {
  content: "";
  left: var(--price-min-percent);
  width: calc(var(--price-max-percent) - var(--price-min-percent));
  background: linear-gradient(90deg, var(--gold-light), var(--orange));
  box-shadow: 0 0 18px rgba(201, 164, 91, 0.34);
}
.price-range-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 44px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
}
.price-range-input::-webkit-slider-runnable-track { height: 8px; background: transparent; }
.price-range-input::-moz-range-track { height: 8px; background: transparent; }
.price-range-input::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -7px;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--orange-dark));
  box-shadow: 0 6px 16px rgba(92, 56, 32, 0.24);
  pointer-events: auto;
}
.price-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--orange-dark));
  box-shadow: 0 6px 16px rgba(92, 56, 32, 0.24);
  pointer-events: auto;
}
.price-range-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(360px, 100%);
  color: var(--muted);
  font-weight: 800;
}
.price-range-values label {
  display: grid;
  gap: 6px;
}
.price-range-values input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 12px;
  color: var(--brown);
  background: #fffaf2;
  font: inherit;
  font-weight: 900;
}
.price-range-values input:focus-visible {
  outline: 3px solid rgba(216, 111, 38, 0.32);
  outline-offset: 2px;
}
.menu-sort-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.menu-category-stack { display: grid; gap: 24px; }
.menu-category-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(92, 56, 32, 0.12);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.menu-category-card summary { list-style: none; }
.menu-category-card summary::-webkit-details-marker { display: none; }
.menu-card-warm { background: #fff3e4; }
.menu-card-gold { background: #fff7d8; }
.menu-card-cream { background: #fffdf2; }
.menu-card-sage { background: #eef7e7; }
.menu-card-rose { background: #fff0ed; }
.menu-card-clay { background: #f8eadf; }
.menu-card-honey { background: #fff0c2; }
.menu-card-signature-gold {
  position: relative;
  border-color: rgba(201, 164, 91, 0.72);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 239, 181, 0.92), transparent 34%),
    linear-gradient(135deg, #fff9e6 0%, #f6df9e 42%, #d5aa45 100%);
  box-shadow: 0 28px 80px rgba(150, 97, 23, 0.28);
}
.menu-card-signature-gold::before {
  content: "";
  position: absolute;
  top: -36%;
  left: -12%;
  width: 56%;
  height: 150%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.28) 46%, transparent 72%);
  transform: rotate(9deg);
  pointer-events: none;
}
.menu-card-signature-gold .menu-category-header {
  color: #3c260d;
  background: linear-gradient(135deg, rgba(255,255,255,0.56), rgba(183,122,43,0.12));
}
.menu-card-signature-gold .menu-category-header h2 { color: #4c2e0b; }
.menu-card-signature-gold .menu-count-badge {
  color: #3c260d;
  background: rgba(255, 255, 255, 0.5);
}
.menu-card-signature-gold .menu-item-card {
  border-color: rgba(183, 122, 43, 0.24);
  background: rgba(255, 253, 246, 0.9);
}
.menu-card-signature-gold .menu-price { color: #9b6418; }
.menu-card-mint { background: #edf8f2; }
.menu-card-latte { background: #f2e6d8; }
.menu-category-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px clamp(18px, 3vw, 28px);
  border-bottom: 1px solid rgba(92, 56, 32, 0.12);
  cursor: pointer;
}
.menu-category-header h2 { margin: 0; color: var(--brown); font-size: clamp(1.5rem, 3vw, 2.3rem); }
.menu-count-badge {
  flex: 0 0 auto;
  margin-left: auto;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--orange-dark);
  background: rgba(255, 255, 255, 0.44);
  font-weight: 900;
}
.menu-folding-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 0 0 1px rgba(92, 56, 32, 0.12);
}
.menu-folding-icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px auto 0;
  border-right: 3px solid var(--orange-dark);
  border-bottom: 3px solid var(--orange-dark);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.menu-category-card:not([open]) .menu-folding-icon::before { transform: rotate(-45deg); }
.menu-category-card:not([open]) .menu-category-header { border-bottom: 0; }
.menu-item-list { display: grid; gap: 14px; padding: clamp(16px, 3vw, 24px); }
.menu-item-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(234, 220, 202, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
}
.menu-photo-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 120px;
  overflow: hidden;
  border-radius: 18px;
  color: rgba(92, 56, 32, 0.72);
  background: linear-gradient(135deg, rgba(216,111,38,0.14), rgba(201,164,91,0.22));
  font-weight: 950;
  text-align: center;
}
.menu-item-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu-photo-fallback { position: relative; z-index: 1; }
.menu-photo-placeholder.has-menu-photo { background: transparent; }
.menu-photo-placeholder.has-menu-photo .menu-photo-fallback { display: none; }
.menu-item-copy { min-width: 0; }
.menu-category-name { margin: 0 0 4px; color: var(--orange-dark); font-weight: 900; }
.menu-item-copy h3 { margin: 0 0 8px; color: #1f160d; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 950; }
.menu-name-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; color: var(--muted); }
.menu-name-row strong { color: var(--brown); font-size: 1.08rem; }
.menu-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin: 12px 0 0;
  color: var(--orange-dark);
  font-size: 1.25rem;
  font-weight: 950;
}
.menu-price small {
  color: var(--muted);
  font-size: 0.78em;
  font-weight: 850;
}
.menu-empty {
  border: 1px dashed var(--line);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255,255,255,0.72);
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

@media (max-width: 900px) {
  .menu-operation-bar,
  .menu-filter-group { grid-template-columns: 1fr; }
  .menu-item-card { grid-template-columns: 112px minmax(0, 1fr); }
}

@media (max-width: 560px) {
  .menu-topbar { align-items: flex-start; flex-direction: column; }
  .menu-home-link { width: 100%; }
  .menu-category-filter-row {
    grid-template-columns: 28px minmax(70px, 0.8fr) minmax(118px, 1fr);
    gap: 8px;
    padding-inline: 8px;
  }
  .menu-category-filter-row small { font-size: 0.74rem; }
  .menu-item-card { grid-template-columns: 1fr; }
}

.menu-operation-bar { display: block; }
.menu-operation-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  border-radius: 22px;
  color: var(--brown);
  background: linear-gradient(135deg, #fff7eb, #fffdf8);
  font-size: 1.05rem;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}
.menu-operation-summary::-webkit-details-marker { display: none; }
.menu-operation-bar[open] .menu-operation-summary { margin-bottom: 22px; }
.menu-operation-bar[open] .menu-operation-summary span { transform: rotate(180deg); }
.menu-floating-nav {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 980;
  display: grid;
  grid-template-columns: repeat(3, 44px);
  gap: 9px;
}
.menu-floating-bubble {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(92, 56, 32, 0.14);
  border-radius: 50%;
  color: var(--brown);
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(87, 54, 25, 0.18);
  cursor: pointer;
  transform-origin: 50% 100%;
  will-change: transform, box-shadow;
}
.menu-floating-wide {
  grid-column: 1 / -1;
  width: 100%;
  border-radius: 999px;
  font-size: 0.92rem;
}
.menu-floating-bubble::before { z-index: 0; }
.menu-floating-bubble:not(.menu-card-signature-gold)::before { content: none; }
.menu-floating-bubble > *,
.menu-floating-bubble { isolation: isolate; }
.menu-floating-recommend {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}
.menu-floating-top {
  color: #fff;
  background: linear-gradient(135deg, var(--deep), #333);
}
.menu-floating-bubble:focus-visible {
  outline: 3px solid rgba(216, 111, 38, 0.48);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .menu-floating-nav {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    grid-template-columns: repeat(3, 40px);
    gap: 7px;
  }
  .menu-floating-bubble {
    width: 40px;
    height: 40px;
    font-size: 0.92rem;
  }
  .menu-floating-wide {
    width: 100%;
    font-size: 0.86rem;
  }
}

.menu-sort-price-options {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
}
.menu-sort-price-options > span {
  grid-row: span 2;
  color: var(--brown);
  font-weight: 950;
}
.menu-sort-price-options label { width: 100%; }

.menu-category-title-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.menu-category-title-copy small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}
.menu-card-signature-gold .menu-category-title-copy small { color: #7d5319; }

.menu-photo-placeholder {
  border: 0;
  padding: 0;
  cursor: zoom-in;
}
.menu-photo-placeholder:disabled { cursor: default; }
.menu-photo-placeholder:focus-visible {
  outline: 3px solid rgba(216, 111, 38, 0.5);
  outline-offset: 3px;
}
.menu-photo-zoom-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border-radius: 999px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: rgba(74, 58, 43, 0.72);
  background: rgba(255, 252, 245, 0.58);
  box-shadow: 0 4px 12px rgba(88, 66, 43, 0.12);
  backdrop-filter: blur(3px);
  font-size: 0.86rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.16s ease, transform 0.16s ease, background 0.16s ease;
}
.menu-photo-placeholder.has-menu-photo:hover .menu-photo-zoom-hint,
.menu-photo-placeholder.has-menu-photo:focus-visible .menu-photo-zoom-hint {
  opacity: 0.86;
  transform: translateY(0);
}
.menu-photo-placeholder.has-menu-photo:hover .menu-photo-zoom-hint {
  background: rgba(255, 252, 245, 0.72);
}

.menu-image-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 4vw, 36px);
}
.menu-image-modal.is-open { display: flex; }
.menu-image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 8, 7, 0.78);
  backdrop-filter: blur(12px);
}
.menu-image-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(90svh, 920px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid rgba(201, 164, 91, 0.34);
  border-radius: 28px;
  padding: clamp(12px, 2.6vw, 22px);
  background: linear-gradient(180deg, #fffdf8 0%, #fff7eb 100%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}
.menu-image-modal-dialog::-webkit-scrollbar { display: none; }
.menu-image-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(234, 220, 202, 0.86);
  border-radius: 50%;
  color: var(--brown);
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.menu-image-modal-close:focus-visible {
  outline: 3px solid rgba(216, 111, 38, 0.5);
  outline-offset: 3px;
}
.menu-image-modal-content {
  display: grid;
  gap: 14px;
  margin: 0;
}
.menu-image-modal-content img {
  display: block;
  width: 100%;
  max-height: calc(90svh - 180px);
  border-radius: 20px;
  object-fit: contain;
  background: transparent;
}
.menu-image-modal-content figcaption {
  display: grid;
  gap: 5px;
  color: var(--brown);
  font-weight: 950;
  text-align: center;
}
.menu-image-modal-name-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 4px 7px;
  margin: 0;
}
.menu-image-modal-name-line strong {
  color: var(--brown);
  font-size: clamp(1.15rem, 2.8vw, 1.5rem);
  font-weight: 950;
}
.menu-image-modal-name-line span {
  color: #7d5c3c;
  font-size: clamp(0.98rem, 2.3vw, 1.18rem);
  font-weight: 850;
}
.menu-image-modal-content figcaption small {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}
body.menu-image-modal-open { overflow: hidden; }

@media (max-width: 560px) {
  .menu-photo-zoom-hint { opacity: 1; transform: none; }
  .menu-image-modal-dialog { border-radius: 22px; }
  .menu-image-modal-content img { max-height: calc(92svh - 172px); }
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px) clamp(18px, 5vw, 72px);
  color: #f8ead1;
  background:
    radial-gradient(circle at 14% 0%, rgba(242, 213, 138, 0.24), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(181, 122, 43, 0.2), transparent 32%),
    linear-gradient(135deg, #0b0a08 0%, #17130e 50%, #050504 100%);
  border-top: 1px solid rgba(201, 164, 91, 0.42);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.07) 42%, transparent 58%);
  pointer-events: none;
}
.site-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 64px);
  width: min(1180px, 100%);
  margin: 0 auto;
}
.site-footer-brand {
  display: grid;
  align-content: start;
  gap: 12px;
}
.site-footer-kicker {
  width: fit-content;
  border: 1px solid rgba(242, 213, 138, 0.42);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--gold-light);
  background: rgba(201, 164, 91, 0.1);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.site-footer-brand strong {
  color: #fff6df;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.04;
  text-shadow: 0 12px 34px rgba(201, 164, 91, 0.28);
}
.site-footer-brand p {
  max-width: 480px;
  margin: 0;
  color: #d8d2c7;
  font-weight: 800;
  line-height: 1.72;
}
.site-footer-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.site-footer-info div {
  min-width: 0;
  border: 1px solid rgba(201, 164, 91, 0.22);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.site-footer-info dt {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 950;
}
.site-footer-info dd {
  margin: 0;
  color: #fffaf2;
  font-weight: 850;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .site-footer-inner,
  .site-footer-info { grid-template-columns: 1fr; }
  .site-footer-info div { padding: 13px 14px; }
}

.menu-recommend-modal-dialog {
  width: min(780px, calc(100vw - 28px));
  max-height: 92svh;
  overflow: hidden;
  padding: clamp(14px, 2.4vw, 24px);
}
.menu-recommendation-panel {
  display: grid;
  gap: clamp(10px, 1.8vw, 18px);
  color: var(--ink);
  font-family: inherit;
}
.menu-recommend-title {
  margin: 0;
  color: var(--brown);
  font-size: clamp(1.16rem, 2.4vw, 1.58rem);
  font-weight: 950;
  text-align: center;
}
.recommend-guide-row,
.recommend-group-box {
  border: 1px solid rgba(201, 164, 91, 0.36);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}
.recommend-guide-row {
  display: flex;
  align-items: center;
  min-height: clamp(70px, 9vw, 88px);
  gap: clamp(12px, 2.4vw, 26px);
  padding: clamp(10px, 1.8vw, 16px) clamp(12px, 2.8vw, 24px);
}
.recommend-category-box {
  display: grid;
  flex: 0 0 clamp(86px, 12vw, 112px);
  place-items: center;
  min-height: clamp(54px, 7vw, 64px);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 950;
  text-align: center;
  line-height: 1.15;
}

.recommend-category-signature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 91, 0.72);
  color: #4c2e0b;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 239, 181, 0.92), transparent 34%),
    linear-gradient(135deg, #fff9e6 0%, #f6df9e 42%, #d5aa45 100%);
  box-shadow: 0 16px 34px rgba(150, 97, 23, 0.22);
}
.recommend-category-signature::before {
  content: "";
  position: absolute;
  top: -36%;
  left: -18%;
  width: 60%;
  height: 150%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.3) 46%, transparent 72%);
  transform: rotate(9deg);
  pointer-events: none;
}

.recommend-copy {
  display: grid;
  gap: 4px;
  color: var(--ink);
  font-size: clamp(0.88rem, 1.45vw, 1rem);
  font-weight: 800;
  line-height: 1.42;
}
.recommend-copy p,
.recommend-style-copy p { margin: 0; }
.recommend-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(12px, 2.6vw, 24px);
  padding-inline: clamp(2px, 1.4vw, 12px);
}
.recommend-style-copy {
  display: grid;
  align-content: center;
  text-align: center;
  gap: 5px;
  color: var(--muted);
  line-height: 1.45;
}
.recommend-style-copy h3 {
  margin: 0 0 4px;
  color: var(--brown);
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
  font-weight: 950;
}
.recommend-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(12px, 2.8vw, 24px);
}
.recommend-group-box {
  display: grid;
  align-content: center;
  min-height: clamp(150px, 20vw, 190px);
  gap: clamp(10px, 1.8vw, 16px);
  padding: clamp(12px, 2vw, 18px);
}
.recommend-group-box .recommend-guide-row {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  gap: clamp(10px, 2vw, 18px);
}
.recommend-guide-row-basic { margin-top: 2px; }

@media (max-width: 720px) {
  .menu-recommend-modal-dialog {
    width: min(100%, calc(100vw - 28px));
    max-height: 92svh;
    padding: 12px;
  }
  .menu-recommendation-panel { gap: 8px; }
  .recommend-style-grid,
  .recommend-group-grid { gap: 8px; }
  .recommend-guide-row {
    gap: 8px;
    min-height: 58px;
    padding: 9px;
  }
  .recommend-category-box {
    flex-basis: 68px;
    min-height: 48px;
    font-size: 0.86rem;
    border-radius: 10px;
  }
  .recommend-copy {
    gap: 2px;
    font-size: 0.76rem;
    line-height: 1.28;
  }
  .recommend-style-copy {
    gap: 3px;
    font-size: 0.74rem;
    line-height: 1.25;
  }
  .recommend-style-copy h3 {
    margin-bottom: 1px;
    font-size: 0.9rem;
  }
  .recommend-group-box {
    gap: 8px;
    min-height: 122px;
    padding: 9px;
  }
}
