:root {
  --red: #e21d25;
  --red-dark: #a70f18;
  --blue: #1762b6;
  --blue-dark: #0a3470;
  --cream: #fff6dc;
  --cream-2: #ffe7a3;
  --green: #1762b6;
  --green-dark: #0a3470;
  --gold: #ffd13f;
  --ink: #182033;
  --muted: #5d6678;
  --paper: #fffefa;
  --line: rgba(24, 32, 51, 0.14);
  --shadow: 0 18px 45px rgba(10, 52, 112, 0.14);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 209, 63, 0.22), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(23, 98, 182, 0.1), transparent 26%),
    linear-gradient(180deg, #fff9e9 0%, #ffffff 42%, #f7fbff 100%);
  color: var(--ink);
  font-family:
    "Noto Sans KR",
    "Pretendard",
    "Apple SD Gothic Neo",
    "Malgun Gothic",
    system-ui,
    sans-serif;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 20;
  width: min(1120px, calc(100% - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 32, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.92);
  color: var(--ink);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(10, 52, 112, 0.14);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    top 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 254, 250, 0.98);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-badge {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--red);
  color: var(--paper);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 0 0 3px rgba(23, 98, 182, 0.12);
  overflow: hidden;
}

.brand-badge.has-logo-image {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.brand-badge img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.18);
}

.brand-mark strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand-mark small {
  display: block;
  color: var(--blue);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
}

.site-nav a:hover {
  border-color: rgba(23, 98, 182, 0.16);
  background: rgba(23, 98, 182, 0.08);
}

.site-nav a[aria-current="page"] {
  border-color: rgba(226, 29, 37, 0.18);
  background: rgba(226, 29, 37, 0.08);
  color: var(--red-dark);
}

.site-nav .nav-order {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.08);
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: hero-image-breathe 18s var(--ease-out) infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 52, 112, 0.88) 0%, rgba(10, 52, 112, 0.58) 48%, rgba(226, 29, 37, 0.18) 100%),
    linear-gradient(0deg, rgba(24, 32, 51, 0.5), rgba(24, 32, 51, 0.06) 52%);
}

/* 메인 히어로 이미지는 왼쪽이 이미 어둡다. 그 위에 진한 막을 덧씌우면 사진이 탁해지므로,
   글자를 받칠 만큼만 왼쪽을 누르고 오른쪽 음식은 원본 그대로 보이게 한다. */
.hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 18, 34, 0.72) 0%, rgba(10, 34, 68, 0.34) 44%, rgba(10, 34, 68, 0) 72%),
    linear-gradient(0deg, rgba(10, 18, 32, 0.55), rgba(10, 18, 32, 0) 48%);
}

/* 좁은 화면에서는 가로로 긴 사진의 어두운 왼쪽이 잘려 나가므로,
   좌우가 아니라 위아래 방향으로 눌러 카피 가독성을 확보한다. */
@media (max-width: 860px) {
  .hero .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 18, 34, 0.82) 0%,
      rgba(8, 18, 34, 0.3) 42%,
      rgba(8, 18, 34, 0.88) 100%
    );
  }
}

.hero-content {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: 98px;
  color: var(--paper);
  animation: hero-copy-rise 0.86s var(--ease-out) both;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.7rem, 7.4vw, 4.9rem);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.hero-copy {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(255, 248, 232, 0.86);
  font-size: 1.16rem;
  font-weight: 600;
}

.subpage {
  padding-top: 0;
}

.subpage-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.subpage-hero.compact {
  min-height: 460px;
}

.subpage-hero-content {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 76px;
  color: var(--paper);
  animation: hero-copy-rise 0.78s var(--ease-out) both;
}

.subpage-hero h1 {
  max-width: 1000px;
  margin: 0;
  font-size: 3.85rem;
  line-height: 1.04;
  letter-spacing: 0;
  word-break: keep-all;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.subpage-hero p:not(.eyebrow) {
  max-width: 980px;
  margin: 20px 0 0;
  color: rgba(255, 248, 232, 0.88);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  word-break: keep-all;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(10, 52, 112, 0.13);
  font-weight: 950;
  transition: transform 160ms ease, box-shadow 160ms ease;
  transform-origin: center;
}

.button:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 16px 30px rgba(10, 52, 112, 0.18);
}

.button.primary {
  background: var(--red);
  color: var(--paper);
}

.button.secondary {
  border-color: rgba(255, 254, 250, 0.78);
  background: rgba(255, 254, 250, 0.14);
  color: var(--cream);
}

.button.light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--blue-dark);
}

.button.call {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.hero-actions .button {
  min-height: 56px;
  padding-inline: 24px;
  font-size: 1rem;
}

.hero-franchise-button {
  min-width: 168px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--paper);
  box-shadow: 0 18px 38px rgba(167, 15, 24, 0.34);
}

.hero-call-button {
  border-color: rgba(255, 209, 63, 0.95);
  background: linear-gradient(135deg, var(--gold), #fff0a4);
  color: #18120b;
  box-shadow: 0 16px 34px rgba(255, 209, 63, 0.22);
}

.hero-location-button {
  border-color: rgba(255, 254, 250, 0.74);
  background: rgba(255, 254, 250, 0.12);
  color: var(--cream);
  backdrop-filter: blur(10px);
}

.hero-franchise-button:hover,
.hero-franchise-button:focus-visible {
  box-shadow: 0 22px 46px rgba(167, 15, 24, 0.42);
}

.hero-call-button:hover,
.hero-call-button:focus-visible {
  box-shadow: 0 20px 42px rgba(255, 209, 63, 0.28);
}

.hero-location-button:hover,
.hero-location-button:focus-visible {
  border-color: rgba(255, 254, 250, 0.92);
  background: rgba(255, 254, 250, 0.18);
}

.button.full {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 10px;
  margin: 42px 0 0;
}

.hero-stats div {
  border: 1px solid rgba(255, 254, 250, 0.42);
  border-radius: 8px;
  background: rgba(10, 52, 112, 0.46);
  padding: 14px;
  transition:
    transform 0.2s var(--ease-out),
    background 0.2s ease,
    border-color 0.2s ease;
}

.hero-stats div:hover {
  border-color: rgba(255, 209, 63, 0.64);
  background: rgba(10, 52, 112, 0.58);
  transform: translateY(-3px) scale(1.025);
}

.hero-stats dt {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 950;
  line-height: 1;
}

.hero-stats dd {
  margin: 6px 0 0;
  color: rgba(255, 248, 232, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.ticker {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  align-items: center;
  min-height: 56px;
  padding: 11px max(18px, calc((100vw - 1120px) / 2));
  border-block: 3px solid var(--ink);
  background: var(--blue-dark);
  color: var(--paper);
}

.ticker span {
  padding: 6px 10px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 950;
}

.ticker p {
  min-width: 0;
  margin: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 34px;
}

.section-heading h2,
.event-band h2,
.order-copy h2 {
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading > div {
  display: grid;
  gap: 12px;
}

.section-heading > div p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.7;
}

.process-list,
.location-detail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-list article,
.location-detail article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition:
    transform 0.24s var(--ease-out),
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.process-list article:hover,
.location-detail article:hover,
.consult-flow article:hover,
.owner-prep-grid article:hover,
.promise-grid article:hover {
  border-color: rgba(23, 98, 182, 0.22);
  box-shadow: 0 24px 52px rgba(10, 52, 112, 0.18);
  transform: translateY(-4px) scale(1.01);
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--paper);
  font-weight: 950;
}

.process-list h3,
.location-detail h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.process-list p,
.location-detail p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.franchise-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(18px, calc((100vw - 1120px) / 2));
  border-block: 1px solid rgba(255, 254, 250, 0.16);
  background: linear-gradient(120deg, var(--blue-dark), var(--blue));
  color: var(--paper);
}

.franchise-cta-strip .franchise-cta-copy {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.franchise-cta-strip strong {
  font-size: 1.65rem;
  line-height: 1.2;
  font-weight: 950;
}

.franchise-cta-strip p {
  margin: 0;
  color: rgba(255, 248, 232, 0.78);
  font-weight: 760;
  line-height: 1.65;
}

.franchise-phone-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(560px, 100%);
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 209, 63, 0.5);
  border-radius: 8px;
  background: rgba(10, 52, 112, 0.62);
  color: var(--paper);
  box-shadow: 0 16px 36px rgba(10, 24, 45, 0.24);
  backdrop-filter: blur(10px);
}

