/* ============================================================
   하몽푸드 B2B 랜딩 — "제조 현장의 자신감"
   warm paper × ink × brand orange/red · sticker/stamp motif
   ============================================================ */

/* ---------- webfonts ---------- */
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800; font-display: swap;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900; font-display: swap;
}
@font-face {
  font-family: 'SUIT Variable';
  src: url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.woff2') format('woff2-variations');
  font-weight: 100 900; font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  --paper: #FBF4E7;
  --paper-2: #F4E9D3;
  --ink: #241A0E;
  --ink-2: #4A3B28;
  --ink-soft: #6E5D46;
  --brand: #F08A1D;
  --brand-deep: #D96B0B;
  --brand-ink: #A85208; /* 밝은 배경 위 텍스트용 (AA 4.5:1 충족) */
  --red: #D62B1F;
  --yellow: #FFC61A;
  --teal: #40808F;
  --line: #E5D7BC;
  --white: #FFFDF8;
  --disp: 'Paperlogy', 'SUIT Variable', sans-serif;
  --body: 'SUIT Variable', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --shadow-sticker: 6px 8px 0 rgba(36, 26, 14, .16);
  --shadow-lift: 0 18px 40px -18px rgba(36, 26, 14, .35);
  --r-lg: 22px;
  --r-md: 16px;
  --max: 1160px;
  --head-h: 74px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  word-break: keep-all;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
section { scroll-margin-top: calc(var(--head-h) + 12px); }

/* 종이 그레인 질감 */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 999; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--ink); color: var(--paper); padding: 10px 18px; border-radius: 0 0 12px 0;
}
.skip:focus { left: 0; }

/* 네비게이션·버튼은 드래그 선택 없이 버튼처럼 동작 (읽는 콘텐츠는 선택 가능) */
.topbar, .site-head, .mobile-cta, .page-nav, .btn, .logo-sticker {
  -webkit-user-select: none; user-select: none;
}
.logo-sticker img { -webkit-user-drag: none; user-drag: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

/* 한국어 문장 단위 줄바꿈: 폭이 모자라면 문장이 통째로 다음 줄로 내려가도록 */
.sent { display: inline-block; }

/* ---------- 상단 유틸바 ---------- */
.topbar {
  background: var(--red); color: #FFF3E6;
  font-size: 13px; font-weight: 600; letter-spacing: .02em;
}
.topbar .wrap {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  min-height: 34px;
}
.topbar b { color: #fff; font-weight: 800; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { text-decoration: underline; }

/* 스크롤 진행바 */
.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--brand), var(--red));
  z-index: 1001;
}

/* ---------- 헤더 ---------- */
.site-head {
  position: sticky; top: 0; z-index: 900;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-head.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px -18px rgba(36,26,14,.4); }
.site-head .wrap {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  height: var(--head-h);
}
.gnb { justify-self: center; }
.logo-sticker {
  display: flex; align-items: center; flex: none;
  transition: transform .25s;
}
.logo-sticker:hover { transform: scale(1.04); }
.logo-sticker img { height: 50px; width: auto; }
.gnb { display: flex; gap: 26px; font-weight: 700; font-size: 15px; }
.gnb a { position: relative; padding: 4px 0; }
.gnb a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0;
  background: var(--brand); border-radius: 2px; transition: width .25s;
}
.gnb a:hover::after { width: 100%; }
.gnb a.is-current { color: var(--brand-ink); }
.head-actions { display: flex; align-items: stretch; gap: 12px; }
.head-actions .btn { min-width: 152px; }

/* 인라인 아이콘 (heroicons) — 버튼·링크 텍스트 옆 */
.i { width: 1.1em; height: 1.1em; flex: none; }

