 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
    :root {
      --teal-dark:   #085041;
      --teal-mid:    #0F6E56;
      --teal-light:  #E1F5EE;
      --teal-border: #9FE1CB;
      --teal-bright: #5DCAA5;
      --amber-bg:    #FAEEDA;
      --amber-border:#FAC775;
      --amber-dark:  #633806;
      --amber-mid:   #854F0B;
      --amber-circle:#EF9F27;
      --text:        #1a1a1a;
      --text-muted:  #6b7280;
      --border:      #e5e7eb;
      --card-bg:     #ffffff;
      --body-bg:     #f9f9f7;
      --serif: 'Chango', Georgia, serif;
      --sans:  'DM Sans', system-ui, sans-serif;
      --radius: 16px;
      --max: 820px;
    }
 
    html { scroll-behavior: smooth; }
 
    body {
      font-family: var(--sans);
      background: var(--body-bg);
      color: var(--text);
    }
 
    /* NAV */
    nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(249,249,247,0.92);
      backdrop-filter: blur(10px);
      border-bottom: 0.5px solid var(--border);
      padding: 0 2rem;
    }
 
    .nav-inner {
      max-width: var(--max);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 52px;
    }
 
    .logo { font-family: var(--serif); font-size: 20px; font-weight: 500; color: var(--teal-dark); text-decoration: none; letter-spacing: -0.4px; }
    .logo sup { font-size: 10px; color: var(--teal-bright); vertical-align: super; font-family: var(--sans); letter-spacing: 1px; }
    .nav-links { display: flex; gap: 1.5rem; list-style: none; }
    .nav-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color 0.15s; }
    .nav-links a:hover { color: var(--teal-dark); }
    .nav-links a.active { color: var(--teal-dark); font-weight: 500; }
 
    /* ANCHOR NAV */
    .anchor-nav {
      background: var(--body-bg);
      border-bottom: 0.5px solid var(--border);
    }
 
    .anchor-nav-inner {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 2rem;
      display: flex;
      gap: 1.25rem;
      overflow-x: auto;
    }
 
    .anchor-nav a {
      font-size: 12px;
      letter-spacing: 0.5px;
      color: var(--text-muted);
      text-decoration: none;
      padding: 0.75rem 0;
      border-bottom: 2px solid transparent;
      white-space: nowrap;
      transition: color 0.15s, border-color 0.15s;
    }
 
    .anchor-nav a:hover { color: var(--teal-dark); border-bottom-color: var(--teal-border); }
 
    /* HERO */
    .hero {
      background: var(--teal-dark);
      padding: 4rem 2rem 3.5rem;
      position: relative;
      overflow: hidden;
    }
 
    .hero-inner { max-width: var(--max); margin: 0 auto; position: relative; z-index: 1; }
 
    .hero-eyebrow { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--teal-bright); margin-bottom: 1.25rem; }
 
    .hero-name { font-family: var(--serif); font-size: clamp(38px, 6vw, 58px); font-weight: 500; color: var(--teal-light); line-height: 1.05; letter-spacing: -1px; }
    .hero-name em { font-style: italic; color: var(--teal-bright); }
 
    .hero-roles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.5rem; }
    .hero-role { font-size: 12px; border: 0.5px solid rgba(95,202,165,0.4); border-radius: 20px; padding: 4px 14px; color: var(--teal-border); }
 
    .hero-intro { margin-top: 1.75rem; font-size: 15px; color: var(--teal-border); max-width: 520px; line-height: 1.8; }
 
    .hb { position: absolute; border-radius: 50%; pointer-events: none; }
    .hb1 { width: 220px; height: 220px; border: 1.5px solid #1D9E75; right: 40px; top: -70px; opacity: 0.3; }
    .hb2 { width: 100px; height: 100px; border: 1.5px solid var(--teal-bright); right: 180px; top: 80px; opacity: 0.25; }
    .hb3 { width: 50px; height: 50px; background: #1D9E75; right: 80px; top: 110px; opacity: 0.2; }
 
    /* SECTION */
    .section { max-width: var(--max); margin: 0 auto; padding: 3.5rem 2rem 0; }
    .section:last-of-type { padding-bottom: 4rem; }
 
    .section-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
    .section-tag { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--teal-mid); font-weight: 500; }
    .section-line { flex: 1; height: 0.5px; background: var(--teal-border); }
 
    /* ABOUT */
    .about-grid { display: grid; grid-template-columns: 1fr 190px; gap: 2.5rem; align-items: start; }
    .about-body p { font-size: 15px; line-height: 1.85; }
    .about-body p + p { margin-top: 1.1rem; }
 
    .about-facts { display: flex; flex-direction: column; }
    .fact { padding: 0.75rem 0; border-bottom: 0.5px solid var(--border); }
    .fact:first-child { border-top: 0.5px solid var(--border); }
    .fact-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal-mid); margin-bottom: 0.3rem; }
    .fact-value { font-size: 13px; line-height: 1.5; }
 
    /* INITIATIVES */
    .initiatives { display: flex; flex-direction: column; }
 
    .initiative { display: grid; grid-template-columns: 56px 1fr; gap: 0 1.5rem; padding: 2.25rem 0; border-bottom: 0.5px solid var(--border); }
    .initiative:last-child { border-bottom: none; }
 
    .init-num { font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--teal-border); line-height: 1; padding-top: 3px; }
 
    .init-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.6rem; flex-wrap: wrap; }
    .init-date { font-size: 11px; color: var(--text-muted); letter-spacing: 0.3px; }
 
    .init-status { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; padding: 2px 9px; border-radius: 20px; }
    .init-status.ongoing { background: var(--teal-light); color: var(--teal-mid); border: 0.5px solid var(--teal-border); }
    .init-status.past    { background: var(--border); color: var(--text-muted); }
 
    .init-title { font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.2; margin-bottom: 0.35rem; }
    .init-org   { font-size: 13px; color: var(--teal-mid); font-weight: 500; margin-bottom: 0.9rem; }
    .init-desc  { font-size: 14px; color: var(--text-muted); line-height: 1.8; max-width: 530px; }
 
    .init-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 1rem; }
    .init-tag  { font-size: 11px; background: var(--body-bg); border: 0.5px solid var(--border); border-radius: 20px; padding: 3px 10px; color: var(--text-muted); }
 
    .init-link { display: inline-block; margin-top: 1rem; font-size: 12px; color: var(--teal-mid); text-decoration: none; border-bottom: 1px solid var(--teal-border); padding-bottom: 1px; transition: color 0.15s, border-color 0.15s; }
    .init-link:hover { color: var(--teal-dark); border-color: var(--teal-mid); }
 
    /* EDUCATION */
    .edu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
 
    .edu-card { background: var(--card-bg); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.25rem 1.3rem; transition: box-shadow 0.2s; }
    .edu-card:hover { box-shadow: 0 4px 20px rgba(8,80,65,0.08); }
    .edu-card.teal  { background: var(--teal-light); border-color: var(--teal-border); }
    .edu-card.amber { background: var(--amber-bg);   border-color: var(--amber-border); }
 
    .edu-type  { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal-mid); margin-bottom: 0.5rem; }
    .edu-card.amber .edu-type { color: var(--amber-mid); }
    .edu-title { font-family: var(--serif); font-size: 15px; font-weight: 500; line-height: 1.3; margin-bottom: 0.3rem; }
    .edu-org   { font-size: 13px; color: var(--teal-mid); }
    .edu-card.amber .edu-org { color: var(--amber-mid); }
    .edu-date  { font-size: 11px; color: var(--text-muted); margin-top: 0.4rem; }
 
    /* LANG & SKILLS */
    .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
 
    .strip { background: var(--card-bg); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.25rem 1.3rem; }
    .strip.teal  { background: var(--teal-light); border-color: var(--teal-border); }
    .strip.amber { background: var(--amber-bg);   border-color: var(--amber-border); }
 
    .strip-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--teal-mid); font-weight: 500; margin-bottom: 1rem; }
    .strip.amber .strip-label { color: var(--amber-mid); }
 
    .lang-row { display: flex; justify-content: space-between; font-size: 13px; padding: 0.4rem 0; border-bottom: 0.5px solid var(--teal-border); }
    .lang-row:last-child { border-bottom: none; }
    .lang-level { font-size: 11px; color: var(--teal-mid); }
 
    .cert-row { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 13px; color: var(--amber-dark); padding: 0.45rem 0; border-bottom: 0.5px solid var(--amber-border); line-height: 1.4; }
    .cert-row:last-child { border-bottom: none; }
    .cert-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber-circle); flex-shrink: 0; margin-top: 5px; }
 
    /* FOOTER */
    footer { border-top: 0.5px solid var(--border); padding: 1.5rem 2rem; max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
    footer p { font-size: 12px; color: var(--text-muted); }
    footer { display: flex; gap: 1.25rem; list-style: none; justify-content: center;}
    footer a { font-size: 12px; color: var(--text-muted); text-decoration: none; }
    footer a:hover { color: var(--teal-mid); }
 
    /* RESPONSIVE */
    @media (max-width: 640px) {
      .about-grid { grid-template-columns: 1fr; }
      .edu-grid   { grid-template-columns: 1fr; }
      .two-col    { grid-template-columns: 1fr; }
      .initiative { grid-template-columns: 1fr; }
      .init-num   { margin-bottom: 0.5rem; }
      nav, footer { padding-left: 1.25rem; padding-right: 1.25rem; }
      .section { padding-left: 1.25rem; padding-right: 1.25rem; }
      .anchor-nav-inner { padding: 0 1.25rem; }
    }

    .edu-grid a{
      text-decoration: none;
      color: #085041;
    }