/* ══════════════════════════════════════════════════════════════════════
   작은행성 키즈 — styles.css
   위쪽은 공통 뼈대 키트(동작), 아래쪽은 이 벌의 디자인(00-디자인보드.png).
   ══════════════════════════════════════════════════════════════════════ */

/* ── 키트: 기본 ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; word-break: keep-all; overflow-wrap: break-word; }
img, video { max-width: 100%; height: auto; }
img { -webkit-user-drag: none; user-select: none; }
.frame { display: block; }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  padding: .75rem 1rem; background: #fff; color: #0D1B3D;
}
.skip-link:focus { left: 0; }

@media (max-width: 767px) {
  .site-header a, .site-header button,
  .drawer a, .drawer button,
  .dots button, .pager button, .tab {
    min-width: 44px; min-height: 44px;
  }
}

.scroll-x { overflow-x: auto; position: relative; -webkit-overflow-scrolling: touch; }
.clip { overflow: clip; }

.acc-item .acc-panel { display: block; }
.js .acc-item .acc-panel { display: none; }
.js .acc-item.open .acc-panel { display: block; }

.js [role="tabpanel"][hidden] { display: none; }
[role="tabpanel"][hidden] { display: block; }

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0; transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.js .reveal.in { opacity: 1; transform: none; }

.js-only { display: none; }
.js .js-only { display: revert; }

:where([hidden]):not([role="tabpanel"]) { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1 !important; transform: none !important; }
}

.menu-btn { display: none; }
@media (max-width: 767px) { .menu-btn { display: inline-flex; } }

.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(88vw, 360px);
  transform: translateX(100%); transition: transform .28s ease;
  z-index: 60; overflow-y: auto;
  visibility: hidden;
}
.drawer.open { transform: none; visibility: visible; }

.scrim {
  position: fixed; inset: 0; z-index: 50;
  background: rgb(13 27 61 / .48);
  opacity: 0; pointer-events: none; transition: opacity .28s ease;
}
.scrim.open { opacity: 1; pointer-events: auto; }

@media (min-width: 768px) { .drawer, .scrim { display: none; } }

.toast {
  position: fixed; left: 50%; bottom: 24px; translate: -50% 0;
  z-index: 80; pointer-events: none;
  opacity: 0; transition: opacity .25s ease, translate .25s ease;
}
.toast.show { opacity: 1; translate: -50% -6px; }

.agree input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.agree input:focus-visible + label .box { outline: 2px solid currentColor; outline-offset: 2px; }

.spinner {
  display: inline-block; width: 1em; height: 1em; vertical-align: -.125em;
  border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%;
  animation: kit-spin .7s linear infinite;
}
@keyframes kit-spin { to { rotate: 360deg; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

.section { padding-block: calc(var(--section, 96px) / 2); }
.section-lead { padding-top: var(--section, 96px); }
.section-last { padding-bottom: var(--section, 96px); }

/* ══════════════════════════════════════════════════════════════════════
   여기부터 작은행성 키즈의 생김새
   ══════════════════════════════════════════════════════════════════════ */

:root {
  /* 디자인보드 컬러 팔레트 */
  --sky: #BDE2FF;
  --sunshine: #FFD54D;
  --navy: #0D1B3D;
  --cloud: #F5F8FC;
  --seal: #E6ECF2;

  /* 파생 */
  --sky-soft: #E7F4FF;
  --sky-deep: #8CC9F5;
  --sun-ink: #8A6100;
  --ink: #0D1B3D;
  --ink-2: #465575;
  --ink-3: #79879F;
  --line: #E6ECF2;
  --line-2: #D7E2EE;
  --paper: #FFFFFF;

  /* 의미색 — 색만으로 상태를 전하지 않는다. 아이콘·글자를 늘 함께 쓴다. */
  --ok: #16714F;
  --warn: #9A5B00;
  --err: #B4302A;

  --r-s: 10px;
  --r: 16px;
  --r-l: 24px;
  --r-xl: 32px;

  --sh-1: 0 2px 10px rgb(13 27 61 / .05);
  --sh-2: 0 12px 34px rgb(13 27 61 / .10);
  --sh-3: 0 20px 56px rgb(13 27 61 / .14);

  --section: 104px;
  --hd: 68px;
}

