:root{
  --navy:#071f50;
  --navy-2:#082b65;
  --teal:#087d82;
  --teal-2:#0b9a99;
  --ink:#17233f;
  --muted:#5d6b84;
  --line:#dbe7ee;
  --panel:#f7fbfd;
  --white:#fff;
  --shadow:0 18px 46px rgba(7,31,80,.09);
  --radius:16px;
  --font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --font-serif:"Playfair Display",Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-sans);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.container{width:min(100% - 80px,1110px);margin-inline:auto}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(219,231,238,.8);backdrop-filter:blur(12px)}
.header-inner{min-height:88px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:155px;height:auto}
.main-nav{display:flex;align-items:center;justify-content:center;gap:32px;flex:1;font-size:14px;font-weight:700;color:var(--navy)}
.main-nav a{position:relative;padding:34px 0 30px}.main-nav a:hover,.main-nav a.active{color:var(--teal)}
.main-nav a.active::after,.main-nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:3px;border-radius:999px;background:var(--teal)}
.header-actions{display:flex;align-items:center;gap:22px}.lang-switch{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--navy)}.lang-switch a:hover{color:var(--teal)}
.nav-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--navy);font-size:24px;padding:5px 12px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 26px;border-radius:8px;border:1px solid transparent;font-size:15px;font-weight:800;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--teal),#00646c);color:#fff;box-shadow:0 12px 24px rgba(8,125,130,.2)}.btn-primary:hover{background:linear-gradient(135deg,#08727a,#004e58)}.btn-outline{background:#fff;color:var(--teal);border-color:var(--teal)}.btn-outline:hover{background:#eefafa}.btn-small{min-height:44px;padding:0 18px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-weight:800}

/* Home Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%)}
.home-hero{padding:72px 0 32px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;min-height:370px}.hero-copy h1{margin:0;color:var(--navy);font-family:var(--font-serif);font-size:clamp(58px,7vw,92px);letter-spacing:-.04em;line-height:.98}.title-rule{display:block;width:38px;height:4px;border-radius:999px;background:var(--teal);margin:22px 0}.hero-copy p{margin:0 0 28px;color:var(--muted);font-size:19px;line-height:1.75}.button-row{display:flex;gap:18px;flex-wrap:wrap}.hero-art{min-height:360px;position:relative}.hero-art::before,.hero-art::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(8,125,130,.12);transform:rotate(-20deg)}.hero-art::before{inset:30px -180px 40px 30px;background:radial-gradient(circle at 40% 50%,rgba(8,125,130,.06),transparent 62%)}.hero-art::after{right:-120px;top:90px;width:580px;height:230px;background:repeating-linear-gradient(174deg,rgba(8,125,130,.07) 0 1px,transparent 1px 7px);opacity:.55}

/* Cards */
.card-shell{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(7,31,80,.05);overflow:hidden}.editor-pick{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}.editor-image img{width:100%;height:265px;object-fit:cover}.editor-copy{padding:38px 42px;display:flex;flex-direction:column;justify-content:center}.eyebrow,.type-label{color:var(--teal);text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:12px}.editor-copy h2{font-family:var(--font-serif);font-size:34px;line-height:1.1;color:var(--navy);margin:10px 0 12px}.editor-copy p:not(.eyebrow){color:var(--muted);margin:0 0 18px}.featured-section{padding:8px 0 28px}

