:root {
  color-scheme: light;
  --paper: #f8f5ef;
  --paper-light: #fffdfa;
  --paper-deep: #efebe3;
  --ink: #252424;
  --muted: #686660;
  --line: #ded9d0;
  --accent: #ad2038;
  --accent-dark: #8c172c;
  --night: #272526;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --container: min(1240px, calc(100% - 112px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: #efc8ce; color: var(--ink); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.container { width: var(--container); max-width: 1240px; margin-inline: auto; }
.article-container { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 126px; }
.eyebrow { margin: 0 0 21px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .case-copy h2, .final-cta h2, .page-intro h1, .article-container h2, .audience-detail-copy h2, .heritage-grid h2, .utility-page h1 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.2vw, 61px); font-weight: 400; letter-spacing: -.052em; line-height: 1.06; }
.section-heading h2 em, .case-copy h2 em, .page-intro h1 em, .article-container h2 em, .audience-detail-copy h2 em, .heritage-grid h2 em, .utility-page h1 em { color: var(--accent); font-style: normal; }
.section-description, .page-intro-description { margin: 20px 0 0; max-width: 465px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 19px; border: 1px solid transparent; font-size: 13px; font-weight: 650; line-height: 1; text-align: center; transition: background-color .22s ease, border-color .22s ease, transform .22s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { border-color: var(--line); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--accent); color: var(--accent); }
.button-small { min-height: 41px; padding-inline: 14px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 4px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 13px; font-weight: 650; line-height: 1.35; cursor: pointer; }
.text-link:hover { color: var(--accent); }
.skip-link { position: fixed; z-index: 100; top: 0; left: 24px; padding: 12px 16px; background: var(--accent); color: white; transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 30; height: 104px; border-bottom: 1px solid rgba(47, 44, 43, .08); background: var(--paper); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; min-width: 218px; }
.brand-logo { width: 61px; height: 61px; mix-blend-mode: multiply; object-fit: contain; }
.brand-copy { display: grid; gap: 3px; }
.brand-name { font-family: var(--serif); font-size: 21px; line-height: 1; letter-spacing: -.035em; }
.brand-name strong, .footer-brand strong { font-weight: 500; }
.brand-tagline { max-width: 160px; color: var(--muted); font-size: 8.8px; line-height: 1.42; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 1.9vw, 26px); }
.main-nav a { position: relative; color: #494743; font-size: 11.5px; font-weight: 540; white-space: nowrap; }
.main-nav a:hover, .main-nav a.is-current { color: var(--accent); }
.main-nav a.is-current::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--accent); content: ""; }
.header-cta { flex: 0 0 auto; min-height: 43px; padding-inline: 14px; font-size: 11px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(650px, calc(100vh - 104px)); overflow: hidden; background: var(--paper); }
.hero-image-wrap { position: absolute; top: 0; right: 0; bottom: 0; width: 59%; overflow: hidden; }
.hero-image-wrap::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(248, 245, 239, .94) 9%, rgba(248, 245, 239, .33) 28%, transparent 48%), linear-gradient(0deg, rgba(248, 245, 239, .18), transparent 32%); content: ""; pointer-events: none; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: min(650px, calc(100vh - 104px)); flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 76px 60px; pointer-events: none; }
.hero-content > * { pointer-events: auto; }
.hero-eyebrow { margin-bottom: 19px; }
.hero h1 { max-width: 550px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 7.3vw, 96px); font-weight: 400; line-height: .93; letter-spacing: -.079em; }
.hero h1 span { display: block; }
.hero-description { max-width: 385px; margin: 22px 0 0; color: #4e4b47; font-size: 15px; line-height: 1.74; }
.hero-actions { display: flex; align-items: center; gap: 21px; margin-top: 26px; }
.response-note { display: flex; align-items: center; gap: 8px; margin: 21px 0 0; color: var(--muted); font-size: 11px; }
.response-dot { width: 7px; height: 7px; border-radius: 50%; background: #769171; }

.quote-band { padding-block: 62px; border-top: 1px solid rgba(42, 39, 36, .07); border-bottom: 1px solid rgba(42, 39, 36, .07); background: var(--paper-light); }
.quote-inner { display: flex; align-items: center; gap: 59px; }
.quote-kana { color: var(--accent); font-size: 24px; writing-mode: vertical-rl; opacity: .72; }
.quote-inner blockquote { margin: 0; padding-left: 31px; border-left: 1px solid var(--accent); }
.quote-inner blockquote p { margin: 0; font-family: var(--serif); font-size: 26px; line-height: 1.25; letter-spacing: -.03em; }
.quote-inner blockquote p span { display: block; }
.quote-inner cite { display: block; margin-top: 11px; color: var(--muted); font-size: 11px; font-style: normal; }

.approach-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; gap: clamp(60px, 9vw, 125px); }
.approach-images { position: relative; min-height: 565px; }
.approach-photo-main { width: 76%; height: 477px; object-fit: cover; object-position: center 27%; }
.approach-photo-secondary { position: absolute; right: 0; bottom: 40px; width: 43%; height: 265px; border: 10px solid var(--paper); object-fit: cover; object-position: center 20%; }
.photo-caption { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.approach-copy .section-description { max-width: 400px; }
.approach-list { display: grid; gap: 19px; margin: 34px 0 27px; padding: 0; list-style: none; }
.approach-list li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.approach-list li > span { padding-top: 3px; color: var(--accent); font-size: 10px; }
.approach-list h3 { margin: 0; font-size: 14px; font-weight: 650; }
.approach-list p { max-width: 365px; margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.audience-section { padding-block: 106px; background: var(--paper-deep); }
.audience-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px 105px; }
.audience-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 47px; padding-top: 15px; }
.audience-columns h3 { margin: 0 0 8px; font-size: 14px; font-weight: 650; }
.audience-columns p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.audience-link { grid-column: 2; margin-top: -7px; }

.case-preview { padding-block: 119px; background: var(--night); color: white; }
.case-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: 91px; }
.case-copy h2 { font-size: clamp(38px, 4.3vw, 61px); }
.case-copy h2 em { color: #ef8d9b; }
.case-copy > p:not(.eyebrow) { color: #d1ceca; font-size: 13px; line-height: 1.85; }
.case-copy .text-link { margin-top: 17px; }
.text-link-light:hover { color: #ef8d9b; }
.case-photo { margin: 0; }
.case-photo img { width: 100%; aspect-ratio: 1.42; object-fit: cover; }
.case-photo figcaption, .case-gallery figcaption { margin-top: 11px; color: #bbb7b2; font-size: 10px; }

.reviews-layout { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: 108px; }
.review-transparent-note { position: relative; padding: 38px 0 26px 39px; border-left: 1px solid var(--line); }
.review-transparent-note > p { max-width: 520px; margin: 0 0 18px; font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.note-mark { position: absolute; top: -11px; left: 38px; color: var(--accent); font-family: var(--serif); font-size: 53px; }
.review-list { display: grid; gap: 32px; }
.review-item { margin: 0; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.review-item blockquote { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.review-item figcaption { margin-top: 13px; color: var(--muted); font-size: 11px; }

.faq-section { padding-block: 102px 122px; border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 108px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 610; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { position: relative; width: 14px; height: 14px; flex: 0 0 14px; }
.faq-item summary > span::before, .faq-item summary > span::after { position: absolute; top: 6px; left: 0; width: 13px; height: 1px; background: var(--accent); content: ""; }
.faq-item summary > span::after { transform: rotate(90deg); }
.faq-item[open] summary > span::after { transform: rotate(0); }
.faq-item > p { max-width: 650px; margin: 0 0 20px; padding-right: 30px; color: var(--muted); font-size: 12px; line-height: 1.8; }

.final-cta { padding-block: 76px; background: var(--paper-deep); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta-inner .eyebrow { margin-bottom: 11px; }
.final-cta h2 { font-size: clamp(34px, 4vw, 52px); }
.final-cta-inner > div:first-child > p:last-child { margin: 11px 0 0; color: var(--muted); font-size: 12px; }
.final-cta-actions { display: grid; justify-items: end; gap: 10px; }
.final-cta-actions > span { color: var(--muted); font-size: 10px; }

.site-footer { padding-block: 70px 22px; background: var(--paper-light); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.15fr; gap: 58px; }
.footer-brand { font-family: var(--serif); font-size: 28px; letter-spacing: -.04em; }
.footer-about > p, .footer-contact > p { max-width: 230px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-grid nav > span, .footer-contact > span { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid nav > a, .footer-contact > a:not(.text-link) { font-size: 11px; }
.footer-grid nav > a:hover { color: var(--accent); }
.footer-contact > p { margin: -1px 0 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 55px; padding-top: 18px; border-top: 1px solid var(--line); }
.footer-bottom > p, .footer-bottom > button { margin: 0; color: var(--muted); font-size: 10px; }
.footer-bottom > button { border: 0; background: transparent; cursor: pointer; }

.breadcrumbs { padding-top: 24px; }
.breadcrumbs ol { display: flex; gap: 10px; margin: 0; padding: 0; color: var(--muted); font-size: 10px; list-style: none; }
.breadcrumbs li[aria-current="page"] { color: var(--ink); }
.page-intro { padding-block: 95px 75px; }
.page-intro h1 { max-width: 940px; font-size: clamp(57px, 7.4vw, 91px); }
.page-intro-description { max-width: 635px; }
.wide-photo img { width: 100%; max-height: 610px; object-fit: cover; object-position: center 47%; }
.steps-grid { display: grid; gap: 0; max-width: 900px; }
.step-row { display: grid; grid-template-columns: 85px 1fr; gap: 31px; padding-block: 36px; border-top: 1px solid var(--line); }
.step-row:last-child { border-bottom: 1px solid var(--line); }
.step-row > span { padding-top: 7px; color: var(--accent); font-size: 12px; }
.step-row h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.025em; }
.step-row p { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-section-compact { padding-top: 95px; }
.audience-detail { padding-top: 15px; }
.audience-detail-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 105px; }
.audience-detail-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; }
.audience-detail-copy .text-link { margin-top: 13px; }
.audience-detail-photo { width: 100%; height: 530px; object-fit: cover; object-position: center 28%; }
.audience-ages { padding-block: 91px; background: var(--paper-deep); }
.ages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.ages-grid > div > span { color: var(--accent); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ages-grid h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.ages-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.team-main-photo .photo-caption { color: var(--muted); }
.team-values-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; }
.team-values-grid > div:last-child > p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.heritage-section { padding-block: 97px; background: var(--paper-deep); }
.heritage-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 100px; }
.heritage-grid > img { width: 100%; aspect-ratio: 1.33; object-fit: cover; }
.heritage-grid > div > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.8; }
.case-feature-photo img { width: 100%; max-height: 640px; object-fit: cover; }
.case-article { padding-block: 93px; }
.article-container > h2 { margin: 0 0 23px; font-size: 45px; }
.article-container > p:not(.eyebrow) { margin: 0 0 19px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.case-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-block: 67px; }
.case-gallery figure { margin: 0; }
.case-gallery img { width: 100%; height: 530px; object-fit: cover; object-position: center 23%; }
.case-gallery figcaption { color: var(--muted); }

.contact-section { padding-block: 0 110px; }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 110px; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field label { font-size: 12px; font-weight: 630; }
.form-field label > span { color: var(--accent); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d7d1c9; border-radius: 0; background: var(--paper-light); color: var(--ink); font-size: 12px; }
.form-field textarea { min-height: 135px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #86817a; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid rgba(173, 32, 56, .16); border-color: var(--accent); }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-checkbox { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.75; }
.consent-checkbox input { width: 15px; height: 15px; margin-top: 3px; accent-color: var(--accent); }
.consent-checkbox a { color: var(--accent); text-decoration: underline; }
.button-submit { justify-self: start; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: 10px; }
.form-status { padding: 13px; border-left: 3px solid var(--accent); background: #f6e8ea; font-size: 12px; }
.contact-aside { padding: 34px 0 0 36px; border-left: 1px solid var(--line); }
.contact-aside > h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 33px; font-weight: 400; letter-spacing: -.035em; }
.contact-aside > p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.contact-aside > .button { margin-top: 14px; }
.contact-detail { display: grid; gap: 3px; margin-top: 23px; }
.contact-detail > span { color: var(--muted); font-size: 10px; }
.contact-detail > strong { font-size: 12px; font-weight: 600; }
.contact-soft-note { padding-block: 10px; }
.map-panel { display: grid; justify-items: start; gap: 13px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.map-panel > p { margin: 0; color: var(--muted); font-size: 12px; }
.map-panel iframe { width: 100%; height: 250px; border: 0; }

.utility-page { display: grid; min-height: 570px; align-content: center; justify-items: start; padding-block: 90px; }
.utility-symbol { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 27px; border: 1px solid #7f9576; color: #5a7355; font-size: 27px; }
.utility-code { margin-bottom: 10px; color: var(--accent); font-family: var(--serif); font-size: 100px; line-height: 1; }
.utility-page > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.utility-page > .button { margin-top: 16px; }
.privacy-page { padding-block: 90px 120px; }
.privacy-page > h1 { margin: 0 0 13px; font-family: var(--serif); font-size: 67px; font-weight: 400; letter-spacing: -.06em; }
.privacy-page > h1 em { color: var(--accent); font-style: normal; }
.privacy-page > .privacy-updated { margin-bottom: 47px; font-size: 11px; }
.privacy-page > h2 { margin-top: 38px; margin-bottom: 10px; font-family: var(--sans); font-size: 17px; font-weight: 650; letter-spacing: -.01em; }
.privacy-page > p > a { color: var(--accent); text-decoration: underline; }
.privacy-page > .text-link { margin-block: 0 15px; }

.cookie-banner { position: fixed; z-index: 70; right: 26px; bottom: 24px; left: 26px; display: flex; max-width: 850px; align-items: center; justify-content: space-between; gap: 24px; margin-left: auto; padding: 17px 20px; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 0 15px 60px rgba(32, 28, 25, .13); }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.cookie-banner p a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.mobile-cta { display: none; }

.sponsor-hero { padding-block: 105px 100px; border-bottom: 1px solid var(--line); background: linear-gradient(118deg, var(--paper) 0 68%, #eee7df 68% 100%); }
.sponsor-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; }
.sponsor-hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 7.2vw, 94px); font-weight: 400; letter-spacing: -.07em; line-height: .96; }
.sponsor-hero h1 + p { max-width: 620px; margin: 26px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.sponsor-hero blockquote { position: relative; margin: 0; padding: 55px 47px 48px; border: 1px solid rgba(173, 32, 56, .22); background: var(--paper-light); box-shadow: 18px 18px 0 rgba(173, 32, 56, .08); }
.sponsor-hero blockquote > span { display: block; margin-bottom: 29px; color: var(--accent); font-size: 30px; letter-spacing: .16em; }
.sponsor-hero blockquote p { margin: 0; font-family: var(--serif); font-size: 26px; letter-spacing: -.025em; line-height: 1.48; }
.sponsor-plans .section-heading { max-width: 730px; }
.sponsor-plans .section-description { max-width: 650px; }
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; margin-top: 54px; }
.plan-card { position: relative; display: flex; min-height: 560px; flex-direction: column; padding: 34px 28px 29px; border: 1px solid var(--line); background: var(--paper-light); }
.plan-card-featured { border-color: var(--accent); box-shadow: 0 18px 55px rgba(52, 41, 41, .09); }
.plan-badge { position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--accent); color: white; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.plan-kicker { margin: 0 0 10px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.plan-card h2 { margin: 0; font-family: var(--serif); font-size: 43px; font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.plan-price { display: grid; gap: 3px; margin: 25px 0 21px; font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.plan-price span { color: var(--muted); font-family: var(--sans); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.plan-description { min-height: 80px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.plan-card ul { display: grid; gap: 12px; margin: 23px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { position: relative; padding-left: 19px; color: #4f4d49; font-size: 11px; line-height: 1.65; }
.plan-card li::before { position: absolute; top: .72em; left: 0; width: 8px; height: 1px; background: var(--accent); content: ""; }
.plan-card .button { width: 100%; margin-top: auto; padding-inline: 10px; }
.sponsor-terms { max-width: 980px; margin: 30px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.donation-section { padding-block: 112px; background: var(--night); color: white; }
.donation-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 105px; }
.donation-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 67px); font-weight: 400; letter-spacing: -.055em; line-height: 1.05; }
.donation-grid h2 em { color: #ef8d9b; font-style: normal; }
.donation-grid > div > p:last-child { max-width: 470px; margin: 25px 0 0; color: #cfcbc7; font-size: 14px; line-height: 1.85; }
.donation-form { display: grid; gap: 21px; padding: 37px; background: var(--paper-light); color: var(--ink); }
.donation-form fieldset { margin: 0; padding: 0; border: 0; }
.donation-form legend { margin-bottom: 11px; font-size: 12px; font-weight: 630; }
.donation-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.donation-values label { cursor: pointer; }
.donation-values input { position: absolute; opacity: 0; pointer-events: none; }
.donation-values span { display: grid; min-height: 45px; place-items: center; border: 1px solid var(--line); font-size: 12px; font-weight: 650; transition: border-color .2s ease, background .2s ease; }
.donation-values input:checked + span { border-color: var(--accent); background: #f7e9eb; color: var(--accent-dark); }
.donation-values input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 3px; }
.donation-status { padding: 13px 15px; border-left: 3px solid var(--accent); background: #f6e8ea; font-size: 12px; line-height: 1.6; }

.admin-page { min-height: 100vh; background: #f3f0ea; }
.admin-topbar { position: sticky; z-index: 20; top: 0; display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255, 253, 250, .96); backdrop-filter: blur(12px); }
.admin-topbar > div { display: flex; align-items: center; gap: 17px; }
.admin-topbar .eyebrow { margin: 0; }
.admin-topbar strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.admin-topbar span, .admin-topbar a { font-size: 12px; }
.admin-topbar a { color: var(--accent); text-decoration: underline; }
.admin-form { width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding-block: 60px 115px; }
.admin-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 39px; }
.admin-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 65px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.admin-intro p:not(.eyebrow) { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.admin-panel { display: grid; gap: 19px; margin-bottom: 20px; padding: 29px; border: 1px solid var(--line); background: var(--paper-light); }
.admin-panel h2 { margin: 0 0 4px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.admin-panel label { display: grid; gap: 7px; color: #4c4945; font-size: 12px; font-weight: 650; }
.admin-panel input, .admin-panel textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #d7d1c9; border-radius: 0; background: white; color: var(--ink); font-size: 13px; font-weight: 400; line-height: 1.55; }
.admin-panel textarea { resize: vertical; }
.admin-panel input:focus, .admin-panel textarea:focus { outline: 2px solid rgba(173, 32, 56, .16); border-color: var(--accent); }
.admin-plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.admin-plan { align-content: start; }
.admin-hint { margin: 0; color: var(--muted); font-size: 11px; }
.admin-savebar { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 25px; padding: 13px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: rgba(255, 253, 250, .97); box-shadow: 0 -10px 35px rgba(46, 40, 35, .08); }
.admin-savebar p { margin: 0; color: var(--muted); font-size: 12px; }
.admin-savebar button:disabled { cursor: wait; opacity: .6; }
.admin-denied { display: grid; min-height: 100vh; place-content: center; justify-items: start; padding: 40px; background: var(--paper); }
.admin-denied h1 { max-width: 700px; margin: 0 0 28px; font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: 1.1; }

.supporters-footer { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 55px; margin-bottom: 58px; padding-block: 0 46px; border-bottom: 1px solid var(--line); }
.supporters-footer .eyebrow { margin-bottom: 8px; }
.supporters-footer h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.04em; }
.supporters-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 190px)); align-items: center; justify-content: start; gap: 16px; }
.supporters-list > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; }
.supporters-list > a { display: grid; width: 100%; min-height: 96px; place-items: center; padding: 12px 16px; border: 1px solid var(--line); background: white; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.supporters-list > a:hover { border-color: var(--accent); transform: translateY(-2px); }
.supporters-list img { width: auto; height: auto; max-width: 100%; max-height: 72px; object-fit: contain; }

.admin-console { display: grid; min-height: 100vh; grid-template-columns: 245px minmax(0, 1fr); background: #f1f2f4; color: #28282b; font-family: var(--sans); }
.admin-sidebar { position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 25px 18px 18px; background: #272526; color: #f8f5ef; }
.admin-brand { display: flex; align-items: center; gap: 12px; padding: 5px 8px 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-brand > span { color: #ef8d9b; font-size: 22px; }
.admin-brand div { display: grid; gap: 2px; }
.admin-brand strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.admin-brand small { color: #a8a4a1; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.admin-sidebar nav { display: grid; gap: 5px; margin-top: 24px; }
.admin-sidebar nav button { display: grid; grid-template-columns: 25px 1fr; align-items: center; min-height: 43px; padding: 0 11px; border: 0; background: transparent; color: #c9c6c3; font-size: 12px; text-align: left; cursor: pointer; }
.admin-sidebar nav button > span { color: #888481; font-size: 15px; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.active { background: rgba(255,255,255,.08); color: white; }
.admin-sidebar nav button.active { box-shadow: inset 2px 0 var(--accent); }
.admin-sidebar nav button.active > span { color: #ef8d9b; }
.admin-user { display: grid; gap: 12px; margin-top: auto; padding: 18px 8px 5px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-user div { display: grid; gap: 3px; min-width: 0; }
.admin-user strong, .admin-user small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-user strong { font-size: 12px; }
.admin-user small { color: #9e9a97; font-size: 9px; }
.admin-user a { color: #ef8d9b; font-size: 11px; text-decoration: underline; }
.admin-workspace { min-width: 0; padding: 48px clamp(25px, 4.2vw, 66px) 80px; }
.admin-mobile-header { display: none; }
.admin-view { width: min(1320px, 100%); margin-inline: auto; }
.admin-page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.admin-page-header p { margin: 0 0 7px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.admin-page-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 63px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.admin-page-header div > span { display: block; max-width: 690px; margin-top: 13px; color: #6b6b6f; font-size: 13px; line-height: 1.6; }
.admin-outline-button, .admin-primary-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid #cfd0d3; background: white; color: #343438; font-size: 12px; font-weight: 650; cursor: pointer; }
.admin-primary-button { border-color: var(--accent); background: var(--accent); color: white; }
.admin-primary-button:hover { background: var(--accent-dark); }
.admin-primary-button:disabled { cursor: wait; opacity: .55; }
.admin-toast { position: fixed; z-index: 80; top: 22px; right: 25px; max-width: 440px; padding: 14px 18px; border: 1px solid; background: white; box-shadow: 0 15px 45px #0002; font-size: 12px; }
.admin-toast.success { border-color: #71916c; color: #3c6537; }
.admin-toast.error { border-color: var(--accent); color: var(--accent-dark); }
.admin-loading { display: grid; min-height: 65vh; place-items: center; color: #6f6f73; font-size: 13px; }
.admin-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.admin-metric-grid button { display: grid; min-height: 155px; align-content: space-between; padding: 23px; border: 1px solid #dcdde0; background: white; text-align: left; cursor: pointer; }
.admin-metric-grid button:hover { border-color: #aaabb0; }
.admin-metric-grid span { color: #67676c; font-size: 11px; }
.admin-metric-grid strong { margin-block: 12px; font-family: var(--serif); font-size: 38px; font-weight: 400; letter-spacing: -.04em; }
.admin-metric-grid small { color: var(--accent); font-size: 10px; }
.admin-dashboard-grid, .admin-sponsor-layout, .admin-access-grid, .admin-bank-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 18px; }
.admin-sponsor-layout, .admin-access-grid, .admin-bank-grid { grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); margin-top: 0; }
.admin-card { padding: 25px; border: 1px solid #dcdde0; background: white; }
.admin-card-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 19px; }
.admin-card-title h2, .admin-card > h2 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.03em; }
.admin-card-title button { border: 0; background: none; color: var(--accent); font-size: 11px; cursor: pointer; }
.admin-card-title small, .admin-card-title > span { color: #77777b; font-size: 10px; }
.admin-compact-list { display: grid; }
.admin-compact-list > button { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 0; border: 0; border-top: 1px solid #ededee; background: transparent; text-align: left; cursor: pointer; }
.admin-compact-list > button > span { display: grid; gap: 4px; }
.admin-compact-list > button > span:last-child { justify-items: end; }
.admin-compact-list strong { font-size: 12px; }
.admin-compact-list small { color: #77777b; font-size: 9px; }
.admin-health-list { display: grid; }
.admin-health-list > div { display: flex; min-height: 48px; align-items: center; justify-content: space-between; border-top: 1px solid #ededee; font-size: 11px; }
.admin-health-list strong { font-size: 11px; }
.admin-status { display: inline-flex; min-height: 22px; align-items: center; width: fit-content; padding: 0 8px; border-radius: 20px; background: #ececef; color: #55555a; font-size: 9px; font-weight: 700; white-space: nowrap; }
.admin-status-novo { background: #f9e7ea; color: var(--accent-dark); }
.admin-status-em_atendimento { background: #fff2d6; color: #836316; }
.admin-status-respondido, .admin-status-active, .admin-status-owner { background: #e7f2e4; color: #42663d; }
.admin-status-arquivado, .admin-status-inactive { background: #ececef; color: #66666a; }
.admin-status-editor { background: #e8eef8; color: #41618a; }
.admin-empty { display: grid; min-height: 170px; place-content: center; justify-items: center; color: #85858a; text-align: center; }
.admin-empty > span { font-size: 30px; }
.admin-empty p { margin: 8px 0 0; font-size: 11px; }
.admin-toolbar { display: flex; gap: 10px; margin-bottom: 15px; }
.admin-toolbar input, .admin-toolbar select { min-height: 43px; padding: 0 12px; border: 1px solid #d3d4d7; background: white; font-size: 12px; }
.admin-toolbar input { width: min(520px,100%); }
.admin-split { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 18px; }
.admin-list-panel { max-height: 720px; overflow: auto; padding: 0 19px; }
.admin-list-panel > button { display: flex; width: 100%; min-height: 78px; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 6px; border: 0; border-bottom: 1px solid #ededee; background: transparent; text-align: left; cursor: pointer; }
.admin-list-panel > button.selected { box-shadow: inset 3px 0 var(--accent); background: #faf7f7; }
.admin-list-panel > button > span { display: grid; gap: 5px; min-width: 0; }
.admin-list-panel > button > span:last-child { justify-items: end; }
.admin-list-panel strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-list-panel small { color: #77777b; font-size: 9px; }
.admin-detail { display: grid; align-content: start; gap: 19px; }
.admin-detail dl, .admin-security-note dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 0; }
.admin-detail dl > div, .admin-security-note dl > div { display: grid; gap: 3px; padding: 12px; background: #f6f6f7; }
.admin-detail dt, .admin-security-note dt { color: #77777b; font-size: 9px; }
.admin-detail dd, .admin-security-note dd { margin: 0; overflow-wrap: anywhere; font-size: 11px; }
.admin-message { padding: 17px; border-left: 3px solid var(--accent); background: #f8f6f5; }
.admin-message > span { color: #77777b; font-size: 9px; text-transform: uppercase; }
.admin-message p { margin: 8px 0 0; font-size: 12px; white-space: pre-wrap; }
.admin-editor { display: grid; align-content: start; gap: 17px; }
.admin-editor label, .admin-detail > label { display: grid; gap: 6px; color: #505055; font-size: 11px; font-weight: 650; }
.admin-editor input, .admin-editor select, .admin-editor textarea, .admin-detail select, .admin-detail textarea { width: 100%; min-height: 43px; padding: 10px 11px; border: 1px solid #d3d4d7; border-radius: 0; background: white; color: #2e2e32; font-size: 12px; font-weight: 400; }
.admin-editor textarea, .admin-detail textarea { resize: vertical; }
.admin-two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.admin-file input { padding: 8px; }
.admin-file > span, .admin-help { margin: 0; color: #77777b; font-size: 9px; font-weight: 400; line-height: 1.55; }
.admin-inline-error { margin: 0; color: #9f1f35; font-size: 10px; font-weight: 700; }
.admin-logo-preview { width: 170px; height: 85px; padding: 10px; border: 1px solid #dddde0; object-fit: contain; }
.admin-sponsor-list { display: grid; }
.admin-sponsor-list article { display: grid; grid-template-columns: 105px minmax(0,1fr) auto; align-items: center; gap: 16px; min-height: 92px; padding: 13px 0; border-top: 1px solid #ededee; }
.admin-sponsor-logo { display: grid; width: 105px; height: 61px; place-items: center; padding: 8px; border: 1px solid #e1e1e3; }
.admin-sponsor-logo img { width: 100%; height: 100%; object-fit: contain; }
.admin-sponsor-list article > div:nth-child(2) { display: grid; justify-items: start; gap: 4px; min-width: 0; }
.admin-sponsor-list article strong { font-size: 12px; }
.admin-sponsor-list article a { max-width: 100%; overflow: hidden; color: #77777b; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.admin-sponsor-list article > div:last-child { display: flex; gap: 8px; }
.admin-sponsor-list button { border: 0; background: transparent; color: #55555a; font-size: 10px; cursor: pointer; }
.admin-sponsor-list button.danger { color: var(--accent); }
.admin-access-list { display: grid; }
.admin-access-list article { display: flex; min-height: 69px; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #ededee; }
.admin-access-list article > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.admin-access-list article > div > span:not(.admin-avatar) { display: grid; gap: 2px; min-width: 0; }
.admin-access-list strong, .admin-access-list small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-access-list strong { font-size: 11px; }
.admin-access-list small { color: #77777b; font-size: 9px; }
.admin-avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: #eee7e8; color: var(--accent); font-size: 12px; font-weight: 700; }
.admin-switch { position: relative; display: inline-flex; }
.admin-switch input { position: absolute; opacity: 0; }
.admin-switch span { display: block; width: 36px; height: 20px; border-radius: 20px; background: #c8c8cc; cursor: pointer; }
.admin-switch span::after { display: block; width: 14px; height: 14px; margin: 3px; border-radius: 50%; background: white; content: ""; transition: transform .2s ease; }
.admin-switch input:checked + span { background: #709269; }
.admin-switch input:checked + span::after { transform: translateX(16px); }
.admin-switch input:disabled + span { cursor: not-allowed; opacity: .45; }
.admin-check { display: flex !important; grid-template-columns: none; align-items: center; gap: 9px !important; }
.admin-check input { width: 16px; min-height: 16px; accent-color: var(--accent); }
.admin-security-note { align-content: start; }
.admin-lock { color: var(--accent); font-size: 38px; }
.admin-security-note > p { color: #67676c; font-size: 11px; line-height: 1.7; }
.admin-security-note dl { grid-template-columns: 1fr; margin-top: 12px; }
.admin-plan-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.admin-support-form { display: grid; gap: 18px; }
.admin-form-footer { display: flex; justify-content: flex-end; }
.admin-log-table { overflow-x: auto; }
.admin-log-table table { width: 100%; border-collapse: collapse; font-size: 10px; }
.admin-log-table th, .admin-log-table td { padding: 13px 10px; border-bottom: 1px solid #ededee; text-align: left; vertical-align: top; }
.admin-log-table th { color: #77777b; font-size: 9px; font-weight: 650; text-transform: uppercase; }

@media (max-width: 1110px) {
  :root { --container: min(1240px, calc(100% - 72px)); }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 10px; }
  .brand { min-width: 182px; }
  .brand-tagline { max-width: 130px; font-size: 8px; }
  .header-inner { gap: 13px; }
  .hero h1 { font-size: 78px; }
  .approach-grid, .audience-layout, .case-grid, .reviews-layout, .faq-layout, .contact-layout, .heritage-grid, .audience-detail-grid, .team-values-grid { gap: 60px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card { min-height: 510px; }
  .sponsor-hero-grid, .donation-grid { gap: 60px; }
  .admin-metric-grid { grid-template-columns: repeat(2,1fr); }
  .admin-dashboard-grid, .admin-sponsor-layout, .admin-access-grid, .admin-bank-grid, .admin-split { grid-template-columns: 1fr; }
  .admin-list-panel { max-height: 430px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 44px); }
  .section { padding-block: 83px; }
  .site-header { height: 79px; }
  .brand-logo { width: 49px; height: 49px; }
  .brand-name { font-size: 19px; }
  .brand-tagline { max-width: 173px; font-size: 8px; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 33; display: grid; width: 42px; height: 42px; align-content: center; justify-items: center; gap: 6px; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 31; top: 79px; right: 0; bottom: 0; left: 0; display: none; align-content: start; align-items: stretch; gap: 0; padding: 32px 31px; background: var(--paper); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding-block: 18px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
  .main-nav a.is-current::after { display: none; }
  .hero { min-height: auto; padding-bottom: 48px; }
  .hero-image-wrap { position: relative; width: 100%; height: clamp(350px, 66vh, 540px); }
  .hero-image { object-position: center 25%; }
  .hero-image-wrap::after { background: linear-gradient(0deg, var(--paper), transparent 17%); }
  .hero-content { min-height: auto; margin-top: -7px; padding-block: 0; }
  .hero-eyebrow { margin-bottom: 12px; }
  .hero h1 { max-width: 560px; font-size: clamp(55px, 11vw, 79px); }
  .hero-description { margin-top: 16px; font-size: 14px; }
  .hero-actions { gap: 17px; margin-top: 20px; }
  .quote-band { padding-block: 41px; }
  .quote-inner { gap: 25px; }
  .quote-inner blockquote { padding-left: 21px; }
  .quote-inner blockquote p { font-size: 22px; }
  .approach-grid, .audience-layout, .case-grid, .reviews-layout, .faq-layout, .team-values-grid, .heritage-grid, .audience-detail-grid, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .approach-images { min-height: 525px; max-width: 550px; }
  .approach-photo-main { height: 450px; }
  .approach-photo-secondary { bottom: 25px; }
  .audience-layout { gap: 34px; }
  .audience-link { grid-column: auto; }
  .case-grid { gap: 35px; }
  .reviews-layout, .faq-layout { gap: 34px; }
  .review-transparent-note { padding-left: 24px; }
  .note-mark { left: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 33px; }
  .footer-bottom { margin-top: 36px; }
  .page-intro { padding-block: 70px 51px; }
  .page-intro h1 { font-size: clamp(48px, 9vw, 73px); }
  .audience-detail { padding-top: 0; }
  .audience-detail-copy { order: 2; }
  .audience-detail-photo { order: 1; height: 450px; }
  .ages-grid { grid-template-columns: 1fr 1fr; }
  .case-gallery img { height: 390px; }
  .contact-aside { padding: 0 0 0 22px; }
  .sponsor-hero { padding-block: 75px; background: var(--paper); }
  .sponsor-hero-grid, .donation-grid { grid-template-columns: 1fr; gap: 50px; }
  .sponsor-hero h1 { font-size: clamp(58px, 11vw, 80px); }
  .sponsor-hero blockquote { max-width: 640px; }
  .donation-section { padding-block: 82px; }
  .admin-plan-grid { grid-template-columns: 1fr; }
  .admin-intro { align-items: flex-start; flex-direction: column; }
  .admin-topbar > div:last-child > span { display: none; }
  .supporters-footer { grid-template-columns: 1fr; gap: 22px; }
  .supporters-list { justify-content: flex-start; }
  .admin-console { display: block; }
  .admin-sidebar { position: fixed; z-index: 70; top: 58px; right: 0; bottom: 0; left: 0; display: none; height: auto; }
  body.admin-menu-open .admin-sidebar { display: flex; }
  .admin-workspace { padding: 83px 22px 70px; }
  .admin-mobile-header { position: fixed; z-index: 75; top: 0; right: 0; left: 0; display: flex; height: 58px; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid #dddde0; background: white; }
  .admin-mobile-header button { border: 0; background: transparent; color: var(--accent); }
  .admin-mobile-header strong { font-family: var(--serif); font-size: 17px; }
  .admin-mobile-header a { font-size: 10px; }
  .admin-page-header { align-items: flex-start; flex-direction: column; }
  .admin-detail dl { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 96px; }
  .mobile-cta { position: fixed; z-index: 55; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(43, 41, 39, .1); background: rgba(255, 253, 250, .96); backdrop-filter: blur(12px); }
  .mobile-cta .button { width: min(100%, 460px); min-height: 46px; }
  .cookie-banner { right: 12px; bottom: 76px; left: 12px; display: grid; gap: 13px; padding: 15px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; padding-inline: 8px; font-size: 10px; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 34px); }
  .brand { gap: 8px; min-width: auto; }
  .brand-logo { width: 45px; height: 45px; }
  .brand-tagline { max-width: 143px; font-size: 7.6px; }
  .hero-image-wrap { height: 415px; }
  .hero h1 { font-size: 61px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .response-note { margin-top: 14px; }
  .quote-kana { font-size: 20px; }
  .quote-inner { gap: 18px; }
  .quote-inner blockquote p { font-size: 20px; }
  .section-heading h2, .case-copy h2 { font-size: 40px; }
  .approach-images { min-height: 425px; }
  .approach-photo-main { width: 79%; height: 368px; }
  .approach-photo-secondary { width: 45%; height: 221px; border-width: 7px; }
  .audience-columns { gap: 24px 20px; }
  .audience-columns h3 { font-size: 12px; }
  .audience-columns p { font-size: 11px; }
  .case-photo img { aspect-ratio: 1.2; }
  .review-transparent-note > p { font-size: 19px; }
  .faq-item summary { min-height: 62px; font-size: 12px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta-actions { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { gap: 7px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .page-intro { padding-block: 54px 44px; }
  .page-intro h1 { font-size: 53px; }
  .page-intro-description { font-size: 13px; }
  .step-row { grid-template-columns: 38px 1fr; gap: 13px; }
  .step-row h2 { font-size: 25px; }
  .ages-grid { gap: 30px 21px; }
  .ages-grid h3 { font-size: 24px; }
  .case-gallery { gap: 12px; margin-block: 41px; }
  .case-gallery img { height: 260px; }
  .case-gallery figcaption { font-size: 9px; }
  .article-container > h2 { font-size: 37px; }
  .form-row { grid-template-columns: 1fr; }
  .privacy-page > h1 { font-size: 50px; }
  .utility-page { min-height: 505px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: auto; }
  .plan-description { min-height: auto; }
  .sponsor-hero blockquote { padding: 38px 28px; box-shadow: 10px 10px 0 rgba(173, 32, 56, .08); }
  .sponsor-hero blockquote p { font-size: 22px; }
  .donation-form { padding: 25px 20px; }
  .donation-values { grid-template-columns: repeat(2, 1fr); }
  .admin-form { width: min(100% - 28px, 1180px); padding-top: 38px; }
  .admin-panel { padding: 22px 18px; }
  .admin-topbar { min-height: 68px; padding-inline: 16px; }
  .admin-topbar .eyebrow { display: none; }
  .admin-savebar { align-items: stretch; flex-direction: column; gap: 7px; padding: 9px 14px; }
  .admin-savebar .button { width: 100%; }
  .supporters-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .supporters-list > a { width: 100%; }
  .admin-workspace { padding-inline: 14px; }
  .admin-metric-grid, .admin-plan-grid { grid-template-columns: 1fr; }
  .admin-sponsor-list article { grid-template-columns: 82px minmax(0,1fr); }
  .admin-sponsor-logo { width: 82px; }
  .admin-sponsor-list article > div:last-child { grid-column: 2; }
  .admin-access-list article { align-items: flex-start; flex-direction: column; padding-block: 13px; }
  .admin-toolbar { flex-direction: column; }
}

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