@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css');

/* ============================================================
   HEEA — Typography & Rhythm Layer
   ------------------------------------------------------------
   이 파일은 site.css / retail-renewal.css 다음에 마지막으로
   로드됩니다. 글자 간격(자간), 행간, 라벨 크기, 여백 리듬,
   레거시 페이지 통일, 접근성만 담당합니다.
   레이아웃(그리드/포지션)은 기존 파일이 그대로 담당합니다.

   원칙
   1) 한글에는 마이너스 자간을 주지 않는다 (0 ~ -0.005em)
   2) 한글 본문 행간은 1.8 이상
   3) 영문 대문자 라벨은 자간을 벌린다 (0.14 ~ 0.18em)
   4) 10px 미만 글자는 쓰지 않는다
   5) 큰 세리프 헤드라인의 행간은 0.9 이상
   ============================================================ */

:root{
  /* 한글 우선 UI 스택 (Pretendard → Noto Sans KR → 시스템) */
  --h-ko:'Pretendard Variable',Pretendard,'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',system-ui,sans-serif;
  /* 영문 UI */
  --h-en:'DM Sans','Pretendard Variable',Pretendard,'Noto Sans KR',system-ui,sans-serif;
  /* 디스플레이 세리프 */
  --h-display:'Instrument Serif','Times New Roman',serif;

  /* 자간 토큰 */
  --h-ls-ko:-0.005em;      /* 한글 본문 */
  --h-ls-ko-tight:-0.012em;/* 한글 큰 제목만 */
  --h-ls-label:0.18em;     /* 영문 대문자 소형 라벨 */
  --h-ls-label-lg:0.13em;  /* 영문 대문자 중형 라벨 */
  --h-ls-display:-0.018em; /* 세리프 디스플레이 */

  /* 행간 토큰 */
  --h-lh-body:1.72;
  --h-lh-tight:1.5;
  --h-lh-display:0.94;

  /* 최소 라벨 크기 */
  --h-size-label:11px;
  --h-size-label-sm:10px;
}

/* ------------------------------------------------------------
   1. 기본 리듬 — 모든 페이지 공통
   ------------------------------------------------------------ */
html{ -webkit-text-size-adjust:100%; }