.franchise-phone-highlight div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.franchise-phone-highlight span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.franchise-phone-highlight strong {
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 900;
}

.franchise-phone-highlight a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(255, 209, 63, 0.22);
}

.event-actions,
.franchise-cta-actions,
.section-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.consult-flow,
.owner-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.consult-flow article,
.owner-prep-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition:
    transform 0.24s var(--ease-out),
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.consult-flow span {
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(23, 98, 182, 0.1);
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.consult-flow h3,
.owner-prep-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
}

.consult-flow p,
.owner-prep-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 730;
  line-height: 1.68;
}

.section-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 98, 182, 0.16);
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.08);
}

.section-inline-cta p {
  margin: 0;
  color: var(--blue-dark);
  font-weight: 950;
}

.franchise-cost-section {
  padding-top: 76px;
}

.cost-standard-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 209, 63, 0.5);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 209, 63, 0.24), rgba(255, 254, 250, 0.94)),
    var(--paper);
  box-shadow: 0 14px 30px rgba(10, 52, 112, 0.08);
}

.cost-standard-card div {
  display: grid;
  gap: 5px;
}

.cost-standard-card span {
  width: max-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 950;
}

.cost-standard-card strong {
  color: var(--red-dark);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.05;
  font-weight: 950;
}

.cost-standard-card p {
  margin: 0;
  color: var(--blue-dark);
  font-weight: 850;
  line-height: 1.68;
}

.cost-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.cost-summary article {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 22px 24px;
  border: 1px solid rgba(24, 32, 51, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffefa, #fff8e8);
  box-shadow: 0 14px 30px rgba(10, 52, 112, 0.08);
}

.cost-summary span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 950;
}

.cost-summary strong {
  color: var(--red-dark);
  font-size: clamp(1.85rem, 4vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.cost-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}

.cost-guide-column {
  display: grid;
  gap: 18px;
}

.cost-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(10, 52, 112, 0.08);
}

.cost-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(23, 98, 182, 0.08), rgba(255, 209, 63, 0.18));
}

.cost-panel-head h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.25;
}

.cost-panel-head h3 span {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--paper);
  font-size: 0.95rem;
  font-weight: 950;
}

.cost-panel-head strong {
  flex: 0 0 auto;
  color: var(--blue-dark);
  font-size: 0.95rem;
  font-weight: 950;
  white-space: nowrap;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}

.cost-table th,
.cost-table td {
  padding: 13px 17px;
  border-bottom: 1px solid rgba(24, 32, 51, 0.08);
  text-align: left;
  vertical-align: top;
}

.cost-table th {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cost-table td {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.58;
}

.cost-table td:first-child {
  width: 26%;
  color: var(--ink);
  font-weight: 950;
}

.cost-table td:nth-child(2) {
  width: 20%;
  color: var(--red-dark);
  font-weight: 950;
  white-space: nowrap;
}

.cost-table tr:last-child td {
  border-bottom: 0;
}

.cost-extra-row td {
  background: rgba(255, 209, 63, 0.12);
}

.cost-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}

.cost-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(23, 98, 182, 0.15);
  border-radius: 999px;
  background: rgba(23, 98, 182, 0.07);
  color: var(--blue-dark);
  font-size: 0.92rem;
  font-weight: 950;
}

.cost-notice {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(226, 29, 37, 0.16);
  border-radius: 8px;
  background: rgba(226, 29, 37, 0.06);
  color: var(--red-dark);
}

.cost-notice strong {
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 950;
}

.cost-notice p {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.72;
}

.cost-notice p strong,
.cost-notice b {
  color: var(--red-dark);
  font-weight: 950;
}

.cost-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 98, 182, 0.16);
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.08);
}

.cost-inline-cta p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.cost-inline-cta strong {
  color: var(--blue-dark);
  font-size: 1.06rem;
  line-height: 1.28;
  font-weight: 950;
}

.cost-inline-cta span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.58;
}

.franchise-faq-list {
  display: grid;
  gap: 10px;
}

.franchise-faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(10, 52, 112, 0.05);
}

.franchise-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 0 20px;
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.franchise-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--red);
  font-size: 1.2rem;
  font-weight: 950;
}

.franchise-faq-list details[open] summary::after {
  content: "-";
}

.franchise-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-weight: 730;
  line-height: 1.72;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.promise-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition:
    transform 0.24s var(--ease-out),
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.promise-number {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--red);
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}

.promise-grid h3,
.store-board h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.promise-grid p,
.menu-card p,
.event-band p,
.order-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.menu-section {
  padding-top: 58px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.menu-tab {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 950;
}

.menu-tab.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition:
    transform 0.22s var(--ease-out),
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  transform-origin: center;
}

.menu-card:hover,
.menu-card:focus-visible {
  border-color: rgba(226, 29, 37, 0.38);
  box-shadow: 0 22px 46px rgba(10, 52, 112, 0.18);
  transform: translateY(-5px) scale(1.015);
}

.menu-card:focus-visible {
  outline: 3px solid rgba(255, 209, 63, 0.72);
  outline-offset: 3px;
}

.menu-card.is-hidden {
  display: none;
}

.menu-card.featured {
  grid-column: span 2;
}

.menu-photo {
  min-height: 168px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 254, 250, 0.5) 0 8%, transparent 9%),
    linear-gradient(135deg, var(--red) 0 25%, var(--gold) 25% 50%, var(--blue) 50% 75%, var(--paper) 75%);
  background-size: 100% 100%, 36px 36px;
  position: relative;
  transition:
    transform 0.3s var(--ease-out),
    filter 0.3s ease;
  transform-origin: center;
}