@media (max-width: 900px) { :root { --section: 72px; --hd: 60px; } }
@media (max-width: 520px) { :root { --section: 56px; } }

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { margin: 0; line-height: 1.28; font-weight: 800; letter-spacing: -0.028em; }
p { margin: 0; }
ul, ol, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
strong { font-weight: 800; }
table { border-collapse: collapse; width: 100%; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.ico {
  width: 24px; height: 24px; flex: none; display: block;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.ico-sm { width: 17px; height: 17px; stroke-width: 1.8; }
.ico-lg { width: 34px; height: 34px; stroke-width: 1.4; }

.wrap { width: min(1180px, 100% - 40px); margin-inline: auto; }
.wrap-narrow { width: min(820px, 100% - 40px); margin-inline: auto; }
@media (max-width: 560px) { .wrap, .wrap-narrow { width: calc(100% - 32px); } }

.eyebrow {
  font-size: .74rem; font-weight: 800; letter-spacing: .18em;
  color: var(--ink-3); text-transform: uppercase; margin-bottom: 10px;
}
.sec-h { font-size: clamp(1.5rem, 1.05rem + 1.6vw, 2.15rem); }
.sec-lead { margin-top: 12px; color: var(--ink-2); max-width: 62ch; font-size: 1rem; }

/* ── 단추 ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 24px; border-radius: 999px;
  font-weight: 800; font-size: .96rem; border: 1.6px solid transparent;
  cursor: pointer; transition: transform .14s ease, background-color .14s ease, box-shadow .14s ease, color .14s ease;
  font-family: inherit; text-align: center;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-sun { background: var(--sunshine); color: var(--navy); box-shadow: 0 6px 18px rgb(255 213 77 / .45); }
.btn-sun:hover { background: #FFC91F; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #16295a; }
.btn-line { background: #fff; color: var(--navy); border-color: var(--line-2); }
.btn-line:hover { border-color: var(--navy); }
.btn-ghost { background: rgb(255 255 255 / .16); color: #fff; border-color: rgb(255 255 255 / .5); }
.btn-ghost:hover { background: rgb(255 255 255 / .28); }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: .88rem; }
.btn-block { width: 100%; }
.btn[aria-disabled="true"] { opacity: .7; pointer-events: none; }

.more-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-weight: 700; font-size: .92rem; color: var(--ink-2);
}
.more-link:hover { color: var(--navy); }

/* ── 헤더 ─────────────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: linear-gradient(180deg, #DDF0FF 0%, #EAF6FF 100%);
  border-bottom: 1px solid rgb(13 27 61 / .06);
  transition: box-shadow .2s ease;
}
.site-header.is-stuck { box-shadow: 0 6px 20px rgb(13 27 61 / .10); }
.header-inner {
  width: min(1180px, 100% - 40px); margin-inline: auto;
  min-height: var(--hd); display: flex; align-items: center; gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.08rem; }
.brand:hover { text-decoration: none; }
.brand-star { color: var(--sunshine); display: inline-flex; }
.brand-star .ico { fill: var(--sunshine); stroke: #EFB80B; stroke-width: 1.2; }
.brand-name { letter-spacing: -.03em; }

.nav { display: flex; gap: 4px; margin-inline: auto; }
.nav a {
  padding: 8px 14px; border-radius: 999px; font-weight: 700; font-size: .95rem;
  color: var(--ink-2); transition: background-color .15s ease, color .15s ease;
}
.nav a:hover { background: rgb(255 255 255 / .7); color: var(--navy); text-decoration: none; }
.nav a[aria-current="page"] { background: #fff; color: var(--navy); box-shadow: var(--sh-1); }

.header-tools { display: flex; align-items: center; gap: 2px; }
.tool {
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink); background: transparent; border: 0; cursor: pointer; position: relative;
}
.tool:hover { background: rgb(255 255 255 / .8); text-decoration: none; }
.cart-count {
  position: absolute; top: 2px; right: 0;
  min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px;
  background: var(--sunshine); color: var(--navy);
  font-size: .68rem; font-weight: 800; line-height: 18px; text-align: center;
  border: 1.5px solid #fff;
}
.header-cta {
  margin-left: 8px; padding: 9px 18px; border-radius: 999px;
  background: var(--navy); color: #fff; font-weight: 800; font-size: .9rem; white-space: nowrap;
}
.header-cta:hover { background: #16295a; text-decoration: none; }
.menu-btn {
  width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink);
  align-items: center; justify-content: center; cursor: pointer; border-radius: 12px;
}

@media (max-width: 1040px) { .nav a { padding: 8px 10px; font-size: .9rem; } }
@media (max-width: 900px) { .header-cta { display: none; } }
@media (max-width: 767px) {
  .nav { display: none; }
  .header-inner { gap: 8px; }
  .brand { margin-right: auto; font-size: 1rem; }
  .tool-wide { display: none; }
}

/* ── 서랍 ─────────────────────────────────────────────────────────────── */
.drawer { background: #fff; padding: 18px 20px 28px; box-shadow: var(--sh-3); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.drawer-head .brand { font-size: 1.02rem; }
.drawer-close { width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; }
.drawer-nav { display: flex; flex-direction: column; padding: 8px 0; }
.drawer-nav a {
  padding: 13px 4px; font-weight: 700; font-size: 1.05rem;
  border-bottom: 1px solid var(--line); display: flex; align-items: center;
}
.drawer-nav a[aria-current="page"] { color: var(--navy); }
.drawer-nav a[aria-current="page"]::after { content: "현재"; margin-left: 8px; font-size: .7rem; font-weight: 800; color: var(--sun-ink); background: #FFF4D0; padding: 2px 8px; border-radius: 999px; }
.drawer-cta {
  display: flex; align-items: center; justify-content: center;
  margin-top: 18px; padding: 14px; border-radius: 999px;
  background: var(--sunshine); color: var(--navy); font-weight: 800;
}
.drawer-cta:hover { text-decoration: none; }
.drawer-tel { margin-top: 14px; text-align: center; font-weight: 700; }
.drawer-tel a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-2); }

/* ── 토스트 ───────────────────────────────────────────────────────────── */
.toast {
  background: var(--navy); color: #fff; padding: 13px 20px; border-radius: 999px;
  font-weight: 700; font-size: .92rem; box-shadow: var(--sh-3);
  max-width: min(92vw, 460px); text-align: center;
}

/* ── 장바구니 서랍 ────────────────────────────────────────────────────── */
.cart-scrim { position: fixed; inset: 0; z-index: 70; background: rgb(13 27 61 / .48); }
.js .cart-scrim { animation: fadein .22s ease both; }
@keyframes fadein { from { opacity: 0 } to { opacity: 1 } }

.cart {
  position: fixed; inset: 0 0 0 auto; z-index: 75;
  width: min(94vw, 430px); background: #fff;
  padding: 18px 22px 28px; overflow-y: auto;
  box-shadow: var(--sh-3);
  flex-direction: column;
}
.js .cart { display: flex; }
.js .cart:not([hidden]) { animation: slidein .26s ease both; }
@keyframes slidein { from { transform: translateX(100%) } to { transform: none } }

.cart-head { display: flex; align-items: center; justify-content: space-between; }
.cart-title { font-size: 1.24rem; }
.cart-close { width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.cart-note { margin-top: 6px; font-size: .84rem; color: var(--ink-3); }

.cart-group { margin-top: 18px; }
.cart-group-h {
  display: flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 800;
  color: var(--navy); background: var(--sky-soft); padding: 7px 12px; border-radius: 999px; width: fit-content;
}
.cart-line { display: grid; grid-template-columns: 62px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 62px; height: 78px; object-fit: cover; border-radius: var(--r-s); background: var(--cloud); }
.cart-l-name { font-weight: 800; font-size: .94rem; }
.cart-l-opt { font-size: .8rem; color: var(--ink-3); margin-top: 2px; }
.cart-l-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; gap: 8px; }
.qty { display: inline-flex; align-items: center; border: 1.4px solid var(--line-2); border-radius: 999px; }
.qty button { width: 34px; height: 34px; border: 0; background: transparent; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.qty button:disabled { color: var(--ink-3); cursor: not-allowed; }
.qty span { min-width: 28px; text-align: center; font-weight: 800; font-size: .9rem; }
.cart-l-price { font-weight: 800; }
.cart-del { border: 0; background: transparent; color: var(--ink-3); cursor: pointer; width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.cart-del:hover { color: var(--err); }

.cart-empty { margin-top: 26px; display: flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: .94rem; }
.cart-empty a { font-weight: 800; text-decoration: underline; }

.cart-coupon { margin-top: 20px; padding: 14px; background: var(--cloud); border-radius: var(--r); }
.coupon-label { font-size: .8rem; font-weight: 800; color: var(--ink-2); }
.coupon-row { display: flex; gap: 8px; margin-top: 6px; }
.coupon-input {
  flex: 1; min-width: 0; height: 42px; padding: 0 12px; border-radius: 10px;
  border: 1.4px solid var(--line-2); font-family: inherit; font-size: .92rem; background: #fff; color: var(--ink);
}
.coupon-msg { margin-top: 8px; font-size: .8rem; color: var(--ok); display: flex; align-items: center; gap: 5px; }
.coupon-msg.bad { color: var(--err); }

.cart-sum { margin-top: 18px; font-size: .92rem; }
.cart-sum > div { display: flex; justify-content: space-between; padding: 6px 0; }
.cart-sum dt { color: var(--ink-2); }
.cart-sum dd { font-weight: 700; }
.cart-sum .minus { color: var(--err); }
.cart-total { border-top: 1.6px solid var(--navy); margin-top: 8px; padding-top: 12px !important; }
.cart-total dt { font-weight: 800; color: var(--ink) !important; }
.cart-total dd { font-size: 1.24rem; font-weight: 800; }
.cart-fine { margin-top: 10px; font-size: .78rem; color: var(--ink-3); }
.cart-order { margin-top: 14px; }
.cart-state { margin-top: 10px; font-size: .86rem; font-weight: 700; text-align: center; color: var(--ok); display: flex; align-items: center; justify-content: center; gap: 6px; }
.cart-state:empty { display: none; }

/* ── 푸터 ─────────────────────────────────────────────────────────────── */
.site-footer { background: var(--cloud); }
.benefit-band { background: var(--navy); color: #fff; }
.benefits {
  width: min(1180px, 100% - 40px); margin-inline: auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 18px 0;
}
.benefits li { display: flex; align-items: center; gap: 11px; font-size: .86rem; }
.benefits li .ico { color: var(--sky); }
.benefits span { display: flex; flex-direction: column; line-height: 1.4; }
.benefits strong { font-size: .92rem; }
.benefits span > strong + * { color: rgb(255 255 255 / .68); }
.benefits li span { color: rgb(255 255 255 / .68); }
.benefits li span strong { color: #fff; }

.footer-inner { width: min(1180px, 100% - 40px); margin-inline: auto; padding: 40px 0 44px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--line-2); }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.06rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.footer-nav a { font-size: .92rem; font-weight: 700; color: var(--ink-2); }

.footer-cols { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 26px; padding: 24px 0; }
.footer-biz { font-style: normal; font-size: .84rem; line-height: 1.9; color: var(--ink-2); }
.footer-biz a { text-decoration: underline; text-underline-offset: 3px; }
.footer-heading { font-size: .84rem; font-weight: 800; margin-bottom: 6px; }
.footer-links p { font-size: .84rem; line-height: 1.9; color: var(--ink-2); }
.footer-links a { text-decoration: underline; text-underline-offset: 3px; }

.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 18px; padding-top: 18px; border-top: 1px solid var(--line-2); font-size: .84rem; }
.footer-legal a { color: var(--ink-2); }
.footer-copy { margin-top: 14px; font-size: .78rem; color: var(--ink-3); }

@media (max-width: 860px) {
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .benefits { grid-template-columns: 1fr; gap: 12px; }
  .footer-top { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════════════════
   홈
   ══════════════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  background: linear-gradient(180deg, #DFF1FF 0%, #C6E5FF 52%, #EEF7FF 100%);
  padding-bottom: 0;
  /* 사진이 화면 오른쪽 끝까지 나가되 문서 폭은 밀지 않게. hidden 이 아니라 clip 이어야 한다. */
  overflow-x: clip;
}
.hero.section-lead { padding-top: 0; }
.hero-grid {
  position: relative; display: flex; align-items: center;
  min-height: 520px;
}
.hero-copy { position: relative; z-index: 2; max-width: 50%; padding: 56px 24px 44px 0; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--ink-2); padding: 6px 14px; border-radius: 999px;
  font-size: .8rem; font-weight: 800; box-shadow: var(--sh-1);
}
.hero-eyebrow .ico { fill: var(--sunshine); stroke: #EFB80B; }
.hero-title {
  margin-top: 18px;
  font-size: clamp(2.5rem, 1.2rem + 5.2vw, 4.4rem);
  letter-spacing: -.045em; line-height: 1.08;
}
.hero-title .hl { position: relative; display: inline-block; }
.hero-title .hl-star {
  position: absolute; top: -.34em; right: -.1em; color: var(--sunshine);
}
.hero-title .hl-star .ico { width: .42em; height: .42em; fill: var(--sunshine); stroke: #EFB80B; stroke-width: 1.2; }
.hero-lead { margin-top: 14px; font-size: clamp(1rem, .9rem + .4vw, 1.18rem); font-weight: 700; color: var(--ink-2); }
.hero-sub { margin-top: 10px; max-width: 40ch; color: var(--ink-2); font-size: .96rem; }
.hero-btns { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }

/* 시안처럼 사진이 오른쪽 끝까지 차오르게 둔다. 화면 밖으로는 나가지 않도록 right:0. */
.hero-shot {
  position: absolute; top: 0; height: 100%; z-index: 1;
  right: calc((100% - 100vw) / 2);   /* 랩 바깥 — 화면 오른쪽 끝까지 */
  width: calc(47% + (100vw - 100%) / 2);
}
.hero-shot img {
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% 32%;
  border-radius: var(--r-xl) 0 0 var(--r-xl);
}
.hero-sticker { position: absolute; display: block; z-index: 2; }
.hero-sticker .ico { width: 100%; height: 100%; }
.hero-sticker-a { width: 62px; height: 62px; left: -26px; top: 16%; color: #fff; }
.hero-sticker-a .ico { fill: #fff; stroke: var(--sky-deep); stroke-width: 1.2; }
.hero-sticker-b { width: 46px; height: 46px; right: 22px; bottom: 22%; }
.hero-sticker-b .ico { fill: var(--sunshine); stroke: #EFB80B; stroke-width: 1.2; }

.promise {
  position: relative; z-index: 3;
  margin-top: -46px; transform: translateY(34px);
  background: #fff; border-radius: var(--r-l); box-shadow: var(--sh-2);
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 20px 10px;
}
.promise li { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: .95rem; padding: 6px 8px; }
.promise li + li { border-left: 1px solid var(--line); }
.promise .ico { color: var(--navy); }

@media (max-width: 900px) {
  .hero.section-lead { padding-top: calc(var(--section) / 2); }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { max-width: none; padding: 8px 0 26px; }
  .hero-shot { position: relative; right: auto; width: 100%; height: 300px; }
  .hero-shot img { border-radius: var(--r-xl); }
  .promise { margin-top: 42px; }
  .hero-sticker-a { left: 10px; top: 12%; }
  .hero-sticker-b { right: 14px; bottom: 12%; }
  .promise { grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .promise li:nth-child(odd) { border-left: 0; }
  .promise li:nth-child(3), .promise li:nth-child(4) { border-top: 1px solid var(--line); padding-top: 14px; }
}
@media (max-width: 460px) {
  .promise { grid-template-columns: 1fr; padding: 12px; }
  .promise li { justify-content: flex-start; border-left: 0 !important; }
  .promise li + li { border-top: 1px solid var(--line); }
}

/* 성장 타임라인 — 이 벌의 시그니처 연출 */
.growth { padding-top: calc(var(--section) / 2 + 34px); }
.growth-band { margin-top: 30px; }
.growth-svg { width: 100%; max-width: 900px; margin-inline: auto; height: auto; display: block; color: var(--navy); }
.gp-base { fill: none; stroke: var(--ink-3); stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 0.35 3.4; opacity: .6; }
.gp-draw { fill: none; stroke: var(--sky-deep); stroke-width: 3.4; stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 0; }
.gstar path { fill: var(--sunshine); stroke: #EFB80B; stroke-width: 1.6; stroke-linejoin: round; }
.grocket { fill: var(--navy); color: var(--navy); }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .growth-band { view-timeline-name: --growth; }
    .gp-draw {
      animation: gdraw linear both;
      animation-timeline: view();
      animation-range: entry 30% cover 62%;
    }
    .gstar {
      animation: gpop linear both;
      animation-timeline: view();
      animation-range: entry calc(32% + var(--i) * 6%) entry calc(52% + var(--i) * 6%);
      transform-box: fill-box; transform-origin: center;
    }
    .grocket {
      animation: gfloat 3.2s ease-in-out infinite alternate;
      transform-box: fill-box; transform-origin: center;
    }
  }
}
@keyframes gdraw { from { stroke-dashoffset: 100 } to { stroke-dashoffset: 0 } }
@keyframes gpop { from { opacity: 0; scale: .35 } to { opacity: 1; scale: 1 } }
@keyframes gfloat { from { translate: 0 3px } to { translate: 0 -5px } }

.stages { margin-top: 26px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.stage {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-l);
  padding: 20px 18px 18px; position: relative;
}
.stage-dot { position: absolute; top: -14px; left: 18px; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; }
.stage-dot .ico { fill: var(--sunshine); stroke: #EFB80B; }
.stage-en { font-size: .82rem; font-weight: 800; letter-spacing: .1em; color: var(--navy); margin-top: 6px; }
.stage-ko { font-size: .82rem; color: var(--ink-3); font-weight: 700; }
.stage-facts { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 10px; }
.stage-facts > div { display: flex; justify-content: space-between; font-size: .82rem; padding: 2px 0; }
.stage-facts dt { color: var(--ink-3); }
.stage-facts dd { font-weight: 700; }
.stage-tip { margin-top: 12px; font-size: .82rem; color: var(--ink-2); line-height: 1.6; }
.growth-cta { margin-top: 30px; }

@media (max-width: 1040px) { .stages { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) {
  .growth-band { display: none; }
  .stages { grid-template-columns: 1fr; gap: 0; padding-left: 26px; border-left: 2.5px dotted var(--line-2); margin-left: 12px; }
  .stage { border: 0; border-radius: 0; padding: 16px 0 18px; border-bottom: 1px solid var(--line); }
  .stage-dot { top: 18px; left: -41px; }
}

/* 아웃핏 벤토 — container query */
.bento { background: var(--cloud); }
.bento-grid {
  margin-top: 30px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 172px; gap: 14px;
}
/* 컨테이너 쿼리는 「자기 자신」을 물을 수 없다 — 타일이 container 이고,
   조판이 바뀌는 것은 그 안의 .tile-in 이다. 이 한 겹이 없으면 질의가 영영 안 맞는다. */
.tile {
  container-type: inline-size;
  background: #fff; border-radius: var(--r-l); overflow: clip;
  box-shadow: var(--sh-1); position: relative;
}
.tile-in { display: flex; flex-direction: column; height: 100%; }
.tile .frame { flex: 1; min-height: 0; }
.tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile-cap { padding: 12px 14px 14px; }
.tile-cap h3 { font-size: .95rem; }
.tile-cap p { margin-top: 3px; font-size: .8rem; color: var(--ink-3); line-height: 1.5; }

.tile-a { grid-column: span 1; grid-row: span 2; }
.tile-b { grid-column: span 2; grid-row: span 2; }
.tile-c { grid-column: span 1; grid-row: span 2; }
.tile-d { grid-column: span 1; grid-row: span 1; }
.tile-e { grid-column: span 1; grid-row: span 1; }
.tile-f { grid-column: span 1; grid-row: span 1; }
.tile-note { grid-column: span 1; grid-row: span 1; background: var(--navy); color: #fff; }
.tile-note .tile-in { padding: 18px 20px; justify-content: center; }
.tile-note h3 { font-size: .98rem; }
.tile-note p { margin-top: 6px; font-size: .82rem; color: rgb(255 255 255 / .74); line-height: 1.6; }
.tile-link { margin-top: auto; }
.tile-link a { display: inline-flex; align-items: center; gap: 4px; font-weight: 800; font-size: .84rem; color: var(--sunshine); }

/* 컨테이너가 넓어지면 사진과 설명을 나란히 놓는다 */
@container (min-width: 420px) {
  .tile-in { flex-direction: row; align-items: stretch; }
  .tile .frame { flex: 1.15; }
  .tile-cap { flex: 1; align-self: center; padding: 18px 22px; }
  .tile-cap h3 { font-size: 1.1rem; }
  .tile-cap p { font-size: .88rem; }
  .tile-note .tile-in { flex-direction: column; padding: 22px 26px; }
}

@media (max-width: 900px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 156px; }
  .tile-a, .tile-b, .tile-c { grid-column: span 1; grid-row: span 2; }
  .tile-b { grid-column: span 2; grid-row: span 1; }
  .tile-note { grid-column: span 2; }
}
@media (max-width: 480px) {
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .tile, .tile-a, .tile-b, .tile-c, .tile-d, .tile-e, .tile-f, .tile-note { grid-column: span 1; grid-row: span 1; }
  .tile .frame { height: 210px; flex: none; }
}

/* 지금 가장 사랑받는 컬렉션 */
.picks-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.pick-list { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pick a { display: block; }
.pick a:hover { text-decoration: none; }
.pick .frame { border-radius: var(--r-l); overflow: clip; background: var(--cloud); height: 260px; }
.pick img { width: 100%; height: 100%; object-fit: cover; display: block; transition: scale .4s ease; }
.pick a:hover img { scale: 1.04; }
.pick-t { display: block; margin-top: 12px; font-weight: 800; text-align: center; }
.pick-d { display: block; margin-top: 3px; font-size: .82rem; color: var(--ink-3); text-align: center; }

@media (max-width: 900px) { .pick-list { grid-template-columns: repeat(2, 1fr); } .pick .frame { height: 220px; } }
@media (max-width: 420px) { .pick .frame { height: 180px; } }

/* 사이즈 시트 요약 */
.sizeteaser { background: var(--sky-soft); }
.st-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 40px; align-items: center; }
.mini-sheet { margin-top: 22px; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-1); font-size: .9rem; }
.mini-sheet th, .mini-sheet td { padding: 11px 14px; text-align: left; }
.mini-sheet thead th { background: var(--navy); color: #fff; font-size: .82rem; font-weight: 800; }
.mini-sheet tbody tr + tr th, .mini-sheet tbody tr + tr td { border-top: 1px solid var(--line); }
.mini-sheet tbody th { font-weight: 800; }
.st-btns { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }

.st-fig { position: relative; display: flex; flex-direction: column; align-items: center; }
.st-fig img { display: block; height: 340px; width: auto; }
.st-rule { position: absolute; right: 0; top: 6%; bottom: 6%; width: 46px; display: flex; flex-direction: column; justify-content: space-between; border-left: 2px solid var(--line-2); padding-left: 8px; }
.st-rule span { font-size: .7rem; font-weight: 800; color: var(--ink-3); }

@media (max-width: 860px) {
  .st-grid { grid-template-columns: 1fr; gap: 28px; }
  .st-fig { display: none; }
}

/* 안전 표기 */
.safety-list { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.safety-list li {
  display: flex; gap: 14px; padding: 20px; border-radius: var(--r-l);
  background: #fff; border: 1.5px solid var(--line);
}
.safety-list .ico { color: var(--navy); margin-top: 2px; }
.safety-list h3 { font-size: .98rem; }
.safety-list p { margin-top: 6px; font-size: .87rem; color: var(--ink-2); line-height: 1.66; }
.safety-plain li { background: var(--cloud); border-color: transparent; }
.safety-more { margin-top: 22px; }
@media (max-width: 760px) { .safety-list { grid-template-columns: 1fr; } }

/* 아래 띠 */
.band { }
.band-inner {
  background: linear-gradient(120deg, #0D1B3D 0%, #1B3168 100%);
  color: #fff; border-radius: var(--r-xl); padding: 38px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.band-h { font-size: clamp(1.3rem, 1rem + 1.1vw, 1.8rem); }
.band-inner p { color: rgb(255 255 255 / .76); margin-top: 8px; max-width: 52ch; }
.band-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.band-btns .btn { margin-top: 0; }

/* ══════════════════════════════════════════════════════════════════════
   컬렉션
   ══════════════════════════════════════════════════════════════════════ */
.cbanner { padding-bottom: 0; }
.cbanner-inner {
  background: linear-gradient(115deg, #BDE2FF 0%, #E7F4FF 62%, #FFFFFF 100%);
  border-radius: var(--r-xl); overflow: clip;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  align-items: center; gap: 20px; padding-left: 44px;
}
.cbanner-copy { padding: 40px 0; }
.cbanner h1 { display: flex; flex-direction: column; }
.cbanner h1 .en {
  font-size: clamp(1.9rem, 1rem + 3.4vw, 3.1rem); letter-spacing: .01em;
  color: #fff; text-shadow: 0 2px 12px rgb(13 27 61 / .18); line-height: 1.05;
}
.cbanner h1 .ko { margin-top: 8px; font-size: clamp(1.05rem, .9rem + .6vw, 1.35rem); color: var(--navy); }
.cbanner-copy p { margin-top: 14px; color: var(--ink-2); max-width: 40ch; }
.cbanner-meta { display: flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 700; color: var(--ink-2); }
.cbanner-shot { display: block; align-self: stretch; }
.cbanner-shot img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 260px; }

@media (max-width: 820px) {
  .cbanner-inner { grid-template-columns: 1fr; padding-left: 0; }
  .cbanner-copy { padding: 30px 24px 8px; }
  .cbanner-shot img { min-height: 200px; max-height: 240px; }
}

/* 필터 */
.searchbox { position: relative; max-width: 460px; }
.searchbox-ico { position: absolute; left: 16px; top: 50%; translate: 0 -50%; color: var(--ink-3); pointer-events: none; }
.searchbox input {
  width: 100%; height: 52px; padding: 0 16px 0 48px; border-radius: 999px;
  border: 1.6px solid var(--line-2); background: #fff; font-family: inherit; font-size: .98rem; color: var(--ink);
}
.searchbox input::placeholder { color: var(--ink-3); }
.suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20;
  background: #fff; border: 1.4px solid var(--line-2); border-radius: var(--r); box-shadow: var(--sh-2);
  padding: 6px; max-height: 280px; overflow-y: auto;
}
.suggest li button {
  width: 100%; text-align: left; border: 0; background: transparent; cursor: pointer;
  padding: 10px 12px; border-radius: 10px; font-family: inherit; font-size: .92rem; color: var(--ink);
  display: flex; justify-content: space-between; gap: 10px; align-items: center;
}
.suggest li button:hover, .suggest li button:focus-visible { background: var(--sky-soft); }
.suggest .s-cat { font-size: .76rem; color: var(--ink-3); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips-cat { margin-top: 18px; }
.chip {
  min-height: 40px; padding: 0 18px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--line-2); background: #fff; color: var(--ink-2);
  font-family: inherit; font-weight: 700; font-size: .9rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  transition: background-color .14s ease, color .14s ease, border-color .14s ease;
}
.chip:hover { border-color: var(--sky-deep); }
.chip.on, .chip[aria-pressed="true"] { background: var(--sky); border-color: var(--sky-deep); color: var(--navy); }
.chip.off { opacity: .45; cursor: not-allowed; text-decoration: line-through; }

.selects { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.sel { display: inline-flex; align-items: center; gap: 8px; background: var(--cloud); border-radius: 999px; padding: 0 14px 0 16px; height: 44px; }
.sel label { font-size: .84rem; font-weight: 800; color: var(--ink-2); }
.sel select {
  border: 0; background: transparent; font-family: inherit; font-size: .9rem; font-weight: 700;
  color: var(--ink); height: 40px; cursor: pointer; padding-right: 4px;
}
.sel-sort { margin-left: auto; }
.result-line { margin-top: 16px; font-size: .9rem; color: var(--ink-2); font-weight: 700; }

/* 탐색기 — 2열 master-detail */
.explorer { padding-top: calc(var(--section) / 3); }
.explorer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 384px); gap: 28px; align-items: start; }
.plist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.pcard {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-l);
  overflow: clip; position: relative; display: flex; flex-direction: column;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  cursor: pointer;
}
.pcard:hover { border-color: var(--sky-deep); box-shadow: var(--sh-2); transform: translateY(-2px); }
.pcard.picked { border-color: var(--navy); box-shadow: 0 0 0 2px var(--navy) inset; }
.pc-shot { display: block; height: 232px; background: var(--cloud); }
.pc-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-flag {
  position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 4px;
  background: #fff; color: var(--warn); border: 1.4px solid #F0DCB4;
  font-size: .74rem; font-weight: 800; padding: 4px 10px; border-radius: 999px;
}
.pc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 3px; flex: 1; }
.pc-cat { font-size: .74rem; font-weight: 800; letter-spacing: .06em; color: var(--ink-3); }
.pc-name { font-size: 1rem; }
.pc-price { margin-top: 2px; font-size: .95rem; }
.pc-price strong { font-size: 1.06rem; }
.pc-sizes { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }
.pc-sizes li { font-size: .72rem; font-weight: 700; color: var(--ink-3); border: 1px solid var(--line-2); border-radius: 6px; padding: 2px 6px; }
.pc-sizes li.off { text-decoration: line-through; opacity: .55; }
.pc-more {
  margin-top: 12px; align-self: flex-start; min-height: 38px; padding: 0 14px;
  border-radius: 999px; border: 1.4px solid var(--line-2); background: #fff; color: var(--navy);
  font-family: inherit; font-weight: 800; font-size: .84rem; cursor: pointer;
}
.pc-more:hover { border-color: var(--navy); }

.plist-empty { margin-top: 22px; display: flex; align-items: center; gap: 8px; color: var(--ink-2); background: var(--cloud); padding: 20px; border-radius: var(--r); }
.plist-skel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plist-skel span { display: block; height: 340px; border-radius: var(--r-l); background: linear-gradient(100deg, var(--cloud) 30%, var(--seal) 50%, var(--cloud) 70%); background-size: 300% 100%; animation: skel 1.1s linear infinite; }
@keyframes skel { from { background-position: 120% 0 } to { background-position: -20% 0 } }

/* 상세 패널 */
.pdp { position: sticky; top: calc(var(--hd) + 16px); }
.pdp-inner { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-l); overflow: clip; }
.pdp-shot { position: relative; background: var(--cloud); height: 300px; }
.pdp-shot img { width: 100%; height: 100%; object-fit: cover; display: block; view-transition-name: jhs-pdp-shot; }
.pdp-flag { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; gap: 4px; background: #fff; color: var(--warn); border: 1.4px solid #F0DCB4; font-size: .74rem; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.pdp-body { padding: 20px 22px 22px; }
.pdp-cat { font-size: .74rem; font-weight: 800; letter-spacing: .08em; color: var(--ink-3); }
.pdp-name { font-size: 1.3rem; margin-top: 4px; }
.pdp-price { margin-top: 8px; font-size: 1rem; }
.pdp-price strong { font-size: 1.4rem; }
.vat { font-size: .74rem; color: var(--ink-3); font-weight: 700; margin-left: 4px; }
.pdp-desc { margin-top: 10px; font-size: .88rem; color: var(--ink-2); line-height: 1.66; }

.opt { margin-top: 18px; }
.opt-label { font-size: .82rem; font-weight: 800; color: var(--ink-2); margin-bottom: 8px; }
.chips-color .chip { padding: 0 8px; min-width: 44px; gap: 6px; font-size: .82rem; }
.sw { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgb(13 27 61 / .16); display: inline-block; }
.chips-size .chip { min-width: 52px; padding: 0 10px; }
.opt-help { margin-top: 8px; font-size: .8rem; color: var(--ink-3); }
.opt-help a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.opt-err { margin-top: 12px; display: flex; align-items: center; gap: 6px; color: var(--err); font-size: .85rem; font-weight: 700; }

.pdp-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.tabs { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.tablist { display: flex; gap: 4px; }
.tab {
  flex: 1; min-height: 42px; border: 0; background: var(--cloud); color: var(--ink-2);
  font-family: inherit; font-weight: 800; font-size: .84rem; cursor: pointer;
  border-radius: 999px; padding: 0 8px;
}
.tab[aria-selected="true"] { background: var(--navy); color: #fff; }
.tabpanel { padding-top: 14px; font-size: .86rem; color: var(--ink-2); line-height: 1.68; }
.tabpanel p + p, .tabpanel p + div, .tabpanel div + p { margin-top: 10px; }
.tabpanel a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.spec > div { display: grid; grid-template-columns: 60px 1fr; gap: 10px; padding: 6px 0; border-bottom: 1px dashed var(--line); }
.spec dt { font-weight: 800; color: var(--ink-3); font-size: .8rem; }
.plain li { position: relative; padding-left: 14px; margin-bottom: 6px; }
.plain li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--sky-deep); }

.tbl { font-size: .84rem; min-width: 460px; }
.tbl th, .tbl td { padding: 9px 12px; text-align: left; white-space: nowrap; }
.tbl thead th { background: var(--navy); color: #fff; font-weight: 800; font-size: .78rem; }
.tbl tbody tr:nth-child(even) { background: var(--cloud); }
.tbl tbody th { font-weight: 800; }
.tbl-sheet { min-width: 720px; }

@media (max-width: 1080px) {
  .explorer-grid { grid-template-columns: 1fr; }
  .pdp { position: static; }
  .plist { grid-template-columns: repeat(2, 1fr); }
  .plist-skel { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .plist, .plist-skel { grid-template-columns: 1fr; }
  .pc-shot { height: 260px; }
  .sel-sort { margin-left: 0; }
  .sel { width: 100%; justify-content: space-between; }
}

/* 재입고 */
.restock { background: var(--cloud); }
.restock-inner { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 28px; align-items: center; }
.restock-shot { display: block; border-radius: var(--r-l); overflow: clip; box-shadow: var(--sh-1); }
.restock-shot img { width: 100%; height: 230px; object-fit: cover; display: block; }
.restock-copy p { margin-top: 10px; color: var(--ink-2); max-width: 56ch; }
.restock-btns { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 700px) { .restock-inner { grid-template-columns: 1fr; } .restock-shot { max-width: 190px; } }

/* 하단 구매 Dock — 모바일 전용 */
.dock { display: none; }
.js .dock { display: none; }
@media (max-width: 767px) {
  .js [data-page="collection"] .dock {
    display: flex; align-items: center; gap: 12px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    background: #fff; border-top: 1px solid var(--line-2);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -8px 24px rgb(13 27 61 / .10);
  }
  [data-page="collection"] .site-footer { padding-bottom: 78px; }
  .dock-info { min-width: 0; flex: 1; }
  .dock-name { font-weight: 800; font-size: .88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .dock-price { font-size: .82rem; color: var(--ink-3); }
  .dock-price strong { color: var(--ink); font-size: .94rem; }
  .dock-btn { flex: none; padding: 0 22px; }
  .toast { bottom: 88px; }
}

/* ══════════════════════════════════════════════════════════════════════
   사이즈 찾기
   ══════════════════════════════════════════════════════════════════════ */
.finder { background: linear-gradient(180deg, #EAF6FF 0%, #FFFFFF 78%); }
.finder-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 44px; align-items: start; }
.finder h1 { font-size: clamp(1.85rem, 1.2rem + 2.4vw, 2.8rem); }
.finder-lead { margin-top: 14px; color: var(--ink-2); max-width: 46ch; }

.finder-fields { margin-top: 26px; background: #fff; border-radius: var(--r-l); box-shadow: var(--sh-2); padding: 6px 22px; }
.ff { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
.ff + .ff { border-top: 1px solid var(--line); }
.ff label { font-weight: 800; font-size: .95rem; }
.ff-in { display: inline-flex; align-items: center; gap: 6px; }
.ff-in input, .ff-in select {
  border: 0; border-bottom: 1.6px solid var(--line-2); background: transparent;
  font-family: inherit; font-size: 1.02rem; font-weight: 800; color: var(--navy);
  text-align: right; height: 38px; padding: 0 4px; min-width: 0;
}
.ff-in input { width: 74px; }
.ff-in select { text-align: right; max-width: 190px; }
.ff-in input:focus, .ff-in select:focus { outline: none; border-bottom-color: var(--navy); }
.ff-in .unit { font-size: .85rem; color: var(--ink-3); font-weight: 700; }
.finder-hint { margin-top: 10px; font-size: .8rem; color: var(--ink-3); display: flex; align-items: center; gap: 5px; }

.finder-out { margin-top: 20px; background: var(--navy); color: #fff; border-radius: var(--r-l); padding: 26px 26px 24px; }
.out-label { font-size: .76rem; font-weight: 800; letter-spacing: .14em; color: var(--sunshine); }
.out-size { margin-top: 6px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.out-size strong { font-size: clamp(1.9rem, 1.3rem + 2vw, 2.6rem); letter-spacing: -.03em; }
.out-size span { font-size: .95rem; font-weight: 700; color: rgb(255 255 255 / .74); }
.out-line { margin-top: 10px; color: rgb(255 255 255 / .86); font-size: .93rem; }
.out-gap { margin-top: 12px; display: inline-flex; align-items: center; gap: 7px; background: rgb(255 255 255 / .12); padding: 9px 15px; border-radius: 999px; font-size: .86rem; font-weight: 700; }
.out-warn { margin-top: 10px; display: flex; align-items: flex-start; gap: 7px; color: var(--sunshine); font-size: .86rem; font-weight: 700; }
.out-warn .ico { margin-top: 2px; }
.out-btns { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.finder-fine { margin-top: 14px; font-size: .8rem; color: var(--ink-3); }

.finder-fig { position: sticky; top: calc(var(--hd) + 20px); }
.fig-box { position: relative; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-l); padding: 24px 70px 24px 24px; display: flex; justify-content: center; }
.fig-box img { display: block; height: 360px; width: auto; }
.fig-rule { position: absolute; right: 22px; top: 26px; bottom: 26px; width: 40px; display: flex; flex-direction: column; justify-content: space-between; border-left: 2px solid var(--line-2); padding-left: 9px; }
.fig-rule span { font-size: .68rem; font-weight: 800; color: var(--ink-3); }
.fig-mark {
  position: absolute; right: 62px; display: flex; align-items: center; gap: 6px;
  font-size: .74rem; font-weight: 800; color: var(--navy);
  background: var(--sunshine); padding: 3px 9px; border-radius: 999px;
  transition: top .3s ease; top: 50%;
}
.fig-mark i { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--navy); }
.fig-cap { margin-top: 12px; font-size: .8rem; color: var(--ink-3); text-align: center; }

@media (max-width: 940px) {
  .finder-grid { grid-template-columns: 1fr; gap: 28px; }
  .finder-fig { position: static; }   /* 좁은 화면에서는 제목 → 입력 → 결과 → 그림 순 */
  .fig-box img { height: 250px; }
}
@media (max-width: 420px) {
  .ff { flex-direction: column; align-items: flex-start; gap: 4px; }
  .ff-in { width: 100%; justify-content: space-between; }
  .ff-in input, .ff-in select { text-align: left; }
}

.sheet-tip { margin-top: 14px; display: flex; align-items: center; gap: 7px; font-size: .86rem; color: var(--sun-ink); background: #FFF7DC; padding: 12px 16px; border-radius: var(--r); }
.sheet-tip a { color: var(--sun-ink); }

.gapsec { background: var(--cloud); }
.gap-list { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: gap; }
.gap-list li { background: #fff; border-radius: var(--r-l); padding: 24px; border: 1.5px solid var(--line); position: relative; counter-increment: gap; }
.gap-list li::before {
  content: counter(gap); position: absolute; top: 20px; right: 22px;
  font-size: 1.9rem; font-weight: 800; color: var(--seal); line-height: 1;
}
.gap-n { display: block; font-weight: 800; font-size: 1.02rem; padding-right: 34px; }
.gap-list p { margin-top: 10px; font-size: .88rem; color: var(--ink-2); line-height: 1.66; }
.gap-when { margin-top: 12px !important; display: inline-block; background: var(--sky-soft); color: var(--navy); font-weight: 800; font-size: .8rem; padding: 5px 12px; border-radius: 999px; }
.gap-note { margin-top: 20px; display: flex; align-items: flex-start; gap: 8px; font-size: .88rem; color: var(--warn); font-weight: 700; }
.gap-note .ico { margin-top: 3px; }
@media (max-width: 860px) { .gap-list { grid-template-columns: 1fr; } }

/* 아코디언 */
.acc { margin-top: 24px; border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-h { margin: 0; font-size: 1rem; }
.acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 20px 4px; border: 0; background: transparent; cursor: pointer;
  font-family: inherit; font-size: 1.02rem; font-weight: 800; color: var(--ink); text-align: left;
}
.acc-trigger:hover { color: #1B3168; }
.acc-mark { color: var(--ink-3); transition: rotate .22s ease; rotate: 90deg; }
.acc-trigger[aria-expanded="true"] .acc-mark { rotate: -90deg; color: var(--navy); }
.acc-panel { padding: 0 4px 22px; color: var(--ink-2); font-size: .92rem; line-height: 1.75; }
.acc-panel p + p { margin-top: 10px; }

/* ══════════════════════════════════════════════════════════════════════
   이벤트
   ══════════════════════════════════════════════════════════════════════ */
.ehero { background: linear-gradient(180deg, #FFF8E2 0%, #FFFFFF 80%); }
.ehero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .55fr); gap: 40px; align-items: center; }
.ehero h1 { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 2.9rem); }
.ehero-lead { margin-top: 14px; color: var(--ink-2); max-width: 46ch; }
.ehero-list { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.ehero-list li { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; }
.ehero-list .ico { color: var(--ok); }
.ehero-price { margin-top: 22px; font-size: 1rem; }
.ehero-price strong { font-size: 1.9rem; }
.ehero-shot { display: block; border-radius: var(--r-xl); overflow: clip; box-shadow: var(--sh-2); background: #fff; }
.ehero-shot img { width: 100%; height: auto; display: block; }
@media (max-width: 820px) { .ehero-grid { grid-template-columns: 1fr; gap: 26px; } .ehero-shot { max-width: 300px; } }

.kids { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.kid { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-l); padding: 22px; }
.kid-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.kid-n { background: var(--sky); color: var(--navy); font-weight: 800; font-size: .8rem; padding: 5px 13px; border-radius: 999px; }
.kid-name { display: inline-flex; align-items: center; gap: 8px; }
.kid-name label { font-size: .82rem; font-weight: 800; color: var(--ink-3); }
.kid-name input {
  border: 0; border-bottom: 1.6px solid var(--line-2); background: transparent;
  font-family: inherit; font-weight: 800; font-size: .96rem; color: var(--navy);
  height: 34px; width: 110px; padding: 0 4px;
}
.kid-name input:focus { outline: none; border-bottom-color: var(--navy); }
.kid-opts { margin-top: 18px; }
.kid-sum { margin-top: 14px; font-size: .88rem; color: var(--ink-2); background: var(--cloud); padding: 10px 14px; border-radius: var(--r-s); font-weight: 700; }
.kid-del { margin-top: 12px; border: 0; background: transparent; color: var(--ink-3); font-family: inherit; font-weight: 700; font-size: .82rem; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 6px 0; }
.kid-del:hover { color: var(--err); }
.set-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.set-fine { margin-top: 14px; font-size: .82rem; color: var(--ink-3); }
@media (max-width: 760px) { .kids { grid-template-columns: 1fr; } }

.sibling { background: var(--cloud); }
.sib-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 40px; align-items: start; }
.sib-steps { margin-top: 24px; display: flex; flex-direction: column; gap: 4px; }
.sib-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.sib-n { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: .95rem; }
.sib-steps h3 { font-size: 1rem; }
.sib-steps p { margin-top: 5px; font-size: .89rem; color: var(--ink-2); }
.sib-side { background: #fff; border-radius: var(--r-l); padding: 22px; border: 1.5px solid var(--line); }
.sib-side .frame { border-radius: var(--r); overflow: clip; }
.sib-side img { width: 100%; height: 170px; object-fit: cover; display: block; }
.sib-side p { margin-top: 14px; font-size: .88rem; color: var(--ink-2); }
@media (max-width: 860px) { .sib-grid { grid-template-columns: 1fr; gap: 26px; } }

.benefit-list { margin-top: 24px; display: flex; flex-direction: column; }
.benefit-list li { display: grid; grid-template-columns: 78px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.bl-tag { background: var(--sky-soft); color: var(--navy); font-weight: 800; font-size: .8rem; padding: 6px 0; border-radius: 999px; text-align: center; }
.benefit-list p { font-size: .93rem; color: var(--ink-2); }
.benefit-fine { margin-top: 16px; font-size: .82rem; color: var(--ink-3); }
@media (max-width: 520px) { .benefit-list li { grid-template-columns: 1fr; gap: 8px; } .bl-tag { width: 74px; } }

.deliv { background: var(--cloud); }

/* ══════════════════════════════════════════════════════════════════════
   브랜드
   ══════════════════════════════════════════════════════════════════════ */
.story { background: linear-gradient(180deg, #EFF6EE 0%, #FFFFFF 76%); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .78fr); gap: 44px; align-items: center; }
.story h1 { font-size: clamp(1.95rem, 1.2rem + 2.8vw, 3rem); }
.story-copy p { margin-top: 16px; color: var(--ink-2); max-width: 48ch; }
.story-shot { display: block; border-radius: var(--r-xl); overflow: clip; box-shadow: var(--sh-2); }
.story-shot img { width: 100%; height: auto; display: block; }
@media (max-width: 860px) { .story-grid { grid-template-columns: 1fr; gap: 26px; } }

.value-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-list li { text-align: center; padding: 30px 24px; border-radius: var(--r-l); background: var(--cloud); }
.value-list .ico { margin: 0 auto 14px; color: var(--navy); }
.value-list h3 { font-size: 1.05rem; }
.value-list p { margin-top: 8px; font-size: .88rem; color: var(--ink-2); }
@media (max-width: 760px) { .value-list { grid-template-columns: 1fr; } }

.safefull { background: var(--cloud); }

.sg-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 44px; align-items: center; }
.sg-shot { display: block; border-radius: var(--r-xl); overflow: clip; background: #fff; box-shadow: var(--sh-1); }
.sg-shot img { width: 100%; height: auto; display: block; }
.sg-steps { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; counter-reset: sg; }
.sg-steps li { position: relative; padding-left: 34px; font-size: .93rem; color: var(--ink-2); counter-increment: sg; }
.sg-steps li::before {
  content: counter(sg); position: absolute; left: 0; top: 1px;
  width: 24px; height: 24px; border-radius: 50%; background: var(--sunshine); color: var(--navy);
  font-size: .78rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.sg-copy > p:last-child { margin-top: 18px; }
@media (max-width: 860px) { .sg-grid { grid-template-columns: 1fr; gap: 26px; } }

.voice-list { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-list li { background: var(--cloud); border-radius: var(--r-l); padding: 26px; }
.voice-list blockquote { margin: 0; font-size: .96rem; font-weight: 700; line-height: 1.7; }
.voice-list blockquote::before { content: "“"; display: block; font-size: 2.4rem; line-height: .6; color: var(--sky-deep); margin-bottom: 10px; }
.voice-by { margin-top: 14px; font-size: .82rem; color: var(--ink-3); font-weight: 700; }
@media (max-width: 860px) { .voice-list { grid-template-columns: 1fr; } }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.contact-facts { margin-top: 26px; display: flex; flex-direction: column; gap: 4px; }
.contact-facts li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-facts .ico { color: var(--navy); margin-top: 2px; }
.contact-facts h3 { font-size: .92rem; }
.contact-facts p { margin-top: 3px; font-size: .88rem; color: var(--ink-2); }
.contact-facts a { text-decoration: underline; text-underline-offset: 3px; }

.inquiry-form { background: var(--cloud); border-radius: var(--r-l); padding: 28px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .84rem; font-weight: 800; margin-bottom: 6px; }
.control {
  width: 100%; border: 1.5px solid var(--line-2); border-radius: var(--r-s);
  background: #fff; font-family: inherit; font-size: .95rem; color: var(--ink);
  padding: 12px 14px; min-height: 48px;
}
.control:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgb(13 27 61 / .08); }
textarea.control { resize: vertical; line-height: 1.6; }
.err { display: none; margin-top: 6px; font-size: .8rem; font-weight: 700; color: var(--err); }
.field.invalid .control, .agree.invalid .box { border-color: var(--err); }
.field.invalid .err, .agree.invalid .err { display: block; }
.counter { margin-top: 6px; font-size: .76rem; color: var(--ink-3); text-align: right; }
.agree { position: relative; margin: 6px 0 18px; }
.agree label { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; cursor: pointer; }
.agree .box {
  width: 22px; height: 22px; flex: none; border-radius: 6px; border: 1.6px solid var(--line-2);
  background: #fff; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;
}
.agree .box .ico { width: 14px; height: 14px; color: transparent; stroke-width: 2.6; }
.agree input:checked + label .box { background: var(--navy); border-color: var(--navy); }
.agree input:checked + label .box .ico { color: #fff; }
.form-fine { margin-top: 12px; font-size: .78rem; color: var(--ink-3); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ── 모바일 공통: 누르는 면 44px 확보 ─────────────────────────────────── */
@media (max-width: 767px) {
  button, .btn, .chip, .pc-more, .tab, .acc-trigger, .cart-del, .kid-del, .qty button { min-height: 44px; }
  .qty button { min-width: 44px; }
  .chips-color .chip { min-width: 44px; }
}

/* ── 무JS 에서 JS 전용 조작기는 반드시 사라져야 한다 ──────────────────────
   키트의 `.js-only { display:none }` 은 특이도 (0,1,0) 이라 `.btn`·`.selects` 처럼
   나중에 쓴 같은 특이도의 display 선언에 순서로 진다. 그러면 무JS 화면에
   「눌러도 반응 없는 단추」가 남는다(키트 규약 7). 여기서 확실히 못 박는다. */
html:not(.js) .js-only { display: none !important; }

/* ── `.js .js-only { display: revert }` 되돌리기 ──────────────────────────
   키트의 무JS 분기는 특이도 (0,2,0) 이라 `.btn`(0,1,0) 같은 부품의 display 를
   UA 기본값으로 덮어 버린다(아이콘이 글자 위로 떨어지는 증상). 부품마다 되살린다. */
.js .btn.js-only,
.js .tool.js-only,
.js .pc-more.js-only    { display: inline-flex; align-items: center; justify-content: center; }
.js .selects.js-only,
.js .finder-hint.js-only { display: flex; }
.js .pdp-actions.js-only { display: grid; }
.js .opt.js-only,
.js .searchbox.js-only  { display: block; }

/* ── 화면 전환 ────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}
