*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body{font-family:'Plus Jakarta Sans',sans-serif;background:#fff;color:#1a3330;overflow-x:hidden;}
:root{ --teal-dark:#134e4a; --teal-mid:#0f766e; --teal-bright:#5eead4; --teal-light:#f0fdf9; --mint:#f0fdf9; --white:#ffffff; --gray-100:#f3f4f6; --gray-400:#9ca3af; --gray-500:#6b7280; --gray-600:#4b5563; --gray-700:#374151; --text-dark:#133d38; }
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:#f0fdf9;}
::-webkit-scrollbar-thumb{background:#0f766e;border-radius:3px;}

nav{ position:sticky;top:0;z-index:100; background:rgba(255,255,255,0.97); backdrop-filter:blur(12px); border-bottom:1px solid rgba(0,0,0,0.06); padding:0 4rem; display:flex;align-items:center;justify-content:space-between; height:64px;}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.logo-box{ width:40px;height:40px;border-radius:10px; background:var(--teal-dark); display:flex;align-items:center;justify-content:center; font-weight:800;font-size:15px;color:#fff;}
.logo-name{font-weight:800;font-size:18px;color:var(--text-dark);}
.nav-center{display:flex;gap:2.25rem;list-style:none;}
.nav-center a{text-decoration:none;font-size:14px;font-weight:500;color:var(--gray-600);transition:color .2s;}
.nav-center a:hover{color:var(--teal-dark);}
.nav-right{display:flex;align-items:center;gap:4px;}
.lang-btn{ background:transparent;border:none;cursor:pointer; font-size:13px;font-weight:600;color:var(--gray-400); padding:5px 10px;border-radius:8px;transition:all .2s; font-family:'Plus Jakarta Sans',sans-serif;}
.lang-btn.active{background:var(--teal-dark);color:#fff;}
.lang-btn:hover:not(.active){color:var(--teal-dark);}

.hero{ min-height:calc(100vh - 64px); display:flex;flex-direction:column;align-items:center;justify-content:center; text-align:center;padding:5rem 2rem 4rem; position:relative;overflow:hidden;background:#fff;}
.hero-ring{ position:absolute;border-radius:50%;border:1px solid rgba(94,234,212,0.2); pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%);}
.hero-blob{ position:absolute;border-radius:50%;pointer-events:none; background:radial-gradient(circle,rgba(94,234,212,0.12) 0%,transparent 70%);}
.hero-badge{ display:inline-flex;align-items:center;gap:8px; font-size:13px;font-weight:600;color:var(--teal-dark); margin-bottom:1.75rem;position:relative;z-index:1;}
.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--teal-dark);}
.hero-title{ font-size:clamp(2.8rem,5.5vw,5rem);font-weight:800; color:var(--text-dark);line-height:1.1; margin-bottom:1.5rem;max-width:820px; position:relative;z-index:1; transition: opacity 0.4s ease;}
.hero-title .accent{color:var(--teal-bright);}
.hero-sub{ font-size:16px;color:var(--gray-500);line-height:1.75; max-width:580px;margin:0 auto 2.5rem; position:relative;z-index:1; transition: opacity 0.4s ease;}
.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;position:relative;z-index:1;}
.btn-solid{ background:var(--teal-dark);color:#fff;padding:14px 28px;border-radius:10px; font-size:15px;font-weight:700;text-decoration:none; display:inline-flex;align-items:center;gap:8px;transition:all .25s;}
.btn-solid:hover{background:var(--teal-mid);transform:translateY(-1px);}
.btn-ghost{ background:transparent;color:var(--teal-dark);padding:14px 24px;border-radius:10px; font-size:15px;font-weight:600;text-decoration:none; display:inline-flex;align-items:center;gap:8px;transition:all .25s;}
.btn-ghost:hover{background:var(--teal-light);}

.stats-section{background:var(--mint);padding:5rem 2rem;}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto;}
.stat-card{ background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center; border:1px solid rgba(0,0,0,0.05);transition:transform .3s,box-shadow .3s;}
.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.08);}
.stat-icon-wrap{margin-bottom:1.25rem;display:flex;justify-content:center;}
.stat-icon-wrap svg{width:20px;height:20px;color:var(--teal-mid);}
.stat-num{display:block;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--teal-mid);line-height:1;margin-bottom:.6rem;}
.stat-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gray-500);}