.menu-card:hover .menu-photo,
.menu-card:focus-visible .menu-photo {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.menu-photo::before,
.menu-photo::after {
  content: "";
  position: absolute;
  border: 3px solid rgba(24, 32, 51, 0.82);
  background: #d7781f;
  box-shadow:
    20px 8px 0 #f0a33d,
    45px -2px 0 #c65a1d,
    70px 10px 0 #e38a25;
}

.menu-photo::before {
  right: 82px;
  bottom: 38px;
  width: 54px;
  height: 44px;
  border-radius: 52% 48% 45% 55%;
}

.menu-photo::after {
  right: 34px;
  bottom: 24px;
  width: 92px;
  height: 26px;
  border-radius: 0 0 42px 42px;
  background: var(--red);
  box-shadow: none;
}

.photo-yangnyeom {
  background:
    radial-gradient(circle at 65% 48%, rgba(126, 21, 18, 0.38) 0 12%, transparent 13%),
    linear-gradient(135deg, #fff6dc 0 25%, #e21d25 25% 50%, #ffd13f 50% 75%, #1762b6 75%);
  background-size: 100% 100%, 34px 34px;
}

.photo-yangnyeom::before {
  background: #b8201b;
  box-shadow:
    20px 8px 0 #d7392c,
    45px -2px 0 #8f1914,
    70px 10px 0 #c02b21;
}

.photo-garlic {
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.42) 0 5%, transparent 6%),
    linear-gradient(135deg, #1762b6 0 25%, #fff6dc 25% 50%, #ffd13f 50% 75%, #e21d25 75%);
  background-size: 100% 100%, 34px 34px;
}

.photo-set {
  background:
    linear-gradient(rgba(35, 24, 21, 0.12), rgba(35, 24, 21, 0.12)),
    repeating-linear-gradient(90deg, #e21d25 0 24px, #fff6dc 24px 48px);
}

.photo-side {
  background:
    radial-gradient(circle at 66% 42%, rgba(255, 243, 215, 0.75) 0 12%, transparent 13%),
    linear-gradient(135deg, #ffd13f 0 25%, #fff6dc 25% 50%, #e21d25 50% 75%, #1762b6 75%);
  background-size: 100% 100%, 34px 34px;
}

.photo-side::before {
  width: 86px;
  height: 18px;
  border-radius: 14px;
  background: #e9b85a;
  box-shadow:
    0 -20px 0 #f5c86e,
    0 -40px 0 #dba448;
}

.photo-radish {
  background:
    radial-gradient(circle at 38% 40%, rgba(255, 255, 255, 0.72) 0 18%, transparent 19%),
    linear-gradient(135deg, #fff6dc 0 25%, #1762b6 25% 50%, #fff6dc 50% 75%, #e21d25 75%);
  background-size: 100% 100%, 34px 34px;
}

.photo-radish::before {
  background: #fff8e8;
  box-shadow:
    20px 8px 0 #f7dca2,
    45px -2px 0 #fff8e8,
    70px 10px 0 #f7dca2;
}

.menu-body {
  padding: 20px;
}

.menu-kicker {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.menu-bottom strong {
  font-size: 1.18rem;
}

.menu-note {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  min-height: 38px;
  border: 1px solid rgba(23, 98, 182, 0.18);
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.1);
  color: var(--blue-dark);
  font-weight: 950;
  font-size: 0.86rem;
}

.origin-notice {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(220px, 0.42fr) minmax(260px, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 98, 182, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 98, 182, 0.08), rgba(255, 254, 250, 0.96)),
    var(--paper);
  box-shadow: 0 12px 28px rgba(10, 52, 112, 0.08);
}

.origin-notice-head {
  display: grid;
  gap: 4px;
}

.origin-notice-head span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.origin-notice-head strong {
  color: var(--blue-dark);
  font-size: 1.18rem;
  line-height: 1.2;
}

.origin-notice dl {
  margin: 0;
}

.origin-notice dl div {
  display: grid;
  gap: 4px;
}

.origin-notice dt,
.origin-notice dd,
.origin-notice p {
  margin: 0;
}

.origin-notice dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.origin-notice dd {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 950;
}

.origin-notice p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.58;
}

.event-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 58px max(18px, calc((100vw - 1120px) / 2));
  border-block: 1px solid rgba(255, 254, 250, 0.18);
  background:
    linear-gradient(120deg, rgba(10, 52, 112, 0.92), rgba(226, 29, 37, 0.9));
  color: var(--paper);
}

.event-band > div {
  flex: 1 1 760px;
  min-width: 0;
}

.event-band h2 {
  font-size: clamp(2.15rem, 4.15vw, 3.05rem);
  line-height: 1.08;
  word-break: keep-all;
}

.event-band p {
  max-width: 920px;
  margin-top: 12px;
  color: rgba(255, 248, 232, 0.82);
  font-size: 1rem;
  line-height: 1.68;
  word-break: keep-all;
  overflow-wrap: normal;
}

.store-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
}

.store-board,
.map-panel {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.store-board {
  padding: 28px;
  background: var(--paper);
}

.store-board dl {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

.store-board dt {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.store-board dd {
  margin: 4px 0 0;
  font-size: 1.08rem;
  font-weight: 850;
}

.map-panel {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(10, 52, 112, 0.94), rgba(23, 98, 182, 0.86)),
    radial-gradient(circle at 82% 18%, rgba(255, 209, 63, 0.32), transparent 30%);
  color: var(--paper);
}

.map-panel > span {
  width: max-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 254, 250, 0.58);
  border-radius: 8px;
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.map-panel > strong {
  display: block;
  max-width: 10.8em;
  font-size: clamp(2.9rem, 4.4vw, 3.35rem);
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}

.headquarters-map {
  display: block;
  overflow: hidden;
  padding: 0;
  background: #f7fbff;
}

.headquarters-map-canvas,
.headquarters-map .branch-map-fallback {
  min-height: 360px;
}

.branch-layout {
  display: grid;
  gap: 22px;
}

@media (min-width: 1040px) {
  .branch-layout {
    grid-template-columns: minmax(420px, 0.92fr) minmax(460px, 1.08fr);
    align-items: start;
  }

  .branch-map {
    position: sticky;
    top: 98px;
  }
}

.branch-map {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 52, 112, 0.94), rgba(23, 98, 182, 0.84)),
    radial-gradient(circle at 78% 20%, rgba(255, 209, 63, 0.34), transparent 30%);
  box-shadow: var(--shadow);
}

.branch-map-canvas {
  width: 100%;
  min-height: 560px;
}

.branch-map-fallback {
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 560px;
  padding: 34px;
  color: var(--paper);
}

.branch-map-fallback strong {
  font-size: 2.4rem;
  line-height: 1.05;
}

.branch-map-fallback p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 248, 232, 0.86);
  font-weight: 750;
}

.branch-map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.branch-map-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 254, 250, 0.36);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.12);
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 900;
}

.branch-map-info {
  min-width: 170px;
  padding: 12px;
}

.branch-map-info strong {
  display: block;
  color: var(--ink);
  font-weight: 950;
}

.branch-map-info p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.branch-browser {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  max-height: min(82vh, 820px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.96);
  box-shadow: var(--shadow);
}

.branch-search-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(23, 98, 182, 0.1), rgba(255, 209, 63, 0.12)),
    rgba(247, 251, 255, 0.98);
}

.branch-search-main {
  display: grid;
  gap: 12px;
}

.branch-search-copy {
  display: grid;
  gap: 3px;
}

.branch-search-copy strong {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1.15;
}

.branch-search-copy span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.branch-search-field {
  display: grid;
  gap: 7px;
}

.branch-search-field span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
}

.branch-search-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 2px solid rgba(23, 98, 182, 0.22);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  outline: none;
}

.branch-search-field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 98, 182, 0.14);
}

.branch-quick-filters {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.branch-quick-filters button {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(23, 98, 182, 0.18);
  border-radius: 8px;
  background: var(--paper);
  color: var(--blue-dark);
  font-weight: 950;
}

.branch-quick-filters button.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--paper);
}

.branch-list {
  display: grid;
  gap: 26px;
  min-height: 0;
  max-height: clamp(460px, 58vh, 620px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px;
  padding-right: 12px;
  scrollbar-gutter: stable;
}

.branch-list::-webkit-scrollbar {
  width: 10px;
}

.branch-list::-webkit-scrollbar-track {
  background: rgba(24, 32, 51, 0.06);
  border-radius: 999px;
}

.branch-list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 254, 250, 0.96);
  border-radius: 999px;
  background: rgba(23, 98, 182, 0.42);
}

.branch-filters {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 254, 250, 0.94);
  box-shadow: none;
}

.branch-filter-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.branch-filter-summary strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
}

.branch-filter-summary span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.branch-filter-block {
  display: grid;
  gap: 8px;
}

.branch-filter-label {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
}

.branch-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.branch-filters button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(23, 98, 182, 0.18);
  border-radius: 8px;
  background: var(--paper);
  color: var(--blue-dark);
  font-weight: 950;
}

.branch-area-filters button {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.96rem;
}

.branch-subregion-filters button {
  min-height: 34px;
  padding-inline: 12px;
  font-size: 0.88rem;
}

.branch-filters button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper);
}

.branch-region-section {
  display: grid;
  gap: 12px;
}

.branch-region-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px 10px;
  border-bottom: 1px solid var(--line);
}

.branch-region-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
}

.branch-region-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.15;
}

.branch-region-head strong {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(23, 98, 182, 0.1);
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 950;
}

.branch-region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.branch-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.branch-card:not(.branch-empty):hover,
.branch-card:not(.branch-empty):focus-visible,
.branch-card.is-active {
  border-color: rgba(226, 29, 37, 0.52);
  box-shadow: 0 18px 34px rgba(226, 29, 37, 0.14);
  transform: translateY(-1px);
}

.branch-card:focus-visible {
  outline: 3px solid rgba(23, 98, 182, 0.22);
  outline-offset: 3px;
}

