/* KESIYA — inner pages (shop / product / journal / article) */

/* page hero + crumbs */
.pg { padding: clamp(40px, 6vw, 80px) 0 clamp(10px, 2vw, 20px); }
.pg h1 { font-size: clamp(2rem, 5vw, 3.6rem); margin: 10px 0 12px; }
.pg .sub { color: var(--ink-soft); max-width: 52ch; margin: 0; font-size: clamp(.95rem, 1.3vw, 1.1rem); }
.crumbs { font-size: 0.8em; color: var(--ink-faint); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); }

/* shop: model cards */
.shop-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
.shop-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px); display: grid; grid-template-columns: auto 1fr;
  gap: clamp(18px, 3vw, 32px); align-items: center; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.shop-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(16,21,18,.10); }
.shop-card .can { width: 88px; height: 142px; border-radius: 12px 12px 9px 9px; position: relative; }
.shop-card .can::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 20px; border-radius: 12px 12px 0 0; background: rgba(255,255,255,.28); }
.shop-card .can .band { position: absolute; left: 0; right: 0; top: 44%; height: 22px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; background: rgba(0,0,0,.18); }
.shop-card h2 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.shop-card .one { color: var(--ink-soft); font-size: 0.92em; margin: 6px 0 12px; }
.shop-card .meta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.shop-card .pr { font-weight: 700; }
.shop-card .pr span { color: var(--ink-faint); font-weight: 500; font-size: 0.85em; }
.shop-card .go { color: var(--green); font-weight: 700; font-size: 0.88em; }
.set-band {
  margin-top: 16px; border-radius: var(--radius); background: var(--green-deep); color: #fff;
  padding: clamp(24px, 3.5vw, 44px); display: flex; flex-wrap: wrap; gap: 20px;
  align-items: center; justify-content: space-between;
}
.set-band h2 { font-size: clamp(1.3rem, 2.6vw, 2rem); }
.set-band p { color: #a9c6bb; margin: 6px 0 0; max-width: 52ch; }
.set-cans { display: flex; gap: 6px; }
.set-cans i { width: 34px; height: 56px; border-radius: 6px 6px 4px 4px; display: block; }

/* product page */
.pp { display: grid; gap: clamp(28px, 5vw, 70px); grid-template-columns: 1fr; align-items: start; padding-top: clamp(16px, 3vw, 40px); }
@media (min-width: 900px) { .pp { grid-template-columns: 1fr 1fr; } }
.pp-stage {
  border-radius: clamp(18px, 2.5vw, 28px); min-height: clamp(340px, 46vw, 560px);
  display: flex; align-items: center; justify-content: center; position: sticky; top: 92px;
}
.pp-stage .can { width: clamp(140px, 15vw, 190px); height: clamp(230px, 25vw, 310px); border-radius: 18px 18px 13px 13px; position: relative; box-shadow: 0 44px 100px rgba(0,0,0,.45); }
.pp-stage .can::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 28px; border-radius: 18px 18px 0 0; background: rgba(255,255,255,.22); }
.pp-stage .can .label { position: absolute; left: 0; right: 0; top: 42%; text-align: center; color: #fff; font-weight: 800; letter-spacing: .2em; font-size: clamp(14px, 1.6vw, 19px); }
.pp-stage .can .k { position: absolute; left: 0; right: 0; bottom: 24px; text-align: center; color: rgba(255,255,255,.9); font-size: 10px; letter-spacing: .34em; font-weight: 700; }
.pp h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
.pp .tag { color: var(--ink-soft); font-size: clamp(.98rem, 1.4vw, 1.15rem); margin: 10px 0 4px; }
.pp .spec-line { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 26px; }
.pp .spec-line span { font-size: 0.82em; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; background: var(--card); }
.sel-group { margin-bottom: 20px; }
.sel-group .lbl { font-size: 0.8em; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 9px; }
.sel-row { display: flex; flex-wrap: wrap; gap: 9px; }
.sel {
  border: 1.5px solid var(--line); background: var(--card); border-radius: 13px;
  padding: 12px 18px; cursor: pointer; transition: all .14s ease; font-size: 0.92em;
  display: flex; flex-direction: column; gap: 2px; min-width: 96px; font-family: inherit;
  text-align: left;
}
.sel small { color: var(--ink-faint); font-size: 0.8em; }
.sel:hover { border-color: var(--green); }
.sel.on { border-color: var(--ink); box-shadow: 0 0 0 1.5px var(--ink); }
.sel .save { color: var(--green); font-weight: 700; }
.buy-row { display: flex; align-items: center; gap: 16px; margin: 26px 0 14px; flex-wrap: wrap; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; background: var(--card); }
.qty button { width: 46px; height: 46px; border: 0; background: none; font-size: 1.25em; cursor: pointer; color: var(--ink); font-family: inherit; }
.qty span { min-width: 34px; text-align: center; font-weight: 700; }
.pp .big-price { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; }
.ship-hint { font-size: 0.85em; color: var(--ink-soft); margin-top: 12px; }
.pp-body { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 24px; }
.pp-body h2 { font-size: 1.25rem; margin-bottom: 10px; }
.pp-body p { color: var(--ink-soft); }

/* journal */
.jcards { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .jcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .jcards { grid-template-columns: repeat(3, 1fr); } }
.jcard {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.jcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(16,21,18,.09); }
.jcard .vis { aspect-ratio: 16/9.5; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; }
.jcard .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.jcard .cat { font-size: 0.74em; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.jcard h3 { font-size: 1.05rem; line-height: 1.45; letter-spacing: -0.01em; flex: 1; margin: 0; font-weight: 700; }
.jcard .m { font-size: 0.8em; color: var(--ink-faint); }
.jfeat {
  border-radius: clamp(18px, 2.5vw, 28px); background: var(--night); color: #e9ece9;
  padding: clamp(28px, 5vw, 64px); display: block; text-decoration: none; margin-bottom: 22px;
}
.jfeat .cat { color: #7fae9f; font-size: 0.78em; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.jfeat h2 { color: #fff; font-size: clamp(1.5rem, 3.6vw, 2.6rem); margin: 10px 0 12px; max-width: 26ch; }
.jfeat p { color: #aab6ae; max-width: 60ch; margin: 0 0 16px; }
.jfeat .more { color: #fff; font-weight: 700; font-size: 0.9em; }

/* article */
.article { max-width: 680px; margin: 0 auto; }
.article-head { margin-bottom: clamp(22px, 3vw, 34px); }
.article-head h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 12px 0 12px; }
.article-head .m { color: var(--ink-faint); font-size: 0.85em; }
.article-lede {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ink-soft);
  border-left: 3px solid var(--green); padding-left: 18px; margin: 0 0 26px;
}
.article-body { font-size: 1.03em; line-height: 1.8; }
.article-body p { margin: 0 0 1.25em; }
.article-body h2 { font-size: 1.35rem; margin: 1.9em 0 .6em; letter-spacing: -0.015em; }
.article-body ul { padding-left: 1.3em; }
.article-body li { margin-bottom: .45em; }
.a-cta {
  border-radius: var(--radius); background: var(--green-deep); color: #fff;
  padding: 24px 28px; margin: clamp(30px, 4vw, 46px) 0;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.a-cta b { font-size: 1.08em; }
.a-cta small { display: block; color: #a9c6bb; }
.a-cta a { flex: none; }

.pager-nav { display: flex; gap: 8px; justify-content: center; margin-top: clamp(28px, 4vw, 44px); }
.pager-nav a { min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; font-size: 0.9em; background: var(--card); color: var(--ink-soft); }
.pager-nav a.on { background: var(--ink); border-color: var(--ink); color: #fff; }

/* journal as a clean list (owner: no thumbnails on the list page) */
.jlist { border-top: 1px solid var(--line); }
.jrow {
  display: grid; gap: 4px 26px; padding: 24px 4px; border-bottom: 1px solid var(--line);
  text-decoration: none; grid-template-columns: 1fr; align-items: baseline;
  transition: padding-left .18s ease;
}
.jrow:hover { padding-left: 14px; }
@media (min-width: 760px) { .jrow { grid-template-columns: 170px 1fr auto; } }
.jrow .cat { font-size: 0.74em; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.jrow h3 { margin: 0; font-size: 1.08rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.5; }
.jrow .m { font-size: 0.8em; color: var(--ink-faint); white-space: nowrap; }

/* members page */
.acct-head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.acct-head h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0; }
.tier {
  background: var(--green-deep); color: #fff; border-radius: 999px;
  padding: 7px 18px; font-weight: 700; font-size: 0.85em; letter-spacing: .04em;
}
.acct-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .acct-grid { grid-template-columns: 1.2fr 1fr; } }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 30px); }
.panel h2 { font-size: 1.05rem; margin: 0 0 14px; letter-spacing: -0.01em; }
.stat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.stat3 div { text-align: center; border: 1px solid var(--line); border-radius: 14px; padding: 14px 6px; }
.stat3 b { display: block; font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 800; }
.stat3 span { font-size: 0.75em; color: var(--ink-faint); }
.progress { height: 10px; border-radius: 999px; background: var(--line); overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--green); border-radius: 999px; }
.prog-note { font-size: 0.82em; color: var(--ink-soft); margin-top: 8px; }
.act { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 0.92em; }
.act:last-child { border-bottom: 0; }
.act .ic { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: var(--paper); flex: none; }
.act .tx { flex: 1; min-width: 0; }
.act .tx b { display: block; font-weight: 600; }
.act .tx span { font-size: 0.85em; color: var(--ink-faint); }
.act .pts { font-weight: 700; color: var(--green); white-space: nowrap; }
.sub-card { border: 1.5px solid var(--green); border-radius: 14px; padding: 16px 18px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.sub-card .mini-can { width: 40px; height: 62px; border-radius: 8px 8px 6px 6px; background: linear-gradient(165deg,#6b4630,#3d2517); flex: none; }
.sub-card b { display: block; }
.sub-card small { color: var(--ink-soft); }
.sub-actions { margin-left: auto; display: flex; gap: 8px; }
.sub-actions a { font-size: 0.82em; font-weight: 600; color: var(--ink-soft); text-decoration: none; border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; }
.sub-actions a:hover { border-color: var(--ink); color: var(--ink); }

/* post header แบบ anthropic: กึ่งกลาง หมวด-หัวเรื่อง-วันที่ แล้วค่อยรูป featured มุมโค้ง */
.article-head.center { text-align: center; max-width: 800px; margin: 0 auto clamp(26px, 4vw, 40px); }
.article-head.center .k-cat { font-size: 0.82em; font-weight: 700; letter-spacing: .02em; }
.article-head.center h1 { font-size: clamp(2rem, 5vw, 3.6rem); margin: 14px auto 14px; max-width: 20ch; letter-spacing: -0.03em; }
.article-head.center .m { color: var(--ink-faint); font-size: 0.88em; }
.article-feature {
  max-width: 880px; margin: 0 auto clamp(30px, 5vw, 52px);
  border-radius: clamp(16px, 2vw, 26px); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1.7fr; aspect-ratio: 16/8.8;
}
.article-feature .col { display: grid; grid-template-rows: 1fr 1fr; }
.article-feature .cell { position: relative; }
.article-feature .monogram {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.92); font-weight: 800; font-size: clamp(1.6rem, 3.5vw, 2.6rem); letter-spacing: .1em;
}
.article-feature .bands { display: grid; grid-template-columns: repeat(4, 1fr); }
.article-feature .bands i { display: block; }
@media (max-width: 560px) { .article-feature { aspect-ratio: 16/11; } }

/* ===== ถุง Bone White ในหน้าใน (ร้าน / สินค้า / สมาชิก) ===== */
.shop-card .pod { width: clamp(112px, 13vw, 150px); height: clamp(152px, 16vw, 190px); padding-bottom: 7%; }
.shop-card .bag { width: clamp(70px, 7.5vw, 88px); font-size: clamp(6.5px, .7vw, 8px); }

.pp-stage .bag { width: clamp(150px, 16vw, 205px); font-size: clamp(11px, 1.25vw, 15px); }
@media (max-width: 859px) {
  .pp-stage .bag { width: clamp(122px, 34vw, 160px); font-size: clamp(8.5px, 2.4vw, 12px); }
}

/* ถุงจิ๋ว Discovery Set + ถุง subscription: bone ทั้งหมด จุดสีบอกรุ่น */
.set-cans i {
  background: linear-gradient(150deg, #fbf8f0, #e9e1cf); position: relative;
  box-shadow: inset -4px 0 8px rgba(96,80,50,.12), 0 12px 18px -8px rgba(0,0,0,.5);
}
.set-cans i::after { content: ""; position: absolute; left: 50%; top: 34%; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: var(--accent, #2e2b25); }
.sub-card .mini-can { background: linear-gradient(150deg, #fbf8f0, #e9e1cf); position: relative; box-shadow: inset -3px 0 6px rgba(96,80,50,.12); }
.sub-card .mini-can::after { content: ""; position: absolute; left: 50%; top: 32%; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--accent, #5a3a26); }

/* sales gate (2026-09-15): ปุ่มใส่ตะกร้ากลายเป็น "Coming soon" จนกว่าจะเปิดขาย */
.ks-soon { opacity: .55; cursor: default; }
.pp-stage { position: relative; }
.pod img { border-radius: inherit; }
/* journal empty state */
.j-empty { border: 1px dashed var(--line); border-radius: var(--radius); padding: clamp(28px, 5vw, 56px); text-align: center; }
.j-empty h2 { margin: 0 0 8px; font-size: clamp(1.3rem, 2.6vw, 1.8rem); }
.j-empty p { color: var(--ink-soft); margin: 0 0 18px; }
.article-feature.photo { display: block; aspect-ratio: 16 / 9; }
.article-feature.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
