:root {
  --navy: #0a1f38;
  --navy-2: #143253;
  --blue: #1a56b8;
  --blue-2: #2f74d8;
  --blue-soft: #eef4fc;
  --blue-soft-2: #d8e6f8;
  --gold: #b8964a;
  --gold-2: #d4b872;
  --gold-soft: #faf6ec;
  --red: #c8453a;
  --bg: #ffffff;
  --bg-2: #fafbfc;
  --bg-3: #f2f5f8;
  --line: #e6eaef;
  --line-2: #d3dae3;
  --text: #16202e;
  --muted: #5d6b7d;
  --muted-2: #96a2b1;
  --radius: 14px;
  --radius-sm: 9px;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  --serif: "Marcellus", "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

/* ===== 공지 띠 ===== */
.notice { background: var(--navy); color: rgba(255,255,255,.85); font-size: 14px; letter-spacing: .1px; }
.notice-inner { max-width: 1140px; margin: 0 auto; padding: 12px 28px; text-align: center; }
.notice b { color: var(--gold-2); font-weight: 600; }

/* ===== 헤더 ===== */
header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.head-in { display: flex; align-items: center; gap: 44px; height: 84px; }
.logo {
  font-family: var(--serif);
  font-size: 25px; font-weight: 400; letter-spacing: .06em;
  color: var(--navy); white-space: nowrap;
}
nav.main { display: flex; gap: 30px; flex: 1; }
nav.main a {
  font-size: 15.5px; font-weight: 500; color: var(--muted);
  padding: 7px 0; border-bottom: 1.5px solid transparent; transition: .2s;
  letter-spacing: -.1px;
}
nav.main a:hover, nav.main a.on { color: var(--navy); border-bottom-color: var(--navy); }
.head-utils { display: flex; align-items: center; gap: 18px; font-size: 14.5px; color: var(--muted); }
.head-utils a:hover { color: var(--blue); }
.cart-btn { position: relative; padding: 8px 16px; border: 1px solid var(--line-2); border-radius: 999px; font-weight: 500; color: var(--navy); background: #fff; font-size: 14px; }
.cart-btn:hover { border-color: var(--navy); }
.cart-badge { position: absolute; top: -6px; right: -6px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 700; width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; }

/* ===== 히어로 ===== */
.hero { position: relative; overflow: hidden; background: #fff; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('img/hero_banner_pc.jpg') right center / cover no-repeat;
}
.hero-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255,255,255,.98) 52%, rgba(255,255,255,.88) 62%, rgba(255,255,255,.55) 74%, rgba(255,255,255,.18) 86%, rgba(255,255,255,0) 96%);
}
.hero-in { position: relative; padding: 128px 0 118px; max-width: 600px; }
.hero .eyebrow {
  font-size: 12.5px; font-weight: 400; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase; margin-bottom: 26px;
  font-family: var(--serif);
}
.hero h1 { font-size: 51px; line-height: 1.28; font-weight: 700; letter-spacing: -1.8px; color: var(--navy); margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero p.lead { font-size: 18px; color: var(--muted); max-width: 460px; margin-bottom: 26px; line-height: 1.85; }

.hero-trust { display: flex; align-items: center; gap: 11px; margin-bottom: 34px; }
.hero-trust .stars { color: var(--gold); font-size: 16px; letter-spacing: 1.5px; }
.hero-trust .ht-txt { font-size: 14.5px; color: var(--muted); }

.hero-cta { display: flex; gap: 11px; flex-wrap: wrap; }
.hero-mob-img { display: none; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 17px 36px; border-radius: 4px;
  font-size: 16px; font-weight: 600; cursor: pointer; letter-spacing: -.1px;
  border: 1px solid transparent; transition: .22s;
}
.btn-blue { background: var(--navy); color: #fff; }
.btn-blue:hover { background: var(--navy-2); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line-2); color: var(--navy); background: #fff; }
.btn-ghost:hover { border-color: var(--navy); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a3843f; }

/* ===== 섹션 공통 ===== */
section { padding: 100px 0; }
.sec-head { text-align: center; margin-bottom: 54px; }
.sec-head .kicker, .kicker {
  font-family: var(--serif); font-size: 12.5px; font-weight: 400; letter-spacing: 3.4px;
  color: var(--gold); text-transform: uppercase; margin-bottom: 15px;
}
.sec-head h2 { font-size: 37px; font-weight: 700; letter-spacing: -1.1px; color: var(--navy); line-height: 1.35; }
.sec-head p { color: var(--muted); margin-top: 14px; font-size: 16.5px; }

/* ===== 라인업 (2종 카드형) ===== */
.lineup-sec { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lineup-two { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 780px; margin: 0 auto; align-items: stretch; }
.lineup-two .lo-card { display: flex; flex-direction: column; }
.lineup-two .lo-body { display: flex; flex-direction: column; flex: 1; }
.lineup-two .lo-cta { margin-top: auto; }
.lo-card {
  display: block; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; transition: .24s;
}
.lo-card:hover { border-color: var(--line-2); box-shadow: 0 20px 48px rgba(10,31,56,.11); transform: translateY(-4px); }
.lo-thumb { position: relative; aspect-ratio: 4/3; background: var(--bg-3); overflow: hidden; }
.lo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lo-badges { position: absolute; top: 13px; left: 13px; display: flex; gap: 6px; z-index: 2; }
.lo-badge {
  font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .4px;
  padding: 5px 10px; border-radius: 3px; color: #fff;
}
.lo-badge.b { background: var(--navy); }
.lo-badge.h { background: var(--red); }
.lo-body { padding: 20px 20px 24px; }
.lo-body .pname { font-size: 16px; font-weight: 700; color: var(--navy); letter-spacing: -.4px; margin-bottom: 6px; }
.lo-body .pname span { font-size: 12.5px; font-weight: 400; color: var(--muted-2); letter-spacing: 0; }
.lo-body .pdesc { font-size: 13px; color: var(--muted); margin-bottom: 15px; line-height: 1.7; }
.lo-body .pprice { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.lo-body .pprice .off { font-size: 19px; font-weight: 800; color: var(--red); letter-spacing: -.8px; }
.lo-body .pprice .now { font-size: 23px; font-weight: 800; color: var(--navy); letter-spacing: -1px; }
.lo-body .pprice .was { font-size: 12.5px; color: var(--muted-2); text-decoration: line-through; }
.lo-body .pstars { display: flex; align-items: center; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.lo-body .pstars .stars-sm { font-size: 13px; }
.lo-body .pstars .cnt { font-size: 12.5px; color: var(--muted); }
.lo-points { list-style: none; margin-bottom: 20px; }
.lo-points li { font-size: 12.5px; color: var(--muted); padding: 5px 0 5px 18px; position: relative; }
.lo-points li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.lo-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.lo-cta .btn { padding: 13px 14px; font-size: 14px; }

/* ===== 성분 소개 ===== */
.ingredient { background: #fff; }
.ing-in { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.ing-img { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.ing-img img { width: 100%; }
.ing-copy .kicker { margin-bottom: 15px; }
.ing-copy h2 { font-size: 37px; font-weight: 700; letter-spacing: -1.2px; color: var(--navy); line-height: 1.36; margin-bottom: 24px; }
.ing-copy h2 em { font-style: normal; color: var(--blue); }
.ing-hero-num { font-family: var(--serif); font-size: 76px; font-weight: 400; color: var(--navy); line-height: 1; letter-spacing: -2px; display: inline-block; vertical-align: baseline; }
.ing-hero-num small { font-size: 24px; color: var(--gold); margin-left: 4px; }
.ing-name { font-family: var(--serif); font-size: 17px; letter-spacing: 4px; text-transform: uppercase; color: var(--muted-2); margin: 6px 0 22px; }
.ing-copy > p { font-size: 16.5px; color: var(--muted); line-height: 1.9; margin-bottom: 28px; }

.ing-bars { display: grid; gap: 15px; }
.ib-row { display: grid; grid-template-columns: 130px 1fr 58px; align-items: center; gap: 14px; }
.ib-nm { font-size: 15px; color: var(--navy-2); font-weight: 500; }
.ib-track { height: 6px; background: var(--bg-3); border-radius: 3px; overflow: hidden; }
.ib-fill { height: 100%; background: linear-gradient(90deg, var(--blue-2), var(--navy)); border-radius: 3px; }
.ib-val { font-size: 14.5px; font-weight: 700; color: var(--navy); text-align: right; }

/* ===== 브랜드 스토리 ===== */
.story { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; padding: 110px 0; }
.story-mark { font-family: var(--serif); font-size: 76px; line-height: .6; color: var(--gold); opacity: .4; margin-bottom: 26px; }
.story .big { font-size: 36px; font-weight: 700; line-height: 1.6; letter-spacing: -1.1px; color: var(--navy); max-width: 820px; margin: 0 auto 30px; }
.story .big span { color: var(--muted-2); font-weight: 400; }
.story .big em { font-style: normal; color: var(--blue); }
.story .divider { width: 40px; height: 2px; background: var(--gold); margin: 34px auto; }
.story .small { color: var(--muted); font-size: 16.5px; max-width: 660px; margin: 0 auto; line-height: 1.95; }
.story-sign { font-family: var(--serif); font-size: 14.5px; letter-spacing: 3.6px; text-transform: uppercase; color: var(--muted-2); margin-top: 40px; }

/* ===== 리뷰 ===== */
.review-sec { background: #fff; }
.rev-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 20px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.rev-top h2 { font-size: 36px; font-weight: 700; letter-spacing: -1.2px; color: var(--navy); }
.rev-score { display: flex; align-items: center; gap: 16px; }
.rev-score .num { font-family: var(--serif); font-size: 44px; font-weight: 400; line-height: 1; color: var(--navy); }
.rev-score .meta { font-size: 14px; color: var(--muted); }
.rev-score .meta .stars { color: var(--gold); font-size: 15px; display: block; letter-spacing: 1.5px; margin-bottom: 3px; }

.rev-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 1fr; gap: 14px; }
.rev-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; display: flex; flex-direction: column; gap: 11px; transition: .22s; }
.rev-card:hover { border-color: var(--line-2); box-shadow: 0 12px 30px rgba(10,31,56,.06); }

/* 리뷰 사진 — 이미지가 없으면 .no-img 로 숨김 */
.rev-photo { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--bg-3); }
.rev-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rev-photo.no-img { display: none; }

.rev-head { display: flex; align-items: center; }
.rev-who .nm { font-size: 14.5px; font-weight: 600; color: var(--navy); }
.rev-who .dt { font-size: 12px; color: var(--muted-2); margin-top: 1px; }
.rev-body {
  font-size: 14.5px; color: var(--muted); line-height: 1.74; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.stars-sm { color: var(--gold); font-size: 14px; letter-spacing: 1.2px; }
.rev-tag { display: inline-block; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 3px; background: var(--blue-soft); color: var(--blue); }
.rev-tag.alt { background: var(--gold-soft); color: #8a6f2a; }
.rev-more { text-align: center; margin-top: 44px; }
.rev-more a { display: inline-block; font-size: 16.5px; font-weight: 600; color: var(--navy); border-bottom: 1.5px solid var(--navy); padding-bottom: 4px; }
.rev-more a:hover { color: var(--blue); border-bottom-color: var(--blue); }

/* ===== FAQ ===== */
.faq-sec { background: var(--bg-2); border-top: 1px solid var(--line); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; color: var(--navy);
  font-family: inherit; font-size: 17px; font-weight: 600; padding: 25px 40px 25px 0;
  cursor: pointer; position: relative; letter-spacing: -.2px;
}
.faq-q::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 11px; height: 11px; margin-top: -7px;
  border-right: 1.5px solid var(--muted-2); border-bottom: 1.5px solid var(--muted-2);
  transform: rotate(45deg); transition: .25s;
}
.faq-item.open .faq-q::after { transform: rotate(-135deg); margin-top: -2px; border-color: var(--navy); }
.faq-a { display: none; padding: 0 40px 26px 0; color: var(--muted); font-size: 15.5px; line-height: 1.9; }
.faq-item.open .faq-a { display: block; }

/* ===== 푸터 (컴팩트) ===== */
footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 44px 0 38px; }
.foot-line { font-size: 13px; color: var(--muted-2); line-height: 1.9; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.foot-line b { color: var(--muted); font-weight: 600; }
.foot-info { margin-bottom: 22px; }
.foot-info p { font-size: 13.5px; color: var(--muted-2); line-height: 2.05; letter-spacing: .1px; }
.foot-info b { color: var(--muted); font-weight: 600; }
.foot-nav { display: flex; gap: 26px; flex-wrap: wrap; margin-bottom: 22px; }
.foot-nav a { font-size: 14.5px; font-weight: 500; color: var(--muted); }
.foot-nav a:hover { color: var(--navy); }
.foot-copy { font-size: 13px; color: var(--muted-2); padding-top: 22px; border-top: 1px solid var(--line); }

/* ===== 제품 상세 페이지 ===== */
.page-top { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 24px 0; }
.crumb { font-size: 13.5px; color: var(--muted-2); }
.crumb b { color: var(--navy); font-weight: 600; }
.crumb span { margin: 0 9px; color: var(--line-2); }

.pd-in { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.pd-gallery .pd-main { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg-3); aspect-ratio: 1/1; }
.pd-gallery .pd-main img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pd-thumb { width: 76px; height: 76px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; background: var(--bg-3); transition: .2s; }
.pd-thumb.on, .pd-thumb:hover { border-color: var(--navy); }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }

.pd-info .pd-cat { font-family: var(--serif); font-size: 10.5px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.pd-info h1 { font-size: 36px; font-weight: 700; letter-spacing: -1px; color: var(--navy); line-height: 1.3; margin-bottom: 14px; }
.pd-info h1 span { font-size: 18px; font-weight: 400; color: var(--muted-2); letter-spacing: -.2px; }
.pd-sub { color: var(--muted); font-size: 16.5px; margin-bottom: 20px; }
.pd-rate { display: flex; align-items: center; gap: 9px; padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.pd-rate .stars-sm { font-size: 14px; }
.pd-rate .rt-t { font-size: 13px; color: var(--muted); }
.pd-rate .rt-t b { color: var(--navy); }

.pd-price { margin-bottom: 20px; }
.pd-price .row1 { font-size: 13px; color: var(--muted-2); margin-bottom: 6px; }
.pd-price .row2 { display: flex; align-items: baseline; gap: 12px; }
.pd-price .off { font-size: 26px; font-weight: 800; color: var(--red); letter-spacing: -1px; }
.pd-price .now { font-size: 33px; font-weight: 800; color: var(--navy); letter-spacing: -1.3px; }
.pd-price .won { font-size: 19px; font-weight: 700; color: var(--navy); }

.pd-points { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 22px; margin-bottom: 22px; }
.pd-points li { list-style: none; font-size: 15px; color: var(--muted); padding: 5px 0 5px 20px; position: relative; }
.pd-points li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.pd-opt { margin-bottom: 20px; }
.pd-opt .lb { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.pd-opts { display: grid; gap: 9px; }
.pd-opts label {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 19px;
  cursor: pointer; transition: .2s; font-size: 15.5px; background: #fff;
}
.pd-opts label:hover { border-color: var(--line-2); }
.pd-opts input { display: none; }
.pd-opts input:checked + label { border-color: var(--navy); background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--navy); }
.pd-opts .o-nm { font-weight: 600; color: var(--navy); }
.pd-opts .o-nm small { display: block; font-size: 13px; font-weight: 400; color: var(--muted-2); margin-top: 3px; }
.pd-opts .o-pr { text-align: right; }
.pd-opts .o-pr .n { font-weight: 700; color: var(--navy); font-size: 16.5px; }
.pd-opts .o-pr .w { font-size: 11.5px; color: var(--muted-2); text-decoration: line-through; }
.pd-opts .o-tag { display: inline-block; font-size: 10px; font-weight: 700; color: #fff; background: var(--gold); padding: 2px 8px; border-radius: 3px; margin-left: 7px; vertical-align: middle; letter-spacing: .4px; }

.pd-qty { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 18px; margin-bottom: 20px; }
.pd-qty .q-lb { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.qty-box { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.qty-box button { width: 34px; height: 34px; border: 0; background: var(--bg-2); color: var(--navy); font-size: 16px; cursor: pointer; font-family: inherit; }
.qty-box button:hover { background: var(--bg-3); }
.qty-box span { width: 44px; text-align: center; font-weight: 600; font-size: 14px; }

.pd-total { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 2px solid var(--navy); margin-bottom: 20px; }
.pd-total .t-lb { font-size: 14px; font-weight: 600; color: var(--muted); }
.pd-total .t-val { font-size: 27px; font-weight: 800; color: var(--navy); letter-spacing: -.9px; }

.pd-btns { display: grid; grid-template-columns: 1fr 2fr; gap: 10px; }
.pd-btns .btn { padding: 17px 20px; }
.btn-cart { border: 1px solid var(--line-2); background: #fff; color: var(--navy); }
.btn-cart:hover { border-color: var(--navy); }

.pd-meta { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 20px; }
.pd-meta div { font-size: 14px; color: var(--muted); padding: 6px 0; }
.pd-meta b { color: var(--navy); font-weight: 600; display: inline-block; width: 84px; }

/* 탭 */
.tabs { display: flex; border-bottom: 1px solid var(--line); }
.tabs button {
  flex: 1; background: none; border: 0; border-bottom: 2px solid transparent;
  font-family: inherit; font-size: 16px; font-weight: 600; color: var(--muted);
  padding: 22px 10px; cursor: pointer; transition: .2s; letter-spacing: -.2px;
}
.tabs button:hover { color: var(--navy); }
.tabs button.on { color: var(--navy); border-bottom-color: var(--navy); }
.tab-panel { padding-top: 50px; }
.tab-panel[hidden] { display: none; }

.ing-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: 16px; }
.ing-table th, .ing-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.ing-table thead th { background: var(--bg-2); color: var(--navy); font-weight: 700; font-size: 13px; letter-spacing: .2px; }
.ing-table tbody tr:last-child td { border-bottom: 0; }
.ing-table td:first-child { font-weight: 600; color: var(--navy); }
.ing-table td:last-child { color: var(--navy); font-weight: 700; }

.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.policy-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; background: #fff; }
.policy-card h4 { font-size: 15.5px; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); letter-spacing: -.2px; }
.policy-card p { font-size: 14.5px; color: var(--muted); padding: 6px 0 6px 16px; position: relative; line-height: 1.8; }
.policy-card p::before { content: ""; position: absolute; left: 2px; top: 15px; width: 5px; height: 5px; border-radius: 50%; background: var(--line-2); }

/* ===== 리뷰 페이지 ===== */
.rv-summary { display: grid; grid-template-columns: 280px 1fr; gap: 46px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 42px; background: #fff; }
.rv-score-big { text-align: center; border-right: 1px solid var(--line); }
.rv-score-big .n { font-family: var(--serif); font-size: 62px; font-weight: 400; color: var(--navy); line-height: 1; letter-spacing: -2px; }
.rv-score-big .stars-sm { font-size: 20px; margin: 12px 0 8px; display: block; letter-spacing: 2px; }
.rv-score-big .c { font-size: 14px; color: var(--muted); }
.rv-bars { display: grid; gap: 10px; }
.rv-bar { display: grid; grid-template-columns: 68px 1fr 54px; align-items: center; gap: 14px; font-size: 13.5px; color: var(--muted); }
.rv-bar .track { height: 6px; background: var(--bg-3); border-radius: 3px; overflow: hidden; }
.rv-bar .fill { height: 100%; background: linear-gradient(90deg, var(--blue-2), var(--navy)); border-radius: 3px; }
.rv-bar .pct { text-align: right; font-weight: 600; color: var(--navy); }

.rv-filter { display: flex; gap: 9px; flex-wrap: wrap; margin: 32px 0 26px; }
.chip {
  padding: 11px 22px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 14px; font-weight: 500; color: var(--muted); background: #fff; cursor: pointer;
  font-family: inherit; transition: .2s;
}
.chip:hover { border-color: var(--line-2); color: var(--navy); }
.chip.on { background: var(--navy); border-color: var(--navy); color: #fff; }

.rv-list { display: grid; gap: 16px; }
.rv-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; background: #fff; }
.rv-item .top { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
.rv-item .av { width: 42px; height: 42px; border-radius: 50%; background: var(--bg-3); color: var(--navy); display: grid; place-items: center; font-weight: 600; font-size: 14px; }
.rv-item .who { flex: 1; }
.rv-item .who .nm { font-size: 16px; font-weight: 600; color: var(--navy); }
.rv-item .who .mt { font-size: 13px; color: var(--muted-2); margin-top: 1px; }
.rv-item .rate { text-align: right; }
.rv-item .rate .stars-sm { font-size: 13.5px; display: block; }
.rv-item .rate .dt { font-size: 11.5px; color: var(--muted-2); margin-top: 2px; }
.rv-item .txt { font-size: 16px; color: var(--muted); line-height: 1.88; margin-bottom: 15px; }
.rv-item .imgs { display: flex; gap: 9px; margin-bottom: 15px; }
.rv-item .imgs div { width: 86px; height: 86px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--bg-3); }
.rv-item .imgs img { width: 100%; height: 100%; object-fit: cover; }
.rv-item .tags { display: flex; gap: 7px; flex-wrap: wrap; }
.rv-item .tags span { font-size: 13px; font-weight: 500; padding: 6px 13px; border-radius: 4px; background: var(--bg-2); color: var(--muted); border: 1px solid var(--line); }
.rv-item .tags span.hl { background: var(--blue-soft); color: var(--blue); border-color: var(--blue-soft-2); }
.rv-answer { margin-top: 17px; background: var(--bg-2); border-left: 2px solid var(--navy); border-radius: 0 8px 8px 0; padding: 17px 22px; font-size: 14.5px; color: var(--muted); line-height: 1.85; }
.rv-answer b { color: var(--navy); display: block; margin-bottom: 6px; font-size: 12px; letter-spacing: .2px; }

.pager { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 44px; }
.pager a, .pager span { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 6px; border: 1px solid var(--line); font-size: 14.5px; font-weight: 500; color: var(--muted); background: #fff; }
.pager a:hover { border-color: var(--navy); color: var(--navy); }
.pager .on { background: var(--navy); border-color: var(--navy); color: #fff; }

.notice-line { text-align: center; font-size: 14px; color: var(--muted-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 20px; background: var(--bg-2); margin-bottom: 34px; }

/* ===== 반응형 ===== */
@media (max-width: 1180px) {
  .hero-bg { background-position: right -60px center; background-size: min(720px, 66%) auto; }
  .hero-in { max-width: 560px; }
}

@media (max-width: 980px) {
  .head-in { gap: 24px; height: 72px; }
  .logo { font-size: 21px; }
  nav.main { gap: 18px; }
  nav.main a { font-size: 14.5px; white-space: nowrap; }
  .head-utils { gap: 12px; font-size: 13.5px; }

  /* 태블릿: 히어로도 배경이미지 대신 텍스트+이미지 분리 (가독성 확보) */
  .hero { min-height: 0; }
  .hero-bg { display: none; }
  .hero-veil { display: none; }
  .hero-in { padding: 52px 0 44px; text-align: center; max-width: 100%; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: 38px; letter-spacing: -1.3px; margin-bottom: 18px; }
  .hero p.lead { font-size: 16px; margin: 0 auto 22px; }
  .hero-trust { justify-content: center; }
  .hero-cta { justify-content: center; }
  .hero-mob-img {
    display: block; position: relative;
    width: 100%; aspect-ratio: 16 / 7;
    background: url('img/hero_banner_pc.jpg') center 32% / cover no-repeat;
  }

  .lineup-two { gap: 18px; max-width: 640px; }
  .lo-info { padding: 40px 34px; }
  .ing-in { grid-template-columns: 1fr; gap: 36px; }
  .rev-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .rv-summary { grid-template-columns: 1fr; gap: 28px; padding: 32px 28px; }
  .rv-score-big { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .policy-grid { grid-template-columns: 1fr; }
  .pd-in { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 620px) {
  .wrap { padding: 0 20px; }
  section { padding: 66px 0; }
  .head-in { height: 68px; gap: 14px; }
  .logo { font-size: 18px; }
  nav.main { display: none; }
  .head-utils { flex: 1; justify-content: flex-end; gap: 12px; }
  .head-utils > a { display: none; }
  .cart-btn { padding: 7px 13px; font-size: 11.5px; }
  .notice-inner { padding: 10px 20px; font-size: 11.5px; }

  .hero { min-height: 0; }
  .hero-in { padding: 34px 0 30px; }
  .hero .eyebrow { margin-bottom: 16px; font-size: 11px; letter-spacing: 2.6px; }
  .hero h1 { font-size: 27px; letter-spacing: -1px; margin-bottom: 16px; }
  .hero p.lead { font-size: 14px; margin-bottom: 20px; }
  .hero-trust { gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
  .hero-trust .stars { font-size: 14px; }
  .hero-trust .ht-txt { font-size: 12.5px; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 9px; }
  .hero-cta .btn { width: 100%; padding: 15px 20px; font-size: 15px; }

  /* 모바일: 히어로 이미지를 하단 블록으로 분리 노출 */
  /* 모바일에서는 우주비행사 이미지를 숨기고 텍스트 중심으로 구성 */
  .hero-mob-img { display: none; }


  .sec-head h2 { font-size: 26px; }
  .lineup-two { grid-template-columns: 1fr; max-width: 360px; gap: 16px; }
  .lo-body { padding: 18px 18px 22px; }
  .lo-body .pname { font-size: 15px; }
  .lo-body .pprice .now { font-size: 21px; }
  .lo-body .pprice .off { font-size: 17px; }
  .lo-cta { grid-template-columns: 1fr; }

  .ing-copy h2 { font-size: 24px; }
  .ing-hero-num { font-size: 52px; }
  .ib-row { grid-template-columns: 92px 1fr 46px; gap: 10px; }

  .story { padding: 72px 0; }
  .story .big { font-size: 21px; }
  .story-mark { font-size: 58px; }

  .rev-top h2 { font-size: 24px; }
  .rev-grid { grid-template-columns: 1fr; }

  .rv-item { padding: 22px 20px; }
  .rv-bar { grid-template-columns: 50px 1fr 42px; gap: 10px; }

  .pd-info h1 { font-size: 24px; }
  .pd-price .now { font-size: 27px; }
  .pd-price .off { font-size: 21px; }
  .pd-btns { grid-template-columns: 1fr; }
  .tabs button { font-size: 12.5px; padding: 17px 6px; }

  footer { padding: 34px 0 30px; }
}

/* ===== 인증 (로그인 · 회원가입 · 마이페이지) ===== */
.auth-sec { padding: 64px 0 88px; }
.auth-wrap { max-width: 480px; margin: 0 auto; }

.auth-head { text-align: center; margin-bottom: 30px; }
.auth-head .kicker {
  font-family: var(--serif); font-size: 12px; letter-spacing: 3.4px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.auth-head h1 { font-size: 31px; font-weight: 700; color: var(--navy); letter-spacing: -1px; margin-bottom: 10px; }
.auth-head p { font-size: 14.5px; color: var(--muted); }

.auth-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; }
.auth-card + .auth-card { margin-top: 14px; }

.field { margin-bottom: 16px; }
.field > label { display: block; font-size: 13.5px; font-weight: 500; color: var(--navy); margin-bottom: 7px; }
.field > label .req { color: var(--red); margin-left: 2px; }
.field input[type="text"], .field input[type="password"], .field input[type="email"], .field input[type="tel"] {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line-2); border-radius: 6px;
  font-size: 15px; font-family: inherit; color: var(--text); background: #fff; transition: .18s;
}
.field input::placeholder { color: var(--muted-2); }
.field input:focus { outline: none; border-color: var(--navy); }
.field input.bad { border-color: var(--red); background: #fffafa; }
.field .msg { font-size: 12.5px; color: var(--red); margin-top: 6px; display: none; }
.field .msg.on { display: block; }
.field .hint { font-size: 12.5px; color: var(--muted-2); margin-top: 6px; }
.field .hint.ok { color: var(--blue); }

.f-row { display: flex; gap: 8px; }
.f-row input { flex: 1; min-width: 0; }
.f-btn {
  flex: 0 0 auto; padding: 0 18px; border: 1px solid var(--line-2); background: #fff;
  color: var(--navy); border-radius: 6px; font-size: 13.5px; font-weight: 500;
  font-family: inherit; cursor: pointer; white-space: nowrap; transition: .18s;
}
.f-btn:hover { border-color: var(--navy); }
.f-btn.done { border-color: var(--blue); color: var(--blue); }

.pw-meter { display: flex; gap: 5px; margin-top: 8px; }
.pw-meter i { flex: 1; height: 4px; border-radius: 2px; background: var(--line); transition: .22s; }

.agree-box {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 18px 14px; margin-bottom: 22px; background: var(--bg-2);
}
.agree-all {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 10px;
}
.agree-all .t { font-size: 15px; font-weight: 600; color: var(--navy); cursor: pointer; }
.agree-item { display: flex; align-items: center; gap: 9px; padding: 7px 0; }
.agree-item .t { font-size: 13.5px; color: var(--muted); flex: 1; cursor: pointer; }
.agree-item .t b { color: var(--muted-2); font-weight: 400; }
.agree-item a { font-size: 12.5px; color: var(--muted-2); text-decoration: underline; white-space: nowrap; }
.chk { width: 18px; height: 18px; accent-color: var(--navy); cursor: pointer; flex: 0 0 auto; }

.btn-full { width: 100%; }
.social-row { display: grid; gap: 9px; margin-top: 16px; }
.btn-kakao { background: #fee500; color: #3c1e1e; }
.btn-kakao:hover { background: #f5dc00; }
.btn-naver { background: #03c75a; color: #fff; }
.btn-naver:hover { background: #02b351; }

.auth-alt { text-align: center; margin-top: 22px; font-size: 14px; color: var(--muted); }
.auth-alt a { color: var(--navy); font-weight: 500; text-decoration: underline; }
.auth-links { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 16px; font-size: 13.5px; color: var(--muted); }
.auth-links span { color: var(--line-2); }
.auth-note {
  margin-top: 18px; padding: 14px 16px; border: 1px solid var(--line);
  border-radius: var(--radius-sm); background: var(--bg-2);
  font-size: 12.5px; color: var(--muted); line-height: 1.75;
}
.auth-note b { color: var(--navy); }

.mp-grid { display: grid; grid-template-columns: 208px 1fr; gap: 26px; align-items: start; }
.mp-side { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.mp-side a { display: block; padding: 14px 18px; font-size: 14px; color: var(--muted); border-bottom: 1px solid var(--line); }
.mp-side a:last-child { border-bottom: 0; }
.mp-side a.on { background: var(--navy); color: #fff; font-weight: 500; }
.mp-side a:hover:not(.on) { background: var(--bg-2); color: var(--navy); }
.mp-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 24px; background: #fff; }
.mp-panel h2 { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 20px; }
.mp-info { display: grid; grid-template-columns: 100px 1fr; gap: 13px 18px; font-size: 14px; }
.mp-info dt { color: var(--muted-2); }
.mp-info dd { color: var(--text); word-break: break-all; }
.order-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 12px; }
.order-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.order-top .dt { font-size: 13px; color: var(--muted-2); }
.order-top .st { font-size: 12.5px; font-weight: 600; color: var(--blue); }
.order-prod { display: flex; gap: 14px; align-items: center; }
.order-prod img { width: 62px; height: 62px; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); flex: 0 0 auto; }
.order-prod .nm { font-size: 14.5px; font-weight: 500; color: var(--navy); }
.order-prod .qt { font-size: 13px; color: var(--muted-2); margin-top: 3px; }
.order-prod .pr { margin-left: auto; font-size: 15px; font-weight: 600; color: var(--navy); white-space: nowrap; }
.empty-box { border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 46px 20px; text-align: center; color: var(--muted-2); font-size: 14px; }
.mp-actions { display: flex; gap: 9px; margin-top: 22px; flex-wrap: wrap; }

@media (max-width: 620px) {
  .auth-sec { padding: 40px 0 64px; }
  .auth-head h1 { font-size: 25px; }
  .auth-card { padding: 24px 20px; }
  .mp-grid { grid-template-columns: 1fr; gap: 16px; }
  .mp-side { display: flex; overflow-x: auto; }
  .mp-side a { border-bottom: 0; border-right: 1px solid var(--line); white-space: nowrap; }
  .mp-side a:last-child { border-right: 0; }
  .mp-panel { padding: 22px 18px; }
  .mp-info { grid-template-columns: 82px 1fr; font-size: 13.5px; }
  .mp-actions { flex-direction: column; }
  .mp-actions .btn { width: 100%; }
}

/* ===== 리뷰 캐러셀 (페이드 전환) ===== */
.rev-viewport { display: grid; }
.rev-page {
  grid-area: 1 / 1;
  opacity: 0; visibility: hidden;
  transition: opacity .75s ease, visibility .75s ease;
}
.rev-page.on { opacity: 1; visibility: visible; }

.rev-ctrl { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 34px; }
.rev-arrow {
  width: 32px; height: 32px; border: 0; background: none; padding: 0;
  color: #aab4c0; font-size: 21px; line-height: 1; cursor: pointer;
  display: grid; place-items: center; transition: color .2s; font-family: inherit;
}
.rev-arrow:hover { color: var(--navy); }
.rev-dots { display: flex; align-items: center; gap: 12px; }
.rev-dot {
  position: relative; width: 11px; height: 11px; padding: 0;
  border: 0; background: none; cursor: pointer;
}
.rev-dot::after {
  content: ""; position: absolute; inset: 1.5px; border-radius: 50%;
  background: #dfe4ea; transition: inset .26s ease, background .26s ease;
}
.rev-dot:hover::after { background: #c3ccd8; }
.rev-dot.on::after { inset: 0; background: var(--navy); }
.rev-carousel { position: relative; }
.rev-count { position: absolute; right: 0; top: -42px; font-size: 13px; color: var(--muted-2); letter-spacing: .4px; }
.rev-count b { color: var(--navy); font-weight: 600; }

@media (max-width: 620px) {
  .rev-ctrl { gap: 16px; margin-top: 28px; }
  .rev-arrow { width: 28px; height: 28px; font-size: 19px; }
  .rev-dots { gap: 8px; }
  .rev-dot { width: 10px; height: 10px; }
  .rev-count { position: static; text-align: right; margin-bottom: 10px; }
}

/* ===== 약관 · 정책 문서 ===== */
.doc-sec { padding: 64px 0 88px; }
.doc-wrap { max-width: 780px; margin: 0 auto; }
.doc-head { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.doc-head .kicker {
  font-family: var(--serif); font-size: 12px; letter-spacing: 3.4px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.doc-head h1 { font-size: 30px; font-weight: 700; color: var(--navy); letter-spacing: -1px; margin-bottom: 10px; }
.doc-date { font-size: 13.5px; color: var(--muted-2); }

.doc-body { font-size: 14.5px; color: var(--muted); line-height: 1.9; }
.doc-body h2 { font-size: 16.5px; font-weight: 600; color: var(--navy); margin: 34px 0 12px; }
.doc-body h2:first-child { margin-top: 0; }
.doc-body h3 { font-size: 14.5px; font-weight: 600; color: var(--navy); margin: 20px 0 8px; }
.doc-body p { margin-bottom: 10px; }
.doc-body ol, .doc-body ul { margin: 0 0 12px 18px; }
.doc-body li { margin-bottom: 6px; }
.doc-body strong { color: var(--navy); font-weight: 600; }
.doc-body a { color: var(--blue); text-decoration: underline; }

.doc-body table { width: 100%; border-collapse: collapse; margin: 12px 0 18px; font-size: 13.5px; }
.doc-body th, .doc-body td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.doc-body th { background: var(--bg-2); color: var(--navy); font-weight: 600; white-space: nowrap; }

.doc-note {
  margin-top: 30px; padding: 16px 18px; border: 1px solid var(--line);
  border-radius: var(--radius-sm); background: var(--bg-2);
  font-size: 13px; color: var(--muted); line-height: 1.8;
}
.doc-note b { color: var(--navy); }

.doc-foot { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted-2); }
.doc-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }

@media (max-width: 620px) {
  .doc-sec { padding: 40px 0 64px; }
  .doc-head h1 { font-size: 24px; }
  .doc-body { font-size: 14px; line-height: 1.85; }
  .doc-body h2 { font-size: 15.5px; margin-top: 28px; }
  .doc-body table { font-size: 12.5px; }
  .doc-body th, .doc-body td { padding: 8px 9px; }
  .doc-body th { white-space: normal; }
}
