:root {
  --ink: #10231f;
  --muted: #61706c;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --forest: #071f1b;
  --forest-2: #0e352d;
  --leaf: #71c98d;
  --leaf-bright: #9ee2ae;
  --gold: #f2bd52;
  --line: rgba(16, 35, 31, .14);
  --white-line: rgba(255, 255, 255, .18);
  --shadow: 0 24px 60px rgba(5, 27, 22, .16);
  --radius: 24px;
}

* { 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;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--gold);
  border-radius: 8px;
  color: var(--forest);
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 24px 0;
  color: white;
  border-bottom: 1px solid var(--white-line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--leaf-bright); }
.brand-mark svg { width: 42px; height: 42px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { position: relative; text-decoration: none; color: rgba(255,255,255,.78); font-weight: 650; font-size: .9rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.site-header > .button { justify-self: end; }

.button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.button-small { padding: 10px 17px; font-size: .88rem; }
.button-light { background: white; color: var(--forest); }
.button-primary { background: var(--gold); color: var(--forest); box-shadow: 0 12px 30px rgba(242, 189, 82, .22); }
.button-primary:hover { background: #ffca63; }
.button-ghost { border: 1px solid var(--line); background: white; color: var(--ink); }
.button.full { width: 100%; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }

.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--forest);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: saturate(.8) contrast(1.05); }
.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,24,20,.98) 0%, rgba(4,24,20,.88) 38%, rgba(4,24,20,.25) 74%, rgba(4,24,20,.58) 100%),
    linear-gradient(0deg, rgba(4,24,20,.96) 0%, transparent 50%);
}
.hero-content { position: relative; z-index: 2; width: min(1440px, calc(100% - 64px)); margin: 0 auto; padding: 190px 0 62px; }
.eyebrow { margin: 0 0 18px; color: var(--leaf-bright); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: .72rem; }
.eyebrow.dark { color: #287053; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(3.6rem, 7.4vw, 7.6rem); line-height: .94; letter-spacing: -.07em; }
.hero-copy { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.77); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { text-underline-offset: 6px; text-decoration-thickness: 1px; font-weight: 750; }
.text-link span { margin-left: 8px; color: var(--gold); }
.goal-panel {
  display: grid;
  grid-template-columns: auto 1px 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 64px;
  padding: 26px 30px;
  max-width: 1050px;
  border: 1px solid var(--white-line);
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.goal-label { display: block; color: rgba(255,255,255,.62); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.goal-number strong { display: block; margin-top: 2px; color: var(--gold); font-size: 2.25rem; letter-spacing: -.04em; }
.goal-divider { height: 52px; background: var(--white-line); }
.goal-status { display: flex; align-items: center; gap: 13px; }
.goal-status strong, .goal-status span { display: block; }
.goal-status strong { font-size: .95rem; }
.goal-status span { margin-top: 3px; color: rgba(255,255,255,.6); font-size: .82rem; }
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; border-radius: 50%; background: var(--leaf-bright); box-shadow: 0 0 0 7px rgba(158,226,174,.13); }
.goal-metrics { display: flex; gap: 28px; }
.goal-metrics div { min-width: 92px; }
.goal-metrics strong, .goal-metrics span { display: block; }
.goal-metrics strong { font-size: 1.25rem; }
.goal-metrics span { color: rgba(255,255,255,.6); font-size: .76rem; }

.plan-section { padding: 112px 0 120px; overflow: hidden; }
.story-section { padding: 112px 0; overflow: hidden; background: #eef4ef; }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; width: min(1280px, calc(100% - 64px)); margin: 0 auto 54px; align-items: end; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }

.phase-one-card {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  width: min(1280px, calc(100% - 64px));
  min-height: 670px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  background: var(--forest);
  color: white;
  box-shadow: var(--shadow);
}
.phase-one-photo { position: relative; min-height: 520px; overflow: hidden; }
.phase-one-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,31,27,.35), transparent 60%); }
.phase-one-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-label { position: absolute; left: 24px; bottom: 24px; z-index: 2; padding: 9px 13px; border-radius: 999px; background: rgba(7,31,27,.72); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.phase-one-content { padding: 54px 58px; }
.phase-title-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.phase-title-row > strong { color: var(--gold); font-size: .92rem; }
.phase-chip { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(158,226,174,.32); border-radius: 999px; color: var(--leaf-bright); font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.phase-one-content h3 { margin: 24px 0 16px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.phase-one-content > p { color: rgba(255,255,255,.67); }
.floor-steps { list-style: none; display: grid; gap: 5px; margin: 30px 0 28px; padding: 0; }
.floor-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--white-line); }
.floor-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(158,226,174,.11); color: var(--leaf-bright); font-size: .72rem; font-weight: 900; }
.floor-steps strong { display: block; font-size: 1rem; }
.floor-steps p { margin: 4px 0 0; color: rgba(255,255,255,.58); font-size: .88rem; }
.phase-note { margin: 0; padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.06); font-size: .8rem; }
.phase-note strong { color: white; }

