@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#1a2d4f;--navy-d:#111e35;--navy-l:#243a65;
  --orange:#e8762b;--orange-l:#f4924a;
  --bg:#f5f6f8;--surface:#fff;--surface-alt:#eef0f4;
  --text:#1e2535;--muted:#5a6478;--light:#8a93a6;
  --border:#dde1ea;--border-l:#eef0f4;
  --fh:'Playfair Display',Georgia,serif;
  --fb:'Source Sans 3',system-ui,sans-serif;
  --r:6px;--rl:12px;
  --sh:0 1px 4px rgba(26,45,79,.07);
  --shm:0 4px 16px rgba(26,45,79,.10);
  --shl:0 8px 32px rgba(26,45,79,.13);
  --tr:.22s ease;
}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--bg);color:var(--text);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea,select{font-family:inherit}
.container{max-width:1220px;margin:0 auto;padding:0 24px}

/* ── HEADER ── */
.site-header{background:var(--navy);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.18)}
.hdr-top{background:var(--navy-d);padding:6px 0;font-size:12.5px;color:rgba(255,255,255,.5)}
.hdr-top .container{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.hdr-top-l{display:flex;gap:18px;align-items:center}
.hdr-top-r{display:flex;gap:14px;align-items:center}
.hdr-top a{color:rgba(255,255,255,.58);transition:color var(--tr)}
.hdr-top a:hover{color:var(--orange)}
.hdr-main .container{display:flex;align-items:center;justify-content:space-between;height:68px}
.site-logo{display:flex;align-items:center;gap:11px}
.logo-mark{width:40px;height:40px;background:var(--orange);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-mark svg{width:22px;height:22px;fill:#fff}
.logo-text{display:flex;flex-direction:column}
.logo-name{font-family:var(--fh);font-size:21px;font-weight:700;color:#fff;line-height:1;letter-spacing:.4px}
.logo-tag{font-size:9.5px;color:rgba(255,255,255,.38);letter-spacing:1.8px;text-transform:uppercase;margin-top:3px}
.main-nav{display:flex;align-items:center;gap:1px}
.main-nav a{font-size:14px;font-weight:500;color:rgba(255,255,255,.82);padding:7px 13px;border-radius:var(--r);transition:background var(--tr),color var(--tr);white-space:nowrap}
.main-nav a:hover,.main-nav a.active{background:rgba(255,255,255,.10);color:#fff}
.nav-dd{position:relative}
.nav-dd>a{display:flex;align-items:center;gap:5px}
.nav-dd>a::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid rgba(255,255,255,.5);transition:transform var(--tr)}
.nav-dd:hover>a::after{transform:rotate(180deg)}
.dd-menu{position:absolute;top:calc(100% + 8px);left:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--rl);min-width:220px;box-shadow:var(--shl);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all var(--tr);z-index:200}
.nav-dd:hover .dd-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dd-menu a{display:block;padding:10px 18px;font-size:14px;color:var(--text);border-bottom:1px solid var(--border-l);transition:background var(--tr),color var(--tr)}
.dd-menu a:last-child{border-bottom:none}
.dd-menu a:hover{background:var(--surface-alt);color:var(--orange)}
.hdr-actions{display:flex;align-items:center;gap:10px}
.btn-search{width:36px;height:36px;border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:background var(--tr),color var(--tr);cursor:pointer}
.btn-search:hover{background:rgba(255,255,255,.12);color:#fff}
.btn-search svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}
.btn-sub{background:var(--orange);color:#fff;font-size:13px;font-weight:600;padding:8px 18px;border-radius:var(--r);transition:background var(--tr),transform var(--tr)}
.btn-sub:hover{background:var(--orange-l);transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--r);color:#fff;transition:background var(--tr)}
.hamburger:hover{background:rgba(255,255,255,.10)}
.hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform var(--tr),opacity var(--tr)}

/* ── BREADCRUMB ── */
.bc-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:9px 0}
.bc{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted)}
.bc a{color:var(--muted);transition:color var(--tr)}
.bc a:hover{color:var(--navy)}
.bc .cur{color:var(--text);font-weight:500}
.bc .sep{opacity:.35}

/* ── HERO ── */
.hero{background:var(--navy);padding:68px 0 60px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--navy-d) 0%,var(--navy) 55%,var(--navy-l) 100%);opacity:.8}
.hero-inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:16px}
.hero-title{font-family:var(--fh);font-size:clamp(27px,3.4vw,44px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:18px}
.hero-lead{font-size:16.5px;color:rgba(255,255,255,.7);line-height:1.72;margin-bottom:30px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary{background:var(--orange);color:#fff;font-size:15px;font-weight:600;padding:12px 26px;border-radius:var(--r);transition:background var(--tr),transform var(--tr),box-shadow var(--tr);display:inline-flex;align-items:center;gap:8px}
.btn-primary:hover{background:var(--orange-l);transform:translateY(-2px);box-shadow:0 6px 20px rgba(232,118,43,.35)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.82);font-size:15px;font-weight:500;padding:11px 22px;border-radius:var(--r);border:1.5px solid rgba(255,255,255,.26);transition:all var(--tr);display:inline-flex;align-items:center;gap:8px}
.btn-ghost:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.52);color:#fff}
.hero-img-wrap{border-radius:var(--rl);overflow:hidden;box-shadow:var(--shl);position:relative}
.hero-img-wrap img{width:100%;height:400px;object-fit:cover}
.hero-img-cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.62));padding:26px 18px 13px;color:rgba(255,255,255,.78);font-size:12px;line-height:1.4}