/* 네이버 스마트스토어 버튼 (브랜드 컬러는 호버로만 암시) */
.btn-store { background: #fff; color: var(--ink); border-color: var(--ink); box-shadow: none; }
.btn-store:hover { background: #03C75A; color: #fff; border-color: #03C75A; transform: translateY(-2px); }

/* ---------- 버튼 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--disp); font-weight: 700; font-size: 16px;
  padding: 15px 26px; border-radius: 14px; border: 2px solid var(--ink);
  cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  line-height: 1.2; text-align: center;
}
.btn .arr { transition: transform .25s; font-family: var(--body); }
.btn:hover .arr { transform: translateX(4px); }
.btn-primary { background: var(--ink); color: var(--paper); box-shadow: var(--shadow-sticker); }
.btn-primary:hover { background: var(--brand-deep); border-color: var(--brand-deep); transform: translateY(-2px); }
.btn-brand { background: var(--brand); color: var(--ink); box-shadow: var(--shadow-sticker); }
.btn-brand:hover { background: var(--yellow); transform: translateY(-2px); }
.btn-ghost { background: var(--white); color: var(--ink); box-shadow: var(--shadow-sticker); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: 14px; border-radius: 11px; box-shadow: none; }

/* ---------- 히어로 ---------- */
.hero { position: relative; overflow: hidden; padding: 64px 0 92px; }
.hero .wrap {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 48px; align-items: center;
}
.hero-deco {
  position: absolute; pointer-events: none; border-radius: 50%;
  filter: blur(70px); opacity: .35; z-index: -1;
}
.hero-deco.d1 { width: 480px; height: 480px; background: var(--yellow); top: -160px; right: -120px; }
.hero-deco.d2 { width: 360px; height: 360px; background: var(--brand); bottom: -180px; left: -140px; opacity: .22; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.chip {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--ink); border-radius: 999px;
  background: var(--white);
  padding: 7px 16px; font-size: 13.5px; font-weight: 800; letter-spacing: .01em;
}

.hero h1 {
  font-family: var(--disp); font-weight: 900;
  font-size: clamp(2.05rem, 4.6vw, 3.7rem);
  line-height: 1.22; letter-spacing: -.015em;
  margin-bottom: 22px;
}
.hero h1 .hl {
  font-style: normal; color: var(--brand-ink); position: relative; white-space: nowrap;
  background: linear-gradient(transparent 62%, rgba(255, 198, 26, .55) 62%);
  border-radius: 4px; padding: 0 2px;
}
.hero-lead {
  font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--ink-2);
  max-width: 34em; margin-bottom: 34px; font-weight: 500;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: stretch; margin-bottom: 30px; }
.btn .tel-num { font-weight: 800; letter-spacing: .01em; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; font-weight: 700; color: var(--ink-2); }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof .tick {
  width: 18px; height: 18px; border-radius: 50%; flex: none;
  background: var(--ink); color: var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 900;
}

.hero-visual { position: relative; }
.hero-photo {
  border: 3px solid var(--ink); border-radius: var(--r-lg);
  overflow: hidden; transform: rotate(1.6deg);
  box-shadow: 10px 12px 0 rgba(36,26,14,.15);
  background: var(--paper-2);
}
.hero-photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.hero-note {
  position: absolute; left: -18px; bottom: 26px;
  background: #fff; border: 2px solid var(--ink); border-radius: 12px;
  padding: 10px 16px; font-weight: 800; font-size: 14px;
  transform: rotate(-3deg); box-shadow: 4px 5px 0 rgba(36,26,14,.16);
}
.hero-note small { display: block; font-size: 11.5px; font-weight: 600; color: var(--ink-soft); }

/* 회전 스탬프 */
.stamp {
  position: absolute; top: -34px; right: -18px; width: 118px; height: 118px;
  z-index: 5; filter: drop-shadow(2px 3px 0 rgba(36,26,14,.2));
}
.stamp svg { width: 100%; height: 100%; animation: spin 16s linear infinite; }
.stamp text { font-family: var(--disp); font-weight: 700; font-size: 12.5px; letter-spacing: .18em; fill: var(--red); }
.stamp .stamp-core {
  position: absolute; inset: 26px; border-radius: 50%;
  background: var(--red); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--disp); font-weight: 800; font-size: 14px; line-height: 1.15;
  text-align: center;
}
.stamp .stamp-core small { font-size: 9px; font-weight: 700; letter-spacing: .1em; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 공통 섹션 헤더 ---------- */
.sec { padding: 96px 0; position: relative; }
.sec-head { margin-bottom: 46px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--disp); font-weight: 700; font-size: 14px; letter-spacing: .06em;
  color: var(--brand-ink); margin-bottom: 14px; text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 26px; height: 3px; background: var(--brand); border-radius: 2px; }
.sec h2 {
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  line-height: 1.28; letter-spacing: -.01em;
}
.sec-sub { margin-top: 14px; color: var(--ink-2); font-size: 16.5px; max-width: 40em; }