.center-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 24px; width: min(1280px, calc(100% - 64px)); margin: 24px auto 0; }
.phase-explorer, .vision-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; }
.phase-explorer { padding: 38px; }
.subhead-row { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 26px; }
.subhead-row h3 { margin: 0; max-width: 560px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.06; letter-spacing: -.04em; }
.budget-note { max-width: 210px; padding: 10px 12px; border-radius: 10px; background: #eef5ef; color: #315548; font-size: .72rem; font-weight: 750; }
.phase-list { border-top: 1px solid var(--line); }
.phase-row {
  width: 100%;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 12px;
  text-align: left;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  transition: background .18s ease;
}
.phase-row:hover, .phase-row.active { background: #f1f6f1; }
.phase-index { color: #448166; font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.phase-row-copy strong, .phase-row-copy small { display: block; }
.phase-row-copy small { margin-top: 3px; color: var(--muted); }
.phase-budget { font-weight: 900; }
.vision-card { display: flex; flex-direction: column; background: var(--forest); color: white; }
.vision-card > img { width: 100%; aspect-ratio: 1.16; object-fit: cover; }
.vision-copy { padding: 30px; }
.vision-copy h3 { margin: 0 0 12px; font-size: 1.85rem; line-height: 1.06; letter-spacing: -.04em; }
.vision-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.zone-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; }
.zone-tags span { padding: 7px 10px; border: 1px solid rgba(158,226,174,.24); border-radius: 999px; color: var(--leaf-bright); font-size: .73rem; font-weight: 700; }
.vision-copy small { display: block; color: rgba(255,255,255,.42); line-height: 1.5; }

.transformation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.transformation-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 48px rgba(5,27,22,.08); }
.transformation-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.transformation-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.transformation-card:hover img { transform: scale(1.025); }
.transformation-image span { position: absolute; left: 20px; top: 20px; padding: 9px 13px; border-radius: 999px; color: white; background: rgba(7,31,27,.78); backdrop-filter: blur(8px); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vision-future .transformation-image span { color: var(--forest); background: var(--gold); }
.transformation-card figcaption { padding: 27px 28px 30px; }
.transformation-card figcaption strong { display: block; font-size: 1.3rem; letter-spacing: -.02em; }
.transformation-card figcaption p { margin: 9px 0 0; color: var(--muted); }
.video-feature { display: grid; grid-template-columns: 1.15fr .85fr; width: min(1280px, calc(100% - 64px)); margin: 24px auto 0; overflow: hidden; border-radius: 26px; background: white; box-shadow: 0 18px 48px rgba(5,27,22,.08); }
.video-poster { position: relative; min-height: 420px; overflow: hidden; background: var(--forest); }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,31,27,.8), rgba(7,31,27,.08)); }
.video-poster img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.play-button { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 86px; height: 86px; padding-left: 5px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--forest); background: rgba(255,255,255,.92); font-size: 1.35rem; box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.video-badge { position: absolute; left: 24px; bottom: 22px; z-index: 2; color: white; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.video-copy { align-self: center; padding: 46px; }
.video-copy h3, .banner-showcase h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1; letter-spacing: -.05em; }
.video-copy > p:not(.eyebrow), .banner-showcase p:not(.eyebrow) { color: var(--muted); }
.film-plan, .trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.film-plan span, .trust-row span { padding: 8px 11px; border-radius: 999px; color: #245e43; background: #e6f3e9; font-size: .74rem; font-weight: 800; }

.recognition-section { padding: 112px 0; background: var(--paper); }
.recognition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.recognition-grid article { min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.recognition-grid article > span { color: #2e7d59; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recognition-grid h3 { margin: 42px 0 12px; font-size: 1.6rem; line-height: 1; letter-spacing: -.04em; }
.recognition-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.recognition-grid .recognition-featured { color: white; background: var(--forest); border-color: var(--forest); }
.recognition-featured > span { color: var(--gold) !important; }
.recognition-featured p { color: rgba(255,255,255,.64); }
.banner-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; width: min(1280px, calc(100% - 64px)); margin: 24px auto 0; padding: 48px; border-radius: 24px; background: #eaf2eb; }
.banner-mockup { display: flex; min-height: 220px; flex-direction: column; align-items: center; justify-content: center; padding: 28px; text-align: center; color: white; background: linear-gradient(135deg, #0b392f, #17634a); border: 8px solid white; outline: 1px solid rgba(7,31,27,.18); box-shadow: 0 16px 38px rgba(7,31,27,.2); transform: rotate(-1.5deg); }
.banner-mockup small { color: var(--gold); font-weight: 900; letter-spacing: .18em; }
.banner-mockup strong { margin: 20px 0 8px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .95; }
.banner-mockup span { color: rgba(255,255,255,.72); }

.donate-section { padding: 90px 0; color: white; background: #0c3029; }
.donate-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 74px; align-items: center; width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.donate-card h2 { max-width: 700px; margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.donate-card > div:first-child > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.66); font-size: 1.05rem; }
.donate-action { padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); }
.donate-kicker { color: var(--leaf-bright); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.donate-action > strong { display: block; margin-top: 5px; color: var(--gold); font-size: 2rem; }
.donate-action p, .donate-action small { color: rgba(255,255,255,.62); }
.donate-action small { display: block; margin-top: 12px; text-align: center; font-size: .72rem; }
.trust-row span { color: var(--leaf-bright); background: rgba(158,226,174,.1); }

.support-section { padding: 110px 0 90px; color: white; background: var(--forest); }
.light-heading h2 { color: white; }
.light-heading > p { color: rgba(255,255,255,.62); }
.tracker-shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; overflow: hidden; border: 1px solid var(--white-line); border-radius: 28px; background: #fbfaf6; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.tracker-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 8px; background: #e8eee8; }
.tracker-tab { border: 0; border-radius: 14px; padding: 16px; color: #557068; background: transparent; font-weight: 850; }
.tracker-tab.active { background: white; color: var(--ink); box-shadow: 0 5px 18px rgba(13,50,42,.08); }
.tracker-panel { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 500px; }
.tracker-panel.hidden { display: none; }
.money-control { padding: 50px; border-right: 1px solid var(--line); }
.money-control > label { display: block; color: var(--muted); font-weight: 750; }
.amount-display { display: flex; align-items: flex-start; margin: 28px 0 24px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.amount-display span { margin-top: 8px; font-size: 2.2rem; }
.amount-display output { font-size: clamp(4rem, 7vw, 6.8rem); }
input[type="range"] { width: 100%; accent-color: #2f805e; }
.amount-range { display: flex; justify-content: space-between; margin-top: 6px; color: var(--muted); font-size: .75rem; }
.preset-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.preset-row button { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; color: var(--ink); background: white; font-weight: 800; }
.preset-row button:hover, .preset-row button.selected { border-color: #317655; background: #e6f3e9; color: #245e43; }
.impact-card { padding: 50px; background: white; }
.impact-kicker { display: block; margin-bottom: 12px; color: #2e7d59; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.impact-card h3, .materials-intro h3 { margin: 0; max-width: 680px; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.impact-card > p { max-width: 650px; color: var(--muted); }
.goal-impact { margin-top: 32px; }
.goal-impact-label { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: .82rem; }
.goal-impact-label span { color: var(--muted); }
.progress-track { height: 11px; overflow: hidden; border-radius: 999px; background: #e4ebe5; }
.progress-fill { height: 100%; min-width: 3px; border-radius: inherit; background: linear-gradient(90deg, #2f805e, var(--leaf)); transition: width .3s ease; }
.allocation { display: grid; gap: 7px; margin: 24px 0; }
.allocation-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; font-size: .78rem; }
.allocation-row span:first-child { color: var(--muted); }
.allocation-row strong { color: #245e43; }

#materials-panel { grid-template-columns: 1fr; padding: 46px; }
.materials-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.materials-intro p { max-width: 750px; color: var(--muted); }
.selected-count { display: grid; place-items: center; flex: 0 0 auto; width: 130px; height: 105px; border-radius: 18px; background: #e9f3eb; }
.selected-count strong { font-size: 2.25rem; line-height: 1; }
.selected-count span { color: var(--muted); font-size: .72rem; }
.materials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 28px; }
.material-item { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: center; min-height: 78px; padding: 14px; text-align: left; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; }
.material-item:hover, .material-item.active { border-color: #4d9c70; background: #edf7ef; }
.check-mark { width: 20px; height: 20px; border: 2px solid #9baca5; border-radius: 6px; }
.material-item.active .check-mark { position: relative; border-color: #2f805e; background: #2f805e; }
.material-item.active .check-mark::after { content: ""; position: absolute; left: 5px; top: 2px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.material-item strong, .material-item small { display: block; }
.material-item strong { font-size: .85rem; }
.material-item small { margin-top: 2px; color: var(--muted); font-size: .7rem; }

.coordination-note { display: grid; grid-template-columns: 34px 1fr; gap: 16px; width: min(1000px, calc(100% - 64px)); margin: 34px auto 0; align-items: start; }
.coordination-note svg { width: 30px; height: 30px; fill: none; stroke: var(--leaf-bright); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.coordination-note p { margin: 0; color: rgba(255,255,255,.6); font-size: .84rem; }
.coordination-note strong { color: white; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 34px max(32px, calc((100% - 1280px)/2)); background: #031310; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer-brand { display: flex; flex-direction: column; color: white; line-height: 1.05; }
.footer-brand span { color: var(--leaf-bright); font-size: .65rem; font-weight: 900; letter-spacing: .22em; }
.footer-private { justify-self: end; }

dialog { width: min(720px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(3,19,16,.8); backdrop-filter: blur(6px); }
.pledge-form { position: relative; padding: 42px; background: var(--paper); }
.dialog-close { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.5rem; }
.pledge-form h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.dialog-intro { color: var(--muted); }
.pledge-form fieldset { margin: 28px 0 22px; padding: 0; border: 0; }
.pledge-form legend, .pledge-form label > span { margin-bottom: 8px; color: var(--muted); font-size: .77rem; font-weight: 800; }
.pledge-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.pledge-types input { position: absolute; opacity: 0; pointer-events: none; }
.pledge-types label span { display: grid; place-items: center; min-height: 52px; margin: 0; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.pledge-types input:checked + span { border-color: #2f805e; background: #e5f2e8; color: #245e43; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pledge-form label { display: block; margin-bottom: 14px; }
.pledge-form label > span { display: block; }
.pledge-form input[type="text"], .pledge-form input[type="number"], .pledge-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.pledge-form textarea { resize: vertical; }
.input-prefix { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; }
.input-prefix > span { padding-left: 14px; color: var(--muted); }
.input-prefix input { border: 0 !important; background: transparent !important; }
.dialog-actions { display: flex; gap: 10px; }
.summary-box { margin-top: 18px; padding: 16px; white-space: pre-wrap; border: 1px solid #b5d7c0; border-radius: 12px; background: #edf7ef; font-size: .82rem; }
.privacy-line { margin: 18px 0 0; color: var(--muted); font-size: .72rem; }
.hidden { display: none !important; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; transform: translate(-50%, 20px); padding: 12px 18px; border-radius: 999px; background: var(--gold); color: var(--forest); box-shadow: var(--shadow); font-weight: 850; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero { min-height: 930px; }
  .hero-wash { background: linear-gradient(90deg, rgba(4,24,20,.96), rgba(4,24,20,.58)), linear-gradient(0deg, rgba(4,24,20,.96), transparent); }
  .goal-panel { grid-template-columns: auto 1px 1fr; }
  .goal-metrics { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--white-line); }
  .section-heading, .phase-one-card, .center-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .phase-one-photo { max-height: 550px; }
  .center-grid { gap: 18px; }
  .vision-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .vision-card > img { height: 100%; aspect-ratio: auto; }
  .materials-grid { grid-template-columns: repeat(2, 1fr); }
  .video-feature, .banner-showcase, .donate-card { grid-template-columns: 1fr; }
  .recognition-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 720px) {
  .site-header, .hero-content, .section-heading, .phase-one-card, .center-grid, .tracker-shell, .coordination-note, .transformation-grid, .video-feature, .recognition-grid, .banner-showcase, .donate-card { width: min(100% - 32px, 1280px); }
  .site-header { padding: 16px 0; }
  .brand > span:last-child { display: none; }
  .hero { min-height: 980px; }
  .hero-media img { object-position: 62% center; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-content { padding-bottom: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .goal-panel { grid-template-columns: 1fr; gap: 18px; margin-top: 42px; padding: 22px; }
  .goal-divider { display: none; }
  .goal-status { padding-top: 16px; border-top: 1px solid var(--white-line); }
  .goal-metrics { display: grid; grid-template-columns: 1fr 1fr; }
  .plan-section, .support-section, .story-section, .recognition-section, .donate-section { padding: 80px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: 2.7rem; }
  .phase-one-card { border-radius: 22px; }
  .phase-one-photo { min-height: 380px; }
  .phase-one-content { padding: 34px 24px; }
  .phase-title-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .phase-explorer { padding: 25px 18px; }
  .subhead-row { align-items: flex-start; flex-direction: column; }
  .budget-note { max-width: none; }
  .phase-row { grid-template-columns: 36px 1fr; gap: 10px; }
  .phase-budget { grid-column: 2; }
  .vision-card { display: flex; }
  .transformation-grid, .recognition-grid { grid-template-columns: 1fr; }
  .video-poster { min-height: 320px; }
  .video-copy { padding: 32px 24px; }
  .banner-showcase { gap: 38px; padding: 24px; }
  .tracker-tabs { grid-template-columns: 1fr; }
  .tracker-panel { grid-template-columns: 1fr; }
  .money-control { padding: 32px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .impact-card { padding: 34px 24px; }
  #materials-panel { padding: 32px 20px; }
  .materials-intro { align-items: flex-start; flex-direction: column; }
  .materials-grid { grid-template-columns: 1fr; }
  .selected-count { width: 100%; height: 80px; grid-template-columns: auto auto; gap: 8px; }
  .pledge-form { padding: 36px 22px 26px; }
  .pledge-types { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .dialog-actions { flex-direction: column; }
  footer { display: flex; flex-direction: column; align-items: flex-start; padding: 30px 20px; }
  .footer-private { justify-self: auto; }
}

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