/* Minification failed. Returning unminified contents.
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,20): run-time error CSS1039: Token not allowed after unary operator: '-dark'
(42,19): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(43,24): run-time error CSS1039: Token not allowed after unary operator: '-max'
(43,37): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(56,43): run-time error CSS1039: Token not allowed after unary operator: '-red'
(69,20): run-time error CSS1039: Token not allowed after unary operator: '-red'
(70,49): run-time error CSS1039: Token not allowed after unary operator: '-red'
(74,35): run-time error CSS1039: Token not allowed after unary operator: '-red-dark'
(74,66): run-time error CSS1039: Token not allowed after unary operator: '-red-dark'
(90,17): run-time error CSS1039: Token not allowed after unary operator: '-sec'
(90,28): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(91,24): run-time error CSS1039: Token not allowed after unary operator: '-max'
(91,37): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(98,115): run-time error CSS1039: Token not allowed after unary operator: '-red'
(102,58): run-time error CSS1039: Token not allowed after unary operator: '-silver-lt'
(103,67): run-time error CSS1039: Token not allowed after unary operator: '-txt'
(104,135): run-time error CSS1039: Token not allowed after unary operator: '-silver-lt'
(106,45): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(107,45): run-time error CSS1039: Token not allowed after unary operator: '-txt'
(109,57): run-time error CSS1039: Token not allowed after unary operator: '-red-dark'
(109,74): run-time error CSS1039: Token not allowed after unary operator: '-red'
(115,33): run-time error CSS1039: Token not allowed after unary operator: '-red'
(119,37): run-time error CSS1039: Token not allowed after unary operator: '-silver-fnt'
(119,92): run-time error CSS1039: Token not allowed after unary operator: '-red'
(123,19): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(123,30): run-time error CSS1039: Token not allowed after unary operator: '-sec'
(124,24): run-time error CSS1039: Token not allowed after unary operator: '-max'
(124,37): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(128,115): run-time error CSS1039: Token not allowed after unary operator: '-red'
(135,26): run-time error CSS1039: Token not allowed after unary operator: '-silver-lt'
(150,116): run-time error CSS1039: Token not allowed after unary operator: '-red'
(206,59): run-time error CSS1039: Token not allowed after unary operator: '-silver-fnt'
(218,113): run-time error CSS1039: Token not allowed after unary operator: '-red'
(224,20): run-time error CSS1039: Token not allowed after unary operator: '-red'
(228,37): run-time error CSS1039: Token not allowed after unary operator: '-red-dark'
(231,45): run-time error CSS1039: Token not allowed after unary operator: '-sec'
(231,56): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(231,90): run-time error CSS1039: Token not allowed after unary operator: '-silver-lt'
(232,35): run-time error CSS1039: Token not allowed after unary operator: '-max'
(234,116): run-time error CSS1039: Token not allowed after unary operator: '-red'
(237,95): run-time error CSS1039: Token not allowed after unary operator: '-silver-lt'
(243,32): run-time error CSS1039: Token not allowed after unary operator: '-red'
(250,53): run-time error CSS1039: Token not allowed after unary operator: '-red'
(251,17): run-time error CSS1039: Token not allowed after unary operator: '-sec'
(251,28): run-time error CSS1039: Token not allowed after unary operator: '-pad'
(267,33): run-time error CSS1039: Token not allowed after unary operator: '-red'
(271,40): run-time error CSS1039: Token not allowed after unary operator: '-silver-fnt'
(271,135): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */
/* ===== Product Detail — New Design 2025 ===== */
:root {
  --red:        #C0001A;
  --red-dark:   #8F0013;
  --gold:       #D4AF37;
  --dark:       #0A0008;
  --silver-lt:  #E5E5EA;
  --silver-fnt: #F5F5F7;
  --body-bg:    #FAFAFA;
  --txt:        #1D1D1F;
  --muted:      #6E6E73;
  --pad:        clamp(16px, 5vw, 64px);
  --sec:        clamp(56px, 8vw, 96px);
  --max:        1280px;
}

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.2,.7,.3,1), transform .85s cubic-bezier(.2,.7,.3,1); }
.reveal.visible, .reveal.in-view { opacity: 1; transform: translateY(0); }
.rv1 { transition-delay: .1s; }
.rv2 { transition-delay: .22s; }
.rv3 { transition-delay: .34s; }

