:root {
  --ink: #25120e;
  --brown: #4a2519;
  --brown-dark: #28120d;
  --copper: #b8642d;
  --copper-light: #d48342;
  --burgundy: #7f1230;
  --burgundy-dark: #540b20;
  --cream: #f7f0e8;
  --paper: #fffdf9;
  --sand: #ebded1;
  --gold: #d89a4b;
  --line: rgba(74, 37, 25, .16);
  --soft-shadow: 0 14px 38px rgba(57, 28, 19, .09);
  --experience-gradient: linear-gradient(145deg, #28120d 0%, #540b20 58%, #68102d 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: white; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 3rem);
  min-height: 84px;
  padding: .35rem clamp(1rem, 4vw, 4.5rem);
  background: rgba(255, 253, 249, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  width: 220px;
  height: 76px;
  text-decoration: none;
}
.brand img {
  width: 215px;
  height: 76px;
  object-fit: contain;
}
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(.85rem, 1.7vw, 1.8rem); }
.site-nav a { position: relative; text-decoration: none; font-size: .88rem; font-weight: 750; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--copper); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.header-actions p { margin: 0 .35rem 0 0; font-family: Georgia, serif; font-size: .77rem; line-height: 1.15; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 43px;
  padding: .65rem 1rem;
  border-radius: .5rem;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
}
.button-primary { color: white; background: var(--burgundy); }
.button-primary:hover, .button-primary:focus-visible { background: var(--burgundy-dark); }
.button-outline { color: var(--burgundy); background: transparent; border-color: rgba(127, 18, 48, .45); }
.button-outline:hover, .button-outline:focus-visible { background: rgba(127, 18, 48, .06); }
.menu-toggle { display: none; color: var(--burgundy); background: transparent; border: 1px solid rgba(127, 18, 48, .35); border-radius: .4rem; padding: .55rem .8rem; font-weight: 800; }

.poncus-definition {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .25rem .75rem;
  padding: .72rem clamp(1.25rem, 4vw, 4.5rem);
  color: var(--brown);
  background: #fffaf5;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.82rem, 1.25vw, 1rem);
  letter-spacing: .02em;
}
.poncus-definition strong { color: var(--burgundy); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .76rem; font-weight: 950; letter-spacing: .12em; }
.poncus-definition span { font-weight: 700; }
.poncus-definition i { color: var(--copper); font-style: normal; }
.poncus-definition-lower { border-top: 1px solid var(--line); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  min-height: 560px;
  padding: clamp(3rem, 6vw, 6.4rem) clamp(1.25rem, 6vw, 7rem) 4.4rem;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(184,100,45,.15), transparent 38%),
    radial-gradient(circle at 86% 18%, rgba(127,18,48,.17), transparent 25%),
    var(--cream);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(74,37,25,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74,37,25,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, black);
}
.hero-copy, .hero-visual, .hero-exchange { position: relative; z-index: 1; }
.eyebrow, .section-label {
  margin: 0 0 .65rem;
  color: var(--burgundy);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--brown-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6.5vw, 7.4rem);
  font-weight: 500;
  line-height: .87;
  letter-spacing: -.055em;
}
.hero-lead { max-width: 760px; margin: 1.2rem 0 1.8rem; font-family: Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.45rem); }