.branch-card.is-active .branch-card-head span {
  background: var(--red);
  color: var(--paper);
}

.branch-card[data-coordinate-status="missing"] {
  border-color: rgba(23, 98, 182, 0.18);
}

.branch-card[data-map-status]::after {
  content: attr(data-map-status);
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.08);
  color: var(--blue-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.branch-card h3 {
  margin: 0;
  font-size: 1.16rem;
}

.branch-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
}

.branch-card-head > div {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.branch-card-head span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(23, 98, 182, 0.1);
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 950;
}

.branch-card-coordinate {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
}

.branch-card-coordinate.is-ready {
  background: rgba(23, 98, 182, 0.1);
  color: var(--blue-dark);
}

.branch-card-coordinate.is-missing {
  background: rgba(255, 209, 63, 0.3);
  color: #7a4b00;
}

.branch-empty p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.branch-empty {
  cursor: default;
}

.branch-card-info {
  display: grid;
  gap: 10px;
  margin: 0;
}

.branch-card-info div {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 10px;
}

.branch-card dt,
.branch-card dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
}

.branch-card dt {
  color: var(--red);
}

.branch-card dd {
  color: var(--muted);
}

.branch-address-row dd {
  color: var(--ink);
  font-weight: 850;
}

.branch-phone-inline {
  color: var(--blue-dark);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.branch-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.branch-card-actions a,
.branch-card-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 950;
}

.branch-card-actions button {
  background: var(--blue);
  color: var(--paper);
}

.branch-card-actions a {
  background: rgba(23, 98, 182, 0.08);
  color: var(--blue-dark);
}

.branch-editor-list {
  display: grid;
  gap: 12px;
  padding: 0 18px 16px;
}

.branch-editor-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 14px;
}

.branch-editor-toolbar label {
  display: grid;
  gap: 6px;
  min-width: min(320px, 100%);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.branch-editor-toolbar select {
  min-height: 40px;
  border: 1px solid rgba(24, 32, 51, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 12px;
  font-weight: 900;
  outline: none;
}

.branch-editor-toolbar-stats {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.branch-editor-toolbar strong {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.08);
  color: var(--blue-dark);
  font-size: 0.84rem;
  font-weight: 950;
  white-space: nowrap;
}

.branch-editor-toolbar strong.is-warning {
  background: rgba(255, 209, 63, 0.32);
  color: #7a4b00;
}

.branch-editor-region-group {
  display: grid;
  gap: 10px;
}

.branch-editor-region-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 0;
}

.branch-editor-region-head h4 {
  margin: 0;
  color: var(--ink);
  font-size: 0.96rem;
}

.branch-editor-region-head span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
}

.branch-editor-card {
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.14);
  border-radius: 10px;
  background: #ffffff;
}

.branch-editor-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
  background: #f7fbff;
  cursor: pointer;
}

.branch-editor-card.needs-coordinate summary {
  background: linear-gradient(90deg, rgba(255, 209, 63, 0.16), #f7fbff 58%);
}

.branch-editor-summary-main {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.branch-editor-summary-main span {
  min-width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(226, 29, 37, 0.1);
  color: var(--red-dark);
  font-size: 0.76rem;
  font-weight: 950;
}

.branch-editor-summary-main strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.branch-editor-badges {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.branch-editor-badges em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.branch-editor-badges em.is-ready {
  background: rgba(23, 98, 182, 0.1);
  color: var(--blue-dark);
}

.branch-editor-badges em.is-warning {
  background: rgba(255, 209, 63, 0.32);
  color: #7a4b00;
}

.branch-editor-badges em.is-muted {
  background: rgba(24, 32, 51, 0.08);
  color: var(--muted);
}

.branch-editor-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.branch-editor-fields .branch-hours-field {
  padding: 10px;
  border: 1px solid rgba(23, 98, 182, 0.12);
  border-radius: 8px;
  background: rgba(247, 251, 255, 0.76);
}

.branch-editor-fields label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.branch-editor-fields input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(24, 32, 51, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 9px 10px;
  outline: none;
}

.branch-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 14px;
}

.branch-editor-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(24, 32, 51, 0.18);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 950;
}

.branch-editor-actions [data-branch-geocode],
.editor-inquiry-actions [data-branch-geocode-all] {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--paper);
}

.branch-editor-actions .branch-save-next {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper);
}

.order-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
  padding-top: 42px;
}

.order-copy {
  position: sticky;
  top: 110px;
}

.order-ticket {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 22px), rgba(226, 29, 37, 0.1) calc(100% - 22px)),
    var(--paper);
  box-shadow: var(--shadow);
}

.ticket-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px dashed rgba(35, 24, 21, 0.42);
}

.ticket-top span,
.ticket-top strong {
  font-weight: 950;
}

.order-ticket label {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 900;
}

.inquiry-select-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.inquiry-select-grid label {
  margin-top: 0;
}

.order-ticket input,
.order-ticket select,
.order-ticket textarea {
  width: 100%;
  border: 1px solid rgba(24, 32, 51, 0.24);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 12px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
}

.order-ticket input:focus,
.order-ticket select:focus,
.order-ticket textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(184, 32, 27, 0.14);
}

.order-ticket select {
  min-height: 48px;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--blue-dark) 50%) calc(100% - 18px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--blue-dark) 50%, transparent 50%) calc(100% - 13px) 52% / 7px 7px no-repeat,
    #ffffff;
  padding-right: 34px;
}

.order-ticket .button {
  margin-top: 18px;
}

.order-message {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 900;
}

.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.55;
}

.privacy-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--red);
}

.quick-path-section {
  padding: 0 max(18px, calc((100vw - 1120px) / 2)) 72px;
}

.quick-path-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quick-path-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(23, 98, 182, 0.16);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.92);
  color: var(--blue-dark);
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(10, 52, 112, 0.08);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.quick-path-links a::after {
  content: ">";
  color: var(--red);
  font-size: 1.25rem;
  line-height: 1;
}

.quick-path-links a:hover,
.quick-path-links a:focus-visible {
  border-color: rgba(226, 29, 37, 0.3);
  box-shadow: 0 18px 34px rgba(10, 52, 112, 0.14);
  transform: translateY(-2px);
}

#inquiry {
  scroll-margin-top: 110px;
}

.order-section.is-attention .order-ticket {
  animation: inquiry-attention 1.15s ease;
}

.order-section.is-attention .order-copy h2 {
  color: var(--red-dark);
}

@keyframes inquiry-attention {
  0% {
    box-shadow: 0 0 0 0 rgba(226, 29, 37, 0.32), var(--shadow);
  }

  48% {
    box-shadow: 0 0 0 12px rgba(226, 29, 37, 0), 0 18px 44px rgba(226, 29, 37, 0.2);
  }

  100% {
    box-shadow: var(--shadow);
  }
}

