/* skip link (a11y) */
    .skip-link { position:absolute; left:-9999px; top:0; z-index:9999;
      background:var(--gold,#C8974A); color:var(--pine,#1A3B2B); padding:.75rem 1.25rem;
      font-weight:700; font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; }
    .skip-link:focus { left:.5rem; top:.5rem; outline:3px solid var(--pine,#1A3B2B); }

    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Lato', Arial, Helvetica, sans-serif; color: var(--charcoal); background: #fff; line-height: 1.6; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; height: auto; display: block; }
    ul { list-style: none; }
    :root {
      --pine: #1A3B2B; --longleaf: #2E6B4F; --gold: #C8974A; --gold-hover: #B07E38;
      --sand: #F5F0E8; --charcoal: #2B2B2B; --white: #FFFFFF; --warm-rule: rgba(200,151,74,0.28);
    }
    .header {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      background: var(--pine); border-bottom: 3px solid var(--gold);
      height: 80px; display: flex; align-items: center; justify-content: space-between;
      padding: 0 40px; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    }
    .header--hidden { transform: translateY(-100%); }
    .header-logo img { height: 50px; width: auto; }
    .nav { display: flex; align-items: center; gap: 4px; }
    .nav a, .nav .nav-item {
      color: var(--white); font-family: 'Raleway', sans-serif; font-size: 0.68rem;
      font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
      padding: 28px 16px; transition: color 0.2s; cursor: pointer; position: relative;
    }
    .nav a:hover, .nav .nav-item:hover { color: var(--gold); }
    .nav .nav-item .dropdown {
      display: none; position: absolute; top: 100%; left: 0;
      background: var(--white); min-width: 200px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      border-top: 2px solid var(--gold); border-radius: 0 0 4px 4px; padding: 8px 0; z-index: 100;
    }
    .nav .nav-item:hover .dropdown { display: block; }
    .dropdown a {
      display: block; color: var(--charcoal); font-family: 'Raleway', sans-serif;
      padding: 10px 20px; font-size: 0.7rem; font-weight: 600;
      letter-spacing: 1.5px; text-transform: uppercase; transition: background 0.15s, color 0.15s;
    }
    .dropdown a:hover { background: var(--sand); color: var(--pine); }
    .hamburger {
      display: none; flex-direction: column; gap: 5px; cursor: pointer;
      padding: 8px; background: none; border: none;
    }
    .hamburger span { width: 28px; height: 3px; background: var(--white); border-radius: 2px; }
    .btn {
      display: inline-block; padding: 13px 30px; font-family: 'Raleway', sans-serif;
      font-size: 0.7rem; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase;
      border-radius: 2px; transition: all 0.25s; cursor: pointer;
    }
    .btn-accent { background: var(--gold); color: var(--pine); border: 2px solid var(--gold); }
    .btn-accent:hover { background: var(--gold-hover); border-color: var(--gold-hover); }
    .btn-outline-light { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.55); }
    .btn-outline-light:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
    .btn-outline-pine { background: transparent; color: var(--pine); border: 2px solid var(--pine); }
    .btn-outline-pine:hover { background: var(--pine); color: var(--white); }
    .page-banner {
      margin-top: 80px; background: var(--pine); padding: 80px 40px 72px;
      text-align: center; position: relative; overflow: hidden;
    }
    .page-banner::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(to right, var(--pine) 0%, var(--gold) 35%, var(--longleaf) 65%, var(--pine) 100%);
    }
    .banner-eyebrow {
      display: flex; align-items: center; justify-content: center; gap: 14px;
      font-family: 'Raleway', sans-serif; font-size: 0.66rem; font-weight: 800;
      letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; opacity: 0.9;
    }
    .banner-eyebrow::before, .banner-eyebrow::after {
      content: ''; flex: 0 0 36px; height: 1px; background: var(--gold); opacity: 0.6;
    }
    .page-banner h1 {
      font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.8rem, 6vw, 5rem);
      font-weight: 900; font-style: italic; color: var(--white); line-height: 1.0;
      text-shadow: 0 2px 20px rgba(0,0,0,0.3); margin-bottom: 14px;
    }
    .banner-sub {
      font-family: 'Raleway', sans-serif; font-size: 0.75rem; font-weight: 700;
      letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.5);
    }
    .intro-section { padding: 90px 40px; background: var(--sand); }
    .intro-grid {
      max-width: 1060px; margin: 0 auto; display: grid;
      grid-template-columns: 360px 1fr; gap: 72px; align-items: start;
    }
    .staff-photo { position: relative; }
    .staff-photo::before {
      content: ''; position: absolute; top: -8px; left: -8px; right: 8px; bottom: 8px;
      border: 2px solid var(--warm-rule); border-radius: 2px; z-index: 0;
    }
    .staff-photo .img-frame {
      position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5;
      background: #d0cdc7; border-radius: 2px; border-top: 4px solid var(--pine);
      box-shadow: 0 12px 40px rgba(26,59,43,0.15); display: flex; align-items: center;
      justify-content: center; color: #b0ada7; font-family: 'Raleway', sans-serif;
      font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    }
    .staff-role {
      display: flex; align-items: center; gap: 12px; font-family: 'Raleway', sans-serif;
      font-size: 0.66rem; font-weight: 800; letter-spacing: 4px; text-transform: uppercase;
      color: var(--gold); margin-bottom: 14px;
    }
    .staff-role::before { content: ''; display: block; width: 28px; height: 2px; background: var(--gold); flex-shrink: 0; }
    .intro-text h2 {
      font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.9rem, 3vw, 2.7rem);
      font-weight: 900; font-style: italic; color: var(--pine); line-height: 1.1; margin-bottom: 10px;
    }
    .gold-rule { width: 40px; height: 3px; background: var(--gold); margin-bottom: 26px; }
    .intro-text p { color: #4a4a4a; font-size: 0.95rem; line-height: 1.9; margin-bottom: 18px; }
    .role-section { padding: 80px 40px; background: var(--white); }
    .role-inner { max-width: 820px; margin: 0 auto; }
    .role-eyebrow {
      display: flex; align-items: center; gap: 12px; font-family: 'Raleway', sans-serif;
      font-size: 0.66rem; font-weight: 800; letter-spacing: 4px; text-transform: uppercase;
      color: var(--gold); margin-bottom: 14px;
    }
    .role-eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--gold); flex-shrink: 0; }
    .role-inner h2 {
      font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 900; font-style: italic; color: var(--pine); margin-bottom: 10px;
    }
    .role-inner p { color: #4a4a4a; font-size: 0.95rem; line-height: 1.9; }
    .back-strip {
      background: var(--sand); padding: 32px 40px; text-align: center;
      border-top: 1px solid rgba(200,151,74,0.2);
    }
    .back-link {
      font-family: 'Raleway', sans-serif; font-size: 0.68rem; font-weight: 800;
      letter-spacing: 3px; text-transform: uppercase; color: var(--pine);
      display: inline-flex; align-items: center; gap: 10px; transition: color 0.2s;
    }
    .back-link:hover { color: var(--gold); }
    .back-link::before { content: '\2190'; font-size: 1rem; }
    .cta-strip {
      background: var(--pine); padding: 70px 40px; text-align: center; position: relative;
    }
    .cta-strip::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(to right, var(--pine) 0%, var(--gold) 35%, var(--longleaf) 65%, var(--pine) 100%);
    }
    .cta-eyebrow {
      display: flex; align-items: center; justify-content: center; gap: 14px;
      font-family: 'Raleway', sans-serif; font-size: 0.66rem; font-weight: 800;
      letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; opacity: 0.85;
    }
    .cta-eyebrow::before, .cta-eyebrow::after {
      content: ''; flex: 0 0 30px; height: 1px; background: var(--gold); opacity: 0.55;
    }
    .cta-strip h2 {
      font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 900; font-style: italic; color: var(--white); margin-bottom: 14px;
    }
    .cta-strip p {
      color: rgba(255,255,255,0.75); font-size: 0.95rem; max-width: 500px;
      margin: 0 auto 32px; line-height: 1.8;
    }
    .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .footer { background: var(--charcoal); color: #999; padding: 60px 40px 24px; }
    .footer-inner {
      max-width: 1100px; margin: 0 auto; display: grid;
      grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding-bottom: 40px;
    }
    .footer-logo img { height: 45px; width: auto; margin-bottom: 20px; }
    .footer-brand p { font-size: 0.85rem; line-height: 1.85; }
    .footer-brand a { color: #bbb; transition: color 0.2s; }
    .footer-brand a:hover { color: var(--gold); }
    .footer-links h5 {
      font-family: 'Raleway', sans-serif; color: var(--gold); font-size: 0.66rem;
      font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px;
    }
    .footer-links ul { display: flex; flex-direction: column; gap: 10px; }
    .footer-links a { font-size: 0.85rem; color: #999; transition: color 0.2s; }
    .footer-links a:hover { color: var(--white); }
    .footer-bottom {
      border-top: 1px solid #3a3a3a; padding-top: 20px; text-align: center;
      font-size: 0.78rem; max-width: 1100px; margin: 0 auto;
    }
    .footer-bottom a { color: #999; margin-left: 6px; }
    .footer-bottom a:hover { color: #ccc; }
    @media (max-width: 860px) {
      .intro-grid { grid-template-columns: 1fr; max-width: 480px; gap: 40px; }
      .staff-photo::before { display: none; }
      .footer-inner { grid-template-columns: 1fr; text-align: center; }
      .footer-logo img { margin: 0 auto 20px; }
    }
    @media (max-width: 640px) {
      .page-banner, .intro-section, .role-section, .cta-strip { padding-left: 24px; padding-right: 24px; }
      .header { padding: 0 20px; }
      .header-logo img { height: 40px; width: auto; }
      .nav { display: none; }
      .hamburger { display: flex; }
    }
  
/* ===== MOBILE DRAWER ===== */
.drawer-overlay {
  display: none; position: fixed; inset: 0; z-index: 1100;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(2px);
}
.drawer-overlay.open { display: block; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1200;
  width: min(320px, 85vw);
  background: var(--pine);
  border-left: 3px solid var(--gold);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.drawer.open { transform: translateX(0); }
.drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px; height: 80px; border-bottom: 1px solid rgba(200,151,74,0.2);
  flex-shrink: 0;
}
.drawer-logo img { height: 40px; width: auto; }
.drawer-close {
  background: none; border: none; cursor: pointer;
  color: var(--white); padding: 8px; display: flex; align-items: center; justify-content: center;
}
.drawer-close svg { width: 24px; height: 24px; }
.drawer-nav { display: flex; flex-direction: column; padding: 12px 0; flex: 1; }
.drawer-nav a, .drawer-section-label {
  font-family: 'Raleway', sans-serif; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--white); padding: 16px 28px; display: block;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s, background 0.2s;
}
.drawer-nav a:hover { color: var(--gold); background: rgba(255,255,255,0.04); }
.drawer-section-label {
  color: var(--gold); font-size: 0.58rem; letter-spacing: 3px;
  padding: 20px 28px 8px; border-bottom: none; opacity: 0.85;
}
.drawer-sub a {
  font-family: 'Raleway', sans-serif; font-size: 0.68rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.7); padding: 12px 28px 12px 40px; display: block;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.drawer-sub a:hover { color: var(--gold); }
.drawer-footer {
  padding: 24px 28px; border-top: 1px solid rgba(200,151,74,0.2); flex-shrink: 0;
}
.drawer-footer a {
  display: block; text-align: center;
  font-family: 'Raleway', sans-serif; font-size: 0.68rem; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  background: var(--gold); color: var(--pine);
  padding: 14px 20px; border-radius: 2px;
  transition: background 0.2s;
}
.drawer-footer a:hover { background: var(--gold-hover); }
