/* local-landing-v2 공통 스타일 (2026-09-17). 전국 홈·모든 지역·서비스 페이지가 이 한 파일만 사용한다.
   토큰은 설계도 6장의 출발점을 따르되, 브랜드 색은 플라워24(딥그린)와 분리된 데이플라워의 크림·버건디를 유지한다. */
:root {
  --brand: #7b213f; --brand-deep: #5a1d33; --brand-soft: #f5e7ec; --gold: #d6a45c; --gold-soft: #fbf3e6;
  --page: #fbf7f3; --surface: #ffffff; --text: #2f2228; --muted: #665b60; --border: #e7dde1; --line: #efe6ea;
  --radius-card: 14px; --radius-banner: 22px; --content-max: 1160px; --header-offset: 88px; --section-gap: 64px;
  --shadow-1: 0 8px 24px rgba(107, 37, 58, .06);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--text); background: var(--page); font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif; font-size: 16px; line-height: 1.7; word-break: keep-all; overflow-wrap: anywhere; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.3; letter-spacing: -.02em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.container { width: min(calc(100% - 64px), var(--content-max)); margin-inline: auto; }
section[id] { scroll-margin-top: var(--header-offset); }
.section { padding-block: var(--section-gap); }
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head h2, .faq h2 { font-size: clamp(26px, 2.6vw, 34px); font-weight: 800; }
.kicker { display: block; margin-bottom: 10px; color: var(--brand); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.section-sub { margin-top: 10px; color: var(--muted); font-size: 15.5px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 300; padding: 10px 14px; border-radius: 8px; background: var(--brand); color: #fff; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.icon { width: 22px; height: 22px; flex: none; }

/* 버튼 */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 22px; border: 1px solid transparent; border-radius: 10px; font-size: 16px; font-weight: 800; text-decoration: none; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s, transform .15s; }
.button-primary { background: var(--brand); color: #fff; }
.button-primary:hover { background: var(--brand-deep); }
.button-secondary { background: var(--surface); color: var(--brand); border-color: #c9a3b1; }
.button-secondary:hover { background: var(--brand-soft); }
.button-small { min-height: 42px; padding: 8px 14px; font-size: 14.5px; border-radius: 8px; }
.button-gold { background: var(--gold); color: #2d1f27; }
.button-gold:hover { background: #c9944c; }
.button-outline-light { background: rgba(45, 14, 26, .3); color: #fff; border-color: rgba(255, 255, 255, .6); }
.button-outline-light:hover { background: rgba(45, 14, 26, .5); }

/* 헤더 */
.site-header { position: sticky; top: 0; z-index: 200; background: #fff; border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; color: #34272b; text-decoration: none; flex: none; }
.brand-text { font-size: 24px; font-weight: 850; letter-spacing: -1px; line-height: 1.1; }
.brand-text > span { color: var(--brand); }
.brand-text small { display: block; margin-top: 3px; color: #7a6a71; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-nav a { padding: 12px 0; color: #362c31; font-size: 15.5px; font-weight: 750; white-space: nowrap; text-decoration: none; }
.site-nav a:hover { color: var(--brand); }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; flex: none; color: var(--brand); text-decoration: none; }
.header-phone small { font-size: 12px; font-weight: 650; color: #5d4a51; }
.header-phone strong { font-size: 26px; font-weight: 900; line-height: 1.2; letter-spacing: -.5px; }
.menu-toggle { display: none; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px; background: #fff; font-size: 14px; font-weight: 700; }
.menu-toggle-bar { width: 18px; height: 2px; background: currentColor; box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor; }

/* 히어로 */
.hero { padding: 28px 0 44px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.eyebrow { margin-bottom: 14px; color: var(--brand); font-size: 13.5px; font-weight: 800; letter-spacing: .02em; }
.hero h1 { font-size: clamp(34px, 3.6vw, 50px); font-weight: 850; line-height: 1.22; letter-spacing: -1.5px; }
.hero h1 em { font-style: normal; color: var(--brand); font-size: 1.18em; letter-spacing: -2px; }
.hero h1 .hero-mark { position: relative; z-index: 0; white-space: nowrap; }
.hero h1 .hero-mark::after { content: ''; position: absolute; left: -.04em; right: -.04em; bottom: .05em; z-index: -1; height: .36em; border-radius: .14em; background: linear-gradient(90deg, rgba(214, 164, 92, .78), rgba(226, 168, 190, .9)); }
.hero h1 .hero-sub { display: block; margin-top: 8px; font-size: .6em; font-weight: 700; letter-spacing: -.5px; color: #4a3a41; }
.lead { max-width: 560px; margin-top: 18px; color: #54464c; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-aux { display: inline-block; margin-top: 14px; color: var(--muted); font-size: 14px; }
.hero-context { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 14.5px; color: var(--muted); }
.hero-context strong { color: var(--text); }
.hero-context a { color: var(--brand); font-weight: 750; }
.hero-visual { display: block; overflow: hidden; border-radius: var(--radius-banner); background: #f6efe8; box-shadow: var(--shadow-1); }
.hero-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 60% 30%; }

/* 보내는 상황 */
.occasion { padding-top: 0; }
.occasion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.occasion-card { display: flex; align-items: stretch; padding: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); text-align: left; cursor: pointer; transition: border-color .15s, transform .15s; }
.occasion-card:hover { border-color: #983e59; transform: translateY(-2px); }
.occasion-card[aria-pressed="true"] { border-color: var(--brand); box-shadow: 0 0 0 2px var(--brand-soft); }
.occasion-card img { width: 42%; aspect-ratio: 4 / 3; object-fit: cover; }
.occasion-body { display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 16px 18px; }
.occasion-body strong { font-size: 22px; letter-spacing: -.6px; }
.occasion-body small { color: var(--brand); font-size: 13px; font-weight: 700; }

/* 상품 */
.products { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); }
.product-card[hidden] { display: none; }
.product-media { background: #faf6f4; }
.product-image { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; }
.product-body { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 16px; }
.product-body h3 { font-size: 18px; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; }
.badge { padding: 3px 9px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); font-size: 12px; font-weight: 750; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price strong { color: #852340; font-size: 24px; font-weight: 900; }
.price span { color: var(--muted); font-size: 13px; }
.included { color: var(--muted); font-size: 13px; }
.product-detail { margin-top: auto; font-size: 14px; color: #4b3540; }
.product-detail summary { cursor: pointer; color: var(--brand); font-weight: 750; }
.product-detail p { margin-top: 6px; }
.product-more { margin-top: 20px; }
.product-more > summary { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 18px; border: 1px solid #c9a3b1; border-radius: 10px; color: var(--brand); font-weight: 800; cursor: pointer; list-style: none; }
.product-more > summary::-webkit-details-marker { display: none; }
.product-more[open] > summary { margin-bottom: 20px; }
.product-empty { margin-top: 16px; padding: 14px; border-radius: 10px; background: var(--gold-soft); color: #6b4a1c; }

/* 지역·시설 */
.delivery-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 28px; align-items: start; }
.delivery-main { display: grid; gap: 22px; }
.dir-context { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding: 14px 16px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); font-size: 14.5px; }
.dir-context strong { color: var(--brand); }
.dir-note, .dir-reset { color: var(--muted); }
.dir-reset { font-weight: 750; color: var(--brand); }
.dir-crumbs a { color: var(--text); font-weight: 700; }
.dir-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.dir-card { padding: 12px 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.dir-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.dir-card-head > a, .dir-list > li > a { font-size: 17px; font-weight: 800; color: var(--text); text-decoration: none; }
.dir-card-head > a:hover, .dir-list > li > a:hover { color: var(--brand); text-decoration: underline; }
.dir-count { color: var(--muted); font-size: 12px; white-space: nowrap; }
.dir-children { margin-top: 6px; font-size: 14px; }
.dir-children summary { min-height: 36px; display: flex; align-items: center; color: var(--brand); font-weight: 750; cursor: pointer; list-style: none; }
.dir-children summary::before { content: '+'; margin-right: 6px; font-size: 18px; line-height: 1; }
.dir-children[open] summary::before { content: '−'; }
.dir-children summary::-webkit-details-marker { display: none; }
.dir-children ul { display: flex; flex-wrap: wrap; gap: 4px 6px; padding: 4px 0 6px; }
.dir-children li a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 10px; border: 1px solid var(--border); border-radius: 999px; background: #fff; color: #4b3540; font-size: 13.5px; font-weight: 650; text-decoration: none; }
.dir-children li a:hover { border-color: #983e59; color: var(--brand); }
.dir-badge { margin-left: 4px; color: #9a6a15; font-size: 11px; font-weight: 700; }
.dir-heading { margin-bottom: 8px; font-size: 15px; font-weight: 800; }
.dir-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 14px; }
.dir-list > li { padding: 8px 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
.dir-empty { padding: 14px 16px; border-radius: 12px; background: var(--surface); border: 1px dashed var(--border); color: var(--muted); font-size: 14.5px; }
.dir-siblings { padding: 10px 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.region-search, .venue-finder { padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.region-search label, .venue-head .dir-heading { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 800; }
.search-row { position: relative; display: flex; align-items: center; }
.search-icon { position: absolute; left: 14px; color: var(--muted); pointer-events: none; }
.search-row input { width: 100%; min-height: 50px; padding: 10px 14px 10px 44px; border: 1px solid #d9cdd3; border-radius: 10px; background: #fff; font: inherit; font-size: 16px; }
.search-row input:focus { border-color: var(--brand); }
.search-help, .finder-status, .finder-note { margin-top: 8px; color: var(--muted); font-size: 13.5px; }
.region-results { display: grid; gap: 6px; margin-top: 10px; }
.region-results li a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 10px; background: #fff; text-decoration: none; font-weight: 700; }
.region-results li a:hover { border-color: #983e59; color: var(--brand); }
.region-results li a small { color: var(--muted); font-weight: 600; }
.region-results .region-results-empty { padding: 10px 12px; color: var(--muted); font-size: 14px; }
.venue-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.finder-tabs { display: flex; gap: 6px; }
.finder-tab-btn { min-height: 40px; padding: 6px 14px; border: 1px solid var(--border); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 750; cursor: pointer; }
.finder-tab-btn.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.facility-chips { display: flex; flex-wrap: wrap; gap: 8px; max-height: 190px; margin-top: 10px; overflow-y: auto; }
.chip-btn { min-height: 38px; padding: 6px 14px; border: 1px solid var(--border); border-radius: 999px; background: #fff; font-size: 13.5px; cursor: pointer; }
.chip-btn:hover, .chip-btn.active { background: var(--gold-soft); border-color: var(--gold); color: #6b4a1c; font-weight: 700; }
.side-card { position: sticky; top: calc(var(--header-offset) + 12px); display: grid; gap: 12px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-1); }
.side-card .kicker { margin-bottom: 0; }
.side-card[data-coverage="unsupported"] { border-color: #e2b4b4; background: #fff6f6; }
.side-card[data-coverage="conditional"] { border-color: #e6cfa3; background: #fffaf0; }
.side-text { font-size: 14.5px; color: #4b3540; }
.side-list { display: grid; gap: 8px; font-size: 14px; }
.side-list li { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.side-list .icon { color: var(--brand); width: 20px; height: 20px; }

/* 상품사진 */
.gallery { background: #34232d; color: #fff; }
.gallery .kicker { color: #e8bdca; }
.gallery .section-sub { color: #e6d5dc; }
.proof-gallery-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.proof-item { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 12px; background: #2a1c24; cursor: pointer; }
.proof-item img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .2s; }
.proof-item:hover img { transform: scale(1.03); }
.proof-overlay { position: absolute; inset: auto 0 0 0; display: grid; gap: 2px; padding: 10px; background: linear-gradient(transparent, rgba(30, 14, 22, .85)); color: #fff; text-align: left; }
.proof-overlay-tag { font-size: 11px; font-weight: 800; letter-spacing: .05em; color: #e8bdca; }
.proof-overlay-text { font-size: 12.5px; }

/* 주문 절차 */
.order { background: linear-gradient(180deg, #fbf6f8 0%, #f5ecf0 100%); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: step; }
.step { position: relative; overflow: hidden; padding: 26px 22px 24px; border: 1px solid #ead9e0; border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow-1); }
.step::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--brand), var(--gold)); }
.step-number { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 13px; font-weight: 800; }
.step-icon { position: absolute; top: 24px; right: 20px; width: 52px; height: 52px; padding: 12px; border-radius: 16px; background: #f7ecf0; color: #8b3651; }
.step:nth-child(even) .step-icon { background: var(--gold-soft); color: #b8862f; }
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14.5px; }
.order-checklist { margin-top: 22px; padding: 18px 22px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); }
.order-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 20px; font-size: 14.5px; color: #4b3540; }
.order-checklist li::before { content: '✓'; margin-right: 8px; color: var(--brand); font-weight: 800; }

/* 리본 */
.ribbon-card { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); }
.ribbon-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.ribbon-cat-btn { min-height: 42px; padding: 8px 16px; border: 1px solid var(--border); border-radius: 999px; background: #fff; font-size: 14.5px; font-weight: 750; cursor: pointer; }
.ribbon-cat-btn.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.ribbon-phrases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ribbon-phrase-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 10px; background: var(--page); border: 1px solid var(--line); }
.ribbon-phrase-text { font-weight: 800; }
.ribbon-phrase-desc { color: var(--muted); font-size: 13px; }
.btn-copy-ribbon { flex: none; min-height: 38px; padding: 6px 12px; border: 1px solid #c9a3b1; border-radius: 8px; background: #fff; color: var(--brand); font-size: 13px; font-weight: 750; cursor: pointer; }
.btn-copy-ribbon:hover { background: var(--brand-soft); }

/* 안내 원칙 */
.assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.assurance-grid li { padding: 22px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--surface); }
.assurance-icon { width: 40px; height: 40px; padding: 9px; margin-bottom: 12px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); }
.assurance-grid h3 { font-size: 17px; margin-bottom: 6px; }
.assurance-grid p { color: var(--muted); font-size: 14.5px; }

/* FAQ */
.faq { background: #fff; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: 0 56px; align-items: start; }
.faq-grid .section-head { margin: 0; }
.faq-wrap { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.faq-item h3 { font-size: inherit; }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 56px; padding: 14px 18px; border: 0; background: none; text-align: left; font-size: 16px; font-weight: 800; cursor: pointer; }
.faq-icon { flex: none; color: var(--brand); font-size: 22px; line-height: 1; transition: transform .2s; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.active .faq-answer { max-height: none; }
.faq-answer-inner { padding: 0 18px 16px; color: #4b3540; font-size: 15px; }

/* 최종 CTA */
.contact { padding-top: 0; }
.cta-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; min-height: 270px; padding: 40px 48px; overflow: hidden; border-radius: var(--radius-banner); background: var(--brand-deep); color: #fff; }
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.cta-card::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, var(--brand-deep) 0%, rgba(90, 29, 51, .95) 38%, rgba(90, 29, 51, .6) 68%, rgba(90, 29, 51, .38) 100%); }
.cta-copy, .cta-actions { position: relative; z-index: 2; }
.cta-copy .kicker { color: #efcf98; }
.cta-copy h2 { font-size: clamp(24px, 2.4vw, 30px); font-weight: 800; }
.cta-copy p { margin-top: 8px; color: #f1dfe6; font-size: 15px; }
.cta-phone { margin-top: 10px; font-size: 28px; font-weight: 900; letter-spacing: -.5px; color: #fff; }
.cta-actions { display: grid; gap: 10px; min-width: 250px; }

/* 푸터 */
.site-footer { padding: 48px 0 28px; background: #2d1f27; color: #e9dbe2; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.5fr; gap: 32px 40px; padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.footer-logo { color: #fff; font-size: 24px; font-weight: 850; letter-spacing: -.6px; }
.footer-logo span { display: block; margin-top: 2px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.footer-brand p + p { margin-top: 10px; color: #cdbac3; font-size: 14px; }
.footer-phone { display: block; margin-top: 18px; color: #fff; font-size: 30px; font-weight: 900; line-height: 1.2; text-decoration: none; }
.footer-phone small { display: block; color: var(--gold); font-size: 12px; font-weight: 700; }
.footer-col { display: flex; flex-direction: column; gap: 2px; }
.footer-title { margin-bottom: 8px; color: #fff; font-size: 15px; font-weight: 800; }
.footer-col a { display: flex; align-items: center; min-height: 36px; color: #d9c8d0; font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-note { margin-bottom: 8px; color: #cdbac3; font-size: 13.5px; }
.footer-bottom { padding-top: 18px; color: #a9949e; font-size: 12.5px; }

/* 모바일 고정 바 · 대화상자 · 토스트 */
.mobile-bar { position: fixed; inset: auto 0 0 0; z-index: 150; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #dacdd3; }
.modal-backdrop { position: fixed; inset: 0; z-index: 400; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(30, 14, 22, .55); }
.modal-backdrop.active { display: flex; }
.modal-content { position: relative; width: min(560px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: 28px; border-radius: 16px; background: #fff; color: var(--text); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--page); font-size: 24px; cursor: pointer; }
.modal-title { font-size: 22px; margin-bottom: 6px; }
.modal-sub { color: var(--muted); font-size: 14px; }
.modal-region { margin: 12px 0; padding: 8px 12px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); font-size: 14px; }
.form-group { margin-top: 14px; }
.form-label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 750; }
.form-label-note { color: var(--muted); font-weight: 500; }
.form-control { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #d9cdd3; border-radius: 8px; font: inherit; }
.form-control:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 3px var(--brand-soft); }
.form-control[aria-invalid="true"] { border-color: #c0392b; }
.form-help { display: block; margin-top: 6px; color: var(--muted); font-size: 12.5px; }
.form-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-status { margin-top: 12px; padding: 10px 12px; border-radius: 8px; background: var(--gold-soft); color: #6b4a1c; font-size: 14px; }
form .button { width: 100%; margin-top: 16px; }
.form-phone-link { display: block; margin-top: 10px; text-align: center; color: var(--brand); font-weight: 800; }
.lightbox-content { width: min(720px, 100%); padding: 16px; }
.lightbox-image-wrap img { width: 100%; max-height: 70vh; object-fit: contain; border-radius: 8px; }
.lightbox-caption { margin-top: 8px; color: var(--muted); font-size: 14px; text-align: center; }
.toast { position: fixed; left: 50%; bottom: 96px; z-index: 500; padding: 12px 18px; border-radius: 999px; background: #2d1f27; color: #fff; font-size: 14px; opacity: 0; transform: translate(-50%, 10px); transition: opacity .2s, transform .2s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* 반응형 */
@media (max-width: 1100px) {
  .header-inner { gap: 16px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 14px; }
  .header-phone strong { font-size: 22px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dir-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dir-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ribbon-phrases-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .delivery-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .cta-card { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  :root { --section-gap: 40px; --header-offset: 74px; }
  .container { width: calc(100% - 40px); }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .header-inner { flex-wrap: wrap; min-height: 64px; padding: 8px 0; }
  .brand img { width: 34px; height: 34px; }
  .brand-text { font-size: 20px; }
  .brand-text small { font-size: 8px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-phone { display: none; }
  .site-nav { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; margin: 4px 0 0; border-top: 1px solid var(--border); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 46px; display: flex; align-items: center; }
  .hero { padding: 20px 0 32px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero h1 { font-size: 30px; letter-spacing: -1px; }
  .hero h1 em { letter-spacing: -1.5px; }
  .lead { font-size: 15.5px; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-visual img { aspect-ratio: 4 / 5; }
  .occasion-grid { grid-template-columns: 1fr; gap: 10px; }
  .occasion-card img { width: 34%; }
  .occasion-body strong { font-size: 18px; }
  .section-head h2, .faq h2 { font-size: 24px; }
  .product-grid { gap: 12px; }
  .product-body { padding: 12px; }
  .product-body h3 { font-size: 15.5px; }
  .price strong { font-size: 20px; }
  .dir-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .dir-card { padding: 10px 12px; }
  .dir-card-head > a, .dir-list > li > a { font-size: 16px; }
  .dir-list { grid-template-columns: 1fr; }
  .dir-context { flex-direction: column; align-items: flex-start; }
  .proof-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .steps { grid-template-columns: 1fr; gap: 10px; }
  .step { padding: 20px 16px 18px; }
  .step-icon { top: 16px; right: 14px; width: 42px; height: 42px; padding: 10px; border-radius: 12px; }
  .order-checklist ul { grid-template-columns: 1fr; }
  .ribbon-card { padding: 16px; }
  .ribbon-phrases-grid { grid-template-columns: 1fr; }
  .assurance-grid { grid-template-columns: 1fr; }
  .cta-card { min-height: 0; padding: 26px 20px; }
  .cta-card::before { background: linear-gradient(180deg, rgba(90, 29, 51, .94), rgba(90, 29, 51, .84)); }
  .cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-col a { min-height: 44px; }
  .mobile-bar { display: grid; }
  .form-two-columns { grid-template-columns: 1fr; }
  .toast { bottom: 88px; width: calc(100% - 32px); text-align: center; border-radius: 12px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .dir-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .occasion-card:hover, .proof-item:hover img { transform: none; }
}

/* v3 확장(2026-09-17): 1:1 대표 썸네일 히어로, 시설 카드, 유형 랜딩 링크, 확인사항 */
.hero-visual-square { max-width: 520px; margin-left: auto; }
.hero-thumb { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.brand-text small { letter-spacing: .18em; }
.place-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 8px; }
.place-grid-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.place-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); text-decoration: none; color: var(--text); transition: border-color .15s, transform .15s; }
.place-card:hover { border-color: #983e59; transform: translateY(-2px); }
.place-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #f7efec; }
.place-card span { display: grid; gap: 2px; padding: 10px 12px 12px; }
.place-card strong { font-size: 15px; line-height: 1.35; }
.place-card small { color: var(--muted); font-size: 12px; }
.type-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.type-links a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); text-decoration: none; color: var(--text); }
.type-links a:hover { border-color: #983e59; }
.type-links .icon { width: 30px; height: 30px; padding: 6px; border-radius: 9px; background: var(--brand-soft); color: var(--brand); }
.type-links strong { display: block; font-size: 15.5px; }
.type-links small { color: var(--brand); font-size: 13px; font-weight: 700; }
.check-card { padding: 16px 18px; border: 1px solid #ead9e0; border-radius: 12px; background: #fff; }
.check-list { display: grid; gap: 6px; font-size: 14.5px; color: #4b3540; }
.check-list li::before { content: '✓'; margin-right: 8px; color: var(--brand); font-weight: 800; }
.place-summary { display: grid; gap: 8px; padding: 20px 22px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.place-summary h3 { font-size: 22px; }
.place-summary p { color: var(--muted); font-size: 14.5px; }
.place-summary .button { justify-self: start; }
.dir-more { margin-left: 8px; color: var(--brand); font-size: 14px; font-weight: 750; }
.dir-children-flat { display: flex; flex-wrap: wrap; gap: 6px; }
.dir-children-flat a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 12px; border: 1px solid var(--border); border-radius: 999px; background: #fff; color: #4b3540; font-size: 13.5px; font-weight: 650; text-decoration: none; }
.dir-children-flat a:hover { border-color: #983e59; color: var(--brand); }
.dir-list-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dir-list-compact > li { padding: 6px 10px; }
.dir-list-compact > li > a { font-size: 15px; }
.order .assurance-grid { margin-top: 18px; }
@media (max-width: 1100px) { .place-grid, .place-grid-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); } .dir-list-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .hero-visual-square { max-width: none; } .place-grid, .place-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .place-card strong { font-size: 14px; } .type-links { grid-template-columns: 1fr; } .dir-list-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