@keyframes hero-image-breathe {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.11) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes hero-copy-rise {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.motion-ready .reveal-target {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  transition:
    opacity 0.72s var(--ease-out),
    transform 0.72s var(--ease-out),
    filter 0.72s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

body.motion-ready .reveal-target.reveal-pop {
  transform: translateY(22px) scale(0.94);
}

body.motion-ready .reveal-target.reveal-zoom {
  transform: scale(0.92);
}

body.motion-ready .reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.motion-ready .event-band.reveal-target,
body.motion-ready .franchise-cta-strip.reveal-target {
  transform: translateY(22px) scale(0.98);
}

body.motion-ready .menu-card.reveal-target.is-visible:hover,
body.motion-ready .menu-card.reveal-target.is-visible:focus-visible {
  transform: translateY(-5px) scale(1.015);
}

body.motion-ready .process-list article.reveal-target.is-visible:hover,
body.motion-ready .location-detail article.reveal-target.is-visible:hover,
body.motion-ready .consult-flow article.reveal-target.is-visible:hover,
body.motion-ready .owner-prep-grid article.reveal-target.is-visible:hover,
body.motion-ready .promise-grid article.reveal-target.is-visible:hover {
  transform: translateY(-4px) scale(1.01);
}

body.motion-ready .branch-card.reveal-target.is-visible:not(.branch-empty):hover,
body.motion-ready .branch-card.reveal-target.is-visible:not(.branch-empty):focus-visible,
body.motion-ready .branch-card.reveal-target.is-visible.is-active {
  transform: translateY(-1px);
}

body.motion-ready .quick-path-links a.reveal-target.is-visible:hover,
body.motion-ready .quick-path-links a.reveal-target.is-visible:focus-visible {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  body.motion-ready .reveal-target {
    opacity: 1;
    transform: none;
  }
}

.privacy-consent a {
  color: var(--blue);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 30px max(18px, calc((100vw - 1120px) / 2)) 92px;
  border-top: 1px solid rgba(255, 254, 250, 0.12);
  background: var(--blue-dark);
  color: var(--paper);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-brand strong {
  font-size: 1.12rem;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 248, 232, 0.74);
}

.footer-business {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
}

.footer-business div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 8px;
  min-width: 0;
}

.footer-business dt,
.footer-business dd {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  font-weight: 850;
}

.footer-business dt {
  color: rgba(255, 248, 232, 0.64);
}

.footer-business dd {
  min-height: 1.3em;
  color: rgba(255, 248, 232, 0.88);
  overflow-wrap: anywhere;
}

.footer-notice {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 254, 250, 0.12);
  font-size: 0.84rem;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fixed-consult-actions {
  position: fixed;
  right: 22px;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100vw - 44px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

body.show-fixed-cta .fixed-consult-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.fixed-consult-cta,
.fixed-call-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 254, 250, 0.42);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(10, 52, 112, 0.22);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.fixed-consult-cta {
  background: linear-gradient(135deg, var(--red), var(--blue));
  color: var(--paper);
}

.fixed-call-cta {
  border-color: rgba(24, 32, 51, 0.12);
  background: var(--gold);
  color: var(--ink);
}

.fixed-consult-cta:hover,
.fixed-consult-cta:focus-visible,
.fixed-call-cta:hover,
.fixed-call-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(10, 52, 112, 0.32);
}

body.editor-enabled .fixed-consult-actions {
  right: auto;
  left: 22px;
  max-width: calc(100vw - 116px);
}

body.editor-panel-expanded .fixed-consult-actions {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.action-toast {
  position: fixed;
  left: 50%;
  bottom: max(92px, calc(env(safe-area-inset-bottom) + 92px));
  z-index: 90;
  max-width: min(420px, calc(100vw - 32px));
  padding: 13px 18px;
  border: 1px solid rgba(255, 254, 250, 0.42);
  border-radius: 999px;
  background: rgba(10, 52, 112, 0.94);
  color: var(--paper);
  font-size: 0.94rem;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 18px 38px rgba(10, 52, 112, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.action-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.editor-enabled .action-toast {
  bottom: max(90px, calc(env(safe-area-inset-bottom) + 90px));
}

body.has-opening-banner {
  overflow: hidden;
}

.opening-banner-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.opening-banner-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.opening-banner-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 45, 0.62);
  backdrop-filter: blur(7px);
}

.opening-banner-dialog {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  overflow: hidden;
  border: 1px solid rgba(255, 254, 250, 0.34);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 28px 82px rgba(10, 24, 45, 0.42);
  transform: translateY(12px) scale(0.985);
  transition: transform 0.22s var(--ease-out);
}

/* 폭을 화면 높이로도 묶어둔다. 갤러리 높이는 폭에서 파생되므로,
   이렇게 해야 낮은 화면에서 배너가 세로로 넘쳐 스크롤되지 않는다. */
.opening-banner-dialog.is-multi {
  width: min(1320px, calc(100vw - 32px), calc((100svh - 151px) * 2.38));
  background: #170300;
}

.opening-banner-dialog.is-landscape {
  width: min(1060px, calc(100vw - 32px), calc((100svh - 207px) * 1.87));
  background: #170300;
}

.opening-banner-modal.is-open .opening-banner-dialog {
  transform: translateY(0) scale(1);
}

/* 두 배너는 가로세로비가 크게 다르다(오치동 1054x1492 세로형, 지역 1717x916 가로형).
   컬럼 폭을 각 이미지의 가로세로비에 비례시켜야 두 배너 높이가 맞아 여백이 생기지 않는다.
   지역 컬럼은 아래에 안내 문구가 붙으므로 그만큼 오치동 쪽을 조금 더 넓게 잡았다. */
.opening-banner-gallery {
  display: flex;
  gap: 12px;
  align-items: center;
  max-height: calc(100svh - 104px);
  padding: 12px;
  overflow: auto;
  background: #170300;
}

.opening-banner-card.is-ochi {
  flex: 0.296 1 0;
}

.opening-banner-regions {
  display: flex;
  flex: 0.704 1 0;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.opening-banner-dialog.is-landscape .opening-banner-regions {
  flex: 1 1 auto;
}

.opening-banner-card {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #170300;
}

.opening-banner-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 861px) {
  .opening-banner-dialog.is-multi {
    width: min(1720px, calc(100vw - 48px), calc((100svh - 151px) * 2.38));
  }

  .opening-banner-dialog.is-landscape {
    width: min(1400px, calc(100vw - 48px), calc((100svh - 207px) * 1.87));
  }

  .opening-banner-gallery {
    gap: 16px;
    padding: 16px;
  }
}

a.opening-banner-card {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

a.opening-banner-card:hover,
a.opening-banner-card:focus-visible {
  border-color: rgba(255, 209, 63, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

a.opening-banner-card:focus-visible {
  outline: 3px solid #ffd13f;
  outline-offset: -4px;
}

.opening-banner-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid rgba(24, 32, 51, 0.1);
  background: rgba(255, 254, 250, 0.98);
}

/* 안내 문구는 자기가 설명하는 지역 배너 바로 아래에 붙는다.
   어두운 갤러리 배경 위에 올라가므로 골드 톤으로 뒤집었다. */
.opening-banner-hint {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 209, 63, 0.55);
  border-radius: 6px;
  background: rgba(255, 209, 63, 0.1);
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.opening-banner-hint::after {
  content: "→";
  flex: none;
  font-size: 1.15rem;
}

.opening-banner-hint:hover,
.opening-banner-hint:focus-visible {
  border-color: rgba(255, 209, 63, 0.95);
  background: rgba(255, 209, 63, 0.18);
  color: #fff0a4;
}

.opening-banner-hint:focus-visible {
  outline: 3px solid #ffd13f;
  outline-offset: 2px;
}

.opening-banner-actions {
  display: flex;
  flex: none;
  gap: 8px;
}

.opening-banner-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 950;
  letter-spacing: 0;
}

.opening-banner-day {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.opening-banner-close {
  border: 1px solid rgba(24, 32, 51, 0.14);
  background: #f3f6fb;
  color: var(--ink);
}

body.has-menu-modal {
  overflow: hidden;
}

.menu-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.menu-detail-modal[hidden] {
  display: none;
}

.menu-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 45, 0.58);
  backdrop-filter: blur(6px);
}

.menu-detail-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(280px, 1.08fr);
  width: min(900px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  border: 1px solid rgba(255, 254, 250, 0.34);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 28px 80px rgba(10, 24, 45, 0.38);
}

.menu-detail-photo {
  min-height: 360px;
  height: 100%;
  border-bottom: 0;
  border-right: 1px solid var(--line);
}

.menu-detail-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px;
}

.menu-detail-copy h2 {
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.menu-detail-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.menu-detail-copy .menu-bottom {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.menu-price-policy {
  padding: 12px 14px;
  border: 1px solid rgba(23, 98, 182, 0.14);
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.06);
  color: var(--blue-dark);
  font-size: 0.88rem;
  line-height: 1.55;
}

.menu-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.menu-detail-actions .button.secondary {
  border-color: rgba(23, 98, 182, 0.18);
  background: rgba(23, 98, 182, 0.08);
  color: var(--blue-dark);
}

.menu-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(24, 32, 51, 0.16);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.92);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(10, 52, 112, 0.12);
}

