:root {
  --maroon: #801d39;
  --maroon-dark: #5c1229;
  --blue: #237fa6;
  --blue-dark: #145d7b;
  --aqua: #dff6fb;
  --ink: #16232b;
  --muted: #63727a;
  --soft: #f4f7f8;
  --line: #dde6e9;
  --white: #fff;
  --shadow: 0 12px 28px rgba(16, 55, 70, .1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.65 "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: auto; }
.topbar { min-height: 34px; color: #174f62; background: var(--aqua); font-size: 12px; }
.topbar-inner, .nav-inner, .announcement-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; }
.topbar-inner { min-height: 34px; }
.topbar a { color: var(--maroon); font-weight: 700; }
.masthead { position: relative; display: flex; justify-content: center; min-height: 300px; padding: 22px 0 24px; }
.masthead-brand { display: grid; width: min(1040px, 100%); justify-items: center; text-align: center; }
.masthead-brand img { width: 168px; }
.masthead-brand strong { color: #ed0c3b; font-size: 34px; line-height: 1.18; }
.masthead-brand span { width: min(940px, 90%); height: 1px; margin: 18px 0 15px; background: var(--ink); }
.masthead-brand small { color: #111; font-size: 28px; font-style: italic; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 78px; height: auto; }
.brand strong { display: block; color: var(--maroon); font: 700 23px/1.05 "Libre Baskerville", Georgia, serif; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--maroon); }
.main-nav { z-index: 20; background: var(--maroon); }
.nav-inner { min-height: 50px; gap: 2px; }
.main-nav a, .nav-trigger { color: #fff; border: 0; background: none; padding: 17px 10px; font: 600 12px "DM Sans"; cursor: pointer; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active, .nav-trigger:hover, .nav-trigger.active { color: #fff; background: rgba(255,255,255,.1); }
.main-nav .home-link { background: rgba(255,255,255,.16); font-weight: 700; }
.page-tools { border-top: 1px solid rgba(128,29,57,.08); border-bottom: 1px solid var(--line); background: #fff; }
.page-tools .container { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 18px; }
.page-tools a { color: var(--maroon); font-size: 13px; font-weight: 700; }
.page-tools span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 1.1px; }
.nav-group { position: relative; }
.nav-trigger span { margin-left: 3px; color: var(--blue); }
.dropdown { position: absolute; z-index: 30; top: 100%; left: 0; display: none; min-width: 210px; padding: 7px; background: #fff; border-top: 3px solid var(--blue); box-shadow: var(--shadow); }
.dropdown a { display: block; color: var(--ink); padding: 9px 11px; font-size: 13px; }
.dropdown a:hover { color: var(--maroon); background: var(--soft); }
.nav-group:hover .dropdown, .nav-group.open .dropdown { display: block; }
.nav-login { margin-left: 3px; padding: 7px 14px !important; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; color: #fff !important; }
.nav-login:hover { color: var(--maroon) !important; background: #fff; }
.hero { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; color: #fff; background: url("assets/pediatric-brain-surgeon-hands.png") center/cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,37,49,.94), rgba(7,37,49,.72) 47%, rgba(7,37,49,.12)); }
.hero-content { position: relative; padding: 92px 0 130px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.hero .eyebrow { color: #93dced; }
.hero-content .eyebrow { max-width: 760px; margin-bottom: 16px; color: #fff; font-size: clamp(27px, 3.8vw, 52px); line-height: 1.1; letter-spacing: 0; text-transform: none; font-family: "Libre Baskerville", Georgia, serif; }
.hero-content h1 { max-width: 560px; font-size: clamp(26px, 3.1vw, 40px); line-height: 1.2; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; letter-spacing: 0; }
h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(39px, 5vw, 64px); line-height: 1.15; }
h2 { margin-bottom: 14px; font-size: clamp(27px, 3vw, 40px); line-height: 1.23; }
h3 { margin-bottom: 5px; font-size: 18px; }
.hero-content > p:not(.eyebrow) { max-width: 620px; margin-bottom: 30px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border: 1px solid transparent; border-radius: 22px; font-weight: 700; font-size: 13px; transition: .2s; cursor: pointer; }
.button-primary { color: #fff; background: var(--maroon); }
.button-primary:hover { background: var(--maroon-dark); }
.button-light { color: var(--maroon); background: #fff; }
.button-light:hover { background: var(--aqua); }
.button-outline { color: var(--maroon); border-color: var(--maroon); background: #fff; }
.button-outline:hover { color: #fff; background: var(--maroon); }
.hero-stats { position: absolute; bottom: 0; left: 50%; display: grid; grid-template-columns: repeat(3, 1fr); width: min(1180px, calc(100% - 40px)); transform: translateX(-50%); color: var(--ink); background: rgba(255,255,255,.97); }
.hero-stats div { padding: 16px 24px; border-right: 1px solid var(--line); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { color: var(--maroon); font: 700 23px "Libre Baskerville", Georgia, serif; }
.hero-stats span { color: var(--muted); font-size: 12px; }
.announcement { background: var(--aqua); }
.announcement-inner { gap: 22px; padding: 20px 0; }
.date-block { flex: 0 0 auto; padding-right: 23px; color: var(--maroon); border-right: 1px solid #badde4; text-align: center; }
.date-block strong, .date-block span { display: block; }
.date-block strong { font: 700 29px "Libre Baskerville", Georgia, serif; }
.date-block span { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.announcement .eyebrow { margin: 0; }
.announcement h2 { margin: 1px 0; color: var(--maroon); font-size: 24px; }
.announcement p:last-child { margin: 0; font-size: 13px; }
.announcement .button { margin-left: auto; white-space: nowrap; }
.section { padding: 82px 0; }
.section-heading { max-width: 720px; margin-bottom: 32px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 20px; }
.leadership-title { color: var(--blue); font-size: clamp(34px, 4vw, 56px); text-transform: uppercase; letter-spacing: 1.4px; }
.office-heading { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.office-kicker { margin: 0 0 8px; color: var(--blue); font: 700 clamp(28px, 4vw, 54px)/1.1 "Libre Baskerville", Georgia, serif; letter-spacing: 0; text-transform: none; }
.office-heading h2 { margin-bottom: 14px; font-size: clamp(36px, 5vw, 68px); }
.office-heading .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid var(--maroon); border-radius: 24px; font-size: 16px; }
.office-heading .text-link:hover { color: #fff; background: var(--maroon); }
.message-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.message-card { display: grid; grid-template-columns: 170px 1fr; gap: 21px; padding: 0; background: #fff; }
.message-card img { width: 170px; height: 240px; object-fit: cover; object-position: center top; background: var(--soft); }
.message-card p { color: var(--muted); font-size: 14px; }
.message-card .eyebrow { color: var(--maroon); }
.role { color: var(--blue-dark); font-size: 12px; font-weight: 700; }
.text-link { color: var(--maroon); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 5px; }
.leadership-hero { padding: 86px 0; color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.68)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.leadership-hero .eyebrow { color: #9ce5f3; }
.leadership-hero h1 { max-width: 820px; margin-bottom: 14px; }
.leadership-hero p { max-width: 780px; color: rgba(255,255,255,.82); font-size: 18px; }
.leadership-page-section { background: var(--soft); }
.leadership-page-grid { display: grid; gap: 28px; }
.leader-message { display: grid; grid-template-columns: 280px 1fr; gap: 34px; padding: 32px; background: #fff; box-shadow: var(--shadow); }
.leader-photo img { width: 100%; max-height: 360px; object-fit: cover; object-position: center top; background: var(--soft); }
.leader-copy h2 { margin-bottom: 4px; color: var(--ink); }
.leader-copy p:not(.eyebrow) { color: var(--muted); }
.leader-copy .role { display: inline-block; margin-bottom: 16px; }
.members-band { color: #fff; background: var(--blue-dark); }
.members-layout { display: grid; grid-template-columns: 1fr 1.35fr; gap: 58px; padding: 55px 0; }
.members-band .eyebrow { color: #9ce5f3; }
.members-band p { color: rgba(255,255,255,.75); }
.members-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); }
.members-links a { display: flex; justify-content: space-between; padding: 13px 15px; background: var(--blue-dark); font-weight: 700; font-size: 13px; }
.members-links a:last-child { grid-column: 1 / -1; }
.members-links a:hover { background: #1d6d8d; }
.bearers-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.bearers-grid article { min-width: 0; background: #fff; border: 1px solid var(--line); }
.bearers-grid img { width: 100%; aspect-ratio: 1/1.05; object-fit: cover; object-position: top center; background: var(--soft); }
.bearers-grid h3, .bearers-grid p { padding: 0 12px; }
.bearers-grid h3 { margin: 13px 0 2px; font-size: 14px; }
.bearers-grid p { margin: 0 0 13px; color: var(--maroon); font-size: 11px; font-weight: 700; }
.committee-hero { padding: 84px 0; color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.68)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.committee-hero .eyebrow { color: #9ce5f3; }
.committee-hero h1 { margin-bottom: 14px; }
.committee-hero p { max-width: 720px; color: rgba(255,255,255,.82); font-size: 18px; }
.committee-page-section { background: var(--soft); }
.past-hero { padding: 84px 0; color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.66)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.past-hero .eyebrow { color: #9ce5f3; }
.past-hero h1 { margin-bottom: 14px; }
.past-hero p { max-width: 760px; color: rgba(255,255,255,.82); font-size: 18px; }
.past-office-section { background: var(--soft); }
.past-office-layout { display: grid; grid-template-columns: 290px 1fr; gap: 30px; align-items: start; }
.term-card { position: sticky; top: 18px; padding: 28px; color: #fff; background: var(--blue-dark); box-shadow: var(--shadow); }
.term-card .eyebrow { color: #9ce5f3; }
.term-card strong, .term-card span { display: block; }
.term-card strong { margin: 12px 0 8px; font: 700 38px/1 "Libre Baskerville", Georgia, serif; }
.term-card span { color: rgba(255,255,255,.76); font-size: 14px; }
.past-office-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.past-office-card { min-height: 132px; padding: 24px; border-top: 4px solid var(--blue); background: #fff; box-shadow: var(--shadow); }
.past-office-card span { display: block; margin-bottom: 10px; color: var(--maroon); font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.past-office-card h2, .past-office-card h3 { margin: 0; }
.past-office-card h2 { font-size: 25px; }
.past-office-card h3 { font-size: 20px; }
.past-office-card.primary-role { border-top-color: var(--maroon); background: linear-gradient(180deg, #fff, #fdf6f8); }
.election-archive-section { background: #fff; }
.election-heading { max-width: 850px; }
.election-heading p:not(.eyebrow) { color: var(--muted); }
.election-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.election-table { width: 100%; border-collapse: collapse; min-width: 900px; }
.election-table th, .election-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.election-table th { color: #fff; background: var(--blue-dark); font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; }
.election-table td:first-child { width: 170px; color: var(--maroon); font: 700 20px "Libre Baskerville", Georgia, serif; white-space: nowrap; }
.election-table td:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; }
.election-table tbody tr:nth-child(even) { background: var(--soft); }
.election-table tbody tr:last-child td { border-bottom: 0; }
.conference-hero { padding: 84px 0; color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.66)), url("assets/indspncon-2027-flyer.jpeg") center/cover; }
.conference-hero .eyebrow { color: #9ce5f3; }
.conference-hero h1 { margin-bottom: 14px; }
.conference-hero p { max-width: 760px; color: rgba(255,255,255,.84); font-size: 18px; }
.conference-section { background: var(--soft); }
.conference-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; }
.conference-copy { padding: 32px; background: #fff; box-shadow: var(--shadow); }
.conference-copy p:not(.eyebrow) { color: var(--muted); }
.conference-facts { display: grid; gap: 12px; margin-top: 25px; }
.conference-facts div { padding: 16px; border-left: 4px solid var(--blue); background: var(--soft); }
.conference-facts span, .conference-facts strong { display: block; }
.conference-facts span { color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.conference-facts strong { margin-top: 4px; color: var(--maroon); }
.conference-flyer { margin: 0; padding: 12px; background: #fff; box-shadow: var(--shadow); }
.conference-flyer img { width: 100%; height: auto; }
.history { background: var(--soft); }
.history-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; padding: 75px 0; }
.history-image { min-height: 370px; background: url("assets/pediatric-brain-surgeon-hands.png") center/cover; }
.history p:not(.eyebrow) { color: var(--muted); }
.history .button { margin-top: 10px; }
.history-hero { padding: 86px 0; color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.68)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.history-hero .eyebrow { color: #9ce5f3; }
.history-hero h1 { margin-bottom: 14px; }
.history-hero p { max-width: 740px; color: rgba(255,255,255,.82); font-size: 18px; }
.history-page-section { background: var(--soft); }
.history-page-layout { display: grid; grid-template-columns: 330px 1fr; gap: 38px; align-items: start; }
.history-summary { position: sticky; top: 18px; display: grid; gap: 12px; padding: 26px; background: #fff; box-shadow: var(--shadow); }
.history-summary div { padding: 15px; border-left: 4px solid var(--blue); background: var(--soft); }
.history-summary strong, .history-summary span { display: block; }
.history-summary strong { color: var(--maroon); font: 700 22px "Libre Baskerville", Georgia, serif; }
.history-summary span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.history-article { padding: 36px; background: #fff; box-shadow: var(--shadow); }
.history-article .lead { color: var(--ink); font-size: 21px; line-height: 1.55; }
.history-article h2 { margin-top: 34px; color: var(--maroon); font-size: 25px; }
.history-article p { color: var(--muted); }
.history-callout { margin-top: 34px; padding: 22px; border-left: 5px solid var(--maroon); background: var(--aqua); }
.history-callout strong, .history-callout span { display: block; }
.history-callout strong { color: var(--maroon); }
.history-callout span { margin-top: 5px; color: var(--ink); }
.initiatives { background: #fff; }
.initiative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.initiative-grid article { padding: 27px; background: #fff; }
.initiative-grid > article > span { color: var(--maroon); font: 700 24px "Libre Baskerville", Georgia, serif; }
.initiative-grid h3 { margin-top: 17px; font-size: 20px; }
.initiative-grid p { color: var(--muted); font-size: 14px; }
.gallery { padding: 80px 0; background: var(--soft); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 10px; }
.gallery-grid img { width: 100%; height: 285px; object-fit: cover; }
.gallery-hero { padding: 84px 0; color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.66)), url("assets/gallery/DSC04219.JPG") center/cover; }
.gallery-hero .eyebrow { color: #9ce5f3; }
.gallery-hero h1 { margin-bottom: 14px; }
.gallery-hero p { max-width: 690px; color: rgba(255,255,255,.82); font-size: 18px; }
.gallery-page-section { background: var(--soft); }
.gallery-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-page-grid figure { margin: 0; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.gallery-page-grid img { width: 100%; height: 285px; object-fit: cover; transition: transform .25s ease; }
.gallery-page-grid figure:hover img { transform: scale(1.03); }
.youtube-section { background: #fff; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-card { overflow: hidden; border-bottom: 3px solid var(--blue); background: var(--soft); box-shadow: var(--shadow); }
.video-cover { position: relative; display: flex; min-height: 205px; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; color: #fff; background: var(--blue-dark); }
.video-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(128,29,57,.92), rgba(20,93,123,.88)); }
.video-cover::after { content: ""; position: absolute; width: 190px; height: 190px; right: -46px; bottom: -62px; border: 28px solid rgba(255,255,255,.13); border-radius: 50%; }
.video-cover-one::before { background: linear-gradient(135deg, rgba(128,29,57,.92), rgba(35,127,166,.86)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.video-cover-two::before { background: linear-gradient(135deg, rgba(20,93,123,.94), rgba(128,29,57,.82)), url("assets/gallery/DSC02890.JPG") center/cover; }
.video-cover-three::before { background: linear-gradient(135deg, rgba(12,58,76,.92), rgba(35,127,166,.82)), url("assets/gallery/DSC04237.JPG") center/cover; }
.video-cover strong, .play-mark { position: relative; z-index: 1; }
.video-cover strong { max-width: 220px; font: 700 23px/1.2 "Libre Baskerville", Georgia, serif; }
.play-mark { display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; color: transparent; font-size: 0; background: rgba(255,255,255,.12); }
.play-mark::after { content: ""; margin-left: 4px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; }
.video-grid h3 { margin: 15px 15px 5px; font-size: 16px; line-height: 1.4; }
.video-grid p { margin: 0 15px 16px; color: var(--muted); font-size: 13px; }
.social-section { padding: 48px 0; color: #fff; background: var(--blue-dark); }
.social-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.social-section .eyebrow { color: #9ce5f3; }
.social-section h2 { margin-bottom: 0; font-size: 30px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { display: flex; align-items: center; gap: 9px; min-width: 130px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; font-size: 13px; }
.social-links a:hover { background: rgba(255,255,255,.1); }
.social-links span { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border-radius: 50%; color: var(--maroon-dark); background: #fff; font-size: 10px; font-weight: 700; }
.contact { padding: 82px 0; color: #fff; background: var(--maroon-dark); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; }
.contact .eyebrow { color: #9ce5f3; }
.contact p { color: rgba(255,255,255,.72); }
.contact-details { margin-top: 28px; }
.contact-details a, .contact-details div { display: block; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-details strong, .contact-details span { display: block; }
.contact-details strong { color: #9ce5f3; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 24px; color: var(--ink); background: #fff; }
.contact-form label { display: block; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form span { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
input, textarea { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 0; font: inherit; font-size: 14px; }
select { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #fff; font: inherit; font-size: 14px; }
textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.contact-preview-card { padding: 28px; color: var(--ink); background: #fff; }
.contact-preview-card h3 { margin-bottom: 8px; font-size: 24px; }
.contact-preview-card p { color: var(--muted); }
.contact-hero { color: #fff; background: linear-gradient(90deg, rgba(9,50,67,.94), rgba(9,50,67,.7)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.contact-hero-inner { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: end; padding: 92px 0; }
.contact-hero .eyebrow { color: #9ce5f3; }
.contact-hero h1 { max-width: 740px; }
.contact-hero p { max-width: 690px; color: rgba(255,255,255,.82); font-size: 18px; }
.contact-quick-card { padding: 26px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.contact-quick-card strong, .contact-quick-card a, .contact-quick-card span { display: block; }
.contact-quick-card strong { color: var(--blue-dark); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.contact-quick-card a { margin: 8px 0; color: var(--maroon); font-size: 20px; font-weight: 700; overflow-wrap: anywhere; }
.contact-quick-card span { color: var(--muted); font-size: 13px; }
.contact-page-section { background: var(--soft); }
.contact-page-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: start; }
.contact-info-panel, .contact-page-form { background: #fff; box-shadow: var(--shadow); }
.contact-info-panel { padding: 32px; }
.contact-info-panel > p:not(.eyebrow) { color: var(--muted); }
.contact-methods { display: grid; gap: 12px; margin: 26px 0; }
.contact-methods a, .contact-methods div { display: block; padding: 16px; border-left: 4px solid var(--blue); background: var(--soft); }
.contact-methods span, .contact-methods strong, .contact-methods small { display: block; }
.contact-methods span { color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.contact-methods strong { margin: 4px 0; color: var(--maroon); overflow-wrap: anywhere; }
.contact-methods small { color: var(--muted); font-size: 12px; }
.contact-social-card { padding-top: 22px; border-top: 1px solid var(--line); }
.contact-icon-row { margin-top: 12px; }
.contact-page-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 32px; }
.contact-page-form .eyebrow, .contact-page-form h2 { grid-column: 1 / -1; margin-bottom: 0; }
.contact-page-form label:nth-of-type(4), .contact-page-form label:nth-of-type(5) { grid-column: 1 / -1; }
.contact-support-band { padding: 62px 0; color: #fff; background: var(--blue-dark); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.support-grid article { padding: 24px; background: var(--blue-dark); }
.support-grid span { color: #9ce5f3; font: 700 22px "Libre Baskerville", Georgia, serif; }
.support-grid h3 { margin: 12px 0 8px; }
.support-grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
footer { padding: 20px 0; border-top: 4px solid var(--blue); background: #fff; }
.footer-brand img { width: 62px; }
.footer-brand strong { font-size: 13px; }
.footer-brand small { margin-top: 2px; }
footer p { color: var(--muted); font-size: 12px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--maroon); }
.footer-social a:hover { background: var(--blue-dark); }
.footer-social svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social svg path:not(.fill-icon) { fill: currentColor; stroke: none; }
.footer-social .fill-icon { fill: #fff; stroke: none; }
.popup-overlay { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 28px; background: rgba(3,20,27,.76); }
.popup-overlay.visible { display: flex; }
.popup { position: relative; width: min(450px, 100%); padding: 10px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.popup img { width: 100%; max-height: 78vh; object-fit: contain; }
.popup a { display: block; padding: 9px 10px; color: #fff; background: var(--blue-dark); text-align: center; font-size: 13px; font-weight: 700; }
.popup-close { position: absolute; top: -13px; right: -13px; width: 32px; height: 32px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--maroon); font-size: 21px; line-height: 1; cursor: pointer; }
.coming-soon-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--soft); }
.coming-soon-main { display: flex; flex: 1; align-items: center; min-height: 540px; padding: 80px 0; background: linear-gradient(rgba(7,44,59,.88), rgba(7,44,59,.88)), url("assets/ee420aef663adef8.jpeg") center/cover; }
.coming-soon-content { color: #fff; text-align: center; }
.coming-soon-content .eyebrow { color: #91ddf4; }
.coming-soon-content h1 { max-width: 900px; margin: 0 auto 15px; font-size: clamp(33px, 5vw, 62px); }
.coming-soon-content h2 { margin-bottom: 10px; color: #91ddf4; }
.coming-soon-content p:not(.eyebrow) { margin: 0 auto 24px; color: rgba(255,255,255,.82); }
.coming-soon-rule { width: 72px; height: 3px; margin: 0 auto 24px; background: var(--maroon); }
@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .masthead { min-height: 0; padding: 16px 62px 18px 0; }
  .masthead-brand img { width: 102px; }
  .masthead-brand strong { font-size: 23px; }
  .masthead-brand span { margin: 12px 0 9px; }
  .masthead-brand small { font-size: 18px; }
  .menu-toggle { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
  .main-nav { display: none; width: auto; height: auto; background: var(--maroon); }
  .main-nav.open { display: block; }
  .nav-inner { display: block; min-height: 0; padding: 6px 0 12px; }
  .main-nav a, .nav-trigger { display: block; width: 100%; padding: 11px 10px; color: #fff; text-align: left; }
  .main-nav a:hover, .main-nav a.active, .nav-trigger:hover, .nav-trigger.active { color: #fff; background: rgba(255,255,255,.12); }
  .dropdown { position: static; display: none; margin: 4px 0 8px 12px; padding: 7px; border-top: 0; border-left: 3px solid rgba(145,221,244,.8); background: rgba(92,18,41,.55); box-shadow: none; }
  .dropdown a { color: #fff; padding: 10px 12px; border-radius: 4px; background: transparent; white-space: normal; }
  .dropdown a:hover, .dropdown a.active { color: #fff; background: rgba(255,255,255,.14); }
  .nav-group:hover .dropdown { display: none; }
  .nav-group.open .dropdown { display: block; }
  .nav-login { display: inline-block !important; width: auto !important; margin: 6px; border-color: rgba(255,255,255,.6); color: #fff !important; }
  .message-grid { gap: 30px; }
  .bearers-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 620px); }
  .topbar-inner span { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .masthead-brand img { width: 82px; }
  .masthead-brand strong { font-size: 16px; }
  .masthead-brand small { font-size: 13px; }
  .hero { min-height: 570px; }
  .hero-content { padding: 80px 0 138px; }
  h1 { font-size: 39px; }
  .hero-content > p:not(.eyebrow) { font-size: 16px; }
  .hero-stats { width: 100%; }
  .hero-stats div { min-width: 0; padding: 12px 10px; }
  .hero-stats strong { font-size: 19px; }
  .hero-stats span { font-size: 10px; }
  .announcement-inner { flex-wrap: wrap; gap: 14px; }
  .announcement .button { width: 100%; margin-left: 0; }
  .section { padding: 60px 0; }
  .message-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-tools .container { align-items: flex-start; flex-direction: column; justify-content: center; padding: 9px 0; }
  .message-card { display: grid; grid-template-columns: 112px 1fr; gap: 16px; align-items: start; }
  .message-card img { width: 112px; height: auto; aspect-ratio: 1 / 1.28; margin-bottom: 0; object-fit: cover; object-position: center top; }
  .message-card .eyebrow { margin-bottom: 6px; font-size: 10px; }
  .message-card h3 { margin-bottom: 2px; font-size: 17px; }
  .message-card p { grid-column: 1 / -1; margin: 0; font-size: 14px; }
  .message-card .text-link { grid-column: 1 / -1; }
  .members-layout, .history-layout, .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .leader-message { grid-template-columns: 1fr; padding: 24px; }
  .leader-photo img { max-height: none; height: auto; }
  .history-page-layout { grid-template-columns: 1fr; }
  .history-summary { position: static; }
  .past-office-layout { grid-template-columns: 1fr; }
  .term-card { position: static; }
  .past-office-list { grid-template-columns: 1fr; }
  .contact-hero-inner, .contact-page-grid, .support-grid, .conference-layout { grid-template-columns: 1fr; }
  .contact-hero-inner { padding: 64px 0; }
  .members-layout { padding: 50px 0; }
  .members-links { grid-template-columns: 1fr; }
  .bearers-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .initiative-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .social-inner { display: block; }
  .social-links { margin-top: 20px; }
  .history-layout { padding: 58px 0; }
  .history-image { min-height: 260px; }
  .history-article { padding: 24px; }
  .history-article .lead { font-size: 18px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 210px; }
  .gallery-page-grid { grid-template-columns: 1fr; }
  .gallery-page-grid img { height: 245px; }
  .contact { padding: 60px 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-page-form { grid-template-columns: 1fr; padding: 24px; }
  .contact-info-panel { padding: 24px; }
  .contact-form label:nth-child(4) { grid-column: auto; }
  .footer-inner { display: block; }
}
