/* ============================================================
   ProArt Golf — Page-specific styles
   OnePutt promotion page + Article reading experience
   ============================================================ */

/* Responsive 16:9 video embed */
.video-embed { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--r-md); overflow: hidden; background: #0a1a12; box-shadow: var(--shadow-md); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-embed-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,0.5); text-align: center; padding: 24px; }
.video-embed-ph .play { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.video-embed-ph code { font-size: 12px; color: var(--gold); background: rgba(0,0,0,0.3); padding: 4px 8px; border-radius: 4px; }

/* ============================================================
   ONEPUTT PROMOTION PAGE
   ============================================================ */
.op-hero {
  background: linear-gradient(155deg, #14392a 0%, var(--green-900) 55%, #061812 100%);
  color: #fff; padding: 56px 6% 64px; position: relative; overflow: hidden;
}
.op-hero::after { content: ''; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.12), transparent 70%); pointer-events: none; }
.op-hero-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.op-flag { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; background: #C0392B; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 7px 15px; border-radius: 999px; margin-bottom: 20px; }
.op-hero h1 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(30px, 4.4vw, 50px); line-height: 1.14; margin-bottom: 16px; }
.op-hero h1 em { color: var(--gold); font-style: normal; }
.op-hero .lead { font-size: 16.5px; color: rgba(255,255,255,0.74); line-height: 1.75; margin-bottom: 26px; max-width: 520px; }
.op-keypoints { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.op-keypoints li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: rgba(255,255,255,0.88); }
.op-keypoints .ck { width: 22px; height: 22px; 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: 12px; font-weight: 800; }
.op-offer-box { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-md); padding: 22px 24px; margin-bottom: 26px; }
.op-offer-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.op-offer-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.op-offer-price .now { font-family: var(--heading-font), serif; font-size: 40px; font-weight: 700; color: #fff; }
.op-offer-price .was { font-size: 18px; color: rgba(255,255,255,0.4); text-decoration: line-through; }
.op-offer-price .save { font-size: 12px; font-weight: 700; color: var(--green-900); background: var(--gold); padding: 4px 10px; border-radius: 999px; }
.op-offer-note { font-size: 12.5px; color: rgba(255,255,255,0.5); margin-top: 8px; }
.op-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.op-mockup { position: relative; }
.op-mockup-frame { aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(150deg, #1d4a37, #0a2118); box-shadow: 0 30px 70px rgba(0,0,0,0.4); position: relative; display: flex; align-items: center; justify-content: center; }
.op-mockup-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.op-mockup-ph { color: rgba(255,255,255,0.32); font-size: 13px; text-align: center; padding: 24px; z-index: 1; }
.op-mockup-ph .big { font-size: 80px; display: block; margin-bottom: 10px; opacity: 0.5; }
.op-mockup-badge { position: absolute; bottom: 18px; right: 18px; z-index: 2; background: var(--white); color: var(--green-900); border-radius: var(--r-md); padding: 12px 16px; box-shadow: var(--shadow-lg); text-align: center; }
.op-mockup-badge b { display: block; font-family: var(--heading-font), serif; font-size: 20px; color: var(--green-800); }
.op-mockup-badge span { font-size: 11px; color: var(--text-600); }

@media (max-width: 860px){
  .op-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .op-mockup-frame { aspect-ratio: 16/12; max-width: 460px; margin: 0 auto; }
}

/* OnePutt content sections */
.op-section { padding: 76px 6%; }
.op-section .container { max-width: 1120px; }
.op-section.alt { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.op-section.dark { background: var(--green-900); color: #fff; }
.op-shead { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.op-shead .eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-dark); display: block; margin-bottom: 12px; }
.op-section.dark .op-shead .eyebrow { color: var(--gold); }
.op-shead h2 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(26px, 3.2vw, 38px); color: var(--green-900); line-height: 1.22; }
.op-section.dark .op-shead h2 { color: #fff; }
.op-shead p { font-size: 15px; color: var(--text-600); margin-top: 12px; line-height: 1.7; }
.op-section.dark .op-shead p { color: rgba(255,255,255,0.66); }

.op-video-wrap { max-width: 920px; margin: 0 auto; }
.op-video-cap { text-align: center; font-size: 13px; color: var(--text-400); margin-top: 14px; }
.op-section.dark .op-video-cap { color: rgba(255,255,255,0.4); }

.op-demos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.op-demo { border-radius: var(--r-md); overflow: hidden; background: var(--white); border: 1px solid var(--border); }
.op-demo .video-embed { border-radius: 0; box-shadow: none; aspect-ratio: 9/16; }
.op-demo-cap { padding: 13px 15px; font-size: 13px; font-weight: 600; color: var(--green-900); }
@media (max-width: 860px){ .op-demos { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } .op-demo .video-embed { aspect-ratio: 16/10; } }

.op-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; background: var(--white); max-width: 820px; margin: 0 auto; }
.op-spec { display: flex; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--border); }
.op-spec:nth-child(odd) { border-right: 1px solid var(--border); }
.op-spec .k { font-size: 14px; color: var(--text-600); }
.op-spec .v { font-size: 14px; font-weight: 700; color: var(--green-900); text-align: right; }
@media (max-width: 600px){ .op-specs { grid-template-columns: 1fr; } .op-spec:nth-child(odd){ border-right: none; } }

.op-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.op-benefit { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md); padding: 26px 24px; }
.op-benefit .ic { width: 46px; height: 46px; border-radius: var(--r-md); background: var(--green-100); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.op-benefit h3 { font-family: 'Sarabun', sans-serif; font-size: 18px; font-weight: 700; color: var(--green-900); margin-bottom: 8px; }
.op-benefit p { font-size: 14px; color: var(--text-600); line-height: 1.65; }
@media (max-width: 860px){ .op-benefits { grid-template-columns: 1fr; } }

.op-who { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 920px; margin: 0 auto; }
.op-who-col { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md); padding: 26px; }
.op-who-col h3 { font-size: 15px; font-weight: 700; color: var(--green-900); margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
.op-who-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.op-who-col li { position: relative; padding-left: 26px; font-size: 14.5px; color: var(--text-600); line-height: 1.55; }
.op-who-col.yes li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--green-700); font-weight: 800; }
.op-who-col.no li::before { content: '✕'; position: absolute; left: 0; top: 0; color: var(--text-400); font-weight: 800; }
@media (max-width: 700px){ .op-who { grid-template-columns: 1fr; } }

