:root {
  --navy: #112b52;
  --navy-deep: #081c38;
  --ink: #17253b;
  --muted: #5e6a7c;
  --cream: #f7f5f0;
  --paper: #ffffff;
  --line: #dce3eb;
  --gold: #e7b52e;
  --gold-soft: #f8e7ae;
  --sage: #d9e6d1;
  --shadow: 0 20px 60px rgba(17, 43, 82, .12);
  --radius-lg: 30px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.draft-banner { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 9px 18px; background: var(--gold); color: var(--navy-deep); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.draft-banner small { font-size: .72rem; font-weight: 600; letter-spacing: 0; text-transform: none; opacity: .82; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 18px max(24px, calc((100% - var(--max)) / 2)); background: rgba(247, 245, 240, .94); border-bottom: 1px solid rgba(17,43,82,.09); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--paper); background: var(--navy); font-size: .83rem; font-weight: 700; letter-spacing: .06em; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: Fraunces, Georgia, serif; font-size: 1.05rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; font-weight: 700; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .text-link:hover { color: #9a6d00; }
.site-nav .nav-donate { padding: 11px 18px; color: var(--paper); background: var(--navy); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font: inherit; font-weight: 700; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 700px; padding-top: 74px; padding-bottom: 92px; }
.eyebrow { margin: 0 0 16px; color: #8d6708; font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Fraunces, Georgia, serif; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 650px; margin-bottom: 24px; color: var(--navy); font-size: clamp(3.4rem, 7vw, 6.25rem); }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(2.25rem, 4.2vw, 4.25rem); }
h3 { margin-bottom: 12px; color: var(--navy); font-size: 1.27rem; line-height: 1.18; }
.hero-lede { max-width: 560px; margin-bottom: 32px; color: var(--muted); font-size: 1.08rem; }
.hero-actions, .support-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; border-radius: 999px; font-size: .89rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(17,43,82,.14); }
.button-primary { color: var(--paper); background: var(--navy); }
.button-quiet { color: var(--navy); background: transparent; }
.button-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.button-dark { color: var(--paper); background: var(--navy-deep); }
.hero-note { display: flex; align-items: center; gap: 9px; max-width: 460px; margin-top: 42px; color: var(--muted); font-size: .82rem; font-weight: 600; }
.note-dot { flex: 0 0 auto; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(231,181,46,.18); }
.hero-visual { position: relative; padding: 32px 0 22px 32px; }
.hero-photo-frame { position: relative; overflow: hidden; border-radius: 160px 28px 28px 28px; background: #d9dfe8; box-shadow: var(--shadow); }
.hero-photo { width: 100%; aspect-ratio: .84; object-fit: cover; object-position: center top; }
.hero-photo-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 3px; padding: 14px 16px; border-radius: 15px; color: var(--paper); background: rgba(8, 28, 56, .87); }
.hero-photo-caption span { font-family: Fraunces, Georgia, serif; font-size: 1.2rem; }
.hero-photo-caption small { color: #dce7f6; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-stamp { position: absolute; top: 0; right: -17px; display: grid; place-items: center; width: 126px; height: 126px; padding: 10px; border: 8px solid var(--cream); border-radius: 50%; color: var(--navy); background: var(--gold); outline: 2px solid var(--gold); text-align: center; transform: rotate(12deg); }
.hero-stamp span { font-size: .64rem; font-weight: 800; letter-spacing: .15em; }
.hero-stamp strong { font-family: Fraunces, Georgia, serif; font-size: 1.45rem; line-height: .9; }
.intro-band { background: var(--navy); color: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .75fr 2fr .7fr; gap: 28px; align-items: center; padding-top: 52px; padding-bottom: 52px; }
.eyebrow-light { color: var(--gold); }
.intro-quote { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.025em; line-height: 1.18; }
.text-link { justify-self: end; color: var(--gold); font-size: .85rem; font-weight: 800; }
.section-block { padding-top: 125px; padding-bottom: 125px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; max-width: none; }
.section-summary { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }
.about-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 84px; align-items: center; }
.about-image-wrap, .experience-image-wrap { position: relative; }
.about-image { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; border-radius: 26px; box-shadow: var(--shadow); }
.image-label { position: absolute; right: -16px; bottom: 22px; padding: 10px 15px; color: var(--navy); background: var(--gold); border-radius: 999px; font-size: .71rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.about-copy > p { color: var(--muted); font-size: 1.04rem; }
.value-row { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid var(--line); }
.value-row:first-of-type { margin-top: 34px; }
.value-number { color: #b68d16; font-size: .75rem; font-weight: 800; letter-spacing: .11em; }
.value-row strong { color: var(--navy); }
.value-row p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.4; }
.priorities-section { padding-top: 0; }
.priority-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.priority-card { position: relative; grid-column: span 2; min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.priority-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(17,43,82,.1); }
.priority-card:nth-child(4), .priority-card:nth-child(5) { grid-column: span 3; }
.priority-card-featured { color: var(--paper); background: var(--navy); border-color: var(--navy); }
.priority-card-featured h3, .priority-card-featured p { color: var(--paper); }
.priority-card-featured p { color: #d8e1ed; }
.priority-icon { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-bottom: 30px; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: .7rem; font-weight: 800; }
.priority-card:not(.priority-card-featured) .priority-icon { color: var(--navy); background: var(--gold-soft); }
.priority-card p { max-width: 300px; margin-bottom: 0; color: var(--muted); font-size: .91rem; line-height: 1.5; }
.card-arrow { position: absolute; right: 25px; bottom: 22px; color: var(--gold); font-size: 1.35rem; }
.statement-section { color: var(--paper); background: var(--navy); }
.statement-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; padding-top: 100px; padding-bottom: 100px; }
.statement-section h2 { max-width: 610px; color: var(--paper); }
.statement-list { border-top: 1px solid rgba(255,255,255,.28); }
.statement-list div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.statement-list span { color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.statement-list p { margin: 0; font-family: Fraunces, Georgia, serif; font-size: 1.27rem; }
.experience-section { padding-bottom: 110px; }
.experience-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 84px; align-items: center; }
.experience-grid .section-summary { margin-bottom: 29px; }
.experience-image { width: 100%; aspect-ratio: 1; object-fit: contain; object-position: center; padding: 12px; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.support-section { padding: 105px 0; color: var(--paper); background: var(--gold); }
.support-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.support-section h2 { color: var(--navy); }
.support-copy > p:not(.eyebrow):not(.pending-message) { max-width: 550px; color: #4d3f16; font-size: 1.03rem; }
.support-section .button-primary { color: var(--paper); background: var(--navy); }
.support-section .button-quiet { color: var(--navy); }
.pending-message { max-width: 450px; margin: 17px 0 0; color: #5d4b1a; font-size: .78rem; font-weight: 700; }
.qr-card { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: center; padding: 24px; border: 1px solid rgba(17,43,82,.16); border-radius: 24px; background: rgba(255,255,255,.56); }
.qr-placeholder { position: relative; display: grid; place-items: center; width: 160px; height: 160px; border: 8px solid var(--navy); background: repeating-linear-gradient(45deg, transparent 0 8px, rgba(17,43,82,.1) 8px 11px), repeating-linear-gradient(-45deg, transparent 0 11px, rgba(17,43,82,.08) 11px 14px); }
.qr-center { display: grid; place-items: center; width: 55px; height: 55px; color: var(--navy); background: var(--gold); border: 5px solid var(--navy); font-weight: 900; }
.qr-corner { position: absolute; width: 31px; height: 31px; border: 6px solid var(--navy); background: var(--paper); }
.corner-tl { top: 8px; left: 8px; }.corner-tr { top: 8px; right: 8px; }.corner-bl { bottom: 8px; left: 8px; }
.qr-copy strong { display: block; margin-bottom: 6px; color: var(--navy); font-family: Fraunces, Georgia, serif; font-size: 1.25rem; }
.qr-copy p { margin: 0; color: #5d4b1a; font-size: .84rem; line-height: 1.45; }
.contact-section { padding-top: 90px; padding-bottom: 90px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 48px 54px; border-radius: 28px; background: var(--sage); }
.contact-card h2 { max-width: 640px; margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 3.65rem); }
.contact-card .eyebrow { margin-bottom: 14px; }
.site-footer { padding: 50px 0 24px; color: #dce7f6; background: var(--navy-deep); }
.brand-footer .brand-mark { color: var(--navy); background: var(--gold); }
.brand-footer .brand-copy strong { color: var(--paper); }
.brand-footer .brand-copy small { color: #aabbd2; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 46px; }
.footer-note { margin: 20px 0 0; color: #aabbd2; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; align-items: start; gap: 18px 26px; color: #dce7f6; font-size: .81rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #9aacc4; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.donate-link.is-ready { background: #0b5d45; }
.qr-placeholder.has-qr { padding: 8px; background: var(--paper); }
.qr-placeholder.has-qr img { width: 100%; height: 100%; object-fit: contain; }
.donate-link.is-pending { cursor: default; opacity: .72; }
.donate-link.is-pending:hover { transform: none; box-shadow: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 25px; min-height: auto; padding-top: 65px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(100%, 600px); margin: 0 auto; }
  .intro-grid, .split-heading, .about-grid, .statement-grid, .experience-grid, .support-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-grid { padding-top: 40px; padding-bottom: 40px; }
  .text-link { justify-self: start; }
  .about-grid, .experience-grid { gap: 50px; }
  .statement-grid { padding-top: 75px; padding-bottom: 75px; }
  .support-grid { gap: 48px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .section-shell { width: min(calc(100% - 34px), var(--max)); }
  .draft-banner { display: block; padding: 9px 14px; text-align: center; font-size: .68rem; }
  .draft-banner small { display: block; margin-top: 2px; font-size: .68rem; }
  .site-header { padding: 14px 17px; }
  .brand-mark { width: 38px; height: 38px; font-size: .74rem; }
  .brand-copy strong { font-size: .96rem; }
  .brand-copy small { font-size: .6rem; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 17px; left: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .site-nav .nav-donate { text-align: center; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.35rem); }
  .hero { padding-top: 50px; padding-bottom: 65px; }
  .hero-visual { padding: 22px 6px 17px 14px; }
  .hero-stamp { right: -4px; width: 102px; height: 102px; border-width: 6px; }
  .hero-stamp strong { font-size: 1.2rem; }
  .hero-photo-caption { right: 11px; bottom: 11px; left: 11px; padding: 11px 12px; }
  .section-block { padding-top: 80px; padding-bottom: 80px; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card, .priority-card:nth-child(4), .priority-card:nth-child(5) { grid-column: span 1; min-height: 215px; }
  .priority-icon { margin-bottom: 23px; }
  .statement-section { overflow: hidden; }
  .statement-grid { padding-top: 65px; padding-bottom: 65px; }
  .qr-card { grid-template-columns: 1fr; }
  .qr-placeholder { margin: 0 auto; }
  .contact-card { padding: 33px 25px; }
  .footer-grid, .footer-bottom { flex-direction: column; }
  .footer-grid { padding-bottom: 32px; }
  .footer-bottom { gap: 6px; }
}

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