/* =========================================================
   Mom's Organic — Bamboo Bebe-inspired layout (polished)
   ========================================================= */

.bb-app{background:#FAF6EE;}  /* match option 1 ivory */
body.bb-page{font-family:'Quicksand','Noto Sans Thai',sans-serif;color:#2a2422;background:#FAF6EE;}
html:has(body.bb-page){background:#FAF6EE;}

/* ─────────── PROMO BAR ─────────── */
.bb-promo{background:#2a2422;color:#fff;font-size:11.5px;text-align:center;
  padding:8px 16px;letter-spacing:.06em;font-weight:500;position:relative;}
.bb-promo .close{position:absolute;right:14px;top:50%;transform:translateY(-50%);
  font-size:14px;opacity:.7;cursor:pointer;}

/* ─────────── HEADER (sticky, minimal, ivory to match option 1) ─────────── */
.bb-header{position:sticky;top:0;z-index:100;background:rgba(250,246,238,.97);
  backdrop-filter:blur(10px);border-bottom:1px solid #ece6dc;}
.bb-header-row{max-width:1400px;margin:0 auto;padding:18px 28px;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;
  min-width:0;}
@media (max-width:760px){
  /* Switch to flex on mobile so logo truly fills middle and tools hug right */
  .bb-header-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;gap:8px;
    grid-template-columns:none;}
  .bb-menu-btn{flex-shrink:0;padding:6px;}
  .bb-menu-btn span{display:none;}
  .bb-logo{flex:1 1 auto;justify-content:center;min-width:0;}
  .bb-tools{flex-shrink:0;gap:0;justify-content:flex-end;}
  .bb-tools .icon-btn{width:34px;height:34px;font-size:20px;}
  .bb-tools .icon-btn[aria-label="mypage"]{display:none;}
  .bb-tools .icon-btn[aria-label="wishlist"]{display:none;}
  .bb-tools .lang-toggle{font-size:9.5px;margin-right:2px;}
}
.bb-menu-btn{background:none;border:none;font-size:24px;color:#2a2422;
  cursor:pointer;padding:0;display:flex;align-items:center;gap:8px;
  font-family:inherit;font-weight:500;}
.bb-menu-btn .ph-thin{font-weight:100;font-size:26px;}
.bb-menu-btn span{font-size:11.5px;letter-spacing:.18em;font-weight:600;}
.bb-logo{display:flex;justify-content:center;align-items:center;flex-shrink:0;min-width:0;}
.bb-logo img{height:46px;width:auto !important;max-width:none !important;
  object-fit:contain;flex-shrink:0;}
@media (max-width:760px){
  .bb-logo img{height:32px;}
}
.bb-tools{display:flex;justify-content:flex-end;align-items:center;gap:4px;}
.bb-tools .icon-btn{width:38px;height:38px;font-size:22px;color:#2a2422;
  border-radius:50%;display:flex;align-items:center;justify-content:center;}
.bb-tools .icon-btn:hover{background:#f7f2e9;}
.bb-tools .icon-btn .ph-thin{font-weight:100;}
.bb-tools .cart-count{position:absolute;top:5px;right:5px;background:#c9a020;
  color:#fff;font-size:9px;font-weight:700;min-width:15px;height:15px;
  border-radius:8px;padding:0 4px;display:flex;align-items:center;
  justify-content:center;line-height:1;}
.bb-tools .icon-btn{position:relative;}

/* Main category nav (under header) */
.bb-nav-bar{background:#FAF6EE;border-bottom:1px solid #ece6dc;}
.bb-nav{max-width:1400px;margin:0 auto;padding:0 28px;
  display:flex;justify-content:center;gap:0;overflow-x:auto;
  scrollbar-width:none;}
.bb-nav::-webkit-scrollbar{display:none;}
.bb-nav a{padding:14px 18px;font-size:12.5px;font-weight:500;color:#5a4f4a;
  letter-spacing:.04em;white-space:nowrap;border-bottom:2px solid transparent;
  transition:all .15s;flex-shrink:0;}
.bb-nav a:hover{color:#2a2422;}
.bb-nav a.on{color:#2a2422;border-bottom-color:#c9a020;font-weight:600;}
.bb-nav a.highlight{color:#c9a020;font-weight:600;}

/* ─────────── HASHTAG SEARCH BAR ─────────── */
.bb-search{background:#F4ECDF;padding:14px 26px;border-bottom:1px solid #ece6dc;}
.bb-search-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;
  gap:14px;flex-wrap:wrap;}
.bb-search-label{font-size:11px;letter-spacing:.22em;color:#5a4f4a;
  font-weight:700;text-transform:uppercase;flex-shrink:0;}
.bb-tags{display:flex;gap:6px;flex-wrap:wrap;}
.bb-tag{padding:5px 13px;background:#FAF6EE;border:1px solid #ece6dc;
  border-radius:18px;font-size:12px;color:#5a4f4a;letter-spacing:.02em;
  transition:all .15s;display:inline-flex;align-items:center;gap:3px;}
.bb-tag:hover{background:#2a2422;color:#fff;border-color:#2a2422;}
.bb-tag::before{content:"#";opacity:.5;}

@media (max-width:760px){
  .bb-search{padding:11px 16px;}
  .bb-search-label{display:none;}
  .bb-tag{font-size:11px;padding:4px 11px;}
}

/* ─────────── HERO SLIDER ─────────── */
.bb-hero{position:relative;background:#f5ebd8;overflow:hidden;}
.bb-hero-slide{position:relative;width:100%;aspect-ratio:1960/600;max-height:760px;
  display:flex;align-items:center;justify-content:flex-start;}
.bb-hero-img{position:absolute;inset:0;}
.bb-hero-img img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.bb-hero-img::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to right,rgba(255,253,247,.85) 0%,rgba(255,253,247,.4) 35%,rgba(255,253,247,0) 60%);}
.bb-hero-content{position:relative;z-index:2;padding:0 60px;max-width:1400px;
  margin:0 auto;width:100%;}
.bb-hero-eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;margin-bottom:18px;text-transform:uppercase;}
.bb-hero h1{font-family:'Quicksand',serif;font-weight:300;font-size:54px;
  line-height:1.06;letter-spacing:-.015em;color:#2a2422;margin-bottom:18px;
  max-width:520px;}
.bb-hero h1 em{font-style:normal;font-weight:600;color:#8b6b65;}
.bb-hero p{font-size:15px;line-height:1.7;color:#5a4f4a;
  margin-bottom:28px;max-width:380px;}
.bb-hero .bb-btn{display:inline-flex;align-items:center;gap:10px;
  padding:14px 30px;background:#2a2422;color:#fff;font-size:12px;
  font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  border:1.5px solid #2a2422;transition:all .2s;}
.bb-hero .bb-btn:hover{background:transparent;color:#2a2422;}

/* Slider dots / arrows */
.bb-hero-controls{position:absolute;bottom:30px;left:0;right:0;z-index:3;
  display:flex;justify-content:center;align-items:center;gap:14px;}
.bb-dots{display:flex;gap:6px;}
.bb-dots .bb-dot{width:8px;height:8px;border-radius:50%;
  background:rgba(42,36,34,.25);transition:all .2s;cursor:pointer;}
.bb-dots .bb-dot.on{background:#2a2422;width:22px;border-radius:8px;}
.bb-arrows{display:flex;gap:6px;}
.bb-arrow{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.8);
  color:#2a2422;font-size:14px;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(42,36,34,.1);cursor:pointer;transition:all .15s;}
.bb-arrow:hover{background:#2a2422;color:#fff;border-color:#2a2422;}
.bb-counter{position:absolute;right:26px;bottom:34px;font-size:11px;
  letter-spacing:.18em;color:#5a4f4a;font-weight:600;font-variant-numeric:tabular-nums;}

@media (max-width:900px){
  /* 이미지 잘리지 않게 가로형 비율 + 텍스트는 이미지 아래에 분리 */
  .bb-hero-slide{height:auto;min-height:0;aspect-ratio:auto;padding:0;display:block;}
  .bb-hero-img{position:relative;width:100%;aspect-ratio:16/11;}
  .bb-hero-img img{object-position:center 30%;}
  .bb-hero-img::after{display:none;}
  .bb-hero-content{position:relative;left:auto;right:auto;bottom:auto;padding:26px 22px 30px;text-align:left;background:#FAF6EE;}
  .bb-hero-eyebrow{margin-bottom:12px;}
  .bb-hero h1{font-size:28px;max-width:none;margin-bottom:12px;}
  .bb-hero p{font-size:13px;margin-bottom:18px;}
  .bb-hero .bb-btn{padding:12px 24px;font-size:11.5px;}
  .bb-counter{right:18px;bottom:24px;}
  .bb-hero-controls{position:absolute;bottom:auto;top:auto;right:0;left:0;padding:8px 0 0;background:transparent;}
}

/* ─────────── DUAL FEATURE (on bamboo page) ─────────── */
.bb-app .dual-feature{max-width:1400px;margin:60px auto;padding:0 28px;gap:24px;}
@media (max-width:760px){
  .bb-app .dual-feature{margin:30px auto;padding:0 16px;gap:14px;}
}

/* ─────────── SECTION HEADER ─────────── */
.bb-section{padding:80px 28px 60px;max-width:1400px;margin:0 auto;}
.bb-section-head{display:flex;justify-content:space-between;align-items:flex-end;
  margin-bottom:30px;gap:20px;flex-wrap:wrap;}
.bb-section-head h2{font-family:'Quicksand',serif;font-weight:400;font-size:30px;
  letter-spacing:-.01em;color:#2a2422;line-height:1.15;}
.bb-section-head h2 em{font-style:normal;font-weight:600;color:#c9a020;font-size:.9em;}
.bb-section-head .bb-more{font-size:11.5px;letter-spacing:.18em;font-weight:600;
  color:#5a4f4a;text-transform:uppercase;border-bottom:1.5px solid #5a4f4a;
  padding-bottom:4px;}
.bb-section-head .bb-more:hover{color:#c9a020;border-bottom-color:#c9a020;}

/* Subcategory tabs */
.bb-subtabs{display:flex;gap:8px;margin-bottom:34px;flex-wrap:wrap;}
.bb-subtab{padding:9px 18px;border:1px solid #ece6dc;background:#fff;
  font-size:12.5px;color:#5a4f4a;letter-spacing:.04em;font-weight:500;
  border-radius:22px;cursor:pointer;transition:all .15s;}
.bb-subtab:hover{border-color:#8b6b65;color:#2a2422;}
.bb-subtab.on{background:#2a2422;color:#fff;border-color:#2a2422;font-weight:600;}

@media (max-width:760px){
  .bb-section{padding:50px 16px 36px;}
  .bb-section-head{margin-bottom:20px;}
  .bb-section-head h2{font-size:22px;}
  .bb-subtabs{margin-bottom:22px;gap:6px;overflow-x:auto;
    flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;
    scrollbar-width:none;}
  .bb-subtabs::-webkit-scrollbar{display:none;}
  .bb-subtab{font-size:11.5px;padding:7px 14px;flex-shrink:0;}
}

/* ─────────── GIFT SET PAGE ─────────── */
.gs-hero{position:relative;height:72vh;min-height:520px;overflow:hidden;
  background:#f4ecdf;}
.gs-hero img{width:100%;height:100%;object-fit:cover;}
.gs-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to right,rgba(255,253,247,.92) 0%,rgba(255,253,247,.55) 40%,rgba(255,253,247,.2) 72%);}
.gs-hero-overlay{position:absolute;inset:0;z-index:2;display:flex;
  flex-direction:column;justify-content:center;padding:0 60px;max-width:1400px;
  margin:0 auto;left:0;right:0;}
.gs-hero .eyebrow{font-size:11.5px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:18px;}
.gs-hero h1{font-family:'Quicksand',serif;font-weight:300;font-size:54px;
  line-height:1.06;color:#2a2422;margin-bottom:18px;max-width:520px;}
.gs-hero h1 em{font-style:normal;font-weight:600;color:#8b6b65;font-size:.9em;}
.gs-hero p{font-size:14px;color:#5a4f4a;letter-spacing:.04em;margin-bottom:18px;}
.gs-price{display:flex;align-items:baseline;gap:10px;margin-bottom:24px;}
.gs-price .now{font-family:'Quicksand',serif;font-size:32px;font-weight:600;color:#2a2422;}
.gs-price .orig{text-decoration:line-through;color:#bdb4ad;font-size:18px;}
.gs-price .pct{background:#c9a020;color:#fff;font-size:11px;font-weight:700;
  padding:2px 8px;border-radius:3px;letter-spacing:.04em;}

.gs-pieces{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.gs-piece{text-align:center;padding:26px 16px;background:#faf6ee;border-radius:6px;}
.gs-piece .ico{font-size:42px;color:#c9a020;margin-bottom:12px;}
.gs-piece h3{font-family:'Quicksand',serif;font-weight:600;font-size:16px;
  color:#2a2422;margin-bottom:8px;letter-spacing:.06em;}
.gs-piece p{font-size:12.5px;color:#5a4f4a;line-height:1.55;margin-bottom:0;}

.gs-pat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
  max-width:840px;margin:0 auto;}
.gs-pat-card{background:#fff;border:2px solid #ece6dc;border-radius:8px;
  padding:14px;cursor:pointer;text-align:center;font-family:inherit;
  transition:all .2s;}
.gs-pat-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:4px;
  margin-bottom:10px;}
.gs-pat-card .t{font-family:'Quicksand',serif;font-weight:600;font-size:16px;
  letter-spacing:.06em;color:#2a2422;margin-bottom:6px;}
.gs-pat-card .d{font-size:12px;color:#5a4f4a;}
.gs-pat-card:hover{border-color:#8b6b65;}
.gs-pat-card.on{border-color:#2a2422;background:#fff;}

.gs-order{max-width:500px;margin:30px auto 0;text-align:center;}
.gs-order-price{display:flex;justify-content:center;align-items:baseline;
  gap:10px;margin-bottom:18px;}
.gs-order-price .now{font-family:'Quicksand',serif;font-size:28px;font-weight:600;color:#2a2422;}
.gs-order-price .orig{text-decoration:line-through;color:#bdb4ad;font-size:16px;}
.gs-order-price .pct{background:#c9a020;color:#fff;font-size:11px;font-weight:700;
  padding:2px 8px;border-radius:3px;}
.gs-order .pd-btn{width:100%;margin-bottom:12px;}
.gs-sku{font-size:11px;color:#8b6b65;letter-spacing:.16em;}
.gs-sku span{color:#2a2422;font-weight:600;}

@media (max-width:900px){
  .gs-hero{height:auto;min-height:0;aspect-ratio:3/4;}
  .gs-hero::after{background:linear-gradient(to bottom,rgba(255,253,247,0) 30%,rgba(255,253,247,.92) 100%);}
  .gs-hero-overlay{padding:0 22px 36px;justify-content:flex-end;}
  .gs-hero h1{font-size:30px;}
  .gs-pieces{grid-template-columns:repeat(2,1fr);gap:10px;}
  .gs-pat-row{grid-template-columns:1fr;gap:12px;}
}

/* ─────────── LOOKBOOK ─────────── */
.lb-hero{padding:80px 28px 30px;text-align:center;background:#fff;}
.lb-hero-inner{max-width:780px;margin:0 auto;}
.lb-hero .eyebrow{font-size:11.5px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:18px;}
.lb-hero h1{font-family:'Quicksand',serif;font-weight:300;font-size:48px;
  line-height:1.08;color:#2a2422;margin-bottom:18px;letter-spacing:-.015em;}
.lb-hero h1 em{font-style:normal;font-weight:600;color:#8b6b65;font-size:.92em;}
.lb-hero p{font-size:13.5px;color:#5a4f4a;line-height:1.55;}

.lb-section{padding:60px 28px 80px;background:#fff;}
.lb-section-cream{background:#faf6ee;}
.lb-pat-head{max-width:780px;margin:0 auto 40px;text-align:center;}
.lb-pat-no{font-size:11px;letter-spacing:.32em;color:#c9a020;font-weight:700;
  text-transform:uppercase;margin-bottom:14px;}
.lb-pat-head h2{font-family:'Quicksand',serif;font-weight:300;font-size:44px;
  letter-spacing:.04em;color:#2a2422;margin-bottom:16px;}
.lb-pat-head h2 span{font-size:.5em;font-weight:400;color:#8b6b65;letter-spacing:.02em;}
.lb-pat-head p{font-size:13.5px;color:#5a4f4a;line-height:1.6;margin-bottom:24px;}
.lb-pat-head .bb-btn{display:inline-block;}

.lb-mosaic{display:grid;grid-template-columns:repeat(4,1fr);
  grid-template-rows:repeat(2,260px);gap:14px;max-width:1300px;margin:0 auto;}
.lb-m{overflow:hidden;border-radius:6px;display:block;}
.lb-m img{width:100%;height:100%;object-fit:cover;transition:transform .35s;}
.lb-m:hover img{transform:scale(1.04);}
.lb-m.a{grid-column:1/3;grid-row:1/3;}
.lb-m.b{grid-column:3;grid-row:1;}
.lb-m.c{grid-column:4;grid-row:1;}
.lb-m.d{grid-column:3;grid-row:2;}
.lb-m.e{grid-column:4;grid-row:2;}

@media (max-width:760px){
  .lb-hero{padding:42px 18px 14px;}
  .lb-hero h1{font-size:28px;}
  .lb-section{padding:30px 16px 46px;}
  .lb-pat-head h2{font-size:30px;}
  .lb-mosaic{grid-template-columns:repeat(2,1fr);
    grid-template-rows:repeat(3,180px);gap:8px;}
  .lb-m.a{grid-column:1/3;grid-row:1;}
  .lb-m.b{grid-column:1;grid-row:2;}
  .lb-m.c{grid-column:2;grid-row:2;}
  .lb-m.d{grid-column:1;grid-row:3;}
  .lb-m.e{grid-column:2;grid-row:3;}
}

/* ─────────── ABOUT / LOOKBOOK ─────────── */
.about-hero{position:relative;height:62vh;min-height:440px;overflow:hidden;
  background:#f4ecdf;}
.about-hero img{width:100%;height:100%;object-fit:cover;object-position:center 28%;}
.about-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to right,rgba(255,253,247,.92) 0%,rgba(255,253,247,.5) 38%,rgba(255,253,247,.2) 70%);}
.about-hero-overlay{position:absolute;inset:0;z-index:2;display:flex;
  flex-direction:column;justify-content:center;padding:0 60px;max-width:1400px;
  margin:0 auto;left:0;right:0;}
.about-hero .eyebrow{font-size:11.5px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:18px;}
.about-hero h1{font-family:'Quicksand',serif;font-weight:300;font-size:56px;
  line-height:1.06;letter-spacing:-.015em;color:#2a2422;margin-bottom:18px;max-width:520px;}
.about-hero h1 em{font-style:normal;font-weight:600;color:#8b6b65;font-size:.9em;}
.about-hero p{font-size:14px;color:#5a4f4a;letter-spacing:.06em;}

.about-section{padding:80px 28px;background:#fff;}
.about-section-cream{background:#faf6ee;}
.about-inner{max-width:1100px;margin:0 auto;}
.about-section .eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:14px;}
.about-section h2{font-family:'Quicksand',serif;font-weight:300;font-size:36px;
  line-height:1.15;color:#2a2422;margin-bottom:28px;letter-spacing:-.01em;}
.about-section h2 em{font-style:normal;font-weight:600;color:#8b6b65;font-size:.92em;}
.about-section p{font-size:14px;color:#5a4f4a;line-height:1.75;margin-bottom:14px;}
.about-lead{font-size:14.5px;color:#5a4f4a;max-width:720px;line-height:1.75;
  margin-bottom:34px;}

.about-grid-2{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;
  align-items:center;}
.about-grid-2.reverse{grid-template-columns:1fr 1.2fr;}
.about-vis img{width:100%;height:auto;border-radius:6px;}

.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.about-value{text-align:center;padding:24px 18px;}
.about-value .icon{font-size:48px;color:#c9a020;margin-bottom:14px;}
.about-value h3{font-family:'Quicksand',serif;font-weight:500;font-size:18px;
  color:#2a2422;margin-bottom:10px;letter-spacing:.04em;}
.about-value p{font-size:13px;color:#5a4f4a;line-height:1.7;margin-bottom:0;}

.about-certs{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.cert{text-align:center;padding:24px 14px;background:#faf6ee;border-radius:6px;}
.about-section-cream .cert{background:#fff;}
.cert .ico{font-size:38px;color:#c9a020;margin-bottom:10px;}
.cert .t{font-family:'Quicksand',serif;font-weight:600;font-size:14px;
  color:#2a2422;margin-bottom:6px;letter-spacing:.04em;}
.cert .d{font-size:11.5px;color:#5a4f4a;letter-spacing:.04em;line-height:1.55;}

.about-patterns{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
  margin-top:14px;}
.about-pat{display:block;text-align:left;}
.about-pat img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:6px;
  margin-bottom:12px;transition:transform .3s;}
.about-pat:hover img{transform:scale(1.02);}
.about-pat .t{font-family:'Quicksand',serif;font-size:18px;font-weight:600;
  color:#2a2422;letter-spacing:.06em;margin-bottom:6px;}
.about-pat .t span{font-size:13px;font-weight:400;color:#8b6b65;letter-spacing:.02em;}
.about-pat .d{font-size:12.5px;color:#5a4f4a;line-height:1.55;}

.about-cta{padding:80px 28px;background:#2a2422;color:#fff;text-align:center;}
.about-cta h2{font-family:'Quicksand',serif;font-weight:300;font-size:38px;
  line-height:1.1;color:#fff;margin-bottom:26px;}
.about-cta h2 em{font-style:normal;font-weight:600;color:#c9a020;font-size:.92em;}
.about-cta .bb-btn{background:#fff;color:#2a2422;border-color:#fff;
  padding:14px 32px;font-size:12px;letter-spacing:.18em;font-weight:700;
  display:inline-block;}
.about-cta .bb-btn:hover{background:transparent;color:#fff;}

@media (max-width:900px){
  .about-hero{height:auto;min-height:0;aspect-ratio:3/4;}
  .about-hero::after{background:linear-gradient(to bottom,rgba(255,253,247,0) 30%,rgba(255,253,247,.92) 100%);}
  .about-hero-overlay{padding:0 22px 36px;justify-content:flex-end;}
  .about-hero h1{font-size:32px;}
  .about-section{padding:46px 18px;}
  .about-section h2{font-size:24px;margin-bottom:18px;}
  .about-grid-2,.about-grid-2.reverse{grid-template-columns:1fr;gap:28px;}
  .about-values{grid-template-columns:1fr;gap:14px;}
  .about-certs{grid-template-columns:repeat(2,1fr);gap:10px;}
  .about-patterns{grid-template-columns:1fr;gap:18px;}
  .about-cta{padding:46px 18px;}
  .about-cta h2{font-size:26px;}
}

/* ─────────── PRODUCT DETAIL ─────────── */
.pd-crumb{max-width:1400px;margin:18px auto;padding:0 28px;font-size:11.5px;
  letter-spacing:.12em;color:#8b6b65;}
.pd-crumb a{color:#8b6b65;}
.pd-crumb a:hover{color:#2a2422;text-decoration:underline;}
.pd-crumb span{color:#2a2422;font-weight:600;}

.pd-main{max-width:1400px;margin:10px auto 60px;padding:0 28px;
  display:grid;grid-template-columns:1.15fr 1fr;gap:60px;align-items:start;}
.pd-gallery{position:sticky;top:20px;}
.pd-gallery-main{aspect-ratio:1/1;background:#f4ecdf;border-radius:6px;overflow:hidden;}
.pd-gallery-main img{width:100%;height:100%;object-fit:cover;}
.pd-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px;}
.pd-thumb{aspect-ratio:1/1;border-radius:4px;overflow:hidden;cursor:pointer;
  border:2px solid transparent;transition:border-color .15s;}
.pd-thumb.on{border-color:#8b6b65;}
.pd-thumb img{width:100%;height:100%;object-fit:cover;}

.pd-info{padding-top:6px;}
.pd-eyebrow{font-size:10.5px;letter-spacing:.28em;color:#c9a020;font-weight:700;
  text-transform:uppercase;margin-bottom:14px;}
.pd-info h1{font-family:'Quicksand',serif;font-weight:300;font-size:32px;
  line-height:1.18;color:#2a2422;margin-bottom:10px;letter-spacing:-.01em;}
.pd-rating{font-size:12.5px;color:#8b6b65;margin-bottom:18px;}
.pd-rating .star{color:#c9a020;}
.pd-price{display:flex;align-items:baseline;gap:10px;margin-bottom:18px;flex-wrap:wrap;}
.pd-price .now{font-family:'Quicksand',serif;font-size:30px;font-weight:600;color:#2a2422;}
.pd-price .orig{text-decoration:line-through;color:#bdb4ad;font-size:16px;}
.pd-price .pct{background:#c9a020;color:#fff;font-size:11px;font-weight:700;
  padding:2px 8px;border-radius:3px;letter-spacing:.04em;}
.pd-tagline{font-size:13px;color:#5a4f4a;line-height:1.55;margin-bottom:24px;
  padding-bottom:22px;border-bottom:1px solid #ece6dc;}

.pd-opt{margin-bottom:22px;}
.pd-opt-label{font-size:11px;letter-spacing:.22em;color:#5a4f4a;
  text-transform:uppercase;font-weight:700;margin-bottom:10px;}
.pd-opt-row{display:flex;gap:8px;flex-wrap:wrap;}
.pd-opt-chip{display:flex;align-items:center;gap:8px;padding:8px 14px 8px 8px;
  border:1.5px solid #ece6dc;background:#fff;border-radius:24px;cursor:pointer;
  font-family:inherit;font-size:12px;color:#5a4f4a;transition:all .15s;}
.pd-opt-chip img{width:30px;height:30px;border-radius:50%;object-fit:cover;}
.pd-opt-chip:hover{border-color:#8b6b65;color:#2a2422;}
.pd-opt-chip.on{border-color:#2a2422;background:#fff;color:#2a2422;font-weight:700;}
.pd-opt-chip.pd-size{padding:10px 16px;gap:6px;}
.pd-opt-chip.pd-size strong{font-size:14px;}
.pd-opt-chip.pd-size .age{font-size:10.5px;color:#8b6b65;letter-spacing:.06em;}

.pd-qty-row{margin-bottom:18px;}
.pd-qty{display:inline-flex;align-items:center;border:1.5px solid #ece6dc;
  border-radius:24px;overflow:hidden;}
.pd-qty button{background:none;border:none;padding:8px 18px;font-size:18px;
  cursor:pointer;color:#5a4f4a;font-family:inherit;}
.pd-qty button:hover{background:#f4ecdf;color:#2a2422;}
.pd-qty span{padding:0 16px;font-weight:600;color:#2a2422;min-width:30px;text-align:center;}

.pd-actions{display:flex;gap:10px;margin-bottom:26px;flex-wrap:wrap;}
.pd-btn{flex:1;min-width:160px;padding:15px 22px;border:none;font-family:inherit;
  font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;
  cursor:pointer;border-radius:2px;transition:all .15s;display:flex;
  align-items:center;justify-content:center;gap:8px;}
.pd-btn-cart{background:#fff;border:1.5px solid #2a2422;color:#2a2422;}
.pd-btn-cart:hover{background:#2a2422;color:#fff;}
.pd-btn-buy{background:#2a2422;color:#fff;}
.pd-btn-buy:hover{background:#8b6b65;}

.pd-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;
  padding:18px;background:#faf6ee;border-radius:6px;}
.pd-trust>div{display:flex;align-items:center;gap:10px;font-size:11.5px;
  color:#5a4f4a;letter-spacing:.04em;}
.pd-trust i{font-size:22px;color:#c9a020;}

/* ═══ ACCOUNT / CART / CHECKOUT / POLICY 공통 ═══ */
.acc-wrap{max-width:1100px;margin:0 auto;padding:30px 28px 60px;}
.acc-wrap-narrow{max-width:760px;margin:0 auto;padding:30px 28px 60px;}
.acc-head{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #ece6dc;}
.acc-head .eyebrow{font-size:11px;letter-spacing:.28em;color:#c9a020;font-weight:700;
  text-transform:uppercase;margin-bottom:8px;}
.acc-head h1{font-family:'Quicksand',serif;font-weight:400;font-size:28px;
  color:#2a2422;letter-spacing:-.01em;}
.acc-head .sub{font-size:12.5px;color:#8b6b65;margin-top:6px;}

/* 2-column 레이아웃 (좌: 본문 / 우: 사이드) */
.acc-grid{display:grid;grid-template-columns:1fr 340px;gap:30px;}
.acc-side{position:sticky;top:20px;align-self:start;}
@media(max-width:900px){
  .acc-grid{grid-template-columns:1fr;gap:18px;}
  .acc-side{position:static;}
}

/* 카드 / 박스 */
.acc-card{background:#fff;border:1px solid #ece6dc;border-radius:6px;
  padding:20px 22px;margin-bottom:14px;}
.acc-card h3{font-family:'Quicksand',serif;font-size:14.5px;font-weight:600;
  color:#2a2422;letter-spacing:.04em;margin-bottom:14px;padding-bottom:10px;
  border-bottom:1px dashed #ece6dc;display:flex;justify-content:space-between;align-items:center;}
.acc-card h3 .h-act{font-size:11px;color:#c9a020;font-weight:600;letter-spacing:.04em;cursor:pointer;}
.acc-card .row{display:flex;justify-content:space-between;align-items:center;
  padding:8px 0;font-size:13px;color:#5a4f4a;}
.acc-card .row .l{color:#8b6b65;}
.acc-card .row .r{color:#2a2422;font-weight:600;}
.acc-card .row.total{padding-top:14px;border-top:1px solid #ece6dc;margin-top:6px;
  font-size:16px;}
.acc-card .row.total .r{color:#8b6b65;font-size:20px;font-weight:700;}

/* 폼 */
.f-row{margin-bottom:14px;}
.f-row label{display:block;font-size:11.5px;letter-spacing:.16em;color:#5a4f4a;
  text-transform:uppercase;font-weight:600;margin-bottom:6px;}
.f-row label .req{color:#c26464;}
.f-row input[type=text],.f-row input[type=email],.f-row input[type=password],
.f-row input[type=tel],.f-row textarea,.f-row select{
  width:100%;padding:11px 14px;border:1.5px solid #ece6dc;background:#fff;
  border-radius:4px;font-family:inherit;font-size:13.5px;color:#2a2422;
  outline:none;transition:border-color .15s;}
.f-row input:focus,.f-row textarea:focus,.f-row select:focus{border-color:#8b6b65;}
.f-row textarea{min-height:80px;resize:vertical;}
.f-row .hint{font-size:11px;color:#8b6b65;margin-top:4px;}
.f-row.f-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:600px){.f-row.f-2{grid-template-columns:1fr;}}
.f-check{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#5a4f4a;
  margin:10px 0;cursor:pointer;}
.f-check input{accent-color:#8b6b65;}

/* 버튼 */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 24px;border:none;border-radius:4px;cursor:pointer;
  font-family:inherit;font-size:12.5px;letter-spacing:.16em;font-weight:700;
  text-transform:uppercase;transition:all .15s;text-decoration:none;}
.btn-primary{background:#2a2422;color:#fff;border:1.5px solid #2a2422;}
.btn-primary:hover{background:#8b6b65;border-color:#8b6b65;}
.btn-ghost{background:#fff;color:#2a2422;border:1.5px solid #2a2422;}
.btn-ghost:hover{background:#2a2422;color:#fff;}
.btn-line{background:#06C755;color:#fff;border:1.5px solid #06C755;font-weight:700;}
.btn-line:hover{background:#05a847;border-color:#05a847;}
.btn-block{display:flex;width:100%;}

/* 장바구니 아이템 */
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;
  padding:14px 0;border-bottom:1px solid #ece6dc;}
.cart-item:last-child{border-bottom:none;}
.cart-item .ci-img{aspect-ratio:1/1;border-radius:4px;overflow:hidden;background:#f4ecdf;}
.cart-item .ci-img img{width:100%;height:100%;object-fit:cover;}
.cart-item .ci-info{display:flex;flex-direction:column;justify-content:space-between;min-width:0;}
.cart-item .ci-name{font-size:13.5px;color:#2a2422;font-weight:600;margin-bottom:3px;}
.cart-item .ci-meta{font-size:11.5px;color:#8b6b65;letter-spacing:.04em;}
.cart-item .ci-price{font-size:13.5px;color:#2a2422;font-weight:600;margin-top:6px;}
.cart-item .ci-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;}
.cart-item .qty-bx{display:inline-flex;align-items:center;border:1px solid #ece6dc;border-radius:18px;overflow:hidden;}
.cart-item .qty-bx button{background:none;border:none;padding:4px 12px;cursor:pointer;font-size:14px;color:#5a4f4a;}
.cart-item .qty-bx span{padding:0 12px;font-size:12.5px;font-weight:600;}
.cart-item .ci-remove{font-size:11px;color:#8b6b65;cursor:pointer;text-decoration:underline;}
@media(max-width:600px){
  .cart-item{grid-template-columns:70px 1fr;}
  .cart-item .ci-right{grid-column:2;align-items:flex-start;flex-direction:row;justify-content:space-between;width:100%;}
}

/* Empty state */
.acc-empty{text-align:center;padding:60px 20px;color:#8b6b65;}
.acc-empty i{font-size:60px;color:#bdb4ad;margin-bottom:14px;display:inline-block;}
.acc-empty h3{font-family:'Quicksand',serif;font-size:18px;color:#2a2422;margin-bottom:8px;font-weight:500;}
.acc-empty p{font-size:13px;color:#8b6b65;margin-bottom:18px;}

/* 주문 상태 뱃지 */
.ord-badge{display:inline-block;padding:3px 10px;border-radius:12px;
  font-size:10.5px;letter-spacing:.06em;font-weight:700;text-transform:uppercase;}
.ord-badge.pending{background:#fffaeb;color:#c98e20;border:1px solid #f0d989;}
.ord-badge.paid{background:#f0f6f1;color:#5a8f73;border:1px solid #c9d9ce;}
.ord-badge.shipped{background:#eef3f8;color:#5e84a8;border:1px solid #cdd9e6;}
.ord-badge.done{background:#ece6dc;color:#5a4f4a;border:1px solid #d8cebd;}
.ord-badge.cancel{background:#fbeded;color:#c26464;border:1px solid #e7c8be;}

/* 주문 목록 카드 */
.ord-row{background:#fff;border:1px solid #ece6dc;border-radius:6px;
  padding:18px 20px;margin-bottom:12px;}
.ord-row .ord-top{display:flex;justify-content:space-between;align-items:center;
  padding-bottom:12px;border-bottom:1px dashed #ece6dc;margin-bottom:12px;}
.ord-row .ord-no{font-family:'JetBrains Mono','Menlo',monospace;font-size:12px;
  color:#5a4f4a;letter-spacing:.04em;}
.ord-row .ord-date{font-size:11.5px;color:#8b6b65;margin-top:2px;}
.ord-row .ord-items{font-size:13px;color:#2a2422;}
.ord-row .ord-foot{display:flex;justify-content:space-between;align-items:center;
  padding-top:12px;border-top:1px dashed #ece6dc;margin-top:12px;}
.ord-row .ord-foot .price{font-size:16px;font-weight:700;color:#2a2422;}
.ord-row .ord-foot .price small{font-size:11px;color:#8b6b65;font-weight:500;margin-left:4px;}
.ord-row a.ord-more{font-size:11.5px;color:#c9a020;font-weight:600;letter-spacing:.06em;}

/* 마이페이지 카드 그리드 */
.acc-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;
  margin-bottom:24px;}
.acc-tile{background:#fff;border:1px solid #ece6dc;border-radius:6px;
  padding:18px;text-align:center;transition:all .15s;color:inherit;text-decoration:none;display:block;}
.acc-tile:hover{border-color:#8b6b65;transform:translateY(-2px);}
.acc-tile i{font-size:32px;color:#c9a020;margin-bottom:8px;display:inline-block;}
.acc-tile .v{font-family:'Quicksand',serif;font-size:18px;font-weight:600;color:#2a2422;margin:4px 0;}
.acc-tile .l{font-size:11.5px;color:#8b6b65;letter-spacing:.04em;}

/* 정책 페이지 (article) */
.acc-article{background:#fff;border:1px solid #ece6dc;border-radius:6px;
  padding:32px 36px;font-size:13.5px;color:#3a2e2a;line-height:1.85;}
.acc-article h2{font-family:'Quicksand',serif;font-weight:500;font-size:18px;
  color:#2a2422;margin:24px 0 10px;letter-spacing:.02em;}
.acc-article h2:first-child{margin-top:0;}
.acc-article h3{font-size:14.5px;color:#8b6b65;margin:16px 0 6px;font-weight:600;}
.acc-article p{margin-bottom:10px;}
.acc-article ul{margin:8px 0 14px 22px;}
.acc-article ul li{margin-bottom:6px;}
@media(max-width:600px){.acc-article{padding:22px 18px;}}

/* FAQ */
.faq-item{background:#fff;border:1px solid #ece6dc;border-radius:6px;
  padding:16px 20px;margin-bottom:10px;cursor:pointer;}
.faq-item summary{font-size:13.5px;color:#2a2422;font-weight:600;
  display:flex;justify-content:space-between;align-items:center;list-style:none;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";font-size:18px;color:#c9a020;font-weight:300;}
.faq-item[open] summary::after{content:"−";}
.faq-item summary .q-tag{font-family:'JetBrains Mono';font-size:10px;color:#c9a020;
  letter-spacing:.04em;padding:2px 8px;border:1px solid #ece6dc;border-radius:10px;
  margin-right:10px;}
.faq-item .a{margin-top:12px;padding-top:12px;border-top:1px dashed #ece6dc;
  font-size:13px;color:#5a4f4a;line-height:1.8;}

/* 진행 단계 */
.steps{display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:wrap;}
.step{display:flex;align-items:center;gap:8px;}
.step .num{width:24px;height:24px;border-radius:50%;background:#ece6dc;color:#8b6b65;
  font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;}
.step .name{font-size:11.5px;color:#8b6b65;letter-spacing:.06em;font-weight:600;text-transform:uppercase;}
.step.on .num{background:#c9a020;color:#fff;}
.step.on .name{color:#2a2422;}
.step.done .num{background:#8b6b65;color:#fff;}
.step-bar{flex:1;height:1px;background:#ece6dc;min-width:14px;}

/* ═══ PRODUCT DETAIL — MO-GS PANELS ═══ */
.mo-page{--mocha:#8B6B65;--gold:#C9A020;--pink:#B8958D;--rose:#A07870;
  --blush:#EEE2DC;--ivory:#FAF6EE;--cream:#F4ECDF;--dark:#3A2E2A;
  --line:#E3D8CB;--soft:#9C8A82;
  max-width:1080px;margin:0 auto;background:#cdc4b8;}
.mo-page .panel{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden;
  background:var(--ivory);font-family:'Quicksand','Noto Sans Thai',sans-serif;}
.mo-page img{display:block;}
.mo-page .ey,.mo-page .eyebrow{font-size:13px;font-weight:600;letter-spacing:.42em;
  text-transform:uppercase;color:var(--gold);}
.mo-page .accent{font-size:16px;font-weight:500;letter-spacing:.28em;
  text-transform:uppercase;color:var(--gold);}
.mo-page .hair{width:46px;height:1px;background:var(--gold);}
.mo-page .molg{display:none;}

/* P1 COVER */
.mo-page .cover .ph{position:absolute;inset:0;}
.mo-page .cover .ph img{width:100%;height:100%;object-fit:cover;}
.mo-page .cover .scrim{position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(58,46,42,.16) 0%,rgba(58,46,42,0) 26%,
    rgba(58,46,42,0) 52%,rgba(250,246,238,.62) 74%,#FAF6EE 100%);}
.mo-page .cover .frame{position:absolute;inset:34px;border:1px solid rgba(255,255,255,.55);pointer-events:none;}
.mo-page .cover .top{position:absolute;top:48px;left:0;right:0;text-align:center;color:#fff;}
.mo-page .cover .top .ey{font-size:13px;font-weight:600;letter-spacing:.46em;
  text-transform:uppercase;color:#fff;text-shadow:0 1px 6px rgba(58,46,42,.4);}
/* 텍스트는 화면 하단으로 — 상품 가리지 않게 */
.mo-page .cover::before{content:"";position:absolute;left:0;right:0;bottom:0;height:38%;
  background:linear-gradient(to bottom,rgba(250,246,238,0) 0%,rgba(250,246,238,.85) 45%,#FAF6EE 100%);
  z-index:2;pointer-events:none;}
.mo-page .cover .btm{position:absolute;left:0;right:0;bottom:34px;
  text-align:center;padding:0 30px;z-index:3;}
.mo-page .cover .btm .pc{font-size:13px;font-weight:600;letter-spacing:.32em;
  text-transform:uppercase;color:var(--gold);}
.mo-page .cover .btm .clogo{width:180px;height:auto;margin:8px auto 0;}
.mo-page .cover .btm .ln{width:1px;height:24px;background:var(--rose);opacity:.5;margin:10px auto 8px;}
.mo-page .cover .btm h1{font-weight:300;font-size:34px;letter-spacing:.14em;
  color:var(--mocha);text-transform:uppercase;line-height:1.15;}
.mo-page .cover .btm .th{font-size:15px;font-weight:300;color:var(--soft);
  letter-spacing:.04em;margin-top:6px;}

/* P2 STORY */
.mo-page .story{padding:118px 110px;display:flex;flex-direction:column;}
.mo-page .story .bot-l,.mo-page .story .bot-r{position:absolute;width:240px;opacity:.15;}
.mo-page .story .bot-l{top:-40px;left:-50px;transform:scaleX(-1);}
.mo-page .story .bot-r{bottom:-46px;right:-54px;}
.mo-page .story .ey{text-align:center;}
.mo-page .story .accent{text-align:center;margin-top:14px;}
.mo-page .story h2{font-weight:300;font-size:62px;line-height:1.22;color:var(--mocha);
  text-align:center;margin-top:14px;letter-spacing:.01em;}
.mo-page .story .hair{margin:34px auto;}
.mo-page .story .body{text-align:center;max-width:720px;margin:0 auto;}
.mo-page .story .body p{font-size:20px;font-weight:300;line-height:2;color:var(--dark);}
.mo-page .story .body .tag{font-size:23px;font-weight:400;color:var(--rose);
  margin-top:24px;letter-spacing:.03em;}
.mo-page .story .vals{display:flex;justify-content:center;margin-top:66px;}
.mo-page .story .vals .v{flex:0 0 224px;text-align:center;position:relative;padding:0 8px;}
.mo-page .story .vals .v+.v::before{content:"";position:absolute;left:0;top:6px;bottom:6px;
  width:1px;background:var(--line);}
.mo-page .story .vals .v .vn{font-weight:600;font-size:13px;letter-spacing:.2em;color:var(--gold);}
.mo-page .story .vals .v .vt{font-size:20px;font-weight:500;color:var(--mocha);margin-top:9px;}
.mo-page .story .vals .v .vd{font-size:13px;font-weight:300;color:var(--soft);margin-top:5px;}

/* P3 ORGANIC */
.mo-page .organic{padding:100px 96px;display:flex;flex-direction:column;}
.mo-page .organic .head{text-align:center;margin-bottom:50px;}
.mo-page .organic .head .accent{display:block;}
.mo-page .organic .head h2{font-weight:300;font-size:52px;color:var(--mocha);
  letter-spacing:.02em;margin-top:12px;}
.mo-page .organic .split{display:flex;gap:56px;align-items:center;}
.mo-page .organic .cert{flex:0 0 360px;position:relative;}
.mo-page .organic .cert img{width:360px;height:464px;object-fit:contain;background:#fff;
  border:1px solid var(--line);box-shadow:0 18px 40px rgba(58,46,42,.10);}
.mo-page .organic .cert .stamp{position:absolute;right:-26px;bottom:-26px;width:128px;
  height:128px;border-radius:50%;background:var(--gold);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;box-shadow:0 10px 26px rgba(201,160,32,.36);}
.mo-page .organic .cert .stamp .s1{font-size:12px;font-weight:700;letter-spacing:.18em;}
.mo-page .organic .cert .stamp .s2{font-size:13px;font-weight:600;letter-spacing:.04em;margin-top:3px;}
.mo-page .organic .info{flex:1;}
.mo-page .organic .info .ey{margin-bottom:8px;}
.mo-page .organic .info .big{font-weight:400;font-size:34px;color:var(--mocha);line-height:1.1;}
.mo-page .organic .info .num{font-weight:700;font-size:104px;color:var(--gold);
  line-height:.92;letter-spacing:.005em;}
.mo-page .organic .info .hair{margin:22px 0;}
.mo-page .organic .info p{font-size:16px;font-weight:300;line-height:1.85;color:var(--dark);}
.mo-page .organic .info .meta{font-size:12px;font-weight:500;letter-spacing:.08em;color:var(--soft);margin-top:20px;}

/* P4 FEATURE */
.mo-page .feat{padding:90px 96px;}
.mo-page .feat .head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;}
.mo-page .feat .head .l .ey{margin-bottom:12px;}
.mo-page .feat .head .l h2{font-weight:300;font-size:54px;color:var(--mocha);line-height:1;letter-spacing:.02em;}
.mo-page .feat .head .l .th{font-size:16px;font-weight:300;color:var(--soft);margin-top:10px;}
.mo-page .feat .head .brandlogo{width:204px;height:auto;}
.mo-page .feat .stage{display:flex;gap:34px;}
.mo-page .feat .stage .big{flex:1;border-radius:4px;overflow:hidden;height:646px;}
.mo-page .feat .stage .big img{width:100%;height:100%;object-fit:cover;}
.mo-page .feat .stage .notes{flex:0 0 300px;display:flex;flex-direction:column;justify-content:center;gap:36px;}
.mo-page .feat .notes .n .nn{font-weight:600;font-size:13px;letter-spacing:.16em;color:var(--gold);}
.mo-page .feat .notes .n .nt{font-size:21px;font-weight:600;color:var(--mocha);margin-top:8px;line-height:1.3;}
.mo-page .feat .notes .n .nd{font-size:14px;font-weight:300;color:var(--soft);line-height:1.7;margin-top:6px;}
.mo-page .feat .notes .n .nbar{width:34px;height:2px;background:var(--gold);margin-top:14px;}

/* P5-7 PATTERN */
.mo-page .pat{display:flex;}
.mo-page .pat .img{flex:1;position:relative;overflow:hidden;}
.mo-page .pat .img img{width:100%;height:100%;object-fit:cover;}
.mo-page .pat.rev{flex-direction:row-reverse;}
.mo-page .pat .side{flex:0 0 430px;background:var(--ivory);padding:0 64px;
  display:flex;flex-direction:column;justify-content:center;position:relative;}
.mo-page .pat .side .pn{font-weight:600;font-size:13px;letter-spacing:.3em;
  text-transform:uppercase;color:var(--gold);}
.mo-page .pat .side .pname{font-weight:300;font-size:74px;color:var(--mocha);
  line-height:1;margin-top:10px;letter-spacing:.04em;}
.mo-page .pat .side .pth{font-size:19px;font-weight:500;color:var(--rose);margin-top:10px;letter-spacing:.02em;}
.mo-page .pat .side .hair{margin:26px 0;}
.mo-page .pat .side .pdesc{font-size:15px;font-weight:300;line-height:1.9;color:var(--dark);}
.mo-page .pat .side .pdesc-ko{font-size:12px;font-weight:300;color:var(--soft);margin-top:12px;}
.mo-page .pat .side .inset{margin-top:30px;width:172px;height:172px;overflow:hidden;
  border:5px solid #fff;box-shadow:0 12px 28px rgba(58,46,42,.18);}
.mo-page .pat .side .inset img{width:100%;height:100%;object-fit:cover;}
.mo-page .pat .side .molg{top:54px;right:64px;}

/* P8 COLLECTION */
.mo-page .coll{padding:64px 80px;}
.mo-page .coll .head{text-align:center;margin-bottom:16px;}
.mo-page .coll .head .ey{margin-bottom:10px;}
.mo-page .coll .head h2{font-weight:300;font-size:44px;color:var(--mocha);letter-spacing:.02em;}
.mo-page .coll .stage{position:relative;border-radius:4px;overflow:hidden;}
.mo-page .coll .stage>img{width:100%;height:auto;display:block;}
.mo-page .coll .lab{position:absolute;display:flex;flex-direction:column;align-items:center;
  z-index:3;transform:translate(-50%,-50%);}
.mo-page .coll .lab .tag{background:rgba(255,255,255,.95);color:var(--mocha);
  font-size:15px;font-weight:600;letter-spacing:.03em;padding:6px 16px;
  border:1px solid var(--gold);border-radius:2px;white-space:nowrap;}
.mo-page .coll .lab .stem{width:1px;height:30px;background:var(--gold);}
.mo-page .coll .lab .dot{width:9px;height:9px;border-radius:50%;background:var(--gold);
  border:2px solid #fff;box-shadow:0 0 0 1px var(--gold);}
.mo-page .coll .lab.up{flex-direction:column-reverse;}

/* P9 SIZE & CARE */
.mo-page .sc{padding:80px 92px;}
.mo-page .sc .head{text-align:center;margin-bottom:32px;}
.mo-page .sc .head .ey{margin-bottom:10px;}
.mo-page .sc .head h2{font-weight:300;font-size:46px;color:var(--mocha);letter-spacing:.02em;}
.mo-page .sc .trow{display:flex;gap:44px;align-items:center;}
.mo-page .sc .trow .dia{flex:0 0 392px;height:392px;border-radius:4px;overflow:hidden;}
.mo-page .sc .trow .dia img{width:100%;height:100%;object-fit:cover;}
.mo-page .sc .trow .spec{flex:1;}
.mo-page .sc .trow .spec .ey{margin-bottom:10px;}
.mo-page .sc .trow .spec .free{font-weight:700;font-size:84px;color:var(--gold);line-height:.95;letter-spacing:.02em;}
.mo-page .sc .trow .spec .fnote{font-size:18px;font-weight:500;color:var(--mocha);margin-top:6px;}
.mo-page .sc .trow .spec .hair{margin:22px 0;}
.mo-page .sc .trow .spec p{font-size:15px;font-weight:300;line-height:1.85;color:var(--dark);}
.mo-page .sc .trow .spec table{width:100%;border-collapse:collapse;font-size:13px;}
.mo-page .sc .trow .spec table th{background:var(--blush);padding:8px 10px;text-align:left;
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mocha);font-weight:700;}
.mo-page .sc .trow .spec table td{padding:8px 10px;border-bottom:1px solid var(--line);color:var(--dark);}
.mo-page .sc .cols{display:flex;gap:38px;margin-top:36px;}
.mo-page .sc .cols .c{flex:1;}
.mo-page .sc .cols .c .h{font-size:12px;font-weight:600;letter-spacing:.2em;
  text-transform:uppercase;color:var(--gold);padding-bottom:10px;
  border-bottom:1px solid var(--line);margin-bottom:12px;}
.mo-page .sc .cols .c p{font-size:13.5px;font-weight:300;line-height:1.75;color:var(--dark);}

/* P10 GIFT */
.mo-page .gift{padding:86px 96px;}
.mo-page .gift .head{text-align:center;margin-bottom:30px;}
.mo-page .gift .head .ey{margin-bottom:12px;}
.mo-page .gift .head h2{font-weight:300;font-size:50px;color:var(--mocha);letter-spacing:.02em;}
.mo-page .gift .head p{font-size:16px;font-weight:300;line-height:1.7;color:var(--dark);margin-top:14px;}
.mo-page .gift .head p b{font-weight:500;color:var(--rose);}
.mo-page .gift .box{margin-top:4px;position:relative;height:540px;overflow:hidden;border-radius:4px;}
.mo-page .gift .box img{width:100%;height:100%;object-fit:cover;}
.mo-page .gift .gsub{display:flex;align-items:center;gap:30px;margin-top:24px;
  border:1px solid var(--line);padding:22px 30px;background:#fff;}
.mo-page .gift .gsub img{flex:0 0 232px;width:232px;height:158px;object-fit:cover;}
.mo-page .gift .gsub .gt .gtag{font-size:11px;font-weight:600;letter-spacing:.24em;
  text-transform:uppercase;color:var(--gold);}
.mo-page .gift .gsub .gt h4{font-weight:600;font-size:22px;color:var(--mocha);margin:6px 0;}
.mo-page .gift .gsub .gt p{font-size:13.5px;font-weight:300;line-height:1.65;color:var(--dark);}
.mo-page .gift .gsub .gt p b{font-weight:600;color:var(--rose);}

@media (max-width:1100px){
  .mo-page{margin:0 16px;}
  .mo-page .panel{aspect-ratio:auto;}
  .mo-page .cover{aspect-ratio:1/1;}
  .mo-page .story{padding:50px 24px;}
  .mo-page .story h2{font-size:30px;}
  .mo-page .story .body p{font-size:14px;}
  .mo-page .story .vals{flex-wrap:wrap;gap:14px;margin-top:30px;}
  .mo-page .story .vals .v{flex:0 0 calc(50% - 7px);padding:8px;}
  .mo-page .story .vals .v+.v::before{display:none;}
  .mo-page .organic{padding:40px 22px;}
  .mo-page .organic .head h2{font-size:26px;}
  .mo-page .organic .split{flex-direction:column;gap:24px;}
  .mo-page .organic .cert{flex:0 0 auto;width:80%;}
  .mo-page .organic .cert img{width:100%;height:auto;}
  .mo-page .organic .info .num{font-size:64px;}
  .mo-page .feat{padding:40px 22px;}
  .mo-page .feat .head{flex-direction:column;align-items:flex-start;gap:14px;}
  .mo-page .feat .head .l h2{font-size:28px;}
  .mo-page .feat .head .brandlogo{width:140px;}
  .mo-page .feat .stage{flex-direction:column;gap:18px;}
  .mo-page .feat .stage .big{height:auto;aspect-ratio:1/1;}
  .mo-page .pat{flex-direction:column !important;}
  .mo-page .pat .img{aspect-ratio:1/1;width:100%;}
  .mo-page .pat .img img{width:100%;height:100%;object-fit:cover;display:block;}
  .mo-page .pat .side{flex:0 0 auto;padding:30px 24px;}
  .mo-page .pat .side .pname{font-size:44px;}
  .mo-page .pat .side .inset{width:120px;height:120px;}
  .mo-page .coll{padding:30px 16px;}
  .mo-page .coll .lab .tag{font-size:11px;padding:4px 8px;}
  .mo-page .coll .lab .stem{height:18px;}
  .mo-page .sc{padding:40px 22px;}
  .mo-page .sc .head h2{font-size:26px;}
  .mo-page .sc .trow{flex-direction:column;gap:22px;}
  .mo-page .sc .trow .dia{flex:0 0 auto;width:100%;height:auto;aspect-ratio:1/1;}
  .mo-page .sc .trow .spec .free{font-size:54px;}
  .mo-page .sc .cols{flex-direction:column;gap:20px;}
  .mo-page .gift{padding:40px 22px;}
  .mo-page .gift .head h2{font-size:28px;}
  .mo-page .gift .box{height:auto;aspect-ratio:16/9;}
  .mo-page .gift .gsub{flex-direction:column;text-align:center;}
  .mo-page .gift .gsub img{flex:0 0 auto;width:100%;height:auto;aspect-ratio:16/9;}
  .mo-page .molg{top:20px;right:20px;}
  .mo-page .molg .mo{font-size:28px;}
  .mo-page .cover .btm h1{font-size:28px;}
  .mo-page .cover .btm{bottom:30px;}
}

/* ═══ (이전 디테일 패널 CSS · 비사용) ═══ */
.pnl{max-width:1100px;margin:0 auto;padding:60px 28px;}
.pnl-inner{max-width:880px;margin:0 auto;}
.pnl h2{font-family:'Quicksand',serif;font-weight:300;font-size:32px;
  line-height:1.18;letter-spacing:-.01em;color:#2a2422;margin-bottom:8px;}
.heart{color:#c9a020;}

/* ① 표지 — 패널 원본 PNG 통째 */
.pnl-cover-full{padding:0;max-width:none;background:#fff;}
.pnl-cover-full img{width:100%;max-width:780px;display:block;margin:0 auto;}

/* ② Our Story */
.pnl-story{background:#faf6ee;text-align:center;}
.pnl-story .story-eyebrow{font-family:'Quicksand',serif;font-style:italic;
  font-size:24px;color:#c9a020;margin-bottom:14px;letter-spacing:.02em;}
.pnl-story h2{font-size:38px;color:#2a2422;line-height:1.18;margin-bottom:10px;}
.pnl-story .story-en-tag{font-size:11.5px;letter-spacing:.32em;color:#8b6b65;
  font-weight:700;margin-bottom:24px;}
.pnl-story .story-body{font-size:13.5px;color:#5a4f4a;line-height:1.85;margin-bottom:18px;}
.brand-logo-mark{max-width:180px;width:50%;height:auto;display:inline-block;margin-bottom:8px;}
.pnl-story .story-sig{font-family:'Quicksand',serif;font-style:italic;font-size:15px;color:#5a4f4a;margin-bottom:38px;}
.pnl-story .story-gots{display:grid;grid-template-columns:1fr 1.4fr;gap:36px;
  align-items:center;background:#fff;border-radius:8px;padding:30px;text-align:left;
  border:1px solid #ece6dc;}
.gots-cert-real{width:100%;height:auto;border:1px solid #ece6dc;border-radius:4px;background:#fff;display:block;}
.gots-cert-frame{border:2px solid #ece6dc;border-radius:4px;padding:16px;background:#faf6ee;}
.gots-cert-title{font-size:11px;letter-spacing:.28em;color:#5a4f4a;font-weight:700;
  text-align:center;margin-bottom:14px;text-transform:uppercase;padding-bottom:10px;border-bottom:1px solid #ddd;}
.gots-cert-body{font-size:11px;color:#5a4f4a;line-height:1.7;text-align:center;margin-bottom:14px;}
.gots-cert-marks{display:flex;justify-content:space-around;gap:6px;padding-top:10px;
  border-top:1px solid #ddd;}
.gots-cert-marks span{font-size:8.5px;letter-spacing:.12em;color:#8b6b65;
  border:1.5px solid #ece6dc;border-radius:50%;width:32px;height:32px;
  display:flex;align-items:center;justify-content:center;font-weight:700;}
.gots-text .gots-eyebrow{font-size:11px;letter-spacing:.22em;color:#c9a020;font-weight:600;margin-bottom:4px;}
.gots-text .gots-th{font-size:18px;color:#2a2422;font-weight:600;}
.gots-text .gots-pct{font-family:'Quicksand',serif;font-size:48px;font-weight:300;color:#c9a020;line-height:1;margin-bottom:12px;}
.gots-text .gots-pct span{font-size:24px;}
.gots-text p{font-size:12.5px;color:#5a4f4a;line-height:1.7;margin-bottom:8px;}
.gots-footnote{font-size:10.5px;color:#8b6b65;line-height:1.6;letter-spacing:.04em;margin-top:8px;}

/* ③⑤⑥⑦ 메인 / 패턴 단독 */
.pnl-main, .pnl-pat-single{background:#fff;}
.brand-head{text-align:center;margin-bottom:30px;}
.brand-head.center{margin-bottom:24px;}
.brand-mini-logo{max-width:140px;width:55%;height:auto;display:inline-block;margin-bottom:6px;}
.pnl-title-en{font-family:'Quicksand',serif;font-weight:300;font-size:30px;
  letter-spacing:-.01em;color:#2a2422;margin-bottom:4px;}
.pnl-title-th{font-size:14px;color:#5a4f4a;letter-spacing:.04em;margin-bottom:8px;}
.pat-pill-lg{display:inline-block;background:#8b6b65;color:#fff;padding:6px 16px;
  border-radius:20px;font-size:12.5px;letter-spacing:.08em;font-weight:600;margin-top:6px;}
.pat-pill-lg span{font-weight:400;font-size:12px;color:rgba(255,255,255,.85);}

.pnl-main-shot{position:relative;background:#faf6ee;border-radius:8px;padding:30px;}
.pnl-main-shot img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;display:block;}
.badge-organic{position:absolute;top:14px;left:14px;width:74px;height:74px;
  border:1.5px dashed #c9a020;border-radius:50%;display:flex;align-items:center;
  justify-content:center;background:#faf6ee;color:#8b6b65;font-size:8.5px;
  font-weight:700;letter-spacing:.06em;text-align:center;padding:8px;z-index:2;line-height:1.3;}
.badge-organic-sm{position:absolute;top:14px;right:14px;font-size:8.5px;
  letter-spacing:.12em;color:#8b6b65;font-weight:700;
  border:1.5px dashed #c9a020;border-radius:50%;width:60px;height:60px;
  background:#faf6ee;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;line-height:1.3;}
.cap{position:absolute;display:flex;align-items:center;gap:8px;background:rgba(42,36,34,.86);
  color:#fff;padding:8px 14px;border-radius:20px;font-size:11.5px;line-height:1.4;
  max-width:240px;z-index:3;}
.cap .dot{width:8px;height:8px;background:#c9a020;border-radius:50%;flex-shrink:0;}
.cap-tl{top:54px;right:38px;}
.cap-bl{bottom:54px;left:38px;}
.cap-br{bottom:54px;right:38px;}

.pat-single-shot{position:relative;background:#faf6ee;border-radius:8px;padding:30px;}
.pat-single-shot>img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;}
.pat-single-baby{position:absolute;right:24px;bottom:24px;width:160px;height:160px;
  border-radius:6px;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 14px rgba(0,0,0,.1);}
.pat-single-baby img{width:100%;height:100%;object-fit:cover;}

/* ④ 패턴 비교 2×2 */
.pnl-patterns{background:#faf6ee;}
.pat-2x2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.pat-cell{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1/1;display:block;}
.pat-cell img{width:100%;height:100%;object-fit:cover;}
.pat-pill{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);
  background:#8b6b65;color:#fff;padding:6px 14px;border-radius:18px;
  font-size:11.5px;letter-spacing:.06em;font-weight:600;white-space:nowrap;}
.pat-pill span{font-weight:400;font-size:11px;color:rgba(255,255,255,.85);margin-left:4px;}
.pat-cell-flat{background:#faf6ee;}

/* ⑧ Organic Collections — 9피스 그룹 플랫레이 */
.pnl-collections{background:#faf6ee;}
.collections-sub{font-size:11.5px;letter-spacing:.28em;color:#8b6b65;font-weight:700;
  margin-top:2px;text-transform:uppercase;}
.coll-flat-vis{max-width:680px;margin:24px auto 24px;border-radius:8px;overflow:hidden;}
.coll-flat-vis img{width:100%;height:auto;display:block;}
.coll-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:680px;margin:0 auto;}
.coll-pill-line{background:#fff;color:#2a2422;padding:8px 16px;border-radius:18px;
  font-size:12px;letter-spacing:.04em;font-weight:600;border:1px solid #ece6dc;}
.coll-pill-line span{font-size:11px;color:#5a4f4a;font-weight:400;margin-left:4px;}
.coll-pill-line:hover{border-color:#8b6b65;}

/* ⑨ Size & Care */
.pnl-size{background:#fff;}
.size-head{text-align:center;margin-bottom:28px;}
.size-eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;font-weight:700;margin-bottom:10px;}
.size-head h2{font-size:28px;}
.size-body{display:grid;grid-template-columns:240px 1fr;gap:30px;align-items:center;
  background:#faf6ee;border-radius:8px;padding:30px;margin-bottom:24px;}
.size-vis{display:flex;align-items:center;justify-content:center;}
.size-line-art{display:flex;align-items:center;justify-content:center;width:100%;}
.size-table-wrap .pd-sztbl{background:#fff;}
.size-bottom{display:grid;grid-template-columns:1fr 1.6fr;gap:24px;
  padding:24px;background:#faf6ee;border-radius:8px;}
.size-h4{font-size:11px;letter-spacing:.22em;color:#c9a020;font-weight:700;margin-bottom:10px;}
.size-h4.mt{margin-top:18px;}
.size-model-vis{width:100px;height:100px;border-radius:6px;overflow:hidden;margin:10px 0;}
.size-model-vis img{width:100%;height:100%;object-fit:cover;}
.size-model p, .size-product p{font-size:12.5px;color:#5a4f4a;line-height:1.65;margin-bottom:0;}

/* ⑩ Gift for New Mom */
.pnl-gift{background:#faf6ee;text-align:center;}
.gift-eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;font-weight:700;margin-bottom:12px;}
.pnl-gift h2{font-size:30px;margin-bottom:10px;}
.gift-sub{font-size:13.5px;color:#5a4f4a;margin-bottom:24px;}
.gift-box-vis{margin:0 auto 30px;max-width:540px;border-radius:8px;overflow:hidden;}
.gift-box-vis img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.gift-cta{display:flex;gap:18px;background:#fff;border-radius:8px;padding:18px;
  text-align:left;border:1px solid #ece6dc;}
.gift-cta-vis{flex-shrink:0;width:120px;height:120px;border-radius:6px;overflow:hidden;}
.gift-cta-vis img{width:100%;height:100%;object-fit:cover;}
.gift-cta-text{flex:1;}
.gift-cta-eyebrow{font-size:10.5px;letter-spacing:.28em;color:#c9a020;font-weight:700;margin-bottom:6px;}
.gift-cta-text h3{font-family:'Quicksand',serif;font-weight:500;font-size:18px;
  color:#2a2422;margin-bottom:6px;letter-spacing:-.01em;}
.gift-cta-text p{font-size:12.5px;color:#5a4f4a;line-height:1.6;margin:0;}

@media (max-width:900px){
  .pnl{padding:36px 16px;}
  .pnl h2{font-size:22px;}
  .pnl-cover-band{padding:26px 14px 32px;}
  .pnl-cover-band .logo-script{font-size:32px;}
  .pnl-story h2{font-size:24px;}
  .pnl-story .story-gots{grid-template-columns:1fr;padding:18px;gap:20px;}
  .pnl-title-en{font-size:22px;}
  .pat-single-baby{width:100px;height:100px;right:14px;bottom:14px;}
  .cap{font-size:10.5px;padding:6px 10px;max-width:140px;}
  .cap-tl{top:24px;right:14px;}.cap-bl{bottom:24px;left:14px;}.cap-br{bottom:24px;right:14px;}
  .pat-2x2{gap:10px;}
  .coll-grid{grid-template-columns:repeat(2,1fr);gap:8px;}
  .size-body{grid-template-columns:1fr;gap:18px;padding:18px;}
  .size-bottom{grid-template-columns:1fr;gap:14px;padding:18px;}
  .gift-cta{flex-direction:column;}
  .gift-cta-vis{width:100%;height:160px;}
}

/* DETAIL SECTIONS — HTML/CSS designed (not raw panels) */
.pd-story{padding:80px 28px 0;text-align:center;background:#fff;}
.pd-story-inner{max-width:780px;margin:0 auto;}
.pd-story .eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:16px;}
.pd-story h2{font-family:'Quicksand',serif;font-weight:300;font-size:38px;
  line-height:1.12;color:#2a2422;margin-bottom:22px;letter-spacing:-.01em;}
.pd-story h2 em{font-style:normal;font-weight:600;color:#8b6b65;font-size:.92em;}
.pd-story p{font-size:14.5px;color:#5a4f4a;line-height:1.75;margin-bottom:10px;}
.pd-story-sig{margin-top:18px !important;font-family:'Kalam',cursive !important;
  font-size:18px !important;color:#c9a020;font-weight:600;}

.pd-life{max-width:1100px;margin:50px auto;padding:0 28px;}
.pd-life img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;}
.pd-life-cap{text-align:center;margin-top:14px;}
.pd-life-cap p{font-size:13px;color:#8b6b65;letter-spacing:.06em;margin:2px 0;}

.pd-section{padding:60px 28px;background:#fff;}
.pd-section-cream{background:#faf6ee;}
.pd-section-head{max-width:780px;margin:0 auto 36px;text-align:center;}
.pd-section-head .eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:14px;}
.pd-section-head h2{font-family:'Quicksand',serif;font-weight:300;font-size:30px;
  line-height:1.15;color:#2a2422;margin-bottom:16px;letter-spacing:-.01em;}
.pd-section-head h2 em{font-style:normal;font-weight:600;color:#8b6b65;font-size:.92em;}
.pd-section-lead{font-size:14px;color:#5a4f4a;line-height:1.75;}

.pd-pat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
  max-width:1100px;margin:0 auto;}
.pd-pat-card{display:block;text-align:left;}
.pd-pat-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:6px;
  margin-bottom:14px;transition:transform .3s;}
.pd-pat-card:hover img{transform:scale(1.02);}
.pd-pat-card .t{font-family:'Quicksand',serif;font-weight:600;font-size:18px;
  color:#2a2422;letter-spacing:.06em;margin-bottom:6px;}
.pd-pat-card .d{font-size:13px;color:#5a4f4a;}

.pd-cert-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
  max-width:1100px;margin:0 auto;}
.pd-cert{text-align:center;padding:26px 16px;background:#fff;border-radius:6px;}
.pd-section-cream .pd-cert{background:#fff;}
.pd-cert i{font-size:42px;color:#c9a020;margin-bottom:12px;display:block;}
.pd-cert .t{font-family:'Quicksand',serif;font-weight:600;font-size:14px;
  color:#2a2422;margin-bottom:6px;letter-spacing:.04em;}
.pd-cert .d{font-size:11.5px;color:#5a4f4a;letter-spacing:.04em;line-height:1.55;}

.pd-points{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
  max-width:1100px;margin:0 auto;}
.pd-point{text-align:center;padding:26px 18px;background:#faf6ee;border-radius:6px;}
.pd-point i{font-size:36px;color:#8b6b65;margin-bottom:12px;display:block;}
.pd-point p{font-size:12.5px;color:#5a4f4a;line-height:1.6;margin:0;}

.pd-size-wrap{max-width:780px;margin:0 auto;}
.pd-size-wrap .pd-sztbl{background:#fff;}
.pd-size-note{max-width:780px;margin:14px auto 0;font-size:11.5px;color:#8b6b65;
  text-align:center;line-height:1.6;}

.pd-care-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
  max-width:1100px;margin:0 auto;}
.pd-care{text-align:center;padding:24px 14px;background:#faf6ee;border-radius:6px;}
.pd-care i{font-size:38px;color:#c9a020;margin-bottom:10px;display:block;}
.pd-care p{font-size:12.5px;color:#5a4f4a;line-height:1.55;margin:0;}

@media (max-width:900px){
  .pd-story{padding:46px 18px 0;}
  .pd-story h2{font-size:26px;}
  .pd-life{margin:28px auto;padding:0 16px;}
  .pd-life img{aspect-ratio:4/3;}
  .pd-section{padding:36px 16px;}
  .pd-section-head h2{font-size:22px;}
  .pd-pat-grid{grid-template-columns:1fr;gap:14px;}
  .pd-cert-row,.pd-points,.pd-care-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .pd-cert,.pd-point,.pd-care{padding:18px 12px;}
}

.pd-tabs-section{max-width:1100px;margin:30px auto 80px;padding:0 28px;}
.pd-tabs{display:flex;gap:0;border-bottom:1px solid #ece6dc;margin-bottom:24px;
  overflow-x:auto;scrollbar-width:none;}
.pd-tabs::-webkit-scrollbar{display:none;}
.pd-tab{flex-shrink:0;background:none;border:none;padding:14px 22px;
  font-family:inherit;font-size:12.5px;font-weight:500;color:#8b6b65;
  letter-spacing:.06em;cursor:pointer;border-bottom:2px solid transparent;
  margin-bottom:-1px;}
.pd-tab:hover{color:#2a2422;}
.pd-tab.on{color:#2a2422;border-bottom-color:#8b6b65;font-weight:700;}
.pd-tab-pane{display:none;font-size:13.5px;color:#5a4f4a;line-height:1.7;}
.pd-tab-pane.on{display:block;}
.pd-tab-pane p{margin-bottom:14px;}
.pd-tab-pane ul{list-style:none;padding:0;}
.pd-tab-pane li{position:relative;padding-left:22px;margin-bottom:8px;}
.pd-tab-pane li::before{content:"·";position:absolute;left:8px;color:#c9a020;
  font-size:20px;line-height:1;top:0;}
.pd-sztbl{width:100%;border-collapse:collapse;font-size:13px;margin-top:10px;}
.pd-sztbl th{background:#faf6ee;padding:10px 12px;text-align:left;
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#5a4f4a;
  border-bottom:2px solid #ece6dc;font-weight:700;}
.pd-sztbl td{padding:10px 12px;border-bottom:1px solid #ece6dc;color:#2a2422;}

@media (max-width:900px){
  .pd-main{grid-template-columns:1fr;gap:28px;padding:0 16px;margin:6px auto 30px;}
  .pd-gallery{position:static;}
  .pd-crumb{padding:0 16px;margin:10px auto;}
  .pd-info h1{font-size:24px;}
  .pd-price .now{font-size:24px;}
  .pd-tabs-section{padding:0 16px;margin:18px auto 40px;}
  .pd-trust{grid-template-columns:1fr;gap:10px;padding:14px;}
}

/* ─────────── SHOP PAGE ─────────── */
.shop-head{padding:60px 28px 30px;max-width:1400px;margin:0 auto;text-align:center;}
.shop-head .eyebrow{font-size:11.5px;letter-spacing:.32em;color:#c9a020;font-weight:700;
  text-transform:uppercase;margin-bottom:14px;}
.shop-head h1{font-family:'Quicksand',serif;font-weight:300;font-size:42px;
  letter-spacing:-.015em;color:#2a2422;line-height:1.1;margin-bottom:14px;}
.shop-head h1 em{font-style:normal;font-weight:600;color:#8B6B65;font-size:.95em;}
.shop-head p{font-size:13.5px;color:#5a4f4a;max-width:680px;margin:0 auto;line-height:1.55;}

.shop-filters{position:sticky;top:0;z-index:50;background:rgba(250,246,238,.95);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid #ece6dc;padding:14px 28px 12px;}
.shop-filters-inner{display:flex;gap:22px;align-items:center;
  max-width:1400px;margin:0 auto;flex-wrap:nowrap;}
.filter-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.filter-label{font-size:10.5px;letter-spacing:.22em;color:#5a4f4a;
  font-weight:600;text-transform:uppercase;}
.filter-chips{display:flex;gap:6px;flex-wrap:wrap;}
.chip{padding:7px 14px;border:1px solid #ece6dc;background:#fff;
  font-size:12px;color:#5a4f4a;letter-spacing:.04em;font-weight:500;
  border-radius:22px;cursor:pointer;transition:all .15s;font-family:inherit;}
.chip:hover{border-color:#8b6b65;color:#2a2422;}
.chip.on{background:#2a2422;color:#fff;border-color:#2a2422;font-weight:600;}
.filter-sort{display:flex;align-items:center;gap:8px;margin-left:auto;}
.filter-sort select{padding:7px 28px 7px 12px;border:1px solid #ece6dc;
  background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path d='M2 4l3 3 3-3' stroke='%235a4f4a' fill='none' stroke-width='1.4'/></svg>") no-repeat right 10px center;
  font-size:12px;color:#2a2422;border-radius:18px;cursor:pointer;
  appearance:none;-webkit-appearance:none;font-family:inherit;}
.shop-result-count{font-size:11.5px;letter-spacing:.18em;color:#8b6b65;
  text-transform:uppercase;max-width:1400px;margin:10px auto 0;padding-top:6px;
  border-top:1px dashed #ece6dc;}

@media (max-width:760px){
  .shop-head{padding:30px 16px 18px;}
  .shop-head h1{font-size:26px;}
  .shop-head p{font-size:12.5px;}
  .shop-filters{padding:10px 16px 8px;}
  .shop-filters-inner{flex-direction:column;align-items:stretch;gap:10px;}
  .filter-group{width:100%;align-items:center;gap:10px;flex-wrap:nowrap;}
  .filter-label{font-size:10px;flex-shrink:0;}
  .filter-chips{flex:1;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .filter-chips::-webkit-scrollbar{display:none;}
  .chip{flex-shrink:0;padding:6px 12px;font-size:11.5px;}
  .filter-sort{width:100%;margin-left:0;justify-content:flex-end;
    border-top:1px dashed #ece6dc;padding-top:8px;}
  .filter-sort select{font-size:11.5px;}
}

.bb-prod-grid-shop{grid-template-columns:repeat(4,1fr);gap:30px 22px;}
@media (max-width:1024px){.bb-prod-grid-shop{grid-template-columns:repeat(3,1fr);}}
@media (max-width:760px){.bb-prod-grid-shop{grid-template-columns:repeat(2,1fr);gap:20px 12px;}}

/* product card name — lang 분기 강제 (다른 CSS가 덮어쓰는 걸 방지) */
.bb-prod-name[data-lang-th],
.bb-prod-name[data-lang-en]{display:none !important;}
html[data-lang="th"] .bb-prod-name[data-lang-th]{display:block !important;}
html[data-lang="en"] .bb-prod-name[data-lang-en]{display:block !important;}

/* ─────────── PRODUCT GRID ─────────── */
.bb-prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 14px;}
@media (min-width:680px){.bb-prod-grid{grid-template-columns:repeat(3,1fr);gap:32px 18px;}}
@media (min-width:1100px){.bb-prod-grid{grid-template-columns:repeat(4,1fr);gap:48px 22px;}}

.bb-prod{display:block;background:transparent;transition:transform .2s;}
.bb-prod:hover{transform:translateY(-3px);}
.bb-prod-img{position:relative;aspect-ratio:1/1.2;overflow:hidden;background:#f7f2e9;}
.bb-prod-img img{width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;}
.bb-prod:hover .bb-prod-img img{transform:scale(1.05);}

.bb-prod-flags{position:absolute;top:10px;left:10px;display:flex;
  flex-direction:column;gap:5px;z-index:2;}
.bb-flag{padding:3px 9px;font-size:9.5px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;background:#2a2422;color:#fff;}
.bb-flag.sale{background:#d4422a;}
.bb-flag.new{background:#c9a020;color:#2a2422;}
.bb-flag.best{background:#8b6b65;}
.bb-flag.live{background:#d4422a;color:#fff;
  display:inline-flex;align-items:center;gap:4px;}
.bb-flag.live::before{content:"";width:6px;height:6px;border-radius:50%;
  background:#fff;animation:bb-pulse 1.4s infinite;}
@keyframes bb-pulse{0%,100%{opacity:1;}50%{opacity:.4;}}

.bb-wish{position:absolute;top:10px;right:10px;width:34px;height:34px;
  border-radius:50%;background:rgba(255,255,255,.9);color:#5a4f4a;
  display:flex;align-items:center;justify-content:center;font-size:16px;
  z-index:2;border:none;cursor:pointer;transition:all .15s;}
.bb-wish:hover{background:#fff;color:#d4422a;}
.bb-wish .ph-thin{font-weight:100;}

.bb-prod-info{padding:14px 4px 0;}
.bb-prod-cat{font-size:10px;letter-spacing:.2em;color:#9c8a82;font-weight:600;
  text-transform:uppercase;margin-bottom:7px;}
.bb-prod-name{font-size:13.5px;font-weight:500;color:#2a2422;line-height:1.4;
  margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;
  -webkit-box-orient:vertical;overflow:hidden;min-height:38px;}
.bb-prod-price{display:flex;align-items:baseline;gap:10px;margin-bottom:8px;}
.bb-prod-price .pct{font-size:14px;color:#d4422a;font-weight:700;}
.bb-prod-price .orig{font-size:12px;color:#9c8a82;text-decoration:line-through;}
.bb-prod-price .now{font-size:15px;color:#2a2422;font-weight:700;}
.bb-prod-review{font-size:10.5px;color:#9c8a82;letter-spacing:.04em;
  display:flex;align-items:center;gap:4px;}
.bb-prod-review .star{color:#c9a020;font-size:11px;}

@media (max-width:680px){
  .bb-prod-info{padding:10px 2px 0;}
  .bb-prod-name{font-size:12.5px;min-height:34px;}
  .bb-prod-price .now{font-size:14px;}
  .bb-flag{font-size:8.5px;padding:2px 7px;}
  .bb-wish{width:30px;height:30px;font-size:14px;}
}

/* ─────────── LIVE SHOPPING SECTION ─────────── */
.bb-live{background:#F4ECDF;padding:80px 0;}
.bb-live .bb-section{padding-top:0;padding-bottom:0;}
.bb-live-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.bb-live-card{display:block;position:relative;aspect-ratio:9/16;
  background:#000;overflow:hidden;border-radius:8px;cursor:pointer;}
.bb-live-card img{width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;}
.bb-live-card:hover img{transform:scale(1.04);}
.bb-live-card::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 50%);}
.bb-live-meta{position:absolute;top:14px;left:14px;display:flex;gap:6px;z-index:2;}
.bb-live-meta .bb-flag.live{font-size:10px;padding:4px 11px;}
.bb-live-card .views{position:absolute;top:14px;right:14px;color:#fff;
  font-size:11px;letter-spacing:.06em;background:rgba(0,0,0,.4);
  padding:4px 9px;border-radius:14px;z-index:2;display:flex;align-items:center;gap:5px;}
.bb-live-info{position:absolute;left:0;right:0;bottom:0;
  padding:18px;color:#fff;z-index:2;}
.bb-live-title{font-size:14px;font-weight:600;letter-spacing:-.005em;
  line-height:1.4;margin-bottom:6px;}
.bb-live-host{font-size:11px;opacity:.84;letter-spacing:.04em;}

@media (min-width:680px){.bb-live-grid{grid-template-columns:repeat(4,1fr);}}
@media (max-width:680px){.bb-live-grid{gap:12px;}}

/* ─────────── TIME SALE ─────────── */
.bb-timesale{background:linear-gradient(135deg,#3a2e2a 0%,#2a2422 100%);
  color:#fff;padding:80px 28px;}
.bb-timesale-inner{max-width:1400px;margin:0 auto;}
.bb-timesale-head{text-align:center;margin-bottom:36px;}
.bb-timesale-tag{display:inline-block;padding:5px 14px;background:#d4422a;
  color:#fff;font-size:10.5px;letter-spacing:.22em;font-weight:700;
  margin-bottom:18px;text-transform:uppercase;}
.bb-timesale-head h2{font-family:'Quicksand',serif;font-weight:300;font-size:38px;
  line-height:1.15;margin-bottom:18px;}
.bb-timesale-head h2 em{font-style:normal;font-weight:700;color:#d4b030;}
.bb-countdown{display:inline-flex;gap:14px;align-items:center;
  background:rgba(0,0,0,.3);padding:14px 22px;border-radius:8px;
  font-variant-numeric:tabular-nums;}
.bb-cd-cell{display:flex;flex-direction:column;align-items:center;
  min-width:46px;}
.bb-cd-num{font-size:28px;font-weight:700;color:#fff;letter-spacing:.02em;line-height:1;}
.bb-cd-lbl{font-size:9.5px;letter-spacing:.18em;color:#d4b030;
  text-transform:uppercase;margin-top:5px;font-weight:600;}
.bb-cd-sep{font-size:22px;color:#9c8a82;font-weight:300;}

.bb-timesale-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
@media (min-width:760px){.bb-timesale-grid{grid-template-columns:repeat(3,1fr);}}
@media (min-width:1100px){.bb-timesale-grid{grid-template-columns:repeat(4,1fr);}}
.bb-timesale-grid .bb-prod{background:#FAF6EE;padding:14px;}
.bb-timesale-grid .bb-prod-info{padding-bottom:8px;}
.bb-timesale-grid .bb-prod-cat,
.bb-timesale-grid .bb-prod-name{color:#2a2422;}
.bb-timesale-grid .bb-prod-name{margin-bottom:8px;}

@media (max-width:760px){
  .bb-timesale{padding:54px 16px;}
  .bb-timesale-head h2{font-size:25px;}
  .bb-cd-num{font-size:22px;}
}

/* ─────────── EDITORIAL/LOOKBOOK STRIP ─────────── */
.bb-lookbook{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
  background:#ece6dc;}
.bb-look{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f7f2e9;}
.bb-look img{width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;}
.bb-look:hover img{transform:scale(1.04);}
.bb-look-text{position:absolute;left:0;right:0;bottom:0;padding:28px 24px;
  color:#fff;background:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0) 60%);}
.bb-look-no{font-size:11px;letter-spacing:.28em;font-weight:600;opacity:.92;
  margin-bottom:6px;}
.bb-look-name{font-size:22px;font-weight:300;letter-spacing:-.01em;line-height:1.15;}

@media (max-width:760px){
  .bb-lookbook{grid-template-columns:1fr;}
  .bb-look{aspect-ratio:16/11;}
}

/* ─────────── FLOATING SIDE BUTTONS ─────────── */
.bb-floating{position:fixed;right:18px;bottom:20px;z-index:200;
  display:flex;flex-direction:column;gap:8px;}
.bb-float-btn{width:48px;height:48px;border-radius:50%;background:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.10);font-size:13px;font-weight:700;
  letter-spacing:.04em;color:#2a2422;border:1px solid #ece6dc;
  transition:transform .15s;cursor:pointer;}
.bb-float-btn:hover{transform:translateY(-2px);}
.bb-float-btn.kakao{background:#FEE500;color:#3c1e1e;}
.bb-float-btn.line{background:#06C755;color:#fff;}
.bb-float-btn.top{background:#2a2422;color:#fff;}
.bb-float-btn .ph-thin{font-weight:100;font-size:22px;}

@media (max-width:760px){
  .bb-floating{right:12px;bottom:14px;gap:6px;}
  .bb-float-btn{width:42px;height:42px;}
}

/* ─────────── FOOTER (Korean ecom) ─────────── */
.bb-footer{background:#F4ECDF;border-top:1px solid #ece6dc;
  padding:60px 28px 40px;margin-top:80px;}
.bb-footer-inner{max-width:1400px;margin:0 auto;}
.bb-footer-top{display:grid;grid-template-columns:1fr;gap:36px;
  padding-bottom:40px;border-bottom:1px solid #ece6dc;}
.bb-footer-brand img{width:180px;height:auto;margin-bottom:18px;}
.bb-footer-brand p{font-size:12.5px;color:#5a4f4a;line-height:1.75;max-width:340px;}

.bb-cs{display:flex;flex-direction:column;gap:18px;}
.bb-cs-tel{font-size:24px;font-weight:700;color:#2a2422;letter-spacing:.02em;line-height:1;}
.bb-cs-hours{font-size:12px;color:#5a4f4a;line-height:1.75;}
.bb-cs-links{display:flex;flex-wrap:wrap;gap:8px;}
.bb-cs-links a{padding:7px 14px;border:1px solid #ece6dc;background:#fff;
  font-size:11.5px;color:#5a4f4a;letter-spacing:.06em;font-weight:600;
  transition:all .15s;}
.bb-cs-links a:hover{border-color:#2a2422;color:#2a2422;}

.bb-foot-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.bb-foot-col h4{font-size:11px;letter-spacing:.22em;text-transform:uppercase;
  color:#2a2422;font-weight:700;margin-bottom:14px;}
.bb-foot-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;
  padding:0;margin:0;}
.bb-foot-col a{font-size:12.5px;color:#5a4f4a;}
.bb-foot-col a:hover{color:#2a2422;}
.bb-foot-col .socials{display:flex;gap:8px;margin-top:8px;}
.bb-foot-col .socials a{width:36px;height:36px;border-radius:50%;background:#fff;
  border:1px solid #ece6dc;color:#5a4f4a;font-size:17px;
  display:flex;align-items:center;justify-content:center;}
.bb-foot-col .socials a:hover{background:#2a2422;color:#fff;border-color:#2a2422;}
.bb-foot-col .socials .ph-thin{font-weight:100;}

@media (min-width:760px){
  .bb-footer-top{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:48px;}
  .bb-foot-cols{display:contents;}
}

.bb-footer-info{padding:30px 0 0;font-size:11.5px;color:#5a4f4a;line-height:1.85;}
.bb-footer-info .row{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:4px;}
.bb-footer-info strong{color:#2a2422;font-weight:600;}
.bb-copy{margin-top:18px;padding-top:14px;border-top:1px solid #ece6dc;
  font-size:11px;color:#9c8a82;letter-spacing:.04em;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}
.bb-copy .links a{margin-left:18px;color:#5a4f4a;}
.bb-copy .links a:hover{color:#2a2422;}

@media (max-width:760px){
  .bb-footer{padding:44px 18px 28px;margin-top:50px;}
  .bb-footer-info .row{flex-direction:column;gap:4px;}
}

/* =========================================================
   BRAND INTRO + ORGANIC COTTON STORY
   (placed mid-page in Bamboo Bebe layout)
   ========================================================= */
.bb-brand-intro{background:#FAF6EE;padding:90px 0 40px;}
.bb-brand-intro-inner{max-width:1280px;margin:0 auto;padding:0 28px;}

/* Top header (small eyebrow + big headline + sub) */
.bb-brand-head{text-align:center;margin-bottom:60px;position:relative;}
.bb-brand-head .eyebrow{font-size:11px;letter-spacing:.32em;color:#c9a020;
  font-weight:700;text-transform:uppercase;margin-bottom:16px;}
.bb-brand-head h2{font-family:'Quicksand',serif;font-weight:300;font-size:38px;
  letter-spacing:-.015em;color:#2a2422;line-height:1.15;margin-bottom:18px;}
.bb-brand-head h2 em{font-style:normal;font-weight:600;color:#8b6b65;}
.bb-brand-head p{font-size:15px;line-height:1.85;color:#5a4f4a;max-width:600px;
  margin:0 auto;}

/* Split row — cotton illust + organic story */
.bb-cotton-split{display:grid;grid-template-columns:1fr;gap:50px;
  align-items:center;margin-bottom:60px;}
.bb-cotton-vis{position:relative;aspect-ratio:1/1;background:#F4ECDF;
  display:flex;align-items:center;justify-content:center;overflow:hidden;}
.bb-cotton-vis::before,.bb-cotton-vis::after{content:"";position:absolute;
  width:140%;height:1px;background:#ece6dc;}
.bb-cotton-vis::before{top:50%;left:-20%;transform:rotate(0);}
.bb-cotton-vis::after{top:50%;left:-20%;transform:rotate(90deg);}
.bb-cotton-vis img{position:relative;z-index:2;width:65%;max-width:340px;height:auto;}
.bb-cotton-text .badge{display:inline-flex;align-items:center;gap:8px;
  font-size:10.5px;letter-spacing:.24em;color:#c9a020;font-weight:700;
  text-transform:uppercase;margin-bottom:18px;
  padding:6px 14px;background:#fdf8e8;border:1px solid #d4b030;}
.bb-cotton-text h3{font-family:'Quicksand',serif;font-weight:300;font-size:30px;
  line-height:1.18;letter-spacing:-.01em;color:#2a2422;margin-bottom:20px;}
.bb-cotton-text h3 em{font-style:normal;font-weight:600;color:#8b6b65;}
.bb-cotton-text p{font-size:15px;line-height:1.85;color:#5a4f4a;
  margin-bottom:16px;max-width:520px;}
.bb-cotton-text p:last-child{margin-bottom:0;}

@media (min-width:900px){
  .bb-cotton-split{grid-template-columns:1fr 1.15fr;gap:70px;}
  .bb-cotton-text h3{font-size:38px;}
}

/* Stats / certifications row */
.bb-certs{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;
  padding-top:40px;border-top:1px solid #ece6dc;}
.bb-cert{display:flex;flex-direction:column;align-items:flex-start;gap:8px;}
.bb-cert .icon{width:46px;height:46px;border-radius:50%;background:#faf6ee;
  display:flex;align-items:center;justify-content:center;font-size:24px;
  color:#8b6b65;border:1px solid #ece6dc;}
.bb-cert .icon .ph-thin{font-weight:100;}
.bb-cert .v{font-size:13.5px;font-weight:700;color:#2a2422;letter-spacing:.02em;
  margin-top:4px;}
.bb-cert .sub{font-size:11.5px;color:#9c8a82;letter-spacing:.04em;line-height:1.6;}

@media (min-width:760px){.bb-certs{grid-template-columns:repeat(4,1fr);gap:28px;}}

@media (max-width:760px){
  .bb-brand-intro{padding:60px 0 24px;}
  .bb-brand-intro-inner{padding:0 18px;}
  .bb-brand-head{margin-bottom:36px;}
  .bb-brand-head h2{font-size:25px;}
  .bb-brand-head p{font-size:13.5px;}
  .bb-cotton-split{gap:30px;margin-bottom:36px;}
  .bb-cotton-text h3{font-size:22px;}
  .bb-cotton-text p{font-size:14px;line-height:1.75;}
  .bb-cotton-vis img{width:60%;}
  .bb-certs{padding-top:28px;gap:18px 14px;}
  .bb-cert .icon{width:40px;height:40px;font-size:20px;}
}

/* =========================================================
   FIX — Language attribute hiding for elements with higher
   class specificity (.bb-btn, .bb-hero-eyebrow, etc.)
   ========================================================= */
.bb-hero [data-lang-th],
.bb-hero [data-lang-en],
.bb-section-head [data-lang-th],
.bb-section-head [data-lang-en],
.bb-brand-head [data-lang-th],
.bb-brand-head [data-lang-en],
.bb-cotton-text [data-lang-th],
.bb-cotton-text [data-lang-en],
.gallery-h [data-lang-th],
.gallery-h [data-lang-en]{display:none !important;}

html[data-lang="th"] .bb-hero [data-lang-th],
html[data-lang="th"] .bb-section-head [data-lang-th],
html[data-lang="th"] .bb-brand-head [data-lang-th],
html[data-lang="th"] .bb-cotton-text [data-lang-th],
html[data-lang="th"] .gallery-h [data-lang-th]{display:revert !important;}

html[data-lang="en"] .bb-hero [data-lang-en],
html[data-lang="en"] .bb-section-head [data-lang-en],
html[data-lang="en"] .bb-brand-head [data-lang-en],
html[data-lang="en"] .bb-cotton-text [data-lang-en],
html[data-lang="en"] .gallery-h [data-lang-en]{display:revert !important;}

/* Hero button needs explicit inline-flex on display:revert in older browsers */
html[data-lang="th"] .bb-hero a.bb-btn[data-lang-th],
html[data-lang="en"] .bb-hero a.bb-btn[data-lang-en]{display:inline-flex !important;}

/* ============================================================
   GLOBAL LANG TOGGLE — applies to all account/cart/policy pages
   Any element with [data-lang-th] or [data-lang-en] follows html[data-lang]
   ============================================================ */
[data-lang-th],
[data-lang-en]{display:none !important;}
html[data-lang="th"] [data-lang-th]{display:revert !important;}
html[data-lang="en"] [data-lang-en]{display:revert !important;}

/* Restore inline-flex for buttons/anchors (revert defaults to block for unknown) */
html[data-lang="th"] a.btn[data-lang-th],
html[data-lang="en"] a.btn[data-lang-en],
html[data-lang="th"] button.btn[data-lang-th],
html[data-lang="en"] button.btn[data-lang-en]{display:inline-flex !important;}
html[data-lang="th"] a.btn-block[data-lang-th],
html[data-lang="en"] a.btn-block[data-lang-en],
html[data-lang="th"] button.btn-block[data-lang-th],
html[data-lang="en"] button.btn-block[data-lang-en]{display:flex !important;}
html[data-lang="th"] span[data-lang-th],
html[data-lang="en"] span[data-lang-en],
html[data-lang="th"] small[data-lang-th],
html[data-lang="en"] small[data-lang-en],
html[data-lang="th"] strong[data-lang-th],
html[data-lang="en"] strong[data-lang-en]{display:inline !important;}

/* Restore for previously-scoped legacy rules so they still work */
html[data-lang="th"] .bb-hero [data-lang-th],
html[data-lang="th"] .bb-section-head [data-lang-th],
html[data-lang="th"] .bb-brand-head [data-lang-th],
html[data-lang="th"] .bb-cotton-text [data-lang-th],
html[data-lang="th"] .gallery-h [data-lang-th]{display:revert !important;}
html[data-lang="en"] .bb-hero [data-lang-en],
html[data-lang="en"] .bb-section-head [data-lang-en],
html[data-lang="en"] .bb-brand-head [data-lang-en],
html[data-lang="en"] .bb-cotton-text [data-lang-en],
html[data-lang="en"] .gallery-h [data-lang-en]{display:revert !important;}

/* ── Subtab 탭 전환 ── */
.bb-tab-pane{display:none;}
.bb-tab-pane.on{display:block;}