.section-wrap{max-width:1100px;margin:0 auto;padding:5rem 2rem;}
.badge-pill{ display:inline-block;border:1.5px solid rgba(13,118,110,0.35); border-radius:100px;padding:5px 18px; font-size:11px;font-weight:700;letter-spacing:2px; text-transform:uppercase;color:var(--teal-mid);margin-bottom:1.25rem;}
.section-heading{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;color:var(--text-dark);line-height:1.15;margin-bottom:1rem;}
.section-sub{font-size:15px;color:var(--gray-500);line-height:1.7;max-width:580px;}
.section-center{text-align:center;}
.section-center .section-sub{margin:0 auto;}

.services-section{background:#fff;position:relative;}
.services-section::before{ content:'';position:absolute;inset:0; background-image:radial-gradient(circle,rgba(0,0,0,0.055) 1px,transparent 1px); background-size:28px 28px;pointer-events:none;}
.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem;}
.pillar-card{ background:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:20px;padding:2rem; transition:all .3s;position:relative;display:flex;flex-direction:column;}
.pillar-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(13,78,74,0.1);border-color:rgba(94,234,212,0.5);}
.pillar-card.featured{border-color:rgba(94,234,212,0.45);box-shadow:0 6px 24px rgba(13,78,74,0.07);}
.pillar-icon-box{ width:44px;height:44px;border-radius:12px;background:var(--mint); display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;}
.pillar-icon-box svg{width:22px;height:22px;color:var(--teal-mid);}
.pillar-title{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:1rem;line-height:1.4;}
.pillar-list{list-style:none;display:flex;flex-direction:column;gap:7px;flex:1;}
.pillar-list li{font-size:13px;color:var(--gray-600);display:flex;align-items:center;gap:8px;}
.pillar-list li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal-mid);flex-shrink:0;}
.pillar-line{width:32px;height:2.5px;background:var(--teal-mid);border-radius:2px;margin-top:1.5rem;}