.legal-section {
  background: #fffefa;
}

.legal-layout {
  display: grid;
  gap: 14px;
}

.legal-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(10, 52, 112, 0.06);
}

.legal-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.16rem;
}

.legal-card p,
.legal-card li {
  margin: 0;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.75;
}

.legal-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
}

.legal-info-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.legal-info-list div {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 12px;
}

.legal-info-list dt,
.legal-info-list dd {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  font-weight: 850;
}

.legal-info-list dt {
  color: var(--red);
}

.legal-info-list dd {
  min-height: 1.3em;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.menu-photo.has-custom-image {
  background-size: cover;
  background-position: center;
}

.menu-photo.has-custom-image::before,
.menu-photo.has-custom-image::after {
  display: none;
}

.editor-panel {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 60;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  width: min(1040px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  transform: translateX(-50%);
  border: 1px solid rgba(24, 32, 51, 0.16);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(10, 52, 112, 0.24);
  color: var(--ink);
  overflow: hidden;
}

.editor-panel.is-collapsed {
  top: auto;
  right: 24px;
  bottom: 24px;
  left: auto;
  grid-template-rows: 1fr;
  width: 68px;
  height: 68px;
  max-height: 68px;
  transform: none;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 16px 34px rgba(10, 52, 112, 0.28);
}

.editor-panel.is-collapsed .editor-scroll,
.editor-panel.is-collapsed .editor-auth,
.editor-panel.is-collapsed .editor-actions,
.editor-panel.is-collapsed .editor-status {
  display: none;
}

.editor-panel.is-locked:not(.is-collapsed) {
  grid-template-rows: auto auto auto;
}

.editor-panel.is-locked:not(.is-collapsed) .editor-scroll,
.editor-panel.is-locked:not(.is-collapsed) .editor-actions {
  display: none;
}

.editor-panel.is-collapsed .editor-head {
  height: 100%;
  justify-content: center;
  padding: 0;
  border: 0;
  background: linear-gradient(135deg, var(--red), var(--blue));
}

.editor-panel.is-collapsed .editor-head > div {
  display: none;
}

.editor-panel.is-collapsed .editor-head button {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 950;
}

.editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 254, 250, 0.16);
  background: linear-gradient(120deg, var(--blue-dark), var(--blue));
  color: var(--paper);
}

.editor-head strong {
  display: block;
  font-size: 1.16rem;
}

.editor-head small {
  display: block;
  color: rgba(255, 248, 232, 0.74);
  font-size: 0.78rem;
}

.editor-head button,
.editor-actions button,
.editor-import,
.editor-file,
.editor-image-row button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(24, 32, 51, 0.18);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 950;
}

.editor-head button {
  border-color: var(--cream);
  background: transparent;
  color: var(--paper);
}

.editor-auth {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr) auto auto;
  gap: 12px;
  align-items: end;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(24, 32, 51, 0.12);
  background: var(--gold);
}

.editor-auth label {
  display: grid;
  gap: 5px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
}

.editor-auth input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(24, 32, 51, 0.28);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 9px 11px;
  outline: none;
}

.editor-auth button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 950;
}

.editor-auth button[hidden] {
  display: none;
}

.editor-auth-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: rgba(24, 32, 51, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.editor-auth input {
  border-color: var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.editor-auth input:disabled {
  background: rgba(255, 254, 250, 0.72);
  color: rgba(24, 32, 51, 0.68);
}

.editor-scroll {
  overflow: auto;
  padding: 18px 22px;
  background: #f7fbff;
}

.editor-group {
  border: 1px solid rgba(24, 32, 51, 0.13);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(10, 52, 112, 0.06);
}

.editor-group + .editor-group {
  margin-top: 14px;
}

.editor-group > summary {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(24, 32, 51, 0.1);
  background: linear-gradient(90deg, var(--cream), #ffffff);
  font-weight: 950;
  cursor: pointer;
}

.editor-field {
  display: grid;
  gap: 6px;
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(24, 32, 51, 0.1);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.editor-field input,
.editor-field textarea {
  width: 100%;
  border: 1px solid rgba(24, 32, 51, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 11px 12px;
  outline: none;
}

.editor-check-field {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.editor-check-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.editor-check-field small {
  grid-column: 1 / -1;
}

.editor-field small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.editor-field input:focus,
.editor-field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(184, 32, 27, 0.12);
}

.editor-image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.editor-inquiry-note,
.editor-inquiry-empty {
  margin: 0;
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.editor-inquiry-list {
  display: grid;
  gap: 8px;
  padding: 0 18px 16px;
}

.editor-inquiry-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(24, 32, 51, 0.14);
  border-radius: 8px;
  background: var(--paper);
}

.editor-inquiry-card strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.editor-inquiry-card dl {
  display: grid;
  gap: 4px;
  margin: 0;
}

.editor-inquiry-card dl div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
}

.editor-inquiry-card dt,
.editor-inquiry-card dd,
.editor-inquiry-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.editor-inquiry-card dt {
  color: var(--red);
}

.editor-inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 16px;
}

.editor-inquiry-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(24, 32, 51, 0.18);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 950;
}

.editor-inquiry-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.editor-recovery-card {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
}

.editor-recovery-card p,
.editor-recovery-card small {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.editor-recovery-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.editor-recovery-card dl div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(24, 32, 51, 0.12);
  border-radius: 8px;
  background: #f7fbff;
}

.editor-recovery-card dt,
.editor-recovery-card dd {
  margin: 0;
}

.editor-recovery-card dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.editor-recovery-card dd {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.editor-recovery-card .editor-inquiry-actions {
  padding: 0;
}

.editor-server-backup-card {
  gap: 14px;
}

.editor-server-backup-intro {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.editor-server-backup-intro p {
  flex: 1 1 0;
  line-height: 1.55;
}

.editor-server-backup-intro button,
.editor-server-backup-restore {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(24, 32, 51, 0.2);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 950;
}

.editor-server-backup-intro button:hover,
.editor-server-backup-intro button:focus-visible {
  border-color: var(--ink);
}

.editor-server-backup-status {
  min-height: 20px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7fbff;
  color: var(--ink) !important;
}

.editor-server-backup-list {
  display: grid;
  gap: 9px;
}

.editor-server-backup-empty {
  margin: 0;
  padding: 14px;
  border: 1px dashed rgba(24, 32, 51, 0.22);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.editor-server-backup-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(24, 32, 51, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.editor-server-backup-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.editor-server-backup-copy strong {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 950;
}

.editor-server-backup-copy small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.editor-server-backup-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

.editor-server-backup-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef3f8;
  color: rgba(24, 32, 51, 0.76);
  font-size: 0.7rem;
  font-weight: 900;
}

.editor-server-backup-badges .is-configured {
  background: #e8f6ee;
  color: #17663a;
}

.editor-server-backup-badges .is-unconfigured {
  background: #f3f4f6;
  color: #68707c;
}

.editor-server-backup-restore {
  border-color: rgba(184, 32, 27, 0.32);
  color: var(--red);
}

.editor-server-backup-restore:hover,
.editor-server-backup-restore:focus-visible {
  border-color: var(--red);
  background: rgba(184, 32, 27, 0.06);
}

.editor-server-backup-restore:disabled,
.editor-server-backup-group[aria-busy="true"] button {
  cursor: wait;
  opacity: 0.52;
}

.editor-file,
.editor-import {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.editor-file input,
.editor-import input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 22px;
  border-top: 1px solid rgba(24, 32, 51, 0.12);
  background: #ffffff;
}

.editor-actions .editor-save {
  background: var(--gold);
}

.editor-status {
  min-height: 24px;
  margin: 0;
  padding: 0 22px 16px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.editor-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  padding: 18px;
}

.editor-dashboard article {
  display: grid;
  gap: 5px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(24, 32, 51, 0.12);
  border-radius: 10px;
  background: #f7fbff;
}

.editor-dashboard span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.editor-dashboard strong {
  color: var(--blue-dark);
  font-size: 1.45rem;
  line-height: 1.1;
}

.editor-dashboard small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.editor-security-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 18px 18px;
}

.editor-security-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.editor-security-form input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(24, 32, 51, 0.2);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 9px 11px;
  outline: none;
}

.editor-security-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 98, 182, 0.13);
}

.editor-security-form button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--blue-dark);
  color: var(--paper);
  font-weight: 950;
}

