/* ============================================================
   JiePeptide — modern shop / warm e-commerce theme
   Warm sand + ink + coral accents, rounded, shoppy
   ============================================================ */
:root {
  --ink: #1c1917;           /* stone-900 */
  --ink-soft: #57534e;      /* stone-600 */
  --ink-mute: #a8a29e;      /* stone-400 */
  --coral: #f97316;         /* orange-500 */
  --coral-deep: #ea580c;    /* orange-600 */
  --coral-soft: #ffedd5;    /* orange-100 */
  --teal: #0d9488;
  --bg: #fafaf9;            /* stone-50 */
  --bg-card: #ffffff;
  --line: #e7e5e4;          /* stone-200 */
  --wa: #25d366;
  --wa-deep: #128c4b;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --serif: 'Lora', Georgia, serif;
  --shadow: 0 1px 2px rgba(28,25,23,.04), 0 10px 30px rgba(28,25,23,.07);
  --shadow-lg: 0 2px 5px rgba(28,25,23,.06), 0 24px 60px rgba(28,25,23,.14);
  --radius: 18px;
  --radius-sm: 12px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--coral-deep); text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.skip { position: absolute; left: -9999px; top: 0; background: #fff; padding: 10px 16px; z-index: 200; }

/* announce bar */
.announce { background: var(--ink); color: #d6d3d1; font-size: 12.5px; text-align: center; padding: 8px 0; letter-spacing: .2px; }
.announce .container { padding-top: 0; padding-bottom: 0; }

/* header */
.site-header { background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--coral), #fb923c); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 24px; box-shadow: 0 4px 12px rgba(249,115,22,.35); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 17.5px; font-weight: 800; letter-spacing: -.2px; }
.brand-text em { font-style: normal; font-size: 11px; color: var(--ink-mute); }
.main-nav { display: flex; align-items: center; gap: 2px; font-size: 14.5px; font-weight: 600; }
.main-nav a { color: var(--ink-soft); padding: 8px 13px; border-radius: 999px; }
.main-nav a:hover { color: var(--ink); background: #f5f5f4; text-decoration: none; }
.main-nav a.nav-cta { background: var(--wa); color: #fff; padding: 9px 18px; margin-left: 6px; }
.main-nav a.nav-cta:hover { background: var(--wa-deep); }
.main-nav a.nav-cta.alt { background: var(--ink); }
.main-nav a.nav-cta.alt:hover { background: #44403c; }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; }

/* hero */
.hero { background: linear-gradient(150deg, #fff7ed 0%, #ffffff 60%, #fff1e6 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.hero-pill { display: inline-block; background: #fff; border: 1px solid var(--line); color: var(--coral-deep); font-size: 12px; font-weight: 700; letter-spacing: .5px; padding: 6px 15px; border-radius: 999px; margin-bottom: 20px; box-shadow: var(--shadow); }
.hero h1 { font-family: var(--serif); font-size: clamp(36px, 4.4vw, 56px); line-height: 1.1; font-weight: 600; letter-spacing: -.8px; margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: var(--coral-deep); }
.hero .lede { font-size: 17px; color: var(--ink-soft); max-width: 520px; margin-bottom: 26px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-reviews { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-soft); }
.hero-reviews .stars { color: #f59e0b; letter-spacing: 2px; font-size: 15px; }
.hero-card { background: #fff; border-radius: 22px; border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero-card-top { display: flex; align-items: center; gap: 8px; padding: 13px 18px; font-size: 12.5px; font-weight: 700; color: var(--teal); border-bottom: 1px solid var(--line); background: #f0fdfa; }
.in-stock-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; display: inline-block; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.hero-card-img { background: #0b1220; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 240px; }
.hero-card-img img { width: 100%; max-height: 340px; object-fit: contain; display: block; }
.hero-card-meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-card-meta div { padding: 12px 14px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.hero-card-meta div:last-child { border-right: none; }
.hero-card-meta span { font-size: 11px; color: var(--ink-mute); }
.hero-card-meta b { font-size: 15px; color: var(--ink); }

/* sections */
.section { padding: 80px 0; }
.section-tint { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; gap: 14px; flex-wrap: wrap; }
.section-head.center { text-align: center; justify-content: center; flex-direction: column; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--coral-deep); margin-bottom: 8px; }
.section-head h2 { font-family: var(--serif); font-size: clamp(25px, 2.7vw, 35px); font-weight: 600; letter-spacing: -.5px; }
.more { font-size: 14px; font-weight: 700; color: var(--coral-deep); }
.more:hover { text-decoration: underline; }
.empty { color: var(--ink-mute); padding: 40px 0; text-align: center; }
h2, h3 { font-family: var(--serif); color: var(--ink); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 999px; font-weight: 700; font-size: 14.5px; cursor: pointer; border: 1.5px solid transparent; transition: all .18s ease; text-decoration: none; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-sm { padding: 8px 16px; font-size: 13px; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #44403c; color: #fff; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-deep); color: #fff; }
.btn-cta { background: var(--coral); color: #fff; margin-top: 10px; }
.btn-cta:hover { background: var(--coral-deep); color: #fff; }

/* category tiles */
.cat-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; display: flex; flex-direction: column; transition: all .2s ease; color: var(--ink); }
.cat-tile:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); text-decoration: none; }
.cat-icon { font-size: 30px; margin-bottom: 14px; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px; background: #f5f5f4; }
.cat-tile h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; font-family: var(--font); }
.cat-tile p { font-size: 13px; color: var(--ink-soft); flex: 1; }
.cat-link { font-size: 13px; font-weight: 800; color: var(--coral-deep); margin-top: 14px; }

/* shop cards */
.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 24px; }
.shop-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all .2s ease; display: flex; flex-direction: column; }
.shop-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.shop-img { position: relative; display: block; aspect-ratio: 1/1; background: linear-gradient(150deg, #fafaf9, #f5f5f4); overflow: hidden; }
.shop-img img { width: 100%; height: 100%; object-fit: cover; }
.shop-badge { position: absolute; top: 12px; left: 12px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 999px; letter-spacing: .4px; }
.ph { display: flex; align-items: center; justify-content: center; color: var(--coral-deep); }
.shop-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.shop-cat { font-size: 11px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .8px; font-weight: 700; margin-bottom: 5px; }
.shop-body h3 { font-family: var(--font); font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.shop-body h3 a { color: var(--ink); }
.shop-body h3 a:hover { color: var(--coral-deep); }
.shop-price { font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--teal); margin: 4px 0 12px; }
.shop-actions { display: flex; gap: 8px; margin-top: auto; flex-wrap: nowrap; }
.shop-actions .btn { flex: 1 1 0; min-width: 0; padding: 9px 6px; font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; position: relative; }
.step-n { position: absolute; top: -14px; left: 24px; width: 30px; height: 30px; border-radius: 50%; background: var(--coral); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: 0 4px 10px rgba(249,115,22,.4); }
.step h3 { font-family: var(--font); font-size: 17px; font-weight: 800; margin-bottom: 6px; margin-top: 6px; }
.step p { font-size: 13.5px; color: var(--ink-soft); }

/* videos */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.vcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; color: var(--ink); transition: all .2s ease; }
.vcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); text-decoration: none; }
.vcard-img { aspect-ratio: 16/9; background: linear-gradient(135deg, #292524, #57534e); display: flex; align-items: center; justify-content: center; position: relative; }
.vcard-img img { width: 100%; height: 100%; object-fit: cover; }
.vplay { width: 56px; height: 56px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; padding-left: 3px; transition: transform .2s; box-shadow: 0 6px 18px rgba(0,0,0,.3); }
.vplay.big { width: 76px; height: 76px; font-size: 22px; }
.vcard:hover .vplay { transform: scale(1.1); }
.dur-chip { position: absolute; right: 10px; bottom: 10px; background: rgba(0,0,0,.7); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.vcard-body { padding: 16px 18px; }
.vcard-body h3 { font-family: var(--font); font-size: 15.5px; font-weight: 800; }
.vmeta { font-size: 11px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .8px; font-weight: 700; }

/* trust band */
.trust-band { background: var(--ink); color: #fff; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 30px; padding-bottom: 30px; }
.trust-item { display: flex; flex-direction: column; text-align: center; border-left: 1px solid rgba(255,255,255,.15); }
.trust-item:first-child { border-left: none; }
.trust-item b { font-size: 15px; font-weight: 800; }
.trust-item span { font-size: 12.5px; color: #a8a29e; }

/* cta */
.cta { text-align: center; padding: 74px 0; background: linear-gradient(150deg, #fff7ed, #ffedd5); border-top: 1px solid var(--line); }
.cta h2 { font-size: clamp(24px, 2.8vw, 34px); margin-bottom: 8px; }
.cta p { color: var(--ink-soft); margin-bottom: 24px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* subpage shared */
.page-head { background: linear-gradient(160deg, #fff7ed, #fff); border-bottom: 1px solid var(--line); padding: 48px 0 38px; }
.page-head h1 { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 42px); font-weight: 600; letter-spacing: -.6px; }
.page-head p { color: var(--ink-soft); margin-top: 8px; max-width: 620px; }
.crumb { font-size: 13px; color: var(--ink-mute); margin-bottom: 10px; }
.filters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 28px 0 30px; }
.filters a { padding: 7px 17px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); background: #fff; }
.filters a.on, .filters a:hover { background: var(--ink); border-color: var(--ink); color: #fff; text-decoration: none; }
.filters .search { margin-left: auto; }
.filters input { padding: 8px 16px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 14px; width: 230px; outline: none; background: #fff; }
.filters input:focus { border-color: var(--coral); }

/* product detail */
.pdetail { display: grid; grid-template-columns: .95fr 1.15fr; gap: 50px; align-items: start; padding: 46px 0 0; }
.pdetail-img { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.pdetail-img img { width: 100%; height: 100%; object-fit: cover; }
.pdetail-info h1 { font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); font-weight: 600; margin-bottom: 10px; }
.pdetail-info .shop-badge { position: static; display: inline-block; margin-bottom: 12px; }
.pdetail-info .lede { font-size: 16.5px; color: var(--ink-soft); margin-bottom: 16px; }
.specs { width: 100%; border-collapse: separate; border-spacing: 0; margin: 16px 0 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.specs th, .specs td { text-align: left; padding: 11px 15px; border-bottom: 1px solid var(--line); font-size: 14px; }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: none; }
.specs th { width: 160px; color: var(--ink-soft); background: #fafaf9; font-weight: 700; }
.pdetail-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 6px 0 14px; }
.compliance-small { font-size: 12px; color: var(--ink-mute); }
.pdesc { padding: 24px 0 8px; }
.pdesc h2 { font-size: clamp(20px, 2.2vw, 27px); margin: 20px 0 10px; }
.pdesc h3 { font-size: 18px; margin: 16px 0 8px; }
.pdesc p { margin-bottom: 12px; color: var(--ink-soft); max-width: 800px; }

/* forms */
.narrow { max-width: 780px; margin: 0 auto; }
.narrow h2 { font-size: 24px; margin: 30px 0 10px; }
.narrow > p { color: var(--ink-soft); margin-bottom: 12px; }
.alert { padding: 13px 16px; border-radius: var(--radius-sm); margin-bottom: 20px; font-size: 14px; font-weight: 600; }
.alert.ok { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert.err { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin: 14px 0 5px; }
input[type=text], input[type=email], input[type=password], select, textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-size: 15px; font-family: var(--font); color: var(--ink); background: #fff; }
textarea { min-height: 130px; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.actions { margin-top: 22px; }
.contact-direct { margin-top: 34px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-direct p { margin-bottom: 8px; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }

/* footer */
.site-footer { background: var(--ink); color: #d6d3d1; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px; padding: 60px 0 40px; }
.footer-brand-col .brand { color: #fff; margin-bottom: 14px; }
.footer-brand-col .brand-text strong { color: #fff; }
.footer-about { font-size: 13.5px; line-height: 1.75; margin-bottom: 16px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-badges span { font-size: 11.5px; font-weight: 700; color: #a7f3d0; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.3); padding: 4px 12px; border-radius: 999px; }
.site-footer h4 { color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 16px; }
.site-footer .footer-col a { display: block; color: #d6d3d1; font-size: 13.5px; padding: 4px 0; }
.site-footer .footer-col a:hover { color: #fff; text-decoration: none; }
.site-footer .footer-col p { font-size: 13.5px; margin-bottom: 6px; }
.fmail a { color: #fdba74; }
.fwa a { color: #6ee7b7; font-weight: 700; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.09); }
.compliance { font-size: 12px; color: #a8a29e; padding: 18px 0 6px; }
.copyright { font-size: 12.5px; color: #78716c; padding: 0 0 24px; }

/* wa float */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 200; display: flex; align-items: center; gap: 9px; background: var(--wa); color: #fff; padding: 12px 18px 12px 14px; border-radius: 999px; font-size: 14px; font-weight: 700; box-shadow: 0 8px 26px rgba(37,211,102,.45); transition: all .2s; }
.wa-float:hover { background: var(--wa-deep); color: #fff; transform: translateY(-2px); }

/* video player */
.video-player-card { max-width: 1000px; margin: 0 auto; padding: 40px 0; }
.video-player-card h1 { font-family: var(--serif); font-size: 28px; }
.video-player-card video { width: 100%; border-radius: var(--radius); }

/* responsive */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-card { max-width: 440px; }
  .cat-tiles { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .pdetail { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 62px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 14px 22px 20px; border-bottom: 1px solid var(--line); gap: 4px; align-items: stretch; }
  body.nav-open .main-nav { display: flex; }
  .main-nav a.nav-cta { margin-left: 0; text-align: center; }
}
@media (max-width: 600px) {
  .form-grid { grid-template-columns: 1fr; }
  .cat-tiles { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 24px; }
}

/* ---------- compat classes (shared page templates) ---------- */
.btn-ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-ghost:hover { border-color: var(--coral); color: var(--coral-deep); }
.section-alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-copy { min-width: 0; }

/* products catalog grid — templates use .card-grid / .pcard */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.pcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
  min-width: 0;
}
.pcard:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: #e7e5e4;
  text-decoration: none;
  color: var(--ink);
}
.pcard-img {
  aspect-ratio: 1 / 1;
  background: linear-gradient(150deg, #fafaf9, #f5f5f4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pcard-img .ph {
  font-size: 42px;
  font-weight: 800;
  color: var(--coral-deep);
  opacity: .45;
}
.pcard-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--coral);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
}
.pcard-body { padding: 12px 14px 14px; flex: 1; display: flex; flex-direction: column; min-width: 0; }
.pcard-body h3 {
  font-family: var(--font);
  font-size: 14.5px;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pcard-body .meta {
  font-size: 10.5px;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  margin-bottom: 5px;
}
.pcard-body .sum {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pcard-more { font-size: 13px; font-weight: 800; color: var(--coral-deep); }

@media (max-width: 1100px) {
  .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pcard-body { padding: 10px 12px 12px; }
  .pcard-body h3 { font-size: 13.5px; }
  .pcard-body .sum { display: none; }
}
@media (max-width: 420px) {
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.vcard-body .sum { margin-top: 4px; font-size: 13.5px; color: var(--ink-soft); }
.vcard-body .dur { font-size: 12px; color: var(--ink-mute); }
.video-player-card h1 { margin: 14px 0 4px; }
.video-player-card .lede { color: var(--ink-soft); }

/* ---------- CoA page (shop) ---------- */
.coa-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.coa-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-color: var(--coral); }
.coa-icon { font-size: 21px; flex-shrink: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--coral-soft); border-radius: 12px; }
.coa-body { flex: 1; min-width: 0; }
.coa-body h3 { font-size: 14.5px; font-weight: 800; margin-bottom: 3px; font-family: var(--font); line-height: 1.3; }
.coa-body .meta { margin: 0; }
.btn-sm-coa { padding: 8px 16px; font-size: 12px; flex-shrink: 0; }

/* ---------- News page ---------- */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 18px; }
.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); transition: all .18s ease; display: flex; flex-direction: column; }
.news-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); text-decoration: none; }
.news-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.news-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.news-meta .badge { background: var(--coral-soft); color: var(--coral-deep); font-size: 11px; font-weight: 800; padding: 3px 10px; border-radius: 999px; }
.news-date { font-size: 12px; color: var(--ink-mute); }
.news-body h3 { font-size: 17px; font-weight: 800; line-height: 1.35; margin-bottom: 8px; font-family: var(--font); }
.news-body .sum { flex: 1; }
.article-body h2 { font-size: 22px; margin: 22px 0 10px; }
.article-body h3 { font-size: 18px; margin: 18px 0 8px; }
.article-body p { margin-bottom: 14px; max-width: 780px; color: var(--ink-soft); }
.article-body ul, .article-body ol { margin: 0 0 14px 22px; color: var(--ink-soft); }
.article-body li { margin-bottom: 4px; }
/* ---------- CoA preview & lightbox (site3) ---------- */
.coa-card { display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; }
.coa-preview { position: relative; display: block; background: #f5f5f4; aspect-ratio: 850/1100; overflow: hidden; }
.coa-preview img, .coa-preview .coa-pdf { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.coa-preview .coa-pdf { border: 0; pointer-events: none; }
.coa-preview:hover img { transform: scale(1.03); }
.coa-lightbox iframe { display: none; width: min(920px, 92vw); height: min(80vh, 1100px); border: 0; background: #fff; border-radius: 8px; }
.coa-zoom { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(28,20,10,.4); color: #fff; font-size: 13px; font-weight: 800; opacity: 0; transition: opacity .2s; }
.coa-preview:hover .coa-zoom { opacity: 1; }
.coa-card .coa-body { padding: 14px 16px 16px; border-top: 1px solid var(--line); }
.coa-lightbox { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(8,12,20,.88); padding: 24px; overflow: auto; }
.coa-lightbox.open { display: flex; align-items: center; justify-content: center; }
.coa-lightbox-inner { position: relative; max-width: 1000px; margin: auto; }
.coa-lightbox img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 20px 70px rgba(0,0,0,.5); }
.coa-close { position: fixed; top: 16px; right: 20px; width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,.15); color: #fff; font-size: 18px; cursor: pointer; z-index: 301; }
.coa-close:hover { background: rgba(255,255,255,.3); }
.coa-lightbox-bar { display: flex; justify-content: flex-end; margin-bottom: 12px; }
/* ---------- WhatsApp multi-number popup ---------- */
.wa-wrap { position: fixed; right: 22px; bottom: 22px; z-index: 200; }
.wa-panel { display: none; position: absolute; right: 0; bottom: calc(100% + 12px); min-width: 260px; background: #fff; border-radius: 14px; box-shadow: 0 12px 40px rgba(0,0,0,.25); padding: 8px; border: 1px solid rgba(0,0,0,.08); }
.wa-panel.open { display: block; }
.wa-panel-title { font-size: 12px; color: #64748b; padding: 8px 12px 6px; font-weight: 600; }
.wa-panel-item { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 10px; color: #1f2937; font-size: 14.5px; font-weight: 600; transition: background .12s; }
.wa-panel-item:hover { background: #f0fdf4; text-decoration: none; color: #128c4b; }
.wa-panel-item svg { color: #25d366; flex-shrink: 0; }