.portfolio-section{background:#fff;}
.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem;}
.portfolio-card{ border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,0.07); background:#fff;transition:all .3s;}
.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.1);}
.p-img{height:220px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:12px;}
.p-img.c1{background:linear-gradient(160deg,#1a2332 0%,#2d3748 100%);}
.p-img.c2{background:linear-gradient(160deg,#1a2e2e 0%,#1a4040 100%);}
.p-img.c3{background:linear-gradient(160deg,#0f2027 0%,#2c5364 100%);}
.p-img.c4{background:linear-gradient(160deg,#1a1a2e 0%,#16213e 100%);}
.p-img::before{ content:'';position:absolute;inset:0; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");}
.p-label{ position:absolute;top:12px;left:12px;z-index:2; background:var(--teal-mid);color:#fff; font-size:11px;font-weight:700;padding:4px 12px;border-radius:100px;}
.p-body{padding:1.5rem;}
.p-meta{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--teal-mid);margin-bottom:.5rem;display:flex;align-items:center;gap:6px;}
.p-meta span{color:var(--gray-400);font-weight:400;}
.p-title{font-size:1.05rem;font-weight:700;color:var(--teal-dark);margin-bottom:.5rem;}
.p-desc{font-size:13px;color:var(--gray-500);line-height:1.6;}

.programs-section{background:#fff;}
.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;}
.prog-card{border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,0.07);background:#fff;transition:all .3s;}
.prog-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.1);}
.prog-img{height:200px;position:relative;overflow:hidden;}
.prog-img.q1{background:linear-gradient(135deg,#1e3a5f,#2d5a8e);}
.prog-img.q2{background:linear-gradient(135deg,#0f1923,#1a3344 50%,#264d6d);}
.prog-img.q3{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);}
.prog-img::before{ content:'';position:absolute;inset:0; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.2'/%3E%3C/svg%3E");}
.feat-badge{ position:absolute;top:12px;left:12px;z-index:2; background:var(--teal-mid);color:#fff; font-size:11px;font-weight:700;padding:4px 12px;border-radius:100px;}
.prog-body{padding:1.25rem 1.25rem 1.5rem;}
.prog-title{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.4rem;}
.prog-desc{font-size:13px;color:var(--gray-500);line-height:1.6;margin-bottom:1rem;}
.prog-meta{display:flex;flex-direction:column;gap:5px;margin-bottom:1rem;}
.prog-meta-row{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--gray-500);}
.prog-meta-row svg{width:13px;height:13px;color:var(--teal-mid);flex-shrink:0;}
.prog-footer{display:flex;align-items:center;justify-content:space-between;}
.prog-price{font-size:15px;font-weight:800;color:var(--teal-dark);}
.btn-reg{ background:var(--teal-dark);color:#fff;padding:9px 18px;border-radius:8px; font-size:13px;font-weight:700;text-decoration:none; display:inline-flex;align-items:center;gap:5px;transition:all .2s;border:none;cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif;}
.btn-reg:hover{background:var(--teal-mid);}

.news-section { background: #fff; padding: 5rem 0; }
.news-filter { display: flex; gap: 10px; flex-wrap: wrap; margin: 2rem 0 2.5rem; justify-content: center; }
.f-btn { background: transparent; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 100px; padding: 7px 18px; font-size: 13px; font-weight: 600; color: var(--gray-600); cursor: pointer; transition: all .2s; font-family: 'Plus Jakarta Sans', sans-serif;}
.f-btn.active { background: var(--teal-dark); color: #fff; border-color: var(--teal-dark); }
.f-btn:hover:not(.active) { border-color: var(--teal-mid); color: var(--teal-mid); }
.news-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; align-items: stretch; }
.news-feat { height: 100%; display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,0.07); cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; background: #fff;}
.news-feat:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(13, 78, 74, 0.12); border-color: rgba(94, 234, 212, 0.4); }
.news-feat:active { transform: translateY(-2px) scale(0.98); box-shadow: 0 10px 20px rgba(13, 78, 74, 0.08); }
.news-feat.hide { display: none; }
.nf-img { height: 280px; position: relative; overflow: hidden; background-color: var(--gray-100);}
.nf-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--teal-mid); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px;}
.nf-body { padding: 1.5rem; background: #fff; flex-grow: 1; }
.nf-cat { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--teal-mid); margin-bottom: .4rem; }
.nf-title { font-size: 1.2rem; font-weight: 700; color: var(--teal-dark); margin-bottom: .6rem; line-height: 1.45; text-decoration: none; display: block; }
.nf-title:hover { color: var(--teal-mid); }
.nf-desc { font-size: 13px; color: var(--gray-500); line-height: 1.65; margin-bottom: 1rem; }
.nf-read { font-size: 13px; font-weight: 700; color: var(--teal-mid); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }

.cta-section{background:var(--mint);padding:5rem 2rem;}
.cta-card{ max-width:680px;margin:0 auto; background:linear-gradient(135deg,#134e4a 0%,#0d7377 60%,#0f766e 100%); border-radius:24px;padding:3.5rem 3rem;text-align:center;position:relative;overflow:hidden;}
.cta-card::before{ content:'';position:absolute;inset:0; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events:none;}
.cta-badge{ display:inline-flex;align-items:center;gap:7px; border:1px solid rgba(255,255,255,0.3);border-radius:100px; padding:5px 16px;font-size:11px;font-weight:700; letter-spacing:1.5px;color:rgba(255,255,255,0.8); text-transform:uppercase;margin-bottom:1.5rem;}
.cta-dot{width:6px;height:6px;border-radius:50%;background:var(--teal-bright);}
.cta-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:.5rem;}
.cta-accent{color:var(--teal-bright);}
.cta-sub{font-size:14px;color:rgba(255,255,255,0.7);line-height:1.7;margin-bottom:2rem;}
.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.btn-cta-w{ background:#fff;color:var(--teal-dark);padding:13px 26px;border-radius:10px; font-size:14px;font-weight:700;text-decoration:none; display:inline-flex;align-items:center;gap:7px;transition:all .25s;}
.btn-cta-w:hover{background:var(--teal-light);transform:translateY(-2px);}
.btn-cta-o{ background:transparent;color:#fff;padding:13px 26px;border-radius:10px; font-size:14px;font-weight:700;text-decoration:none; display:inline-flex;align-items:center;gap:7px; border:1.5px solid rgba(255,255,255,0.4);transition:all .25s;}
.btn-cta-o:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px);}

footer{background:#fff;border-top:1px solid rgba(0,0,0,0.07);}
.footer-top{ display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem; max-width:1100px;margin:0 auto;padding:4rem 2rem 3rem;}
.f-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:1rem;}
.f-tagline{font-size:13px;color:var(--gray-500);line-height:1.7;max-width:240px;margin-bottom:1.5rem;}
.f-contact{display:flex;flex-direction:column;gap:10px;}
.f-contact-row{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--gray-600);}
.f-contact-row svg{width:15px;height:15px;color:var(--teal-mid);margin-top:2px;flex-shrink:0;}
.f-socials{display:flex;gap:8px;margin-top:1.25rem;}
.f-social{ width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,0.1); display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;text-decoration:none;}
.f-social:hover{background:var(--teal-light);border-color:var(--teal-mid);}
.f-social svg{width:15px;height:15px;color:var(--gray-600);}
.f-col-title{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#111;margin-bottom:1.25rem;}
.f-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.f-links a{text-decoration:none;font-size:13px;color:var(--gray-500);transition:color .2s;}
.f-links a:hover{color:var(--teal-dark);}
.footer-bottom{ border-top:1px solid rgba(0,0,0,0.07);padding:1.25rem 2rem; display:flex;align-items:center;justify-content:space-between; max-width:1100px;margin:0 auto;}
.f-copy{font-size:12px;color:var(--gray-400);}

.wa-float{position:fixed;bottom:24px;right:24px;z-index:9999;}
.wa-btn{ width:52px;height:52px;border-radius:50%;background:#25d366; display:flex;align-items:center;justify-content:center;text-decoration:none; box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .25s;position:relative;}
.wa-btn:hover{transform:scale(1.1);}
.wa-btn svg{width:28px;height:28px;fill:#fff;}
.wa-ring{position:absolute;inset:-5px;border-radius:50%;border:2px solid #25d366;animation:ring 2.5s infinite;}
@keyframes ring{0%{opacity:.8;transform:scale(1);}100%{opacity:0;transform:scale(1.7);}}

.reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.on { opacity: 1; transform: translateY(0); }
.reveal-l { opacity: 0; transform: translateX(-30px); transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-l.on { opacity: 1; transform: translateX(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

@media(max-width:1024px){
  nav{padding:0 1.5rem;}
  .stats-grid,.pillars-grid,.opp-grid{grid-template-columns:repeat(2,1fr);}
  .programs-grid{grid-template-columns:repeat(2,1fr);}
  .portfolio-grid{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr 1fr;}
  .news-layout{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .nav-center{display:none;}
  .stats-grid,.programs-grid,.opp-grid,.pillars-grid{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
  .hero-title{font-size:2.4rem;}
}

.custom-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

/* ============================================================
   ARTICLE PAGE (article.php) — sebelumnya tidak punya CSS sama
   sekali, sehingga cover image & elemen lain tampil tanpa
   sizing/positioning (mentok ke ukuran asli file).
   ============================================================ */

/* --- Breadcrumb --- */
.breadcrumb{ border-bottom:1px solid rgba(0,0,0,0.06); background:var(--mint); }
.breadcrumb-inner{ max-width:800px;margin:0 auto;padding:1rem 2rem; font-size:13px;color:var(--gray-500); display:flex;align-items:center;gap:6px;flex-wrap:wrap; }
.breadcrumb-inner a{ color:var(--gray-500);text-decoration:none;transition:color .2s; }
.breadcrumb-inner a:hover{ color:var(--teal-dark); }
.breadcrumb-sep{ color:var(--gray-400); }
#breadcrumb-title{ color:var(--teal-dark);font-weight:600; }

/* --- Loading state --- */
#article-main{ min-height:60vh; }
.loading-state{ display:flex;flex-direction:column;align-items:center;justify-content:center; gap:1rem;padding:6rem 2rem;color:var(--gray-500); }
.loading-spinner{ width:36px;height:36px;border-radius:50%; border:3px solid var(--gray-100);border-top-color:var(--teal-mid); animation:spin .8s linear infinite; }
@keyframes spin{ to{ transform:rotate(360deg); } }
.loading-text{ font-size:14px;font-weight:500; }

/* --- Error state --- */
.error-state{ display:flex;flex-direction:column;align-items:center;justify-content:center; text-align:center;padding:6rem 2rem;max-width:420px;margin:0 auto; }
.error-icon{ width:56px;height:56px;border-radius:50%;background:var(--mint); display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem; color:var(--teal-mid); }
.error-icon svg{ width:28px;height:28px; }
.error-title{ font-size:1.25rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem; }
.error-sub{ font-size:14px;color:var(--gray-500);line-height:1.6; }

/* --- Article wrapper --- */
.article-wrap{ max-width:760px;margin:0 auto;padding:3rem 2rem 5rem; }

.article-meta{ display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:1rem; }
.article-cat-badge{ background:var(--teal-mid);color:#fff;font-size:11px;font-weight:700; letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:100px; }
.article-date,.article-readtime{ font-size:13px;color:var(--gray-500); }
.article-dot{ color:var(--gray-400); }

.article-title{ font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:800; color:var(--text-dark);line-height:1.25; }

.article-divider{ border:none;border-top:1px solid rgba(0,0,0,0.08); }

/* --- Share row --- */
.article-share-top{ display:flex;align-items:center; }
.share-group{ display:flex;align-items:center;gap:10px; }
.share-label{ font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gray-500); }
.share-btn{ width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,0.1); display:flex;align-items:center;justify-content:center;cursor:pointer; background:#fff;transition:all .2s;color:var(--gray-600);text-decoration:none; }
.share-btn svg{ width:16px;height:16px; }
.share-btn:hover{ background:var(--teal-light);border-color:var(--teal-mid);color:var(--teal-dark); }

/* --- Hero cover image --- */
.article-hero{ margin:1.75rem 0; border-radius:16px;overflow:hidden; background:var(--gray-100); }
.article-hero-img{ display:block;width:100%;max-height:460px;object-fit:cover; }

/* --- Excerpt --- */
.article-excerpt{ font-size:17px;color:var(--gray-600);line-height:1.7; font-weight:500;margin-bottom:2rem;padding-bottom:2rem; border-bottom:1px solid rgba(0,0,0,0.06); }

/* --- Article body (rendered from Portable Text) --- */
.wp-content{ font-size:16px;line-height:1.85;color:#2a3d3a; }
.wp-content p{ margin-bottom:1.25rem; }
.wp-content h1,.wp-content h2,.wp-content h3,.wp-content h4{ color:var(--text-dark);font-weight:800;line-height:1.3; margin:2rem 0 1rem; }
.wp-content h1{ font-size:1.8rem; }
.wp-content h2{ font-size:1.5rem; }
.wp-content h3{ font-size:1.25rem; }
.wp-content h4{ font-size:1.1rem; }
.wp-content a{ color:var(--teal-mid);text-decoration:underline;text-underline-offset:2px; }
.wp-content a:hover{ color:var(--teal-dark); }
.wp-content ul,.wp-content ol{ margin:0 0 1.25rem 1.4rem; }
.wp-content li{ margin-bottom:.5rem; }
.wp-content blockquote{ border-left:3px solid var(--teal-mid);background:var(--mint); padding:1rem 1.5rem;margin:1.5rem 0;color:var(--teal-dark); font-style:italic;border-radius:0 10px 10px 0; }
.wp-content figure{ margin:1.75rem 0; }
.wp-content figure img{ width:100%;border-radius:12px;display:block; }
.wp-content code{ background:var(--gray-100);padding:2px 6px;border-radius:4px;font-size:.9em; }

/* --- Footer / back link --- */
.article-footer{ margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,0.06); }
.back-btn{ display:inline-flex;align-items:center;gap:8px; font-size:14px;font-weight:700;color:var(--teal-dark);text-decoration:none; }
.back-btn:hover{ color:var(--teal-mid); }
.back-btn svg{ width:14px;height:14px; }

@media(max-width:768px){
  .article-wrap{ padding:2rem 1.25rem 3.5rem; }
  .breadcrumb-inner{ padding:.85rem 1.25rem; }
  .article-hero-img{ max-height:280px; }
}
