@font-face {
  font-family: "Pretendard Variable";
  src: url("assets/fonts/PretendardVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

@font-face {
  font-family: "GmarketSans";
  src: url("assets/fonts/GmarketSansMedium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "GmarketSans";
  src: url("assets/fonts/GmarketSansBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "NanumBrushSub";
  src: url("assets/fonts/NanumBrushSub.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yangjin";
  src: url("assets/fonts/yangjin.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --brown: #8a6038;
  --brown-dark: #704414;
  --brown-deep: #4f2e12;
  --red: #ef2f35;
  --yellow: #ffe100;
  --ink: #151515;
  --muted: #666;
  --paper: #f8f6f1;
  --line: #d9d4ca;
  --white: #fff;
  --content: 1160px;
  --header-height: 82px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --font-body: "Pretendard Variable", "Pretendard", -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --font-title: "GmarketSans", "Pretendard Variable", sans-serif;
  --font-brush: "NanumBrushSub", "Yangjin", cursive;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  /* 0.공통: 고딕 본문 자간 축소 (-40 tracking, PC·모바일 공통) */
  letter-spacing: -0.04em;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-padding-top: var(--header-height);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body { margin: 0; padding-bottom: calc(64px + var(--safe-bottom)); overflow-x: hidden; background: var(--paper); }
/* 모바일 전용 줄바꿈 유틸: 기본(PC)은 개행 없음, 모바일에서만 개행 (media에서 display:inline) */
.br-mo { display: none; }
body.is-locked { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: fixed; z-index: 1000; top: -60px; left: 16px; padding: 12px 18px; color: #fff; background: #000; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: calc(var(--header-height) + var(--safe-top)); padding: var(--safe-top) max(24px, calc((100% - var(--content)) / 2)) 0;
  display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, height .3s, box-shadow .3s;
  animation: nav-intro .65s 1.35s both;
}
.site-header.is-scrolled { height: calc(68px + var(--safe-top)); color: #fff; background: rgba(30,20,13,.48); border-bottom-color: rgba(255,255,255,.14); box-shadow: 0 4px 18px rgba(0,0,0,.14); -webkit-backdrop-filter: none; backdrop-filter: none; }
.brand { width: 120px; height: 70px; display: grid; place-items: center; overflow: hidden; transition: width .3s, height .3s; }
.brand img { width: auto; height: 64px; filter: none; transition: height .3s, transform .3s; }
.site-header.is-scrolled .brand { width: 102px; }
.site-header.is-scrolled .brand img { height: 50px; filter: none; }
.desktop-nav { display: flex; align-items: center; gap: 46px; font-weight: 700; font-size: 15px; }
.desktop-nav a { position: relative; }
.desktop-nav a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-call { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 18px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.42); border-radius: 4px; transition: background .25s, border-color .25s; }
.nav-call:hover, .nav-call:focus-visible { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.72); }
.nav-call svg { width: 17px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; place-items: center; color: currentColor; background: transparent; border: 0; }
.header-pager { display: none; }
.mobile-nav { position: fixed; z-index: 99; top: 68px; left: 0; right: 0; padding: 22px 24px 28px; color: var(--ink); background: #fff; box-shadow: 0 16px 30px rgba(0,0,0,.12); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee; font-weight: 700; }
.mobile-nav svg { width: 18px; }

.hero { position: relative; min-height: 620px; height: calc(100svh - 64px); max-height: none; display: grid; place-items: center; color: #fff; overflow: clip; background-color: #2a1c10; }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { background: center / cover no-repeat; opacity: 0; transform: scale(1.05); transition: opacity 1.2s, transform 6s linear; }
.hero-slide:nth-child(1) { background-image: url("assets/images/hero-feast.jpg"); }
.hero-slide:nth-child(2) { background-image: url("assets/images/hero-overhead.jpg"); }
.hero-slide:nth-child(3) { background-image: url("assets/images/hero-bowl.jpg"); }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: rgba(0,0,0,.45); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), 1160px); padding-top: 54px; text-align: center; }
/* 히어로 문구는 배경 이미지가 뜬 뒤(hero-shown) 순차 등장 — 이미지 먼저, 글멘트 나중 */
.hero-sequence > * { opacity: 0; }
.hero-sequence-pager { opacity: 0; }
html.hero-shown .hero-sequence > * { animation: hero-copy-in .75s both; }
html.hero-shown .hero-sequence h1 { animation: hero-headline-in 1s .2s cubic-bezier(.2,.75,.25,1) both; }
html.hero-shown .hero-sequence > p { animation-delay: .95s; }
html.hero-shown .hero-sequence .primary-button { animation-delay: 1.55s; }
html.hero-shown .hero-sequence-pager { animation: pager-intro .5s 1.95s both; }
.hero h1 { width: 100%; margin: 0; display: flex; justify-content: center; line-height: 1; }
.hero-headline-image { width: min(100%, 790px); height: auto; filter: drop-shadow(0 4px 11px rgba(0,0,0,.55)); }
.hero-content > p { margin: 26px 0 30px; font-family: var(--font-title); font-size: 18px; line-height: 1.8; font-weight: 500; }
.primary-button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 34px; color: #fff; background: var(--red); border: 0; border-radius: 4px; font-weight: 900; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: #d81e25; }
.primary-button svg { width: 19px; }
.hero .primary-button { min-width: 174px; border-radius: 999px; font-family: var(--font-title); font-weight: 700; }
.hero-pager { position: absolute; z-index: 3; bottom: 36px; display: flex; gap: 9px; }
.hero-pager button { width: 28px; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.4); }
.hero-pager button.is-active { background: var(--yellow); }

.consult-marquee { position: fixed; z-index: 95; left: 0; right: 0; bottom: 0; height: calc(64px + var(--safe-bottom)); padding-bottom: var(--safe-bottom); display: flex; align-items: center; overflow: clip; color: #fff; background: var(--red); box-shadow: 0 -7px 18px rgba(0,0,0,.14); }
.marquee-track { display: flex; flex: none; align-items: center; width: max-content; animation: marquee 22s linear infinite; }
.marquee-group { flex: none; min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: 36px; padding: 0 32px; }
.marquee-item { flex: none; display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.marquee-track span { color: var(--yellow); font-size: 23px; font-weight: 900; }
.marquee-track b { font-size: 16px; }
@keyframes marquee { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-headline-in { from { opacity: 0; transform: scale(.68); } to { opacity: 1; transform: scale(1); } }
@keyframes nav-intro { from { opacity: 0; transform: translateY(-22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pager-intro { from { opacity: 0; } to { opacity: 1; } }

.section { padding: 112px 24px; }
.section-inner { width: min(100%, var(--content)); margin: 0 auto; }
.brown-section { color: #fff; background: var(--brown); }
.section-heading { margin-bottom: 54px; }
.section-heading .eyebrow, .eyebrow { margin: 0 0 12px; color: var(--brown); font-size: 13px; font-weight: 900; }
.section-heading h2 { margin: 0; font-family: var(--font-title); font-size: 52px; line-height: 1.3; letter-spacing: 0; font-weight: 700; text-wrap: balance; }
.section-heading h2 em { color: var(--red); font-style: normal; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); line-height: 1.8; }
.profit-section .section-heading > p:last-child,
.fee-section .section-heading > p:last-child { font-family: var(--font-title); font-weight: 500; }
.light-heading .eyebrow { color: var(--yellow); }
.light-heading h2 em { color: var(--yellow); }
.light-heading > p:last-child { color: rgba(255,255,255,.82); }
.eyebrow.red { color: var(--red); }
.eyebrow.dark { color: var(--brown-dark); }
.subheading { margin: 62px 0 24px; font-family: var(--font-title); font-size: 26px; letter-spacing: 0; font-weight: 700; }

.video-poster { position: relative; width: 100%; aspect-ratio: 16 / 7.8; padding: 0; overflow: hidden; color: #fff; background: #111; border: 0; border-radius: 6px; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.video-poster-image, .youtube-preview-host, .youtube-preview-host iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.video-poster-image { z-index: 1; object-fit: cover; opacity: 1; transition: opacity .35s ease, transform .5s ease; }
.youtube-preview-host { z-index: 2; background: #111; }
.youtube-preview-host iframe { pointer-events: none; }
.video-poster:not(.is-video-playing) .youtube-preview-host { opacity: 0; }
.video-poster.is-video-playing .video-poster-image { opacity: 0; }
.video-poster:hover .video-poster-image { transform: scale(1.025); }
.video-open-overlay { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; padding: 0; background: transparent; border: 0; cursor: pointer; }
.video-open-overlay:focus-visible { outline: 3px solid var(--yellow); outline-offset: -5px; }
.preview-muted { position: absolute; z-index: 3; right: 14px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.58); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; pointer-events: none; }
.preview-muted svg { width: 19px; height: 19px; }
.video-copy { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -62%); width: calc(100% - 40px); font-size: 22px; font-weight: 700; text-align: center; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.video-copy strong { color: var(--yellow); font-family: var(--font-title); font-size: 42px; letter-spacing: 0; font-weight: 700; }
.play-button { position: absolute; z-index: 3; left: 50%; bottom: 12%; width: 72px; height: 72px; display: grid; place-items: center; transform: translateX(-50%); color: var(--brown-dark); background: #fff; border-radius: 50%; }
.play-button svg { width: 30px; height: 30px; fill: currentColor; }
.media-proof { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; align-items: end; margin-top: 48px; }
.media-proof-copy strong { font-family: var(--font-title); font-size: 27px; line-height: 1.55; letter-spacing: 0; font-weight: 700; }
.media-logo { min-width: 0; text-align: center; }
.media-logo img { height: 70px; margin: 0 auto 16px; object-fit: contain; }
.media-logo p { margin: 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.76); }

.press-section { height: auto; min-height: calc(100svh - 64px); padding: 70px 24px 20px; display: flex; align-items: stretch; }
.press-section .section-inner { width: min(100%, 900px); display: flex; flex-direction: column; }
.press-section .section-heading { flex: none; margin-bottom: 14px; }
.press-section .section-heading h2 { font-size: 44px; line-height: 1.25; }
.press-section .video-poster { flex: none; width: 100%; height: auto; margin: 0; aspect-ratio: 638 / 356; }
.press-section .video-poster::after { display: none; }
.press-section .video-poster-image { object-fit: cover; object-position: center; }
.press-section .media-proof { flex: none; grid-template-columns: 238px 132px 132px 150px; justify-content: space-between; align-items: center; margin-top: 14px; gap: 0; }
.press-section .media-proof-copy strong { font-size: 22px; line-height: 1.42; }
.press-section .media-logo img { width: 100%; max-width: 100%; height: 82px; margin-bottom: 4px; object-fit: contain; }
.press-section .media-logo p { font-size: 10px; line-height: 1.4; }
.press-section .reveal { transition-duration: 1.25s; }
.press-section .reveal-title h2 { transition-duration: 1.5s; }

.sales-section { height: calc(100svh - 64px); min-height: 740px; padding: 68px 24px 24px; }
.sales-layout { position: relative; height: 100%; min-height: 0; display: block; }
.sales-copy { position: absolute; z-index: 3; left: 5.5%; top: 5%; width: 47%; opacity: 0; transform: translateX(-46px); transition: opacity .78s 1.12s ease, transform .92s 1.12s cubic-bezier(.2,.78,.22,1); }
.sales-section.is-active .sales-copy { opacity: 1; transform: none; }
.sales-copy h2 { margin: 0 0 24px; font-family: var(--font-title); font-size: 55px; line-height: 1.3; letter-spacing: 0; font-weight: 700; }
.sales-copy h2 em { position: relative; z-index: 0; display: inline-block; color: var(--red); font-style: normal; }
.sales-copy h2 em::after { content: ""; position: absolute; z-index: -1; left: 0; right: -.2em; top: .06em; bottom: .02em; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .9s 2.02s cubic-bezier(.22,.8,.25,1); }
.sales-section.is-active .sales-copy h2 em::after { transform: scaleX(1); }
.sales-copy > p:last-child { color: var(--muted); line-height: 1.8; }
.sales-visual { position: absolute; inset: 0; min-height: 0; overflow: visible; }
.interior-photo { position: absolute; z-index: 1; left: 5.5%; bottom: 14%; width: 50%; height: auto; aspect-ratio: 536 / 264; overflow: hidden; border-radius: 6px; box-shadow: 0 16px 34px rgba(0,0,0,.15); }
.interior-photo img { width: 100%; height: 100%; object-fit: cover; }
.food-cutout { position: absolute; z-index: 2; top: 14%; right: 3.8%; width: 48%; filter: drop-shadow(0 18px 18px rgba(0,0,0,.2)); }
.sales-sequence .food-cutout { opacity: 0; transform: translateY(48px) scale(.72); transition: opacity .88s .08s ease, transform 1.08s .08s cubic-bezier(.2,.78,.22,1); }
.sales-sequence .interior-photo { opacity: 0; transform: translateX(150px); transition: opacity .82s 2.82s ease, transform 1.08s 2.82s cubic-bezier(.2,.78,.22,1); }
.sales-section.is-active .sales-sequence .food-cutout, .sales-section.is-active .sales-sequence .interior-photo { opacity: 1; transform: none; }

.model-points { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.model-points.draw-line { position: relative; }
.model-points.draw-line::before { content: ""; position: absolute; z-index: 0; left: 23px; right: calc(50% - 23px); top: 23px; height: 2px; background: rgba(255,255,255,.6); transform: scaleX(0); transform-origin: left; transition: transform .65s .12s ease; }
.model-points.draw-line.is-visible::before { transform: scaleX(1); }
.model-point { display: flex; gap: 18px; align-items: flex-start; }
.model-point span { position: relative; z-index: 1; flex: 0 0 46px; height: 46px; display: grid; place-items: center; color: var(--brown); background: #fff; border-radius: 50%; font-weight: 900; }
.model-point p { margin: 0; line-height: 1.75; }
.menu-figure { position: relative; height: 540px; margin: 0; overflow: hidden; border-radius: 6px; }
.menu-figure img { width: 100%; height: 100%; object-fit: cover; }
.menu-figure figcaption { position: absolute; padding: 11px 18px; color: var(--ink); background: #fff; border: 2px solid var(--brown); font-weight: 700; }
.lunch-tag { left: 28%; bottom: 22%; }
.dinner-tag { right: 15%; top: 12%; }
.model-table-wrap, .fee-table-wrap, .profit-table-wrap { overflow-x: auto; }
.model-table, .profit-table, .fee-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.model-table th, .model-table td { padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.25); text-align: left; }
.model-table thead th { color: var(--ink); background: #fff; }
.model-table th:first-child { width: 15%; color: var(--yellow); }
.model-table thead th:first-child { color: var(--ink); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature-item { min-width: 0; }
.feature-item img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; border-radius: 6px; }
.reveal-card img { opacity: 0; transform: scale(1.08); transition: opacity .65s calc(var(--reveal-delay, 0s) + .08s), transform .8s calc(var(--reveal-delay, 0s) + .08s); }
.reveal-card.is-visible img { opacity: 1; transform: scale(1); }
.feature-item .point-label { margin: 22px 0 5px; color: var(--red); font-size: 13px; font-weight: 900; }
.feature-item h4 { margin: 0 0 10px; font-family: var(--font-title); font-size: 25px; font-weight: 700; }
.feature-item > p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.support-grid { margin-bottom: 18px; }

.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; perspective: 1000px; }
.location-card { height: 300px; outline: none; }
.location-card-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .55s; }
.location-card:hover .location-card-inner, .location-card:focus .location-card-inner { transform: rotateY(180deg); }
.location-front, .location-back { position: absolute; inset: 0; overflow: hidden; backface-visibility: hidden; border-radius: 6px; }
.location-front::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.location-front img { width: 100%; height: 100%; object-fit: cover; }
.location-front span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; font-weight: 800; }
.location-back { display: grid; align-content: center; padding: 26px; color: var(--ink); background: var(--yellow); transform: rotateY(180deg); text-align: center; }
.location-back strong { font-family: var(--font-title); font-size: 21px; font-weight: 700; }
.location-back p { line-height: 1.7; }
.history-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: stretch; margin-top: 80px; }
.history-copy { display: flex; flex-direction: column; justify-content: center; }
.history-copy p { margin: 0 0 18px; font-weight: 700; }
.history-copy strong { color: var(--yellow); font-family: Georgia, serif; font-size: 52px; letter-spacing: 0; font-style: italic; font-weight: 700; }
.history-copy span { margin-top: 24px; line-height: 1.7; }
.history-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.history-images img { width: 100%; height: 330px; object-fit: cover; border-radius: 6px; }
.reveal-history .history-copy strong, .reveal-history .history-images img { opacity: 0; transform: translateY(18px); }
.reveal-history.is-visible .history-copy strong { animation: history-item .55s .12s both; }
.reveal-history.is-visible .history-images img:first-child { animation: history-item .65s .5s both; }
.reveal-history.is-visible .history-images img:last-child { animation: history-item .65s .78s both; }
@keyframes history-item { to { opacity: 1; transform: translateY(0); } }

.profit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.profit-highlight { text-align: center; }
.profit-highlight p { margin: 0; font-size: 21px; font-weight: 900; }
.profit-highlight strong { display: block; margin: 4px 0 30px; color: var(--red); font-family: var(--font-title); font-size: 100px; line-height: 1; letter-spacing: 0; font-weight: 700; }
.profit-highlight strong small { margin-left: 2px; font-size: .52em; font-weight: 700; }
.profit-highlight b { display: block; margin-top: 7px; font-family: var(--font-title); font-size: 44px; letter-spacing: 0; font-weight: 700; }
.profit-table [data-profit-emphasis].is-emphasized > * { animation: profit-row-blink 1s linear infinite; }
@keyframes profit-row-blink {
  0%, 100% { opacity: .1; }
  50% { opacity: 1; }
}
.table-unit { margin: 0 0 8px; color: var(--muted); font-size: 12px; text-align: right; }
.profit-table th, .profit-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: center; }
.profit-table thead { background: #eeeae2; }
.profit-table tfoot { color: #fff; background: var(--red); }
.table-note { color: var(--muted); font-size: 12px; line-height: 1.7; }

.process-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; }
.process-grid li { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; color: var(--ink); background: #fff; border-radius: 50%; text-align: center; }
.process-grid span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 15px; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }
.process-grid strong { font-family: var(--font-title); font-size: 19px; font-weight: 700; }
.process-grid p { max-width: 170px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.fee-table-wrap { margin-top: 30px; }
.fee-table th, .fee-table td { padding: 14px 16px; border: 1px solid var(--line); text-align: center; }
.fee-table thead { background: #eeeae2; }
.fee-table td:nth-child(2) { text-align: left; }
.fee-table th:nth-child(1) { width: 15%; }
.fee-table th:nth-child(2) { width: 47%; }
.fee-table tfoot { color: #fff; background: var(--brown-dark); }
.fee-waiver td:nth-last-child(-n+2) { position: relative; }
.fee-waiver del { color: var(--muted); }
.fee-waiver strong { display: block; color: var(--red); }
.fee-table-wrap.is-visible .fee-waiver td:nth-last-child(-n+2) { animation: fee-highlight .7s 1.05s both; }
@keyframes fee-highlight { from { background: transparent; } to { color: var(--ink); background: var(--yellow); } }

.inquiry-section { padding-bottom: 130px; }
.inquiry-form { width: min(100%, 980px); margin: 0 auto; padding: 48px; color: var(--ink); background: #fff; border-radius: 6px; }
.form-field { margin-bottom: 24px; border: 0; padding: 0; }
.form-field label, .form-field legend { display: block; margin-bottom: 10px; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 56px; padding: 14px 16px; color: var(--ink); background: #fff; border: 1px solid #c7c7c7; border-radius: 4px; outline: 0; transition: border .2s, box-shadow .2s; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brown-dark); box-shadow: 0 0 0 3px rgba(112,68,20,.12); }
.phone-inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.segmented-control { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.segmented-control label { position: relative; min-width: 0; }
.segmented-control input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.segmented-control span { min-height: 58px; display: grid; place-items: center; color: #444; background: #ddd; border-radius: 4px; }
.segmented-control input:checked + span { color: #fff; background: var(--brown-dark); }
.select-wrap { position: relative; }
.select-wrap select { appearance: none; padding-right: 48px; }
.select-wrap svg { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.consent { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 6px 0 24px; font-size: 14px; }
.consent > label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.consent > label > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent > label > span { flex: 0 0 20px; width: 20px; height: 20px; display: grid; place-items: center; color: transparent; border: 2px solid #bbb; border-radius: 3px; }
.consent > label > span svg { width: 15px; transform: translateY(-2.5px); }
.consent > label > input:checked + span { color: #fff; background: var(--brown-dark); border-color: var(--brown-dark); }
.consent > label > input:focus-visible + span,
.segmented-control input:focus-visible + span { outline: 3px solid rgba(112,68,20,.28); outline-offset: 2px; }
.consent button { min-height: 40px; padding: 0 4px; display: inline-flex; align-items: center; background: transparent; border: 0; text-decoration: underline; }
.field-error { min-height: 18px; display: block; margin-top: 6px; color: var(--red); font-size: 12px; }
.form-status { min-height: 24px; margin: 0 0 12px; color: var(--red); text-align: center; font-weight: 700; }
.submit-button { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--brown-dark); border: 0; border-radius: 4px; font-size: 22px; font-weight: 900; }
.submit-button:hover { background: var(--red); }
.submit-button svg { width: 20px; }

.site-footer { padding: 50px 24px; color: #aaa; background: #161616; font-size: 13px; }
.footer-inner { width: min(100%, var(--content)); margin: 0 auto; }
.footer-inner > img { width: 120px; height: 58px; object-fit: contain; margin-bottom: 14px; }
.footer-links { display: flex; gap: 16px; margin-bottom: 18px; }
.footer-links button { padding: 0; color: #fff; background: transparent; border: 0; }
.footer-inner p { margin: 7px 0; }
.footer-inner p span { margin-left: 20px; }

.floating-call { display: none; }
.floating-call svg { width: 22px; }
.floating-call strong { font-size: 17px; }
.back-to-top { position: fixed; z-index: 79; right: 22px; bottom: calc(96px + var(--safe-bottom)); width: 44px; height: 44px; display: grid; place-items: center; opacity: 0; pointer-events: none; color: var(--ink); background: #fff; border: 1px solid #ddd; border-radius: 4px; transition: opacity .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
body.is-inquiry-visible .floating-call,
body.is-inquiry-visible .back-to-top { opacity: 0; pointer-events: none; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(0,0,0,.78); }
body.has-fallback-dialog::before { content: ""; position: fixed; z-index: 190; inset: 0; background: rgba(0,0,0,.78); }
dialog.is-fallback-modal[open] { position: fixed; z-index: 200; inset: 50% auto auto 50%; display: block; margin: 0; transform: translate(-50%, -50%); }
.video-dialog { width: min(94vw, 1100px); background: #000; overflow: visible; }
.youtube-dialog-frame { width: 100%; aspect-ratio: 16 / 9; background: #000; }
.youtube-dialog-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-dialog-fallback { min-height: 180px; margin: 0; padding: 26px; place-items: center; color: #fff; text-align: center; }
.video-dialog-fallback:not([hidden]) { display: grid; }
.video-dialog-fallback a { color: var(--yellow); font-weight: 800; text-decoration: underline; }
.dialog-close { position: absolute; z-index: 2; right: 0; top: -48px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: transparent; border: 0; }
.policy-dialog { width: min(92vw, 720px); max-height: 88vh; border-radius: 6px; }
.policy-content { position: relative; max-height: 88vh; padding: 44px; overflow-y: auto; }
.policy-content .dialog-close { top: 10px; right: 10px; color: var(--ink); }
.policy-content h2 { margin-top: 0; }
.policy-content h3 { margin: 24px 0 8px; font-size: 17px; }
.policy-content p, .policy-content dd { color: var(--muted); line-height: 1.8; }
.policy-content dt { margin-top: 14px; font-weight: 800; }
.policy-content dd { margin-left: 0; }
.policy-panel[hidden] { display: none; }
.policy-draft-note { display: inline-block; margin: 0 0 12px !important; padding: 4px 8px; color: var(--red) !important; border: 1px solid var(--red); font-size: 12px; font-weight: 700; }
.dialog-confirm { margin-top: 20px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--reveal-delay, 0s) ease, transform .7s var(--reveal-delay, 0s) ease; }
.reveal.reveal-left { transform: translateX(-42px); }
.reveal.reveal-zoom { transform: scale(.94); }
.reveal.reveal-pop { transform: translateY(20px) scale(.94); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.reveal-left.is-visible, .reveal.reveal-zoom.is-visible, .reveal.reveal-pop.is-visible { transform: none; }
.reveal-title h2 { clip-path: inset(0 100% 0 0); transition: clip-path .85s calc(var(--reveal-delay, 0s) + .08s) cubic-bezier(.22,.8,.25,1); }
.reveal-title.is-visible h2 { clip-path: inset(0 0 0 0); }
.underline-title h2::after { content: ""; display: block; width: 104px; height: 5px; margin-top: 18px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .55s calc(var(--reveal-delay, 0s) + .72s) ease; }
.underline-title.is-visible h2::after { transform: scaleX(1); }
.reveal-table tbody tr, .reveal-table tfoot tr { opacity: 0; transform: translateY(12px); }
.reveal-table.is-visible tbody tr, .reveal-table.is-visible tfoot tr { animation: table-row-in .45s both; }
.reveal-table.is-visible tbody tr:nth-child(1) { animation-delay: .12s; }
.reveal-table.is-visible tbody tr:nth-child(2) { animation-delay: .2s; }
.reveal-table.is-visible tbody tr:nth-child(3) { animation-delay: .28s; }
.reveal-table.is-visible tbody tr:nth-child(4) { animation-delay: .36s; }
.reveal-table.is-visible tbody tr:nth-child(5) { animation-delay: .44s; }
.reveal-table.is-visible tbody tr:nth-child(6) { animation-delay: .52s; }
.reveal-table.is-visible tbody tr:nth-child(7) { animation-delay: .6s; }
.reveal-table.is-visible tbody tr:nth-child(8) { animation-delay: .68s; }
.reveal-table.is-visible tfoot tr { animation-delay: .82s; }
@keyframes table-row-in { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-title h2 { clip-path: none; }
  .sales-copy, .reveal-card img, .reveal-history .history-copy strong, .reveal-history .history-images img, .reveal-table tbody tr, .reveal-table tfoot tr, .sales-sequence .food-cutout, .sales-sequence .interior-photo { opacity: 1; transform: none; }
  .sales-copy h2 em::after { transform: scaleX(1); }
}

@media (max-width: 900px) {
  :root { --header-height: 68px; }
  .site-header {
    height: calc(68px + var(--safe-top));
    gap: 8px;
    padding: var(--safe-top) max(12px, var(--safe-right)) 0 max(12px, var(--safe-left));
  }
  .site-header .brand {
    flex: 0 0 76px;
    width: 76px;
  }
  .site-header .brand img { height: 52px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .brand { width: 100px; }
  .brand img { width: auto; height: 58px; }
  .hero { min-height: 540px; height: calc(100svh - 64px); }
  .section { padding: 88px 20px; }
  .section-heading h2, .sales-copy h2 { font-size: 43px; }
  .sales-layout, .profit-layout, .history-block { grid-template-columns: 1fr; }
  .sales-section { padding: 68px 20px 24px; }
  .sales-visual { min-height: 430px; }
  .media-proof { grid-template-columns: repeat(3, 1fr); }
  .media-proof-copy { grid-column: 1 / -1; }
  .press-section .media-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .press-section .media-proof-copy { grid-column: 1 / -1; }
  .model-points { grid-template-columns: 1fr; }
  .model-points.draw-line::before { left: 22px; right: auto; top: 23px; bottom: 23px; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; }
  .model-points.draw-line.is-visible::before { transform: scaleY(1); }
  .menu-figure { height: 440px; }
  .feature-grid { gap: 18px; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .profit-highlight strong { font-size: 92px; }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(54px + var(--safe-bottom)); }
  .hero { min-height: 520px; height: calc(100svh - 54px); max-height: none; }
  .hero-content { width: calc(100% - 36px); padding-top: 30px; }
  .hero-content > p { font-size: 14px; }
  .hero-content > p br { display: none; }
  .primary-button { min-height: 54px; padding: 0 26px; }
  .consult-marquee { height: calc(54px + var(--safe-bottom)); }
  .marquee-track span { font-size: 19px; }
  .marquee-track b { font-size: 13px; }
  .section { padding: 72px 18px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .sales-copy h2 { font-size: 34px; line-height: 1.28; }
  .section-heading p br, .sales-copy p br { display: none; }
  /* 상권 섹션 소제목은 "아이템이기에," 뒤에서 끊기도록 br 유지 */
  .territory-section .section-heading p br { display: inline; }
  /* 모바일 전용 줄바꿈: 표 셀·소제목에서 지정 위치 강제 개행 (PC는 개행 없음) */
  .br-mo { display: inline; }
  .section-heading p br.br-mo { display: inline; }
  .subheading { margin-top: 46px; font-size: 21px; }
  .video-poster { aspect-ratio: 4 / 3; }
  .press-section { height: auto; min-height: 0; padding: 76px 18px 90px; }
  .press-section .section-heading { margin-bottom: 28px; }
  .press-section .section-heading h2 { font-size: 34px; }
  .press-section .video-poster { width: 100%; height: auto; aspect-ratio: 638 / 356; }
  .press-section .media-proof { margin-top: 34px; }
  .video-copy { font-size: 15px; }
  .video-copy strong { font-size: 25px; }
  .play-button { width: 56px; height: 56px; bottom: 10%; }
  .media-proof { grid-template-columns: 1fr; gap: 30px; }
  .press-section .media-proof { grid-template-columns: 1fr; gap: 24px; }
  .media-logo img { height: 60px; }
  .press-section .media-logo img { height: 76px; }
  .sales-layout { min-height: 0; gap: 30px; }
  .sales-section { height: auto; min-height: 780px; padding: 72px 18px 88px; }
  .sales-section .sales-layout { height: 620px; min-height: 620px; }
  .sales-section .sales-copy { left: 0; top: 0; width: 100%; }
  .sales-section .sales-visual { min-height: 0; }
  .sales-section .interior-photo { left: 0; bottom: 0; width: 84%; height: auto; }
  .sales-section .food-cutout { top: 31%; right: -7%; width: 74%; }
  .model-point p br { display: none; }
  .menu-figure { height: 390px; }
  .menu-figure figcaption { padding: 8px 11px; font-size: 12px; }
  .lunch-tag { left: 8%; }
  .dinner-tag { right: 8%; }
  .model-table { min-width: 700px; }
  .feature-grid { grid-template-columns: 1fr; gap: 44px; }
  .feature-item img { aspect-ratio: 1.5 / 1; }
  .location-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .location-card { height: 230px; }
  .location-back { padding: 14px; }
  .location-back strong { font-size: 16px; }
  .location-back p { font-size: 12px; }
  .history-block { margin-top: 56px; }
  .history-copy strong { font-size: 44px; }
  .history-images { gap: 8px; }
  .history-images img { height: 220px; }
  .profit-layout { gap: 34px; }
  .profit-highlight strong { font-size: 78px; }
  .profit-highlight b { font-size: 31px; }
  .profit-table th, .profit-table td { padding: 10px 8px; font-size: 13px; }
  .process-grid { gap: 10px; }
  .process-grid li { padding: 14px; }
  .process-grid strong { font-size: 15px; }
  .process-grid p { font-size: 11px; }
  .fee-table { min-width: 760px; }
  .inquiry-form { padding: 28px 18px; }
  .phone-inputs { gap: 7px; }
  .form-field input, .form-field select, .form-field textarea { padding: 12px; }
  .consent { flex-wrap: wrap; font-size: 12px; }
  .submit-button { min-height: 60px; font-size: 18px; }
  .footer-inner p span { display: block; margin: 6px 0 0; }
  .floating-call { display: none; }
  .back-to-top { right: max(12px, var(--safe-right)); bottom: calc(78px + var(--safe-bottom)); }
  .policy-dialog[open] { position: fixed; inset: 50dvh auto auto 50vw; width: calc(100vw - 32px); max-height: calc(100dvh - 32px); margin: 0; transform: translate(-50%, -50%); }
  .policy-dialog[open] .policy-content { max-height: calc(100dvh - 32px); }
  .policy-content { padding: 38px 22px 28px; }
}

/* PPT design guide: sections after the sales screen */
.guide-section { position: relative; overflow: clip; }
.guide-section:not(.brown-section) { background: #f8f6f1; }
.guide-section h2,
.guide-section h3,
.guide-section .section-heading > p:last-child { word-break: keep-all; }
.guide-screen-title { margin: 0 0 34px; font-family: var(--font-title); font-size: 36px; line-height: 1.3; letter-spacing: 0; font-weight: 700; }

@media (min-width: 901px) {
  .guide-section { min-height: calc(100svh - 64px); padding: 60px 24px; display: flex; align-items: center; }
  .guide-section > .section-inner { width: min(100%, var(--content)); }
}

.model-section .section-heading { margin-bottom: 24px; }
.model-section .section-heading h2 { font-size: 44px; line-height: 1.22; }
.model-section .section-heading.reveal { opacity: 0; transform: scale(1.36); transform-origin: left center; transition: none; }
.model-section .section-heading.reveal-title h2 { clip-path: none; transition: none; }
.model-section.is-active .section-heading.is-visible { animation: model-title-enter .78s .05s cubic-bezier(.22,.72,.2,1) both, model-title-breathe 2.8s .83s cubic-bezier(.45,.05,.55,.95) infinite; }
@keyframes model-title-enter {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes model-title-breathe {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.032); }
}
.model-section .subheading { margin: 0 0 22px; color: #fff; font-size: 26px; }
.model-section .subheading.reveal { --reveal-delay: .92s !important; }
.model-section .model-points { --reveal-delay: 1.18s !important; margin-bottom: 24px; }
.model-section .menu-figure { display: block; width: min(100%, 1000px); height: auto; aspect-ratio: 1.88 / 1; margin-right: auto; margin-left: auto; transform-origin: center center; }
.model-section .menu-figure > img { object-position: center center; }
.model-section .menu-figure.reveal { --reveal-delay: 2.32s !important; }
.model-section .model-point:nth-child(1) { --reveal-delay: 1.65s !important; }
.model-section .model-point:nth-child(2) { --reveal-delay: 1.98s !important; }
.model-section .model-points.draw-line::before { display: none; }
.model-section .model-point span { color: var(--brown); background: #f6e46c; }
.model-section .meal-callout { position: absolute; z-index: 3; display: flex; align-items: center; pointer-events: none; }
.model-section .lunch-callout { left: 24%; top: 42%; width: 31%; }
.model-section .dinner-callout { left: 56%; top: 12%; width: 32%; }
.model-section .meal-label { flex: none; min-width: 108px; min-height: 46px; padding: 0 16px; display: grid; place-items: center; opacity: 0; color: var(--ink); background: #fff; border: 1px solid var(--brown); font-weight: 700; transform: translateY(8px) scale(.94); box-shadow: 0 5px 14px rgba(0,0,0,.15); }
.model-section .meal-line { position: relative; flex: 1; height: 2px; background: #fff; transform: scaleX(0); filter: drop-shadow(0 1px 2px rgba(0,0,0,.45)); }
.model-section .meal-line::after { content: ""; position: absolute; top: 50%; width: 9px; height: 9px; background: var(--yellow); border: 2px solid #fff; border-radius: 50%; transform: translateY(-50%); }
.model-section .lunch-callout .meal-line { transform-origin: right; transition: transform .9s 3.12s cubic-bezier(.22,.72,.2,1); }
.model-section .lunch-callout .meal-line::after { right: -4px; }
.model-section .lunch-callout .meal-label { transition: opacity .44s 4.08s ease, transform .56s 4.08s cubic-bezier(.2,.78,.22,1); }
.model-section .dinner-callout .meal-line { transform-origin: left; transition: transform .9s 4.72s cubic-bezier(.22,.72,.2,1); }
.model-section .dinner-callout .meal-line::after { left: -4px; }
.model-section .dinner-callout .meal-label { transition: opacity .44s 5.68s ease, transform .56s 5.68s cubic-bezier(.2,.78,.22,1); }
.model-section.is-active .menu-figure.is-visible .meal-line { transform: scaleX(1); }
.model-section.is-active .menu-figure.is-visible .meal-label { opacity: 1; transform: translateY(0) scale(1); }

.model-table-section .guide-screen-title { color: #fff; }
.model-table-section .model-table-wrap { overflow: visible; }
.model-table-section .model-table { color: #fff; }
.model-table-section .model-table th,
.model-table-section .model-table td { padding: 16px 18px; color: #fff; border: 1px solid rgba(255,255,255,.68); }
.model-table-section .model-table thead { background: transparent; }
.model-table-section .model-table thead th { color: #fff; background: transparent; }
.model-table-section .model-table thead th:first-child,
.model-table-section .model-table th:first-child { color: #fff; }
.model-table-section .model-table em { color: var(--yellow); font-style: normal; font-weight: 700; }
/* 표 바깥 흰 테두리 제거(안쪽 칸 구분선만 유지) — PC·태블릿·모바일 전 환경 공통 */
.model-table-section .model-table { border: 0; }
.model-table-section .model-table th:first-child,
.model-table-section .model-table td:first-child { border-left: 0; }
.model-table-section .model-table th:last-child,
.model-table-section .model-table td:last-child { border-right: 0; }
.model-table-section .model-table thead th { border-top: 0; }
.model-table-section .model-table tbody tr:last-child th,
.model-table-section .model-table tbody tr:last-child td { border-bottom: 0; }

.strength-section .section-heading { margin-bottom: 24px; }
.strength-section .section-heading h2 { font-size: 46px; line-height: 1.12; }
.strength-section .section-heading.reveal { opacity: 0; transform: scale(.58); transform-origin: left top; transition: opacity .24s .08s ease, transform .9s .08s cubic-bezier(.16,.84,.24,1); }
.strength-section .section-heading.reveal.is-visible { opacity: 1; transform: scale(1); }
.strength-section .section-heading.reveal-title h2 { clip-path: none; transition: none; }
.strength-section .subheading { margin: 0 0 28px; font-size: 27px; transition-delay: .92s; }
.strength-section .feature-item.reveal { opacity: 0; transform: translateY(72px); transition: opacity .62s ease, transform .82s cubic-bezier(.16,.84,.24,1); }
.strength-section .feature-item.reveal:nth-child(1) { transition-delay: 1.28s; }
.strength-section .feature-item.reveal:nth-child(2) { transition-delay: 1.72s; }
.strength-section .feature-item.reveal:nth-child(3) { transition-delay: 2.16s; }
.strength-section .feature-item.reveal.is-visible { opacity: 1; transform: translateY(0); }
.strength-section .reveal-card img { opacity: 1; transform: none; transition: none; }
.support-section .guide-screen-title { margin-bottom: 30px; }
.support-section .feature-item.reveal { opacity: 0; transform: translateY(72px); transition: opacity .62s ease, transform .82s cubic-bezier(.16,.84,.24,1); }
.support-section .feature-item.reveal:nth-child(1) { transition-delay: 1.05s; }
.support-section .feature-item.reveal:nth-child(2) { transition-delay: 1.55s; }
.support-section .feature-item.reveal:nth-child(3) { transition-delay: 2.05s; }
.support-section .feature-item.reveal.is-visible { opacity: 1; transform: translateY(0); }
.support-section .reveal-card img { opacity: 1; transform: none; transition: none; }
.feature-grid { gap: 30px; }
.guide-section .feature-item { min-height: 330px; padding: 16px; border: 1px solid #282828; background: transparent; }
.guide-section .feature-item img { height: 150px; aspect-ratio: auto; border-radius: 0; }
.guide-section .feature-item .point-label { margin: 20px 0 3px; }
.guide-section .feature-item h4 { margin-bottom: 8px; font-size: 25px; }
.guide-section .feature-item > p:last-child { font-size: 15px; }

.territory-section .section-heading { margin-bottom: 30px; }
.territory-section .section-heading h2 { font-size: 44px; line-height: 1.18; }
.territory-section .section-heading > p:last-child { margin-top: 18px; }
.territory-section .subheading { margin: 0 0 26px; color: #fff; font-size: 26px; }
.territory-section .location-grid { gap: 38px; }
.territory-section .location-card { height: 250px; }
.territory-section .location-front,
.territory-section .location-back { border-radius: 0; }
.territory-section .location-front { overflow: visible; }
.territory-section .location-front::after { display: none; }
.territory-section .location-front img { height: 205px; object-fit: cover; }
.territory-section .location-front span { left: 0; right: 0; bottom: 8px; color: #fff; text-align: center; }
.territory-section .location-back { padding: 22px; }

.history-section .guide-screen-title { color: #fff; }
.history-section .history-block { position: relative; display: block; margin: 0; }
.history-section .history-images { display: grid; grid-template-columns: 1fr 1fr; gap: 190px; }
.history-section .history-images img { width: 100%; height: 330px; border-radius: 0; object-fit: cover; filter: none; }
.history-section .history-images img:first-child { filter: grayscale(1); }
.history-section .history-since { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; font-family: Georgia, serif; font-size: 24px; letter-spacing: 0; font-style: normal; white-space: nowrap; }
.history-section .history-since.reveal-pop { transform: translate(-50%, calc(-50% + 18px)) scale(.94); }
.history-section .history-since.reveal-pop.is-visible { transform: translate(-50%, -50%); }
.history-section .history-message { margin: 28px 0 0; color: #fff; font-family: var(--font-title); font-size: 28px; text-align: center; font-weight: 700; }
.history-section .history-message-line { display: inline; }
.history-section .history-message.reveal { opacity: 0; transform: scale(.5); transform-origin: center center; transition: none; }
.history-section.is-active .history-message.reveal.is-visible { animation: history-message-zoom .9s 1.85s cubic-bezier(.16,.84,.24,1) both; }
@keyframes history-message-zoom {
  0%, 12% { opacity: 0; transform: scale(.5); }
  100% { opacity: 1; transform: scale(1); }
}
.history-section .history-images img { opacity: 0; transform: translateY(22px); }
.history-section.is-active .history-block.is-visible .history-images img:first-child { animation: history-item .72s .62s both; }
.history-section.is-active .history-block.is-visible .history-images img:last-child { animation: history-item .72s .98s both; }

.profit-section .section-heading { margin-bottom: 36px; }
.profit-section .section-heading h2 { font-size: 46px; }
.profit-section .section-heading > p:last-child { margin-top: 8px; color: var(--ink); font-family: var(--font-title); font-size: 27px; font-weight: 700; }
.profit-section .profit-layout { gap: 72px; }
.profit-section .profit-highlight { position: relative; padding: 18px 0; text-align: center; }
.profit-section .profit-highlight > :not(.profit-swoosh) { position: relative; z-index: 1; }
.profit-section .profit-highlight > p:first-of-type { color: var(--red); transform: translateX(-40px); }
.profit-section .profit-highlight > p:nth-of-type(2),
.profit-section .profit-highlight > b { transform: translateX(-40px); }
.profit-section .profit-swoosh { position: absolute; z-index: 0; left: 50%; top: 28px; width: min(315px, 92%); height: auto; transform: translateX(-50%); pointer-events: none; }
.profit-section .profit-highlight strong { margin: 16px 0 76px; font-size: 72px; transform: translateX(-40px); }
.profit-section .profit-table thead { background: transparent; }
.profit-section .profit-table th,
.profit-section .profit-table td { border-bottom-color: #999; }

.process-section .section-heading { margin-bottom: 38px; }
.process-section .section-heading h2 { font-size: 46px; }
.process-section .section-heading > p:last-child { margin-top: 16px; }
.process-section .process-grid { width: 100%; margin-right: auto; margin-left: auto; gap: 50px 0; }
.process-section .process-grid li { width: min(100%, 190px); height: auto; max-width: none; aspect-ratio: 1; justify-self: center; border-radius: 50%; }
@media (min-width: 901px) {
  .process-section .process-grid { width: min(100%, 860px); grid-template-columns: repeat(4, 190px); justify-content: space-between; }
  .process-section .process-grid li:nth-child(6) p { font-size: 12px; }
}
.process-section .process-grid li.reveal { opacity: 0; transform: perspective(600px) rotateY(90deg); transition: none; backface-visibility: visible; }
.process-section.is-active .process-grid li.reveal.is-visible { animation: process-flip-in 1s var(--process-delay, 0s) both; }
.process-section.is-active .process-grid li:nth-child(1) { --process-delay: .1s; }
.process-section.is-active .process-grid li:nth-child(2) { --process-delay: .2s; }
.process-section.is-active .process-grid li:nth-child(3) { --process-delay: .3s; }
.process-section.is-active .process-grid li:nth-child(4) { --process-delay: .4s; }
.process-section.is-active .process-grid li:nth-child(5) { --process-delay: .5s; }
.process-section.is-active .process-grid li:nth-child(6) { --process-delay: .6s; }
.process-section.is-active .process-grid li:nth-child(7) { --process-delay: .7s; }
.process-section.is-active .process-grid li:nth-child(8) { --process-delay: .8s; }
@keyframes process-flip-in {
  0% { opacity: 0; transform: perspective(600px) rotateY(90deg) scale(.86); animation-timing-function: ease-in; }
  40% { transform: perspective(600px) rotateY(-20deg) scale(1.04); animation-timing-function: ease-in; }
  60% { opacity: 1; transform: perspective(600px) rotateY(10deg) scale(.98); }
  80% { transform: perspective(600px) rotateY(-5deg) scale(1.015); }
  100% { opacity: 1; transform: perspective(600px) rotateY(0) scale(1); }
}

.fee-section .section-heading { margin-bottom: 26px; }
.fee-section .section-heading h2 { font-size: 46px; }
.fee-section .section-heading > p:last-child { margin-top: 8px; color: var(--ink); font-family: var(--font-title); font-size: 27px; font-weight: 700; }
.fee-section .fee-table-wrap { margin-top: 0; }
.fee-section .fee-table th,
.fee-section .fee-table td { padding: 12px 14px; border-width: 0 0 1px; border-color: #aaa; }
.fee-section .fee-table th:nth-child(1) { width: 22%; }
.fee-section .fee-table th:nth-child(2) { width: 46%; }
.fee-section .fee-table td:nth-child(2) { text-align: center; }
.fee-section .fee-table thead { color: var(--ink); background: transparent; border-top: 1px solid var(--ink); border-bottom: 2px solid var(--ink); }
.fee-section .fee-table tfoot { background: var(--brown); }
.fee-section .fee-table tfoot th,
.fee-section .fee-table tfoot td { padding: 16px 14px; color: #fff; font-size: 18px; line-height: 1.25; font-weight: 700; text-align: center; }
.fee-section .fee-waiver strong { color: var(--yellow); font-size: 18px; }
.fee-section .fee-table-wrap.is-visible .fee-waiver td:nth-last-child(-n+2) { animation: none; }
.fee-section .fee-table-wrap.is-visible .fee-waiver td:last-child { animation: fee-guide-highlight .72s 1.05s both; }
@keyframes fee-guide-highlight { from { color: var(--ink); background: transparent; } to { color: var(--yellow); background: var(--red); } }

.inquiry-section .section-heading { width: min(100%,980px); margin: 0 auto 42px; }
.inquiry-section .section-heading h2 { font-size: 46px; }
.inquiry-section .inquiry-form { border-radius: 0; }
@media (min-width: 901px) { .inquiry-section { padding-top: 100px; } }

.site-footer { padding: 34px 24px 38px; text-align: center; }
.site-footer .footer-inner { width: min(100%, 1280px); }
.site-footer .footer-links { justify-content: center; margin: 10px 0 18px; }
.site-footer .footer-inner p { margin: 8px 0; }
.site-footer .footer-inner p span { margin-left: 18px; }

@media (max-width: 900px) {
  .guide-section { min-height: 0; padding: 80px 20px; }
  .guide-screen-title { font-size: 34px; }
  .model-section .menu-figure { width: min(100%, 900px); height: auto; aspect-ratio: 1.88 / 1; }
  .model-table-section .model-table-wrap { overflow-x: auto; }
  .guide-section .feature-item { min-height: 310px; }
  .territory-section .location-grid { gap: 24px; }
  .history-section .history-images { gap: 90px; }
  .history-section .history-images img { height: 280px; }
  .history-section .history-message { font-size: 24px; }
}

@media (max-width: 620px) {
  .guide-section { min-height: calc(100svh - 54px); padding: 72px 18px 84px; }
  .guide-screen-title { margin-bottom: 26px; font-size: 30px; }
  .model-section .section-heading h2,
  .strength-section .section-heading h2,
  .territory-section .section-heading h2,
  .profit-section .section-heading h2,
  .process-section .section-heading h2,
  .fee-section .section-heading h2,
  .inquiry-section .section-heading h2 { font-size: 34px; }
  .model-section .subheading,
  .territory-section .subheading { font-size: 22px; }
  .model-section .menu-figure { width: 100%; height: auto; aspect-ratio: 1.88 / 1; }
  .model-section .lunch-callout { left: 8%; top: 42%; bottom: auto; width: 55%; }
  .model-section .dinner-callout { left: 42%; top: 10%; width: 52%; }
  .model-section .meal-label { min-width: 92px; min-height: 40px; padding: 0 10px; font-size: 13px; }
  .model-table-section .model-table { min-width: 720px; }
  .guide-section .feature-grid { gap: 22px; }
  .guide-section .feature-item { min-height: 0; padding: 14px; }
  .guide-section .feature-item img { height: 190px; }
  .territory-section .location-grid { gap: 18px 10px; }
  .territory-section .location-card { height: 220px; }
  .territory-section .location-front img { height: 178px; }
  .territory-section .location-front span { bottom: 4px; font-size: 13px; }
  .history-section .history-images { gap: 8px; }
  .history-section .history-images img { height: 200px; }
  .history-section .history-since { padding: 7px 9px; color: var(--yellow); background: rgba(79,46,18,.86); font-size: 15px; }
  .history-section .history-message { margin-top: 22px; font-size: 20px; line-height: 1.5; }
  .profit-section .section-heading > p:last-child,
  .fee-section .section-heading > p:last-child { font-size: 20px; }
  .process-section .process-grid { gap: 12px; }
  .process-section .process-grid li { max-width: none; }
  .fee-section .fee-table { min-width: 760px; }
  .inquiry-section .section-heading { margin-bottom: 30px; }
  .inquiry-section .section-heading h2 { text-wrap: wrap; }
  .site-footer { padding: 30px 18px 34px; }
  .site-footer .footer-inner p span { display: block; margin: 6px 0 0; }
}

/* Mobile completion pass: preserve the desktop composition without desktop-sized gaps. */
@media (max-width: 620px) {
  body,
  main { width: 100%; max-width: 100%; overflow-x: clip; }
  main > section { scroll-margin-top: 68px; }

  .site-header.is-scrolled {
    color: #fff;
    background: rgba(35, 22, 13, .82);
    border-bottom-color: rgba(255, 255, 255, .18);
  }
  .site-header.is-scrolled .brand { width: 88px; }
  .site-header.is-scrolled .brand img { height: 47px; }

  .guide-section {
    min-height: 0;
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .guide-screen-title,
  .guide-section .section-heading h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .guide-section .section-heading,
  .guide-section .guide-screen-title { max-width: 100%; }

  .press-section { padding-top: 92px; }
  .sales-section { min-height: 720px; padding-top: 92px; }
  .sales-section .sales-layout { height: 560px; min-height: 560px; }
  .sales-section .sales-copy {
    transition: opacity .62s .34s ease, transform .72s .34s cubic-bezier(.2,.78,.22,1);
  }
  .sales-section .sales-copy h2 em::after { transition-delay: .9s; }
  .sales-section .sales-sequence .food-cutout {
    transition: opacity .62s .06s ease, transform .76s .06s cubic-bezier(.2,.78,.22,1);
  }
  .sales-section .sales-sequence .interior-photo {
    transition: opacity .62s 1.42s ease, transform .78s 1.42s cubic-bezier(.2,.78,.22,1);
  }

  .model-section .section-heading.reveal { transform-origin: center top; }
  .model-section.is-active .section-heading.is-visible {
    animation: model-title-enter .68s .04s cubic-bezier(.22,.72,.2,1) both,
      model-title-breathe 2.8s .72s cubic-bezier(.45,.05,.55,.95) infinite;
  }
  .model-section .subheading.reveal { --reveal-delay: .34s !important; }
  .model-section .model-points { --reveal-delay: .48s !important; }
  .model-section .model-point:nth-child(1) { --reveal-delay: .62s !important; }
  .model-section .model-point:nth-child(2) { --reveal-delay: .78s !important; }
  .model-section .menu-figure.reveal { --reveal-delay: 1.02s !important; }
  .model-section .lunch-callout .meal-line { transition-delay: 1.46s; }
  .model-section .lunch-callout .meal-label { transition-delay: 2.18s; }
  .model-section .dinner-callout .meal-line { transition-delay: 2.56s; }
  .model-section .dinner-callout .meal-label { transition-delay: 3.28s; }

  .model-table-wrap,
  .fee-table-wrap,
  .profit-table-wrap {
    width: 100%;
    max-width: calc(100vw - 36px);
    min-width: 0;
    padding-bottom: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    contain: inline-size;
  }
  .model-table-wrap::-webkit-scrollbar,
  .fee-table-wrap::-webkit-scrollbar,
  .profit-table-wrap::-webkit-scrollbar { height: 4px; }
  .model-table-wrap::-webkit-scrollbar-thumb,
  .fee-table-wrap::-webkit-scrollbar-thumb,
  .profit-table-wrap::-webkit-scrollbar-thumb { background: rgba(100, 70, 45, .55); }

  .strength-section .section-heading.reveal {
    transition: opacity .2s .04s ease, transform .68s .04s cubic-bezier(.16,.84,.24,1);
  }
  .strength-section .subheading { transition-delay: .24s; }
  .strength-section .feature-item.reveal:nth-child(1) { transition-delay: .38s; }
  .strength-section .feature-item.reveal:nth-child(2) { transition-delay: .56s; }
  .strength-section .feature-item.reveal:nth-child(3) { transition-delay: .74s; }
  .support-section .feature-item.reveal:nth-child(1) { transition-delay: .3s; }
  .support-section .feature-item.reveal:nth-child(2) { transition-delay: .48s; }
  .support-section .feature-item.reveal:nth-child(3) { transition-delay: .66s; }

  .history-section .history-images { gap: 8px; }
  .history-section.is-active .history-images img:first-child { animation-delay: .16s; }
  .history-section.is-active .history-images img:last-child { animation-delay: .38s; }
  .history-section.is-active .history-message.reveal.is-visible {
    animation: history-message-zoom .72s .78s cubic-bezier(.16,.84,.24,1) both;
  }

  .profit-section .profit-layout { gap: 30px; }
  .process-section .process-grid { width: 100%; }
  .inquiry-section { padding-top: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-delay: 0s !important; animation-delay: 0s !important; }
  .history-section .history-images img { opacity: 1; transform: none; animation: none !important; }
  .history-section .history-message.reveal { opacity: 1; transform: none; animation: none !important; }
  .profit-table [data-profit-emphasis].is-emphasized th { opacity: 1; animation: none !important; }
  .model-section .section-heading.reveal { opacity: 1; transform: none; animation: none !important; }
  .model-section .meal-line { transform: scaleX(1); transition: none; }
  .model-section .meal-label { opacity: 1; transform: none; transition: none; }
}

/* Mobile layout v2: retain the desktop hierarchy while fitting every control and table. */
@media (max-width: 767px) {
  .territory-section .location-back { padding: 12px 8px; }
  .territory-section .location-back strong {
    font-size: 15px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .territory-section .location-back p { font-size: 11px; }

  :root { --header-height: 68px; }

  body {
    width: 100%;
    max-width: 100%;
    padding-bottom: calc(54px + var(--safe-bottom));
    overflow-x: clip;
  }
  main,
  .section,
  .section-inner { width: 100%; max-width: 100%; overflow-x: clip; }
  main > section { scroll-margin-top: 68px; }
  .section { padding-right: 18px; padding-left: 18px; }

  .site-header { height: calc(68px + var(--safe-top)); padding: var(--safe-top) max(18px, var(--safe-right)) 0 max(18px, var(--safe-left)); }
  .site-header.is-scrolled {
    color: #fff;
    background: rgba(35, 22, 13, .84);
    border-bottom-color: rgba(255, 255, 255, .18);
  }
  .site-header.is-scrolled .brand { width: 70px; }
  .site-header.is-scrolled .brand img { height: 46px; }
  .header-pager,
  .menu-toggle { display: none; }
  .desktop-nav {
    min-width: 0;
    display: flex;
    gap: 6px;
    margin-left: auto;
    font-size: 10px;
  }
  .desktop-nav a { flex: none; white-space: nowrap; }
  .desktop-nav a:not(.nav-call)::after { bottom: -5px; }
  .desktop-nav .nav-call {
    min-height: 32px;
    gap: 3px;
    padding: 0 6px;
    font-size: 10px;
  }
  .desktop-nav .nav-call svg { width: 11px; }
  .consult-marquee { height: calc(54px + var(--safe-bottom)); }
  .hero-content h1 { width: calc(100% + 28px); margin-left: -14px; }
  .hero-headline-image {
    width: 100%;
    max-width: none;
  }
  .hero-content > p {
    max-width: 340px;
    margin: 18px auto 24px;
    font-size: 12px;
    line-height: 1.65;
  }

  .guide-section {
    min-height: 0;
    padding: 86px 18px 82px;
  }
  .guide-screen-title,
  .guide-section .section-heading h2 {
    font-size: 30px;
    line-height: 1.28;
  }
  .guide-screen-title { margin-bottom: 26px; }

  /* Broadcast screen */
  .press-section {
    height: auto;
    min-height: 0;
    padding: 58px 18px 36px;
  }
  .press-section .section-inner { width: 100%; }
  .press-section .section-heading { margin-bottom: 24px; }
  .press-section .section-heading h2 {
    font-size: 22px;
    line-height: 1.28;
    white-space: nowrap;
  }
  .press-section .video-poster {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .press-section .media-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 10px;
    align-items: start;
    margin-top: 24px;
  }
  .press-section .media-proof-copy { grid-column: 1 / -1; }
  .press-section .media-proof-copy strong {
    font-size: 19px;
    line-height: 1.4;
  }
  .press-section .media-logo img {
    width: 100%;
    height: 58px;
    margin-bottom: 5px;
  }
  .press-section .media-logo p {
    font-size: 9px;
    line-height: 1.35;
  }
  .press-section .media-proof > .reveal { transition-duration: .72s; }
  .press-section .video-poster { --reveal-delay: .2s !important; }
  .press-section .media-proof-copy { --reveal-delay: .4s !important; }
  .press-section .media-logo:nth-child(2) { --reveal-delay: .65s !important; }
  .press-section .media-logo:nth-child(3) { --reveal-delay: .9s !important; }
  .press-section .media-logo:nth-child(4) { --reveal-delay: 1.15s !important; }

  /* Sales screen: food and store remain one overlapping composition. */
  .sales-section {
    height: auto;
    min-height: 660px;
    padding: 52px 18px 56px;
  }
  .sales-section .sales-layout {
    height: 548px;
    min-height: 548px;
  }
  .sales-section .sales-copy {
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity .62s .3s ease, transform .72s .3s cubic-bezier(.2,.78,.22,1);
  }
  .sales-copy h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3;
  }
  .sales-copy > p:last-child {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
  }
  .sales-copy-line { display: block; }
  .sales-section .sales-visual { min-height: 0; }
  .sales-section .food-cutout {
    top: 190px;
    right: -2%;
    width: 74%;
  }
  .sales-section .interior-photo {
    left: 2%;
    top: 340px;
    bottom: auto;
    width: 88%;
    aspect-ratio: 536 / 264;
  }
  .sales-section .sales-copy h2 em::after { transition-delay: .86s; }
  .sales-section .sales-sequence .food-cutout {
    transition: opacity .62s .04s ease, transform .76s .04s cubic-bezier(.2,.78,.22,1);
  }
  .sales-section .sales-sequence .interior-photo {
    transition: opacity .62s 1.34s ease, transform .78s 1.34s cubic-bezier(.2,.78,.22,1);
  }

  /* Base-profit screen */
  .model-section .section-heading { margin-bottom: 22px; }
  .model-section .section-heading { margin-left: 14px; }
  .model-section .section-heading h2 { font-size: 30px; }
  .model-section .subheading {
    margin: 0 0 20px;
    font-size: 21px;
  }
  .model-section .model-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
  }
  .model-section .model-point {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
  }
  .model-section .model-point span {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  .model-section .model-point p {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 500;
    word-break: keep-all;
  }
  .model-section .menu-figure {
    width: 100%;
    aspect-ratio: 1.88 / 1;
  }
  .model-section .lunch-callout { left: 7%; top: 42%; width: 57%; }
  .model-section .dinner-callout { left: 43%; top: 10%; width: 51%; }
  .model-section .meal-label {
    min-width: 76px;
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }

  /* The two desktop tables stay fully visible instead of being cropped horizontally. */
  .model-table-section { padding-right: 12px; padding-left: 12px; }
  .model-table-section .guide-screen-title {
    font-size: 20px;
    white-space: nowrap;
  }
  .model-table-section .model-table-wrap,
  .fee-section .fee-table-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: visible;
    contain: none;
  }
  .model-table-section .model-table,
  .fee-section .fee-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .model-table-section .model-table th,
  .model-table-section .model-table td {
    padding: 10px 5px;
    font-size: 10px;
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .model-table-section .model-table th:first-child { width: 15%; }
  .model-table-section .model-table th:nth-child(2),
  .model-table-section .model-table th:nth-child(3) { width: 42.5%; }

  /* Guide cards are compact, but keep the image-text pairing from desktop. */
  .strength-section .section-heading { margin-bottom: 20px; }
  .strength-section .subheading {
    margin: 0 0 22px;
    font-size: 21px;
  }
  .guide-section .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .guide-section .feature-item {
    min-height: 146px;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 14px;
    padding: 10px;
  }
  .guide-section .feature-item img {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
    min-height: 124px;
    object-fit: cover;
  }
  .guide-section .feature-item .point-label {
    grid-column: 2;
    margin: 2px 0 2px;
    font-size: 11px;
  }
  .guide-section .feature-item h4 {
    grid-column: 2;
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 1.25;
  }
  .guide-section .feature-item > p:last-child {
    grid-column: 2;
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
    word-break: keep-all;
  }
  .strength-section .feature-item.reveal,
  .support-section .feature-item.reveal { transform: translateY(34px); }

  .territory-section .section-heading { margin-bottom: 24px; }
  .territory-section .section-heading h2 { font-size: 30px; }
  .territory-section .section-heading > p:last-child {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }
  .territory-section .subheading {
    margin: 0 0 20px;
    font-size: 21px;
  }
  .territory-section .location-grid { gap: 16px 10px; }
  .territory-section .location-card { height: 180px; }
  .territory-section .location-front img { height: 145px; }
  .territory-section .location-front span {
    bottom: 4px;
    font-size: 12px;
  }

  .history-section .history-images { gap: 8px; }
  .history-section .history-images img { height: 180px; }
  .history-section .history-since { font-size: 14px; }
  .history-section .history-message {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.5;
  }

  .profit-section .section-heading { margin-bottom: 28px; }
  .profit-section .section-heading > p:last-child,
  .fee-section .section-heading > p:last-child {
    margin-top: 8px;
    font-size: 19px;
    line-height: 1.5;
  }
  .profit-section .profit-layout { gap: 28px; }
  .profit-section .profit-highlight strong {
    margin-bottom: 70px;
    font-size: 76px;
  }
  .profit-section .profit-highlight b { font-size: 30px; }
  .profit-section .profit-table th,
  .profit-section .profit-table td {
    padding: 9px 5px;
    font-size: 12px;
  }

  .process-section .section-heading { margin-bottom: 28px; }
  .process-section .section-heading > p:last-child {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }
  .process-section .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .process-section .process-grid li {
    width: 100%;
    max-width: 166px;
    padding: 12px;
  }
  .process-section .process-grid span {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .process-section .process-grid strong { font-size: 15px; }
  .process-section .process-grid p {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.45;
  }

  .fee-section { padding-right: 12px; padding-left: 12px; }
  .fee-section .section-heading { padding: 0 6px; }
  .fee-section .fee-table th,
  .fee-section .fee-table td {
    padding: 8px 3px;
    font-size: 9px;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .fee-section .fee-table th:nth-child(1) { width: 18%; }
  .fee-section .fee-table th:nth-child(2) { width: 44%; }
  .fee-section .fee-table th:nth-child(3),
  .fee-section .fee-table th:nth-child(4) { width: 19%; }
  .fee-section .fee-table td:nth-child(2) { text-align: center; }
  .fee-section .fee-waiver strong {
    font-size: 11px;
    line-height: 1.3;
  }
  .fee-section .fee-table tfoot th,
  .fee-section .fee-table tfoot td {
    padding: 11px 3px;
    font-size: 13px;
  }

  .inquiry-section { padding: 90px 18px 100px; }
  .inquiry-section .section-heading { margin-bottom: 28px; }
  .inquiry-section .inquiry-form { padding: 26px 18px; }
  .phone-inputs { gap: 7px; }
  .form-field input,
  .form-field select,
  .form-field textarea { padding: 12px; }
  .consent { flex-wrap: wrap; font-size: 12px; }
  .submit-button { min-height: 60px; font-size: 18px; }
  .floating-call { display: none; }
  .back-to-top { right: max(12px, var(--safe-right)); bottom: calc(70px + var(--safe-bottom)); }
}

@media (max-width: 420px) {
  .sales-copy h2 { font-size: 30px; }
  .guide-screen-title,
  .guide-section .section-heading h2 { font-size: 28px; }
  .press-section .section-heading h2 { font-size: 22px; }
  .model-section .model-point { grid-template-columns: 34px minmax(0, 1fr); }
  .model-section .model-point span { width: 34px; height: 34px; }
  .guide-section .feature-item {
    grid-template-columns: 41% minmax(0, 1fr);
    column-gap: 11px;
  }
  .guide-section .feature-item h4 { font-size: 18px; }
}

@media (max-width: 359px) {
  .press-section .section-heading h2 { font-size: 20px; }
  .model-table-section .guide-screen-title { font-size: 18px; }
}

@media (max-width: 299px) {
  .model-table-section .guide-screen-title { font-size: 16px; }
}

/* Mobile motion follows each section's viewport entry and keeps the sequence readable. */
@media (max-width: 767px) {
  .support-section .guide-screen-title {
    font-size: 27px;
    line-height: 1.3;
    white-space: nowrap;
  }
  .support-section .feature-item {
    min-height: 154px;
    grid-template-columns: 38% minmax(0, 1fr);
    column-gap: 14px;
  }
  .support-section .feature-item img { min-height: 132px; }
  .support-section .feature-item .point-label { font-size: 11.5px; }
  .support-section .feature-item h4 { font-size: 19px; }
  .support-section .feature-item > p:last-child {
    font-size: 12px;
    line-height: 1.55;
  }

  .history-section .history-message {
    font-size: 18px;
    word-break: keep-all;
  }
  .history-section .history-images {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .history-section .history-images img {
    height: auto;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
  }
  .history-section .history-since {
    z-index: 4;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: 18px;
    line-height: 1;
  }

  .process-section .process-grid strong { font-size: 16px; }
  .process-section .process-grid p {
    font-size: 11.5px;
    line-height: 1.5;
    word-break: keep-all;
  }

  .fee-section .fee-table th,
  .fee-section .fee-table td { font-size: 9.5px; }

  .inquiry-section .section-heading h2 {
    font-size: 26px;
    line-height: 1.35;
    word-break: keep-all;
  }

  .press-section .media-proof > .reveal { transition-duration: .95s; }
  .press-section .video-poster { --reveal-delay: .32s !important; }
  .press-section .media-proof-copy { --reveal-delay: .74s !important; }
  .press-section .media-logo:nth-child(2) { --reveal-delay: 1.14s !important; }
  .press-section .media-logo:nth-child(3) { --reveal-delay: 1.54s !important; }
  .press-section .media-logo:nth-child(4) { --reveal-delay: 1.94s !important; }

  .sales-section .sales-copy {
    transition-duration: .82s, .92s;
    transition-delay: .46s, .46s;
  }
  .sales-section .sales-copy h2 em::after { transition-delay: 1.3s; }
  .sales-section .sales-sequence .food-cutout {
    transition-duration: .82s, .96s;
    transition-delay: .08s, .08s;
  }
  .sales-section .sales-sequence .interior-photo {
    transition-duration: .86s, 1s;
    transition-delay: 1.9s, 1.9s;
  }

  .model-section.is-active .section-heading.is-visible {
    animation-duration: .82s, 3.2s;
    animation-delay: .08s, .9s;
  }
  .model-section .subheading.reveal { --reveal-delay: .28s !important; }
  .model-section .model-points { --reveal-delay: .32s !important; }
  .model-section .model-point:nth-child(1) { --reveal-delay: .46s !important; }
  .model-section .model-point:nth-child(2) { --reveal-delay: .72s !important; }
  .model-section .menu-figure.reveal { --reveal-delay: .42s !important; }
  .model-section .lunch-callout .meal-line { transition-delay: 1.08s; }
  .model-section .lunch-callout .meal-label { transition-delay: 1.94s; }
  .model-section .dinner-callout .meal-line { transition-delay: 2.46s; }
  .model-section .dinner-callout .meal-label { transition-delay: 3.32s; }

  .model-table-section .model-table-wrap,
  .profit-section .profit-table-wrap,
  .fee-section .fee-table-wrap { --reveal-delay: .5s; }
  .reveal-table.is-visible tbody tr,
  .reveal-table.is-visible tfoot tr { animation-duration: .58s; }
  .reveal-table.is-visible tbody tr:nth-child(1) { animation-delay: .18s; }
  .reveal-table.is-visible tbody tr:nth-child(2) { animation-delay: .38s; }
  .reveal-table.is-visible tbody tr:nth-child(3) { animation-delay: .58s; }
  .reveal-table.is-visible tbody tr:nth-child(4) { animation-delay: .78s; }
  .reveal-table.is-visible tbody tr:nth-child(5) { animation-delay: .98s; }
  .reveal-table.is-visible tbody tr:nth-child(6) { animation-delay: 1.18s; }
  .reveal-table.is-visible tbody tr:nth-child(7) { animation-delay: 1.38s; }
  .reveal-table.is-visible tbody tr:nth-child(8) { animation-delay: 1.58s; }
  .reveal-table.is-visible tfoot tr { animation-delay: 1.82s; }

  .strength-section .section-heading.reveal {
    transition-duration: .3s, .88s;
    transition-delay: .08s, .08s;
  }
  .strength-section .subheading { transition-delay: .52s; }
  .strength-section .feature-item.reveal,
  .support-section .feature-item.reveal {
    transition-duration: .76s, .94s;
  }
  .strength-section .feature-item.reveal:nth-child(1),
  .strength-section .feature-item.reveal:nth-child(2),
  .strength-section .feature-item.reveal:nth-child(3),
  .support-section .feature-item.reveal:nth-child(1),
  .support-section .feature-item.reveal:nth-child(2),
  .support-section .feature-item.reveal:nth-child(3) { transition-delay: .24s; }

  .history-section.is-active .history-block.is-visible .history-images img:first-child,
  .history-section.is-active .history-block.is-visible .history-images img:last-child { animation: none; }
  .history-section .history-since.reveal {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.72);
    transition: none;
  }
  .history-section .history-message.reveal {
    opacity: 1;
    transform: none;
  }
  .history-section .history-message-line {
    display: block;
    opacity: 0;
    transform: translateY(12px) scale(.94);
  }
  .history-section.is-active .history-message.reveal.is-visible { animation: none; }
  .history-section.is-sequenced .history-since.reveal {
    animation: history-since-in .62s .05s cubic-bezier(.16,.84,.24,1) both;
  }
  .history-section.is-active.is-sequenced .history-block.is-visible .history-images img:first-child {
    animation: history-stack-photo-in .76s .55s cubic-bezier(.16,.84,.24,1) both;
  }
  .history-section.is-active.is-sequenced .history-block.is-visible .history-images img:last-child {
    animation: history-stack-photo-in .76s 1.18s cubic-bezier(.16,.84,.24,1) both;
  }
  .history-section.is-sequenced .history-message-line:first-child {
    animation: history-line-in .64s 1.95s cubic-bezier(.16,.84,.24,1) both;
  }
  .history-section.is-sequenced .history-message-line:last-child {
    animation: history-line-in .64s 2.22s cubic-bezier(.16,.84,.24,1) both;
  }
  .profit-section .section-heading.reveal { --reveal-delay: 1s; }
  .profit-section .section-heading { margin-bottom: 8px; }
  .profit-section .profit-highlight { --reveal-delay: 1.85s; }
  .profit-section .profit-swoosh {
    width: min(315px, 100%);
  }
  .profit-section .profit-highlight strong {
    margin-bottom: 76px;
    font-size: 64px;
    transform: translateX(-40px);
  }
  .profit-section .profit-highlight > p:first-of-type { transform: translateX(-40px); }
  .profit-section .profit-highlight strong small { font-size: .52em; }
  .profit-section .profit-highlight b {
    font-size: clamp(32px, 10vw, 40px);
    transform: none;
    white-space: nowrap;
  }
  .profit-section .profit-table tfoot th,
  .profit-section .profit-table tfoot td { font-size: 10px; }
  .profit-section .table-note {
    font-size: 10px;
    line-height: 1.65;
  }

  .process-section.is-active .process-grid li.reveal.is-visible { animation-duration: 1.06s; }
  .process-section.is-active .process-grid li:nth-child(1) { --process-delay: .2s; }
  .process-section.is-active .process-grid li:nth-child(2) { --process-delay: .42s; }
  .process-section.is-active .process-grid li:nth-child(3) { --process-delay: .64s; }
  .process-section.is-active .process-grid li:nth-child(4) { --process-delay: .86s; }
  .process-section.is-active .process-grid li:nth-child(5) { --process-delay: .2s; }
  .process-section.is-active .process-grid li:nth-child(6) { --process-delay: .42s; }
  .process-section.is-active .process-grid li:nth-child(7) { --process-delay: .64s; }
  .process-section.is-active .process-grid li:nth-child(8) { --process-delay: .86s; }
}

@media (max-width: 420px) {
  .support-section .guide-screen-title { font-size: 24px; }
}

@media (max-width: 380px) {
  .support-section .guide-screen-title { font-size: 22px; }
  .inquiry-section .section-heading h2 { font-size: 24px; }
}

@media (max-width: 340px) {
  .site-header {
    gap: 4px;
    padding-right: max(8px, var(--safe-right));
    padding-left: max(8px, var(--safe-left));
  }
  .site-header .brand,
  .site-header.is-scrolled .brand { flex-basis: 64px; width: 64px; }
  .site-header .brand img,
  .site-header.is-scrolled .brand img { height: 44px; }
  .desktop-nav { gap: 3px; font-size: 10.5px; }
  .desktop-nav .nav-call { min-height: 30px; gap: 2px; padding: 0 4px; font-size: 10.5px; }
  .desktop-nav .nav-call svg { display: none; }
  .support-section .guide-screen-title { font-size: 19px; }
  .support-section .feature-item h4 { font-size: 18px; }
  .process-section .process-grid p { font-size: 10.5px; }
  .fee-section .fee-table th,
  .fee-section .fee-table td { font-size: 9px; }
  .inquiry-section .section-heading h2 { font-size: 22px; }
  .territory-section .location-back strong { font-size: 13px; }
}

@keyframes history-line-in {
  from { opacity: 0; transform: translateY(12px) scale(.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes history-since-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.72); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes history-stack-photo-in {
  from { opacity: 0; transform: translateY(22px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Keep every mobile opening-process step identical and reveal it with a ball-like bounce. */
@media (max-width: 767px) {
  .process-section .process-grid {
    --process-circle-size: min(166px, calc((100vw - 48px) / 2));
    grid-template-columns: repeat(2, var(--process-circle-size));
    justify-content: space-between;
    gap: 16px 12px;
  }

  .process-section .process-grid li {
    width: var(--process-circle-size);
    height: var(--process-circle-size);
    min-width: 0;
    min-height: 0;
    max-width: none;
    aspect-ratio: auto;
    padding: 10px;
    overflow: hidden;
  }

  .process-section .process-grid span {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1;
  }

  .process-section .process-grid strong {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .process-section .process-grid p,
  .process-section .process-grid li:nth-child(6) p {
    max-width: 100%;
    margin-top: 5px;
    font-size: 9.5px;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .process-section .process-grid li.reveal {
    opacity: 0;
    transform: translateY(-50px) scale(.84);
    backface-visibility: visible;
  }

  .process-section.is-active .process-grid li.reveal.is-visible {
    animation: process-ball-bounce 1.08s var(--process-delay, 0s) both;
  }

  .process-section.is-active .process-grid li:nth-child(1) { --process-delay: .12s; }
  .process-section.is-active .process-grid li:nth-child(2) { --process-delay: .34s; }
  .process-section.is-active .process-grid li:nth-child(3) { --process-delay: .56s; }
  .process-section.is-active .process-grid li:nth-child(4) { --process-delay: .78s; }
  .process-section.is-active .process-grid li:nth-child(5) { --process-delay: 1s; }
  .process-section.is-active .process-grid li:nth-child(6) { --process-delay: 1.22s; }
  .process-section.is-active .process-grid li:nth-child(7) { --process-delay: 1.44s; }
  .process-section.is-active .process-grid li:nth-child(8) { --process-delay: 1.66s; }
}

@keyframes process-ball-bounce {
  0% { opacity: 0; transform: translateY(-50px) scale(.84); }
  40% { opacity: 1; transform: translateY(8px) scale(1.035, .965); }
  61% { opacity: 1; transform: translateY(-14px) scale(.98, 1.02); }
  78% { opacity: 1; transform: translateY(4px) scale(1.012, .988); }
  90% { opacity: 1; transform: translateY(-4px) scale(.995, 1.005); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* If motion setup is unavailable, keep every essential section readable. */
dialog:not([open]) { display: none; }

html.no-motion .reveal,
html.no-motion .sales-copy,
html.no-motion .sales-sequence .food-cutout,
html.no-motion .sales-sequence .interior-photo,
html.no-motion .reveal-card img,
html.no-motion .reveal-history .history-copy strong,
html.no-motion .reveal-history .history-images img,
html.no-motion .reveal-table tbody tr,
html.no-motion .reveal-table tfoot tr,
html.no-motion .model-section .meal-label,
html.no-motion .history-section .history-images img,
html.no-motion .history-section .history-message-line,
html.no-motion .process-section .process-grid li.reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

html.no-motion .reveal-title h2 { clip-path: none !important; }
html.no-motion .sales-copy h2 em::after,
html.no-motion .underline-title h2::after { transform: scaleX(1) !important; }
html.no-motion .model-section .meal-line { transform: scaleX(1) !important; transition: none !important; }
html.no-motion .history-section .history-since { transform: translate(-50%, -50%) !important; }

/* Keep the base-profit heading, points, and image on one shared rail. */
.model-section .section-heading,
.model-section .subheading,
.model-section .model-points {
  width: min(100%, 1000px);
  margin-right: auto;
  margin-left: auto;
}

.model-section .model-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
}

/* 2026-07-27 client review adjustments */
.hero-mobile-title { display: none; }
.hero-mobile-lines { display: none; }

.model-section .meal-label {
  padding: 9px 22px 6px;
  line-height: 1.25;
}

.profit-section .profit-highlight {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.profit-section .profit-highlight > p:first-of-type {
  margin-top: 8px;
  font-size: 23px;
  transform: translateX(-20px);
}

.profit-section .profit-swoosh {
  top: 38px;
  width: min(360px, 96%);
}

.profit-section .profit-highlight strong {
  margin: 18px 0 0;
  font-size: 96px;
  transform: none;
}

.fee-section .fee-table-wrap.is-visible .fee-waiver td:last-child,
.fee-section .fee-table-wrap.is-visible .fee-waiver td:nth-last-child(-n+2) {
  animation: none;
}

.fee-section .fee-table td.fee-offer {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fee-base-costs {
  min-height: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  opacity: 0;
  transition: opacity .25s ease;
}

.fee-base-costs > span {
  display: grid;
  place-items: center;
}

.fee-base-costs > span + span {
  border-left: 0;
}

.fee-section .fee-waiver-message {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 1;
  color: var(--yellow);
  background: var(--red);
  transform: scale(1);
  transition: opacity .32s ease, transform .48s cubic-bezier(.2,.8,.24,1);
}

html.motion-pending .fee-base-costs,
html.motion-ready .fee-base-costs {
  opacity: 1;
}

html.motion-pending .fee-waiver-message,
html.motion-ready .fee-waiver-message {
  opacity: 0;
  transform: scale(.9);
}

html.motion-ready .fee-offer.is-waiver-visible .fee-base-costs {
  opacity: 0;
}

html.motion-ready .fee-offer.is-waiver-visible .fee-waiver-message {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  .site-header {
    gap: 3px;
    padding-right: max(10px, var(--safe-right));
    padding-left: max(10px, var(--safe-left));
  }

  .site-header .brand,
  .site-header.is-scrolled .brand {
    flex: 0 0 62px;
    width: 62px;
  }

  .desktop-nav {
    gap: 6px;
    font-size: 12.5px;
  }

  .desktop-nav .nav-call {
    min-height: 34px;
    margin-left: 6px;
    padding: 0 6px;
    font-size: 12.5px;
  }

  /* 모바일: 버튼 전화 아이콘만 숨겨 공간 확보 (번호 "가맹문의 1670-5198"는 유지) */
  .desktop-nav .nav-call svg { display: none; }

  .hero-content h1 {
    width: 100%;
    margin-left: 0;
  }

  /* 모바일: 원본 헤드라인을 콤마 기준 2줄로 분할한 이미지 (PC와 글꼴 100% 일치, 1.5배 확대) */
  .hero-headline-image { display: none; }
  .hero-mobile-title { display: none; }
  .hero-mobile-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .hero-mobile-lines img {
    display: block;
    width: auto;
    height: min(46px, 12vw);
    filter: drop-shadow(0 4px 11px rgba(0,0,0,.55));
  }

  .hero-content > p {
    max-width: 350px;
    margin: 18px auto 24px;
    font-size: 14px;
    line-height: 1.7;
  }

  .hero-content > p br { display: block; }
  .hero .primary-button { font-size: 18px; }

  .press-section .media-logo p { font-size: 10.5px; }
  .model-section .model-point p { font-size: 14px; }
  .guide-section .feature-item > p:last-child { font-size: 12.5px; }

  .sales-section {
    min-height: 566px;
    padding-top: 44px;
    padding-bottom: 30px;
  }

  .sales-section .sales-layout {
    height: 490px;
    min-height: 490px;
  }

  /* 8.MO: 누끼(그릇)를 위로 올려 문구 아래 여백 축소 + 인테리어 겹침 최소화 */
  .sales-section .food-cutout {
    top: 116px;
    right: -1%;
    width: 72%;
  }

  .sales-section .interior-photo {
    top: 318px;
    width: 88%;
  }

  .model-section { padding-bottom: 41px; }
  .model-table-section { padding-top: 41px; }
  .strength-section { padding-bottom: 41px; }
  .support-section { padding-top: 41px; }

  .model-section .meal-label {
    min-width: 82px;
    min-height: 38px;
    padding: 7px 12px 5px;
    font-size: 12px;
  }

  .fee-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* 이중설계 표: 위 음식 사진 라인(18px)에 맞춰 정렬 + 폰트 확대 */
  .model-table-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .model-table-section .model-table th,
  .model-table-section .model-table td {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
  }

  /* (표 바깥 테두리 제거는 base 규칙으로 이동 — 전 환경 공통 적용) */

  .profit-section .profit-highlight {
    min-height: 230px;
    padding-top: 8px;
  }

  .profit-section .profit-highlight > p:first-of-type {
    margin-top: 0;
    font-size: 20px;
  }

  .profit-section .profit-swoosh {
    top: 31px;
    width: min(330px, 100%);
  }

  .profit-section .profit-highlight strong {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 84px;
  }

  .profit-section .profit-table th,
  .profit-section .profit-table td {
    font-size: 13px;
  }

  .profit-section .table-note {
    font-size: 11.5px;
    line-height: 1.65;
  }

  .history-section .history-images {
    overflow: hidden;
  }

  .history-section .history-images img:first-child {
    clip-path: inset(0 0 0 2px);
  }

  .history-section .history-message {
    font-weight: 500;
  }

  .process-section .process-grid {
    --process-circle-size: min(148px, calc((100vw - 56px) / 2));
    justify-content: center;
    column-gap: 18px;
    row-gap: 40px;
  }

  .process-section .process-grid strong { font-size: 14px; }

  .process-section .process-grid p,
  .process-section .process-grid li:nth-child(6) p {
    font-size: 10.5px;
  }

  .fee-section .fee-table th,
  .fee-section .fee-table td {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 10.5px;
  }

  .fee-section .fee-waiver strong { font-size: 12px; }
  .fee-base-costs { min-height: 39px; }

  .consult-marquee { height: calc(54px + var(--safe-bottom)); }
  .marquee-track span { font-size: 23px; }
  .marquee-track b { font-size: 16px; }
}

/* 히어로 문구는 .hero-mobile-title의 min(52px, 13.2vw)로 폭에 맞춰 자동 조정 */

@media (max-width: 340px) {
  .site-header {
    gap: 3px;
    padding-right: max(8px, var(--safe-right));
    padding-left: max(8px, var(--safe-left));
  }

  .site-header .brand,
  .site-header.is-scrolled .brand {
    flex-basis: 62px;
    width: 62px;
  }

  .desktop-nav { gap: 3px; font-size: 10.5px; }
  .desktop-nav .nav-call { margin-left: 1px; padding: 0 4px; font-size: 10.5px; }
}

/* Wider phone viewports, including iPhone Max, have room for the guided header spacing. */
@media (min-width: 421px) and (max-width: 767px) {
  .desktop-nav {
    column-gap: 7px;
    font-size: 14px;
  }

  .desktop-nav .nav-call {
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}

/* 0.공통: 모바일 본문·라벨·표 글자 키우기 (≤340px 초소형은 안전 크기 유지, 341~767px만 확대) */
@media (min-width: 341px) and (max-width: 767px) {
  /* 카드 설명문 */
  .feature-item > p:last-child { font-size: 15px; line-height: 1.6; }
  .guide-section .feature-item > p:last-child { font-size: 14px; }
  .model-section .model-point p { font-size: 15px; }
  /* 라벨·캡션 */
  .press-section .media-logo p { font-size: 12px; }
  .menu-figure figcaption { font-size: 13.5px; }
  .location-back p { font-size: 13px; }
  .territory-section .location-back p { font-size: 12.5px; }
  .feature-item .point-label { font-size: 12.5px; }
  /* 공정 원형 */
  .process-section .process-grid p,
  .process-grid p { font-size: 13px; }
  /* 표: 가로 패딩 축소 + 글자 확대 */
  .profit-table th,
  .profit-table td { padding: 11px 6px; font-size: 14.5px; }
  .fee-section .fee-table th,
  .fee-section .fee-table td { padding: 12px 7px; font-size: 14.5px; }
  .fee-section .fee-table tfoot th,
  .fee-section .fee-table tfoot td { font-size: 17px; }
}

/* 이중설계 표: 넓은 폰(≥381px)은 점심·저녁 열만 좌우 여백을 더 줘 글자를 세로 구분선에서 띄움
   (구분 열은 좁아서 제외 — 라벨 줄바꿈 방지 / 좁은 폰은 4px 유지) */
@media (min-width: 381px) and (max-width: 767px) {
  .model-table-section .model-table th:nth-child(2),
  .model-table-section .model-table th:nth-child(3),
  .model-table-section .model-table td:nth-child(2),
  .model-table-section .model-table td:nth-child(3) { padding-right: 7px; padding-left: 7px; }
}

/* ===== #1(0번): PC 전체 확대(확실히 크게) — 칸 고정 요소(메뉴·표·버튼·큰숫자·좁은칸)만 제외, 모바일 미적용 ===== */
@media (min-width: 901px) {
  body { font-size: 20px; word-break: keep-all; overflow-wrap: break-word; } /* 본문·설명 등 상속 텍스트 16→20 */
  .desktop-nav { font-size: 18px; }                  /* 상단 메뉴 15→18 */
  .hero-headline-image { width: min(100%, 960px); }  /* 대문 문구(이미지) 790→960 확대 */
  .hero-content > p { font-size: 24px; }             /* 히어로 설명문 */
  .section-heading h2 { font-size: 62px; }           /* 섹션 대제목 52→62 */
  /* 섹션별 개별 제목 크기가 따로 지정돼 있어 각각 확대해야 함 (44~46 → 54~57) */
  .press-section .section-heading h2 { font-size: 53px; }   /* 방송 44→53 */
  .model-section .section-heading h2 { font-size: 54px; }   /* 이중매출 44→54 */
  .strength-section .section-heading h2 { font-size: 57px; }/* 상권 46→57 */
  .territory-section .section-heading h2 { font-size: 54px; }/* 상권매장 44→54 */
  .profit-section .section-heading h2 { font-size: 57px; }  /* 수익률 46→57 */
  .process-section .section-heading h2 { font-size: 57px; } /* 창업안내 46→57 */
  .fee-section .section-heading h2 { font-size: 57px; }     /* 가맹비용 46→57 */
  .inquiry-section .section-heading h2 { font-size: 57px; } /* 가족점모집 46→57 */
  .press-section .media-proof { grid-template-columns: 320px 132px 132px 150px; } /* 방송 문구칸 넓힘 238→320 */
  .press-section .media-proof-copy strong { font-size: 28px; } /* 방송 문구 22→28 (칸 넓혀 3줄 유지) */
  .sales-copy { width: 56%; }                        /* 칸을 넓혀 제목을 크게 키우기 위함 */
  .sales-copy h2 { font-size: clamp(46px, 5vw, 66px); } /* 이중매출 제목 크게 — 넓힌 칸에 맞춰 2줄 유지 */
  .subheading { font-size: 32px; }                    /* 소제목 26→32 */
  .video-copy { font-size: 26px; }                    /* 영상 위 문구 */
  .video-copy strong { font-size: 50px; }             /* 영상 위 강조 42→50 */
  .feature-item h4 { font-size: 31px; }               /* 특징 카드 제목 25→31 */
  .location-back strong { font-size: 25px; }          /* 지점 카드 뒷면 21→25 */
  .history-copy strong { font-size: 62px; }           /* 13년 강조 52→62 */
  .profit-highlight p { font-size: 26px; }            /* 예상수익률 라벨 21→26 */
}

/* 2026-08-23 client-request adjustments only. */
.model-table-section .table-variance {
  display: inline-block;
  margin-left: .35em;
  font-size: .72em;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: .08em;
}

.profit-section .profit-table tfoot th,
.profit-section .profit-table tfoot td {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

@media (min-width: 901px) {
  .profit-section .profit-highlight strong {
    transform: translateX(-24px);
  }
}

@media (max-width: 767px) {
  .site-header .brand,
  .site-header.is-scrolled .brand {
    flex-basis: 62px;
    width: 62px;
    height: 60px;
  }

  .site-header .brand img {
    width: 62px;
    height: auto;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
  }

  .site-header.is-scrolled .brand img {
    width: 58px;
    height: auto;
    max-height: 47px;
  }

  .model-table-section .table-variance {
    margin-left: .2em;
    font-size: .68em;
  }

  .profit-section .profit-table tfoot th,
  .profit-section .profit-table tfoot td {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .model-table-section .table-variance { font-size: .62em; }

  .profit-section .profit-table tfoot th,
  .profit-section .profit-table tfoot td {
    font-size: 14px;
  }

  .profit-section .profit-highlight strong {
    font-size: 76px;
    transform: translateX(-6px);
  }
}

/* Keep the logo's original aspect ratio at the tablet breakpoint as well. */
@media (min-width: 768px) and (max-width: 900px) {
  .site-header .brand img {
    width: 76px;
    height: auto;
    max-height: 52px;
  }

  .site-header.is-scrolled .brand img {
    width: 76px;
    height: auto;
    max-height: 50px;
  }
}

/* Match the supplied profit graphic composition while keeping the count-up text live. */
@media (min-width: 768px) {
  .profit-section .profit-highlight {
    min-height: 355px;
    padding-top: 0;
  }

  .profit-section .profit-highlight > p:first-of-type {
    margin-top: 37px;
    font-size: 30px;
    line-height: 1.2;
    transform: translateX(-28px);
  }

  .profit-section .profit-swoosh {
    top: 59px;
    width: min(480px, 96%);
  }

  .profit-section .profit-highlight strong {
    margin: 26px 0 0;
    font-size: 112px;
    transform: translateX(-20px);
  }
}

/* Trim the bright first pixel column embedded in the supplied JPG files. */
.model-section .menu-figure > img,
.history-section .history-images img:first-child {
  clip-path: inset(0 0 0 2px);
}

.history-section .history-images img:last-child {
  clip-path: inset(2px 0 0 2px);
}

/* Mobile parity and Korean line-break cleanup. */
@media (max-width: 767px) {
  .profit-section .profit-highlight {
    min-height: clamp(210px, 62vw, 244px);
    padding-top: 0;
  }

  .profit-section .profit-highlight > p:first-of-type {
    margin-top: clamp(22px, 6.5vw, 25px);
    font-size: clamp(18px, 5.25vw, 21px);
    line-height: 1.2;
    transform: translateX(clamp(-19px, -4.8vw, -15px));
  }

  .profit-section .profit-swoosh {
    top: clamp(35px, 10.4vw, 41px);
    width: min(330px, 100%);
  }

  .profit-section .profit-highlight strong {
    margin: clamp(15px, 4.6vw, 18px) 0 0;
    font-size: clamp(62px, 18vw, 70px);
    transform: translate(clamp(-8px, -2vw, -5px), 7px);
  }

  .profit-section .profit-table tfoot th,
  .profit-section .profit-table tfoot td {
    font-size: clamp(15px, 4.2vw, 17px);
  }

  .profit-section .table-note {
    font-size: clamp(11px, 3vw, 12px);
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: pretty;
  }

  .hero-content > p,
  .press-section .media-logo p,
  .sales-copy p,
  .section-heading > p,
  .feature-item > p:last-child,
  .model-section .model-point p,
  .history-section .history-message,
  .process-section .process-grid p,
  .site-footer p {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .hero-content > p .hero-copy-line { white-space: nowrap; }

  .history-section .history-message {
    min-height: 3em;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .fee-section .fee-table th,
  .fee-section .fee-table td {
    padding: 9px 3px;
    font-size: 12px;
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .fee-section .fee-table th:nth-child(1) { width: 20%; }
  .fee-section .fee-table th:nth-child(2) { width: 46%; }
  .fee-section .fee-table th:nth-child(3),
  .fee-section .fee-table th:nth-child(4) { width: 17%; }

  .fee-section .fee-table td.fee-offer { padding: 0; }

  .fee-section .fee-table tfoot th,
  .fee-section .fee-table tfoot td {
    padding: 11px 3px;
    font-size: 14px;
  }

  .fee-section .fee-waiver strong { font-size: 11.5px; }
}

@media (max-width: 340px) {
  .hero-content > p { font-size: 13.5px; }

  .fee-section .fee-table th,
  .fee-section .fee-table td {
    padding: 8px 2px;
    font-size: 10.5px;
  }

  .fee-section .fee-table tfoot th,
  .fee-section .fee-table tfoot td {
    padding: 10px 2px;
    font-size: 13px;
  }

  .fee-section .fee-waiver strong { font-size: 11px; }
}