/* ── HERO ── */
.pd-hero {
  position: relative;
  height: clamp(400px, 55vw, 600px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--dark);
}
.pd-hero-bg { position: absolute; inset: 0; }
.pd-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 8s ease; }
.pd-hero:hover .pd-hero-bg img { transform: scale(1.04); }
.pd-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.3) 45%, rgba(0,0,0,.15) 100%);
}
.pd-hero-content {
  position: relative; z-index: 2;
  padding: 0 var(--pad) clamp(40px, 6vw, 64px);
  max-width: calc(var(--max) + var(--pad) * 2);
  width: 100%;
  margin: 0 auto;
}
.pd-hero-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.55);
  margin-bottom: 16px;
}
.pd-hero-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.pd-hero-breadcrumb a:hover { color: #fff; }
.pd-hero-breadcrumb i { font-size: 10px; }
.pd-badge {
  display: inline-block; background: var(--red); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 5px; margin-bottom: 12px;
}
.pd-hero-title {
  font-size: clamp(30px, 5vw, 64px); font-weight: 700; color: #fff;
  line-height: 1.1; letter-spacing: -.025em; margin-bottom: 24px; max-width: 720px;
}
.pd-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.btn-red {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 26px; border-radius: 10px;
  background: var(--red); color: #fff; font-size: 15px; font-weight: 600;
  text-decoration: none; border: 2px solid var(--red);
  transition: background .2s, transform .18s;
  position: relative; overflow: hidden;
}
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; transform: translateY(-2px); }
.btn-red::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); transform: translateX(-100%); transition: transform .6s; }
.btn-red:hover::after { transform: translateX(100%); }

.btn-ghost-w {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 26px; border-radius: 10px;
  background: rgba(255,255,255,.1); color: #fff; font-size: 15px; font-weight: 500;
  text-decoration: none; border: 2px solid rgba(255,255,255,.22);
  transition: background .2s, border-color .2s, transform .18s;
  backdrop-filter: blur(6px);
}
.btn-ghost-w:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.45); color: #fff; transform: translateY(-2px); }

/* ── DESCRIPTION + SIDEBAR ── */
.pd-desc {
  padding: var(--sec) var(--pad);
  max-width: calc(var(--max) + var(--pad) * 2);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: start;
}
.pd-desc-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.pd-desc-h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: #1D1D1F; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 20px; }
.pd-desc-p { font-size: 16px; line-height: 1.88; color: #6E6E73; white-space: pre-line; }

.pd-info-card { background: #fff; border: 1px solid var(--silver-lt); border-radius: 18px; padding: 28px; box-shadow: 0 4px 24px rgba(0,0,0,.05); }
.pd-info-card h4 { font-size: 15px; font-weight: 700; color: var(--txt); margin-bottom: 18px; }
.pd-info-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--silver-lt); gap: 12px; }
.pd-info-row:last-child { border-bottom: none; padding-bottom: 0; }
.pd-info-key { font-size: 13px; color: var(--muted); font-weight: 500; flex-shrink: 0; }
.pd-info-val { font-size: 13px; color: var(--txt); font-weight: 600; text-align: right; }

.pd-cta-card { background: linear-gradient(135deg, var(--red-dark), var(--red)); border-radius: 18px; padding: 28px; margin-top: 16px; text-align: center; }
.pd-cta-card h4 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.pd-cta-card p { font-size: 13.5px; color: rgba(255,255,255,.75); margin-bottom: 20px; line-height: 1.6; }
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 24px; border-radius: 9px;
  background: #fff; color: var(--red); font-size: 14px; font-weight: 700;
  text-decoration: none; transition: background .2s, transform .2s;
  width: 100%; justify-content: center;
}
.btn-white:hover { background: var(--silver-fnt); transform: translateY(-1px); color: var(--red); }

