@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --saffron:    #E8650A;
    --saffron-lt: #FAE0CC;
    --teal:       #1A6B6B;
    --teal-lt:    #D4EEEE;
    --gold:       #C9963A;
    --gold-lt:    #F5EAD4;
    --ivory:      #FAF7F2;
    --ink:        #1C1812;
    --ink-soft:   #4A443C;
    --ink-muted:  #8C867E;
    --white:      #FFFFFF;
    --border:     rgba(28,24,18,0.12);
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--ivory);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
  }

  /* ── DECORATIVE PATTERN ──────────────────────────── */
  .paisley-bg {
    position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.028;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23E8650A' stroke-width='1'/%3E%3Ccircle cx='40' cy='40' r='18' fill='none' stroke='%231A6B6B' stroke-width='1'/%3E%3Ccircle cx='40' cy='40' r='6' fill='%23C9963A'/%3E%3Cline x1='10' y1='40' x2='70' y2='40' stroke='%23E8650A' stroke-width='0.5'/%3E%3Cline x1='40' y1='10' x2='40' y2='70' stroke='%23E8650A' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 80px 80px;
  }

  /* ── NAV ─────────────────────────────────────────── */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(250,247,242,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 0 3rem;
    display: flex; align-items: center; justify-content: space-between;
    height: 64px;
  }

  .nav-logo {
    display: flex; align-items: center; gap: 12px; text-decoration: none;
  }

  .logo-mark {
    width: 38px; height: 38px;
    flex-shrink: 0;
  }

  .logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 600; letter-spacing: 0.02em;
    color: var(--ink);
    line-height: 1.1;
  }
  .logo-text span { color: var(--saffron); }

  .nav-links {
    display: flex; align-items: center; gap: 2rem; list-style: none;
  }
  .nav-links a {
    font-size: 13px; font-weight: 400; letter-spacing: 0.04em;
    color: var(--ink-soft); text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover, .nav-links a.active { color: var(--saffron); }

  .nav-cta {
    background: var(--saffron); color: #fff !important;
    padding: 8px 20px; border-radius: 100px;
    font-weight: 500 !important; font-size: 13px !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: #c5550a !important; color: #fff !important; }

  /* ── HERO ─────────────────────────────────────────── */
  .hero {
    position: relative; z-index: 1;
    padding: 6rem 3rem 5rem;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
    max-width: 1200px; margin: 0 auto;
  }

  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--saffron); margin-bottom: 1.5rem;
  }
  .hero-eyebrow::before {
    content: ''; display: block; width: 24px; height: 1.5px; background: var(--saffron);
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 5vw, 66px); font-weight: 300;
    line-height: 1.1; letter-spacing: -0.01em;
    color: var(--ink); margin-bottom: 1.5rem;
  }
  .hero h1 em {
    font-style: italic; color: var(--saffron);
  }

  .hero-body {
    font-size: 16px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 2.5rem;
    max-width: 440px;
  }

  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

  .btn-primary {
    background: var(--saffron); color: #fff;
    padding: 13px 28px; border-radius: 100px;
    font-size: 14px; font-weight: 500; text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  .btn-primary:hover { background: #c5550a; transform: translateY(-1px); }

  .btn-secondary {
    background: transparent; color: var(--ink);
    padding: 12px 28px; border-radius: 100px; border: 1.5px solid var(--border);
    font-size: 14px; font-weight: 400; text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .btn-secondary:hover { border-color: var(--ink); }

  /* Hero visual */
  .hero-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
  }

  .hero-ring {
    position: relative; width: 340px; height: 340px;
  }

  .hero-ring svg { width: 100%; height: 100%; }

  .hero-stat-block {
    position: absolute; bottom: -20px; left: -30px;
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; padding: 1.25rem 1.5rem;
    box-shadow: 0 8px 40px rgba(28,24,18,0.08);
    min-width: 160px;
    animation: floatUp 3.5s ease-in-out infinite;
  }
  .hero-stat-block .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px; font-weight: 600; color: var(--saffron); line-height: 1;
  }
  .hero-stat-block .lbl {
    font-size: 12px; color: var(--ink-muted); margin-top: 4px;
  }

  .hero-stat-block2 {
    position: absolute; top: 20px; right: -20px;
    background: var(--teal); border-radius: 16px; padding: 1.25rem 1.5rem;
    min-width: 150px;
    animation: floatUp 4s ease-in-out infinite reverse;
  }
  .hero-stat-block2 .num { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; color: #fff; line-height: 1; }
  .hero-stat-block2 .lbl { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 4px; }

  @keyframes floatUp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  /* ── STATS BAND ──────────────────────────────────── */
  .stats-band {
    position: relative; z-index: 1;
    background: var(--ink); color: #fff;
    padding: 3.5rem 3rem;
    display: flex; justify-content: center; gap: 0;
    overflow: hidden;
  }
  .stats-band::before {
    content: 'SABA HOUSTON';
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 140px; font-weight: 600; letter-spacing: 0.1em;
    color: rgba(255,255,255,0.03); white-space: nowrap; pointer-events: none;
  }

  .stat-item {
    flex: 1; max-width: 220px; text-align: center;
    padding: 0 2rem; position: relative;
  }
  .stat-item + .stat-item::before {
    content: ''; position: absolute; left: 0; top: 10%; height: 80%;
    width: 1px; background: rgba(255,255,255,0.1);
  }

  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px; font-weight: 600; color: var(--saffron);
    line-height: 1;
  }
  .stat-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px; letter-spacing: 0.06em; text-transform: uppercase; }

  /* ── SECTION SHARED ──────────────────────────────── */
  section { position: relative; z-index: 1; }

  .section-inner {
    max-width: 1200px; margin: 0 auto; padding: 5rem 3rem;
  }

  .section-head {
    margin-bottom: 3.5rem;
  }

  .section-eyebrow {
    font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--saffron); margin-bottom: 0.75rem;
    display: flex; align-items: center; gap: 8px;
  }
  .section-eyebrow::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--saffron); }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 48px); font-weight: 300; line-height: 1.15;
    color: var(--ink);
  }
  .section-title em { font-style: italic; color: var(--saffron); }

  /* ── INITIATIVES ─────────────────────────────────── */
  .initiatives-section { background: var(--white); }

  .initiatives-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px;
    background: var(--border);
    border: 1.5px solid var(--border);
    border-radius: 20px; overflow: hidden;
  }

  .init-card {
    background: var(--white); padding: 2.5rem;
    transition: background 0.25s;
    position: relative; overflow: hidden;
  }
  .init-card:hover { background: var(--ivory); }
  .init-card:hover .init-icon { transform: scale(1.15) rotate(-5deg); }

  .init-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px; font-weight: 600;
    color: rgba(28,24,18,0.04);
    position: absolute; top: -10px; right: 16px;
    line-height: 1; pointer-events: none;
  }

  .init-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 1.5rem;
    transition: transform 0.3s;
  }

  .init-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 600; margin-bottom: 0.75rem; line-height: 1.2;
  }

  .init-card p {
    font-size: 14px; color: var(--ink-soft); line-height: 1.7;
  }

  .init-tag {
    display: inline-block; margin-top: 1.25rem;
    font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
    padding: 4px 12px; border-radius: 100px;
  }

  /* ── LEADERSHIP ──────────────────────────────────── */
  .leadership-section { background: var(--ivory); }

  .president-feature {
    display: grid; grid-template-columns: 1fr 2fr; gap: 3rem;
    background: var(--ink); border-radius: 24px;
    overflow: hidden; margin-bottom: 2rem;
    position: relative;
  }
  .president-feature::before {
    content: '';
    position: absolute; top: 0; right: 0; width: 300px; height: 100%;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 20px,
      rgba(255,255,255,0.015) 20px,
      rgba(255,255,255,0.015) 21px
    );
    pointer-events: none;
  }

  .pres-accent {
    background: var(--saffron);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 2.5rem;
    min-height: 280px;
    position: relative; overflow: hidden;
  }
  .pres-accent::before {
    content: '⚖';
    position: absolute; top: 20px; right: 20px;
    font-size: 80px; opacity: 0.15;
  }

  .pres-avatar {
    width: 88px; height: 88px; border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px; font-weight: 600; color: #fff;
    margin-bottom: 1rem;
  }

  .pres-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 600; color: #fff; line-height: 1.1;
  }
  .pres-role {
    font-size: 12px; color: rgba(255,255,255,0.8); margin-top: 4px; letter-spacing: 0.06em; text-transform: uppercase;
  }

  .pres-bio {
    padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; gap: 1rem;
  }

  .pres-bio p {
    font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.75;
  }

  .pres-bio a {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--saffron); text-decoration: none; font-size: 13px; font-weight: 500;
    border: 1px solid rgba(232,101,10,0.4); padding: 7px 16px; border-radius: 100px;
    width: fit-content;
    transition: background 0.2s;
  }
  .pres-bio a:hover { background: rgba(232,101,10,0.1); }

  .officers-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    margin-bottom: 2rem;
  }

  .officer-card {
    background: var(--white); border-radius: 16px;
    border: 1px solid var(--border); padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .officer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(28,24,18,0.08);
  }

  .o-avatar {
    width: 60px; height: 60px; border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 600;
    object-fit: cover;
  }
  .o-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

  .o-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px; font-weight: 600; line-height: 1.2; margin-bottom: 4px;
  }
  .o-role { font-size: 11px; color: var(--ink-muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; }

  .o-li {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 11px; color: var(--teal); text-decoration: none;
    border: 1px solid var(--teal-lt); padding: 4px 10px; border-radius: 100px;
    transition: background 0.2s;
  }
  .o-li:hover { background: var(--teal-lt); }

  /* Committee section */
  .committees-wrap {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
  }

  .committee-card {
    background: var(--white); border: 1px solid var(--border); border-radius: 16px;
    padding: 1.75rem; overflow: hidden; position: relative;
  }

  .committee-card::after {
    content: ''; position: absolute; top: 0; left: 0;
    width: 4px; height: 100%;
  }

  .comm-label {
    font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--ink-muted); margin-bottom: 1rem;
    display: flex; align-items: center; gap: 6px;
  }

  .comm-members {
    display: flex; flex-wrap: wrap; gap: 8px;
  }

  .member-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--ivory); border: 1px solid var(--border);
    border-radius: 100px; padding: 6px 14px 6px 8px;
    text-decoration: none; color: var(--ink);
    font-size: 13px; font-weight: 400;
    transition: background 0.2s, border-color 0.2s;
  }
  .member-pill:hover { background: var(--white); border-color: var(--ink-soft); }

  .pill-avatar {
    width: 26px; height: 26px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 500;
    flex-shrink: 0;
  }
  .pill-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

  /* ── MISSION BAND ─────────────────────────────────── */
  .mission-band {
    background: var(--teal);
    padding: 5rem 3rem;
  }
  .mission-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
  }

  .mission-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3vw, 40px); font-weight: 300; line-height: 1.35;
    color: #fff; font-style: italic;
  }

  .mission-pillars { display: flex; flex-direction: column; gap: 1.25rem; }

  .pillar {
    display: flex; align-items: flex-start; gap: 1rem;
    padding: 1.25rem;
    background: rgba(255,255,255,0.07);
    border-radius: 12px;
    border-left: 3px solid var(--saffron);
  }
  .pillar-icon { font-size: 22px; line-height: 1; padding-top: 2px; }
  .pillar h4 { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 3px; }
  .pillar p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }

  /* ── FOOTER ──────────────────────────────────────── */
  footer {
    background: var(--ink); color: rgba(255,255,255,0.6);
    padding: 3.5rem 3rem 2rem;
  }

  .footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
    margin-bottom: 3rem;
  }

  .footer-logo {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 1rem; text-decoration: none;
  }

  .footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px; font-weight: 600; color: #fff; line-height: 1.1;
  }
  .footer-brand span { color: var(--saffron); }

  .footer-desc { font-size: 13px; line-height: 1.7; margin-bottom: 1.5rem; }

  .footer-socials { display: flex; gap: 10px; }
  .footer-social {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6); font-size: 16px; text-decoration: none;
    transition: background 0.2s, color 0.2s;
  }
  .footer-social:hover { background: var(--saffron); color: #fff; border-color: var(--saffron); }

  .footer-col h5 {
    font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.4); margin-bottom: 1rem;
  }

  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
  .footer-links a { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--saffron); }

  .footer-bottom {
    max-width: 1200px; margin: 0 auto;
    padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 12px;
  }

  /* ── ANIMATIONS ──────────────────────────────────── */
  .fade-in {
    opacity: 0; transform: translateY(20px);
    animation: fadeIn 0.7s ease forwards;
  }

  @keyframes fadeIn {
    to { opacity: 1; transform: translateY(0); }
  }

  .stagger-1 { animation-delay: 0.1s; }
  .stagger-2 { animation-delay: 0.2s; }
  .stagger-3 { animation-delay: 0.3s; }
  .stagger-4 { animation-delay: 0.4s; }
  .stagger-5 { animation-delay: 0.5s; }

  /* responsive */
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; gap: 3rem; }
    .hero-visual { display: none; }
    .officers-grid { grid-template-columns: repeat(2,1fr); }
    .initiatives-grid { grid-template-columns: 1fr; }
    .president-feature { grid-template-columns: 1fr; }
    .mission-inner { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .committees-wrap { grid-template-columns: 1fr; }
    nav { padding: 0 1.5rem; }
    .nav-links { gap: 1rem; }
    .section-inner, .hero, .stats-band, .mission-band, .mission-inner, footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  }