/* ============================================================
   ProArt Golf — Shared design system
   Used by subpages and by the new homepage commercial sections.
   Mirrors the original index.html tokens & components 1:1, then
   adds the commercial components (LINE CTA, OnePutt promo,
   article cards, curated affiliate, product modal, article body).
   ============================================================ */

:root {
  --ivory:       #FAF9F4;
  --ivory-mid:   #F2EFE7;
  --ivory-dark:  #E8E3D7;
  --green-900:   #0D2B1F;
  --green-800:   #1C4532;
  --green-700:   #2D6A4F;
  --green-100:   #EDF4EF;
  --gold:        #C9A84C;
  --gold-light:  #F8F2E0;
  --gold-dark:   #9E7A28;
  --text-900:    #1A1917;
  --text-600:    #6B6560;
  --text-400:    #A8A29C;
  --border:      #E2DDD4;
  --white:       #FFFFFF;
  --line:        #06C755;
  --line-dark:   #04A847;
  --shadow-sm:   0 1px 4px rgba(28,69,50,0.06);
  --shadow-md:   0 4px 16px rgba(28,69,50,0.08);
  --shadow-lg:   0 12px 32px rgba(28,69,50,0.12);
  --r-sm: 6px; --r-md: 12px; --r-lg: 20px;
  --heading-font: 'Playfair Display', serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--text-900);
  font-family: 'Sarabun', 'DM Sans', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
.container { max-width: 1120px; margin: 0 auto; }

/* ── Buttons ── */
.btn-primary {
  background: var(--gold); color: var(--green-900);
  padding: 14px 28px; border-radius: var(--r-sm);
  text-decoration: none; font-weight: 700; font-size: 14px;
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
  letter-spacing: 0.2px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border: none; cursor: pointer; font-family: 'Sarabun', sans-serif;
}
.btn-primary:hover { background: #D4B054; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }

.btn-outline {
  background: rgba(255,255,255,0.08); color: white;
  padding: 14px 28px; border-radius: var(--r-sm);
  text-decoration: none; font-weight: 600; font-size: 14px;
  border: 1.5px solid rgba(255,255,255,0.5); transition: all .2s;
  backdrop-filter: blur(6px); display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline:hover { background: rgba(255,255,255,0.16); border-color: white; }

.btn-gold {
  background: var(--gold); color: var(--green-900);
  padding: 13px 22px; border-radius: var(--r-sm);
  border: none; font-weight: 700; font-size: 14px;
  cursor: pointer; white-space: nowrap; transition: all .2s;
  font-family: 'Sarabun', sans-serif; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-gold:hover { background: #D4B054; transform: translateY(-2px); }

.btn-green {
  background: var(--green-800); color: white;
  padding: 14px 28px; border-radius: var(--r-sm);
  text-decoration: none; font-weight: 700; font-size: 14px;
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
  border: none; cursor: pointer; font-family: 'Sarabun', sans-serif;
}
.btn-green:hover { background: var(--green-900); transform: translateY(-2px); }

/* LINE — primary contact channel */
.btn-line {
  background: var(--line); color: #fff;
  padding: 14px 26px; border-radius: var(--r-sm);
  text-decoration: none; font-weight: 700; font-size: 14px; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 9px;
  transition: all .2s; border: none; cursor: pointer;
  font-family: 'Sarabun', sans-serif;
  box-shadow: 0 8px 22px rgba(6,199,85,0.28);
}
.btn-line:hover { background: var(--line-dark); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(6,199,85,0.35); }
.btn-line svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn-line.lg { padding: 17px 34px; font-size: 16px; }

/* ── Section primitives ── */
.section-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--text-400);
}
.section-title {
  font-family: var(--heading-font), serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700; color: var(--text-900); line-height: 1.2;
}
.section-title-th { font-family: 'Sarabun', sans-serif; font-weight: 700; }
.section-title em { color: var(--green-800); font-style: normal; }
.see-all-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--green-800); text-decoration: none;
  font-size: 13px; font-weight: 600; transition: gap .2s;
}
.see-all-link:hover { gap: 10px; }