/* ── SUB-PRODUCTS ── */
.pd-subs {
  padding: 0 var(--pad) var(--sec);
  max-width: calc(var(--max) + var(--pad) * 2);
  margin: 0 auto;
}
.pd-subs-head { margin-bottom: 40px; }
.pd-subs-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.pd-subs-h2 { font-size: clamp(24px, 3.2vw, 42px); font-weight: 700; color: #1D1D1F; letter-spacing: -.02em; }

.sub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sub-card {
  border-radius: 18px; overflow: hidden; background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  border: 1px solid var(--silver-lt);
  cursor: pointer;
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
  position: relative;
}
.sub-card:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(0,0,0,.14); }
.sub-card-img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .45s ease; }
.sub-card:hover .sub-card-img { transform: scale(1.05); }
.sub-card-placeholder {
  width: 100%; height: 220px;
  background: linear-gradient(135deg, #1a0010 0%, #3a0020 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 56px; color: rgba(255,255,255,.18);
}
.sub-card-body { padding: 22px 24px; }
.sub-card-badge { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.sub-card-name { font-size: 17px; font-weight: 700; color: #1D1D1F; margin-bottom: 8px; line-height: 1.3; }
.sub-card-desc {
  font-size: 13px; color: #6E6E73; line-height: 1.65; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.sub-card-expand {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(0,0,0,.45); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; opacity: 0; transform: scale(.8);
  transition: opacity .25s, transform .25s;
  backdrop-filter: blur(6px);
}
.sub-card:hover .sub-card-expand { opacity: 1; transform: scale(1); }

/* ── Page-blur utility (ใช้ร่วมกันทุกหน้าที่มี modal) ─────── */
/* เมื่อ modal เปิด: JS เพิ่ม .is-blurred ให้ #pen1-page        */
/* modal-wrap ต้องอยู่นอก #pen1-page (portal #pen1-modals)      */
#pen1-page {
  transition: filter .3s ease, transform .3s ease;
}
#pen1-page.is-blurred {
  filter: blur(3px);
  transform: scale(.988);
  pointer-events: none;
  user-select: none;
}

/* ── MODAL ── */
.modal-wrap {
  position: fixed; inset: 0; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  visibility: hidden;
}
.modal-wrap.open { pointer-events: all; visibility: visible; }

.modal-backdrop {
  position: absolute; inset: 0;
  background: transparent;
  opacity: 1;
}

.modal-box {
  position: relative; z-index: 1;
  background: #fff; border-radius: 22px;
  max-width: 880px; width: 92%; max-height: 88vh;
  overflow: hidden; display: flex;
  box-shadow: 0 32px 100px rgba(0,0,0,.4);
  opacity: 0;
  transform: scale(.93) translateY(24px);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), opacity .25s ease;
}
.modal-wrap.open .modal-box { opacity: 1; transform: scale(1) translateY(0); }
.modal-img { width: 45%; flex-shrink: 0; background: var(--silver-fnt); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.modal-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-img-empty { font-size: 64px; color: rgba(0,0,0,.1); }
.modal-content { flex: 1; padding: 44px 40px; overflow-y: auto; display: flex; flex-direction: column; }
.modal-close {
  position: absolute; top: 16px; right: 16px;
  background: rgba(0,0,0,.07); border: none; border-radius: 50%;
  width: 38px; height: 38px; cursor: pointer; z-index: 2;
  font-size: 16px; display: flex; align-items: center; justify-content: center;
  color: #333; transition: background .15s;
}
.modal-close:hover { background: rgba(0,0,0,.15); }
.modal-badge { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.modal-name { font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: #1D1D1F; margin-bottom: 16px; line-height: 1.15; letter-spacing: -.02em; }
.modal-desc { font-size: 15px; color: #6E6E73; line-height: 1.85; flex: 1; white-space: pre-line; margin-bottom: 28px; }
.modal-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 10px;
  background: var(--red); color: #fff; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: background .2s, transform .18s;
  align-self: flex-start;
}
.modal-cta:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); }

/* ── FEATURES STRIP ── */
.pd-feats { background: #fff; padding: var(--sec) var(--pad); border-top: 1px solid var(--silver-lt); }
.pd-feats-inner { max-width: var(--max); margin: 0 auto; }
.pd-feats-head { text-align: center; margin-bottom: 44px; }
.pd-feats-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.pd-feats-h2 { font-size: clamp(24px, 3vw, 40px); font-weight: 700; color: #1D1D1F; letter-spacing: -.02em; }
.feats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat-block { padding: 32px; background: #F5F5F7; border-radius: 18px; border: 1px solid var(--silver-lt); transition: border-color .2s, box-shadow .2s; }
.feat-block:hover { border-color: rgba(192,0,26,.25); box-shadow: 0 8px 32px rgba(192,0,26,.06); }
.feat-block-icon {
  width: 54px; height: 54px;
  background: linear-gradient(135deg, rgba(192,0,26,.12), rgba(192,0,26,.05));
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: var(--red); margin-bottom: 18px;
}
.feat-block-title { font-size: 17px; font-weight: 700; color: #1D1D1F; margin-bottom: 9px; }
.feat-block-desc { font-size: 14px; color: #6E6E73; line-height: 1.7; }

/* ── PAGE CTA ── */
.pd-cta {
  background: linear-gradient(135deg, #6b000f, var(--red) 60%, #a80014);
  padding: var(--sec) var(--pad);
  text-align: center;
  position: relative; overflow: hidden;
}
.pd-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.pd-cta-inner { position: relative; z-index: 1; }
.pd-cta-h2 { font-size: clamp(24px, 4vw, 46px); font-weight: 700; color: #fff; margin-bottom: 14px; letter-spacing: -.02em; }
.pd-cta-sub { font-size: 17px; color: rgba(255,255,255,.72); margin-bottom: 36px; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto; }
.pd-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white-lg {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 36px; border-radius: 10px;
  background: #fff; color: var(--red); font-size: 16px; font-weight: 700;
  text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.btn-white-lg:hover { background: var(--silver-fnt); transform: translateY(-2px); box-shadow: 0 16px 48px rgba(0,0,0,.3); color: var(--red); }
.btn-outline-cta {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 36px; border-radius: 10px;
  background: rgba(255,255,255,.12); color: #fff; font-size: 16px; font-weight: 600;
  text-decoration: none; border: 2px solid rgba(255,255,255,.25);
  transition: background .2s, color .2s;
}
.btn-outline-cta:hover { background: rgba(255,255,255,.2); color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .pd-desc { grid-template-columns: 1fr; gap: 40px; }
  .pd-desc-sidebar { max-width: 480px; }
}
@media (max-width: 860px) {
  .sub-grid { grid-template-columns: repeat(2, 1fr); }
  .feats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .modal-box { flex-direction: column; max-height: 92vh; }
  .modal-img { width: 100%; height: 220px; }
  .modal-content { padding: 28px 24px; }
}
@media (max-width: 560px) {
  .sub-grid { grid-template-columns: 1fr; }
  .feats-grid { grid-template-columns: 1fr; }
}

