@charset "utf-8";
/* ══════════════════════════════════════════════════════════════════════
   NEST NOTE — 프리미엄 베이비·키즈 편집숍
   토큰 정본: 05-data/design-tokens.json
   격자 데스크톱 1440 / 내용 1348 / 여백 46 / 거터 20
        모바일 390 / 내용 354 / 여백 18 / 거터 12
   시안: desktop-hq 1440×2200 · mobile-hq 390×2400 (둘 다 배율 1.0)
   ══════════════════════════════════════════════════════════════════════ */

:root {
  --ink: #1d2425;
  --bone: #f7f3ea;
  --butter: #f3de73;
  --sky: #b8d6df;
  --sage: #afc4ae;
  --clay: #d98263;
  --mist: #dde5e1;
  --line: #ced3cf;
  --paper: #faf7f0;

  --f: "Pretendard Variable", Pretendard, "Noto Sans KR", -apple-system, system-ui, sans-serif;

  --wrap: 1348px;
  --mg: 46px;
  --gut: 20px;
  --an-h: 32px;
  --hd-h: 100px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bone); color: var(--ink);
  font-family: var(--f); font-size: 16px; line-height: 1.62;
  letter-spacing: -.012em; -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; }
p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
table { border-collapse: collapse; }

.wrap { width: min(var(--wrap), calc(100% - var(--mg) * 2)); margin: 0 auto; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 99; background: var(--butter); color: var(--ink); padding: 10px 16px; }
.skip:focus { left: 12px; top: 12px; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--clay); outline-offset: 2px;
}
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.m-only { display: none; }

/* ── 공지 바 ─────────────────────────────────────────────────────────── */
.announce { height: var(--an-h); background: var(--ink); color: var(--butter); }
.an-in { height: 100%; display: flex; align-items: center; }
.announce p { font-size: 12px; letter-spacing: -.01em; }
.announce i { font-style: normal; margin: 0 4px; opacity: .7; }
.an-r { margin-left: auto; color: rgba(247,243,234,.72); letter-spacing: .02em; }

/* ── 헤더 ────────────────────────────────────────────────────────────── */
.hd { height: var(--hd-h); background: var(--bone); }
.hd-in { height: 100%; display: flex; align-items: center; }
.logo { display: inline-flex; align-items: baseline; gap: 9px; }
.logo b { font-size: 33px; font-weight: 700; letter-spacing: .01em; line-height: 1; }
.logo em { font-style: normal; font-size: 13px; color: #5c6664; letter-spacing: -.02em; }
.hd-nav { display: flex; margin-left: 202px; gap: 62px; }
.hd-nav a { font-size: 12.5px; letter-spacing: .01em; white-space: nowrap; }
.hd-nav a:hover, .hd-end a:hover { color: var(--clay); }
.hd-nav a[aria-current="page"] { color: var(--clay); }
.hd-end { display: flex; align-items: center; gap: 48px; margin-left: auto; font-size: 12.5px; }
.hd-bag i { font-style: normal; margin-left: 5px; }
.hd-end-m { display: none; }

/* ── 공통 조각 ───────────────────────────────────────────────────────── */
.eyebrow { font-size: 12px; letter-spacing: .04em; color: var(--clay); }
.eyebrow.mist { color: rgba(247,243,234,.72); }
.eyebrow i { font-style: normal; margin: 0 4px; opacity: .8; }
.h-xl { font-size: 65px; font-weight: 700; letter-spacing: -.035em; line-height: 1.169; }
.h-lg { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.35; }
.h-md { font-size: 27px; font-weight: 700; letter-spacing: -.03em; line-height: 1.4; }
.lbl { font-size: 12px; letter-spacing: .03em; color: #6b7573; }
.dim { color: #6b7573; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.ar { font-style: normal; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 57px; padding: 0 26px; border: 0; border-radius: 0;
  font-size: 14px; letter-spacing: -.01em; white-space: nowrap;
}
.btn-ink { background: var(--ink); color: var(--butter); }
.btn-ink:hover { background: #0f1516; }
.btn-butter { background: var(--butter); color: var(--ink); }
.btn-butter:hover { background: #ecd45a; }
.btn-line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.btn-line:hover { background: rgba(29,36,37,.06); }
.btn-white { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn-white:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.btn-full { width: 100%; }
.btn-sm { height: 44px; padding: 0 18px; font-size: 12.5px; }
.link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; }
.link:hover { color: var(--clay); }

.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gut); }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gut); }
.ph { display: block; overflow: hidden; background: var(--mist); }
.ph img { width: 100%; height: 100%; object-fit: cover; }

