:root {
  --ink: #15372b;
  --forest: #075f37;
  --leaf: #83b719;
  --gold: #edaa11;
  --sand: #f2ecdf;
  --paper: #fffdf8;
  --line: rgba(21, 55, 43, .16);
  --muted: #5d7067;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(15, 65, 43, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-wrap: break-word;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; border-radius: 10px; background: #fff; padding: .7rem 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(18px);
}
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: .1em; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-size: 1.08rem; line-height: 1.05; }
.brand-name em { color: var(--leaf); font-style: normal; }
.brand-name small { display: block; margin-top: .32rem; color: var(--muted); font-size: .58rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.back-link { color: var(--forest); font-size: .92rem; font-weight: 750; text-underline-offset: 5px; }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 84% 32%, rgba(131, 183, 25, .18), transparent 28%), linear-gradient(135deg, #eef4df 0%, #faf6ed 60%, #e6f0e7 100%);
}
.hero::after { content: ""; position: absolute; top: 90px; right: -150px; width: 520px; height: 520px; border: 1px solid rgba(7, 95, 55, .16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(131, 183, 25, .06), 0 0 0 160px rgba(7, 95, 55, .035); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: center; }
.hero h1 span { color: var(--forest); }
.hero-note { max-width: 390px; justify-self: end; padding: 2rem; border: 1px solid rgba(255, 255, 255, .85); border-radius: 36px; background: rgba(255, 255, 255, .64); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-note img { display: block; width: min(100%, 285px); aspect-ratio: 1; margin: auto; object-fit: contain; }
.hero-note p { margin: 1rem 0 0; color: #3d574c; }
.hero-note strong { display: block; color: var(--ink); font: 1.35rem/1.25 Georgia, serif; }

.eyebrow { color: var(--forest); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0 0 .6em; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 820px; font-size: clamp(3.2rem, 7.4vw, 6.7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.15rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; }
h4 { font-size: 1.35rem; }
.lead { max-width: 730px; color: #3f584e; font-size: clamp(1.12rem, 2vw, 1.4rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem 1.2rem; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: #fff; font-weight: 750; text-decoration: none; cursor: pointer; }
.button-secondary { background: transparent; color: var(--forest); }

.section { padding: 105px 0; scroll-margin-top: 88px; }
.section-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; margin-bottom: 3.5rem; }
.section-intro p { max-width: 740px; margin-top: 0; font-size: 1.14rem; }
.possibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.possibility-card { min-height: 235px; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 35px rgba(24, 51, 42, .05); }
.card-number { display: block; margin-bottom: 1.7rem; color: var(--leaf); font: 2.6rem/1 Georgia, serif; }
.contact-note { margin: 2rem 0 0; }
.contact-note a { color: var(--forest); font-weight: 750; text-underline-offset: 4px; }

.funding { background: var(--sand); }
.bank-card { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; margin-bottom: 2rem; padding: 2.5rem; border: 2px solid rgba(7, 95, 55, .28); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.preferred { display: inline-block; margin-bottom: 1.2rem; padding: .3rem .75rem; border-radius: 999px; background: #e4efc5; color: var(--forest); font-size: .78rem; font-weight: 800; }
.standing-order { padding-left: 1rem; border-left: 3px solid var(--gold); }
.bank-details { margin: 0; }
.bank-details > div { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.bank-details > div:last-child { border-bottom: 0; }
.bank-details dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bank-details dd { min-width: 0; margin: .15rem 0 0; font-size: 1.06rem; font-weight: 700; }
.bank-value { display: inline-block; margin-right: .6rem; }
.copy-button { min-height: 42px; margin: .35rem 0; padding: .42rem .75rem; border: 1px solid var(--forest); border-radius: 999px; background: transparent; color: var(--forest); font-size: .8rem; font-weight: 800; cursor: pointer; }
.copy-status { position: absolute; right: 2.5rem; bottom: .5rem; }

.payment-sections { display: grid; gap: 2rem; }
.payment-panel { padding: 2.5rem; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
.amount-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin-top: 1.6rem; }
.amount-link { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px; background: #f8f5ec; text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.amount-link:hover { transform: translateY(-3px); border-color: var(--leaf); box-shadow: 0 8px 25px rgba(24, 51, 42, .08); }
.amount-link strong { font: 1.45rem/1.15 Georgia, serif; }
.amount-link span { color: var(--forest); font-size: .83rem; font-weight: 800; }
.paypal-privacy { max-width: 790px; padding: 1.1rem 1.3rem; border-left: 3px solid var(--gold); background: #fff9e8; }
.paypal-loader { margin-top: .4rem; }
.subscription-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.6rem; }
.subscription-grid:not([hidden]) { display: grid; }
.subscription-card { min-width: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: #f8f5ec; }
.subscription-card h4 span { display: block; margin-top: .3rem; color: var(--muted); font: 800 .72rem/1 system-ui, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.paypal-button { min-height: 45px; overflow: hidden; }
.status-message { min-height: 1.6em; margin: .8rem 0 0; color: var(--forest); font-size: .9rem; font-weight: 700; }
.status-message.is-error { color: #8a3b24; }

.site-footer { padding: 68px 0 25px; background: #0a2a1e; color: #dce7df; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, .7fr); gap: 3rem; }
.footer-brand .brand-mark { width: 60px; height: 60px; }
.footer-brand .brand-name small { color: #9fb1a7; }
.site-footer a { color: #dce7df; text-decoration: none; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .45rem 0; }
.fine { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255, 255, 255, .14); color: #9fb1a7; font-size: .82rem; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-grid { gap: 2rem; }
  .possibility-grid, .amount-grid { grid-template-columns: repeat(2, 1fr); }
  .bank-card { grid-template-columns: 1fr; gap: 1.5rem; }
  .copy-status { position: static; grid-column: 1 / -1; margin: 0; }
}

@media (max-width: 820px) {
  .hero { min-height: 760px; }
  .hero-grid, .section-intro { grid-template-columns: 1fr; gap: 2rem; }
  .hero-note { max-width: 320px; justify-self: start; }
  .section { padding: 75px 0; }
  .subscription-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), 1180px); }
  .nav { min-height: 76px; gap: .8rem; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: .95rem; }
  .brand-name small { display: none; }
  .back-link { max-width: 110px; font-size: .76rem; line-height: 1.3; text-align: right; }
  .hero { min-height: 670px; padding: 55px 0; }
  .hero-note { display: none; }
  h1 { font-size: clamp(2.85rem, 14vw, 3.5rem); }
  .possibility-grid, .amount-grid { grid-template-columns: 1fr; }
  .bank-card, .payment-panel { padding: 1.4rem; border-radius: 20px; }
  .bank-details dd { font-size: .96rem; }
  .bank-value { display: block; overflow-wrap: anywhere; }
  .amount-link { min-height: 105px; }
  .footer-grid { grid-template-columns: 1fr; }
  .fine { flex-direction: column; }
}

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