.market-search {
  display: grid;
  grid-template-columns: minmax(190px, 1.35fr) minmax(145px, .62fr) minmax(180px, .8fr) auto;
  align-items: end;
  max-width: 980px;
  padding: .35rem;
  background: white;
  border: 1px solid rgba(74,37,25,.2);
  border-radius: .75rem;
  box-shadow: var(--soft-shadow);
}
.market-search label { display: grid; gap: .12rem; min-width: 0; padding: .25rem .85rem; border-right: 1px solid var(--line); }
.market-search label span { color: var(--copper); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.market-search input, .market-search select { width: 100%; min-width: 0; padding: .35rem 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.market-search button { align-self: stretch; min-width: 105px; color: white; background: var(--copper); border: 0; border-radius: .55rem; font-weight: 850; }
.market-search button:hover, .market-search button:focus-visible { background: var(--burgundy); }
.search-status { min-height: 1.35rem; margin: .65rem 0 0; color: var(--brown); font-size: .83rem; font-weight: 700; }
.quick-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; max-width: 980px; margin-top: 1.15rem; }
.quick-actions a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; min-height: 56px; padding: .7rem .85rem; background: rgba(255,255,255,.74); border: 1px solid var(--line); border-radius: .55rem; text-decoration: none; font-size: .87rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.quick-actions a:first-child { color: white; background: var(--burgundy); border-color: var(--burgundy); }
.quick-actions a:hover, .quick-actions a:focus-visible { transform: translateY(-2px); box-shadow: var(--soft-shadow); }
.quick-actions span { color: var(--copper); font-size: .63rem; font-weight: 950; }
.quick-actions a:first-child span { color: #f5c296; }

.hero-visual {
  align-self: center;
  min-width: 0;
}
.hero-visual figure {
  position: relative;
  min-height: 445px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(74,37,25,.18);
  border-radius: 1rem;
  box-shadow: 0 28px 70px rgba(50,20,14,.22);
}
.hero-visual figure img { width: 100%; height: 445px; object-fit: cover; object-position: 68% center; }
.hero-exchange {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 2fr);
  gap: 1rem 2rem;
  width: 100%;
  margin: 0;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  color: white;
  background: var(--experience-gradient);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: .9rem;
  box-shadow: 0 22px 55px rgba(50,20,14,.3);
}
.exchange-heading { align-self: center; }
.exchange-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .7rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.exchange-top span { color: #f1a76d; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.exchange-top small { color: #d9c5b7; }
.hero-exchange h2 { max-width: 440px; margin: .8rem 0 0; font-family: Georgia, serif; font-size: clamp(1.65rem, 2.4vw, 2.5rem); font-weight: 500; line-height: 1.02; }
.exchange-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.exchange-list a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .55rem; min-width: 0; padding: .85rem .65rem; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.exchange-list > a > span { display: grid; place-items: center; width: 32px; height: 32px; color: #f0a262; border: 1px solid rgba(240,162,98,.42); border-radius: 50%; font-family: Georgia, serif; }
.exchange-list strong, .exchange-list small { display: block; }
.exchange-list small { margin-top: .12rem; color: #d4bfb2; }
.exchange-list b { color: #f0a262; font-size: 1.2rem; }
.exchange-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.16); }
.exchange-bottom strong { color: #f2a76e; font-family: Georgia, serif; font-size: 1.1rem; }
.exchange-bottom span { color: #c9b3a5; font-size: .7rem; text-align: right; }

.movement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem 1.5rem;
  padding: 1rem 1.25rem;
  color: #f2dfd2;
  background: var(--brown-dark);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.movement-bar i { width: 5px; height: 5px; background: var(--copper-light); border-radius: 50%; }

.stage-browser {
  display: grid;
  grid-template-columns: 1.05fr repeat(5, 1fr);
  gap: .65rem;
  align-items: stretch;
  padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
  background: #fbf7f2;
  border-bottom: 1px solid var(--line);
}
.stage-browser > div { display: flex; flex-direction: column; justify-content: center; padding-right: 1rem; }
.stage-browser h2 { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.05; }
.stage-button { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; min-height: 76px; padding: .8rem 1rem; color: var(--brown); background: var(--cream); border: 1px solid transparent; border-radius: .55rem; text-align: left; }
.stage-button span { grid-column: 1; color: var(--burgundy); font-family: Georgia, serif; font-size: 1rem; font-weight: 700; }
.stage-button strong { grid-column: 1; font-size: .78rem; }
.stage-button b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--copper); }
.stage-button:hover, .stage-button:focus-visible, .stage-button.active { color: white; background: var(--burgundy); }
.stage-button:hover span, .stage-button:focus-visible span, .stage-button.active span,
.stage-button:hover b, .stage-button:focus-visible b, .stage-button.active b { color: #ffd1a9; }

.market-section, .funding-section { padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 4vw, 4.5rem); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .6fr); gap: 3rem; align-items: end; margin-bottom: 1.5rem; }
.section-heading h2, .panel-heading h2, .pathway-intro h2, .story-copy h2, .shop-section h2, .community-map h2, .support-system h2, .impact-strip h2, .closing-cta h2, .career-intro h2, .benefits-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.03em;
}
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); }
.section-heading > div:last-child { justify-self: end; max-width: 520px; }
.section-heading p { margin: 0 0 .55rem; }
.section-heading a, .panel-heading a, .story-copy a { color: var(--burgundy); font-weight: 850; text-decoration: none; }