body,
.retail-site,
.member-page,
.partner-page{
  font-family:var(--h-en);
  font-size:15px;
  line-height:var(--h-lh-body);
  letter-spacing:var(--h-ls-ko);
  word-break:keep-all;
  overflow-wrap:break-word;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

/* 한글 본문 요소 — 자간 0에 가깝게, 행간 넉넉하게 */
p,li,dd,dt,td,th,
label,
figcaption,
blockquote,
.retail-hero-korean,
.retail-section-head>p,
.retail-section-head-side p,
.retail-guide-grid p,
.journal-grid p,
.product-info-description,
.product-accordion p,
.product-detail-story p,
.retail-campaign-copy p,
.retail-story-right>p,
.notice,
.legal p,
.legal li,
.member-intro,
.partner-shipping-note{
  letter-spacing:var(--h-ls-ko);
  line-height:var(--h-lh-body);
}

/* 목록 항목 사이 숨통 */
.legal li,
.retail-mega-grid>div a{ margin-bottom:2px; }

/* ------------------------------------------------------------
   2. 영문 대문자 라벨 — 자간을 벌리고 최소 크기 보장
   ------------------------------------------------------------ */
.retail-overline,
.retail-section-label,
.retail-announcement,
.retail-main-nav,
.retail-benefit-strip strong,
.retail-product-meta-top,
.retail-product-bottom button,
.retail-filter,
.category-card-overlay>span,
.category-card-overlay b,
.retail-guide-grid h3,
.retail-guide-grid a,
.retail-lookbook-grid figcaption,
.journal-grid small,
.story-principles b,
.retail-support-strip span,
.retail-footer-column span,
.retail-footer-bottom,
.retail-primary-button,
.retail-outline-button,
.retail-text-link,
.retail-campaign-image span,
.retail-story-left span,
.product-info-line,
.product-option-block>span,
.product-option-row span,
.product-service-list b,
.product-accordion summary,
.product-accordion a,
.product-editorial-heading span,
.product-detail-story>div:first-child>span,
.product-breadcrumb,
.shop-page-hero span,
.shop-page-promise b,
.shop-page-tools label,
.shop-page-tools>span,
.retail-cart-head,
.retail-cart-item span,
.search-dialog label,
.search-suggestions span,
.kicker,.eyebrow{
  letter-spacing:var(--h-ls-label);
  font-feature-settings:'tnum' 1;
}

/* 10px 미만 글자 제거 — 가독성 하한선 */
.product-service-list b,
.retail-cart-item span,
.product-gallery-tile figcaption,
.product-editorial-grid figcaption,
.product-detail-grid figcaption,
.mobile-buy-bar span{ font-size:var(--h-size-label-sm); }

.retail-product-meta-top,
.retail-product-bottom button,
.retail-guide-grid a,
.retail-lookbook-grid figcaption,
.journal-grid small,
.retail-support-strip span,
.retail-footer-column span,
.retail-footer-bottom,
.retail-campaign-image span,
.product-info-line,
.product-option-block>span,
.product-option-row span,
.product-accordion summary,
.product-accordion a,
.product-editorial-heading span,
.product-detail-story>div:first-child>span,
.product-breadcrumb,
.shop-page-promise b,
.shop-page-tools label,
.shop-page-tools>span,
.retail-cart-head,
.search-dialog label,
.search-suggestions span,
.retail-hero-index,
.hero-product-caption,
.retail-mega-grid span,
.retail-announcement,
.retail-product-colors small,
.retail-product-badge,
.mobile-drawer-head button,
.mobile-drawer-foot button,
.cart-item-side button,
.mobile-buy-bar strong,
.mobile-buy-bar button,
.retail-story-left span,
.category-card-overlay>span,
.category-card-overlay b,
.retail-benefit-strip strong,
.shop-page-hero span,
.retail-guide-grid h3,
.story-principles b,
.retail-filter{ font-size:var(--h-size-label); }

.retail-main-nav{ font-size:12px; letter-spacing:var(--h-ls-label-lg); }
.retail-primary-button,
.retail-outline-button,
.retail-text-link{ font-size:12px; letter-spacing:0.13em; }

/* ------------------------------------------------------------
   3. 디스플레이 세리프 — 붙어 있던 행간을 풀어준다
   ------------------------------------------------------------ */
.retail-hero h1{
  font-family:var(--h-display);
  font-size:clamp(34px,4.4vw,58px);
  line-height:1.22;
  letter-spacing:-0.015em;
  margin:30px 0 0;
}
.retail-hero h1 em{ color:var(--rr-moss); }          /* 포인트 컬러 유지 */
.hero-visual-number{ font-size:clamp(48px,7vw,108px); }

.retail-section-head h2{
  font-size:clamp(26px,2.6vw,36px);
  line-height:1.38;
  letter-spacing:-0.012em;
  margin-top:20px;
}
.category-card-overlay h2{
  font-size:clamp(30px,3vw,44px);
  line-height:1.24;
  letter-spacing:-0.012em;
  margin:22px 0 16px;
}
.category-card-overlay p{ font-size:17px; line-height:1.65; letter-spacing:var(--h-ls-ko); }
.retail-campaign-copy h2{
  font-size:clamp(28px,2.9vw,42px);
  line-height:1.28;
  letter-spacing:-0.012em;
  margin:22px 0;
}
.retail-story-right h2{
  font-size:clamp(28px,3vw,44px);
  line-height:1.26;
  letter-spacing:-0.012em;
}
.retail-product-name{ font-size:20px; line-height:1.35; letter-spacing:-0.008em; }
.journal-grid h3{ font-size:20px; line-height:1.45; letter-spacing:-0.008em; }

.retail-footer-brand p{ font-size:22px; line-height:1.45; letter-spacing:-0.008em; }
.shop-page-hero h1{
  font-size:clamp(36px,4.4vw,60px);
  line-height:1.2;
  letter-spacing:-0.015em;
}
.shop-page-hero p{ font-size:17px; line-height:1.6; letter-spacing:var(--h-ls-ko); }
.shop-page-promise h2{
  font-size:clamp(26px,2.8vw,40px);
  line-height:1.24;
  letter-spacing:-0.012em;
}
.retail-product-info h1{
  font-size:clamp(28px,2.6vw,40px);
  line-height:1.28;
  letter-spacing:-0.012em;
  margin:16px 0;
}
.product-editorial-heading h2{
  font-size:clamp(28px,2.9vw,42px);
  line-height:1.26;
  letter-spacing:-0.012em;
}
.product-detail-story h2{
  font-size:clamp(26px,2.6vw,36px);
  line-height:1.32;
  letter-spacing:-0.012em;
  margin:20px 0;
}
.search-dialog>input{ font-size:clamp(28px,3.6vw,48px); letter-spacing:-0.012em; }
.retail-mobile-drawer nav a{ font-size:26px; line-height:1.9; letter-spacing:-0.008em; }
.empty-cart span{ font-size:40px; line-height:1.2; }
.retail-cart-item strong{ font-size:17px; line-height:1.35; }

/* 한글이 섞인 큰 제목은 자간을 거의 주지 않는다 */
.legal h1,
.member-card h1,
.partner-access-card h1,
.checkout-panel h1,
.checkout-panel h2,
.status-box h1,
.member-dashboard h1,
.admin-shell h1,
.partner-hero h1{
  line-height:1.18!important;
  letter-spacing:var(--h-ls-ko-tight)!important;
}

/* ------------------------------------------------------------
   4. 히어로 한글 카피
   ------------------------------------------------------------ */
.retail-hero-korean{
  font-family:var(--h-ko);
  font-size:18px;
  line-height:1.8;
  letter-spacing:var(--h-ls-ko);
  max-width:30ch;
  margin:0 0 44px;
  color:var(--rr-gray);
}
.retail-hero-actions{ gap:18px; }

/* ------------------------------------------------------------
   5. 여백 리듬 — 섹션과 카드 사이 숨통
   ------------------------------------------------------------ */
.retail-section{ padding:120px 5vw; }
.retail-section-head{ margin-bottom:64px; }
.retail-product-grid{ gap:56px 28px; }
.retail-product-meta{ padding-top:18px; }
.retail-product-bottom{ margin-top:18px; padding-top:14px; }
.retail-benefit-strip div{ padding:26px 30px; }
.retail-benefit-strip span{ margin-top:7px; }
.retail-guide-grid article{ padding:38px 28px 42px; }
.retail-guide-grid h3{ margin:22px 0 14px; }
.retail-support-strip a{ padding:34px 4vw; }
.retail-footer{ padding:72px 5vw 28px; }
.retail-footer-top{ padding-bottom:80px; gap:40px; }
.retail-footer-column{ gap:11px; }
.retail-footer-column a{ font-size:13px; line-height:1.7; }
.story-principles{ gap:28px; }
.story-principles small{ line-height:1.8; }
.retail-story-right>p{ font-size:18px; line-height:1.85; }
.retail-campaign-copy p{ font-size:15px; line-height:1.9; }
.product-accordion summary{ padding:20px 0; }
.product-accordion p{ margin:0 0 20px; }
.product-service-list div{ padding:16px 12px; }
.product-service-list span{ font-size:11px; margin-top:5px; }
.product-option-row{ padding:24px 0; }
.retail-product-info{ padding:56px 4vw 48px; }
.product-info-price{ margin:30px 0; font-size:17px; letter-spacing:0.01em; }

/* ------------------------------------------------------------
   6. 버튼과 입력 — 터치 타깃과 정렬
   ------------------------------------------------------------ */
.retail-primary-button,
.retail-outline-button,
.pay-button,
.btn{ min-height:52px; padding:0 28px; }

.shop-page-tools input,
.shop-page-tools select{ font-size:13px; letter-spacing:var(--h-ls-ko); padding:9px 0; }
.product-color-button{ padding:10px 13px; font-size:12px; letter-spacing:var(--h-ls-ko); }
.checkout-form label,
.member-form label,
.partner-login-form label,
.b2b-form label{ font-size:12px; letter-spacing:var(--h-ls-ko); line-height:1.6; }
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.member-form input,
.member-form select,
.member-form textarea,
.partner-login-form input{ padding:13px 2px!important; font-size:15px; letter-spacing:var(--h-ls-ko); }

/* ------------------------------------------------------------
   7. 레거시 페이지 통일 — 결제 / 약관 / 계정 / 파트너 / 관리자
   기존 티얼(teal) 팔레트를 리테일 팔레트로 맞춘다
   ------------------------------------------------------------ */
.legal,
.checkout,
.member-shell,
.member-dashboard,
.partner-access,
.admin-shell{
  background:var(--rr-paper)!important;
  color:var(--rr-ink)!important;
  font-family:var(--h-en)!important;
}
.legal{ max-width:760px; padding:76px 24px 110px; }
.legal h1{
  font-family:var(--h-display)!important;
  font-size:clamp(38px,5vw,58px)!important;
  font-weight:400!important;
  color:var(--rr-ink)!important;
  margin:26px 0 34px!important;
}
.legal h2{
  font-size:15px!important;
  font-weight:600!important;
  letter-spacing:var(--h-ls-ko)!important;
  color:var(--rr-ink)!important;
  margin:52px 0 14px!important;
  padding-top:22px;
  border-top:1px solid rgba(17,17,15,.16);
}
.legal p,.legal li{ color:var(--rr-gray)!important; font-size:15px; }
.legal ul{ padding-left:18px; }
.legal a{ color:var(--rr-ink); border-bottom:1px solid rgba(17,17,15,.3); }
.legal .checkout-logo{ width:118px; margin-bottom:8px; }
.warning{
  border-left:2px solid var(--rr-wine)!important;
  border-radius:0!important;
  background:rgba(122,46,58,.06)!important;
  color:var(--rr-ink)!important;
  padding:18px 20px!important;
  font-size:13px;
  line-height:1.8;
}
.kicker,.eyebrow{
  color:var(--rr-gray)!important;
  font-size:var(--h-size-label);
  font-weight:600;
}
.checkout-panel,
.status-box,
.member-card,
.partner-access-card{ padding:38px!important; }
.checkout-panel h1,
.checkout-panel h2,
.status-box h1{ font-size:clamp(30px,3.4vw,42px)!important; margin:14px 0 26px!important; }
.checkout-line,.checkout-item{ padding:14px 0; }
.checkout-total{ margin-top:22px; font-size:19px; letter-spacing:var(--h-ls-ko); }
.notice{
  border-radius:0!important;
  background:rgba(17,17,15,.05)!important;
  color:var(--rr-gray)!important;
  padding:16px 18px!important;
  font-size:13px;
}
.btn{
  border-radius:0!important;
  font-size:12px;
  letter-spacing:0.13em;
}
.btn-primary{ background:var(--rr-ink)!important; color:#fff!important; }
.btn-secondary,.outline-button{ border:1px solid var(--rr-ink)!important; color:var(--rr-ink)!important; }
.member-switch{ line-height:1.9; font-size:13px; }
.member-profile-grid span{ font-size:var(--h-size-label); letter-spacing:var(--h-ls-label); }
.member-profile-grid strong,
.admin-partner-head h3{ color:var(--rr-ink)!important; letter-spacing:var(--h-ls-ko); }
.admin-status{ border-radius:0; font-size:var(--h-size-label-sm); letter-spacing:var(--h-ls-label); }
.partner-hero{
  background:var(--rr-ink)!important;
  padding:96px 5vw!important;
}
.partner-hero h1{ font-family:var(--h-display)!important; }

/* 레거시 페이지에도 공통 하단 링크 리듬 */
.legal-footer{
  max-width:760px;
  margin:0 auto;
  padding:0 24px 72px;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  font-size:var(--h-size-label);
  letter-spacing:var(--h-ls-label);
  color:var(--rr-gray);
}
.legal-footer a{ color:var(--rr-gray); border-bottom:1px solid rgba(17,17,15,.2); padding-bottom:2px; }
.legal-footer a:hover{ color:var(--rr-ink); }
.legal-topbar{
  border-bottom:1px solid rgba(17,17,15,.14);
  padding:20px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:100%;
}
.legal-topbar img{ width:112px; }
.legal-topbar a.legal-back{
  font-size:var(--h-size-label);
  letter-spacing:var(--h-ls-label);
  color:var(--rr-gray);
  border-bottom:1px solid rgba(17,17,15,.25);
  padding-bottom:3px;
}

/* 리테일 레이아웃을 쓰지 않는 페이지의 바탕색도 통일 */
body:not(.retail-site){
  background:var(--rr-paper);
  color:var(--rr-ink);
}
.legal{ background:transparent!important; }
.legal-footer{
  border-top:1px solid rgba(17,17,15,.16);
  padding-top:26px;
  margin-top:0;
}

/* 결제 페이지 구매방식 선택 — 각진 형태로 통일 */
.checkout-customer-mode{
  border-radius:0!important;
  background:rgba(17,17,15,.035)!important;
  border-color:rgba(17,17,15,.14)!important;
  padding:20px!important;
  margin-bottom:30px!important;
}
.checkout-mode-button{
  border-radius:0!important;
  min-height:50px!important;
  font-size:13px!important;
  letter-spacing:var(--h-ls-ko);
  color:var(--rr-gray)!important;
}
.checkout-mode-button:hover{ border-color:var(--rr-ink)!important; color:var(--rr-ink)!important; }
.checkout-mode-button.active{
  background:var(--rr-ink)!important;
  border-color:var(--rr-ink)!important;
  color:#fff!important;
}
.checkout-mode-status{ color:var(--rr-gray)!important; line-height:1.75; }
.checkout-member-links a{ color:var(--rr-ink)!important; }

/* ------------------------------------------------------------
   8. 컴포넌트 마무리 — 줄바꿈, 잘림, 좁은 칸
   ------------------------------------------------------------ */

/* 버튼 라벨이 두 줄로 깨지지 않도록 */
.retail-primary-button,
.retail-outline-button,
.retail-filter,
.retail-product-bottom button,
.mobile-buy-bar button,
.retail-text-link,
.product-color-button{ white-space:nowrap; }

.product-buy-actions .retail-primary-button,
.product-buy-actions .retail-outline-button{ padding:0 14px; font-size:11px; }

/* 좁은 구매 패널에서 제품명이 과하게 커지지 않도록 */
.retail-product-info h1{ font-size:clamp(38px,3.4vw,56px); }

/* 3칸 서비스 안내 — 한글이 뭉치지 않게 */
.product-service-list{ grid-template-columns:repeat(3,minmax(0,1fr)); }
.product-service-list div{ padding:16px 10px; }
.product-service-list b{
  display:block;
  line-height:1.55;
  letter-spacing:0.05em;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}
.product-service-list span{ line-height:1.65; word-break:keep-all; }

/* 혜택 스트립 / 안내 문구 줄바꿈 정리 */
.retail-benefit-strip span,
.retail-support-strip b,
.mega-editorial small{ word-break:keep-all; }

/* 상품 카드 이름이 두 줄일 때 높이 흔들림 완화 */
.retail-product-meta-top{ gap:10px; }

/* ------------------------------------------------------------
   10. 룩북 포트레이트 — 실사 이미지에 맞춘 처리
   기존 블렌드 모드는 제품 컷아웃용이라 인물 사진에서는 해제
   ------------------------------------------------------------ */
.retail-campaign-block{
  grid-template-columns:46% 54%;
  min-height:600px;
}
.retail-campaign-copy{ padding:5vw 4.5vw; }
.retail-campaign-image.has-portrait{ background:#0d1c1b; }
.retail-campaign-image.has-portrait img{
  mix-blend-mode:normal;
  opacity:1;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 30%;
}
.retail-campaign-image picture{ display:block; width:100%; height:100%; }
.retail-campaign-image.has-portrait span{
  z-index:2;
  color:#fff;
  text-shadow:0 1px 12px rgba(0,0,0,.45);
}



/* ------------------------------------------------------------
   11. 접근성 — 포커스, 모션 축소
   ------------------------------------------------------------ */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:2px solid var(--rr-moss,#244d4b);
  outline-offset:3px;
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
}

/* ------------------------------------------------------------
   12. 모바일 — 크기를 줄이되 자간은 벌린 상태로 유지
   ------------------------------------------------------------ */
@media(max-width:760px){
  body,.retail-site{ font-size:15px; }

  .retail-hero-copy{ padding:64px 22px 52px; }
  .retail-hero h1{ font-size:34px; line-height:1.28; margin:22px 0 0; }
  .retail-hero-korean{ font-size:16px; margin:20px 0 34px; }
  .retail-hero-actions{ gap:14px; }

  .retail-section{ padding:82px 22px; }
  .retail-section-head{ margin-bottom:42px; gap:20px; }
  .retail-section-head h2{ font-size:27px; line-height:1.42; }
  .retail-product-grid,.shop-full-grid{ gap:44px 16px; }
  .retail-product-name{ font-size:22px; }

  .category-card-overlay{ inset:auto 22px 34px; }
  .category-card-overlay h2{ font-size:32px; }
  .category-card-overlay p{ font-size:16px; }

  .retail-campaign-copy{ padding:82px 22px; }
  .retail-campaign-copy h2{ font-size:29px; }

  .retail-story-left,.retail-story-right{ padding:72px 22px; }
  .retail-story-right h2{ font-size:30px; }
  .retail-story-right>p{ font-size:16px; margin:30px 0 44px; }

  .shop-page-hero{ padding:64px 22px 44px; }
  .shop-page-hero h1{ font-size:38px; }
  .shop-page-hero p{ font-size:16px; }
  .shop-page-promise{ padding:76px 22px; }
  .shop-page-promise h2{ font-size:29px; }

  .retail-product-info{ padding:48px 22px 40px; }
  .retail-product-info h1{ font-size:29px; }
  .product-editorial{ padding:82px 22px; }
  .product-editorial-heading h2{ font-size:29px; }
  .product-detail-story{ padding:82px 22px; }

  .retail-footer{ padding:64px 22px 24px; }
  .retail-footer-top{ gap:48px 20px; padding-bottom:56px; }
  .retail-footer-brand p{ font-size:20px; }

  .legal{ padding:52px 22px 80px; }
  .legal h2{ margin:42px 0 12px!important; }
  .legal-footer{ padding:0 22px 56px; }
  .legal-topbar{ padding:16px 22px; }

  .checkout-panel,.status-box,.member-card,.partner-access-card{ padding:26px!important; }
}

/* ------------------------------------------------------------
   히어로 — 카피 전면 배치 (제품 도면 패널 제거)
   ------------------------------------------------------------ */
.retail-hero{
  grid-template-columns:1fr;
  min-height:min(88vh,860px);
  align-items:center;
}
.retail-hero-copy{
  width:min(1280px,100%);
  margin:0 auto;
  padding:12vh 5vw 14vh;
}
.retail-hero h1{
  font-size:clamp(44px,8.6vw,124px);
  line-height:1.04;
  letter-spacing:-0.024em;
  margin:36px 0 0;
}
.retail-hero-korean{
  font-size:clamp(17px,1.6vw,22px);
  margin:30px 0 46px;
  max-width:34ch;
}
.retail-hero-index{
  left:5vw;
  right:5vw;
  bottom:34px;
  max-width:1280px;
  margin:0 auto;
}

/* ------------------------------------------------------------
   저널 — 블로그로 보내는 배너 한 장
   ------------------------------------------------------------ */
.journal-banner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  padding:56px 48px;
  border:1px solid rgba(17,17,15,.18);
  background:var(--rr-white);
  color:inherit;
  transition:background .25s ease,border-color .25s ease;
}
.journal-banner:hover{ background:var(--rr-moss); border-color:var(--rr-moss); color:#fff; }
.journal-banner-copy>span{
  display:block;
  font-size:var(--h-size-label);
  letter-spacing:var(--h-ls-label);
  font-weight:600;
  color:var(--rr-gray);
  transition:color .25s ease;
}
.journal-banner:hover .journal-banner-copy>span{ color:rgba(255,255,255,.72); }
.journal-banner-copy strong{
  display:block;
  margin:20px 0 16px;
  font-family:var(--h-display);
  font-size:clamp(24px,2.4vw,34px);
  font-weight:400;
  line-height:1.42;
  letter-spacing:var(--h-ls-ko-tight);
}
.journal-banner-copy p{
  margin:0;
  max-width:46ch;
  color:var(--rr-gray);
  transition:color .25s ease;
}
.journal-banner:hover .journal-banner-copy p{ color:rgba(255,255,255,.76); }
.journal-banner-cta{
  flex:0 0 auto;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.13em;
  white-space:nowrap;
  border-bottom:1px solid currentColor;
  padding-bottom:6px;
}

@media(max-width:760px){
  .retail-hero{ min-height:auto; }
  .retail-hero-copy{ padding:88px 22px 96px; min-height:0; }
  .retail-hero h1{ font-size:clamp(38px,11vw,58px); line-height:1.08; margin:26px 0 0; max-width:none; }
  .retail-hero-korean{ font-size:16px; margin:22px 0 34px; }
  .retail-hero-index{ display:flex; left:22px; right:22px; bottom:20px; gap:12px; flex-wrap:wrap; }

  .journal-banner{
    align-items:flex-start;
    flex-direction:column;
    gap:26px;
    padding:34px 24px;
  }
  .journal-banner-copy strong{ font-size:22px; margin:16px 0 14px; }
}

/* ------------------------------------------------------------
   CONNECT — 블로그 / 카카오톡 / 이메일
   ------------------------------------------------------------ */
.retail-connect{
  padding:110px 5vw 120px;
  border-top:1px solid rgba(17,17,15,.16);
  background:var(--rr-white);
}
.retail-connect-head{ max-width:1280px; margin:0 auto 52px; }
.retail-connect-head h2{
  margin:20px 0 16px;
  font-family:var(--h-display);
  font-size:clamp(28px,3vw,44px);
  font-weight:400;
  line-height:1.24;
  letter-spacing:-0.015em;
}
.retail-connect-head p{
  margin:0;
  max-width:46ch;
  color:var(--rr-gray);
}
.retail-connect-grid{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:rgba(17,17,15,.18);
  border:1px solid rgba(17,17,15,.18);
}
.connect-card{
  display:flex;
  flex-direction:column;
  padding:38px 34px 32px;
  background:var(--rr-white);
  color:inherit;
  transition:background .25s ease,color .25s ease;
}
.connect-card:hover{ background:var(--rr-moss); color:#fff; }
.connect-label{
  font-size:var(--h-size-label);
  letter-spacing:var(--h-ls-label);
  font-weight:600;
  color:var(--rr-gray);
  transition:color .25s ease;
}
.connect-card:hover .connect-label{ color:rgba(255,255,255,.7); }
.connect-card strong{
  display:block;
  margin:22px 0 14px;
  font-family:var(--h-display);
  font-size:clamp(21px,1.9vw,27px);
  font-weight:400;
  line-height:1.35;
  letter-spacing:-0.01em;
  word-break:break-word;
}
.connect-card p{
  margin:0 0 30px;
  color:var(--rr-gray);
  font-size:14px;
  transition:color .25s ease;
}
.connect-card:hover p{ color:rgba(255,255,255,.76); }
.connect-cta{
  margin-top:auto;
  align-self:flex-start;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.13em;
  white-space:nowrap;
  border-bottom:1px solid currentColor;
  padding-bottom:6px;
}

@media(max-width:900px){
  .retail-connect-grid{ grid-template-columns:1fr; }
}
@media(max-width:760px){
  .retail-connect{ padding:76px 22px 84px; }
  .retail-connect-head{ margin-bottom:34px; }
  .connect-card{ padding:30px 24px 26px; }
  .connect-card strong{ margin:18px 0 12px; font-size:20px; }
  .connect-card p{ margin-bottom:24px; }
}

/* B2B 신청 접수 안내 (홈으로 이동했을 때 1회 표시) */
.partner-applied-notice{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:16px 5vw;
  background:var(--rr-moss);
  color:#fff;
}
.partner-applied-notice strong{
  display:block;
  font-size:13px;
  letter-spacing:var(--h-ls-ko);
  margin-bottom:5px;
}
.partner-applied-notice span{
  display:block;
  font-size:13px;
  line-height:1.7;
  letter-spacing:var(--h-ls-ko);
  color:rgba(255,255,255,.82);
  max-width:70ch;
}
.partner-applied-notice button{
  flex:0 0 auto;
  background:none;
  border:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1;
  padding:4px;
  cursor:pointer;
}
.partner-applied-notice button:hover{ color:#fff; }
@media(max-width:760px){
  .partner-applied-notice{ padding:14px 22px; gap:12px; }
}