/* ── SECTIONS ── */
.sec{padding:62px 0}
.sec-alt{background:var(--surface)}
.sec-dark{background:var(--navy)}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;gap:16px}
.sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.8px;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.sec-title{font-family:var(--fh);font-size:clamp(22px,2.5vw,32px);font-weight:700;color:var(--navy);line-height:1.25}
.sec-dark .sec-title{color:#fff}
.sec-lead{font-size:15.5px;color:var(--muted);margin-top:8px;max-width:560px;line-height:1.65}
.sec-link{font-size:14px;font-weight:600;color:var(--orange);white-space:nowrap;display:flex;align-items:center;gap:5px;transition:gap var(--tr);flex-shrink:0}
.sec-link:hover{gap:9px}
.sec-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.5}

/* ── GRIDS ── */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}

/* ── ARTICLE CARDS ── */
.art-card{background:var(--surface);border-radius:var(--rl);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border-l);transition:box-shadow var(--tr),transform var(--tr);display:flex;flex-direction:column}
.art-card:hover{box-shadow:var(--shm);transform:translateY(-3px)}
.art-card-img{position:relative;overflow:hidden}
.art-card-img img{width:100%;height:200px;object-fit:cover;transition:transform .4s ease}
.art-card:hover .art-card-img img{transform:scale(1.04)}
.art-cat{position:absolute;top:12px;left:12px;background:var(--navy);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:4px 10px;border-radius:4px}
.art-cat.o{background:var(--orange)}
.art-body{padding:20px;flex:1;display:flex;flex-direction:column}
.art-meta{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--light);margin-bottom:9px}
.art-dot{width:3px;height:3px;border-radius:50%;background:var(--light);flex-shrink:0}
.art-title{font-family:var(--fh);font-size:17.5px;font-weight:600;color:var(--navy);line-height:1.35;margin-bottom:9px;transition:color var(--tr)}
.art-card:hover .art-title{color:var(--orange)}
.art-exc{font-size:14px;color:var(--muted);line-height:1.62;flex:1;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.art-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-l);padding-top:13px}
.art-author{display:flex;align-items:center;gap:7px}
.art-av{width:28px;height:28px;border-radius:50%;background:var(--surface-alt);overflow:hidden;flex-shrink:0}
.art-av img{width:100%;height:100%;object-fit:cover}
.art-aname{font-weight:500;color:var(--text);font-size:13px}
.art-more{font-size:13px;font-weight:600;color:var(--orange);display:flex;align-items:center;gap:4px;transition:gap var(--tr)}
.art-more:hover{gap:7px}
.art-more svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}
.art-card.feat{grid-column:span 2;flex-direction:row}
.art-card.feat .art-card-img img{height:100%;min-height:260px;width:100%}
.art-card.feat .art-card-img{min-width:280px;max-width:320px}
.art-card.feat .art-body{padding:28px}
.art-card.feat .art-title{font-size:20px}

