:root {
  --brand: #f97316;
  --brand-dark: #ea580c;
  --brand-soft: #fff7ed;
  --ink: #172033;
  --muted: #667085;
  --line: #f1e5dc;
  --card: #ffffff;
  --kakao: #fee500;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", "Segoe UI", sans-serif; color: var(--ink); background: #fffaf5; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(241,229,220,.9); }
.header-inner { max-width: 1180px; height: 68px; margin: 0 auto; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.brand-mark { width: 40px; height: 40px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--brand), #fbbf24); color: #fff; font-size: 13px; box-shadow: 0 8px 18px rgba(249,115,22,.24); }
.brand-logo { width: 44px; height: 44px; border-radius: 14px; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; background: #fff7ed; box-shadow: 0 8px 20px rgba(249,115,22,.22); border: 1px solid #fed7aa; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { font-size: 18px; letter-spacing: -.04em; }
.desktop-nav { display: flex; gap: 30px; font-size: 15px; font-weight: 800; color: #394252; }
.desktop-nav a:hover { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; border: 0; background: #fff3e8; color: var(--brand-dark); border-radius: 12px; padding: 10px 12px; font-size: 18px; cursor: pointer; }
.mobile-nav { display: none; padding: 0 22px 18px; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); }
.mobile-nav.open { display: grid; gap: 14px; }
.mobile-nav a { font-weight: 800; color: #394252; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 22px; border-radius: 999px; font-weight: 900; font-size: 15px; transition: .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; box-shadow: 0 12px 26px rgba(249,115,22,.28); }
.btn-light { background: var(--brand-soft); color: var(--brand-dark); border-color: #fed7aa; }
.btn-kakao { background: var(--kakao); color: #3c1e1e; }
.btn-outline-white { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.btn-subtle { background: #fff; color: var(--brand-dark); border-color: #fed7aa; }

.hero { position: relative; min-height: 760px; padding-top: 68px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,.58) 48%, rgba(15,23,42,.34) 100%); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 44px)); margin: 0 auto; color: #fff; padding: 90px 0; }
.hero-lead { display: inline-flex; flex-direction: column; align-items: flex-start; }
.hero-notice { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(6px); padding: 8px 8px 8px 10px; border-radius: 999px; color: #fff; font-weight: 800; font-size: 15px; margin-bottom: 18px; transition: background .2s, transform .2s; }
.hero-notice:hover { background: rgba(255,255,255,.2); transform: translateY(-1px); }
.hero-notice-badge { flex: 0 0 auto; display: inline-flex; align-items: center; background: var(--brand); color: #fff; font-size: 12px; font-weight: 950; letter-spacing: .04em; padding: 5px 10px; border-radius: 999px; line-height: 1.2; }
.hero-notice-text { flex: 0 1 auto; }
.hero-notice-arrow { flex: 0 0 auto; font-weight: 950; padding-right: 6px; }
.eyebrow { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.26); background: rgba(249,115,22,.22); padding: 9px 16px; border-radius: 999px; font-weight: 900; margin-bottom: 22px; }
.hero h1 { font-size: clamp(44px, 6vw, 78px); line-height: 1.05; letter-spacing: -.06em; margin-bottom: 22px; }
.hero p { font-size: clamp(18px, 2vw, 24px); line-height: 1.55; color: rgba(255,255,255,.9); font-weight: 700; margin-bottom: 34px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.section { padding: 96px 22px; }
.section-head { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-label { display: inline-block; color: var(--brand-dark); font-size: 13px; font-weight: 950; letter-spacing: .16em; margin-bottom: 14px; }
.section h2, .section-head h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.15; letter-spacing: -.05em; margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 18px; font-weight: 650; }
.soft-bg { background: linear-gradient(180deg, #fff7ed, #fff); }

.deal-panel { max-width: 1180px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 34px; padding: 36px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; box-shadow: 0 22px 70px rgba(249,115,22,.10); }
.deal-copy { padding: 20px 6px; }
.tag { display: inline-flex; background: #fff0e3; color: var(--brand-dark); border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 900; margin-bottom: 18px; }
.deal-copy h3 { font-size: clamp(28px, 3vw, 42px); line-height: 1.18; letter-spacing: -.05em; margin-bottom: 16px; }
.deal-copy p { color: var(--muted); line-height: 1.75; font-size: 16px; font-weight: 600; margin-bottom: 26px; }
.deal-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card { border: 1px solid var(--line); background: #fffaf5; border-radius: 24px; padding: 18px; min-height: 196px; }
.product-thumb { height: 92px; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 950; margin-bottom: 16px; }
.product-thumb-1 { background: linear-gradient(135deg, #fb923c, #ea580c); }
.product-thumb-2 { background: linear-gradient(135deg, #22c55e, #15803d); }
.product-thumb-3 { background: linear-gradient(135deg, #f59e0b, #f97316); }
.product-thumb-4 { background: linear-gradient(135deg, #60a5fa, #2563eb); }
.product-card h4 { font-size: 18px; margin-bottom: 8px; }
.product-card p { color: var(--muted); font-weight: 650; line-height: 1.55; }

.step-grid, .benefit-grid, .store-grid { max-width: 1180px; margin: 0 auto; display: grid; gap: 20px; }
.step-grid { grid-template-columns: repeat(3, 1fr); }
.step-card, .benefit-grid article, .store-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 30px; box-shadow: 0 12px 38px rgba(15,23,42,.05); }
.step-card span { display: inline-flex; width: 54px; height: 54px; border-radius: 18px; align-items: center; justify-content: center; background: var(--brand); color: #fff; font-weight: 950; margin-bottom: 24px; }
.step-card h3 { font-size: 24px; margin-bottom: 12px; }
.step-card p, .benefit-grid p, .store-card p { color: var(--muted); font-weight: 650; line-height: 1.7; }
.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-grid strong { display: block; font-size: 20px; margin-bottom: 12px; }
.store-grid { grid-template-columns: repeat(3, 1fr); }
.store-status { display: inline-flex; color: #15803d; background: #dcfce7; border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 900; margin-bottom: 18px; }
.store-status.muted { color: #475569; background: #e2e8f0; }
.store-card h3 { font-size: 26px; margin-bottom: 12px; }
.store-card a { display: inline-flex; margin-top: 18px; color: var(--brand-dark); font-weight: 900; }


/* Store showcase */
.store-showcase-section { background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%); }
.store-showcase-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.store-showcase-card { background: #fff; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; box-shadow: 0 18px 54px rgba(15,23,42,.08); }
.store-image-wrap, .store-illustration-wrap { position: relative; height: 260px; overflow: hidden; }
.store-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.store-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,.54)); }
.store-type-badge { position: absolute; left: 22px; top: 22px; z-index: 2; display: inline-flex; align-items: center; border-radius: 999px; padding: 9px 14px; font-size: 12px; font-weight: 950; letter-spacing: .02em; box-shadow: 0 10px 24px rgba(15,23,42,.16); }
.store-type-badge.cafe { background: rgba(255,255,255,.92); color: var(--brand-dark); border: 1px solid #fed7aa; }
.store-type-badge.pickup { background: rgba(255,255,255,.92); color: #15803d; border: 1px solid #bbf7d0; }
.store-illustration-wrap { background: linear-gradient(135deg, #dcfce7, #ffedd5); display: flex; align-items: center; justify-content: center; }
.store-illustration-bg { position: absolute; inset: 0; opacity: .65; background-image: radial-gradient(rgba(23,32,51,.14) 1.5px, transparent 1.5px); background-size: 18px 18px; }
.store-icon-row { position: relative; z-index: 1; display: flex; gap: 18px; }
.store-icon-row span { width: 76px; height: 76px; display: inline-flex; align-items: center; justify-content: center; background: #fffaf5; border: 1px solid var(--line); border-radius: 24px; font-size: 34px; box-shadow: 0 12px 30px rgba(15,23,42,.08); }
.store-showcase-body { padding: 30px; }
.store-showcase-body h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 8px; }
.store-branch { color: var(--brand-dark); font-weight: 950; margin-bottom: 18px; }
.store-branch em { display: inline-flex; margin-left: 6px; font-style: normal; font-size: 11px; color: #fff; background: #2563eb; border-radius: 999px; padding: 4px 8px; vertical-align: middle; }
.store-chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.store-chip-list span { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #fff7ed; color: var(--brand-dark); border: 1px solid #fed7aa; font-size: 12px; font-weight: 900; }
.store-chip-list.green span { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.store-feature-list { list-style: none; display: grid; gap: 12px; }
.store-feature-list li { position: relative; padding-left: 24px; color: var(--muted); font-weight: 650; line-height: 1.7; }
.store-feature-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 950; }
.pickup-store-mini { max-width: 1180px; margin: 26px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pickup-store-mini article { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 22px; padding: 22px; box-shadow: 0 10px 30px rgba(15,23,42,.04); }
.pickup-store-mini strong { display: block; font-size: 22px; letter-spacing: -.03em; margin-bottom: 10px; }
.pickup-store-mini span { display: inline-flex; color: #15803d; background: #dcfce7; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 900; margin-bottom: 10px; }
.pickup-store-mini span.muted { color: #475569; background: #e2e8f0; }
.pickup-store-mini p { color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.6; }
.store-branch em.open { background: #15803d; }


/* 서정점 갤러리 */
.seojeong-gallery { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.seojeong-gallery figure { margin: 0; border-radius: 20px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(15,23,42,.07); }
.seojeong-gallery img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; display: block; }
.seojeong-gallery figcaption { padding: 12px 10px; text-align: center; font-size: 13px; font-weight: 800; color: var(--ink); }


/* FAQ */
.faq-section { position: relative; }
.faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: 18px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 26px 28px; box-shadow: 0 12px 38px rgba(15,23,42,.05); }
.faq-item h3 { display: flex; gap: 10px; align-items: flex-start; font-size: 20px; line-height: 1.45; letter-spacing: -.02em; margin-bottom: 12px; }
.faq-item h3 span { color: var(--brand-dark); font-weight: 950; flex: 0 0 auto; }
.faq-item p { color: var(--muted); font-size: 16px; font-weight: 650; line-height: 1.85; padding-left: 32px; }

/* 수익 구조 (100% + 10%) */
.revenue-formula { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 18px; }
.rev-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 34px 32px; box-shadow: 0 16px 46px rgba(15,23,42,.06); }
.rev-keep { border-color: #fed7aa; background: linear-gradient(180deg, #fff7ed, #fff); }
.rev-add { border-color: #bbf7d0; background: linear-gradient(180deg, #f0fdf4, #fff); }
.rev-pct { display: block; font-size: clamp(48px, 7vw, 76px); font-weight: 950; letter-spacing: -.05em; line-height: 1; margin-bottom: 14px; }
.rev-keep .rev-pct { color: var(--brand-dark); }
.rev-add .rev-pct { color: #15803d; }
.rev-card strong { display: block; font-size: 22px; letter-spacing: -.03em; margin-bottom: 10px; }
.rev-card p { color: var(--muted); font-weight: 650; line-height: 1.7; }
.rev-plus { display: flex; align-items: center; justify-content: center; font-size: 46px; font-weight: 950; color: var(--brand); }
.revenue-notes { max-width: 1180px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.revenue-notes article { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 22px; padding: 22px 24px; }
.revenue-notes strong { display: block; font-size: 17px; margin-bottom: 8px; }
.revenue-notes p { color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.65; }
.rev-note { display: block; margin-top: 14px; padding-top: 14px; border-top: 1px dashed #cbe8d4; color: #15803d; font-weight: 800; font-size: 14px; }
.revenue-perks { max-width: 1180px; margin: 16px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.revenue-perks article { background: linear-gradient(180deg, #fff7ed, #fff); border: 1px solid #fed7aa; border-radius: 22px; padding: 24px 26px; }
.perk-tag { display: inline-flex; background: var(--brand); color: #fff; font-size: 12px; font-weight: 950; letter-spacing: .04em; padding: 6px 12px; border-radius: 999px; margin-bottom: 12px; }
.revenue-perks strong { display: block; font-size: 18px; margin-bottom: 8px; }
.revenue-perks p { color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.7; }

/* 상생형 3유형 */
.ftype-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ftype-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 32px 30px; box-shadow: 0 14px 42px rgba(15,23,42,.06); display: flex; flex-direction: column; }
.ftype-num { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 950; letter-spacing: .1em; color: var(--brand-dark); margin-bottom: 14px; }
.ftype-num b { display: inline-flex; width: 30px; height: 30px; border-radius: 10px; align-items: center; justify-content: center; background: var(--brand); color: #fff; }
.ftype-card h3 { font-size: 26px; letter-spacing: -.04em; margin-bottom: 12px; }
.ftype-card p { color: var(--muted); font-weight: 650; line-height: 1.75; margin-bottom: 20px; flex: 1; }
.ftype-target { display: inline-flex; align-self: flex-start; padding: 8px 14px; border-radius: 999px; background: #fff7ed; color: var(--brand-dark); border: 1px solid #fed7aa; font-size: 13px; font-weight: 900; }

/* 역할 분담 */
.role-split { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.role-col { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 32px; box-shadow: 0 14px 42px rgba(15,23,42,.05); }
.role-col h3 { display: flex; align-items: center; gap: 10px; font-size: 22px; letter-spacing: -.03em; margin-bottom: 22px; }
.role-col h3 .role-tag { display: inline-flex; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 950; letter-spacing: .04em; }
.role-col.hq h3 .role-tag { background: #fff7ed; color: var(--brand-dark); border: 1px solid #fed7aa; }
.role-col.partner h3 .role-tag { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.role-col ul { list-style: none; display: grid; gap: 13px; }
.role-col li { position: relative; padding-left: 26px; color: #394252; font-weight: 700; line-height: 1.6; }
.role-col li::before { content: "✓"; position: absolute; left: 0; top: 0; font-weight: 950; }
.role-col.hq li::before { color: var(--brand); }
.role-col.partner li::before { color: #15803d; }

/* 본사 3대 자산 */
.asset-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.asset-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 32px 30px; box-shadow: 0 14px 42px rgba(15,23,42,.05); }
.asset-num { display: inline-flex; width: 52px; height: 52px; border-radius: 16px; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--brand), #fbbf24); color: #fff; font-weight: 950; font-size: 18px; margin-bottom: 22px; }
.asset-card h3 { font-size: 22px; letter-spacing: -.03em; margin-bottom: 10px; }
.asset-card .asset-sub { display: inline-flex; color: var(--brand-dark); font-weight: 900; font-size: 13px; margin-bottom: 14px; }
.asset-card p { color: var(--muted); font-weight: 650; line-height: 1.75; }

/* 가맹 진행 3단계 */
.partner-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.partner-steps article { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 20px; }
.partner-steps span { display: inline-flex; color: #fbbf24; font-size: 12px; font-weight: 950; letter-spacing: .1em; margin-bottom: 10px; }
.partner-steps strong { display: block; font-size: 18px; margin-bottom: 6px; }
.partner-steps p { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 650; line-height: 1.6; }

.partner-section { background: #111827; color: #fff; }
.partner-box { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr .86fr; gap: 36px; align-items: center; }
.partner-copy h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.12; letter-spacing: -.05em; margin-bottom: 20px; }
.partner-copy p { color: rgba(255,255,255,.76); line-height: 1.8; font-size: 17px; font-weight: 650; margin-bottom: 24px; }
.partner-copy ul { list-style: none; display: grid; gap: 12px; }
.partner-copy li { color: rgba(255,255,255,.88); font-weight: 800; }
.partner-copy li::before { content: "✓"; color: #fbbf24; margin-right: 8px; }
.contact-form { background: #fff; color: var(--ink); border-radius: 30px; padding: 30px; display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #394252; font-size: 14px; font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #ead9cd; border-radius: 16px; padding: 14px 15px; font: inherit; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(249,115,22,.12); }
.contact-form .btn { width: 100%; border: 0; cursor: pointer; }
.form-note { color: var(--muted); text-align: center; font-size: 13px; font-weight: 650; }

.floating-kakao { position: fixed; right: 22px; bottom: 22px; z-index: 40; background: var(--kakao); color: #3c1e1e; border-radius: 999px; padding: 14px 20px; font-weight: 950; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.footer { padding: 46px 22px; text-align: center; background: #0b1220; color: #fff; }

.footer-brand { display: inline-flex !important; align-items: center; justify-content: center; gap: 12px; color: #fff; margin-bottom: 8px; }
.footer-brand img { width: 54px; height: 54px; border-radius: 16px; object-fit: cover; box-shadow: 0 10px 24px rgba(249,115,22,.22); }

.footer strong { font-size: 22px; }
.footer p { color: rgba(255,255,255,.68); margin: 10px 0 18px; }
.footer div { display: flex; justify-content: center; gap: 20px; color: #fed7aa; font-weight: 800; }

@media (max-width: 960px) {
  .store-showcase-grid, .pickup-store-mini { grid-template-columns: 1fr; }
  .seojeong-gallery { grid-template-columns: repeat(3, 1fr); }
  .desktop-nav, .header-actions .btn-light { display: none; }
  .menu-button { display: inline-flex; }
  .hero { min-height: 680px; }
  .hero-overlay { background: rgba(15,23,42,.68); }
  .hero-content { text-align: center; }
  .hero-buttons { justify-content: center; }
  .deal-panel, .partner-box { grid-template-columns: 1fr; }
  .step-grid, .store-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .ftype-grid, .asset-grid, .role-split { grid-template-columns: 1fr; }
  .revenue-formula { grid-template-columns: 1fr; }
  .rev-plus { padding: 4px 0; }
  .revenue-notes, .revenue-perks { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand-logo { width: 38px; height: 38px; border-radius: 12px; }
  .store-image-wrap, .store-illustration-wrap { height: 210px; }
  .seojeong-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .seojeong-gallery figcaption { font-size: 12px; padding: 10px 6px; }
  .hero-lead { align-items: stretch; }
  .hero-notice { display: flex; width: auto; font-size: 13px; gap: 8px; padding: 8px 12px 8px 8px; border-radius: 18px; }
  .hero-notice-text { flex: 1 1 auto; text-align: center; line-height: 1.35; }
  .hero-notice-text .hn-b { display: block; }
  .hero-notice-badge { font-size: 11px; padding: 4px 8px; }
  .store-showcase-body { padding: 24px 20px; }
  .store-showcase-body h3 { font-size: 24px; }
  .store-icon-row span { width: 62px; height: 62px; border-radius: 20px; font-size: 28px; }
  .faq-item { padding: 22px 20px; }
  .faq-item h3 { font-size: 18px; }
  .faq-item p { padding-left: 0; font-size: 15px; }
  .header-inner { height: 62px; padding: 0 16px; }
  .brand-text { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 12px; }
  .hero { min-height: 640px; padding-top: 62px; }
  .hero-content { width: calc(100% - 32px); padding: 56px 0; }
  .eyebrow { font-size: 12px; }
  .hero h1 { font-size: 38px; }
  .hero p { font-size: 17px; }
  .hero-buttons .btn { width: 100%; }
  .section { padding: 70px 16px; }
  .deal-panel { padding: 22px; border-radius: 24px; }
  .preview-grid, .benefit-grid { grid-template-columns: 1fr; }
  .partner-copy, .section-head { text-align: left; }
  .floating-kakao { right: 16px; bottom: 16px; }
  .partner-steps { grid-template-columns: 1fr; }
  .rev-card { padding: 28px 24px; }
  .ftype-card, .role-col, .asset-card { padding: 26px 22px; }
}