/* ── Shared site nav (subpages) ── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,249,244,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 6%; min-height: 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.nav-logo {
  font-family: var(--heading-font), serif;
  font-size: 20px; font-weight: 700;
  text-decoration: none; letter-spacing: -0.3px; flex-shrink: 0;
}
.logo-pro, .logo-art { color: var(--green-800); }
.logo-dot, .logo-golf { color: var(--gold); }

.nav-menu { display: flex; align-items: center; gap: 26px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-link {
  font-size: 14px; font-weight: 600; color: var(--text-600);
  text-decoration: none; transition: color .2s; white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--green-800); }
.nav-link.active { position: relative; }
.nav-line { padding: 9px 16px; font-size: 13px; box-shadow: none; }
.nav-line svg { width: 17px; height: 17px; }

.lang-toggle { display: flex; gap: 2px; background: var(--ivory-dark); border-radius: 20px; padding: 3px; }
.lang-btn {
  padding: 5px 14px; border: none; border-radius: 16px;
  font-size: 12px; font-weight: 600; cursor: pointer;
  background: transparent; color: var(--text-400);
  transition: all .2s; font-family: 'Sarabun', sans-serif;
}
.lang-btn.active { background: var(--white); color: var(--green-800); box-shadow: var(--shadow-sm); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; border-radius: var(--r-sm);
  color: var(--green-800); align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 1000px) {
  .nav-toggle { display: inline-flex; }
  .nav-menu {
    position: absolute; top: 100%; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ivory); border-bottom: 1px solid var(--border);
    padding: 8px 6% 18px; box-shadow: var(--shadow-md);
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: all .2s;
  }
  .site-nav.open .nav-menu { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-link { padding: 13px 4px; border-bottom: 1px solid var(--border); }
  .nav-line { margin-top: 14px; justify-content: center; padding: 13px; font-size: 14px; }
  .lang-toggle { margin-top: 14px; align-self: flex-start; }
}

/* ── Breadcrumb ── */
.breadcrumb {
  max-width: 1120px; margin: 0 auto; padding: 22px 6% 0;
  font-size: 13px; color: var(--text-400);
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-600); text-decoration: none; }
.breadcrumb a:hover { color: var(--green-800); }
.breadcrumb .sep { opacity: 0.5; }

