/* Q Hunter — Insights (articles + hub) shared styles */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Noto Sans Thai','Helvetica Neue',Arial,sans-serif;color:#0a2740;background:#f2f5f9;-webkit-font-smoothing:antialiased;line-height:1.7}
a{text-decoration:none;color:inherit}
.serif{font-family:'Newsreader',Georgia,serif}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.narrow{max-width:760px;margin:0 auto;padding:0 24px}
img{max-width:100%;display:block}

/* header */
header{position:sticky;top:0;z-index:50;background:rgba(242,245,249,.9);backdrop-filter:blur(8px);border-bottom:1px solid #e0e6ee}
.navrow{display:flex;align-items:center;justify-content:space-between;height:68px;gap:20px}
.nav{display:flex;gap:24px;align-items:center;font-weight:500;font-size:15px}
.nav a:hover{color:#0d4377}
.navcta{display:flex;align-items:center;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#0d4377;color:#fff;padding:11px 20px;border-radius:6px;font-weight:600;font-size:14.5px;border:0;cursor:pointer}
.btn.ghost{background:transparent;color:#0a2740;border:1px solid #0a2740}
.lang{font-weight:600;font-size:13px;color:#8190a4}
.lang a.on{color:#0a2740}

/* article */
.eyebrow{font-weight:600;font-size:12px;letter-spacing:.12em;color:#0d4377;text-transform:uppercase}
.arthead{padding:48px 0 8px}
h1.title{font-size:clamp(30px,4.4vw,50px);line-height:1.14;font-weight:500;letter-spacing:-.01em;margin:14px 0 0}
.meta{margin-top:16px;font-size:14px;color:#7a879a}
.hero{margin:34px 0 8px;border-radius:16px;overflow:hidden;border:1px solid #e0e6ee;box-shadow:0 20px 44px -28px rgba(10,39,64,.4)}
.hero img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.prose{padding:20px 0 8px;font-size:17.5px;color:#26364a}
.prose h2{font-family:'Newsreader',serif;font-weight:600;font-size:clamp(22px,2.6vw,30px);line-height:1.2;margin:40px 0 12px;color:#0a2740}
.prose h3{font-weight:700;font-size:19px;margin:26px 0 8px;color:#0a2740}
.prose p{margin:0 0 18px}
.prose ul,.prose ol{margin:0 0 18px;padding-left:22px}
.prose li{margin:0 0 10px}
.prose strong{color:#0a2740}
.lead{font-size:20px;line-height:1.6;color:#3a4a5e;margin:0 0 22px}
.callout{background:#eaf1f8;border-left:4px solid #0d4377;border-radius:0 10px 10px 0;padding:18px 22px;margin:24px 0;font-size:16px}
.refbox{background:#fff;border:1px solid #dde3ea;border-radius:12px;padding:22px 24px;margin:30px 0}
.refbox h4{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#0d4377;margin-bottom:12px}
.refbox ul{list-style:none;padding:0}
.refbox li{padding:8px 0;border-top:1px solid #eef2f7;font-size:14.5px;color:#3a4a5e}
.refbox li:first-child{border-top:0}
.refbox a{color:#0d4377;font-weight:600}
.disclaimer{font-size:13.5px;color:#8190a4;font-style:italic;margin:22px 0 0}
.cta-band{background:#0a2740;color:#eef2f7;border-radius:16px;padding:34px 32px;margin:40px 0 0;text-align:center}
.cta-band h3{color:#fff;font-family:'Newsreader',serif;font-weight:500;font-size:26px;margin-bottom:8px}
.cta-band p{color:#aeb9c9;margin-bottom:18px}

/* colour infographic */
.info{margin:26px 0}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.daycard{border-radius:12px;padding:16px;color:#fff;min-height:118px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 24px -16px rgba(10,39,64,.5)}
.daycard .d{font-weight:700;font-size:15px;opacity:.95}
.daycard .c{font-family:'Newsreader',serif;font-size:19px;line-height:1.2}
.daycard .avoid{font-size:12.5px;opacity:.9;background:rgba(0,0,0,.18);padding:4px 8px;border-radius:6px;display:inline-block}
.swatch-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.chip{background:#eef2f7;border:1px solid #e0e6ee;border-radius:999px;padding:7px 13px;font-size:13px;color:#33475e;font-weight:600}

/* hub */
.hubhead{padding:52px 0 8px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:34px 0 60px}
.card{display:flex;flex-direction:column;background:#fff;border:1px solid #dde3ea;border-radius:12px;overflow:hidden;transition:transform .15s,box-shadow .15s}
.card:hover{transform:translateY(-3px);box-shadow:0 22px 40px -26px rgba(10,39,64,.45)}
.card .thumb{aspect-ratio:16/9;overflow:hidden}
.card .thumb img{width:100%;height:100%;object-fit:cover}
.card .body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.card .cat{font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#0d4377}
.card h3{font-family:'Newsreader',serif;font-weight:500;font-size:20px;line-height:1.25;margin:10px 0 0}
.card .more{margin-top:auto;padding-top:16px;font-weight:600;font-size:13.5px;color:#0a2740}
.card .more span{color:#0d4377}

/* footer */
footer{background:#0a2740;color:#8a98ac;padding:52px 0 26px;font-size:14px;margin-top:20px}
.fgrid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:34px}
footer h4{color:#f2f5f9;font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
footer a{display:block;margin-bottom:8px}
footer a:hover{color:#f2f5f9}
.fbar{border-top:1px solid #173552;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#5f6e85;font-size:13px}
@media(max-width:860px){.grid3{grid-template-columns:1fr}.fgrid{grid-template-columns:1fr}.nav{display:none}}