/* 상품 카드 */
.pc .ph { aspect-ratio: 436 / 288; }
.pc-tag { margin-top: 24px; font-size: 12px; letter-spacing: .03em; color: var(--clay); }
.pc .row { display: flex; align-items: baseline; margin-top: 7px; }
.pc h3, .pc h2 { font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.pc .price { margin-left: auto; font-size: 13.5px; letter-spacing: -.01em; }
.pc .spec { margin-top: 0; font-size: 12.5px; color: #7b8583; }

/* ── 푸터 ────────────────────────────────────────────────────────────── */
.ft { background: var(--ink); color: rgba(247,243,234,.66); padding-top: 58px; }
.ft-in { display: grid; grid-template-columns: 714px 206px 204px 1fr; }
.ft-mark { font-size: 26px; font-weight: 700; letter-spacing: .01em; line-height: 1; color: var(--bone); }
.ft-tag { margin-top: 5px; font-size: 11px; letter-spacing: .06em; color: rgba(247,243,234,.5); }
.ft-col { margin-top: -17px; }
.ft-col h2 { font-size: 11.5px; font-weight: 400; letter-spacing: .06em; color: var(--butter); }
.ft-col ul { margin-top: 14px; }
.ft-col li { font-size: 13px; line-height: 1.72; }
.ft-col a { color: rgba(247,243,234,.8); }
.ft-col a:hover { color: #fff; }
.ft-legal { margin-top: 43px; padding-bottom: 25px; font-size: 11.5px; color: rgba(247,243,234,.4); }
.ft-legal i { font-style: normal; margin: 0 4px; }

/* ══════════════════════════════════════════════════════════════════════
   모바일 (≤899) — mobile-hq 390×2400 정본
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 899px) {
  :root { --wrap: 354px; --mg: 18px; --gut: 12px; --an-h: 28px; --hd-h: 64px; }
  .d-only { display: none; }
  .m-only { display: inline; }
  .an-r { display: none; }
  .announce p { font-size: 11px; }
  .logo b { font-size: 21px; }
  .logo em { display: none; }
  .hd-nav, .hd-end { display: none; }
  .hd-end-m { display: flex; align-items: center; gap: 38px; margin-left: auto; font-size: 12.5px; }

  .h-xl { font-size: 27px; line-height: 1.42; }
  .h-lg { font-size: 21px; }
  .h-md { font-size: 17px; }
  .g3, .g4 { grid-template-columns: repeat(2, 1fr); }
  .pc .ph { aspect-ratio: 171 / 143; }
  .pc-tag { margin-top: 14px; font-size: 11px; }
  .pc .row { display: block; margin-top: 4px; }
  .pc h3, .pc h2 { font-size: 14px; }
  .pc .price { margin: 3px 0 0; font-size: 12px; }
  .pc .spec { display: none; }
  .btn { height: 50px; font-size: 13px; }

  .ft { padding-top: 49px; }
  .ft-in { display: flex; flex-wrap: wrap; }
  .ft-brand { flex: 0 0 100%; }
  .ft-mark { font-size: 20px; }
  .ft-tag { margin-top: 9px; font-size: 10px; }
  .ft-col { margin-top: 28px; margin-right: 26px; }
  .ft-col h2 { font-size: 11.5px; color: var(--bone); }
  .ft-col ul { display: none; }
  .ft-legal { margin-top: 24px; padding-bottom: 24px; font-size: 10.5px; }
}

/* ══════════════════════════════════════════════════════════════════════
   01 홈
   ══════════════════════════════════════════════════════════════════════ */
.hero { position: relative; }
.hero-ph { height: 740px; overflow: hidden; background: var(--mist); }
.hero-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 34%; }
.hero-card { position: absolute; left: 0; top: 0; width: 612px; height: 610px; background: var(--bone); }
.hero-in { padding: 66px var(--mg) 0; }
.hero-h { margin-top: 39px; margin-bottom: -9px; }
.hero-d { margin-top: 2px; font-size: 16.5px; line-height: 1.76; color: #4a5453; }
.hero-b { position: absolute; left: var(--mg); top: 446px; display: flex; align-items: center; gap: 37px; }
.hero-b .btn { width: 179px; padding: 0; }

.sband { background: var(--sky); }
.sband-in { display: grid; grid-template-columns: repeat(5, 1fr); height: 99px; align-items: center; }
.sband a { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; letter-spacing: -.01em; }
.sband a:hover { color: rgba(29,36,37,.6); }

.sec { padding-top: 70px; }
.sec-h { margin-top: 21px; }
.nlist { margin-top: 9px; }
.sec-new { padding-bottom: 22px; }

.playband { display: grid; grid-template-columns: 612px 1fr; background: var(--sage); height: 390px; }
.pb-t { display: flex; align-items: flex-start; }
.pb-in { padding: 65px 40px 0 var(--mg); }
.pb-h { margin-top: 32px; margin-bottom: -12px; }
.pb-d { margin-top: 5px; font-size: 14px; line-height: 1.7; color: #33403a; }
.pb-b { margin-top: 93px; }
.pb-b .btn { width: 179px; padding: 0; }
.pb-ph { overflow: hidden; }
.pb-ph img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 899px) {
  .hero { display: flex; flex-direction: column; }
  .hero-card { order: 1; position: static; width: 100%; height: 125px; }
  .hero-in { padding: 30px var(--mg) 0; }
  .hero-h { margin-top: 18px; margin-bottom: 0; white-space: nowrap; }
  .hero-h br, .hero-d { display: none; }
  .hero-ph { order: 2; height: 385px; }
  .hero-ph img { object-position: 58% 30%; }
  .hero-b { top: 508px; left: var(--mg); gap: 0; }
  .hero-b .btn { width: 178px; }
  .hero-b .link { display: none; }
  .sband-in { grid-template-columns: repeat(3, 1fr); height: 78px; }
  .sband a { font-size: 14px; gap: 7px; }
  .d-only-li { display: none; }
  .sec { padding-top: 68px; }
  .sec-h { margin-top: 18px; }
  .nlist { margin-top: 24px; row-gap: 20px; }
  .sec-new { padding-bottom: 0; }
  .playband {
    display: flex; flex-direction: column; height: auto;
    width: min(354px, calc(100% - 36px)); margin: 54px auto 405px;
  }
  .pb-ph { order: 1; height: 252px; }
  .pb-t { order: 2; background: var(--sage); }
  .pb-in { padding: 38px 20px 49px; }
  .pb-h { margin-top: 15px; margin-bottom: 0; }
  .pb-d { margin-top: 8px; font-size: 12.5px; line-height: 1.62; }
  .pb-b { display: none; }
}

/* ══════════════════════════════════════════════════════════════════════
   02·03·04·05 목록 (10 검색 · 17 위시 공용)
   ══════════════════════════════════════════════════════════════════════ */
.phead { padding-top: 57px; }
.phead-h { margin-top: 34px; margin-bottom: -7px; font-size: 52px; }
.phead-d { margin-top: 3px; font-size: 14px; color: #6b7573; }

.filt { display: flex; align-items: center; margin-top: 105px; }
.chips { display: flex; gap: 7px; }
.chip {
  width: 89px; height: 43px; padding: 0 8px; border: 1px solid var(--line);
  background: transparent; font-size: 12.5px; letter-spacing: -.01em;
}
.chip:hover { border-color: var(--ink); }
.chip.on { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.filt-m { display: none; }
.filt-r { margin-left: auto; display: flex; align-items: center; gap: 14px; font-size: 12.5px; }
.filt-r i { font-style: normal; }
.lnkb { border: 0; background: transparent; font: inherit; padding: 0; }
.lnkb:hover { color: var(--clay); }

.plist { margin-top: 48px; row-gap: 43px; }
.sec-list { padding-bottom: 591px; }

@media (max-width: 899px) {
  .phead { padding-top: 44px; }
  .phead-h { margin-top: 18px; margin-bottom: 0; font-size: 25px; }
  .phead-d { margin-top: 8px; font-size: 12.5px; line-height: 1.6; }
  .filt { margin-top: 67px; display: block; }
  .chips, .filt-r { display: none; }
  .filt-m { display: flex; align-items: center; gap: 22px; height: 50px; padding: 0 22px; border: 1px solid var(--line); font-size: 12.5px; }
  .plist { margin-top: 26px; row-gap: 26px; }
  .sec-list { padding-bottom: 1092px; }
}

/* ══════════════════════════════════════════════════════════════════════
   06 저널
   ══════════════════════════════════════════════════════════════════════ */
.jhero { padding-top: 44px; }
.jh-wrap { position: relative; }
.jh-ph { height: 650px; overflow: hidden; background: var(--mist); }
.jh-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.jh-card { position: absolute; left: 0; top: 0; width: 540px; height: 476px; background: var(--ink); color: var(--bone); padding: 53px 34px 0; }
.eyebrow.butter { color: var(--butter); }
.jh-h { margin-top: 36px; margin-bottom: -8px; font-size: 50px; line-height: 1.24; color: var(--bone); }
.jh-d { margin-top: 16px; font-size: 13.5px; color: rgba(247,243,234,.72); }
.jh-b { position: absolute; left: 34px; top: 390px; }
.jh-b .btn { width: 121px; height: 55px; padding: 0; font-size: 13px; }

.jlist-s { padding-top: 85px; }
.jlist { margin-top: 25px; }
.jlist .ph { aspect-ratio: 436 / 310; }
.jlist h3 { margin-top: 15px; font-size: 26px; font-weight: 700; letter-spacing: -.03em; }
.jl-d { margin-top: 5px; font-size: 12.5px; color: #7b8583; }

.news { margin-top: 99px; background: var(--butter); padding: 58px 0 0; height: 460px; }
.news-in { display: grid; grid-template-columns: 1fr 400px; column-gap: 40px; align-items: start; }
.news-eb { color: #6b5c1c; }
.news-h { margin-top: 32px; }
.news-f { display: flex; align-items: center; height: 55px; margin-top: 44px; background: var(--bone); padding: 5px; }
.news-f input { flex: 1 1 0; min-width: 0; height: 100%; border: 0; background: transparent; padding: 0 16px; font-size: 13px; }
.news-f input::placeholder { color: #8d9694; }
.news-f .btn { width: 108px; height: 45px; padding: 0; font-size: 12.5px; }

/* ══════════════════════════════════════════════════════════════════════
   07 기프트 파인더
   ══════════════════════════════════════════════════════════════════════ */
.page-gift-finder { background: var(--sky); }
.page-gift-finder .hd, .page-gift-finder .announce { background: var(--bone); }
.page-gift-finder .announce { background: var(--ink); }
.gf { text-align: center; }
.gf-crumb { padding-top: 50px; color: #4d5d63; }
.gf-q { margin-top: 14px; margin-bottom: 0; font-size: 49px; }
.gf-s { margin-top: 13px; font-size: 14px; color: #43555b; }
.gf-bar { width: 570px; height: 5px; margin: 45px auto 0; background: rgba(29,36,37,.22); }
.gf-bar span { display: block; height: 100%; background: var(--ink); }
.gf-opts { width: 714px; margin: 78px auto 0; display: grid; gap: 37px; }
.gf-o {
  display: flex; align-items: center; gap: 0; width: 100%; height: 175px;
  padding: 0 40px 0 40px; border: 2px solid transparent; background: var(--bone); text-align: left;
}
.gf-o.on { border-color: var(--ink); }
.gf-o:hover { border-color: rgba(29,36,37,.4); }
.gf-n { flex: 0 0 68px; font-size: 22px; font-weight: 700; color: var(--clay); }
.gf-tx { flex: 1; min-width: 0; }
.gf-tx strong { display: block; font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.gf-tx em { display: block; margin-top: 10px; font-style: normal; font-size: 12.5px; color: #7b8583; }
.gf-ar { font-size: 20px; }
.gf-next { margin-top: 123px; padding-bottom: 0; font-size: 13px; }
.gf-next i { font-style: normal; margin: 0 4px; }
.gf-ph { width: 740px; margin: 94px auto 188px; overflow: hidden; background: var(--mist); aspect-ratio: 740 / 480; }
.gf-ph img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 899px) {
  .jhero { padding-top: 0; }
  .jh-wrap { display: flex; flex-direction: column; width: 100%; }
  .jh-ph { order: 2; height: 319px; }
  .jh-card { order: 1; position: static; width: 100%; height: 122px; padding: 34px var(--mg) 0; }
  .jh-h { margin-top: 21px; margin-bottom: 0; font-size: 23px; white-space: nowrap; }
  .jh-h br, .jh-d, .jh-b { display: none; }
  .jlist-s { padding-top: 25px; }
  .jlist-s .eyebrow { display: none; }
  .jlist { margin-top: 0; grid-template-columns: 1fr; row-gap: 25px; }
  .jlist .ph { aspect-ratio: 354 / 220; }
  .jlist .pc-tag { display: none; }
  .jlist h3 { margin-top: 12px; font-size: 18px; }
  .jl-d { display: none; }
  .news { margin-top: 89px; padding: 42px 0 0; height: 301px; }
  .news-in { grid-template-columns: minmax(0, 1fr); }
  .news-h { margin-top: 20px; font-size: 21px; }
  .news-f { margin-top: 26px; height: 48px; }
  .news-f .btn { width: 88px; height: 40px; font-size: 11.5px; }
  .page-journal main { padding-bottom: 413px; }
  .page-gift-finder main { padding-bottom: 0; }
  .gf-crumb { padding-top: 40px; }
  .gf-q { font-size: 25px; margin-top: 12px; }
  .gf-s { margin-top: 12px; font-size: 12.5px; }
  .gf-bar { width: 100%; margin-top: 24px; }
  .gf-opts { width: 100%; margin-top: 29px; gap: 76px; }
  .gf-o { height: 108px; padding: 0 20px; }
  .gf-n { flex: 0 0 44px; font-size: 16px; }
  .gf-tx strong { font-size: 16px; }
  .gf-tx em { margin-top: 6px; font-size: 11.5px; }
  .gf-next { margin-top: 60px; padding-bottom: 0; font-size: 12px; }
  .gf-ph { width: 100%; margin: 58px 0 993px; aspect-ratio: 354 / 300; }
}

/* ══════════════════════════════════════════════════════════════════════
   08·09 상품 상세
   ══════════════════════════════════════════════════════════════════════ */
.pdp { display: grid; grid-template-columns: 760px 1fr; column-gap: 44px; padding-top: 44px; }
.pdp-ph { height: 760px; overflow: hidden; background: var(--mist); }
.pdp-ph img { width: 100%; height: 100%; object-fit: cover; }
.pdp-in { padding-top: 13px; }
.pdp-h { margin-top: 35px; font-size: 42px; font-weight: 700; letter-spacing: -.035em; line-height: 1.16; }
.pdp-price { margin-top: 4px; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.pdp-rate { margin-top: 11px; font-size: 12.5px; color: #6b7573; }
.stars { color: var(--ink); letter-spacing: .06em; }
.pdp-d { margin-top: 44px; font-size: 14px; color: #4a5453; }
.pdp-ol { margin-top: 85px; }
.opt { margin-top: 42px; }
.opt:first-of-type { margin-top: 11px; }
.opts { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; }
.obx {
  height: 47px; min-width: 105px; padding: 0 14px; border: 1px solid var(--line);
  background: transparent; font-size: 12.5px; letter-spacing: .02em;
}
.obx:hover { border-color: var(--ink); }
.obx.on { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.safe { display: inline-flex; align-items: center; height: 47px; margin-top: 4px; padding: 0 20px; background: var(--ink); color: var(--butter); font-size: 12.5px; }
.pdp-add { margin-top: 57px; height: 60px; }
.pdp-trust { margin-top: 27px; font-size: 12px; color: #7b8583; }
.pdp-trust i { font-style: normal; margin: 0 3px; }

.specband { margin-top: 59px; background: var(--butter); padding: 59px 0 0; height: 261px; }
.sp-l { font-size: 11.5px; letter-spacing: .06em; color: #6b5c1c; }
.sp-v { margin-top: 27px; padding-bottom: 22px; border-bottom: 1px solid var(--ink); font-size: 22px; font-weight: 700; letter-spacing: -.01em; }
.rel { padding-top: 80px; padding-bottom: 106px; }
.rel .plist { margin-top: 30px; }

@media (max-width: 899px) {
  .pdp { grid-template-columns: 1fr; padding-top: 0; }
  .pdp-ph { height: 438px; }
  .pdp-in { padding-top: 34px; }
  .pdp-h { font-size: 25px; margin-top: 14px; }
  .pdp-price { margin-top: 5px; font-size: 17px; }
  .pdp-rate { margin-top: 8px; font-size: 11.5px; }
  .pdp-d, .pdp-ol { display: none; }
  .opt { margin-top: 47px; }
  .opt:first-of-type { margin-top: 51px; }
  .opts { margin-top: 4px; }
  .obx { height: 40px; min-width: 76px; font-size: 11.5px; }
  .safe { height: 40px; margin-top: 4px; font-size: 11.5px; }
  .pdp-add { margin-top: 65px; height: 52px; }
  .pdp-trust { margin-top: 14px; font-size: 11px; }
  .specband { margin-top: 50px; padding: 32px 0 0; height: auto; padding-bottom: 50px; }
  .specs { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .sp-l { font-size: 9.5px; }
  .sp-v { margin-top: 22px; padding-bottom: 12px; font-size: 10.5px; }
  .rel { padding-top: 103px; padding-bottom: 199px; }
  .page-knit-set-detail .rel { padding-bottom: 216px; }
  .rel .plist { margin-top: 13px; }
}

/* ══════════════════════════════════════════════════════════════════════
   11 장바구니 · 12 선물 메시지 · 13·14 결제 공용
   ══════════════════════════════════════════════════════════════════════ */
.cart { display: grid; grid-template-columns: 886px 414px; column-gap: 48px; align-items: start; margin-top: 92px; }
.cline { display: grid; grid-template-columns: 210px 1fr; column-gap: 27px; align-items: start; }
.clines .cline { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.cline + .cline { margin-top: 41px; }
.cline-ph { display: block; width: 210px; height: 150px; overflow: hidden; background: var(--mist); }
.cline-ph img { width: 100%; height: 100%; object-fit: cover; }
.cline-b .row { display: flex; align-items: baseline; }
.cline-b h2 { font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.cline-p { margin-left: auto; font-size: 15px; }
.cline-s { margin-top: 11px; font-size: 12.5px; color: #7b8583; }
.cline-f { display: flex; align-items: center; margin-top: 30px; }
.qty { display: inline-flex; align-items: center; height: 40px; border: 1px solid var(--line); }
.qty button { width: 32px; height: 100%; border: 0; background: transparent; font-size: 14px; }
.qty b { min-width: 28px; text-align: center; font-weight: 400; font-size: 13px; }
.rm { margin-left: auto; font-size: 11.5px; color: var(--clay); }
.rm:hover { text-decoration: underline; }

.osum { background: #ebe7dc; padding: 28px 36px 30px; }
.osum h2 { font-size: 11.5px; font-weight: 400; letter-spacing: .06em; }
.osum-l { margin-top: 25px; }
.osum-l div { display: flex; align-items: baseline; justify-content: space-between; }
.osum-l div + div { margin-top: 24px; }
.osum-l dt { font-size: 13px; color: #5c6664; }
.osum-l dd { margin: 0; font-size: 14px; }
.osum-l .free { color: var(--clay); }
.osum .rule { margin-top: 38px; border-color: #d8d2c4; }
.osum-t { display: flex; align-items: baseline; justify-content: space-between; margin-top: 22px; }
.osum-t span { font-size: 14px; }
.osum-t b { font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.osum-b { margin-top: 16px; height: 54px; font-size: 13px; }

.giftband { display: grid; grid-template-columns: 612px 1fr; background: var(--sky); height: 243px; margin-top: 234px; margin-bottom: 647px; }
.gb-in { padding: 57px 40px 0 var(--mg); }
.gb-eb { color: #3f5a63; }
.gb-h { margin-top: 21px; }
.gb-d { margin-top: 15px; font-size: 13.5px; color: #2c3f45; }
.gb-b { margin-top: 24px; }
.gb-b .btn { height: 46px; padding: 0 22px; font-size: 13px; }
.gb-ph { overflow: hidden; }
.gb-ph img { width: 100%; height: 100%; object-fit: cover; }

.gm { display: grid; grid-template-columns: 646px 1fr; column-gap: 74px; align-items: start; margin-top: 110px; padding-bottom: 732px; }
.fld + .fld { margin-top: 32px; }
.fld .lbl { display: block; }
.fld input, .fld textarea { display: block; width: 100%; height: 50px; margin-top: 10px; padding: 0 18px; border: 1px solid var(--line); background: var(--paper); font-size: 13.5px; }
.fld textarea { height: 96px; padding: 15px 18px; resize: vertical; line-height: 1.6; }
.fld input::placeholder, .fld textarea::placeholder { color: #9aa4a2; }
.fld input:focus, .fld textarea:focus { border-color: var(--ink); outline: none; }
.gm-f .opt { margin-top: 35px; }
.gm-b { margin-top: 47px; height: 54px; }
.gm-ph { overflow: hidden; background: var(--mist); aspect-ratio: 466 / 378; }
.gm-ph img { width: 100%; height: 100%; object-fit: cover; }
.gm-card { margin-top: 54px; background: #ebe7dc; padding: 40px 36px 46px; }
.gm-msg { margin-top: 30px; font-size: 19px; font-weight: 700; letter-spacing: -.03em; }
.gm-from { margin-top: 27px; font-size: 12.5px; color: #6b7573; }

@media (max-width: 899px) {
  .cart { grid-template-columns: 1fr; row-gap: 44px; margin-top: 42px; }
  .cline { grid-template-columns: 120px 1fr; column-gap: 14px; }
  .cline-ph { width: 120px; height: 86px; }
  .cline-b h2 { font-size: 15px; }
  .cline-p { font-size: 12.5px; }
  .cline-s { margin-top: 7px; font-size: 11.5px; }
  .cline-f { margin-top: 14px; }
  .qty { height: 34px; }
  .cline + .cline { margin-top: 22px; }
  .osum { padding: 26px 20px 24px; }
  .osum-l { margin-top: 20px; }
  .osum-l div + div { margin-top: 14px; }
  .osum .rule { margin-top: 18px; }
  .osum-t { margin-top: 14px; }
  .osum-t b { font-size: 18px; }
  .osum-b { margin-top: 20px; height: 48px; }
  .giftband { grid-template-columns: 1fr; height: auto; margin: 44px 0 0; }
  .gb-in { padding: 26px var(--mg) 30px; }
  .gb-h { margin-top: 12px; }
  .gb-d { margin-top: 10px; font-size: 12.5px; }
  .gb-b { margin-top: 18px; }
  .gb-ph { height: 200px; }
  .gm { grid-template-columns: 1fr; row-gap: 32px; margin-top: 34px; padding-bottom: 200px; }
  .fld input, .fld textarea { height: 46px; }
  .fld textarea { height: 90px; }
  .gm-b { margin-top: 30px; height: 48px; }
  .gm-card { margin-top: 26px; padding: 26px 20px 30px; }
  .gm-msg { margin-top: 20px; font-size: 16px; }
  .gm-from { margin-top: 18px; font-size: 11.5px; }
}

/* ══════════════════════════════════════════════════════════════════════
   13·14·15 결제
   ══════════════════════════════════════════════════════════════════════ */
.steps-w { padding-top: 51px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); font-size: 11.5px; letter-spacing: .04em; color: #7b8583; }
.steps li { text-align: center; }
.steps li:first-child { text-align: left; padding-left: 219px; }
.steps li:last-child { text-align: right; padding-right: 238px; }
.steps b { font-weight: 400; color: var(--clay); }
.steps a:hover { color: var(--ink); }

.ckhead { padding-top: 54px; }
.ck-h { font-size: 40px; font-weight: 700; letter-spacing: -.035em; line-height: 1.2; }
.ck-d { margin-top: 4px; font-size: 13px; color: #6b7573; }
.ck-d i { font-style: normal; margin: 0 3px; }

.cko { display: grid; grid-template-columns: 886px 414px; column-gap: 48px; align-items: start; margin-top: 62px; }
.ckform .fld + .fld { margin-top: 21px; }
.cko .osum { margin-top: 12px; }

.pays { border: 0; padding: 0; margin: 0; }
.payr { display: flex; align-items: center; gap: 20px; height: 73px; padding: 0 24px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.payr + .payr { margin-top: 15px; }
.payr input { position: absolute; opacity: 0; width: 0; height: 0; }
.payr-r { flex: 0 0 auto; width: 17px; height: 17px; border: 1.4px solid var(--ink); border-radius: 50%; }
.payr-t { font-size: 13.5px; }
.payr.on { border-color: var(--ink); border-width: 2px; background: #ebe7dc; }
.payr.on .payr-r { box-shadow: inset 0 0 0 3px #ebe7dc, inset 0 0 0 9px var(--ink); }

.done { display: grid; grid-template-columns: 106px 1fr; column-gap: 34px; margin-top: 61px; }
.done-tick { width: 106px; height: 106px; background: var(--butter); color: var(--ink); display: grid; place-items: center; font-size: 34px; line-height: 1; }
.done-t { padding-top: 15px; }
.done-h { margin-top: 22px; font-size: 24px; font-weight: 700; letter-spacing: -.03em; }
.donecard { margin-top: 95px; padding: 32px 32px 36px; background: #ebe7dc; max-width: 806px; }
.donecard-h { margin-top: 22px; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.donecard-h i, .donecard-d i { font-style: normal; margin: 0 4px; opacity: .7; }
.donecard-d { margin-top: 20px; font-size: 12.5px; color: #6b7573; }
.done-b { margin-top: 63px; }
.done-b .btn { width: 210px; height: 59px; padding: 0; }
.page-checkout-delivery main { padding-bottom: 978px; }
.page-checkout-payment main { padding-bottom: 1135px; }
.page-order-complete main { padding-bottom: 1059px; }

@media (max-width: 899px) {
  .steps-w { padding-top: 28px; }
  .steps { font-size: 9.5px; }
  .steps li:first-child { padding-left: 0; }
  .steps li:last-child { padding-right: 0; }
  .ckhead { padding-top: 26px; }
  .ck-h { font-size: 22px; }
  .ck-d { margin-top: 8px; font-size: 11.5px; }
  .cko { grid-template-columns: 1fr; row-gap: 40px; margin-top: 32px; }
  .ckform .fld + .fld { margin-top: 24px; }
  .payr { height: 58px; padding: 0 18px; gap: 14px; }
  .payr-t { font-size: 12.5px; }
  .done { grid-template-columns: 70px 1fr; column-gap: 18px; margin-top: 40px; }
  .done-tick { width: 70px; height: 70px; font-size: 24px; }
  .done-t { padding-top: 4px; }
  .done-h { margin-top: 12px; font-size: 17px; }
  .donecard { margin-top: 40px; padding: 24px 20px 28px; }
  .donecard-h { margin-top: 14px; font-size: 15px; }
  .donecard-d { margin-top: 14px; font-size: 11.5px; }
  .done-b { margin-top: 34px; }
  .done-b .btn { width: 100%; }
  .page-checkout-delivery main, .page-checkout-payment main, .page-order-complete main { padding-bottom: 400px; }
}

/* ══════════════════════════════════════════════════════════════════════
   16 로그인
   ══════════════════════════════════════════════════════════════════════ */
.lgw { display: grid; grid-template-columns: 720px 1fr; }
.lg-ph { overflow: hidden; background: var(--mist); }
.lg-ph img { width: 100%; height: 100%; object-fit: cover; }
.lg-p { background: #ebe7dc; padding: 0 80px; }
.lg-in { max-width: 590px; padding-top: 158px; }
.lg-h { margin-top: 37px; font-size: 40px; font-weight: 700; letter-spacing: -.035em; line-height: 1.2; }
.lg-d { margin-top: 6px; font-size: 14px; color: #5c6664; }
.lg-f { margin-top: 98px; }
.lg-f .fld + .fld { margin-top: 33px; }
.lg-f input { height: 59px; background: var(--paper); }
.lg-b { margin-top: 65px; height: 63px; }
.lg-b2 { margin-top: 23px; background: var(--butter); color: var(--ink); }
.lg-b2:hover { background: #ecd45a; }
.lg-b3 { margin-top: 16px; background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.lg-b3:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.lg-new { margin-top: 62px; padding-bottom: 844px; font-size: 12.5px; color: #6b7573; }
.lg-new a { color: var(--clay); }

/* ══════════════════════════════════════════════════════════════════════
   17·18 계정
   ══════════════════════════════════════════════════════════════════════ */
.acct { display: grid; grid-template-columns: 238px 1fr; column-gap: 46px; margin-top: 71px; margin-bottom: 214px; align-items: start; }
.acct-m { grid-area: 1 / 1; font-size: 30px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.acct-h { grid-area: 1 / 2; font-size: 28px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.acct-nav { grid-area: 2 / 1; min-height: 1503px; padding-top: 45px; }
.acct-main { grid-area: 2 / 2; }
.acct-nav li { font-size: 11.5px; letter-spacing: .05em; line-height: 1.6; }
.acct-nav li + li { margin-top: 32px; }
.acct-nav a { color: #7b8583; }
.acct-nav a:hover { color: var(--ink); }
.acct-nav a[aria-current="page"] { color: var(--clay); }
.wl { margin-top: 67px; grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
.wl .pc .ph { aspect-ratio: 525 / 288; }

.hello { margin-top: 59px; background: var(--sky); padding: 50px 34px 0; height: 179px; }
.hello-h { font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.hello-h i, .ocard-h i, .ocard-d i { font-style: normal; margin: 0 5px; opacity: .55; }
.hello-d { margin-top: 20px; font-size: 12.5px; color: #33484f; }
.hello-d span { margin-right: 10px; }
.acct-sec { margin-top: 76px; }
.acct-sec2 { margin-top: 78px; }
.ocard { position: relative; margin-top: 35px; border: 1px solid var(--line); background: var(--paper); padding: 30px 32px 34px; }
.ocard-n { font-size: 12.5px; color: #7b8583; }
.ocard-h { margin-top: 24px; font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.ocard-d { margin-top: 20px; font-size: 12.5px; color: var(--clay); }
.ocard-a { position: absolute; right: 32px; top: 68px; }
.nxt { display: grid; grid-template-columns: 466px 1fr; column-gap: 36px; margin-top: 19px; align-items: start; }
.nxt-ph { display: block; overflow: hidden; background: var(--mist); aspect-ratio: 466 / 300; }
.nxt-ph img { width: 100%; height: 100%; object-fit: cover; }
.nxt-t { padding-top: 24px; }
.nxt-t h3 { font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.nxt-t p { margin-top: 18px; font-size: 12.5px; line-height: 1.7; color: #7b8583; }

/* ══════════════════════════════════════════════════════════════════════
   19 매장 소개
   ══════════════════════════════════════════════════════════════════════ */
.ahero { position: relative; }
.ahero-ph { height: 720px; overflow: hidden; background: var(--mist); }
.ahero-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.ahero-card { position: absolute; left: 0; top: 0; width: 600px; height: 591px; background: var(--ink); color: var(--bone); }
.ahero-in { padding: 72px var(--mg) 0; }
.ahero-h { margin-top: 32px; margin-bottom: -8px; font-size: 50px; line-height: 1.24; color: var(--bone); }
.ahero-d { margin-top: 12px; font-size: 13.5px; line-height: 1.65; color: rgba(247,243,234,.72); }

.std { padding-top: 92px; }
.std-h { margin-top: 28px; font-size: 40px; }
.std-l { margin-top: 42px; }
.std-l li { border-top: 1px solid var(--line); padding-top: 27px; }
.std-n { font-size: 11.5px; color: var(--clay); }
.std-l h3 { margin-top: 23px; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.std-d { margin-top: 15px; font-size: 12.5px; line-height: 1.7; color: #7b8583; }

.storeband { margin-top: 141px; background: var(--clay); color: #fff; padding-top: 61px; height: 570px; }
.store-in { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.store-eb { color: rgba(255,255,255,.82); }
.store-h { margin-top: 21px; font-size: 37px; font-weight: 700; letter-spacing: -.02em; }
.store-d { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.9); }
.store-d i { font-style: normal; margin: 0 5px; opacity: .7; }
.store-b { margin-top: 32px; }
.store-b .btn { width: 152px; height: 46px; padding: 0; font-size: 13px; }

@media (max-width: 899px) {
  .lgw { grid-template-columns: 1fr; }
  .lg-ph { height: 300px; }
  .lg-p { padding: 0 var(--mg); }
  .lg-in { padding-top: 40px; max-width: none; }
  .lg-h { font-size: 24px; margin-top: 16px; }
  .lg-d { margin-top: 12px; font-size: 12.5px; }
  .lg-f { margin-top: 36px; }
  .lg-f .fld + .fld { margin-top: 22px; }
  .lg-f input { height: 50px; }
  .lg-b { margin-top: 32px; height: 52px; }
  .lg-b2, .lg-b3 { margin-top: 14px; }
  .lg-new { margin-top: 34px; padding-bottom: 60px; }
  .acct { grid-template-columns: 1fr; margin-top: 40px; margin-bottom: 80px; }
  .acct-m, .acct-h, .acct-nav, .acct-main { grid-area: auto; }
  .acct-m { font-size: 11.5px; letter-spacing: .05em; font-weight: 400; color: var(--clay); }
  .acct-h { margin-top: 18px; font-size: 25px; }
  .acct-nav { min-height: 0; margin-top: 26px; padding: 15px 18px; background: #ebe7dc; }
  .acct-nav ul { display: flex; flex-wrap: wrap; gap: 8px; }
  .acct-nav li { font-size: 11px; }
  .acct-nav li + li { margin-top: 0; }
  .acct-nav li + li::before { content: "·"; margin-right: 8px; color: #9aa4a2; }
  .acct-nav li:nth-child(n+4) { display: none; }
  .wl { margin-top: 30px; grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
  .wl .pc .ph { aspect-ratio: 171 / 143; }
  .hello { margin-top: 28px; padding: 24px 20px; height: auto; }
  .hello-h { font-size: 15px; }
  .hello-d { margin-top: 14px; font-size: 11.5px; }
  .acct-sec, .acct-sec2 { margin-top: 44px; }
  .ocard { margin-top: 18px; padding: 22px 20px 26px; }
  .ocard-h { margin-top: 16px; font-size: 16px; }
  .ocard-d { margin-top: 14px; }
  .ocard-a { position: static; margin-top: 18px; }
  .nxt { grid-template-columns: 1fr; row-gap: 16px; margin-top: 18px; }
  .nxt-ph { aspect-ratio: 354 / 228; }
  .nxt-t { padding-top: 0; }
  .nxt-t h3 { font-size: 17px; }
  .nxt-t p { margin-top: 12px; font-size: 11.5px; }
  .ahero { display: flex; flex-direction: column; }
  .ahero-ph { order: 2; height: 320px; }
  .ahero-card { order: 1; position: static; width: 100%; height: auto; }
  .ahero-in { padding: 30px var(--mg) 34px; }
  .ahero-h { font-size: 24px; margin-top: 16px; margin-bottom: 0; }
  .ahero-d { margin-top: 14px; font-size: 12.5px; }
  .ahero-h br, .ahero-d br, .std-d br { display: none; }
  .std { padding-top: 50px; }
  .std-h { margin-top: 16px; font-size: 21px; }
  .std-l { margin-top: 34px; grid-template-columns: 1fr; row-gap: 26px; }
  .std-l h3 { margin-top: 16px; }
  .std-d { margin-top: 12px; }
  .storeband { margin-top: 56px; padding-top: 36px; height: auto; padding-bottom: 44px; }
  .store-in { grid-template-columns: 1fr; }
  .store-h { margin-top: 16px; font-size: 20px; }
  .store-d { margin-top: 12px; font-size: 12px; }
  .store-b { margin-top: 24px; }
  .store-b .btn { width: 100%; }
}

/* ── 모바일 세부 (11~19) ─────────────────────────────────────────────── */
@media (max-width: 899px) {
  .page-cart .phead { padding-top: 46px; }
  .page-cart .phead-h { margin-top: 20px; }
  .page-cart .phead-d { display: none; }
  .cart { margin-top: 30px; row-gap: 55px; }
  .cline-ph { width: 148px; height: 103px; }
  .cline + .cline { margin-top: 46px; }
  .giftband { margin: 92px 0 758px; }
  .gb-ph { order: 1; height: 250px; }
  .gb-t { order: 2; }
  .giftband { display: flex; flex-direction: column; }

  .page-gift-message .phead { padding-top: 44px; }
  .gm { margin-top: 26px; padding-bottom: 978px; }
  .gm-r { order: -1; }
  .gm { display: flex; flex-direction: column; }
  .gm-f { order: 2; }
  .gm-ph { aspect-ratio: 354 / 232; }
  .gm-card { margin-top: 22px; }

  .steps-w { padding-top: 40px; }
  .ckhead { padding-top: 22px; }
  .ck-h { font-size: 21px; }
  .ck-d { display: none; }
  .cko { margin-top: 40px; row-gap: 56px; }
  .ckform .fld + .fld { margin-top: 32px; }
  .cko .osum { margin-top: 0; }
  .payr { height: 60px; }
  .payr + .payr { margin-top: 22px; }
  .page-checkout-delivery main { padding-bottom: 1013px; }
  .page-checkout-payment main { padding-bottom: 1237px; }

  .done { margin-top: 47px; grid-template-columns: 78px 1fr; }
  .done-tick { width: 78px; height: 78px; }
  .donecard { margin-top: 52px; }
  .done-b { margin-top: 40px; }
  .page-order-complete main { padding-bottom: 1581px; }

  .lg-ph { height: 501px; }
  .lg-in { padding-top: 45px; }
  .lg-h { margin-top: 20px; font-size: 25px; }
  .lg-d { display: none; }
  .lg-f { margin-top: 33px; }
  .lg-f .fld + .fld { margin-top: 42px; }
  .lg-b { margin-top: 60px; }
  .lg-b2, .lg-b3 { margin-top: 22px; }
  .lg-new { margin-top: 44px; padding-bottom: 929px; }

  .page-wishlist .acct { margin-top: 44px; margin-bottom: 1418px; }
  .page-wishlist .acct-h { margin-top: 18px; }
  .page-wishlist .acct-nav { margin-top: 22px; }
  .wl { margin-top: 42px; }

  .page-my-nest .acct { margin-top: 46px; margin-bottom: 1182px; }
  .page-my-nest .acct-h { margin-top: 16px; font-size: 21px; }
  .page-my-nest .acct-nav { display: none; }
  .hello { margin-top: 44px; padding: 24px 20px 26px; }
  .acct-sec { margin-top: 46px; }
  .acct-sec2 { margin-top: 60px; }

  .ahero-ph { height: 325px; }
  .ahero-in { padding: 30px var(--mg) 0; height: 127px; }
  .ahero-card { height: auto; }
  .ahero-h { font-size: 21px; margin-top: 12px; }
  .ahero-d { display: none; }
  .std { padding-top: 53px; }
  .std-h { margin-top: 17px; }
  .std-l { margin-top: 66px; row-gap: 40px; }
  .std-n { display: none; }
  .std-l h3 { margin-top: 0; }
  .std-d { margin-top: 8px; }
  .storeband { margin-top: 120px; padding-top: 40px; padding-bottom: 812px; }
}

/* ══════════════════════════════════════════════════════════════════════
   정책 (시안 밖 — 푸터 링크 무결성용, 같은 문법)
   ══════════════════════════════════════════════════════════════════════ */
.pol { display: grid; grid-template-columns: 250px 1fr; column-gap: 90px; margin-top: 74px; padding-bottom: 120px; align-items: start; }
.pol-nav { position: sticky; top: 24px; }
.pol-nav li + li { margin-top: 13px; }
.pol-nav a { font-size: 12.5px; color: #7b8583; }
.pol-nav a:hover { color: var(--clay); }
.pol-sec + .pol-sec { margin-top: 68px; }
.pol-sec h2 { font-size: 12px; font-weight: 400; letter-spacing: .04em; color: var(--clay); }
.pol-row { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.pol-row h3 { font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.pol-row p { margin-top: 11px; font-size: 14px; line-height: 1.75; color: #4a5453; max-width: 760px; }

@media (max-width: 899px) {
  .pol { grid-template-columns: 1fr; row-gap: 28px; margin-top: 34px; padding-bottom: 64px; }
  .pol-nav { position: static; }
  .pol-nav ul { display: flex; flex-wrap: wrap; gap: 12px; }
  .pol-nav li + li { margin-top: 0; }
  .pol-sec + .pol-sec { margin-top: 44px; }
  .pol-row h3 { font-size: 16px; }
  .pol-row p { margin-top: 9px; font-size: 12.5px; line-height: 1.72; }
}

/* ══════════════════════════════════════════════════════════════════════
   중간폭 (900~1439) — 시안은 1440·390 두 벌뿐이라 그 사이는 축소 규칙으로 잇는다
   ══════════════════════════════════════════════════════════════════════ */
@media (min-width: 900px) and (max-width: 1439px) {
  :root { --mg: 28px; }
  .hd-nav { margin-left: 40px; gap: 26px; }
  .hd-nav a { font-size: 12px; }
  .hd-end { gap: 24px; font-size: 12px; }
  .logo b { font-size: 28px; }
  .logo em { display: none; }

  .hero-card { width: 46%; height: 82%; }
  .hero-b { top: 60%; }
  .playband { grid-template-columns: 48% 1fr; }
  .jh-card { width: 46%; height: 73%; }
  .jh-b { top: 62%; }
  .ahero-card { width: 46%; height: 82%; }
  .giftband { grid-template-columns: 48% 1fr; }

  .pdp { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 30px; }
  .pdp-ph { height: auto; aspect-ratio: 1 / 1; }
  .cart, .cko { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 34px; }
  .gm { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 40px; }
  .lgw { grid-template-columns: 44% 1fr; }
  .lg-p { padding: 0 44px; }
  .acct { grid-template-columns: 180px minmax(0, 1fr); column-gap: 34px; }
  .pol { grid-template-columns: 210px minmax(0, 1fr); column-gap: 50px; }
  .ft-in { grid-template-columns: minmax(0, 1fr) 172px 172px 172px; }
  .gf-opts, .gf-bar { width: 100%; }
  .news-in { grid-template-columns: minmax(0, 1fr) 320px; }
  .nxt { grid-template-columns: 40% 1fr; }
  .steps li:first-child { padding-left: 60px; }
  .steps li:last-child { padding-right: 70px; }

  .h-xl { font-size: 46px; }
  .phead-h { font-size: 38px; }
  .pdp-h, .lg-h, .ck-h, .jh-h, .ahero-h, .gf-q { font-size: 32px; }
  .sec-h, .std-h, .news-h { font-size: 30px; }
}