/* ── Shared footer ── */
.site-footer { background: var(--green-900); padding: 48px 6% 36px; }
.site-footer .footer-inner { max-width: 1120px; margin: 0 auto; }
.site-footer .footer-top {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(160px, 220px) minmax(260px, 360px);
  align-items: start; gap: 44px;
  margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-footer .footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.site-footer .footer-logo { font-family: var(--heading-font), serif; font-size: 22px; font-weight: 700; text-decoration: none; }
.site-footer .footer-logo .l1 { color: white; }
.site-footer .footer-logo .l2 { color: var(--gold); }
.site-footer .footer-platforms { display: flex; gap: 12px; }
.site-footer .footer-platform {
  width: 36px; height: 36px; background: rgba(255,255,255,0.07); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55); text-decoration: none; transition: all .2s;
}
.site-footer .footer-platform svg { width: 16px; height: 16px; display: block; }
.site-footer .footer-platform:hover { background: var(--gold); color: var(--green-900); }
.site-footer .footer-links { min-width: 0; display: block; }
.site-footer .footer-links h3 {
  color: var(--gold); font-size: 13px; margin-bottom: 16px;
  font-family: 'Sarabun', sans-serif; font-weight: 700;
}
.site-footer .footer-links a {
  display: block; color: rgba(255,255,255,0.66); text-decoration: none;
  font-size: 14px; margin-bottom: 12px; transition: color .2s;
}
.site-footer .footer-links a:hover { color: white; }
.site-footer .footer-line-card {
  width: min(100%, 360px); padding: 22px; border-radius: 14px;
  border: 1px solid rgba(6,199,85,0.35); background: rgba(255,255,255,0.04);
}
.site-footer .footer-line-card h3 {
  color: #55F08F; font-size: 16px; margin-bottom: 8px;
  font-family: 'Sarabun', sans-serif; font-weight: 700;
}
.site-footer .footer-line-card p {
  color: rgba(255,255,255,0.68); font-size: 14px; line-height: 1.65; margin-bottom: 16px;
}
.site-footer .footer-line-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; min-height: 48px; border-radius: 9px;
  background: var(--line); color: white; text-decoration: none;
  font-weight: 700; font-size: 14px;
}
.site-footer .footer-line-btn:hover { background: var(--line-dark); }
.site-footer .footer-line-btn svg { width: 17px; height: 17px; display: block; }
.site-footer .footer-line-note { margin-top: 10px; color: rgba(255,255,255,0.42); font-size: 12px; }
.site-footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.site-footer .footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }
.site-footer .footer-tagline { font-size: 12px; color: rgba(255,255,255,0.2); font-style: italic; }
@media (max-width: 860px) {
  .site-footer .footer-top { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .site-footer .footer-brand { align-items: center; }
  .site-footer .footer-line-card { width: 100%; text-align: left; }
  .site-footer .footer-bottom { justify-content: center; text-align: center; }
}

/* ============================================================
   COMMERCIAL COMPONENTS (shared by homepage + subpages)
   ============================================================ */

/* ── LINE OA band ── */
.line-cta {
  background: var(--green-900);
  padding: 56px 6%;
  position: relative; overflow: hidden;
}
.line-cta::after {
  content: ''; position: absolute; right: -80px; bottom: -100px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(6,199,85,0.16), transparent 70%);
  pointer-events: none;
}
.line-cta-inner {
  max-width: 1120px; margin: 0 auto; position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.line-cta-text { max-width: 620px; }
.line-cta .eyebrow {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--line); margin-bottom: 14px;
}
.line-cta .eyebrow svg { width: 18px; height: 18px; }
.line-cta h2 {
  font-family: 'Sarabun', sans-serif; font-weight: 700;
  font-size: clamp(24px, 3.2vw, 32px); color: white; line-height: 1.3; margin-bottom: 12px;
}
.line-cta p { color: rgba(255,255,255,0.66); font-size: 15px; line-height: 1.7; }
.line-cta-action { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.line-cta-note { font-size: 12px; color: rgba(255,255,255,0.4); }
@media (max-width: 720px){ .line-cta-action { width: 100%; } .line-cta-action .btn-line { width: 100%; justify-content: center; } }

/* ── OnePutt Hot Promotion (homepage compact band) ── */
.promo { padding: 80px 6%; background: linear-gradient(180deg, var(--ivory) 0%, var(--white) 100%); border-top: 1px solid var(--border); }
.promo-inner {
  max-width: 1120px; margin: 0 auto;
  background: var(--green-900); border-radius: var(--r-lg); overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  box-shadow: var(--shadow-lg); position: relative;
}
.promo-media {
  position: relative; min-height: 360px; overflow: hidden;
  background: linear-gradient(150deg, #14392a, #0a2118);
  display: flex; align-items: center; justify-content: center;
}
.promo-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.promo-media-ph { color: rgba(255,255,255,0.3); font-size: 13px; text-align: center; padding: 24px; z-index: 1; }
.promo-media-ph .big { font-size: 64px; display: block; margin-bottom: 10px; opacity: 0.5; }
.promo-flag {
  position: absolute; top: 18px; left: 18px; z-index: 2;
  background: #C0392B; color: #fff; font-size: 12px; font-weight: 800;
  letter-spacing: 1px; padding: 7px 14px; border-radius: 999px; text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}
.promo-body { padding: 48px 44px; color: white; display: flex; flex-direction: column; justify-content: center; }
.promo-body .eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.promo-body h2 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(26px, 3.4vw, 36px); line-height: 1.22; margin-bottom: 8px; }
.promo-body h2 em { color: var(--gold); font-style: normal; }
.promo-sub { color: rgba(255,255,255,0.62); font-size: 15px; line-height: 1.7; margin-bottom: 22px; }
.promo-benefits { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }
.promo-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: rgba(255,255,255,0.85); }
.promo-benefits .ck { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; background: var(--gold); color: var(--green-900); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
.promo-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.promo-price { font-family: var(--heading-font), serif; font-size: 30px; font-weight: 700; color: var(--gold); }
.promo-price-old { font-size: 16px; color: rgba(255,255,255,0.4); text-decoration: line-through; }
.promo-price-tag { font-size: 12px; color: rgba(255,255,255,0.55); }
.promo-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 860px){
  .promo-inner { grid-template-columns: 1fr; }
  .promo-media { min-height: 240px; }
  .promo-body { padding: 34px 26px; }
}