.editor-security-form p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(24, 32, 51, 0.68);
  font-size: 0.8rem;
  font-weight: 850;
}

.editor-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 18px;
}

.editor-shortcuts a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(23, 98, 182, 0.18);
  border-radius: 8px;
  background: rgba(23, 98, 182, 0.08);
  color: var(--blue-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .site-header {
    width: min(980px, calc(100% - 24px));
    gap: 10px;
  }

  .site-nav a {
    padding: 0 10px;
    font-size: 0.92rem;
  }

  .hero-content,
  .subpage-hero-content,
  .section {
    width: min(980px, calc(100% - 32px));
  }

  .event-band {
    display: grid;
    align-items: start;
  }

  .event-band h2 {
    max-width: 860px;
    font-size: clamp(2.05rem, 5.2vw, 2.9rem);
  }

  .event-band p {
    max-width: 860px;
    font-size: 0.95rem;
  }

  .subpage-hero h1 {
    max-width: 900px;
    font-size: 3.25rem;
  }

  .subpage-hero p:not(.eyebrow) {
    max-width: 900px;
    font-size: 0.96rem;
  }

  .process-list,
  .consult-flow,
  .owner-prep-grid,
  .cost-summary,
  .location-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cost-guide-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: start;
    right: 14px;
    left: 14px;
    width: auto;
    transform: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 auto;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 26;
  }

  .nav-toggle span {
    margin: 0;
  }

  .site-nav {
    position: fixed;
    top: 88px;
    right: 14px;
    display: none;
    width: min(280px, calc(100vw - 28px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 254, 250, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    justify-content: center;
  }

  .hero {
    min-height: 820px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(42, 14, 11, 0.88) 0%, rgba(42, 14, 11, 0.64) 56%, rgba(42, 14, 11, 0.22) 100%),
      linear-gradient(0deg, rgba(35, 24, 21, 0.65), rgba(35, 24, 21, 0.12));
  }

  .hero-content {
    padding-top: 128px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: 4rem;
  }

  .subpage-hero h1 {
    max-width: 820px;
    font-size: 2.85rem;
  }

  .subpage-hero p:not(.eyebrow) {
    max-width: 820px;
    font-size: 0.92rem;
  }

  .branch-layout,
  .store-layout,
  .order-section {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-copy br {
    display: none;
  }

  .promise-grid,
  .process-list,
  .consult-flow,
  .owner-prep-grid,
  .cost-summary,
  .location-detail,
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-card.featured {
    grid-column: auto;
  }

  .section-heading,
  .franchise-cta-strip,
  .site-footer {
    display: grid;
    align-items: start;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .order-copy {
    position: static;
  }

  .section-heading h2,
  .event-band h2,
  .order-copy h2 {
    font-size: clamp(2.15rem, 7vw, 2.8rem);
  }

  .event-band h2 {
    font-size: clamp(2rem, 6.2vw, 2.5rem);
  }

  .franchise-cta-strip {
    justify-items: start;
  }

  .section-inline-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .franchise-phone-highlight {
    align-items: flex-start;
    flex-direction: column;
    width: min(100%, 440px);
  }

  .franchise-phone-highlight a {
    width: 100%;
  }

  .quick-path-links,
  .menu-detail-dialog,
  .origin-notice {
    grid-template-columns: 1fr;
  }

  .cost-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cost-standard-card,
  .cost-inline-cta {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .cost-inline-cta {
    flex-direction: column;
  }

  .cost-panel-head strong {
    white-space: normal;
  }

  .menu-detail-dialog {
    max-width: 620px;
    overflow-y: auto;
  }

  .menu-detail-photo {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-detail-copy {
    padding: 26px;
  }

  .menu-detail-copy h2 {
    font-size: 2rem;
  }

  .opening-banner-dialog,
  .opening-banner-dialog.is-multi,
  .opening-banner-dialog.is-landscape {
    width: min(720px, calc(100vw - 28px));
  }

  .opening-banner-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .opening-banner-gallery::-webkit-scrollbar {
    display: none;
  }

  /* 가로 스냅 캐러셀의 항목은 갤러리의 직계 자식뿐이다.
     지역 배너 카드는 .opening-banner-regions 안에 들어 있으므로 여기서 제외해야 한다. */
  .opening-banner-gallery > .opening-banner-card,
  .opening-banner-regions {
    flex: 0 0 min(86%, 620px);
    scroll-snap-align: center;
  }

  .opening-banner-regions > .opening-banner-card {
    flex: 0 1 auto;
  }

  .opening-banner-dialog.is-landscape .opening-banner-regions {
    flex-basis: 100%;
  }

  .map-panel > strong {
    max-width: 11em;
    font-size: 2.55rem;
    line-height: 1.1;
  }

  .editor-panel {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: min(78vh, 720px);
    transform: none;
  }

  .editor-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 8px 10px;
  }

  .nav-toggle {
    right: 10px;
    left: auto;
  }

  .site-nav {
    right: auto;
    left: 18px;
    width: calc(100vw - 36px);
    max-width: 330px;
  }

  .brand-mark small {
    display: none;
  }

  .brand-badge {
    width: 40px;
    height: 40px;
  }

  .brand-badge.has-logo-image {
    width: 50px;
    height: 50px;
  }

  .hero {
    min-height: min(760px, 100svh);
    align-items: end;
    padding-bottom: 92px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(2.2rem, 13vw, 2.75rem);
    line-height: 1.02;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.26);
  }

  .subpage-hero,
  .subpage-hero.compact {
    min-height: 430px;
  }

  .subpage-hero-content {
    padding: 124px 0 54px;
  }

  .subpage-hero h1 {
    max-width: 360px;
    font-size: clamp(2.15rem, 12vw, 2.65rem);
    line-height: 1.05;
  }

  .subpage-hero p:not(.eyebrow) {
    max-width: 320px;
    font-size: 0.94rem;
    line-height: 1.62;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    max-width: 320px;
    font-size: 0.94rem;
    line-height: 1.62;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 360px);
    margin-top: 24px;
  }

  .hero-actions .button {
    min-height: 56px;
    padding: 0 10px;
    font-size: 0.88rem;
    line-height: 1.22;
    text-align: center;
    white-space: normal;
  }

  .hero-franchise-button {
    grid-column: 1 / -1;
    min-height: 60px;
    font-size: 1.04rem;
  }

  .promise-grid,
  .process-list,
  .consult-flow,
  .owner-prep-grid,
  .cost-summary,
  .location-detail,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .menu-tabs::-webkit-scrollbar {
    display: none;
  }

  .menu-tab {
    flex: 0 0 auto;
  }

  .hero-actions .button,
  .button.light,
  .franchise-cta-strip .button,
  .section-inline-cta .button {
    width: 100%;
  }

  .event-actions,
  .franchise-cta-actions,
  .section-inline-actions {
    width: 100%;
    justify-content: stretch;
  }

  .inquiry-select-grid {
    grid-template-columns: 1fr;
  }

  .cost-summary article {
    min-height: 96px;
    padding: 18px;
  }

  .cost-panel-head {
    padding: 16px;
  }

  .cost-panel-head h3 {
    font-size: 1.08rem;
  }

  .cost-table thead {
    display: none;
  }

  .cost-table tbody,
  .cost-table tr,
  .cost-table td {
    display: block;
    width: 100%;
  }

  .cost-table tr {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(24, 32, 51, 0.08);
  }

  .cost-table tr:last-child {
    border-bottom: 0;
  }

  .cost-table td {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    padding: 4px 0;
    border-bottom: 0;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }

  .cost-table td:first-child,
  .cost-table td:nth-child(2) {
    width: 100%;
  }

  .cost-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 950;
  }

  .cost-extra-row {
    background: rgba(255, 209, 63, 0.12);
  }

  .cost-extra-row td {
    background: transparent;
  }

  .cost-chip-list,
  .cost-notice,
  .cost-standard-card,
  .cost-inline-cta {
    padding: 16px;
  }

  .fixed-consult-actions {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 6px;
    max-width: none;
  }

  .fixed-consult-cta,
  .fixed-call-cta {
    width: 100%;
    min-height: 50px;
    padding: 0 8px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  body.inquiry-section-visible .fixed-consult-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  body[data-page-title="가맹점 위치"] .fixed-consult-actions {
    right: 16px;
    left: auto;
    display: block;
    width: auto;
  }

  body[data-page-title="가맹점 위치"] .fixed-call-cta {
    display: none;
  }

  body[data-page-title="가맹점 위치"] .fixed-consult-cta {
    width: auto;
    min-width: 124px;
    min-height: 44px;
    padding: 0 18px;
  }

  body.editor-enabled .fixed-consult-actions {
    right: 96px;
    left: 16px;
    max-width: none;
  }

  body.editor-enabled .fixed-consult-cta,
  body.editor-enabled .fixed-call-cta {
    flex: 1 1 0;
    padding: 0 8px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .hero-stats div {
    padding: 10px 8px;
  }

  .hero-stats dt {
    font-size: 1.15rem;
  }

  .hero-stats dd {
    font-size: 0.76rem;
    margin-top: 3px;
  }

  .fixed-consult-cta,
  .fixed-call-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.85rem;
  }

  .ticker {
    grid-template-columns: 1fr;
  }

  .ticker p {
    max-width: 320px;
  }

  .section {
    padding: 64px 0;
    width: min(100% - 28px, 1120px);
  }

  .section-heading h2,
  .event-band h2,
  .order-copy h2 {
    font-size: clamp(2rem, 10vw, 2.35rem);
  }

  .event-band h2 {
    font-size: clamp(1.7rem, 8vw, 2.05rem);
  }

  .event-band p {
    max-width: 340px;
    font-size: 0.9rem;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 22px;
  }

  .promise-grid article,
  .store-board,
  .map-panel,
  .order-ticket {
    padding: 20px;
  }

  .map-panel > strong {
    max-width: 10.5em;
    font-size: 2.05rem;
    line-height: 1.12;
  }

  .menu-photo {
    min-height: 142px;
  }

  .branch-map,
  .branch-map-canvas,
  .branch-map-fallback {
    min-height: clamp(360px, 65vh, 460px);
  }

  .branch-section .section-heading {
    margin-bottom: 14px;
  }

  .branch-map-fallback {
    padding: 24px;
  }

  .branch-map-fallback strong {
    font-size: 1.65rem;
    line-height: 1.15;
  }

  .branch-browser {
    width: calc(100vw - 12px);
    max-height: min(94svh, 820px);
    margin-left: calc(50% - 50vw + 6px);
    margin-right: calc(50% - 50vw + 6px);
    border-radius: 8px;
  }

  .branch-search-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }

  .branch-search-main {
    gap: 10px;
  }

  .branch-search-copy strong {
    font-size: 1.05rem;
  }

  .branch-search-copy span {
    font-size: 0.82rem;
  }

  .branch-search-field {
    gap: 6px;
  }

  .branch-search-field span {
    font-size: 0.76rem;
  }

  .branch-search-field input {
    min-height: 48px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .branch-quick-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    flex-wrap: nowrap;
  }

  .branch-quick-filters button {
    min-width: 0;
    flex: initial;
    min-height: 40px;
    padding: 0 8px;
    font-size: 0.84rem;
  }

  .branch-filters {
    gap: 10px;
    padding: 13px 16px;
  }

  .branch-filter-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 9px;
  }

  .branch-filter-block {
    gap: 6px;
  }

  .branch-filter-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .branch-filter-buttons::-webkit-scrollbar {
    display: none;
  }

  .branch-filters button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .branch-list {
    gap: 20px;
    max-height: min(76svh, 720px);
    padding: 18px;
    padding-right: 12px;
    padding-bottom: 92px;
  }

  .branch-region-section {
    gap: 10px;
  }

  .branch-region-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 10px;
  }

  .branch-region-head span {
    margin-bottom: 3px;
    font-size: 0.74rem;
  }

  .branch-region-head h3 {
    font-size: 1.24rem;
  }

  .branch-region-head strong {
    display: inline-flex;
  }

  .quick-path-section {
    padding-bottom: 54px;
  }

  .quick-path-links {
    gap: 8px;
  }

  .quick-path-links a {
    min-height: 52px;
    padding: 0 14px;
  }

  .menu-detail-modal {
    align-items: end;
    padding: 14px;
  }

  .menu-detail-dialog {
    max-height: calc(100vh - 28px);
  }

  .menu-detail-photo {
    min-height: 210px;
  }

  .menu-detail-copy {
    padding: 22px;
  }

  .menu-detail-copy h2 {
    font-size: 1.8rem;
  }

  .menu-detail-actions .button {
    width: 100%;
  }

  .opening-banner-modal {
    align-items: end;
    padding: 10px;
  }

  .opening-banner-dialog,
  .opening-banner-dialog.is-multi,
  .opening-banner-dialog.is-landscape {
    width: 100%;
    max-height: calc(100svh - 20px);
  }

  .opening-banner-gallery {
    gap: 8px;
    max-height: calc(100svh - 132px);
    padding: 8px;
    scroll-padding-inline: 8px;
  }

  .opening-banner-gallery > .opening-banner-card,
  .opening-banner-regions {
    flex-basis: calc(100% - 24px);
  }

  .opening-banner-dialog.is-landscape .opening-banner-regions {
    flex-basis: 100%;
  }

  .opening-banner-card.is-ochi img {
    max-height: calc(100svh - 172px);
  }

  .opening-banner-card.is-regions img {
    max-height: calc(100svh - 232px);
  }

  .opening-banner-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }

  .opening-banner-hint {
    justify-content: center;
    min-height: 34px;
    padding-inline: 4px;
    text-align: center;
    font-size: 0.8rem;
  }

  .opening-banner-actions {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
  }

  .opening-banner-controls button {
    width: 100%;
    min-height: 46px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .action-toast {
    bottom: max(76px, calc(env(safe-area-inset-bottom) + 76px));
  }

  .branch-region-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .branch-card-info div {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
  }

  .branch-card {
    gap: 14px;
    padding: 18px;
  }

  .branch-card h3 {
    font-size: 1.16rem;
    line-height: 1.25;
  }

  .branch-card-head {
    gap: 10px;
  }

  .branch-card-head span {
    font-size: 0.74rem;
  }

  .branch-card-coordinate {
    min-height: 23px;
    font-size: 0.68rem;
  }

  .branch-card-info {
    gap: 9px;
  }

  .branch-card dt,
  .branch-card dd {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .branch-card dd {
    overflow-wrap: anywhere;
  }

  .branch-card-actions {
    grid-template-columns: 1fr;
  }

  .branch-card-actions a,
  .branch-card-actions button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .footer-business {
    grid-template-columns: 1fr;
  }

  .footer-business div,
  .legal-info-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .branch-editor-fields {
    grid-template-columns: 1fr;
  }

  .branch-editor-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .branch-editor-toolbar-stats {
    justify-content: stretch;
  }

  .branch-editor-toolbar strong {
    justify-content: center;
    flex: 1 1 0;
  }

  .branch-editor-card summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .branch-editor-summary-main {
    width: 100%;
  }

  .branch-editor-badges {
    justify-content: flex-start;
  }

  .editor-auth,
  .editor-dashboard,
  .editor-security-form {
    grid-template-columns: 1fr;
  }

  .editor-head,
  .editor-auth,
  .editor-scroll,
  .editor-actions {
    padding-inline: 14px;
  }

  .editor-server-backup-intro,
  .editor-server-backup-item {
    display: grid;
    grid-template-columns: 1fr;
  }

  .editor-server-backup-intro button,
  .editor-server-backup-restore {
    width: 100%;
  }
}