.op-recommend { max-width: 820px; margin: 0 auto; background: var(--green-900); color: #fff; border-radius: var(--r-lg); padding: 44px 44px; display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; }
.op-recommend .avatar { width: 110px; height: 110px; border-radius: 50%; overflow: hidden; border: 3px solid var(--gold); flex-shrink: 0; background: var(--green-800); }
.op-recommend .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 27%; transform: scale(1.18); }
.op-recommend .quote { font-size: 18px; line-height: 1.7; font-style: italic; color: rgba(255,255,255,0.92); margin-bottom: 16px; }
.op-recommend .who b { color: var(--gold); font-style: normal; }
.op-recommend .who { font-size: 14px; color: rgba(255,255,255,0.6); }
@media (max-width: 700px){ .op-recommend { grid-template-columns: 1fr; text-align: center; padding: 34px 26px; } .op-recommend .avatar { margin: 0 auto; } }

/* Sticky order bar (mobile) */
.op-stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(13,43,31,0.97); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.1); padding: 12px 5%;
  display: none; align-items: center; justify-content: space-between; gap: 14px;
}
.op-stickybar .info .price { font-family: var(--heading-font), serif; font-size: 20px; font-weight: 700; color: var(--gold); }
.op-stickybar .info .lbl { font-size: 11px; color: rgba(255,255,255,0.55); }
.op-stickybar .btn-line { flex: 1; max-width: 260px; justify-content: center; box-shadow: none; }
@media (max-width: 720px){ .op-stickybar { display: flex; } body.has-stickybar { padding-bottom: 76px; } }

/* ============================================================
   ARTICLE READING EXPERIENCE
   ============================================================ */
.art-hero { padding: 40px 6% 8px; }
.art-hero .container { max-width: 800px; }
.art-cat-pill { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; background: var(--green-100); color: var(--green-800); font-size: 12px; font-weight: 700; letter-spacing: 0.5px; padding: 6px 13px; border-radius: 999px; margin-bottom: 18px; }
.art-hero h1 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(28px, 4vw, 42px); color: var(--green-900); line-height: 1.22; margin-bottom: 16px; text-wrap: balance; }
.art-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--text-400); }
.art-meta .author { display: inline-flex; align-items: center; gap: 9px; color: var(--text-600); font-weight: 600; }
.art-meta .author img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; object-position: 66% 27%; transform: scale(1.15); }
.art-meta .sep { opacity: 0.5; }
.art-cover { max-width: 1000px; margin: 28px auto 0; padding: 0 6%; }
.art-cover-inner { aspect-ratio: 16/8; border-radius: var(--r-lg); overflow: hidden; position: relative; background: linear-gradient(135deg, var(--green-100), var(--ivory-dark)); display: flex; align-items: center; justify-content: center; }
.art-cover-inner img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.art-cover-ph { font-size: 56px; opacity: 0.4; z-index: 1; }

