:root {
  --ink: #171714;
  --paper: #f0eee7;
  --paper-deep: #e3e0d5;
  --lime: #c6f047;
  --orange: #f26b3a;
  --muted: #797871;
  --line: rgba(23, 23, 20, .22);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.shell { width: min(1240px, calc(100% - 72px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 5; top: 12px; left: 12px; padding: 8px 12px; background: var(--lime); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; display: flex; align-items: center; height: 104px; border-bottom: 1px solid var(--line); }
.wordmark { width: 48px; color: var(--ink); font-family: var(--serif); font-size: 28px; font-weight: 700; letter-spacing: -.12em; text-decoration: none; }
.wordmark span { color: var(--orange); }
.main-nav { position: absolute; left: 50%; display: flex; gap: 38px; height: 100%; align-items: center; transform: translateX(-50%); }
.main-nav a, .header-note, .post-date, .eyebrow, .form-note, .card-topline, .field label span, .support-aside { font-family: var(--mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.main-nav a { position: relative; padding: 8px 0; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-note { margin-left: auto; color: var(--muted); font-size: 10px; }

.signup-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 307px; padding: 48px 0 52px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 20px; color: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .96; letter-spacing: -.045em; }
.signup-band h1 { margin: 0; font-size: clamp(54px, 7vw, 94px); }
.signup-form-wrap { align-self: end; max-width: 465px; padding-bottom: 5px; }
.signup-form-wrap > p:first-child { max-width: 380px; margin-bottom: 25px; color: #4d4c47; font-size: 15px; }
.inline-form { display: flex; border-bottom: 1px solid var(--ink); }
.inline-form input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-size: 15px; }
input::placeholder, textarea::placeholder { color: #96938b; opacity: 1; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 46px; border: 0; padding: 12px 16px; font-family: var(--mono); font-size: 11px; letter-spacing: .03em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 10px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--orange); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--lime); }
.button-lime { background: var(--lime); color: var(--ink); }
.button-lime:hover { background: var(--orange); }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 9px; text-transform: none; letter-spacing: 0; }
.form-status { min-height: 18px; margin: 10px 0 0; color: var(--orange); font-family: var(--mono); font-size: 11px; }

.news-intro { display: flex; justify-content: space-between; align-items: end; padding: 91px 0 63px; }
.news-intro h2 { margin: 0; font-size: clamp(45px, 6vw, 76px); }
.intro-copy { width: 280px; margin: 0 6.5% 4px 0; color: #55544d; font-size: 14px; }
.post-list { border-top: 1px solid var(--line); }
.post { display: grid; grid-template-columns: 9% 19% 1fr; position: relative; min-height: 188px; padding: 33px 0; border-bottom: 1px solid var(--line); }
.post-index { font-family: var(--mono); font-size: 11px; color: var(--orange); }
.post-date { display: flex; flex-direction: column; gap: 5px; color: var(--ink); }
.post-date span { color: var(--muted); font-size: 9px; }
.post-body { max-width: 560px; }
.post-body h3 { margin: -5px 0 17px; font-size: clamp(26px, 3.2vw, 42px); }
.post-body p { max-width: 495px; margin-bottom: 17px; color: #5b5a54; font-size: 14px; }
.text-link { display: inline-block; font-family: var(--mono); font-size: 11px; text-transform: uppercase; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 7px; color: var(--orange); font-size: 16px; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.post-featured { min-height: 320px; }
.post-featured .post-art { position: absolute; right: 0; bottom: 33px; width: 220px; height: 220px; }
.art-sunset { overflow: hidden; background: var(--orange); }
.art-sunset::before { position: absolute; right: -40px; bottom: -48px; width: 190px; height: 190px; border: 1px solid var(--ink); border-radius: 50%; content: ""; }
.art-sunset::after { position: absolute; top: 0; left: 45%; width: 1px; height: 100%; background: var(--ink); box-shadow: -56px 0 var(--ink), 56px 0 var(--ink); content: ""; opacity: .55; }
.art-sunset span { position: absolute; z-index: 1; top: 15px; left: 17px; color: var(--ink); font-family: var(--mono); font-size: 11px; line-height: 1.2; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 146px; margin-top: 70px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.site-footer p { margin: 0; }
.footer-location { justify-self: end; }

.inner-page { min-height: calc(100vh - 250px); }
.page-heading { padding: 82px 0 74px; border-bottom: 1px solid var(--line); }
.page-heading h1 { margin: 0 0 27px; font-size: clamp(64px, 10vw, 138px); }
.heading-lede { max-width: 430px; margin: 0; color: #55544d; font-size: 15px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 72px 8% 0; }
.contact-details { position: relative; min-height: 440px; }
.detail-block { margin-bottom: 68px; }
.contact-email { display: inline-block; font-family: var(--serif); font-size: clamp(28px, 3.5vw, 48px); line-height: .98; letter-spacing: -.04em; text-decoration: none; }
.contact-email:hover { color: var(--orange); }
.detail-block-small { margin-bottom: 0; }
.detail-block-small .eyebrow { margin-bottom: 16px; }
.contact-stamp { position: absolute; right: 12%; bottom: 6px; width: 102px; height: 128px; border: 1px solid var(--ink); color: var(--ink); font-family: var(--serif); font-size: 29px; line-height: .85; padding: 13px; transform: rotate(8deg); text-align: center; }
.contact-stamp span { color: var(--orange); font-size: 30px; }
.message-card, .donation-card { background: var(--ink); color: var(--paper); padding: 23px 25px 25px; }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(240, 238, 231, .25); color: var(--lime); font-size: 10px; }
.card-topline span:last-child { color: #888880; }
.stacked-form { padding-top: 31px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 23px; }
.field label, .amount-fieldset legend { display: block; margin-bottom: 9px; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.field label span, .amount-fieldset legend span { color: #85857c; font-size: 9px; text-transform: none; letter-spacing: 0; }
.message-card input, .message-card textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(240, 238, 231, .35); border-radius: 0; outline: 0; background: transparent; color: var(--paper); padding: 8px 0; resize: vertical; }
.message-card input:focus, .message-card textarea:focus { border-color: var(--lime); }
.message-card input::placeholder, .message-card textarea::placeholder { color: #77776f; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.form-actions { display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.message-card .form-note { max-width: 170px; color: #888880; }

.support-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding-bottom: 64px; }
.support-heading .eyebrow { grid-column: 1 / -1; }
.support-heading h1 { margin-bottom: 0; }
.support-heading .heading-lede { justify-self: end; margin-right: 6.5%; margin-bottom: 4px; }
.support-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 72px 8% 0; }
.support-aside { position: relative; min-height: 475px; padding-top: 6px; color: #5f5e57; font-size: 13px; text-transform: none; letter-spacing: 0; }
.big-number { margin-bottom: 23px; color: var(--orange); font-family: var(--serif); font-size: 155px; line-height: .65; }
.support-aside p { max-width: 190px; }
.support-aside .aside-small { position: absolute; bottom: 1px; max-width: 240px; color: var(--muted); font-family: var(--mono); font-size: 10px; line-height: 1.6; }
.donation-card { background: var(--paper-deep); color: var(--ink); }
.donation-card .card-topline { border-color: var(--line); color: var(--ink); }
.donation-card .card-topline span:last-child { color: var(--muted); }
.donation-card .stacked-form { padding-top: 28px; }
.amount-fieldset { border: 0; padding: 0; margin: 0 0 26px; }
.amount-fieldset legend { padding: 0; }
.amount-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.amount-options label { position: relative; }
.amount-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.amount-options span { display: block; border: 1px solid var(--line); padding: 14px 5px; font-family: var(--mono); font-size: 12px; text-align: center; cursor: pointer; }
.amount-options input:checked + span, .amount-options span:hover { border-color: var(--orange); background: var(--orange); }
.custom-amount { display: none; justify-content: space-between; align-items: end; margin-top: 17px; }
.custom-amount.is-visible { display: flex; }
.custom-amount label { margin-bottom: 6px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.custom-amount label span { color: var(--muted); text-transform: none; }
.currency-input { display: flex; width: 130px; border-bottom: 1px solid var(--ink); }
.currency-input span { padding: 7px 5px 7px 0; font-family: var(--mono); }
.currency-input input { width: 100%; border: 0; outline: 0; background: transparent; padding: 7px 0; }
.currency-input input:disabled { opacity: .4; }
.donation-card .field { margin-bottom: 23px; }
.donation-card input, .donation-card textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; padding: 8px 0; resize: vertical; }
.donation-card input:focus, .donation-card textarea:focus { border-color: var(--orange); }
.check-label { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 24px; color: #65645d; font-family: var(--mono); font-size: 10px; line-height: 1.45; cursor: pointer; }
.check-label input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.check-box { flex: 0 0 14px; width: 14px; height: 14px; border: 1px solid var(--ink); }
.check-label input:checked + .check-box { background: var(--orange); box-shadow: inset 0 0 0 3px var(--paper-deep); }
.button-full { width: 100%; }
.donation-card .form-status { color: var(--orange); }

@media (max-width: 760px) {
  .shell { width: min(100% - 36px, 600px); }
  .site-header { height: 78px; }
  .main-nav { position: static; margin-left: auto; transform: none; }
  .main-nav { gap: 20px; }
  .header-note { display: none; }
  .signup-band { display: block; min-height: 0; padding: 40px 0 43px; }
  .signup-band h1 { margin-bottom: 48px; }
  .signup-form-wrap { max-width: none; }
  .news-intro { display: block; padding: 61px 0 43px; }
  .news-intro h2 { margin-bottom: 29px; }
  .intro-copy { width: auto; max-width: 320px; margin: 0; }
  .post { grid-template-columns: 12% 1fr; min-height: 0; padding: 25px 0 30px; }
  .post-date { grid-column: 2; grid-row: 1; flex-direction: row; gap: 12px; margin-bottom: 18px; }
  .post-index { grid-row: 1 / span 2; }
  .post-body { grid-column: 2; }
  .post-body h3 { margin-bottom: 13px; }
  .post-body p { margin-bottom: 14px; }
  .post-featured { min-height: 0; padding-bottom: 250px; }
  .post-featured .post-art { right: 0; bottom: 22px; width: 170px; height: 170px; }
  .site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; min-height: 120px; margin-top: 50px; padding: 28px 0; }
  .footer-location { width: 100%; order: 3; }
  .inner-page { min-height: 0; }
  .page-heading { padding: 56px 0 47px; }
  .page-heading h1 { font-size: clamp(58px, 18vw, 100px); }
  .contact-grid, .support-layout { display: block; padding: 48px 0 0; }
  .contact-details { min-height: 390px; }
  .contact-stamp { right: 5%; bottom: 20px; }
  .message-card, .donation-card { padding: 19px 18px 20px; }
  .field-row, .support-heading { display: block; }
  .field-row .field { margin-bottom: 23px; }
  .form-actions { display: block; }
  .form-actions .button { margin-top: 17px; }
  .support-heading .heading-lede { margin: 28px 0 0; }
  .support-aside { min-height: 220px; padding: 0; }
  .big-number { font-size: 115px; }
  .support-aside .aside-small { right: 0; bottom: 12px; }
  .donation-card { margin-bottom: 20px; }
}

@media (max-width: 390px) {
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 10px; }
  .amount-options span { font-size: 10px; }
}
