:root {
  --pine: #0b2345;
  --pine-deep: #06162f;
  --pine-soft: #29496d;
  --cranberry: #d9901a;
  --cranberry-dark: #ad6c0c;
  --lake: #637b99;
  --lake-pale: #e6edf5;
  --cream: #fff3d8;
  --paper: #fbfaf7;
  --ink: #172238;
  --muted: #5f6875;
  --line: rgba(11, 35, 69, .16);
  --shadow: 0 22px 58px rgba(6, 22, 47, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { text-wrap: pretty; }
::selection { background: var(--cranberry); color: var(--pine-deep); }
:focus-visible { outline: 3px solid #f4b942; outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: 10px; z-index: 100; padding: 10px 14px; background: var(--cream); color: var(--pine-deep); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 78px; padding: 10px clamp(18px, 4vw, 58px); display: grid; grid-template-columns: minmax(230px, 1fr) auto auto; gap: clamp(18px, 3vw, 40px); align-items: center; position: sticky; top: 0; z-index: 50; color: white; background: rgba(11, 43, 36, .97); border-bottom: 1px solid rgba(255, 255, 255, .13); backdrop-filter: blur(14px); }
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-logo-site { width: 82px; height: 64px; padding: 3px; flex: 0 0 auto; object-fit: contain; background: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; }
.brand-monogram { width: 42px; height: 42px; display: grid; place-items: center; position: relative; background: var(--cream); color: var(--cranberry); font-size: .73rem; font-weight: 900; letter-spacing: .03em; }
.brand-monogram::after { content: ""; width: 13px; height: 3px; position: absolute; right: -5px; bottom: 7px; background: var(--cranberry); transform: rotate(-24deg); }
.brand-words { display: grid; line-height: 1; }
.brand-words small { color: rgba(255, 255, 255, .64); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-words strong { margin-top: 3px; font-size: 1.1rem; letter-spacing: .19em; }
.header-mission { grid-column: 1 / -1; margin: -2px 0 0; padding: 7px 0 1px; display: flex; justify-content: center; gap: clamp(16px, 3vw, 42px); border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .82); font-size: .76rem; font-weight: 760; line-height: 1.25; text-align: center; }
.header-mission span { white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2.4vw, 30px); }
.main-nav a { color: rgba(255, 255, 255, .73); font-size: .85rem; transition: color 180ms ease; }
.main-nav a:hover { color: white; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { min-height: 40px; display: flex; align-items: center; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: ""; width: 7px; height: 7px; margin-left: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.mobile-menu nav { width: min(310px, calc(100vw - 28px)); padding: 9px; display: grid; position: absolute; right: 0; top: 54px; background: var(--pine-deep); box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 13px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .86); }

.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 760; line-height: 1.1; text-align: center; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: .85rem; }
.button-cranberry { background: var(--cranberry); color: var(--pine-deep); box-shadow: 0 12px 28px rgba(217, 144, 26, .28); }
.button-cranberry:hover { background: var(--cranberry-dark); }
.button-outline { color: white; border-color: rgba(255, 255, 255, .46); background: rgba(255, 255, 255, .07); backdrop-filter: blur(8px); }
.button-outline:hover { background: rgba(255, 255, 255, .14); }
.button-cream { background: var(--cream); color: var(--pine-deep); }

.hero { min-height: calc(100vh - 78px); padding: clamp(45px, 6vw, 84px) clamp(20px, 5vw, 72px) clamp(100px, 11vw, 150px); display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden; color: white; background: linear-gradient(90deg, rgba(6, 22, 47, .98) 0%, rgba(11, 35, 69, .94) 38%, rgba(11, 35, 69, .55) 66%, rgba(11, 35, 69, .14) 100%), url("assets/milwaukee-hero.webp") center / cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 62%, rgba(6, 22, 47, .72)); }
.hero-content { width: min(1280px, 100%); margin: 0 auto; }
.hero-content > * { max-width: 730px; }
.hero-brand { width: min(390px, 72vw); margin-bottom: 25px; padding: 20px 24px 18px; display: grid; background: rgba(242, 237, 225, .96); color: var(--pine); border-left: 7px solid var(--cranberry); box-shadow: 0 20px 52px rgba(0, 0, 0, .25); }
.hero-brand > span { color: var(--cranberry); font-size: .7rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero-brand > strong { margin: 2px 0; font-size: clamp(3rem, 5vw, 4.6rem); font-weight: 850; letter-spacing: .16em; line-height: .95; }
.hero-brand > small { color: var(--pine-soft); font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-logo { width: min(400px, 72vw); height: auto; margin: 0 0 24px; padding: 14px 18px; background: rgba(255,255,255,.97); border-left: 7px solid var(--cranberry); box-shadow: 0 20px 52px rgba(0,0,0,.28); }
.launch-status { width: fit-content; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .77); font-size: .76rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.launch-status span { width: 9px; height: 9px; border-radius: 50%; background: #f4b942; box-shadow: 0 0 0 5px rgba(244, 185, 66, .18); }
.hero h1 { margin: 0; font-size: clamp(2.8rem, 5.4vw, 5.45rem); font-weight: 340; letter-spacing: -.047em; line-height: .98; }
.hero-lead { margin: 24px 0 0; color: rgba(255, 255, 255, .81); font-size: clamp(1.03rem, 1.5vw, 1.22rem); line-height: 1.63; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-tagline { padding: 18px 0; display: flex; position: absolute; right: clamp(20px, 4vw, 58px); bottom: 21px; border-top: 1px solid rgba(255, 255, 255, .26); border-bottom: 1px solid rgba(255, 255, 255, .26); color: rgba(255, 255, 255, .72); font-size: .74rem; font-weight: 650; }
.hero-tagline span { padding: 0 17px; }
.hero-tagline span + span { border-left: 1px solid rgba(255, 255, 255, .25); }

.belief-panel { width: min(1180px, calc(100% - 46px)); margin: -67px auto 0; padding: clamp(27px, 4vw, 48px); display: grid; grid-template-columns: minmax(300px, .95fr) minmax(280px, .72fr); gap: clamp(24px, 4vw, 55px); align-items: center; position: relative; z-index: 4; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.section-number { align-self: start; margin: 4px 0 0; color: var(--cranberry); font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.section-label { margin: 0 0 12px; color: var(--cranberry); font-size: .74rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.section-label-light { color: #f4b942; }
.belief-panel h2, .section-heading h2, .feature-copy h2, .launch-intro h2, .people-heading h2, .questions-copy h2, .contact-section h2 { margin: 0; color: var(--pine); font-size: clamp(2.05rem, 3.7vw, 3.75rem); font-weight: 380; letter-spacing: -.037em; line-height: 1.05; }
.belief-panel > p:last-child { margin: 0; color: var(--muted); line-height: 1.72; }

.building-section { width: min(1180px, calc(100% - 46px)); margin: 0 auto; padding: clamp(85px, 10vw, 132px) 0; }
.section-heading { max-width: 800px; margin-bottom: 40px; }
.section-heading > p:last-child, .people-heading > p:last-child, .questions-copy > p:last-child { max-width: 700px; margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.68; }
.pillar-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pillar-card { min-height: 300px; padding: clamp(26px, 3.5vw, 42px); display: flex; flex-direction: column; background: white; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(11, 43, 36, .07); }
.pillar-card > span, .pillar-card-image span { color: var(--cranberry); font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.pillar-card h3 { margin: auto 0 11px; color: var(--pine); font-size: clamp(1.6rem, 2.6vw, 2.35rem); font-weight: 430; letter-spacing: -.025em; }
.pillar-card p { margin: 0; color: var(--muted); line-height: 1.66; }
.pillar-card-dark { background: linear-gradient(135deg, var(--pine), var(--pine-deep)); color: white; }
.pillar-card-dark > span, .pillar-card-dark h3, .pillar-card-dark p { color: white; }
.pillar-card-dark p { opacity: .72; }
.pillar-card-blue { background: var(--lake-pale); border-color: rgba(76, 136, 162, .24); }
.pillar-card-image { min-height: 420px; padding: 0; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .75fr); grid-column: 1 / -1; overflow: hidden; }
.pillar-card-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.pillar-card-image > div { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; background: var(--cream); }
.pillar-card-image h3 { margin: auto 0 11px; }

.feature-section { width: min(1180px, calc(100% - 46px)); margin: 0 auto clamp(80px, 10vw, 130px); display: grid; grid-template-columns: minmax(340px, .75fr) 1fr; gap: clamp(30px, 6vw, 78px); align-items: center; }
.feature-photo { min-height: 620px; position: relative; }
.feature-photo::before { content: ""; position: absolute; left: -17px; bottom: -17px; width: 72%; height: 70%; z-index: -1; background: var(--lake-pale); }
.feature-photo img { width: 100%; height: 620px; object-fit: cover; object-position: 67% center; }
.feature-copy > p { color: var(--muted); font-size: 1.04rem; line-height: 1.72; }
.feature-copy blockquote { margin: 25px 0; padding: 20px 0 20px 22px; border-left: 4px solid var(--cranberry); color: var(--pine); font-size: clamp(1.22rem, 2vw, 1.65rem); line-height: 1.48; }
.text-link { width: fit-content; padding-bottom: 5px; display: inline-block; color: var(--pine); border-bottom: 2px solid #f4b942; font-size: .9rem; font-weight: 780; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.launch-section { padding: clamp(75px, 9vw, 122px) clamp(22px, 5vw, 74px); display: grid; grid-template-columns: minmax(0, .8fr) minmax(430px, 1fr); gap: clamp(50px, 8vw, 112px); background: linear-gradient(135deg, var(--pine-deep), var(--pine)); color: white; }
.launch-intro { max-width: 650px; }
.launch-intro h2 { color: white; }
.launch-intro > p:last-child { margin: 20px 0 0; color: rgba(255, 255, 255, .7); font-size: 1.05rem; line-height: 1.7; }
.launch-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .2); }
.launch-steps li { padding: 22px 0; display: grid; grid-template-columns: 55px 1fr; gap: 19px; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.launch-steps li > span { padding-top: 5px; color: #f4b942; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.launch-steps h3 { margin: 0; font-size: 1.34rem; font-weight: 550; }
.launch-steps p { margin: 6px 0 0; color: rgba(255, 255, 255, .68); line-height: 1.56; }

.people-section { width: min(1180px, calc(100% - 46px)); margin: 0 auto; padding: clamp(82px, 10vw, 128px) 0; display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr); gap: clamp(42px, 8vw, 105px); align-items: start; }
.people-heading { position: sticky; top: 112px; }
.people-grid { border-top: 1px solid var(--line); }
.people-grid a { min-height: 122px; padding: 24px 52px 24px 0; display: grid; align-content: center; gap: 7px; position: relative; border-bottom: 1px solid var(--line); transition: padding 180ms ease, background 180ms ease; }
.people-grid a::after { content: "→"; position: absolute; right: 13px; top: calc(50% - 14px); color: var(--cranberry); font-size: 1.3rem; }
.people-grid a:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(76, 136, 162, .1), transparent); }
.people-grid span { color: var(--pine); font-size: 1.14rem; font-weight: 760; }
.people-grid small { color: var(--muted); font-size: .92rem; line-height: 1.5; }

.questions-section { padding: clamp(72px, 9vw, 116px) clamp(22px, 5vw, 74px); display: grid; grid-template-columns: minmax(280px, .66fr) minmax(0, 1fr); gap: clamp(42px, 8vw, 108px); background: var(--cream); }
.questions-copy { max-width: 560px; }
.question-list { border-top: 1px solid rgba(23, 62, 52, .25); }
.question-list details { border-bottom: 1px solid rgba(23, 62, 52, .25); }
.question-list summary { min-height: 78px; padding: 20px 45px 20px 0; display: flex; align-items: center; position: relative; color: var(--pine); font-weight: 760; cursor: pointer; list-style: none; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--cranberry); font-size: 1.5rem; font-weight: 400; }
.question-list details[open] summary::after { content: "−"; }
.question-list details p { margin: -4px 44px 24px 0; color: var(--muted); line-height: 1.66; }

.contact-section { padding: clamp(70px, 9vw, 118px) clamp(22px, 6vw, 88px); display: grid; grid-template-columns: 1fr minmax(340px, .5fr); gap: clamp(40px, 8vw, 112px); align-items: center; background: linear-gradient(135deg, var(--pine-deep), var(--pine)); border-top: 7px solid var(--cranberry); color: white; }
.contact-section > div:first-child { max-width: 820px; }
.contact-section h2 { color: white; }
.contact-section > div:first-child > p:last-child { max-width: 700px; color: rgba(255, 255, 255, .78); font-size: 1.04rem; line-height: 1.68; }
.contact-card { padding: 30px; display: grid; gap: 12px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .28); }
.contact-card small { color: rgba(255, 255, 255, .68); font-size: .74rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.contact-email { width: fit-content; margin-bottom: 8px; color: white; font-size: clamp(1.2rem, 2vw, 1.65rem); border-bottom: 1px solid rgba(255, 255, 255, .5); }

.site-footer { padding: 56px clamp(24px, 5vw, 72px) 25px; display: grid; grid-template-columns: 205px 1fr .45fr; gap: 44px; align-items: start; background: var(--pine-deep); color: white; }
.footer-brand { width: fit-content; padding: 7px; display: flex; gap: 11px; align-items: center; background: #fff; border-radius: 4px; }
.footer-brand-logo { width: 190px; max-height: 132px; object-fit: contain; }
.footer-brand > span { width: 54px; height: 54px; display: grid; place-items: center; background: var(--cream); color: var(--cranberry); font-size: .85rem; font-weight: 900; }
.footer-brand > div { display: grid; line-height: 1; }
.footer-brand small { color: rgba(255, 255, 255, .55); font-size: .58rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand strong { margin-top: 4px; letter-spacing: .2em; }
.site-footer > p { max-width: 630px; margin: 0; color: rgba(255, 255, 255, .64); line-height: 1.66; }
.site-footer nav { display: grid; gap: 10px; justify-content: end; }
.site-footer nav a { color: rgba(255, 255, 255, .72); font-size: .88rem; }
.site-footer nav a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; margin-top: 25px; padding-top: 17px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .42); font-size: .75rem; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }
  .main-nav { display: none; }
  .mobile-menu { display: block; }
  .belief-panel { grid-template-columns: minmax(0, 1fr) minmax(0, .72fr); }
  .belief-panel > p:last-child { grid-column: auto; }
  .launch-section, .questions-section, .contact-section { grid-template-columns: 1fr; }
  .people-section { grid-template-columns: minmax(260px, .55fr) 1fr; gap: 45px; }
  .site-footer { grid-template-columns: 205px 1fr; }
  .site-footer nav { grid-column: 1 / -1; grid-template-columns: repeat(4, auto); justify-content: start; }
}

@media (max-width: 720px) {
  .site-header { min-height: 66px; padding: 9px 14px; gap: 10px; }
  .brand-logo-site { width: 58px; height: 46px; }
  .header-mission { padding-top: 6px; flex-wrap: wrap; gap: 2px 12px; font-size: .66rem; }
  .brand-monogram { width: 38px; height: 38px; }
  .site-header > .button { min-height: 38px; padding-inline: 13px; }
  .mobile-menu nav { right: -80px; }
  .hero { min-height: auto; padding: 35px 18px 94px; background-position: 62% center; }
  .hero-brand { width: min(320px, 82vw); padding: 17px 19px 15px; }
  .hero-brand > strong { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-logo { width: min(360px, 92vw); margin-bottom: 20px; padding: 10px 12px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-tagline { display: none; }
  .belief-panel { width: calc(100% - 28px); margin-top: -34px; padding: 22px; grid-template-columns: 1fr; gap: 17px; }
  .belief-panel > p:last-child { grid-column: auto; }
  .building-section, .feature-section, .people-section { width: calc(100% - 28px); }
  .building-section { padding: 72px 0; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 260px; }
  .pillar-card-image { min-height: 0; grid-column: auto; grid-template-columns: 1fr; }
  .pillar-card-image img { min-height: 290px; height: 290px; }
  .pillar-card-image > div { min-height: 260px; }
  .feature-section { margin-bottom: 72px; grid-template-columns: 1fr; }
  .feature-photo { order: 2; min-height: 390px; }
  .feature-photo img { height: 390px; }
  .launch-section, .questions-section, .contact-section { padding: 64px 19px; }
  .launch-section { gap: 43px; }
  .launch-steps li { grid-template-columns: 44px 1fr; }
  .people-section { padding: 72px 0; grid-template-columns: 1fr; gap: 32px; }
  .people-heading { position: static; }
  .people-grid a { min-height: 110px; }
  .questions-section { gap: 35px; }
  .contact-card { padding: 23px; }
  .contact-card .button { width: 100%; }
  .site-footer { padding: 46px 22px 23px; grid-template-columns: 1fr; gap: 26px; }
  .site-footer nav { grid-column: auto; grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

.about-hero { min-height: 470px; padding: clamp(58px, 8vw, 105px) clamp(20px, 6vw, 88px); display: grid; align-items: center; color: white; background: linear-gradient(90deg, rgba(11, 43, 36, .96), rgba(23, 62, 52, .7)), var(--about-image) center / cover; }
.about-hero > div { width: min(1180px, 100%); margin: 0 auto; }
.about-hero img { width: 150px; margin-bottom: 22px; padding: 7px; background: white; border-radius: 3px; }
.about-hero h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 340; letter-spacing: -.045em; line-height: .98; }
.about-hero p:last-child { max-width: 760px; margin: 22px 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(1.04rem, 1.8vw, 1.25rem); line-height: 1.62; }
.about-page { width: min(1180px, calc(100% - 46px)); margin: 0 auto; padding: clamp(58px, 8vw, 100px) 0; display: grid; gap: 28px; }
.about-kicker { margin: 0 0 12px; color: var(--cranberry); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.about-founder-card, .about-leader-card { padding: clamp(25px, 4vw, 46px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .42fr); gap: clamp(28px, 5vw, 58px); align-items: start; background: white; border: 1px solid var(--line); border-left: 7px solid var(--cranberry); }
.about-founder-card h2, .about-leader-card h2, .about-belief-card h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 380; letter-spacing: -.035em; line-height: 1.06; }
.about-founder-card p:not(.about-kicker), .about-leader-card p:not(.about-kicker), .about-belief-card p:not(.about-kicker), .about-board p { color: var(--muted); line-height: 1.68; }
.about-profile { margin: 0; }
.about-profile img, .about-leader-card > img { width: 100%; max-width: 350px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.about-profile figcaption { padding: 15px 0; display: grid; gap: 4px; }
.about-profile figcaption span, .about-role { color: var(--cranberry) !important; font-weight: 800; }
.about-belief-card { padding: clamp(30px, 5vw, 58px); background: var(--pine-deep); color: white; border-left: 7px solid var(--cranberry); }
.about-belief-card p:not(.about-kicker) { color: rgba(255, 255, 255, .74); }
.about-board { border: 1px solid var(--line); background: white; }
.about-board summary { padding: 24px 28px; cursor: pointer; color: var(--pine); font-size: 1.15rem; font-weight: 850; }
.about-board-grid { padding: 0 28px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-board-grid article { padding-top: 20px; border-top: 4px solid var(--cranberry); }
.about-board-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 18%; }
.about-board-grid h3 { margin: 16px 0 0; }
@media (max-width: 760px) { .about-founder-card, .about-leader-card, .about-board-grid { grid-template-columns: 1fr; } .about-profile, .about-leader-card > img { order: -1; } }

/* Shared division standard: Green Bay structure with Central Wisconsin branding. */
body { font-family: Arial, "Helvetica Neue", sans-serif; background: #f8fbfa; }
.site-header { min-height: 0; padding: 0; display: block; color: var(--ink); background: white; border-bottom: 4px solid var(--cranberry); backdrop-filter: none; }
.header-inner { width: min(1180px, calc(100% - 36px)); min-height: 108px; margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.brand-logo-site { width: 100px; height: 100px; padding: 0; border: 0; background: transparent; }
.header-mission { margin: 0; padding: 7px 18px 8px; display: flex; justify-content: center; gap: clamp(16px, 3vw, 42px); border-top: 1px solid #dbe7e4; background: #f6faf9; color: var(--pine); font-size: .76rem; font-weight: 800; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 3px; }
.main-nav a { padding: 10px 9px; color: var(--ink); border-bottom: 3px solid transparent; text-decoration: none; font-size: .88rem; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--cranberry); border-color: var(--cranberry); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; min-width: 44px; min-height: 44px; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--pine); cursor: pointer; }
.menu-icon, .menu-icon::before, .menu-icon::after { width: 22px; height: 2px; display: block; position: relative; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.site-header.nav-open .menu-icon { background: transparent; }
.site-header.nav-open .menu-icon::before { top: 0; transform: rotate(45deg); }
.site-header.nav-open .menu-icon::after { top: 0; transform: rotate(-45deg); }
.page-card, .pillar-card, .about-founder-card, .about-leader-card, .about-board { border-radius: 6px; }
.site-footer { padding: 48px max(18px, calc((100% - 1180px) / 2)) 25px; display: block; background: var(--pine-deep); color: #e7edf5; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 55px; }
.footer-brand { display: block; width: fit-content; padding: 10px; background: white; border-radius: 4px; }
.footer-brand-logo { width: 180px; height: 180px; object-fit: contain; }
.footer-grid > div > p { max-width: 430px; color: #c8d3e1; line-height: 1.62; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.footer-links strong { display: block; margin-bottom: 8px; color: white; }
.footer-links a { display: block; margin: 5px 0; color: #e7edf5; }
.footer-links p { margin: 5px 0; color: #c8d3e1; line-height: 1.55; }
.footer-legal { margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .18); color: #aab9cc; font-size: .82rem; }
.footer-seal { width: 92px; height: 92px; margin-top: 20px; background: white; border-radius: 50%; }
.header-inner .brand-lockup { flex: 0 0 96px; }
.brand-logo-site { width: 88px; height: 88px; object-fit: contain; }
@media (max-width: 1180px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; margin: 0; padding: 14px max(18px, calc((100% - 1180px) / 2)); position: absolute; left: 0; right: 0; top: 100%; z-index: 60; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; background: white; border-top: 1px solid var(--line); border-bottom: 4px solid var(--cranberry); box-shadow: 0 18px 36px rgba(11, 43, 36, .16); }
  .site-header.nav-open .main-nav { display: grid; }
  .main-nav a { padding: 14px 16px; border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .header-inner { width: calc(100% - 24px); min-height: 84px; gap: 10px; }
  .header-inner .brand-lockup { flex-basis: 68px; }
  .brand-logo-site { width: 62px; height: 62px; }
  .header-inner > .button { display: none; }
  .main-nav { grid-template-columns: 1fr; }
  .header-mission { flex-wrap: wrap; gap: 2px 12px; font-size: .66rem; }
  .footer-grid, .footer-links { grid-template-columns: 1fr; }
}
