  :root {
    --navy:       #241E4E;
    --cream:      #F6F1DD;
    --cream-soft: #FAF6E9;
    --cream-pale: #FDFCF6;
    --olive:      #474B24;
    --olive-dark: #343719;
    --brown:      #2E2A20;
    --rust:       #881600;
    --rust-light: #ED9B40;
    --off-white:  #FDFCF7;
    --bl: rgba(36,30,78,0.10);
    --bc: rgba(46,42,32,0.15);
    --seafoam:    #91C8BB;
  --text:       #2E2A20;
  --text-muted: #4A4636;
  --text-faint: #7C7862;
  --text-ghost: #9C9884;
  --fd: 'Fraunces', Georgia, serif;
    --fb: 'Inter', system-ui, -apple-system, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--fb); background: var(--off-white); color: var(--brown); font-size: 16px; line-height: 1.7; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.1rem 2.5rem; display: flex; align-items: center; justify-content: space-between; background: rgba(36,30,78,0.97); backdrop-filter: blur(10px); }
  .nav-logo { font-family: var(--fd); font-size: 1.1rem; font-weight: 500; letter-spacing: 0.06em; color: var(--cream); text-decoration: none; }
  .nav-logo span { color: var(--rust-light); font-style: italic; }
  .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
  .nav-links a { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(246,241,221,0.6); text-decoration: none; transition: color 0.2s; font-weight: 300; }
  .nav-links a:hover { color: var(--cream); }
  .nav-cta { background: var(--rust) !important; color: var(--off-white) !important; padding: 0.45rem 1.1rem !important; border-radius: 2px; opacity: 1 !important; }
  .nav-cta:hover { background: var(--rust-light) !important; }

  /* HERO */
  .hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; padding: 7rem 2.5rem 5rem; position: relative; overflow: hidden; }
  .hero-bg { position: absolute; bottom: -2rem; right: -1rem; font-family: var(--fd); font-size: clamp(8rem, 18vw, 16rem); font-weight: 500; font-style: italic; color: rgba(246,241,221,0.035); line-height: 1; pointer-events: none; user-select: none; white-space: nowrap; }
  .hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
  .eyebrow { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rust-light); margin-bottom: 1.4rem; display: flex; align-items: center; gap: 0.75rem; font-weight: 400; }
  .eyebrow::before { content: ''; display: inline-block; width: 1.75rem; height: 1px; background: var(--rust-light); }
  .eyebrow.dark { color: var(--rust); }
  .eyebrow.dark::before { background: var(--rust); }
  .eyebrow.center { justify-content: center; }
  .eyebrow.center::before { display: none; }
  .hero h1 { font-family: var(--fd); font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 400; line-height: 1.12; color: var(--cream); margin-bottom: 1.6rem; }
  .hero h1 em { font-style: italic; opacity: 0.8; }
  .hero-tq { font-family: var(--fd); font-size: 1.05rem; font-style: italic; color: rgba(246,241,221,0.72); margin-bottom: 1.2rem; padding-left: 1.2rem; border-left: 2px solid var(--rust); line-height: 1.5; }
  .hero-body { font-size: 0.88rem; color: rgba(246,241,221,0.52); line-height: 1.85; font-weight: 300; margin-bottom: 2.5rem; }
  .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
  .btn { display: inline-block; padding: 0.8rem 1.9rem; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border-radius: 2px; font-weight: 500; transition: background 0.2s, color 0.2s, border-color 0.2s; }
  .btn-solid { background: var(--rust); color: var(--off-white); }
  .btn-solid:hover { background: var(--rust-light); }
  .btn-ghost-light { color: rgba(246,241,221,0.52); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; font-weight: 400; padding-bottom: 2px; border-bottom: 1px solid rgba(246,241,221,0.18); transition: color 0.2s, border-color 0.2s; display: inline-block; }
  .btn-ghost-light:hover { color: var(--cream); border-color: var(--cream); }
  .hero-right { display: flex; flex-direction: column; gap: 1.2rem; }
  .hero-card { padding: 1.6rem; background: rgba(246,241,221,0.055); border: 1px solid rgba(246,241,221,0.1); border-radius: 4px; }
  .hc-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust-light); margin-bottom: 0.7rem; font-weight: 400; }
  .hero-card p { font-family: var(--fd); font-size: 1rem; font-style: italic; color: rgba(246,241,221,0.75); line-height: 1.6; font-weight: 400; }
  .pill-row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
  .pill { padding: 0.42rem 0.95rem; border: 1px solid rgba(246,241,221,0.13); border-radius: 2px; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(246,241,221,0.42); font-weight: 300; }

  /* SECTIONS */
  section { padding: 6rem 2.5rem; }
  .si { max-width: 1100px; margin: 0 auto; }
  .sec-title { font-family: var(--fd); font-size: clamp(1.9rem, 3.2vw, 2.75rem); font-weight: 400; line-height: 1.18; color: var(--navy); margin-bottom: 1.2rem; }
  .sec-title em { font-style: italic; color: var(--rust); }

  /* ABOUT */
  #about { background: var(--cream-pale); border-top: 1px solid var(--bl); border-bottom: 1px solid var(--bl); }
  .about-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
  .ab { font-size: 0.9rem; color: #4a3a20; line-height: 1.9; margin-bottom: 1.2rem; font-weight: 300; }
  .ab strong { color: var(--brown); font-weight: 500; }
  .mission-block { margin-top: 1.75rem; padding: 1.4rem 1.65rem; background: var(--navy); border-radius: 4px; }
  .mission-block p { font-family: var(--fd); font-size: 1.05rem; font-style: italic; color: var(--cream); line-height: 1.6; font-weight: 400; }
  .pillars { display: flex; flex-direction: column; gap: 1rem; }
  .pillar { padding: 1.35rem 1.5rem; border: 1px solid var(--bc); border-radius: 4px; background: var(--off-white); display: flex; gap: 1.1rem; align-items: flex-start; }
  .p-num { font-family: var(--fd); font-size: 1.2rem; font-weight: 400; color: var(--cream); background: var(--navy); width: 2.1rem; height: 2.1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-style: italic; padding-top: 2px; }
  .p-text h3 { font-family: var(--fd); font-size: 1rem; font-weight: 500; color: var(--navy); margin-bottom: 0.22rem; }
  .p-text p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; font-weight: 300; }

  /* EVENTS */
  #events { background: var(--cream-soft); }
  .events-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
  .tabs { display: flex; border: 1px solid var(--bl); border-radius: 3px; overflow: hidden; }
  .tab { padding: 0.48rem 1.15rem; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; background: transparent; color: #7a6a40; border: none; font-family: var(--fb); font-weight: 400; transition: all 0.2s; }
  .tab.active { background: var(--navy); color: var(--cream); }
  .cadence-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
  .cad-card { padding: 1.15rem 1.35rem; border-radius: 4px; border: 1px solid var(--bc); background: var(--off-white); }
  .cad-lbl { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.32rem; font-weight: 400; }
  .cad-card h4 { font-family: var(--fd); font-size: 0.92rem; font-weight: 500; color: var(--navy); margin-bottom: 0.22rem; }
  .cad-card p { font-size: 0.78rem; color: #6a5a35; line-height: 1.6; font-weight: 300; }
  .events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .ev-card { background: var(--off-white); border: 1px solid var(--bc); border-radius: 4px; overflow: hidden; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
  .ev-card:hover { transform: translateY(-4px); border-color: var(--rust); box-shadow: 0 8px 24px rgba(36,30,78,0.08); }
  .ev-band { height: 5px; background: var(--navy); }
  .ev-band.rust { background: var(--rust); }
  .ev-band.olive { background: var(--olive); }
  .ev-top { padding: 1.35rem 1.35rem 0.85rem; }
  .ev-num { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.5rem; font-weight: 400; }
  .ev-title { font-family: var(--fd); font-size: 1.4rem; font-weight: 400; line-height: 1.2; color: var(--navy); margin-bottom: 0.32rem; }
  .ev-sub { font-size: 0.76rem; color: var(--text-faint); font-style: italic; font-weight: 300; }
  .ev-div { height: 1px; background: var(--bc); margin: 0 1.35rem; }
  .ev-meta { padding: 0.88rem 1.35rem; display: flex; flex-direction: column; gap: 0.38rem; }
  .mr { display: flex; gap: 0.65rem; }
  .ml { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-ghost); min-width: 3rem; padding-top: 0.1em; font-weight: 400; }
  .mv { font-size: 0.8rem; color: var(--brown); font-weight: 300; }
  .ev-body { padding: 0.5rem 1.35rem 1.35rem; font-size: 0.81rem; color: var(--text-muted); line-height: 1.8; font-weight: 300; }
  .ev-tags { display: flex; gap: 0.38rem; flex-wrap: wrap; margin-top: 0.8rem; }
  .tag { padding: 0.16rem 0.58rem; font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 2px; font-weight: 400; }
  .t-navy  { background: rgba(36,30,78,0.07);  color: var(--navy); }
  .t-rust  { background: rgba(136,22,0,0.1); color: #9a3a10; }
  .t-olive { background: rgba(71,75,36,0.1);color: var(--olive-dark); }
  .t-brown { background: rgba(46,42,32,0.08);  color: var(--brown); }

  /* COMMUNITY */
  #community { background: var(--navy); }
  #community .eyebrow { color: var(--rust-light); }
  #community .eyebrow::before { background: var(--rust-light); }
  #community .sec-title { color: var(--cream); }
  .comm-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: start; }
  .comm-body { font-size: 0.88rem; color: rgba(246,241,221,0.58); line-height: 1.9; font-weight: 300; margin-bottom: 1.5rem; }
  .geneva-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.55rem 1rem; background: rgba(246,241,221,0.07); border: 1px solid rgba(246,241,221,0.14); border-radius: 3px; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(246,241,221,0.55); font-weight: 400; margin-bottom: 2rem; }
  .geneva-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--olive); flex-shrink: 0; }
  .channels { display: flex; flex-direction: column; gap: 0; border: 1px solid rgba(246,241,221,0.1); border-radius: 6px; overflow: hidden; }
  .ch-section-label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246,241,221,0.3); padding: 0.75rem 1.1rem 0.4rem; font-weight: 400; background: rgba(246,241,221,0.03); border-bottom: 1px solid rgba(246,241,221,0.06); }
  .ch-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.65rem 1.1rem; border-bottom: 1px solid rgba(246,241,221,0.06); transition: background 0.15s; }
  .ch-row:last-child { border-bottom: none; }
  .ch-row:hover { background: rgba(246,241,221,0.05); }
  .ch-hash { font-size: 0.95rem; color: rgba(246,241,221,0.22); font-weight: 400; flex-shrink: 0; width: 1rem; text-align: center; }
  .ch-name { font-size: 0.83rem; color: rgba(246,241,221,0.65); font-weight: 300; flex: 1; }
  .ch-desc { font-size: 0.72rem; color: rgba(246,241,221,0.3); font-weight: 300; text-align: right; }
  .ch-new { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--rust); flex-shrink: 0; }

  /* ONLINE */
  #online { background: var(--cream-pale); border-top: 1px solid var(--bl); border-bottom: 1px solid var(--bl); }
  .online-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: start; }
  .online-body { font-size: 0.9rem; color: #4a3a20; line-height: 1.9; font-weight: 300; margin-bottom: 1.4rem; }
  .online-feats { display: flex; flex-direction: column; gap: 0.9rem; }
  .of { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 1.25rem; border: 1px solid var(--bc); border-radius: 4px; background: var(--off-white); transition: border-color 0.2s; }
  .of:hover { border-color: var(--rust); }
  .of-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rust); margin-top: 0.48rem; flex-shrink: 0; }
  .of-text h4 { font-family: var(--fd); font-size: 0.95rem; font-weight: 500; color: var(--navy); margin-bottom: 0.18rem; }
  .of-text p { font-size: 0.78rem; color: #6a5a35; line-height: 1.6; font-weight: 300; }

  /* MEMBERS */
  #members { background: var(--cream-soft); }
  .gate-wrap { max-width: 500px; margin: 0 auto; text-align: center; }
  .gate-sub { font-size: 0.85rem; color: #7a6a40; font-weight: 300; margin-top: 0.4rem; }
  .gate-form { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.82rem; }
  .gate-input { width: 100%; padding: 0.82rem 1.15rem; font-family: var(--fb); font-size: 0.88rem; background: var(--off-white); border: 1px solid var(--bc); border-radius: 3px; color: var(--brown); outline: none; transition: border-color 0.2s; font-weight: 300; }
  .gate-input:focus { border-color: var(--navy); }
  .gate-btn { padding: 0.82rem; background: var(--navy); color: var(--cream); border: none; border-radius: 3px; font-family: var(--fb); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.2s; }
  .gate-btn:hover { background: var(--rust); }
  .gate-err { display: none; color: #8B2E00; font-size: 0.8rem; padding: 0.65rem 1rem; background: rgba(136,22,0,0.1); border-radius: 3px; border-left: 3px solid var(--rust); text-align: left; }
  .gate-note { font-size: 0.72rem; color: var(--text-ghost); font-weight: 300; }
  .mem-content { display: none; text-align: left; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 2rem; box-sizing: border-box; }
  .mem-content.visible { display: block; }
  #members-si:has(.mem-content.visible) { max-width: 100%; padding: 0; }
  .mem-onboard { padding: 2rem; background: var(--navy); border-radius: 6px; margin-bottom: 2rem; }
  .mem-onboard h3 { font-family: var(--fd); font-size: 1.5rem; color: var(--cream); font-weight: 400; margin-bottom: 0.3rem; }
  .mem-onboard-sub { font-size: 0.82rem; color: rgba(246,241,221,0.55); font-weight: 300; line-height: 1.6; max-width: 560px; margin-bottom: 1.5rem; }
  .mem-onboard-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .onboard-step { padding: 1.1rem 1.2rem; background: rgba(246,241,221,0.06); border: 1px solid rgba(246,241,221,0.1); border-radius: 4px; }
  .onboard-num { font-family: var(--fd); font-size: 1.4rem; font-style: italic; color: var(--rust-light); line-height: 1; margin-bottom: 0.4rem; }
  .onboard-step h4 { font-size: 0.8rem; font-weight: 500; color: var(--cream); margin-bottom: 0.2rem; }
  .onboard-step p { font-size: 0.74rem; color: rgba(246,241,221,0.45); font-weight: 300; line-height: 1.55; }
  .hub-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--bc); margin-bottom: 2rem; overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .hub-tabs::-webkit-scrollbar { display: none; }
  .hub-tab { padding: 0.5rem 0.75rem; font-size: 0.62rem; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; background: transparent; color: var(--text-ghost); border: none; border-bottom: 2px solid transparent; font-family: var(--fb); font-weight: 400; transition: all 0.2s; margin-bottom: -1px; white-space: nowrap; }
  .hub-tab.active { color: var(--navy); border-bottom-color: var(--navy); font-weight: 500; }
  .hub-panel { display: none; }
  .hub-panel.active { display: block; }
  .quick-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.82rem; }
  .mem-link { padding: 1.2rem 1.3rem; background: var(--off-white); border: 1px solid var(--bc); border-radius: 4px; text-decoration: none; display: block; transition: border-color 0.2s; }
  .mem-link:hover { border-color: var(--navy); }
  .mem-link h4 { font-family: var(--fd); font-size: 0.95rem; font-weight: 500; color: var(--navy); margin-bottom: 0.18rem; }
  .mem-link p { font-size: 0.76rem; color: var(--text-faint); font-weight: 300; line-height: 1.5; }
  .mem-link.featured { border-color: var(--rust); }
  .mem-link.featured h4 { color: var(--rust); }
  .mem-link-badge { font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rust); font-weight: 500; margin-bottom: 0.3rem; display: block; }
  .rsvp-list { display: flex; flex-direction: column; gap: 1rem; }
  .rsvp-card { display: flex; align-items: center; gap: 1.25rem; padding: 1.25rem 1.4rem; background: var(--off-white); border: 1px solid var(--bc); border-radius: 4px; flex-wrap: wrap; }
  .rsvp-date { background: var(--navy); color: var(--cream); border-radius: 4px; padding: 0.5rem 0.75rem; text-align: center; min-width: 3.5rem; flex-shrink: 0; }
  .rsvp-month { font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.7; font-weight: 300; }
  .rsvp-day { font-family: var(--fd); font-size: 1.4rem; font-weight: 400; line-height: 1; }
  .rsvp-info { flex: 1; min-width: 160px; }
  .rsvp-info h4 { font-family: var(--fd); font-size: 1rem; font-weight: 500; color: var(--navy); margin-bottom: 0.15rem; }
  .rsvp-info p { font-size: 0.78rem; color: var(--text-faint); font-weight: 300; }
  .rsvp-tag { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.18rem 0.55rem; border-radius: 2px; font-weight: 400; display: inline-block; margin-bottom: 0.3rem; }
  .tag-chicago { background: rgba(36,30,78,0.08); color: var(--navy); }
  .tag-online { background: rgba(71,75,36,0.1); color: var(--olive-dark); }
  .rsvp-btn { padding: 0.55rem 1.2rem; background: var(--rust); color: var(--off-white); border: none; border-radius: 2px; font-family: var(--fb); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: all 0.2s; white-space: nowrap; }
  .rsvp-btn:hover { background: var(--rust-light); }
  .rsvp-btn.going { background: var(--olive); }
  .store-intro { margin-bottom: 1.75rem; }
  .store-intro h3 { font-family: var(--fd); font-size: 1.3rem; font-weight: 400; color: var(--navy); margin-bottom: 0.3rem; }
  .store-intro p { font-size: 0.83rem; color: var(--text-faint); font-weight: 300; }
  .store-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; margin-bottom: 1.25rem; }
  .prod { background: var(--off-white); border: 1px solid var(--bc); border-radius: 6px; overflow: hidden; transition: border-color 0.2s, transform 0.2s; }
  .prod:hover { border-color: var(--rust); transform: translateY(-2px); }
  .prod-img { height: 130px; background: var(--cream-soft); display: flex; align-items: center; justify-content: center; position: relative; }
  .prod-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 1.5rem; font-style: italic; color: var(--cream); }
  .prod-pill { position: absolute; top: 0.55rem; right: 0.55rem; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.18rem 0.55rem; border-radius: 2px; font-weight: 500; }
  .pill-digital { background: var(--olive); color: #fff; }
  .pill-physical { background: var(--navy); color: var(--cream); }
  .pill-founders { background: var(--rust); color: #fff; }
  .prod-body { padding: 0.9rem 1rem 1.1rem; }
  .prod-name { font-family: var(--fd); font-size: 0.92rem; font-weight: 500; color: var(--navy); margin-bottom: 0.15rem; }
  .prod-desc { font-size: 0.73rem; color: var(--text-faint); font-weight: 300; line-height: 1.5; margin-bottom: 0.7rem; }
  .prod-footer { display: flex; align-items: center; justify-content: space-between; }
  .prod-price { font-family: var(--fd); font-size: 1rem; font-weight: 500; color: var(--brown); }
  .prod-btn { padding: 0.4rem 0.9rem; background: var(--navy); color: var(--cream); border: none; border-radius: 2px; font-family: var(--fb); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.2s; text-decoration: none; display: inline-block; }
  .prod-btn:hover { background: var(--rust); color: #fff; }
  .store-note { font-size: 0.75rem; color: var(--text-ghost); font-weight: 300; padding: 0.75rem 1rem; background: rgba(46,42,32,0.05); border-radius: 3px; border-left: 3px solid var(--bc); }
  @media (max-width: 700px) { .mem-onboard-steps, .store-grid, .quick-links { grid-template-columns: 1fr; } }


  /* INVITE SECTION */
  #invite { background: var(--navy); }
  #invite .eyebrow { color: var(--rust-light); }
  #invite .eyebrow::before { background: var(--rust-light); }
  #invite .sec-title { color: var(--cream); }
  .invite-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: start; }
  .invite-body { font-size: 0.88rem; color: rgba(246,241,221,0.58); line-height: 1.9; font-weight: 300; margin-bottom: 1.5rem; }
  .invite-form { display: flex; flex-direction: column; gap: 0.8rem; }
  .inv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .inv-input, .inv-textarea { width: 100%; padding: 0.8rem 1.1rem; font-family: var(--fb); font-size: 0.85rem; background: rgba(246,241,221,0.06); border: 1px solid rgba(246,241,221,0.15); border-radius: 3px; color: var(--cream); outline: none; transition: border-color 0.2s; font-weight: 300; }
  .inv-input::placeholder, .inv-textarea::placeholder { color: rgba(246,241,221,0.3); }
  .inv-input:focus, .inv-textarea:focus { border-color: var(--rust-light); }
  .inv-textarea { resize: vertical; min-height: 100px; }
  .inv-btn { padding: 0.85rem; background: var(--rust); color: var(--off-white); border: none; border-radius: 3px; font-family: var(--fb); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.2s; }
  .inv-btn:hover { background: var(--rust-light); }
  .inv-note { font-size: 0.72rem; color: rgba(246,241,221,0.35); font-weight: 300; }
  .inv-success { display: none; padding: 1rem 1.25rem; background: rgba(71,75,36,0.15); border: 1px solid rgba(71,75,36,0.3); border-radius: 4px; }
  .inv-success p { font-size: 0.85rem; color: rgba(246,241,221,0.75); font-weight: 300; }
  .inv-success strong { color: var(--cream); font-weight: 500; }
  .invite-reasons { display: flex; flex-direction: column; gap: 0.9rem; }
  .inv-reason { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 1.25rem; border: 1px solid rgba(246,241,221,0.09); border-radius: 4px; }
  .inv-reason-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rust); margin-top: 0.48rem; flex-shrink: 0; }
  .inv-reason h4 { font-family: var(--fd); font-size: 0.95rem; font-weight: 500; color: var(--cream); margin-bottom: 0.18rem; }
  .inv-reason p { font-size: 0.78rem; color: rgba(246,241,221,0.48); line-height: 1.6; font-weight: 300; }

  /* ACTIVITY MENU */
  .activity-menu { margin-top: 1.5rem; }
  .activity-month { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
  .activity-month-label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust); font-weight: 400; }
  .activity-month-line { flex: 1; height: 1px; background: var(--bc); }
  .activity-cats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
  .activity-cat { padding: 1.1rem 1.25rem; background: var(--off-white); border: 1px solid var(--bc); border-radius: 4px; }
  .activity-cat-label { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.5rem; font-weight: 400; }
  .activity-cat h4 { font-family: var(--fd); font-size: 0.9rem; font-weight: 500; color: var(--navy); margin-bottom: 0.5rem; }
  .activity-list { list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
  .activity-list li { font-size: 0.78rem; color: #6a5a35; font-weight: 300; display: flex; gap: 0.5rem; align-items: flex-start; }
  .activity-list li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--rust-light); margin-top: 0.45rem; flex-shrink: 0; }
  .activity-note { font-size: 0.72rem; color: var(--text-ghost); font-weight: 300; margin-top: 1rem; font-style: italic; }

  @media (max-width: 900px) { .invite-grid { grid-template-columns: 1fr; gap: 2.5rem; } .activity-cats { grid-template-columns: 1fr; } }


  /* INTAKE */
  #intake { background: var(--cream-pale); border-top: 1px solid var(--bl); }
  .intake-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
  .intake-body { font-size: 0.9rem; color: #4a3a20; line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
  .intake-form { display: flex; flex-direction: column; gap: 0.78rem; }
  .int-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.78rem; }
  .int-input,.int-select,.int-textarea { width:100%; padding:0.78rem 1.1rem; font-family:var(--fb); font-size:0.85rem; background:var(--off-white); border:1px solid var(--bc); border-radius:3px; color:var(--brown); outline:none; transition:border-color 0.2s; font-weight:300; }
  .int-input:focus,.int-select:focus,.int-textarea:focus { border-color:var(--navy); }
  .int-select { appearance:none; }
  .int-textarea { resize:vertical; min-height:90px; }
  .int-check-label { font-size:0.68rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:0.4rem; display:block; }
  .int-checks { display:flex; flex-direction:column; gap:0.45rem; }
  .int-check { display:flex; align-items:center; gap:0.6rem; font-size:0.82rem; color:var(--text-muted); font-weight:300; cursor:pointer; }
  .int-check input { accent-color:var(--navy); width:14px; height:14px; flex-shrink:0; }
  .int-btn { padding:0.85rem; background:var(--navy); color:var(--cream); border:none; border-radius:3px; font-family:var(--fb); font-size:0.72rem; letter-spacing:0.14em; text-transform:uppercase; cursor:pointer; font-weight:500; transition:background 0.2s; }
  .int-btn:hover { background:var(--rust); }
  .int-note { font-size:0.72rem; color:var(--text-ghost); font-weight:300; }
  .int-success { display:none; padding:1.5rem; background:rgba(71,75,36,0.09); border:1px solid rgba(71,75,36,0.2); border-radius:4px; }
  .int-success h4 { font-family:var(--fd); font-size:1.1rem; color:var(--olive-dark); margin-bottom:0.4rem; }
  .int-success p { font-size:0.85rem; color:#4a5a2a; font-weight:300; line-height:1.7; }
  /* PLEDGE */
  .pledge-wrap { max-width:680px; }
  .pledge-block { padding:2.5rem; background:var(--navy); border-radius:6px; margin-bottom:1.5rem; }
  .pledge-title { font-family:var(--fd); font-size:1.5rem; font-weight:400; color:var(--cream); margin-bottom:0.4rem; }
  .pledge-sub { font-size:0.82rem; color:rgba(246,241,221,0.5); font-weight:300; margin-bottom:2rem; line-height:1.6; }
  .pledge-items { display:flex; flex-direction:column; gap:1rem; }
  .pledge-item { display:flex; gap:1.1rem; align-items:flex-start; }
  .pledge-num { font-family:var(--fd); font-size:1rem; font-style:italic; color:var(--rust-light); min-width:1.5rem; padding-top:0.1rem; }
  .pledge-item h4 { font-size:0.82rem; font-weight:500; color:var(--cream); margin-bottom:0.18rem; }
  .pledge-item p { font-size:0.78rem; color:rgba(246,241,221,0.48); font-weight:300; line-height:1.6; }
  .pledge-sign { padding:1.5rem; border:1px solid var(--bc); border-radius:4px; background:var(--off-white); display:flex; gap:1.5rem; align-items:flex-end; flex-wrap:wrap; }
  .pledge-sign-field { flex:1; min-width:160px; }
  .pledge-sign-lbl { font-size:0.62rem; letter-spacing:0.15em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:0.4rem; display:block; }
  .pledge-sign-input { width:100%; border:none; border-bottom:1px solid var(--bc); padding:0.4rem 0; font-family:var(--fd); font-size:1.1rem; font-style:italic; color:var(--navy); background:transparent; outline:none; }
  .pledge-sign-btn { padding:0.7rem 1.5rem; background:var(--navy); color:var(--cream); border:none; border-radius:3px; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.12em; text-transform:uppercase; cursor:pointer; font-weight:500; transition:background 0.2s; white-space:nowrap; }
  .pledge-sign-btn:hover { background:var(--rust); }
  .pledge-signed { display:none; padding:1rem 1.25rem; background:rgba(71,75,36,0.1); border:1px solid rgba(71,75,36,0.2); border-radius:4px; }
  .pledge-signed p { font-size:0.85rem; color:var(--olive-dark); font-weight:300; }
  /* GUIDELINES */
  .guidelines-wrap { display:flex; flex-direction:column; gap:1rem; }
  .guideline { padding:1.35rem 1.5rem; background:var(--off-white); border:1px solid var(--bc); border-radius:4px; display:flex; gap:1.1rem; align-items:flex-start; }
  .g-num { font-family:var(--fd); font-size:1.2rem; font-weight:400; color:var(--cream); background:var(--navy); width:2.1rem; height:2.1rem; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-style:italic; padding-top:2px; }
  .g-text h4 { font-family:var(--fd); font-size:1rem; font-weight:500; color:var(--navy); margin-bottom:0.22rem; }
  .g-text p { font-size:0.82rem; color:var(--text-muted); line-height:1.7; font-weight:300; }
  /* PROJECTS */
  .projects-hd { display:flex; justify-content:space-between; align-items:center; margin-bottom:1.5rem; flex-wrap:wrap; gap:0.75rem; }
  .projects-hd h3 { font-family:var(--fd); font-size:1.15rem; font-weight:400; color:var(--navy); }
  .projects-hd p { font-size:0.78rem; color:var(--text-faint); font-weight:300; }
  .projects-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; margin-bottom:1.25rem; }
  .proj-card { padding:1.1rem 1.2rem; background:var(--off-white); border:1px solid var(--bc); border-radius:4px; transition:border-color 0.2s; }
  .proj-card:hover { border-color:var(--rust); }
  .proj-member { font-size:0.68rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:0.3rem; }
  .proj-title { font-family:var(--fd); font-size:0.95rem; font-weight:500; color:var(--navy); margin-bottom:0.2rem; }
  .proj-desc { font-size:0.76rem; color:#7a6a40; font-weight:300; line-height:1.55; }
  .proj-tag { display:inline-block; margin-top:0.5rem; font-size:0.6rem; letter-spacing:0.08em; text-transform:uppercase; padding:0.15rem 0.5rem; border-radius:2px; font-weight:400; }
  .add-proj { padding:1.1rem; background:transparent; border:1px dashed var(--bc); border-radius:4px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0.4rem; cursor:pointer; transition:border-color 0.2s,background 0.2s; min-height:100px; }
  .add-proj:hover { border-color:var(--navy); background:rgba(36,30,78,0.03); }
  .add-proj span { font-size:0.75rem; color:var(--text-ghost); font-weight:300; }
  .add-proj-form { display:none; flex-direction:column; gap:0.65rem; padding:1.25rem; background:var(--cream-pale); border:1px solid var(--bc); border-radius:4px; margin-bottom:1rem; }
  .add-proj-form.visible { display:flex; }
  .add-proj-form input,.add-proj-form select,.add-proj-form textarea { width:100%; padding:0.65rem 0.9rem; font-family:var(--fb); font-size:0.82rem; background:var(--off-white); border:1px solid var(--bc); border-radius:3px; color:var(--brown); outline:none; font-weight:300; }
  .add-proj-form textarea { min-height:60px; resize:vertical; }
  .apf-row { display:grid; grid-template-columns:1fr 1fr; gap:0.65rem; }
  .apf-btns { display:flex; gap:0.65rem; }
  .apf-submit { padding:0.6rem 1.2rem; background:var(--navy); color:var(--cream); border:none; border-radius:3px; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; cursor:pointer; font-weight:500; transition:background 0.2s; }
  .apf-submit:hover { background:var(--rust); }
  .apf-cancel { padding:0.6rem 1rem; background:transparent; border:1px solid var(--bc); border-radius:3px; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; cursor:pointer; color:var(--text-faint); font-weight:400; }
  @media (max-width:900px) { .intake-grid { grid-template-columns:1fr; gap:2.5rem; } }
  @media (max-width:700px) { .projects-grid { grid-template-columns:1fr 1fr; } }


  /* FOUNDER */
  #founder { background: var(--brown); }
  .founder-inner { max-width: 720px; margin: 0 auto; }
  .founder-quote { font-family: var(--fd); font-size: clamp(1.05rem, 2vw, 1.25rem); font-weight: 300; color: var(--cream); line-height: 1.9; font-style: italic; margin-bottom: 2rem; }
  .founder-quote p { margin-bottom: 1.2rem; }
  .founder-attr { display: flex; align-items: center; gap: 1rem; }
  .founder-attr-line { flex: 1; height: 1px; background: rgba(246,241,221,0.15); }
  .founder-attr-name { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust-light); font-weight: 400; white-space: nowrap; }


  /* SUMMARY CARDS */
  .summary-card { display:none; padding:1.75rem; background:var(--navy); border-radius:6px; margin-top:1.5rem; }
  .summary-card.visible { display:block; }
  .summary-card-title { font-family:var(--fd); font-size:1.2rem; color:var(--cream); font-weight:400; margin-bottom:0.3rem; }
  .summary-card-sub { font-size:0.78rem; color:rgba(246,241,221,0.55); font-weight:300; margin-bottom:1.25rem; line-height:1.6; }
  .summary-fields { display:flex; flex-direction:column; gap:0.6rem; margin-bottom:1.5rem; }
  .summary-field { display:flex; gap:0.75rem; align-items:flex-start; }
  .summary-field-label { font-size:0.62rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--rust-light); font-weight:400; min-width:90px; padding-top:0.1rem; flex-shrink:0; }
  .summary-field-value { font-size:0.82rem; color:rgba(246,241,221,0.8); font-weight:300; line-height:1.6; }
  .summary-discord-box { padding:1.1rem 1.25rem; background:rgba(246,241,221,0.07); border:1px solid rgba(246,241,221,0.15); border-radius:4px; }
  .summary-discord-box p { font-size:0.82rem; color:rgba(246,241,221,0.7); font-weight:300; line-height:1.7; margin-bottom:0.75rem; }
  .summary-discord-box code { display:block; font-family:monospace; font-size:0.8rem; color:var(--cream); background:rgba(246,241,221,0.08); padding:0.5rem 0.75rem; border-radius:3px; margin-bottom:0.75rem; }
  .summary-copy-btn { padding:0.45rem 1rem; background:var(--rust); color:var(--off-white); border:none; border-radius:2px; font-family:var(--fb); font-size:0.68rem; letter-spacing:0.1em; text-transform:uppercase; cursor:pointer; font-weight:500; transition:background 0.2s; }
  .summary-copy-btn:hover { background:var(--rust-light); }


  /* RSVP MODAL */
  .rsvp-modal-overlay { display:none; position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.55); z-index:200; align-items:center; justify-content:center; padding:1rem; }
  .rsvp-modal-overlay.visible { display:flex; }
  .rsvp-modal { background:var(--off-white); border-radius:6px; padding:2rem; max-width:480px; width:100%; position:relative; }
  .rsvp-modal-title { font-family:var(--fd); font-size:1.3rem; font-weight:400; color:var(--navy); margin-bottom:0.3rem; }
  .rsvp-modal-sub { font-size:0.82rem; color:var(--text-faint); font-weight:300; margin-bottom:1.5rem; line-height:1.6; }
  .rsvp-modal-form { display:flex; flex-direction:column; gap:0.75rem; }
  .rsvp-modal-input, .rsvp-modal-select { width:100%; padding:0.75rem 1rem; font-family:var(--fb); font-size:0.85rem; background:var(--cream-pale); border:1px solid var(--bc); border-radius:3px; color:var(--brown); outline:none; transition:border-color 0.2s; font-weight:300; }
  .rsvp-modal-input:focus, .rsvp-modal-select:focus { border-color:var(--navy); }
  .rsvp-modal-submit { padding:0.8rem; background:var(--navy); color:var(--cream); border:none; border-radius:3px; font-family:var(--fb); font-size:0.72rem; letter-spacing:0.14em; text-transform:uppercase; cursor:pointer; font-weight:500; transition:background 0.2s; }
  .rsvp-modal-submit:hover { background:var(--rust); }
  .rsvp-modal-close { position:absolute; top:1rem; right:1.25rem; background:none; border:none; font-size:1.2rem; cursor:pointer; color:var(--text-ghost); font-family:var(--fb); line-height:1; }
  .rsvp-modal-success { display:none; text-align:center; padding:1rem 0; }
  .rsvp-modal-success h4 { font-family:var(--fd); font-size:1.1rem; color:var(--olive-dark); margin-bottom:0.5rem; }
  .rsvp-modal-success p { font-size:0.82rem; color:var(--text-muted); font-weight:300; line-height:1.7; }


  /* ABOUT MODAL */
  .about-modal-overlay { display:none; position:fixed; top:0; left:0; right:0; bottom:0; background:var(--off-white); z-index:150; overflow-y:auto; }
  .about-modal-overlay.visible { display:block; }
  .about-modal-inner { max-width:1100px; margin:0 auto; padding:2rem 2rem 4rem; }
  .about-modal-nav { display:flex; justify-content:space-between; align-items:center; padding:1.5rem 0; margin-bottom:2rem; border-bottom:1px solid var(--bc); position:sticky; top:0; background:var(--off-white); z-index:10; }
  .about-modal-brand { font-family:var(--fd); font-size:1.1rem; font-weight:400; color:var(--navy); }
  .about-modal-close { background:none; border:1px solid var(--bc); padding:0.4rem 1rem; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-faint); cursor:pointer; border-radius:2px; transition:all 0.2s; }
  .about-modal-close:hover { border-color:var(--navy); color:var(--navy); }


  /* BLOG */
  .blog-modal-overlay { display:none; position:fixed; top:0; left:0; right:0; bottom:0; background:var(--off-white); z-index:150; overflow-y:auto; }
  .blog-modal-overlay.visible { display:block; }
  .blog-modal-inner { max-width:720px; margin:0 auto; padding:2rem 2rem 6rem; }
  .blog-modal-nav { display:flex; justify-content:space-between; align-items:center; padding:1.5rem 0; margin-bottom:2rem; border-bottom:1px solid var(--bc); position:sticky; top:0; background:var(--off-white); z-index:10; }
  .blog-modal-brand { font-family:var(--fd); font-size:1.1rem; font-weight:400; color:var(--navy); }
  .blog-modal-close { background:none; border:1px solid var(--bc); padding:0.4rem 1rem; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-faint); cursor:pointer; border-radius:2px; }
  .blog-modal-close:hover { border-color:var(--navy); color:var(--navy); }
  .blog-index-item { padding:1.75rem 0; border-bottom:1px solid var(--bc); cursor:pointer; transition:opacity 0.2s; }
  .blog-index-item:hover { opacity:0.7; }
  .blog-index-item:last-child { border-bottom:none; }
  .blog-item-date { font-size:0.65rem; letter-spacing:0.15em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:0.4rem; }
  .blog-item-title { font-family:var(--fd); font-size:1.4rem; font-weight:400; color:var(--navy); margin-bottom:0.5rem; line-height:1.3; }
  .blog-item-excerpt { font-size:0.85rem; color:var(--text-faint); font-weight:300; line-height:1.7; }
  .blog-post-back { background:none; border:none; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-faint); cursor:pointer; padding:0; margin-bottom:2rem; }
  .blog-post-back:hover { color:var(--navy); }
  .blog-post-date { font-size:0.65rem; letter-spacing:0.15em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:0.75rem; }
  .blog-post-title { font-family:var(--fd); font-size:2rem; font-weight:400; color:var(--navy); margin-bottom:0.5rem; line-height:1.2; }
  .blog-post-sub { font-size:0.85rem; color:var(--text-faint); font-weight:300; margin-bottom:2.5rem; padding-bottom:2rem; border-bottom:1px solid var(--bc); }
  .blog-post-body { font-size:1rem; color:var(--brown); font-weight:300; line-height:1.9; }
  .blog-post-body p { margin-bottom:1.5rem; }
  .blog-post-footer { margin-top:3rem; padding-top:2rem; border-top:1px solid var(--bc); font-size:0.82rem; color:var(--text-faint); font-weight:300; font-style:italic; }
  .blog-post-footer a { color:var(--rust); text-decoration:none; }




  /* MEMBER DIRECTORY */
  .directory-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:1rem; }
  .directory-card { padding:1.25rem; background:var(--off-white); border:1px solid var(--bc); border-radius:4px; }
  .directory-card-name { font-family:var(--fd); font-size:1rem; font-weight:400; color:var(--navy); margin-bottom:0.2rem; }
  .directory-card-chapter { font-size:0.65rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:0.6rem; }
  .directory-card-building { font-size:0.82rem; color:var(--text-muted); font-weight:300; line-height:1.65; font-style:italic; }
  .directory-card-id { font-size:0.65rem; color:var(--text-ghost); font-weight:300; margin-top:0.6rem; letter-spacing:0.06em; }


  /* EVENT TAGS */
  .ev-tags { display:flex; gap:0.5rem; flex-wrap:wrap; margin-top:0.6rem; }
  .ev-tag { padding:0.25rem 0.65rem; border-radius:2px; font-size:0.62rem; letter-spacing:0.08em; text-transform:uppercase; font-weight:400; font-family:var(--fb); }
  .ev-tag-guest { background:rgba(71,75,36,0.1); color:#4d6229; border:1px solid rgba(71,75,36,0.2); }
  .ev-tag-members { background:rgba(36,30,78,0.08); color:var(--navy); border:1px solid rgba(36,30,78,0.15); }
  .ev-tag-free { background:rgba(246,241,221,0.4); color:var(--text-muted); border:1px solid rgba(46,42,32,0.15); }
  .ev-tag-online { background:rgba(136,22,0,0.08); color:var(--rust); border:1px solid rgba(136,22,0,0.2); }
  .ev-tag-rsvp { background:rgba(46,42,32,0.06); color:var(--text-muted); border:1px solid var(--bc); }

  /* WEEKLY BANNER */
  .weekly-banner { padding:1rem 1.5rem; background:var(--navy); border-radius:4px; margin-bottom:1.5rem; display:flex; justify-content:space-between; align-items:center; gap:1rem; flex-wrap:wrap; }
  .weekly-banner-label { font-size:0.58rem; letter-spacing:0.15em; text-transform:uppercase; color:var(--rust-light); font-weight:400; margin-bottom:0.2rem; }
  .weekly-banner-text { font-size:0.88rem; color:var(--cream); font-weight:300; line-height:1.6; }
  .weekly-banner-close { background:none; border:none; color:rgba(246,241,221,0.35); cursor:pointer; font-size:1rem; padding:0; flex-shrink:0; }
  .weekly-banner-close:hover { color:var(--cream); }

  /* COMMENTS */
  .comment-section { margin-top:2.5rem; padding-top:2rem; border-top:1px solid var(--bc); }
  .comment-section-title { font-size:0.65rem; letter-spacing:0.15em; text-transform:uppercase; color:var(--rust); font-weight:400; margin-bottom:1.25rem; }
  .comment-list { display:flex; flex-direction:column; gap:1rem; margin-bottom:1.5rem; }
  .comment-item { padding:1rem 1.25rem; background:var(--off-white); border:1px solid var(--bc); border-radius:4px; }
  .comment-meta { display:flex; gap:0.75rem; align-items:baseline; margin-bottom:0.4rem; }
  .comment-author { font-size:0.82rem; font-weight:500; color:var(--navy); }
  .comment-date { font-size:0.7rem; color:var(--text-ghost); font-weight:300; }
  .comment-text { font-size:0.85rem; color:var(--text-muted); font-weight:300; line-height:1.7; }
  .comment-form { display:flex; flex-direction:column; gap:0.6rem; }
  .comment-input { width:100%; padding:0.65rem 0.9rem; font-family:var(--fb); font-size:0.85rem; background:white; border:1px solid var(--bc); border-radius:3px; color:var(--brown); outline:none; }
  .comment-input:focus { border-color:var(--navy); }
  .comment-textarea { width:100%; padding:0.65rem 0.9rem; font-family:var(--fb); font-size:0.85rem; background:white; border:1px solid var(--bc); border-radius:3px; color:var(--brown); outline:none; resize:vertical; min-height:80px; line-height:1.6; font-weight:300; }
  .comment-submit { align-self:flex-start; padding:0.6rem 1.4rem; background:var(--navy); color:var(--cream); border:none; border-radius:3px; font-family:var(--fb); font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; cursor:pointer; font-weight:500; }
  .comment-submit:hover { background:var(--rust); }
  .comment-empty { font-size:0.82rem; color:var(--text-ghost); font-weight:300; font-style:italic; margin-bottom:1rem; }



  /* HERO SPOTS */
  .hero-inner { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:center; }
  .hero-spots { display:flex; flex-direction:column; gap:1rem; }
  .hero-spot-card { padding:1.25rem 1.5rem; background:rgba(246,241,221,0.08); border:1px solid rgba(246,241,221,0.15); border-radius:6px; }
  .hero-spot-label { font-size:0.62rem; letter-spacing:0.15em; text-transform:uppercase; color:var(--rust-light); font-weight:400; margin-bottom:0.4rem; }
  .hero-spot-count { font-family:var(--fd); font-size:2rem; font-weight:400; color:var(--cream); line-height:1; margin-bottom:0.5rem; }
  .hero-spot-count span { font-size:1rem; color:rgba(246,241,221,0.4); }
  .hero-spot-bar { height:3px; background:rgba(246,241,221,0.1); border-radius:2px; margin-bottom:0.4rem; overflow:hidden; }
  .hero-spot-fill { height:100%; background:var(--rust); border-radius:2px; }
  .hero-spot-sub { font-size:0.75rem; color:rgba(246,241,221,0.5); font-weight:300; }
  .hero-spot-note { font-size:0.75rem; color:rgba(246,241,221,0.4); font-weight:300; line-height:1.7; font-style:italic; margin-top:0.5rem; }
  @media (max-width:768px) { .hero-inner { grid-template-columns:1fr; } .hero-spots { margin-top:2rem; } }

  /* BIRTHDAYS */
  .bday-card { padding:1.75rem; background:var(--navy); border-radius:6px; margin-bottom:1rem; }
  .bday-name { font-family:var(--fd); font-size:1.3rem; font-weight:400; color:var(--cream); margin-bottom:0.2rem; }
  .bday-date { font-size:0.72rem; color:rgba(246,241,221,0.45); font-weight:300; margin-bottom:0.75rem; letter-spacing:0.08em; }
  .bday-message { font-size:0.88rem; color:rgba(246,241,221,0.75); font-weight:300; line-height:1.75; margin-bottom:1.25rem; font-style:italic; }
  .bday-input { width:100%; padding:0.6rem 0.85rem; font-family:var(--fb); font-size:0.83rem; background:rgba(246,241,221,0.06); border:1px solid rgba(246,241,221,0.15); border-radius:3px; color:var(--cream); outline:none; margin-bottom:0.5rem; box-sizing:border-box; }
  .bday-input::placeholder { color:rgba(246,241,221,0.3); }
  .bday-submit { padding:0.55rem 1.25rem; background:var(--rust); color:white; border:none; border-radius:3px; font-family:var(--fb); font-size:0.65rem; letter-spacing:0.1em; text-transform:uppercase; cursor:pointer; font-weight:500; }


  /* FAQ */
  .faq-item { border-bottom: 1px solid var(--bc); }
  .faq-q { display:flex; justify-content:space-between; align-items:center; padding:1rem 0; font-size:0.92rem; font-weight:500; color:var(--navy); cursor:pointer; gap:1rem; user-select:none; }
  .faq-q:hover { color:var(--rust); }
  .faq-arrow { font-size:1.2rem; color:var(--rust); transition:transform 0.2s; flex-shrink:0; }
  .faq-item.open .faq-arrow { transform:rotate(180deg); }
  .faq-a { display:none; padding:0 0 1rem; font-size:0.85rem; color:var(--text-muted); font-weight:300; line-height:1.8; }
  .faq-item.open .faq-a { display:block; }

  /* FOOTER */
  footer { background: var(--brown); padding: 3rem 2.5rem 2rem; }
  .foot-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(246,241,221,0.1); }
  .foot-brand { font-family: var(--fd); font-size: 1.15rem; font-weight: 400; color: var(--cream); margin-bottom: 0.4rem; }
  .foot-tag { font-size: 0.78rem; color: rgba(246,241,221,0.38); font-style: italic; font-family: var(--fd); max-width: 240px; line-height: 1.5; }
  .foot-links { list-style: none; display: flex; flex-direction: column; gap: 0.52rem; }
  .foot-links a { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(246,241,221,0.36); text-decoration: none; font-weight: 300; transition: color 0.2s; }
  .foot-links a:hover { color: var(--cream); }
  .foot-bottom { max-width: 1100px; margin: 1.25rem auto 0; font-size: 0.7rem; color: rgba(246,241,221,0.2); font-weight: 300; }

  /* ANIMATIONS */
  .fu { opacity: 0; transform: translateY(16px); transition: opacity 0.62s ease, transform 0.62s ease; }
  .fu.visible { opacity: 1; transform: translateY(0); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .hero-inner, .about-grid, .comm-grid, .online-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-right { display: none; }
    .cadence-bar, .events-grid { grid-template-columns: 1fr; }
    section { padding: 4rem 1.5rem; }
    .mem-links { grid-template-columns: 1fr; }
  }
  /* ---- Added: mobile hub navigation, focus states, video slots ---- */

  /* Nine tabs used to scroll sideways with a hidden scrollbar, so on a phone
     you saw four and nothing told you the rest existed. They wrap now. */
  @media (max-width: 700px) {
    .hub-tabs {
      flex-wrap: wrap;
      gap: 0.3rem 0.4rem;
      overflow-x: visible;
      padding-bottom: 0.6rem;
    }
    .hub-tab {
      font-size: 0.7rem;
      padding: 0.6rem 0.75rem;
      min-height: 40px;
      border: 1px solid var(--bc);
      border-radius: 3px;
      margin-bottom: 0;
    }
    .hub-tab.active {
      background: var(--navy);
      color: var(--cream);
      border-color: var(--navy);
    }
  }

  /* Keyboard users could not see where they were. */
  :focus-visible {
    outline: 2px solid var(--rust-light);
    outline-offset: 2px;
    border-radius: 2px;
  }
  .hub-tab:focus-visible { outline-offset: -2px; }

  /* Video slots stay hidden until a video actually exists. */
  .video-slot[hidden] { display: none !important; }

/* ---- Notification badge ---- */
.notif-badge {
  display: inline-block; min-width: 17px; padding: 0 5px; margin-left: 0.4rem;
  background: var(--rust); color: var(--cream);
  border-radius: 999px; font-size: 0.62rem; line-height: 17px;
  text-align: center; font-weight: 500; vertical-align: middle;
}
.hub-tab.active .notif-badge { background: var(--rust-light); color: var(--navy); }

.notif {
  display: flex; gap: 0.85rem; align-items: flex-start;
  padding: 0.95rem 1.1rem; border: 1px solid var(--bc); border-radius: 6px;
  margin-bottom: 0.6rem; background: var(--off-white); cursor: pointer;
}
.notif.unread { background: var(--cream-pale); border-color: rgba(136,22,0,0.22); }
.notif-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rust); margin-top: 0.45rem; flex-shrink: 0; }
.notif.read .notif-dot { background: transparent; }
.notif-main { flex: 1; min-width: 0; }
.notif-title { font-size: 0.88rem; color: var(--brown); }
.notif-body { font-size: 0.8rem; color: var(--text-faint); font-weight: 300; margin-top: 0.15rem;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.notif-when { font-size: 0.68rem; color: var(--text-ghost); margin-top: 0.3rem; }