/* Latest */
.latest-section{padding:0 0 50px}.section-topline{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:8px 0 14px}.section-topline h2,.center-heading h2,.related-heading h2{font-family:var(--font-serif);font-size:29px;color:var(--navy);line-height:1.2;margin:0}.category-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;margin-bottom:18px}.tab{height:50px;border:0;border-right:1px solid var(--line);background:#fff;color:#41506b;font:700 15px var(--font-sans);display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.tab:last-child{border-right:0}.tab.active{background:linear-gradient(135deg,var(--teal),#00646c);color:#fff}.filter-pills{display:flex;gap:16px;flex-wrap:wrap;margin:0 0 22px}.pill{min-width:58px;height:30px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;color:#53617a;font-size:13px;font-weight:700;background:#fff}.pill.active{background:var(--teal);border-color:var(--teal);color:#fff}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-card{display:grid;grid-template-columns:135px 1fr;min-height:178px}.journal-card>img{width:100%;height:100%;object-fit:cover}.journal-card-body{padding:20px 20px 16px}.journal-card h3{font-family:var(--font-serif);font-size:20px;line-height:1.12;color:var(--navy);margin:7px 0 7px}.journal-card p{font-size:13px;color:var(--muted);margin:0 0 10px}.journal-card time{font-size:12px;color:#758199}

/* Submit steps */
.submit-steps{padding:10px 0 42px}.center-heading{text-align:center;margin-bottom:28px}.center-heading span{display:block;width:40px;height:3px;border-radius:999px;background:var(--teal);margin:10px auto 0}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.step-card{position:relative;text-align:center;padding:0 10px}.step-card:not(:last-child)::after{content:"";position:absolute;right:-22px;top:38px;width:54px;border-top:2px dotted rgba(8,125,130,.55)}.step-icon{width:70px;height:70px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;position:relative;color:var(--teal);font-size:28px;background:#fff}.step-icon b{position:absolute;right:-3px;top:-5px;width:22px;height:22px;border-radius:50%;background:var(--teal);color:#fff;font-size:12px;display:grid;place-items:center}.step-card h3{margin:0 0 5px;color:var(--navy);font-family:var(--font-serif);font-size:16px}.step-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}

/* Article page */
.article-main{padding:28px 0 0;background:#fff}.breadcrumb{display:flex;gap:12px;align-items:center;font-size:12px;color:#436080;font-weight:700;margin:0 0 24px}.breadcrumb a:hover{color:var(--teal)}.article-header h1{font-family:var(--font-serif);font-size:clamp(43px,5.8vw,66px);color:var(--navy);line-height:1.05;letter-spacing:-.035em;margin:0 0 22px}.article-meta-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.article-meta{display:flex;gap:32px;flex-wrap:wrap;color:#354667;font-size:13px;font-weight:700}.article-meta span{white-space:nowrap}.share-row{display:flex;align-items:center;gap:12px;color:#314362;font-size:13px;font-weight:800}.share-row a,.socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--teal);background:#fff;font-weight:900}.article-hero-image img{width:100%;height:292px;object-fit:cover;border-radius:10px}.article-hero-image{margin:0 0 20px}.lead-box{border:1px solid var(--line);border-left:5px solid var(--teal);border-radius:10px;background:#fbfdff;padding:20px 34px;margin:0 0 22px}.lead-box p{font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.65;color:#0c2657;margin:0}.article-body-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:58px;align-items:start}.article-content{font-family:Georgia,"Times New Roman",serif;color:#071f50;font-size:16.5px;line-height:1.55}.article-content p{margin:0 0 15px}.article-content h2{font-family:var(--font-serif);font-size:23px;line-height:1.25;color:var(--teal);margin:16px 0 3px}.pull-quote{border:1px solid var(--line);border-radius:14px;background:#fbfdff;padding:34px 32px;text-align:center;color:var(--navy);min-height:310px;display:flex;flex-direction:column;justify-content:center;align-items:center}.quote-mark{font-family:Georgia,serif;color:var(--teal);font-size:72px;line-height:.5;align-self:flex-start}.quote-close{align-self:flex-end;margin-top:-8px}.pull-quote blockquote{margin:12px 0 0;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:25px;line-height:1.52;color:var(--navy);font-weight:700}.mountain-mark{margin-top:8px;color:var(--teal);letter-spacing:-3px;border-top:1px solid rgba(8,125,130,.45);width:170px;padding-top:8px}.author-box{display:grid;grid-template-columns:92px 1fr;gap:22px;align-items:center;padding:18px 30px;margin:24px 0 20px}.author-box img{width:86px;height:86px;border-radius:50%;object-fit:cover}.author-box h2{margin:0 0 4px;font-family:var(--font-serif);color:var(--teal);font-size:24px}.author-box p{margin:0;font-family:Georgia,"Times New Roman",serif;color:#102a5a;font-size:15px;line-height:1.55}.related-section{padding:0 0 18px}.related-heading{display:grid;grid-template-columns:1fr auto 1fr;gap:22px;align-items:center;margin:0 0 12px}.related-heading span{height:1px;background:var(--line)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.related-card{display:grid;grid-template-columns:150px 1fr;gap:15px;padding:10px;align-items:center}.related-card img{width:100%;height:100px;object-fit:cover;border-radius:8px}.related-card span{display:block;color:var(--teal);font-size:11px;font-weight:900;margin-bottom:4px}.related-card h3{font-family:var(--font-serif);font-size:19px;line-height:1.1;color:var(--navy);margin:0 0 5px}.related-card p,.related-card time{display:block;margin:0 0 4px;color:#41506b;font-size:12px}

/* Footer */
.site-footer{background:radial-gradient(circle at 95% 50%,rgba(15,163,154,.18),transparent 28%),linear-gradient(135deg,#082b65,#031a40);color:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr .9fr 1.1fr 1fr;gap:44px;padding:34px 0 28px}.footer-brand img{filter:brightness(0) invert(1);width:128px;margin-bottom:12px}.footer-brand p,.footer-col p,.footer-col a,.footer-bottom p{color:rgba(255,255,255,.85)}.footer-col h3{font-family:var(--font-serif);font-size:18px;margin:0 0 12px}.footer-col p{margin:0 0 8px;font-size:13px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:5px;font-size:13px}.footer-col a:hover{color:#fff}.socials{display:flex;gap:12px}.socials a{border-color:rgba(255,255,255,.42);background:transparent;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.18)}.footer-bottom-inner{min-height:48px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.footer-bottom-inner.centered{justify-content:center}.footer-bottom span{padding-inline:8px}

/* Responsive */
@media (max-width:1000px){.container{width:min(100% - 44px,1110px)}.main-nav{display:none}.nav-toggle{display:block;margin-left:auto}.header-actions{display:none}.header-inner{justify-content:space-between}.hero-grid{grid-template-columns:1fr}.hero-art{display:none}.editor-pick{grid-template-columns:1fr}.article-grid,.related-grid{grid-template-columns:1fr}.journal-card,.related-card{grid-template-columns:160px 1fr}.article-body-grid{grid-template-columns:1fr}.pull-quote{max-width:480px;margin-inline:auto}.steps-row{grid-template-columns:repeat(2,1fr)}.step-card::after{display:none}.footer-grid{grid-template-columns:1fr 1fr}.article-meta-wrap{align-items:flex-start;flex-direction:column}}
@media (max-width:640px){.container{width:min(100% - 28px,1110px)}.site-header{position:relative}.brand img{width:128px}.home-hero{padding:44px 0 24px}.hero-copy h1{font-size:54px}.hero-copy p{font-size:16px}.button-row,.section-topline{flex-direction:column;align-items:flex-start}.btn{width:100%;min-height:48px}.category-tabs{grid-template-columns:1fr}.tab{border-right:0;border-bottom:1px solid var(--line)}.journal-card,.related-card,.author-box{grid-template-columns:1fr}.journal-card>img,.related-card img{height:180px}.steps-row,.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;gap:8px;padding:16px 0;text-align:center}.article-header h1{font-size:40px}.article-meta{gap:12px;flex-direction:column}.article-hero-image img{height:220px}.lead-box{padding:18px}.lead-box p,.article-content{font-size:16px}.pull-quote blockquote{font-size:21px}}