/* ---------- 신뢰 (다크) ---------- */
.sec-dark {
  background: var(--ink); color: var(--paper);
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
.sec-dark .eyebrow { color: var(--yellow); }
.sec-dark .eyebrow::before { background: var(--yellow); }
.sec-dark .sec-sub { color: #CBB998; }
.sec-dark h2 .hl2 { color: var(--yellow); font-style: normal; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 26px; }
.stat {
  border: 1.5px solid rgba(251, 244, 231, .22); border-radius: var(--r-md);
  padding: 26px 22px 22px; position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(251,244,231,.06), rgba(251,244,231,.015));
  transition: transform .25s, border-color .25s;
}
.stat:hover { transform: translateY(-5px); border-color: var(--brand); }
.stat-kicker { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; color: var(--brand); margin-bottom: 12px; }
.stat-num {
  font-family: var(--disp); font-weight: 900; line-height: 1;
  font-size: clamp(2.1rem, 3.6vw, 2.9rem); color: var(--paper);
  display: flex; align-items: baseline; gap: 4px;
}
.stat-num .unit { font-size: .45em; font-weight: 800; color: var(--yellow); }
.stat-desc { margin-top: 10px; font-size: 14px; color: #CBB998; font-weight: 500; }
.trust-line {
  text-align: center; font-family: var(--disp); font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.2rem); color: var(--paper);
  border: 1.5px dashed rgba(251,244,231,.35); border-radius: 999px;
  padding: 14px 26px; width: fit-content; margin: 0 auto 56px;
}
.trust-line b { color: var(--yellow); }

/* 현장 마퀴 */
.marquee { overflow: hidden; position: relative; margin: 0 -22px; }
.marquee::before, .marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 70px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
/* gap 대신 margin-right 사용: 복제 트랙의 -50% 이동 거리가 정확히 1주기가 되어 이음새 없음 */
.m-track { display: flex; width: max-content; animation: slide 36s linear infinite; padding: 6px 0; }
.marquee:hover .m-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.m-card {
  width: 264px; flex: none; margin-right: 18px; border-radius: var(--r-md); overflow: hidden;
  border: 2px solid rgba(251,244,231,.25); background: #171008;
  transform: rotate(-.6deg); transition: transform .25s, border-color .25s;
}
/* 7장 주기로 기울기 반복 — 복제 후에도 패턴 유지 */
.m-card:nth-child(7n+2), .m-card:nth-child(7n+4), .m-card:nth-child(7n+6) { transform: rotate(.7deg); }
.m-card:hover { transform: rotate(0) scale(1.03); border-color: var(--brand); }
.m-card img { width: 100%; height: 180px; object-fit: cover; }
.m-card figcaption {
  padding: 10px 14px; font-size: 13px; font-weight: 700; color: var(--paper);
}

/* ---------- 제품 카드 ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.prod-card {
  background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--r-lg);
  overflow: visible; position: relative;
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.prod-card:nth-child(1) { transform: rotate(-1deg); }
.prod-card:nth-child(2) { transform: rotate(.8deg) translateY(14px); }
.prod-card:nth-child(3) { transform: rotate(-.5deg); }
.prod-card:hover { transform: rotate(0) translateY(-8px); box-shadow: var(--shadow-lift); z-index: 3; }
.prod-tab {
  position: absolute; top: -16px; left: 20px; z-index: 4;
  background: var(--brand); color: var(--ink); border: 2px solid var(--ink);
  font-family: var(--disp); font-weight: 800; font-size: 15px;
  padding: 6px 16px; border-radius: 10px; transform: rotate(-2deg);
  box-shadow: 3px 3px 0 rgba(36,26,14,.2);
}
.prod-card:nth-child(2) .prod-tab { background: var(--yellow); transform: rotate(1.5deg); }
.prod-card:nth-child(3) .prod-tab { background: var(--red); color: #fff; transform: rotate(-1deg); }
.prod-media { overflow: hidden; border-radius: 18px 18px 0 0; border-bottom: 2.5px solid var(--ink); }
.prod-media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .7, .3, 1);
}
.prod-card:hover .prod-media img { transform: scale(1.06); }
.prod-body { padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.prod-body p { color: var(--ink-2); font-size: 15px; font-weight: 500; flex: 1; }
.prod-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.prod-chips span {
  font-size: 12px; font-weight: 700; color: var(--ink-2);
  background: var(--paper-2); border-radius: 999px; padding: 4px 11px;
}
.prod-link {
  font-family: var(--disp); font-weight: 700; font-size: 14.5px; color: var(--brand-ink);
  display: inline-flex; align-items: center; gap: 7px; width: fit-content;
}
.prod-link .arr { transition: transform .25s; }
.prod-link:hover .arr { transform: translateX(4px); }

/* ---------- 거래 대상 (벤토) ---------- */
.sec-targets { background: var(--paper-2); border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.target-layout { display: grid; grid-template-columns: minmax(0, 4.3fr) minmax(0, 7.7fr); gap: 24px; align-items: stretch; }
.target-feature {
  position: relative; border: 2.5px solid var(--ink); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: 6px 8px 0 rgba(36,26,14,.14); min-height: 100%;
}
.target-feature img { width: 100%; height: 100%; object-fit: cover; display: block; }
.target-feature figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px 22px; color: var(--paper);
  background: linear-gradient(transparent, rgba(36,26,14,.35) 40%, rgba(36,26,14,.9));
}
.target-feature figcaption strong { display: block; font-family: var(--disp); font-weight: 800; font-size: 20px; margin-bottom: 6px; }
.target-feature figcaption span { font-size: 13.5px; font-weight: 500; color: #EADFCB; line-height: 1.5; }
.target-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.t-card {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--r-md);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .25s, box-shadow .25s;
}
.t-card:hover { transform: translateY(-5px); box-shadow: 6px 8px 0 rgba(36,26,14,.14); }
.t-icon {
  width: 46px; height: 46px; border-radius: 13px;
  background: var(--paper); border: 2px solid var(--ink);
  display: flex; align-items: center; justify-content: center; flex: none;
}
.t-icon svg { width: 24px; height: 24px; stroke: var(--ink); }
.t-card h3 { font-family: var(--disp); font-weight: 800; font-size: 17.5px; }
.t-card p { font-size: 14px; color: var(--ink-2); font-weight: 500; }
.t-card.t-note {
  background: var(--ink); color: var(--paper); justify-content: center; text-align: left;
  border-color: var(--ink);
}
.t-card.t-note strong {
  font-family: var(--disp); font-size: 19px; font-weight: 800; line-height: 1.4;
}
.t-card.t-note strong b { color: var(--yellow); font-weight: 800; }
.t-card.t-note p { color: #CBB998; }

/* ---------- 거래 절차 ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; counter-reset: step; }
.step {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--r-md);
  padding: 26px 22px 24px; position: relative; counter-increment: step;
  transition: transform .25s;
}
.step:hover { transform: translateY(-5px); }
.step::before {
  content: '0' counter(step);
  font-family: var(--disp); font-weight: 900; font-size: 44px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.6px var(--brand);
  display: block; margin-bottom: 14px;
}
.step:not(:last-child)::after {
  content: '→'; position: absolute; top: 50%; right: -9px; transform: translate(50%, -50%);
  font-size: 20px; font-weight: 900; color: var(--brand-deep); z-index: 3; line-height: 1;
}
.step h3 { font-family: var(--disp); font-weight: 800; font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.oem-note {
  margin-top: 30px; display: flex; gap: 12px; align-items: center;
  background: var(--white); border: 2px dashed var(--brand-deep); border-radius: var(--r-md);
  padding: 18px 22px; font-size: 14.5px; font-weight: 600; color: var(--ink-2);
}
.oem-note .tag {
  flex: none; background: var(--brand); border: 1.5px solid var(--ink); color: var(--ink);
  font-family: var(--disp); font-weight: 800; font-size: 12.5px;
  border-radius: 8px; padding: 3px 10px;
}

/* ---------- FAQ ---------- */
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; align-items: start; }
.faq-item {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--r-md);
  overflow: hidden; transition: box-shadow .25s;
}
.faq-item[open] { box-shadow: 5px 6px 0 rgba(36,26,14,.12); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px;
  padding: 20px 24px; font-family: var(--disp); font-weight: 700; font-size: 16.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  flex: none; width: 30px; height: 30px; border-radius: 9px;
  background: var(--paper-2); border: 1.5px solid var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 900; color: var(--brand-ink);
}
.faq-x {
  margin-left: auto; flex: none; font-weight: 400; font-size: 22px; line-height: 1;
  transition: transform .3s; color: var(--brand-deep); font-family: var(--body);
}
.faq-item[open] .faq-x { transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px 68px; color: var(--ink-2); font-size: 15px; font-weight: 500; }
.faq-a strong { color: var(--ink); }

