/* @file    nap-objective.css
   @created 2026-06-14 by Claude
   @updated 2026-06-14 by Claude
   @desc    Scoped styles for the standalone Objective page redesign
            ("ວັດຖຸປະສົງ - ໃໝ່" Claude Design handoff). All rules namespaced
            under .objective-page so they never clash with global classes.
            Tokens (--green-*, --ink-*, --line, --paper, --bg, --shadow*, --maxw)
            come from nap-header-footer.css :root (loaded globally by base.html). */

.objective-page{font-family:'Noto Sans Lao',system-ui,sans-serif;color:var(--ink);line-height:1.6}
.objective-page *{box-sizing:border-box}
.objective-page a{text-decoration:none;color:inherit}
.objective-page svg{display:block}

/* ============ HERO CARD ============ */
.objective-page .hero{max-width:var(--maxw);margin:0 auto;padding:26px 32px 0}
.objective-page .hero-inner{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(150deg,var(--green-800),var(--green-950));color:#fff;padding:40px 46px;box-shadow:var(--shadow-lg)}
.objective-page .hero-inner::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-150px;top:-200px;background:radial-gradient(circle,rgba(95,224,163,.2),transparent 68%);pointer-events:none}
.objective-page .hero-inner::after{content:"";position:absolute;right:-70px;top:50%;transform:translateY(-50%);width:440px;height:440px;border-radius:50%;background:repeating-radial-gradient(circle at center,rgba(255,255,255,.06) 0 1.5px,transparent 1.5px 36px);-webkit-mask:radial-gradient(circle at center,#000 58%,transparent 72%);mask:radial-gradient(circle at center,#000 58%,transparent 72%);pointer-events:none}
.objective-page .hero-inner>*{position:relative;z-index:1}
.objective-page .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--green-400)}
.objective-page .hero-eyebrow svg{width:15px;height:15px}
.objective-page .hero h1{margin:13px 0 12px;font-size:32px;font-weight:900;letter-spacing:-.5px;line-height:1.14;color:#fff}
.objective-page .hero-line{display:block;width:56px;height:4px;border-radius:3px;background:var(--green-400);margin:0 0 14px}
.objective-page .hero p{margin:0;color:#bfe0cd;font-size:14.5px;font-weight:500;max-width:62ch}
.objective-page .hero-tabs{display:inline-flex;gap:5px;margin-top:22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:5px}
.objective-page .hero-tab{border:none;background:none;font-family:inherit;font-size:13.5px;font-weight:800;color:#bfe0cd;padding:9px 20px;border-radius:999px;cursor:pointer;transition:.16s}
.objective-page .hero-tab:hover{color:#fff}
.objective-page .hero-tab.active{background:#fff;color:var(--green-900)}

/* ============ BODY: objective list + image ============ */
.objective-page .about{max-width:var(--maxw);margin:0 auto;padding:34px 32px 20px}
.objective-page .asec{display:grid;grid-template-columns:1.05fr 1fr;gap:42px;align-items:start}
.objective-page .asec.flip .atext{order:1}
.objective-page .asec.flip .amedia{order:2}
.objective-page .atext h2{margin:0 0 4px;font-size:28px;font-weight:900;color:var(--green-900);letter-spacing:-.5px;display:flex;align-items:center;gap:12px}
.objective-page .atext h2 .hi{width:42px;height:42px;border-radius:12px;background:var(--green-50);color:var(--green-700);display:grid;place-items:center;flex:0 0 auto}
.objective-page .atext h2 .hi svg{width:22px;height:22px}
.objective-page .atext .uline{display:block;width:58px;height:4px;border-radius:3px;background:var(--green-400);margin:14px 0 18px}
.objective-page .atext .lead{margin:0 0 18px;font-size:14.5px;color:var(--ink-soft);line-height:1.8;text-wrap:pretty}
.objective-page .obj-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.objective-page .obj-list li{display:flex;gap:14px;align-items:flex-start;background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:17px 19px;box-shadow:var(--shadow);transition:border-color .18s,transform .18s,box-shadow .18s}
.objective-page .obj-list li:hover{border-color:var(--green-100);transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.objective-page .obj-list .n{width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:var(--green-700);color:#fff;display:grid;place-items:center;font-size:15px;font-weight:900}
.objective-page .obj-list span.t{font-size:14px;color:var(--ink-soft);line-height:1.7;font-weight:500}
.objective-page .obj-list span.t b{color:var(--green-900);font-weight:800}

/* media (objective.jpeg) */
.objective-page .amedia{position:sticky;top:96px}
.objective-page .amedia-single{width:100%;border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden;aspect-ratio:3/4}
.objective-page .amedia-single img{width:100%;height:100%;object-fit:cover;display:block}
.objective-page .media-cap{display:flex;align-items:center;gap:9px;margin:14px 4px 0;font-size:12.5px;color:var(--ink-faint);font-weight:600}
.objective-page .media-cap svg{width:14px;height:14px;flex:0 0 auto;color:var(--green-600)}

/* ============ 9 PRIORITY SECTORS ============ */
.objective-page .sectors{max-width:var(--maxw);margin:0 auto;padding:24px 32px 64px}
.objective-page .sectors-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:38px 38px 40px;position:relative;overflow:hidden}
.objective-page .sectors-card::before{content:"";position:absolute;left:0;top:0;right:0;height:5px;background:linear-gradient(90deg,var(--green-700),var(--green-400))}
.objective-page .sectors-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;flex-wrap:wrap;margin-bottom:8px}
.objective-page .sectors-kick{display:inline-flex;align-items:center;gap:9px;font-size:11.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--green-600);margin-bottom:9px}
.objective-page .sectors-kick .k-ic{width:30px;height:30px;border-radius:9px;background:var(--green-50);display:grid;place-items:center}
.objective-page .sectors-kick .k-ic svg{width:16px;height:16px;color:var(--green-700)}
.objective-page .sectors-head h2{margin:0;font-size:26px;font-weight:900;color:var(--green-900);letter-spacing:-.4px}
.objective-page .sectors-count{display:flex;align-items:baseline;gap:8px;flex:0 0 auto}
.objective-page .sectors-count b{font-size:46px;font-weight:900;color:var(--green-700);letter-spacing:-2px;line-height:1}
.objective-page .sectors-count span{font-size:13px;font-weight:700;color:var(--ink-faint)}
.objective-page .sectors-lead{margin:6px 0 26px;font-size:14.5px;color:var(--ink-soft);line-height:1.8;max-width:80ch;text-wrap:pretty}
.objective-page .sectors-lead b{color:var(--green-800);font-weight:800}
.objective-page .sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.objective-page .sector{display:flex;align-items:center;gap:14px;background:var(--green-50);border:1px solid var(--green-100);border-radius:15px;padding:15px 16px;transition:transform .16s,box-shadow .16s,background .16s}
.objective-page .sector:hover{transform:translateY(-3px);box-shadow:var(--shadow);background:#fff}
.objective-page .sector .si{width:44px;height:44px;flex:0 0 auto;border-radius:12px;background:#fff;color:var(--green-700);display:grid;place-items:center;box-shadow:0 0 0 1px var(--green-100)}
.objective-page .sector .si svg{width:23px;height:23px}
.objective-page .sector .stx{min-width:0}
.objective-page .sector .stx b{display:block;font-size:14.5px;font-weight:800;color:var(--green-900);line-height:1.3}
.objective-page .sector .stx span{display:block;font-size:11.5px;font-weight:600;color:var(--ink-faint);margin-top:2px}
.objective-page .sector .sno{margin-left:auto;flex:0 0 auto;font-size:13px;font-weight:900;color:#bcdccb}

/* ============ RESPONSIVE ============ */
@media (max-width:980px){
  .objective-page .asec,.objective-page .asec.flip{grid-template-columns:1fr;gap:26px}
  .objective-page .asec.flip .atext{order:2}
  .objective-page .asec.flip .amedia{order:1}
  .objective-page .amedia{position:static}
  .objective-page .amedia-single{aspect-ratio:16/10}
  .objective-page .sector-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:680px){
  .objective-page .hero{padding:18px 14px 0}
  .objective-page .hero-inner{padding:30px 24px}
  .objective-page .hero h1{font-size:26px}
  .objective-page .about{padding:26px 16px 16px}
  .objective-page .atext h2{font-size:23px}
  .objective-page .sectors{padding:16px 16px 48px}
  .objective-page .sectors-card{padding:26px 20px 28px}
  .objective-page .sector-grid{grid-template-columns:1fr}
  .objective-page .sectors-count b{font-size:38px}
}
