:root {
  --pine: #173e34;
  --pine-deep: #0b2b24;
  --pine-soft: #315f50;
  --cranberry: #9f263d;
  --cranberry-dark: #781a2d;
  --lake: #4c88a2;
  --lake-pale: #dbe9eb;
  --cream: #f2ede1;
  --paper: #fbf9f4;
  --ink: #1b312d;
  --muted: #5d6d68;
  --line: rgba(23, 62, 52, .16);
  --shadow: 0 22px 58px rgba(11, 43, 36, .13);
}

* { 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: white; }
:focus-visible { outline: 3px solid #d5ae78; 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: 72px; height: 56px; 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; }
.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: white; box-shadow: 0 12px 28px rgba(159, 38, 61, .24); }
.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(7, 34, 28, .97) 0%, rgba(11, 43, 36, .91) 36%, rgba(11, 43, 36, .45) 63%, rgba(11, 43, 36, .08) 100%), url("assets/central-wisconsin-hero-v1.webp") center / cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 62%, rgba(11, 43, 36, .65)); }
.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: #d9b173; box-shadow: 0 0 0 5px rgba(217, 177, 115, .16); }
.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: 72px 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: #e7bc80; }
.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 #d5ae78; 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: #e7bc80; 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(--cranberry-dark), 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: 55px 1fr; }
  .belief-panel > p:last-child { grid-column: 2; }
  .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-words { display: none; }
  .brand-logo-site { width: 58px; height: 46px; }
  .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; }
}