/* ---------- 상담 문의 ---------- */
.sec-contact { background: var(--ink); color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 54px; align-items: start; }
.contact-copy .eyebrow { color: var(--yellow); }
.contact-copy .eyebrow::before { background: var(--yellow); }
.contact-copy h2 { color: var(--paper); }
.contact-copy .sec-sub { color: #CBB998; }
.contact-tel {
  display: inline-flex; flex-direction: column; gap: 4px; margin-top: 30px;
  border: 1.5px dashed rgba(251,244,231,.4); border-radius: var(--r-md); padding: 18px 24px;
}
.contact-tel small { font-size: 13px; font-weight: 700; color: var(--yellow); letter-spacing: .04em; }
.contact-tel a { font-family: var(--disp); font-weight: 900; font-size: clamp(1.6rem, 3vw, 2.1rem); line-height: 1.1; }
.contact-tel a:hover { color: var(--yellow); }
.contact-tel span { font-size: 12.5px; color: #CBB998; font-weight: 500; }

.pack-stack { position: relative; margin-top: 46px; width: min(340px, 90%); }
.pack-stack figure {
  border: 3px solid var(--paper); border-radius: 14px; overflow: hidden;
  background: #171008;
}
.pack-stack .p1 { transform: rotate(-3deg); }
.pack-stack .p2 {
  position: absolute; right: -34px; bottom: -30px; width: 62%;
  transform: rotate(4deg); box-shadow: -8px 10px 30px rgba(0,0,0,.45);
}
.pack-stack img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 4/3; }
.pack-stack figcaption {
  background: var(--paper); color: var(--ink); font-size: 12.5px; font-weight: 800;
  padding: 8px 12px; font-family: var(--disp);
}

.form-card {
  background: var(--paper); color: var(--ink);
  border: 3px solid var(--ink); border-radius: var(--r-lg);
  padding: 34px 32px 30px;
  box-shadow: 10px 12px 0 rgba(240, 138, 29, .35);
}
.form-card h3 { font-family: var(--disp); font-weight: 800; font-size: 21px; margin-bottom: 4px; }
.form-card .form-sub { font-size: 13.5px; color: var(--ink-soft); font-weight: 600; margin-bottom: 22px; }
.form-banner {
  display: none; margin-bottom: 18px; padding: 12px 16px;
  border: 2px solid var(--red); background: #FDEBE9; color: #B02318;
  border-radius: 12px; font-size: 14px; font-weight: 700;
}
.form-banner.show { display: block; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-field { margin-bottom: 14px; }
.f-field label { display: block; font-size: 13.5px; font-weight: 800; margin-bottom: 7px; }
.f-field label .req { color: var(--red); }
.f-field input, .f-field select, .f-field textarea {
  width: 100%; background: var(--white); border: 2px solid var(--ink);
  border-radius: 12px; padding: 12px 15px; font-size: 16px; font-weight: 500;
  transition: border-color .2s, box-shadow .2s;
}
.f-field input::placeholder, .f-field textarea::placeholder {
  color: var(--ink-soft); opacity: 1;
}
.f-field input:focus, .f-field select:focus, .f-field textarea:focus {
  outline: none; border-color: var(--brand-deep); box-shadow: 0 0 0 3px rgba(240,138,29,.25);
}
.f-field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23241A0E' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
  padding-right: 40px;
}
.f-field textarea { min-height: 96px; resize: vertical; }
.f-consent {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  margin: 6px 0 20px;
}
.f-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brand-deep); flex: none; }
.f-consent a { text-decoration: underline; text-underline-offset: 2px; color: var(--brand-ink); font-weight: 700; }
.form-card .btn { width: 100%; font-size: 17px; }
.form-note { margin-top: 14px; font-size: 12.5px; color: var(--ink-soft); font-weight: 500; text-align: center; }
/* 허니팟: 봇 전용 필드 — 화면·스크린리더 모두에서 숨김 */
/* 허니팟: display:none 으로 완전히 숨겨 자동완성·비밀번호 매니저가 채우지 못하게 함 */
.hp-field { display: none; }