.art-layout { max-width: 1100px; margin: 0 auto; padding: 48px 6% 20px; display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
.art-toc { position: sticky; top: 88px; }
.art-toc .lbl { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-400); margin-bottom: 14px; }
.art-toc ul { list-style: none; display: flex; flex-direction: column; gap: 2px; border-left: 2px solid var(--border); }
.art-toc a { display: block; padding: 7px 0 7px 16px; margin-left: -2px; border-left: 2px solid transparent; font-size: 13.5px; color: var(--text-600); text-decoration: none; transition: all .2s; line-height: 1.45; }
.art-toc a:hover { color: var(--green-800); }
.art-toc a.active { color: var(--green-800); font-weight: 700; border-left-color: var(--gold); }
@media (max-width: 900px){ .art-layout { grid-template-columns: 1fr; gap: 0; } .art-toc { display: none; } }

/* Article body typography */
.art-body { font-size: 17px; line-height: 1.85; color: var(--text-900); max-width: 720px; }
.art-body > p { margin-bottom: 22px; }
.art-body h2 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: 27px; color: var(--green-900); line-height: 1.3; margin: 44px 0 16px; scroll-margin-top: 84px; }
.art-body h3 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: 20px; color: var(--green-800); margin: 30px 0 12px; }
.art-body ul, .art-body ol { margin: 0 0 22px 0; padding-left: 24px; }
.art-body li { margin-bottom: 10px; }
.art-body strong { color: var(--green-900); font-weight: 700; }
.art-body a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.art-body img { border-radius: var(--r-md); margin: 8px 0 24px; }
.art-lead { font-size: 19px; line-height: 1.8; color: var(--text-600); margin-bottom: 28px; }

.art-summary {
  background: var(--white); border: 1px solid rgba(201,168,76,0.45);
  border-radius: var(--r-md); padding: 22px 24px; margin: 28px 0 34px;
  box-shadow: var(--shadow-sm);
}
.art-summary h2 {
  font-family: 'Sarabun', sans-serif; font-size: 20px; line-height: 1.35;
  color: var(--green-900); margin: 0 0 12px; scroll-margin-top: 84px;
}
.art-summary ul { margin: 0; padding-left: 22px; }
.art-summary li { margin-bottom: 8px; color: var(--text-700); line-height: 1.7; }
.art-summary li:last-child { margin-bottom: 0; }

/* Highlight / key-tip box */
.art-tip {
  background: var(--gold-light); border: 1px solid rgba(201,168,76,0.4);
  border-radius: var(--r-md); padding: 22px 24px; margin: 28px 0;
  display: flex; gap: 16px;
}
.art-tip .ic { width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; background: var(--gold); color: var(--green-900); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.art-tip .tip-body h4 { font-size: 13px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 6px; }
.art-tip .tip-body p { font-size: 15.5px; line-height: 1.7; color: var(--text-900); margin: 0; }

.art-callout { background: var(--green-100); border-left: 3px solid var(--green-700); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 18px 22px; margin: 28px 0; font-size: 16px; line-height: 1.75; color: var(--green-900); }

/* Inline affiliate product highlight inside article */
.art-product {
  display: grid; grid-template-columns: 132px 1fr; gap: 20px; align-items: center;
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 18px; margin: 32px 0; box-shadow: var(--shadow-sm);
}
.art-product .thumb { aspect-ratio: 1/1; border-radius: var(--r-sm); overflow: hidden; background: linear-gradient(135deg, var(--ivory-mid), var(--ivory-dark)); display: flex; align-items: center; justify-content: center; position: relative; }
.art-product .thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.art-product .thumb .emoji { font-size: 42px; opacity: 0.4; }
.art-product .tag { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-dark); }
.art-product h4 { font-family: 'Sarabun', sans-serif; font-size: 18px; font-weight: 700; color: var(--green-900); margin: 4px 0 7px; }
.art-product p { font-size: 13.5px; color: var(--text-600); line-height: 1.6; margin-bottom: 13px; }
.art-product .btn-gold { padding: 9px 18px; font-size: 13px; }
@media (max-width: 540px){ .art-product { grid-template-columns: 1fr; text-align: center; } .art-product .thumb { max-width: 160px; margin: 0 auto; } }

