/* NPG shared stylesheet — used across all pages */
  :root{
    --red-1:#C0272D;   /* primary accent / buttons / links */
    --red-2:#A0303A;   /* secondary */
    --red-3:#8B1A1A;   /* dark panels */
    --red-4:#6B2020;   /* headline ink */
    --red-5:#5A0D0D;   /* deepest / footer */
    --gold:#C9912A;    /* accent only */
    --cream:#FBF0EE;
    --white:#FFFFFF;
    --ink:#3a1a1a;
    --serif: "Fraunces", Georgia, serif;
    --sans: "Inter", -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0; font-family:var(--sans); color:var(--ink); background:var(--cream); line-height:1.6;}
  a{color:inherit;}
  img{max-width:100%; display:block;}
  .container{max-width:1120px; margin:0 auto; padding:0 24px;}

  /* Header */
  header{position:sticky; top:0; z-index:50; background:rgba(251,240,238,0.92); backdrop-filter:blur(6px); border-bottom:1px solid rgba(139,26,26,0.12);}
  .nav{display:flex; align-items:center; justify-content:space-between; padding:16px 24px; max-width:1120px; margin:0 auto;}
  .brand{font-family:var(--serif); font-size:20px; font-weight:600; color:var(--red-4); letter-spacing:0.2px; text-decoration:none;}
  .brand span{color:var(--gold);}
  .navlinks{display:flex; gap:28px; align-items:center; font-size:14px; font-weight:500;}
  .navlinks a{text-decoration:none; color:var(--red-4); opacity:0.85;}
  .navlinks a:hover{opacity:1; color:var(--red-1);}
  .lang-toggle{border:1px solid var(--red-3); border-radius:20px; padding:5px 14px; font-size:13px; font-weight:600; text-decoration:none; color:var(--red-3);}

  /* Hero */
  .hero{padding:96px 24px 80px; max-width:1120px; margin:0 auto;}
  .eyebrow{font-size:13px; letter-spacing:2.5px; text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:18px;}
  .hero h1{font-family:var(--serif); font-size:clamp(34px,5vw,58px); font-weight:500; line-height:1.08; color:var(--red-4); max-width:820px; margin:0 0 26px;}
  .hero p.lead{font-size:18px; max-width:620px; color:#5a3535; margin:0 0 34px;}
  .cta-row{display:flex; gap:16px; flex-wrap:wrap;}
  .btn{display:inline-block; padding:13px 26px; border-radius:4px; font-weight:600; font-size:15px; text-decoration:none; transition:transform .15s ease, box-shadow .15s ease;}
  .btn-primary{background:var(--red-1); color:#fff;}
  .btn-primary:hover{transform:translateY(-1px); box-shadow:0 6px 16px rgba(192,39,45,0.28);}
  .btn-ghost{border:1.5px solid var(--red-3); color:var(--red-3);}
  .btn-ghost:hover{background:var(--red-3); color:#fff;}

  /* Audience gateway */
  .gateway{padding:20px 24px 90px; max-width:1120px; margin:0 auto;}
  .gateway-grid{display:grid; grid-template-columns:1.3fr 1fr; gap:24px;}
  @media (max-width:820px){ .gateway-grid{grid-template-columns:1fr;} }
  .gw-card{border-radius:10px; padding:36px; position:relative; overflow:hidden;}
  .gw-families{background:var(--white); border:1px solid rgba(139,26,26,0.14);}
  .gw-business{background:var(--red-4); color:var(--cream);}
  .gw-card h3{font-family:var(--serif); font-size:24px; margin:0 0 6px; font-weight:500;}
  .gw-business h3{color:#fff;}
  .gw-sub{font-size:13px; opacity:0.7; margin-bottom:22px;}
  .gw-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:2px;}
  .gw-list a{display:flex; justify-content:space-between; align-items:center; padding:13px 0; text-decoration:none; font-size:15.5px; font-weight:500; border-bottom:1px solid rgba(139,26,26,0.08);}
  .gw-business .gw-list a{border-bottom:1px solid rgba(255,255,255,0.14); color:var(--cream);}
  .gw-families .gw-list a{color:var(--red-4);}
  .gw-list a .arrow{opacity:0.5; transition:transform .15s ease, opacity .15s ease;}
  .gw-list a:hover .arrow{transform:translateX(4px); opacity:1;}

  /* Section shell */
  section{padding:80px 24px;}
  .section-head{max-width:640px; margin:0 auto 48px; text-align:left;}
  .section-head .eyebrow{margin-bottom:12px;}
  .section-head h2{font-family:var(--serif); font-size:clamp(26px,3.4vw,36px); font-weight:500; color:var(--red-4); margin:0;}

  /* Pathways */
  .pathways{background:var(--white);}
  .pw-list{max-width:1120px; margin:0 auto; display:flex; flex-direction:column; border-top:1px solid rgba(139,26,26,0.14);}
  .pw-item{display:grid; grid-template-columns:220px 1fr 1fr; gap:28px; padding:30px 0; border-bottom:1px solid rgba(139,26,26,0.14);}
  @media (max-width:900px){ .pw-item{grid-template-columns:1fr;} }
  .pw-num{font-family:var(--serif); font-size:15px; color:var(--gold); font-weight:600;}
  .pw-item h3{font-family:var(--serif); font-size:20px; font-weight:500; margin:4px 0 0; color:var(--red-4);}
  .pw-desc{font-size:15px; color:#4a2c2c;}
  .pw-not{font-size:13px; color:#8a5a5a; border-left:2px solid var(--gold); padding-left:12px;}
  .pw-not b{color:var(--red-3);}

  /* Network */
  .network{background:var(--cream); position:relative;}
  .net-line-wrap{max-width:1120px; margin:0 auto 10px; position:relative; height:2px;}
  .net-grid{max-width:1120px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative;}
  @media (max-width:900px){ .net-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:520px){ .net-grid{grid-template-columns:1fr;} }
  .net-card{background:var(--white); border-radius:10px; padding:26px 22px; border:1px solid rgba(139,26,26,0.12); position:relative;}
  .net-node{width:10px; height:10px; border-radius:50%; background:var(--gold); position:absolute; top:-24px; left:22px;}
  .net-tag{display:inline-block; font-size:11px; font-weight:700; letter-spacing:0.6px; text-transform:uppercase; color:var(--red-3); background:rgba(201,145,42,0.15); padding:4px 9px; border-radius:12px; margin-bottom:12px;}
  .net-card h4{font-family:var(--serif); font-size:17px; margin:0 0 8px; color:var(--red-4); font-weight:600;}
  .net-card p{font-size:13.5px; color:#5a3535; margin:0 0 14px;}
  .net-card a{font-size:13px; font-weight:700; color:var(--red-1); text-decoration:none;}
  .net-card a:hover{text-decoration:underline;}

  /* Founder */
  .founder{background:var(--red-4); color:var(--cream);}
  .founder-grid{max-width:1120px; margin:0 auto; display:grid; grid-template-columns:220px 1fr; gap:44px; align-items:start;}
  @media (max-width:700px){ .founder-grid{grid-template-columns:1fr;} }
  .founder-photo{width:100%; aspect-ratio:1; border-radius:8px; background:linear-gradient(145deg, var(--red-3), var(--red-5)); display:flex; align-items:center; justify-content:center; font-family:var(--serif); font-size:15px; color:rgba(255,255,255,0.5); text-align:center; padding:12px;}
  .founder h2{font-family:var(--serif); font-size:30px; font-weight:500; margin:0 0 4px; color:#fff;}
  .founder .role{color:var(--gold); font-size:14px; font-weight:600; margin-bottom:20px;}
  .founder p{font-size:15.5px; color:rgba(251,240,238,0.9); max-width:640px;}
  .founder ul{padding-left:18px; font-size:14.5px; color:rgba(251,240,238,0.85);}
  .founder ul li{margin-bottom:6px;}

  /* Contact */
  .contact{background:var(--white);}
  .contact-grid{max-width:900px; margin:0 auto;}
  form{display:grid; gap:16px; grid-template-columns:1fr 1fr;}
  form .full{grid-column:1/-1;}
  label{font-size:13px; font-weight:600; color:var(--red-4); display:block; margin-bottom:6px;}
  input, select, textarea{width:100%; padding:12px 14px; border:1.5px solid rgba(139,26,26,0.2); border-radius:6px; font-family:var(--sans); font-size:14.5px; background:var(--cream); color:var(--ink);}
  textarea{min-height:110px; resize:vertical;}
  input:focus, select:focus, textarea:focus{outline:2px solid var(--gold); outline-offset:1px; border-color:var(--gold);}
  .submit-btn{grid-column:1/-1; justify-self:start;}

  /* Footer */
  footer{background:var(--red-5); color:rgba(251,240,238,0.75); padding:50px 24px 30px; font-size:12.5px;}
  .footer-inner{max-width:1120px; margin:0 auto;}
  .footer-inner p{margin:0 0 14px;}
  .footer-bottom{border-top:1px solid rgba(251,240,238,0.15); margin-top:24px; padding-top:18px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;}

  @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} }

/* Sub-page header (About / Network / Health Industry / Insights / Contact) */
.page-hero{padding:64px 24px 50px; max-width:900px; margin:0 auto;}
.page-hero h1{font-family:var(--serif); font-size:clamp(30px,4.5vw,44px); font-weight:500; color:var(--red-4); margin:0 0 16px; line-height:1.12;}
.page-hero p.lead{font-size:17px; max-width:620px; color:#5a3535;}
.breadcrumb{font-size:13px; color:var(--red-3); text-decoration:none; font-weight:600;}
.breadcrumb:hover{text-decoration:underline;}

/* Legal page shell (privacy / terms / referral disclaimer) */
.legal-wrap{max-width:760px; margin:0 auto; padding:60px 24px 90px;}
.legal-wrap h1{font-family:var(--serif); color:var(--red-4); font-size:32px; margin-bottom:6px;}
.legal-wrap .updated{font-size:13px; color:#8a5a5a; margin-bottom:36px;}
.legal-wrap h2{font-family:var(--serif); color:var(--red-4); font-size:20px; margin-top:36px;}
.legal-wrap p, .legal-wrap li{font-size:15px; color:#4a2c2c;}
.legal-callout{background:#fff; border-left:4px solid var(--gold); padding:14px 18px; margin:24px 0; font-size:13.5px; color:var(--red-3);}

/* Article page */
.article-wrap{max-width:720px; margin:0 auto; padding:60px 24px 90px;}
.article-wrap h1{font-family:var(--serif); color:var(--red-4); font-size:clamp(28px,4vw,38px); line-height:1.15; margin:14px 0 10px;}
.article-meta{font-size:13px; color:#8a5a5a; margin-bottom:30px;}
.article-wrap p{font-size:16px; color:#4a2c2c; margin-bottom:18px;}

/* Mobile navigation */
.menu-btn{display:none; background:none; border:none; font-size:24px; color:var(--red-4); cursor:pointer; padding:4px 8px; line-height:1;}
@media (max-width:760px){
  .navlinks{position:fixed; top:60px; left:0; right:0; background:var(--cream); flex-direction:column; align-items:flex-start; gap:0; padding:0; max-height:0; overflow:hidden; transition:max-height .25s ease; border-bottom:1px solid rgba(139,26,26,0.12); box-shadow:0 8px 16px rgba(0,0,0,0.06);}
  .navlinks.open{max-height:400px;}
  .navlinks a{width:100%; padding:14px 24px; border-bottom:1px solid rgba(139,26,26,0.08);}
  .lang-toggle{margin:14px 24px;}
  .menu-btn{display:block;}
}
a.skip-link{position:absolute; left:-999px; top:auto; background:var(--red-1); color:#fff; padding:10px 16px; z-index:100; border-radius:4px;}
a.skip-link:focus{left:16px; top:16px;}
a:focus-visible, button:focus-visible{outline:2px solid var(--gold); outline-offset:2px;}
.form-note{font-size:12.5px; color:#8a5a5a; margin:6px 0 14px;}

/* Lock background scroll when mobile menu open */
body.menu-open{overflow:hidden;}

/* Prevent sticky header from covering anchor-linked sections on jump */
section[id], .gateway[id], .pw-item[id]{scroll-margin-top:76px;}

/* Language switcher */
.lang-switch{
  border:1px solid rgba(139,26,26,0.3);
  border-radius:6px;
  padding:4px 10px !important;
  font-weight:600;
}