/* ── Article preview / cards ── */
.section-pad { padding: 80px 6%; }
.section-pad .container { max-width: 1120px; }
.block-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 34px; }
.block-head .titles .section-eyebrow { margin-bottom: 10px; display: block; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md);
  overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column;
  transition: all .25s;
}
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.article-thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--green-100), var(--ivory-dark)); }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.article-thumb-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 42px; opacity: 0.4; }
.article-cat {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--green-800); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 0.5px; padding: 5px 11px; border-radius: 999px;
}
.article-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.article-card h3 { font-family: 'Sarabun', sans-serif; font-size: 18px; font-weight: 700; color: var(--green-900); line-height: 1.35; margin-bottom: 9px; }
.article-excerpt { font-size: 14px; color: var(--text-600); line-height: 1.65; margin-bottom: 16px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border); }
.article-meta { font-size: 12px; color: var(--text-400); display: inline-flex; align-items: center; gap: 7px; }
.article-readcta { font-size: 13px; font-weight: 700; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 5px; transition: gap .2s; }
.article-card:hover .article-readcta { gap: 9px; }

/* ── Curated affiliate products ── */
.curated { padding: 84px 6%; background: var(--white); border-top: 1px solid var(--border); }
.curated-inner { max-width: 1120px; margin: 0 auto; }
.curated-head { text-align: center; max-width: 620px; margin: 0 auto 14px; }
.curated-head .section-eyebrow { display: block; margin-bottom: 14px; }
.curated-head h2 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(26px, 3vw, 36px); color: var(--green-900); line-height: 1.2; }
.curated-head h2 em { color: var(--gold-dark); font-style: normal; }
.curated-sub { font-size: 15px; color: var(--text-600); margin: 14px auto 0; line-height: 1.7; }
.curated-tabs-wrap { text-align: center; margin: 28px 0 36px; }
.curated-tabs { display: inline-flex; gap: 4px; background: var(--ivory-mid); border-radius: 999px; padding: 4px; }
.curated-tab { padding: 9px 20px; border: none; background: transparent; font-size: 13px; font-weight: 600; color: var(--text-600); border-radius: 999px; cursor: pointer; transition: all .2s; font-family: 'Sarabun', sans-serif; min-height: 38px; }
.curated-tab.active { background: var(--green-800); color: white; box-shadow: var(--shadow-sm); }
.curated-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.gear-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md);
  overflow: hidden; display: flex; flex-direction: column; cursor: pointer;
  transition: all .25s; position: relative; text-align: left;
  font-family: 'Sarabun', sans-serif; padding: 0;
}
.gear-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.gear-card.hidden { display: none; }
.gear-thumb { aspect-ratio: 1/1; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ivory-mid), var(--ivory-dark)); display: flex; align-items: center; justify-content: center; }
.gear-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }
.gear-thumb-emoji { font-size: 58px; opacity: 0.35; }
.gear-cat { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,0.92); color: var(--green-800); backdrop-filter: blur(8px); }
.gear-info { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.gear-name { font-size: 15px; font-weight: 700; color: var(--text-900); line-height: 1.35; }
.gear-comment { font-size: 13px; color: var(--text-600); line-height: 1.55; display: flex; gap: 7px; }
.gear-comment .q { color: var(--gold); font-weight: 800; font-size: 15px; line-height: 1; flex-shrink: 0; }
.gear-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.gear-by { font-size: 11px; color: var(--text-400); display: inline-flex; align-items: center; gap: 5px; }
.gear-by b { color: var(--green-700); font-weight: 700; }
.gear-cta { font-size: 12px; font-weight: 700; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.gear-card:hover .gear-cta { gap: 8px; }
.curated-disclaimer { text-align: center; font-size: 11px; color: var(--text-400); margin-top: 34px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.6; }

/* ── Product preview modal ── */
.pm-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(13,43,31,0.55); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.pm-overlay.open { opacity: 1; pointer-events: auto; }
.pm-dialog {
  background: var(--white); border-radius: var(--r-lg); overflow: hidden;
  max-width: 880px; width: 100%; max-height: 90vh; display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4); transform: translateY(14px) scale(0.99); transition: transform .25s;
}
.pm-overlay.open .pm-dialog { transform: none; }
.pm-media { position: relative; background: linear-gradient(135deg, var(--ivory-mid), var(--ivory-dark)); min-height: 320px; display: flex; align-items: center; justify-content: center; }
.pm-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.pm-media-emoji { font-size: 90px; opacity: 0.35; }
.pm-content { padding: 34px 34px 30px; overflow-y: auto; }
.pm-cat { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-dark); }
.pm-name { font-family: 'Sarabun', sans-serif; font-size: 23px; font-weight: 700; color: var(--green-900); line-height: 1.25; margin: 8px 0 14px; }
.pm-desc { font-size: 14.5px; color: var(--text-600); line-height: 1.7; margin-bottom: 18px; }
.pm-review { background: var(--green-100); border-left: 3px solid var(--gold); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 14px 16px; margin-bottom: 18px; }
.pm-review .lbl { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--green-800); display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.pm-review p { font-size: 14px; color: var(--text-900); line-height: 1.65; font-style: italic; }
.pm-for { margin-bottom: 22px; }
.pm-for h4 { font-size: 13px; font-weight: 700; color: var(--green-900); margin-bottom: 8px; }
.pm-for ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.pm-for li { position: relative; padding-left: 22px; font-size: 13.5px; color: var(--text-600); line-height: 1.5; }
.pm-for li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--green-700); font-weight: 800; }
.pm-buy { display: flex; gap: 10px; flex-wrap: wrap; }
.pm-buy .btn-primary { flex: 1; justify-content: center; }
.pm-close {
  position: absolute; top: 14px; right: 14px; z-index: 5;
  width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,0.92); color: var(--text-900); font-size: 20px;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md);
}
.pm-close:hover { background: #fff; }
body.pm-lock { overflow: hidden; }
@media (max-width: 760px){
  .pm-dialog { grid-template-columns: 1fr; max-height: 92vh; }
  .pm-media { min-height: 200px; }
}

/* ── Generic page hero (subpages) ── */
.page-hero { padding: 54px 6% 30px; }
.page-hero .container { max-width: 1120px; }
.page-hero .eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px; }
.page-hero h1 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(30px, 4.4vw, 46px); color: var(--green-900); line-height: 1.18; margin-bottom: 14px; max-width: 760px; }
.page-hero .lead { font-size: 16px; color: var(--text-600); line-height: 1.75; max-width: 640px; }

/* ── Responsive grids ── */
@media (max-width: 860px){
  .article-grid { grid-template-columns: 1fr; }
  .curated-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .block-head { flex-direction: column; align-items: flex-start; }
  .section-pad, .curated, .line-cta { padding-left: 5%; padding-right: 5%; }
}
@media (max-width: 480px){
  .section-pad, .curated, .promo, .line-cta { padding-top: 56px; padding-bottom: 56px; }
  .curated-tabs { width: 100%; display: flex; }
  .curated-tab { flex: 1; padding: 9px 6px; }
}