.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.business-card { min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: .65rem; box-shadow: 0 8px 25px rgba(60,30,20,.055); transition: transform .2s ease, box-shadow .2s ease; }
.business-card:hover { transform: translateY(-4px); box-shadow: var(--soft-shadow); }
.business-card[hidden], .searchable[hidden] { display: none !important; }
.business-visual { position: relative; display: flex; align-items: flex-end; justify-content: space-between; min-height: 145px; padding: 1rem; overflow: hidden; color: white; }
.business-visual::before { content: ""; position: absolute; width: 180px; height: 180px; right: -45px; top: -80px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.045), 0 0 0 70px rgba(255,255,255,.035); }
.business-visual > * { position: relative; z-index: 1; }
.business-visual > span { font-family: Georgia, serif; font-size: 4.2rem; line-height: .82; }
.business-visual small { max-width: 155px; font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-align: right; }
.business-photo { min-height: 210px; padding: 0; }
.business-photo::before { display: none; }
.business-photo img { width: 100%; height: 210px; object-fit: cover; }
.business-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(40,18,13,.46)); pointer-events: none; }
.visual-copper .business-visual { background: linear-gradient(135deg, #7b2e1d, var(--copper)); }
.visual-burgundy .business-visual { background: linear-gradient(135deg, #420b1b, var(--burgundy)); }
.visual-brown .business-visual { background: linear-gradient(135deg, #24110d, #6f3d2c); }
.visual-cream .business-visual { color: var(--brown); background: linear-gradient(135deg, #ead6c4, #fff7ef); }
.visual-cream .business-visual::before { border-color: rgba(74,37,25,.15); box-shadow: 0 0 0 35px rgba(74,37,25,.035), 0 0 0 70px rgba(74,37,25,.025); }
.visual-gold .business-visual { color: var(--brown-dark); background: linear-gradient(135deg, #d28a3f, #efbf7a); }
.visual-ink .business-visual { background: linear-gradient(135deg, #1d1110, #3f2a24); }
.business-card-body { padding: 1rem; }
.card-title-row { display: flex; justify-content: space-between; gap: .75rem; align-items: start; }
.card-title-row h3 { margin: 0; font-family: Georgia, serif; font-size: 1.15rem; }
.card-title-row span { flex: 0 0 auto; padding: .18rem .4rem; color: var(--burgundy); background: #f5e8de; border-radius: 999px; font-size: .62rem; font-weight: 850; }
.business-card-body p { margin: .55rem 0 .2rem; color: var(--brown); font-size: .84rem; }
.business-card-body small { color: #765f54; font-size: .75rem; }
.filter-status { margin: 1rem 0 0; color: #765f54; font-size: .8rem; }

.pathway-section {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 2.15fr);
  gap: 2rem;
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--cream);
  border-block: 1px solid var(--line);
}
.pathway-intro h2 { font-size: clamp(2rem, 3.6vw, 4rem); }
.pathway-intro > p:last-child { max-width: 380px; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pathway-grid a { position: relative; min-height: 180px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, color .2s ease; }
.pathway-grid a:hover, .pathway-grid a:focus-visible { color: white; background: var(--burgundy); }
.pathway-grid span { color: var(--copper); font-size: .68rem; font-weight: 900; }
.pathway-grid h3 { margin: 1.65rem 0 .35rem; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1; }
.pathway-grid p { margin: 0; font-size: .84rem; }
.pathway-grid b { position: absolute; right: 1rem; bottom: .8rem; color: var(--copper); }

.career-intelligence {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem);
  color: white;
  background: var(--brown-dark);
}
.career-intro h2 { max-width: 570px; font-size: clamp(2.6rem, 5vw, 5.6rem); }
.career-intro > p:not(.section-label) { max-width: 570px; color: #d7c0b1; font-size: 1.02rem; }
.career-intelligence .section-label { color: #f0a56a; }
.career-principles { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.career-principles span { padding: .5rem .7rem; color: #f1d8c5; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: .76rem; font-weight: 800; }
.career-workspace { align-self: center; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.16); border-radius: .75rem; box-shadow: 0 24px 65px rgba(20,8,5,.3); }
.career-tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: #eaded5; border-bottom: 1px solid var(--line); }
.career-tab { min-height: 58px; padding: .75rem; color: var(--brown); background: transparent; border: 0; border-right: 1px solid var(--line); font-weight: 850; }
.career-tab:last-child { border-right: 0; }
.career-tab:hover, .career-tab:focus-visible, .career-tab.active { color: white; background: var(--burgundy); }
.career-result { padding: clamp(1.2rem, 3vw, 2rem); }
.career-result-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.career-result-heading small { color: var(--copper); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.career-result-heading h3 { margin: .35rem 0 0; font-family: Georgia, serif; font-size: clamp(1.9rem, 3.4vw, 3.2rem); line-height: 1; }
.career-result-heading > span { flex: 0 0 auto; padding: .42rem .6rem; color: var(--burgundy); background: #f3e4da; border-radius: 999px; font-size: .7rem; font-weight: 850; }
.career-result > p { max-width: 780px; color: #695248; }
.career-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1.4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.career-metrics article { min-height: 112px; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.career-metrics span, .career-metrics strong { display: block; }
.career-metrics span { color: var(--copper); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.career-metrics strong { margin-top: .75rem; font-family: Georgia, serif; font-size: 1rem; font-weight: 600; }
.career-next { display: flex; justify-content: space-between; gap: 1.2rem; align-items: center; margin-top: 1.2rem; }
.career-next p { margin: 0; }
.career-next p strong, .career-next p span { display: block; }
.career-next p span { max-width: 620px; margin-top: .25rem; color: #735d52; font-size: .82rem; }
.career-next .button { flex: 0 0 auto; }

.learning-access { padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 4vw, 4.5rem); background: #fbf7f2; }
.access-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.access-grid article { min-height: 260px; padding: 1.25rem; background: rgba(255,255,255,.48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.access-grid article > span { color: var(--copper); font-weight: 900; }
.access-grid h3 { margin: 2rem 0 .65rem; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.05; }
.access-grid p { color: #685248; font-size: .88rem; }
.access-grid small { display: block; margin-top: 1.2rem; color: var(--burgundy); font-size: .72rem; font-weight: 850; }

.opportunities-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 4vw, 4.5rem); }
.panel { padding: clamp(1.2rem, 2.5vw, 2rem); background: white; border: 1px solid var(--line); border-radius: .7rem; }
.panel-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1rem; }
.panel-heading h2 { font-size: clamp(1.8rem, 3vw, 3.1rem); }
.opportunity-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.opportunity-photo { position: relative; height: 220px; margin: 0 0 1rem; overflow: hidden; border-radius: .55rem; }
.opportunity-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(40,18,13,.5)); pointer-events: none; }
.opportunity-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.opportunity-card { position: relative; min-height: 175px; padding: 1rem; background: #fbf7f2; border: 1px solid var(--line); border-radius: .5rem; }
.opportunity-card h3, .contract-card h3, .campaign-card h3 { margin: .8rem 0 .25rem; font-family: Georgia, serif; font-size: 1.12rem; line-height: 1.08; }
.opportunity-card p, .contract-card p { margin: 0 0 .3rem; color: var(--brown); font-size: .82rem; }
.opportunity-card small, .contract-card small, .campaign-card small { color: #7a6459; font-size: .73rem; }
.type-tag, .contract-card > span, .campaign-card > span { color: var(--burgundy); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.save-button { position: absolute; right: .8rem; bottom: .8rem; padding: .35rem .55rem; color: var(--burgundy); background: transparent; border: 1px solid rgba(127,18,48,.28); border-radius: .35rem; font-size: .72rem; font-weight: 800; }
.save-button.saved { color: white; background: var(--burgundy); }
.preview-note { margin: .85rem 0 0; color: #7a6459; font-size: .75rem; }
.contract-list { display: grid; gap: .65rem; }
.contract-card { min-height: 120px; padding: 1rem; background: linear-gradient(90deg, #fbf7f2, white); border: 1px solid var(--line); border-left: 4px solid var(--copper); border-radius: .5rem; }

.story-section {
  display: grid;
  grid-template-columns: .55fr 1fr .6fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem);
  color: white;
  background: var(--experience-gradient);
}
.story-signal { display: grid; gap: .5rem; }
.story-signal span { padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.2); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.story-signal span:nth-child(2) { transform: translateX(1.3rem); color: #f3b77e; border-color: rgba(243,183,126,.5); }
.story-copy .section-label { color: #f0a56a; }
.story-copy h2 { font-size: clamp(2.3rem, 4.5vw, 5rem); }
.story-copy p:not(.section-label) { color: #dbc5b7; font-size: 1.02rem; }
.story-copy a { color: #f2b47d; }
.story-section blockquote { margin: 0; padding-left: 1.5rem; color: #f1d7c3; border-left: 2px solid var(--copper-light); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 2.1rem); line-height: 1.18; }
.story-section blockquote small { display: block; margin-bottom: .7rem; color: #efaa70; font-family: Inter, sans-serif; font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.funding-section { background: #fbf7f2; }
.campaign-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.campaign-card { padding: 1.2rem; background: white; border: 1px solid var(--line); border-radius: .65rem; }
.campaign-card h3 { margin-top: 1.3rem; font-size: 1.45rem; }
.campaign-card p { min-height: 3rem; }
.progress { height: 8px; margin: 1.2rem 0 .45rem; overflow: hidden; background: #e7ddd4; border-radius: 999px; }
.progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--burgundy), var(--copper)); border-radius: inherit; }
.support-button { width: 100%; margin-top: 1rem; padding: .7rem; color: white; background: var(--copper); border: 0; border-radius: .4rem; font-weight: 850; }
.support-button:hover, .support-button:focus-visible { background: var(--burgundy); }

.shop-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem);
  color: white;
  background: var(--experience-gradient);
}
.shop-section .section-label { color: #f3bb84; }
.shop-section h2 { font-size: clamp(2.6rem, 5vw, 5.6rem); }
.shop-categories { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.shop-categories a { display: flex; justify-content: space-between; min-height: 95px; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; font-family: Georgia, serif; font-size: 1.15rem; }
.shop-categories a:hover, .shop-categories a:focus-visible { background: rgba(255,255,255,.08); }
.shop-categories span { color: #f2bb83; }

.member-benefits {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 2rem clamp(2rem, 7vw, 7rem);
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem);
  background: var(--cream);
}
.benefits-copy h2 { font-size: clamp(2.5rem, 4.6vw, 5.1rem); }
.benefits-copy > p:not(.section-label) { max-width: 560px; color: #675147; }
.benefits-copy .button { margin-top: .8rem; }
.benefit-groups { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-groups article { min-height: 190px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-groups span { color: var(--copper); font-size: .66rem; font-weight: 900; letter-spacing: .1em; }
.benefit-groups h3 { margin: 1.4rem 0 .45rem; font-family: Georgia, serif; font-size: 1.3rem; }
.benefit-groups p { margin: 0; color: #6d574c; font-size: .85rem; }
.partner-targets { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 1rem 2rem; align-items: center; padding: 1rem 1.2rem; color: #f1ded0; background: var(--experience-gradient); border-radius: .6rem; }
.partner-targets strong { color: #f1a66b; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.partner-targets p { margin: 0; font-size: .82rem; }

.community-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem);
  background: var(--cream);
}
.community-map h2, .support-system h2 { font-size: clamp(2.5rem, 4.5vw, 5rem); }
.community-map > p:not(.section-label) { max-width: 570px; margin: 1rem 0 1.5rem; }
.community-programs { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.community-programs article { min-height: 175px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.community-programs span { color: var(--copper); font-weight: 900; }
.community-programs h3 { margin: 1.7rem 0 .35rem; font-family: Georgia, serif; font-size: 1.3rem; }
.community-programs p { margin: 0; color: #6f594e; font-size: .86rem; }

.support-system {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.25rem, 6vw, 7rem);
}
.support-system > div:first-child > p:last-child { max-width: 580px; }
.sponsor-grid { display: flex; flex-wrap: wrap; gap: .65rem; }
.sponsor-grid span { padding: .78rem 1rem; color: var(--brown); background: #fbf5ef; border: 1px solid var(--line); border-radius: 999px; font-size: .83rem; font-weight: 800; }

.impact-strip {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  background: var(--brown-dark);
  color: white;
}
.impact-strip > div, .impact-strip article { min-height: 150px; padding: 1.4rem; border-right: 1px solid rgba(255,255,255,.14); }
.impact-strip .section-label { color: #efaa70; }
.impact-strip h2 { font-size: 2rem; }
.impact-strip article { display: flex; flex-direction: column; justify-content: center; }
.impact-strip strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.impact-strip span { margin-top: .45rem; color: #cdb7a9; font-size: .75rem; }

.closing-cta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem clamp(1.25rem, 6vw, 7rem);
  color: white;
  background: linear-gradient(100deg, var(--burgundy-dark), var(--burgundy), var(--brown));
}
.closing-cta p { margin: 0; color: #f0cfb5; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.closing-cta h2 { font-size: clamp(2rem, 3.4vw, 3.7rem); }
.button-gold { color: var(--brown-dark); background: var(--gold); border-color: var(--gold); }
.button-gold:hover, .button-gold:focus-visible { background: #efb467; }

footer {
  display: grid;
  grid-template-columns: 220px 1.4fr auto;
  gap: 1.5rem 3rem;
  align-items: center;
  padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.footer-brand { display: block; width: 210px; }
.footer-brand img { width: 210px; height: auto; object-fit: contain; }
footer p { margin: 0; color: #675247; font-size: .84rem; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
footer nav a { color: var(--burgundy); font-size: .8rem; font-weight: 800; text-decoration: none; }
footer small { grid-column: 1 / -1; padding-top: 1rem; color: #786258; border-top: 1px solid var(--line); font-size: .75rem; line-height: 1.55; }
footer small strong { color: var(--burgundy); }

.account-dialog {
  position: fixed;
  width: min(620px, calc(100% - 2rem));
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: .8rem;
  box-shadow: 0 30px 90px rgba(30,12,8,.35);
}
.account-dialog::backdrop { background: rgba(30,12,8,.72); backdrop-filter: blur(4px); }
.account-dialog h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 500; line-height: 1; }
.dialog-close { position: absolute; top: .7rem; right: .8rem; width: 38px; height: 38px; color: var(--burgundy); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 1.4rem; }
.account-types { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1.4rem; }
.account-types button { min-height: 68px; padding: .85rem; color: var(--brown); background: var(--cream); border: 1px solid var(--line); border-radius: .45rem; font-weight: 800; text-align: left; }
.account-types button:hover, .account-types button:focus-visible, .account-types button.selected { color: white; background: var(--burgundy); border-color: var(--burgundy); }
.dialog-result { margin: 1rem 0 0; padding: .8rem; color: var(--brown); background: #f5e7dc; border-left: 4px solid var(--copper); font-weight: 750; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #e7a766; outline-offset: 3px; }

@media (max-width: 1240px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .site-nav { gap: .9rem; }
  .site-nav a:nth-child(6), .site-nav a:nth-child(7), .site-nav a:nth-child(8), .header-actions p { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { max-width: 900px; }
  .hero-exchange { grid-template-columns: 1fr; }
  .exchange-list { grid-template-columns: 1fr 1fr; }
  .stage-browser { grid-template-columns: repeat(3, 1fr); }
  .stage-browser > div { grid-row: span 2; }
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .5rem 0;
    border-top: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a, .site-nav a:nth-child(6), .site-nav a:nth-child(7), .site-nav a:nth-child(8) { display: block; padding: .55rem 0; }
  .site-nav a::after { display: none; }
  .header-actions { position: absolute; right: 5.8rem; }
  .hero { padding-top: 4rem; }
  .market-search { grid-template-columns: 1fr 1fr; }
  .market-search label { border-right: 0; border-bottom: 1px solid var(--line); }
  .market-search button { min-height: 54px; }
  .business-grid { grid-template-columns: repeat(2, 1fr); }
  .pathway-section, .story-section, .shop-section, .community-section, .support-system, .career-intelligence, .member-benefits { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: 1fr 1fr; }
  .story-signal { grid-template-columns: repeat(3, 1fr); }
  .story-signal span:nth-child(2) { transform: none; }
  .opportunities-layout { grid-template-columns: 1fr; }
  .impact-strip { grid-template-columns: repeat(2, 1fr); }
  .impact-strip > div { grid-column: 1 / -1; }
  .closing-cta { grid-template-columns: 1fr; }
  footer { grid-template-columns: 190px 1fr; }
  footer nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 650px) {
  .site-header { min-height: 72px; }
  .brand { width: 165px; height: 64px; }
  .brand img { width: 160px; height: 64px; }
  .header-actions { right: 5rem; }
  .header-actions .button-outline { display: none; }
  .header-actions .button-primary { min-height: 38px; padding: .55rem .7rem; font-size: .75rem; }
  .poncus-definition { gap: .15rem .45rem; padding-block: .6rem; text-align: center; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .market-search { grid-template-columns: 1fr; }
  .market-search button { min-height: 48px; }
  .quick-actions { grid-template-columns: 1fr 1fr; }
  .hero-exchange { padding: 1.2rem; }
  .hero-visual figure, .hero-visual figure img { height: 390px; min-height: 390px; }
  .hero-exchange { width: 100%; margin-top: 0; }
  .exchange-list { grid-template-columns: 1fr; }
  .exchange-top, .exchange-bottom { flex-direction: column; }
  .exchange-bottom span { text-align: left; }
  .stage-browser { grid-template-columns: 1fr; }
  .stage-browser > div { grid-row: auto; }
  .business-grid, .pathway-grid, .opportunity-list, .campaign-grid, .shop-categories, .community-programs, .account-types, .impact-strip, .access-grid, .career-metrics, .benefit-groups { grid-template-columns: 1fr; }
  .career-tabs { grid-template-columns: 1fr; }
  .career-tab { border-right: 0; border-bottom: 1px solid var(--line); }
  .career-result-heading, .career-next { align-items: stretch; flex-direction: column; }
  .partner-targets { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading > div:last-child { justify-self: start; }
  .story-signal { grid-template-columns: 1fr; }
  .impact-strip > div { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
  footer nav { grid-column: auto; }
}

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