/* ── FEATURED STORY ── */
.feat-story{display:grid;grid-template-columns:1.1fr .9fr;border-radius:var(--rl);overflow:hidden;box-shadow:var(--shm);border:1px solid var(--border-l);background:var(--surface)}
.feat-story-img{position:relative;min-height:460px}
.feat-story-img img{width:100%;height:100%;object-fit:cover}
.feat-story-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(17,30,53,.85));padding:56px 28px 24px}
.feat-story-content{padding:42px 42px 34px;display:flex;flex-direction:column;justify-content:space-between}
.story-tag{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:11px;display:inline-block}
.feat-story-title{font-family:var(--fh);font-size:26px;font-weight:700;color:var(--navy);line-height:1.25;margin-bottom:14px}
.feat-story-lead{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:22px}
.feat-story-meta{font-size:13px;color:var(--light)}

/* ── STATS ── */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--rl);overflow:hidden;box-shadow:var(--sh)}
.stat-block{background:var(--surface);padding:30px 24px;text-align:center}
.stat-num{font-family:var(--fh);font-size:38px;font-weight:700;color:var(--navy);line-height:1;margin-bottom:5px}
.stat-num span{color:var(--orange)}
.stat-label{font-size:13px;color:var(--muted)}

/* ── CAT PILLS ── */
.cat-nav{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:34px}
.cat-pill{font-size:13px;font-weight:500;padding:7px 18px;border-radius:30px;border:1.5px solid var(--border);color:var(--muted);background:var(--surface);transition:all var(--tr);cursor:pointer;display:inline-block}
.cat-pill:hover,.cat-pill.active{background:var(--navy);border-color:var(--navy);color:#fff}

/* ── SIDEBAR LAYOUT ── */
.layout-sb{display:grid;grid-template-columns:1fr 330px;gap:40px;align-items:start}
.sidebar{display:flex;flex-direction:column;gap:26px}
.widget{background:var(--surface);border-radius:var(--rl);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border-l)}
.widget-head{padding:14px 20px;border-bottom:1px solid var(--border-l);background:var(--surface-alt)}
.widget-title{font-family:var(--fh);font-size:16px;font-weight:600;color:var(--navy)}
.widget-body{padding:18px}
.pop-list{display:flex;flex-direction:column}
.pop-item{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--border-l)}
.pop-item:last-child{border-bottom:none}
.pop-n{font-family:var(--fh);font-size:19px;font-weight:700;color:var(--border);line-height:1;flex-shrink:0;width:24px}
.pop-t{font-size:13.5px;font-weight:500;color:var(--text);line-height:1.4}
.pop-t a:hover{color:var(--orange)}
.pop-m{font-size:11.5px;color:var(--light);margin-top:3px}
.tag-cloud{display:flex;flex-wrap:wrap;gap:7px}
.tag{font-size:12px;padding:5px 11px;border-radius:4px;background:var(--surface-alt);color:var(--muted);border:1px solid var(--border);transition:all var(--tr)}
.tag:hover{background:var(--navy);color:#fff;border-color:var(--navy)}

/* ── NEWSLETTER ── */
.nl-box{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-l) 100%);border-radius:var(--rl);padding:32px 26px;text-align:center}
.nl-ico{width:48px;height:48px;background:rgba(255,255,255,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 13px}
.nl-ico svg{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:2}
.nl-box h3{font-family:var(--fh);font-size:19px;color:#fff;margin-bottom:7px}
.nl-box p{font-size:13px;color:rgba(255,255,255,.58);margin-bottom:17px;line-height:1.6}
.nl-form{display:flex;flex-direction:column;gap:9px}
.nl-form input{width:100%;padding:10px 14px;border-radius:var(--r);border:1.5px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);color:#fff;font-size:14px;outline:none;transition:border-color var(--tr)}
.nl-form input::placeholder{color:rgba(255,255,255,.38)}
.nl-form input:focus{border-color:var(--orange)}
.nl-form button{width:100%;padding:11px;background:var(--orange);color:#fff;font-size:14px;font-weight:600;border-radius:var(--r);transition:background var(--tr)}
.nl-form button:hover{background:var(--orange-l)}
.nl-success{margin-top:10px;color:#4caf50;font-size:13px;font-weight:600}

/* ── ARTICLE SINGLE ── */
.art-hero{background:var(--navy);padding:48px 0 0}
.art-hero-inner{max-width:840px;margin:0 auto;padding:0 24px}
.art-cat-link{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);display:inline-block;margin-bottom:15px}
.art-hero-title{font-family:var(--fh);font-size:clamp(25px,4vw,44px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:17px}
.art-hero-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:rgba(255,255,255,.58);margin-bottom:30px}
.art-hero-meta span{display:flex;align-items:center;gap:5px}
.art-hero-meta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;opacity:.7}
.art-hero-img{width:100%;height:440px;object-fit:cover;display:block}
.art-progress{height:3px;background:var(--orange);width:0;position:fixed;top:0;left:0;z-index:1100;transition:width .1s linear}
.art-body-wrap{max-width:840px;margin:0 auto;padding:44px 24px 64px}
.art-body-wrap p{font-size:16.5px;line-height:1.82;color:var(--text);margin-bottom:21px}
.art-body-wrap h2{font-family:var(--fh);font-size:25px;font-weight:700;color:var(--navy);margin:36px 0 14px;line-height:1.3}
.art-body-wrap h3{font-family:var(--fh);font-size:19px;font-weight:600;color:var(--navy);margin:26px 0 11px}
.art-body-wrap ul,.art-body-wrap ol{margin:0 0 21px 24px;font-size:16px;line-height:1.78;color:var(--text)}
.art-body-wrap li{margin-bottom:6px}
.art-body-wrap ul li{list-style:disc}
.art-body-wrap ol li{list-style:decimal}
.art-body-wrap blockquote{border-left:4px solid var(--orange);background:var(--surface-alt);padding:18px 22px;margin:26px 0;border-radius:0 var(--r) var(--r) 0}
.art-body-wrap blockquote p{font-family:var(--fh);font-size:17.5px;font-style:italic;color:var(--navy);margin-bottom:0;line-height:1.55}
.art-body-wrap figure{margin:26px 0}
.art-body-wrap figure img{width:100%;border-radius:var(--rl)}
.art-body-wrap figcaption{font-size:12.5px;color:var(--light);margin-top:7px;text-align:center}
.art-share{display:flex;align-items:center;gap:11px;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:30px 0;flex-wrap:wrap}
.share-label{font-size:13px;font-weight:600;color:var(--navy)}
.share-btn{padding:7px 15px;border-radius:var(--r);font-size:12.5px;font-weight:600;transition:opacity var(--tr);display:inline-flex;align-items:center;gap:5px;color:#fff}
.share-btn:hover{opacity:.85}
.share-btn.tw{background:#1da1f2}
.share-btn.fb{background:#1877f2}
.share-btn.li{background:#0a66c2}
.art-tags-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:36px}

/* ── ABOUT ── */
.page-hero{background:linear-gradient(135deg,var(--navy-d),var(--navy-l));padding:68px 0;text-align:center}
.page-hero h1{font-family:var(--fh);font-size:clamp(28px,4vw,50px);color:#fff;margin-bottom:14px}
.page-hero p{font-size:17px;color:rgba(255,255,255,.66);max-width:620px;margin:0 auto;line-height:1.7}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.team-card{background:var(--surface);border-radius:var(--rl);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border-l);transition:box-shadow var(--tr),transform var(--tr)}
.team-card:hover{box-shadow:var(--shm);transform:translateY(-3px)}
.team-card img{width:100%;height:220px;object-fit:cover}
.team-info{padding:18px}
.team-name{font-family:var(--fh);font-size:17px;font-weight:600;color:var(--navy);margin-bottom:3px}
.team-role{font-size:12.5px;color:var(--orange);font-weight:600;margin-bottom:9px}
.team-bio{font-size:13px;color:var(--muted);line-height:1.6}

/* ── CONTACT ── */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}
.ci-item{display:flex;gap:15px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--border-l)}
.ci-item:last-child{border-bottom:none}
.ci-ico{width:42px;height:42px;border-radius:10px;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ci-ico svg{width:19px;height:19px;stroke:var(--navy);fill:none;stroke-width:1.8}
.ci-label{font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--light);margin-bottom:3px}
.ci-val{font-size:15px;font-weight:500;color:var(--text)}
.ci-sub{font-size:13px;color:var(--muted);margin-top:1px}
.contact-form-box{background:var(--surface);border-radius:var(--rl);padding:34px;box-shadow:var(--shm);border:1px solid var(--border-l)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fg{margin-bottom:16px}
.fg label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:5px}
.fg input,.fg textarea,.fg select{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:14px;color:var(--text);background:var(--bg);outline:none;transition:border-color var(--tr),background var(--tr);resize:vertical}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--navy);background:var(--surface)}
.fg textarea{min-height:130px}
.btn-send{width:100%;padding:13px;background:var(--navy);color:#fff;font-size:15px;font-weight:600;border-radius:var(--r);transition:background var(--tr);display:flex;align-items:center;justify-content:center;gap:8px}
.btn-send:hover{background:var(--navy-l)}
.form-success{display:none;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:var(--r);padding:14px 18px;color:#2e7d32;font-size:14.5px;font-weight:500;margin-top:13px;text-align:center}
.form-success.show{display:block}

/* ── POLICY PAGES ── */
.policy-wrap{max-width:860px;margin:0 auto;padding:54px 0 70px}
.policy-wrap h1{font-family:var(--fh);font-size:36px;color:var(--navy);margin-bottom:8px}
.policy-meta{font-size:13px;color:var(--muted);margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.policy-wrap h2{font-family:var(--fh);font-size:21px;color:var(--navy);margin:34px 0 11px}
.policy-wrap h3{font-family:var(--fh);font-size:17px;color:var(--navy);margin:22px 0 8px}
.policy-wrap p{font-size:15.5px;color:var(--text);line-height:1.8;margin-bottom:15px}
.policy-wrap ul{margin:0 0 17px 22px;font-size:15.5px;line-height:1.75;color:var(--text)}
.policy-wrap li{margin-bottom:5px;list-style:disc}
.policy-wrap a{color:var(--orange)}
.policy-wrap a:hover{text-decoration:underline}
.policy-wrap table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}
.policy-wrap th{background:var(--surface-alt);padding:10px 13px;text-align:left;font-weight:600;color:var(--navy);border:1px solid var(--border)}
.policy-wrap td{padding:9px 13px;border:1px solid var(--border);color:var(--text);line-height:1.5}
.policy-wrap tr:nth-child(even) td{background:#fafbfd}

/* ── FOOTER ── */
.site-footer{background:var(--navy-d);color:rgba(255,255,255,.7);padding:58px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-about{font-size:13.5px;line-height:1.7;margin-top:15px;color:rgba(255,255,255,.52);margin-bottom:20px}
.footer-social{display:flex;gap:9px}
.soc-btn{width:34px;height:34px;border-radius:7px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:all var(--tr)}
.soc-btn:hover{background:var(--orange);color:#fff}
.soc-btn svg{width:16px;height:16px;fill:currentColor}
.footer-col h4{font-family:var(--fh);font-size:15px;font-weight:600;color:#fff;margin-bottom:16px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{font-size:13.5px;color:rgba(255,255,255,.52);transition:color var(--tr)}
.footer-links a:hover{color:var(--orange)}
.footer-bottom{padding:16px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:12.5px;color:rgba(255,255,255,.38)}
.footer-bottom a{color:rgba(255,255,255,.42);transition:color var(--tr)}
.footer-bottom a:hover{color:var(--orange)}
.footer-bottom-links{display:flex;gap:16px;flex-wrap:wrap}

/* ── SEARCH OVERLAY ── */
.search-overlay{position:fixed;inset:0;background:rgba(17,30,53,.95);z-index:9999;display:none;align-items:flex-start;justify-content:center;padding-top:90px}
.search-overlay.open{display:flex}
.search-box{width:100%;max-width:660px;padding:0 24px;position:relative}
.search-box input{width:100%;padding:17px 22px;font-size:20px;border:1.5px solid rgba(255,255,255,.18);border-radius:var(--rl);outline:none;background:rgba(255,255,255,.10);color:#fff}
.search-box input::placeholder{color:rgba(255,255,255,.38)}
.search-close{position:absolute;top:24px;right:24px;color:rgba(255,255,255,.55);font-size:28px;cursor:pointer;background:none;border:none;line-height:1;transition:color var(--tr)}
.search-close:hover{color:#fff}

/* ── PAGINATION ── */
.pagination{display:flex;align-items:center;justify-content:center;gap:7px;padding:38px 0 10px}
.page-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--r);border:1.5px solid var(--border);font-size:14px;font-weight:500;color:var(--muted);background:var(--surface);transition:all var(--tr)}
.page-btn:hover,.page-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}
.page-btn.wide{width:auto;padding:0 14px;gap:5px}
.page-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}

/* ── MISC ── */
.highlight-box{background:var(--surface-alt);border-radius:var(--rl);padding:26px 30px;border-left:4px solid var(--orange);margin:26px 0}
.highlight-box h3{font-family:var(--fh);font-size:18px;color:var(--navy);margin-bottom:7px}
.highlight-box p{font-size:15px;color:var(--muted);margin-bottom:0}
.scroll-top{position:fixed;bottom:26px;right:26px;width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shm);z-index:500;opacity:0;pointer-events:none;transition:opacity var(--tr),transform var(--tr);transform:translateY(8px);border:none;cursor:pointer}
.scroll-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.scroll-top svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.5}
.cookie-bar{position:fixed;bottom:0;left:0;right:0;background:var(--navy-d);color:rgba(255,255,255,.8);padding:16px 24px;display:none;align-items:center;justify-content:space-between;gap:16px;z-index:800;flex-wrap:wrap;border-top:2px solid var(--orange)}
.cookie-bar p{font-size:13.5px;line-height:1.5;max-width:740px}
.cookie-bar a{color:var(--orange)}
.cookie-btns{display:flex;gap:10px;flex-shrink:0}
.cookie-accept{background:var(--orange);color:#fff;padding:8px 20px;border-radius:var(--r);font-size:13px;font-weight:600;transition:background var(--tr);cursor:pointer;border:none}
.cookie-accept:hover{background:var(--orange-l)}
.cookie-decline{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7);padding:8px 16px;border-radius:var(--r);font-size:13px;font-weight:500;transition:background var(--tr);cursor:pointer;border:1px solid rgba(255,255,255,.2)}
.cookie-decline:hover{background:rgba(255,255,255,.18)}
.inline-art-list{display:flex;flex-direction:column;gap:0}
.inline-art-item{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--border-l)}
.inline-art-item:last-child{border-bottom:none}
.inline-art-img{width:80px;height:62px;border-radius:var(--r);overflow:hidden;flex-shrink:0}
.inline-art-img img{width:100%;height:100%;object-fit:cover}
.inline-art-t{font-size:14px;font-weight:500;color:var(--text);line-height:1.4}
.inline-art-t a:hover{color:var(--orange)}
.inline-art-m{font-size:11.5px;color:var(--light);margin-top:4px}
.expert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.expert-card{background:var(--surface);border-radius:var(--rl);box-shadow:var(--sh);border:1px solid var(--border-l);overflow:hidden;transition:box-shadow var(--tr),transform var(--tr)}
.expert-card:hover{box-shadow:var(--shm);transform:translateY(-3px)}
.expert-card img{width:100%;height:240px;object-fit:cover}
.expert-body{padding:22px}
.expert-name{font-family:var(--fh);font-size:19px;font-weight:700;color:var(--navy);margin-bottom:3px}
.expert-role{font-size:12.5px;color:var(--orange);font-weight:600;margin-bottom:9px}
.expert-bio{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:12px}
.etags{display:flex;flex-wrap:wrap;gap:5px}
.etag{font-size:11px;padding:3px 9px;border-radius:20px;background:var(--surface-alt);color:var(--muted);border:1px solid var(--border)}
.topics-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.topic-card{background:var(--surface);border-radius:var(--rl);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border-l);transition:box-shadow var(--tr),transform var(--tr)}
.topic-card:hover{box-shadow:var(--shm);transform:translateY(-3px)}
.topic-card img{width:100%;height:175px;object-fit:cover}
.topic-card-body{padding:20px}
.topic-card-title{font-family:var(--fh);font-size:19px;font-weight:700;color:var(--navy);margin-bottom:7px}
.topic-card-desc{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:11px}
.topic-count{font-size:12px;font-weight:600;color:var(--orange)}
.topic-card.wide{grid-column:span 2}
.res-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.res-card{background:var(--surface);border-radius:var(--rl);padding:26px;box-shadow:var(--sh);border:1px solid var(--border-l);display:flex;gap:18px;align-items:flex-start;transition:box-shadow var(--tr)}
.res-card:hover{box-shadow:var(--shm)}
.res-ico{width:50px;height:50px;border-radius:11px;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.res-ico svg{width:23px;height:23px;stroke:var(--navy);fill:none;stroke-width:1.8}
.res-body h3{font-family:var(--fh);font-size:17px;color:var(--navy);margin-bottom:5px}
.res-body p{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:10px}
.res-link{font-size:13px;font-weight:600;color:var(--orange);display:inline-flex;align-items:center;gap:5px;transition:gap var(--tr)}
.res-link:hover{gap:8px}
.res-link svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5}
.events-list{display:flex;flex-direction:column;gap:16px}
.event-card{background:var(--surface);border-radius:var(--rl);box-shadow:var(--sh);border:1px solid var(--border-l);display:grid;grid-template-columns:90px 1fr;overflow:hidden;transition:box-shadow var(--tr)}
.event-card:hover{box-shadow:var(--shm)}
.event-date-block{background:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px}
.event-day{font-family:var(--fh);font-size:30px;font-weight:700;color:#fff;line-height:1}
.event-month{font-size:11px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:1.2px;margin-top:3px}
.event-body{padding:18px 22px}
.event-title{font-family:var(--fh);font-size:17px;color:var(--navy);margin-bottom:6px;font-weight:600}
.event-meta{font-size:12.5px;color:var(--muted);display:flex;gap:12px;flex-wrap:wrap}
.event-desc{font-size:13.5px;color:var(--muted);line-height:1.6;margin:9px 0}
.analysis-card{background:var(--surface);border-radius:var(--rl);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border-l)}
.analysis-card img{width:100%;height:190px;object-fit:cover}
.analysis-card-body{padding:22px}
.analysis-card-title{font-family:var(--fh);font-size:19px;color:var(--navy);margin-bottom:9px;font-weight:700;line-height:1.3}
.analysis-card-exc{font-size:14px;color:var(--muted);line-height:1.62;margin-bottom:14px}
.analysis-meta{font-size:12px;color:var(--light);display:flex;gap:10px;margin-bottom:13px}
.info-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:32px 0}
.info-box{background:var(--surface);border-radius:var(--rl);padding:28px 24px;text-align:center;box-shadow:var(--sh);border:1px solid var(--border-l)}
.info-box-ico{width:54px;height:54px;border-radius:14px;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.info-box-ico svg{width:26px;height:26px;stroke:var(--navy);fill:none;stroke-width:1.8}
.info-box h3{font-family:var(--fh);font-size:17px;color:var(--navy);margin-bottom:7px}
.info-box p{font-size:13.5px;color:var(--muted);line-height:1.6}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .stats-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr}
  .hero-img-wrap{display:none}
  .layout-sb{grid-template-columns:1fr}
  .sidebar{display:none}
  .feat-story{grid-template-columns:1fr}
  .feat-story-img{min-height:260px}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .topics-mosaic{grid-template-columns:1fr 1fr}
  .topic-card.wide{grid-column:span 1}
  .expert-grid{grid-template-columns:repeat(2,1fr)}
  .art-card.feat{flex-direction:column;grid-column:span 1}
  .art-card.feat .art-card-img{min-width:unset;max-width:unset}
  .art-card.feat .art-card-img img{height:200px}
  .info-boxes{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .main-nav,.hdr-actions .btn-sub{display:none}
  .hamburger{display:flex}
  .grid-3,.grid-2,.grid-4{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .stats-row{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}
  .topics-mosaic{grid-template-columns:1fr}
  .expert-grid{grid-template-columns:1fr}
  .res-grid{grid-template-columns:1fr}
  .feat-story-content{padding:22px}
  .info-boxes{grid-template-columns:1fr}
  .hdr-top .container{flex-direction:column;align-items:flex-start;gap:3px}
}
@media(max-width:420px){
  .container{padding:0 14px}
  .team-grid{grid-template-columns:1fr}
}

/* R13 */
:root {
  --color-border: #3b82f6;
  --color-border-light: #3b82f6;
  --color-navy: #3b82f6;
  --color-orange: #3b82f6;
  --color-surface: #3b82f6;
  --color-surface-alt: #3b82f6;
  --color-text-muted: #3b82f6;
  --radius-lg: 12px;
  --shadow-md: 0 2px 8px rgba(0,0,0,.12);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.12);
}