/* Sticky CTA rail inside article */
.art-cta-rail { background: var(--green-900); border-radius: var(--r-md); padding: 24px; color: #fff; margin: 36px 0; text-align: center; }
.art-cta-rail h3 { font-family: 'Sarabun', sans-serif; font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.art-cta-rail p { font-size: 14px; color: rgba(255,255,255,0.66); margin-bottom: 18px; }

/* Related articles after reading */
.art-related {
  padding: 12px 6% 8px;
}
.art-related .container {
  max-width: 920px;
}
.art-related-head {
  display: flex; align-items: end; justify-content: space-between; gap: 20px;
  margin-bottom: 16px;
}
.art-related-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 5px;
}
.art-related h2 {
  font-family: 'Sarabun', sans-serif; font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.3; color: var(--green-900); font-weight: 700;
}
.art-related-all {
  color: var(--green-800); text-decoration: none; font-size: 13px; font-weight: 700;
  white-space: nowrap;
}
.art-related-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.art-related-card {
  display: block; padding: 18px 18px 16px;
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md);
  color: inherit; text-decoration: none; transition: all .2s;
}
.art-related-card:hover {
  transform: translateY(-2px); border-color: rgba(201,168,76,0.55);
  box-shadow: var(--shadow-sm);
}
.art-related-card .tag {
  display: inline-block; margin-bottom: 9px; color: var(--gold-dark);
  font-size: 11px; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase;
}
.art-related-card h3 {
  font-family: 'Sarabun', sans-serif; font-size: 16px; line-height: 1.45;
  color: var(--green-900); margin-bottom: 12px; font-weight: 700;
}
.art-related-card .meta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  color: var(--text-400); font-size: 12px;
}
.art-related-card .arrow { color: var(--gold-dark); font-weight: 700; }
@media (max-width: 760px){
  .art-related { padding: 6px 5% 0; }
  .art-related-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .art-related-grid { grid-template-columns: 1fr; }
}

/* End: short videos from ProArt */
.art-shorts { background: var(--ivory-mid); border-top: 1px solid var(--border); padding: 64px 6%; margin-top: 40px; }
.art-shorts .container { max-width: 1000px; }
.art-shorts h2 { font-family: 'Sarabun', sans-serif; font-weight: 700; font-size: clamp(22px, 2.6vw, 28px); color: var(--green-900); text-align: center; margin-bottom: 8px; }
.art-shorts .sub { text-align: center; font-size: 14px; color: var(--text-600); margin-bottom: 32px; }
.shorts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.short-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; text-decoration: none; color: inherit; display: block; transition: all .25s; }
.short-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.short-thumb { aspect-ratio: 16/9; position: relative; overflow: hidden; background: var(--ivory-dark); }
.short-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.short-thumb .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.short-thumb .play span { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; font-size: 16px; }
.short-info { padding: 14px 15px; }
.short-info .t { font-size: 13.5px; font-weight: 600; color: var(--green-900); line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.short-info .m { font-size: 11px; color: var(--text-400); margin-top: 6px; }
@media (max-width: 760px){ .shorts-grid { grid-template-columns: 1fr; gap: 14px; } .short-info .t { font-size: 13px; } }

/* Article-hub category chips */
.hub-cats { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 0 auto 8px; }
.hub-cat { padding: 8px 18px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); font-size: 13px; font-weight: 600; color: var(--text-600); cursor: pointer; transition: all .2s; font-family: 'Sarabun', sans-serif; white-space: nowrap; }
.hub-cat.active, .hub-cat:hover { background: var(--green-800); color: #fff; border-color: var(--green-800); }
.hub-featured { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; margin-bottom: 48px; }
.hub-feature-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: inherit; transition: all .25s; }
.hub-feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent; }
.hub-feature-thumb { aspect-ratio: 16/9; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--green-100), var(--ivory-dark)); }
.hub-feature-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hub-feature-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 56px; opacity: 0.4; }
.hub-feature-body { padding: 28px 30px; }
.hub-feature-body .article-cat { position: static; display: inline-block; margin-bottom: 12px; }
.hub-feature-body h2 { font-family: 'Sarabun', sans-serif; font-size: 26px; font-weight: 700; color: var(--green-900); line-height: 1.3; margin-bottom: 12px; }
.hub-feature-body p { font-size: 15px; color: var(--text-600); line-height: 1.7; }
.hub-side { display: flex; flex-direction: column; gap: 18px; }
.hub-side-card { display: grid; grid-template-columns: 96px 1fr; gap: 16px; text-decoration: none; color: inherit; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: all .2s; }
.hub-side-card:hover { box-shadow: var(--shadow-md); border-color: transparent; }
.hub-side-thumb { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--green-100), var(--ivory-dark)); display: flex; align-items: center; justify-content: center; }
.hub-side-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hub-side-thumb .ph { font-size: 28px; opacity: 0.4; }
.hub-side-body { padding: 14px 14px 14px 0; display: flex; flex-direction: column; justify-content: center; }
.hub-side-body h3 { font-family: 'Sarabun', sans-serif; font-size: 15px; font-weight: 700; color: var(--green-900); line-height: 1.35; margin-bottom: 5px; }
.hub-side-body .m { font-size: 11px; color: var(--text-400); }
@media (max-width: 860px){ .hub-featured { grid-template-columns: 1fr; } }