/* ---------- 스마트스토어 안내 섹션 ---------- */
.store-band { background: var(--paper-2); border-top: 2px solid var(--line); padding: 46px 0; }
.store-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 26px;
  background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--r-lg);
  padding: 30px 34px; box-shadow: 6px 8px 0 rgba(3, 199, 90, .18); flex-wrap: wrap;
}
.store-text { display: flex; align-items: center; gap: 18px; }
.store-badge {
  flex: none; width: 54px; height: 54px; border-radius: 14px;
  background: #03C75A; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.store-badge svg { width: 28px; height: 28px; stroke: #fff; }
.store-text h3 { font-family: var(--disp); font-weight: 800; font-size: 19px; margin-bottom: 4px; }
.store-text p { font-size: 14px; color: var(--ink-2); font-weight: 500; }
.store-band .btn { flex: none; }

/* ---------- 푸터 ---------- */
.site-foot { background: var(--paper-2); border-top: 2px solid var(--line); padding: 52px 0 120px; }
.foot-grid {
  display: flex; flex-wrap: wrap; gap: 24px 48px;
  justify-content: space-between; align-items: flex-start;
}
.foot-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.foot-brand img { height: 44px; width: auto; }
.foot-tagline { font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .01em; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 4px; }
.foot-nav a { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.foot-nav a:hover { color: var(--brand-ink); text-decoration: underline; text-underline-offset: 2px; }
.foot-info {
  font-style: normal; display: flex; flex-direction: column; gap: 5px;
  font-size: 13.5px; color: var(--ink-2); font-weight: 500; line-height: 1.6;
}
.foot-info strong { font-family: var(--disp); font-size: 15.5px; color: var(--ink); margin-bottom: 4px; }
.foot-info a { color: var(--ink-2); text-decoration: none; }
.foot-info a:hover { color: var(--brand-ink); text-decoration: underline; text-underline-offset: 2px; }
.foot-dot { margin: 0 8px; color: var(--line); }
.copyright {
  margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--ink-soft); letter-spacing: .02em;
}

/* ---------- 모바일 고정 CTA ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  display: none; grid-template-columns: 1fr 1.4fr;
  border-top: 2px solid var(--ink);
  padding-bottom: env(safe-area-inset-bottom);
  background: var(--ink);
}
.mobile-cta a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--disp); font-weight: 800; font-size: 16px; padding: 16px 8px;
}
.mobile-cta .m-tel { background: var(--ink); color: var(--paper); }
.mobile-cta .m-form { background: var(--brand); color: var(--ink); }

/* ---------- 스크롤 리빌 ----------
   숨김 상태는 html.js(인라인 스크립트가 부여)일 때만 적용 —
   JS 미지원/스크립트 로드 실패 시에도 콘텐츠가 보이도록 보장 */
html.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.2,.65,.3,1), transform .7s cubic-bezier(.2,.65,.3,1); transition-delay: var(--d, 0s); }
html.js .reveal.in { opacity: 1; transform: none; }
html.js .reveal-l { opacity: 0; transform: translateX(-36px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); transition-delay: var(--d, 0s); }
html.js .reveal-l.in { opacity: 1; transform: none; }
html.js .reveal-r { opacity: 0; transform: translateX(36px) rotate(1.6deg); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); transition-delay: var(--d, 0s); }
html.js .reveal-r.in { opacity: 1; transform: rotate(1.6deg) translateX(0); }

/* ---------- 반응형 ---------- */
@media (max-width: 1024px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .prod-card:nth-child(2) { transform: rotate(.8deg); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .target-layout { grid-template-columns: 1fr; gap: 20px; }
  .target-feature { min-height: 300px; }
}
@media (max-width: 900px) {
  .gnb, .head-actions { display: none; }
  .mobile-cta { display: grid; }
  .store-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .store-band .btn { width: 100%; }
  body { padding-bottom: 64px; }
  .hero { padding: 40px 0 70px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: 2; max-width: 430px; }
  .stamp { right: 6px; }
  .sec { padding: 70px 0; }
  .target-grid { grid-template-columns: 1fr 1fr; }
  .faq-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat { padding: 20px 16px 18px; }
  .target-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 26px 20px 24px; }
  .topbar .t-loc { display: none; }
  .hero-photo img { aspect-ratio: 4 / 4.4; }
}

/* ---------- 모션 최소화 ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal, html.js .reveal-l, html.js .reveal-r { opacity: 1; transform: none; transition: none; }
  .m-track { animation: none; }
  .stamp svg { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
