/*
 * AMEN · Con tilde o sin tilde
 * Sitio estático. Sin tipografías, librerías ni hojas de estilo externas.
 * Modifica estos colores para ajustar la identidad del sitio.
 */
:root {
  --paper: #fbf8f3;
  --white: #fffdfa;
  --ink: #24211f;
  --muted: #68605a;
  --red: #ab2029;
  --red-dark: #851721;
  --coral: #f15140;
  --pink: #f4e2de;
  --line: #ded6ce;
  --soft: #f0eae3;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --max: 1200px;
  --radius: 6px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; scrollbar-gutter: stable; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { cursor: default; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { background: #f6bfb3; color: #241710; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { line-height: 1.04; }
h2 { font-size: clamp(40px, 4.7vw, 64px); line-height: 1.08; }
h1 em, h2 em { font-weight: 400; color: var(--red); }
h3 { font-weight: 550; line-height: 1.18; }
p { overflow-wrap: break-word; }
.container { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 110px; }
.icon { flex: 0 0 auto; width: 22px; height: 22px; }
.eyebrow { font-family: var(--sans); text-transform: uppercase; font-size: 11px; font-weight: 650; letter-spacing: .17em; line-height: 1.55; }
.tiny-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); display: inline-block; margin-right: 11px; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 18px; z-index: 200; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; border: 1px solid transparent; border-radius: var(--radius); padding: 13px 23px; text-decoration: none; font-weight: 600; font-size: 14px; line-height: 1.4; transition: background-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); border-color: var(--red); }
.button-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-light { color: var(--red); background: var(--white); }
.button-light:hover { background: var(--pink); }
.button-small { min-height: 46px; padding: 10px 18px; font-size: 13px; gap: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1.5; font-size: 14px; font-weight: 600; min-height: 44px; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 19px; height: 19px; transition: transform .2s; }
.text-link:hover .icon { transform: translate(2px, -2px); }
/* Header */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 103px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 129px; display: block; flex-shrink: 0; padding-block: 6px; }
.brand img { width: 129px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.primary-nav a { font-size: 13px; font-weight: 500; text-decoration: none; padding-block: 12px; white-space: nowrap; }
.primary-nav a:hover { color: var(--red); }
.nav-contact { display: none; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.menu-toggle { display: none; background: none; padding: 11px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 4px; }
.menu-close-icon { display: none; }
/* Hero */
.hero { padding-block: 64px 74px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.hero-copy .eyebrow { margin-bottom: 23px; }
.hero h1 { font-size: clamp(77px, 7.75vw, 111px); line-height: .96; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; padding-right: 10px; }
.hero-intro { color: var(--muted); max-width: 410px; font-size: 17px; line-height: 1.8; margin-block: 29px 27px; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.round-play { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }
.round-play .icon { width: 13px; height: 13px; fill: var(--ink); stroke: none; }
.hero-signoff { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 36px; padding-left: 15px; border-left: 2px solid var(--coral); }
.hero-signoff span { font-weight: 600; color: var(--ink); }
.hero-visual { position: relative; padding: 4px 0 0 14px; }
.hero-photo-frame { width: 100%; aspect-ratio: .89; overflow: hidden; border-radius: 250px 250px 8px 8px; background: var(--soft); }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.hero-note { position: absolute; bottom: 70px; left: -46px; width: 168px; min-height: 175px; background: var(--white); box-shadow: 0 8px 35px #34211913; padding: 19px 21px; transform: rotate(-6deg); border: 1px solid #eee4da; }
.hero-note img { width: 24px; height: 34px; object-fit: contain; margin-bottom: 9px; }
.hero-note p { font-family: var(--serif); font-size: 22px; line-height: 1.13; letter-spacing: -.035em; }
.hero-note p em { color: var(--red); }
.hero-bottomline { display: flex; align-items: center; justify-content: space-between; padding: 20px 3px 0 24px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.hero-bottomline .icon { width: 30px; height: 30px; color: var(--coral); }
.values-strip { background: var(--pink); border-block: 1px solid #e8d4cc; }
.values-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; gap: 26px; }
.values-inner span { font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .15em; }
.values-inner .icon { color: var(--red); width: 24px; height: 24px; }
/* Foundation / video */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-video-wrap { position: relative; padding: 6px 34px 0; }
.video-figure { max-width: 340px; margin-inline: auto; }
.video-frame { position: relative; aspect-ratio: 9/16; border-radius: 160px 160px 8px 8px; background: #d3b594; overflow: hidden; }
.video-frame:has(video[data-started]) { border-radius: 9px; }
.video-frame video { width: 100%; height: 100%; background: #171210; object-fit: contain; }
.video-frame:focus-within { outline: 3px solid var(--red); outline-offset: 6px; }
.video-start { position: absolute; inset: 0 0 44px; border: none; color: white; background: linear-gradient(transparent 38%, #0c07052b); width: 100%; padding: 20px 0 50px; display: flex; flex-direction: column; align-items: center; justify-content: end; gap: 13px; }
.video-start > span:first-child { width: 58px; height: 58px; border-radius: 50%; border: 1px solid #ffffffb0; display: grid; place-items: center; background: #ab2029ed; }
.video-start .icon { width: 23px; height: 23px; }
.video-start > span:last-child { font-size: 12px; letter-spacing: .04em; font-weight: 600; text-shadow: 0 1px 5px #0009; }
.video-figure figcaption { display: flex; justify-content: space-between; gap: 14px; margin-top: 18px; font-size: 11px; line-height: 1.5; }
.video-figure figcaption span { color: var(--muted); white-space: nowrap; }
.video-decoration { position: absolute; left: 10px; top: 19px; z-index: 1; color: var(--red); transform: rotate(18deg); }
.video-decoration .icon { width: 74px; height: 74px; stroke-width: 1; }
.about-copy .eyebrow { margin-bottom: 19px; }
.about-copy .lead { font-size: 21px; line-height: 1.5; color: var(--ink); margin-top: 28px; max-width: 420px; }
.about-copy > p:not(.eyebrow):not(.lead) { margin-top: 17px; font-size: 15px; color: var(--muted); max-width: 440px; }
.about-note { margin-block: 31px 17px; border-top: 1px solid var(--line); padding-top: 25px; display: flex; gap: 15px; align-items: start; }
.about-note > span { font-family: var(--serif); font-size: 62px; line-height: .95; color: var(--coral); }
.about-note p { font-family: var(--serif); font-size: 23px; line-height: 1.4; letter-spacing: -.02em; }
/* Shared section headings */
.section-heading { margin-bottom: 46px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.heading-inline { display: flex; justify-content: space-between; gap: 44px; align-items: flex-end; }
.heading-aside { max-width: 310px; padding-bottom: 5px; }
.heading-aside p { font-size: 14px; color: var(--muted); }
.heading-aside .text-link { margin-top: 13px; }
.centered { text-align: center; }
.centered > p:not(.eyebrow) { margin-top: 23px; color: var(--muted); font-size: 15px; }
/* Action photography */
.action-section { padding-top: 94px; background: var(--white); border-block: 1px solid var(--line); }
.action-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 24px; align-items: start; }
.action-card { min-width: 0; }
.photo-link { display: block; position: relative; overflow: hidden; background: var(--soft); text-decoration: none; border-radius: 5px; }
.photo-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.photo-link:hover img { transform: scale(1.025); }
.photo-link:focus-visible { outline-offset: 4px; }
.photo-expand { position: absolute; right: 12px; bottom: 12px; width: 37px; height: 37px; display: grid; place-items: center; color: var(--ink); background: var(--white); border-radius: 50%; opacity: 0; transition: opacity .2s; }
.photo-expand .icon { width: 18px; height: 18px; }
.photo-link:hover .photo-expand, .photo-link:focus-visible .photo-expand { opacity: 1; }
.action-card-tall .photo-link { aspect-ratio: .79; }
.action-card-low { padding-top: 57px; }
.action-card-low .photo-link { aspect-ratio: .80; }
.action-card-middle { padding-top: 21px; }
.action-card-middle .photo-link { aspect-ratio: .82; }
.action-card figcaption { display: flex; gap: 14px; align-items: center; font-size: 12px; margin-top: 18px; }
.action-card figcaption span { color: var(--red); font-size: 10px; font-weight: 650; letter-spacing: .08em; }
.section-footnote { font-size: 12px; color: var(--muted); margin-top: 35px; }
.section-footnote a { display: inline-flex; align-items: center; gap: 3px; color: var(--ink); }
.section-footnote .icon { width: 12px; height: 12px; }
/* Ways to help */
.ways-section { padding-block: 104px 112px; }
.ways-section .section-heading { margin-bottom: 51px; }
.ways-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.way { padding: 8px 33px 0; display: flex; flex-direction: column; }
.way:first-child { padding-left: 0; }
.way:last-child { padding-right: 0; }
.way + .way { border-left: 1px solid var(--line); }
.way-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 25px; color: var(--red); }
.way-top > span { font-size: 10px; letter-spacing: .13em; font-weight: 650; }
.way-top .icon { width: 30px; height: 30px; }
.way h3 { font-family: var(--serif); font-size: 35px; font-weight: 400; letter-spacing: -.025em; }
.way p { color: var(--muted); font-size: 14px; margin-top: 19px; margin-bottom: 18px; max-width: 275px; }
.way .text-link { margin-top: auto; font-size: 13px; }
/* Donation callout */
.donation-section { background: var(--pink); border-block: 1px solid #e7d2cd; padding-block: 57px; }
.donation-inner { display: grid; grid-template-columns: 88px 1fr auto; gap: 34px; align-items: center; }
.donation-symbol img { width: 80px; height: auto; transform: rotate(-10deg); }
.donation-copy .eyebrow { font-size: 10px; margin-bottom: 13px; }
.donation-copy h2 { font-size: 42px; }
.donation-copy > p:last-child { max-width: 460px; margin-top: 17px; font-size: 13px; color: #62504c; }
.donation-action { max-width: 260px; }
.donation-action .button { white-space: nowrap; }
.donation-action p { font-size: 11px; text-align: center; color: #68524f; margin-top: 12px; line-height: 1.6; }
/* Products */
.products-section { padding-top: 106px; }
.products-section .heading-aside { max-width: 280px; }
.products-section h2 { font-size: clamp(40px, 4.3vw, 59px); }
.availability-note { display: inline-block; color: var(--red); font-size: 11px; border-bottom: 1px solid #d9a3a6; padding-bottom: 3px; margin-top: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; overflow: hidden; aspect-ratio: .75; border-radius: 6px; background: var(--soft); }
.product-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-image:hover > img { transform: scale(1.025); }
.product-tag { position: absolute; top: 16px; left: 16px; background: var(--white); border-radius: 3px; padding: 6px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 600; }
.product-arrow { position: absolute; bottom: 16px; right: 16px; display: grid; place-items: center; border-radius: 50%; width: 43px; height: 43px; background: var(--white); }
.product-arrow .icon { width: 21px; height: 21px; }
.product-info { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-top: 22px; }
.product-info h3 { font-family: var(--serif); font-weight: 400; font-size: 29px; letter-spacing: -.03em; }
.product-info p { font-size: 11px; color: var(--muted); margin-top: 6px; }
.product-info .text-link { font-size: 11px; min-height: 40px; gap: 5px; }
.product-info .text-link .icon { width: 15px; height: 15px; }
.products-bottom { margin-block: 29px 68px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 20px; gap: 35px; }
.products-bottom p { font-size: 12px; color: var(--muted); max-width: 520px; }
.products-bottom .text-link { font-size: 12px; white-space: nowrap; }
.collection-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 390px; overflow: hidden; border-radius: 5px; }
.collection-strip > div { position: relative; min-width: 0; }
.collection-strip img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.collection-strip > div:first-child img { object-position: 50% 56%; }
.collection-strip > div:nth-child(2) img { object-position: 50% 73%; }
.collection-message { background: var(--red); color: var(--white); padding: 39px; display: flex; flex-direction: column; justify-content: center; }
.collection-message .eyebrow { font-size: 9px; letter-spacing: .14em; }
.collection-message p { font-family: var(--serif); font-size: 38px; letter-spacing: -.035em; line-height: 1.2; margin-top: 25px; }
.collection-message em { color: #ffd4c9; }
.collection-message .icon { width: 39px; height: 39px; margin-top: 34px; stroke-width: 1; color: #f4b8ad; }
/* FAQ */
.faq-section { border-top: 1px solid var(--line); padding-block: 87px 100px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.faq-grid .eyebrow { margin-bottom: 16px; }
.faq-grid h2 { font-size: 50px; }
.faq-grid > div:first-child > p:last-child { font-size: 14px; color: var(--muted); margin-top: 18px; max-width: 300px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-block: 22px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 500; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 18px; height: 18px; color: var(--red); transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > p { font-size: 13px; color: var(--muted); line-height: 1.85; padding: 0 29px 23px 0; }
.faq-list details > p a { color: var(--red); }
/* Closing contact */
.contact-section { background: var(--red); color: var(--white); padding-block: 83px 91px; position: relative; overflow: hidden; }
.contact-inner { position: relative; text-align: center; }
.contact-inner .eyebrow { font-size: 10px; color: #ffe6db; }
.contact-inner h2 { margin-top: 23px; font-size: clamp(42px, 5.5vw, 72px); }
.contact-inner h2 em { color: #ffd3c5; }
.contact-inner > p:not(.eyebrow) { font-size: 15px; margin-top: 24px; color: #ffe7df; }
.contact-inner .button { margin-top: 29px; }
.contact-flower { position: absolute; color: #ef958a; }
.contact-flower .icon { width: 80px; height: 80px; stroke-width: 1; }
.contact-flower-one { left: 3%; top: 20%; transform: rotate(15deg); }
.contact-flower-two { right: 3%; bottom: 8%; transform: rotate(-15deg); }
.contact-flower-two .icon { width: 58px; height: 58px; }
/* Footer */
.site-footer { padding-block: 57px 0; background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.05fr .85fr 1.1fr; gap: 50px; padding-bottom: 48px; }
.footer-brand > a { display: block; width: 128px; }
.footer-brand p { margin-top: 20px; color: var(--muted); font-size: 12px; }
.footer-links, .footer-connect { padding-top: 10px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links .eyebrow, .footer-connect .eyebrow { font-size: 9px; color: var(--muted); margin-bottom: 10px; }
.footer-links a { font-size: 12px; text-decoration: none; padding-block: 3px; }
.footer-links a:hover { text-decoration: underline; }
.footer-connect .eyebrow { display: block; }
.social-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; text-decoration: none; min-height: 40px; }
.social-link:hover { text-decoration: underline; }
.social-link .icon:first-child { width: 18px; height: 18px; }
.social-link .icon:last-child { width: 14px; height: 14px; }
.social-link span { overflow-wrap: anywhere; }
.footer-connect p { margin-top: 9px; font-size: 12px; color: var(--muted); line-height: 1.9; }
.contact-email { font-size: 12px; margin-top: 13px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 22px; font-size: 10px; color: var(--muted); }
.footer-bottom a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.footer-bottom .icon { width: 14px; height: 14px; color: var(--red); }
/* Gallery */
.gallery-intro { padding-block: 37px 38px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); text-decoration: none; min-height: 40px; margin-bottom: 28px; }
.back-link .icon { width: 15px; height: 15px; }
.back-link:hover { color: var(--red); }
.gallery-intro .eyebrow { margin-bottom: 19px; }
.gallery-intro h1 { font-size: clamp(46px, 5.5vw, 75px); }
.gallery-intro .heading-inline > p { color: var(--muted); font-size: 14px; }
.filter-bar { display: none; align-items: center; gap: 12px; margin-top: 40px; border-bottom: 1px solid var(--line); padding-bottom: 21px; }
.js .filter-bar { display: flex; }
.filter-bar button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--line); border-radius: 25px; background: transparent; padding: 10px 18px; font-size: 12px; min-height: 44px; }
.filter-bar button span { opacity: .7; font-size: 10px; }
.filter-bar button[aria-pressed="true"] { color: var(--white); background: var(--red); border-color: var(--red); }
.gallery-status { margin-left: auto; font-size: 11px; color: var(--muted); }
.gallery-section { padding-bottom: 85px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px 25px; }
.gallery-card { min-width: 0; }
.gallery-card .photo-link { aspect-ratio: .75; }
.gallery-card figcaption { font-size: 13px; margin-top: 13px; }
.gallery-card figcaption span { display: block; color: var(--red); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 3px; }
.gallery-closing { background: var(--pink); padding-block: 48px; }
.gallery-closing .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gallery-closing p { font-family: var(--serif); font-size: 38px; line-height: 1.2; letter-spacing: -.03em; }
.gallery-closing p em { color: var(--red); }
/* Accessible, keyboard-operable photograph viewer */
.lightbox { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; margin: 0; background: #191614fa; color: var(--white); overscroll-behavior: contain; }
.lightbox:not([open]) { display: none; }
.lightbox::backdrop { background: #191614ed; }
.lightbox-shell { width: 100%; height: 100dvh; display: flex; flex-direction: column; padding: max(15px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); }
.lightbox-top { display: flex; justify-content: space-between; align-items: center; flex: 0 0 auto; }
.lightbox-count { font-size: 12px; letter-spacing: .08em; }
.icon-button { border: 1px solid #ffffff55; background: transparent; color: var(--white); width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; }
.icon-button:hover { background: #ffffff16; }
.icon-button:focus-visible { outline-color: #ffaf9d; }
.lightbox-stage { display: grid; grid-template-columns: 54px minmax(0, 1fr) 54px; gap: 17px; align-items: center; justify-items: center; flex: 1 1 auto; min-height: 0; padding-block: 12px; }
.lightbox-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-caption { flex-shrink: 0; text-align: center; font-size: 13px; padding-top: 6px; }
.not-found { padding-block: 100px; }
.not-found h1 { font-size: clamp(45px, 5vw, 76px); margin-top: 20px; }
.not-found > p:not(.eyebrow) { margin-block: 25px; color: var(--muted); }
/* Tablet */
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .primary-nav { gap: 20px; }
  .header-inner { gap: 25px; }
  .primary-nav a { font-size: 12px; }
  .hero-grid { gap: 50px; }
  .hero h1 { font-size: 91px; }
  .hero-note { left: -26px; width: 151px; bottom: 66px; padding: 16px 18px; }
  .hero-note p { font-size: 21px; }
  .about-grid { gap: 52px; }
  .about-video-wrap { padding-inline: 20px; }
  .video-decoration { left: -6px; }
  .way { padding-inline: 27px; }
  .donation-inner { grid-template-columns: 65px 1fr 235px; gap: 23px; }
  .donation-copy h2 { font-size: 37px; }
  .donation-symbol img { width: 64px; }
  .donation-action .button { font-size: 13px; padding-inline: 18px; gap: 15px; }
  .product-info { flex-direction: column; gap: 3px; }
  .collection-message { padding: 26px; }
  .collection-message p { font-size: 34px; }
  .faq-grid { gap: 45px; }
  .footer-main { gap: 30px; }
}
@media (max-width: 900px) {
  .header-inner { gap: 20px; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: 11px; }
  .brand, .brand img { width: 111px; }
  .header-help { padding: 10px 12px; gap: 10px; font-size: 12px; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: 77px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { padding: 13px 17px; font-size: 13px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-note { width: 129px; min-height: 158px; left: -21px; }
  .hero-note p { font-size: 19px; }
  .hero-note img { width: 19px; height: 29px; }
  .values-inner { gap: 16px; }
  .values-inner span { font-size: 8px; letter-spacing: .12em; }
  .values-inner .icon { width: 19px; height: 19px; }
  .about-grid { gap: 37px; }
  .about-copy .lead { font-size: 19px; }
  .about-copy > p:not(.eyebrow):not(.lead) { font-size: 14px; }
  .about-note p { font-size: 21px; }
  .about-video-wrap { padding-inline: 7px; }
  .video-decoration { width: 56px; height: 56px; left: -15px; }
  .way { padding-inline: 21px; }
  .way h3 { font-size: 31px; }
  .donation-inner { grid-template-columns: 70px 1fr; }
  .donation-action { grid-column: 2; max-width: 290px; }
  .donation-action p { text-align: left; }
  .donation-copy h2 { font-size: 42px; }
  .products-section .heading-inline { align-items: flex-start; flex-direction: column; gap: 20px; }
  .products-section .heading-aside { max-width: 590px; }
  .product-grid { gap: 18px; }
  .product-tag { top: 11px; left: 11px; font-size: 8px; padding: 5px 8px; }
  .collection-strip { min-height: 330px; }
  .collection-message { padding: 23px; }
  .collection-message p { font-size: 29px; }
  .collection-message .eyebrow { font-size: 8px; }
  .faq-grid h2 { font-size: 42px; }
  .contact-flower-one { left: 0; }
  .contact-flower-two { right: 0; }
  .footer-connect .social-link { font-size: 11px; gap: 5px; }
}
/* Mobile navigation and stacked layout */
@media (max-width: 800px) {
  html { scroll-padding-top: 98px; }
  .container { width: calc(100% - 44px); }
  .section { padding-block: 74px; }
  .header-inner { min-height: 84px; flex-wrap: wrap; gap: 0; }
  .brand, .brand img { width: 111px; }
  .header-help { font-size: 12px; padding-inline: 13px; min-height: 44px; }
  .header-help .icon { width: 17px; height: 17px; }
  .header-actions { margin-left: auto; gap: 9px; }
  .js .menu-toggle { display: grid; place-items: center; }
  .js .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .js .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .primary-nav { order: 3; width: 100%; margin: 0; justify-content: flex-start; flex-wrap: wrap; column-gap: 23px; row-gap: 0; padding-block: 7px 18px; }
  .primary-nav a { font-size: 13px; }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .js .primary-nav a { padding-block: 14px; border-top: 1px solid var(--line); }
  .nav-contact { display: block; }
  .hero { padding-block: 46px 46px; }
  .hero-grid { grid-template-columns: 1fr; gap: 43px; max-width: 630px; }
  .hero h1 { font-size: clamp(76px, 12vw, 108px); }
  .hero-intro { max-width: 500px; font-size: 17px; margin-block: 25px; }
  .hero-copy .eyebrow { margin-bottom: 21px; }
  .hero-actions { gap: 24px; }
  .hero-actions .button { font-size: 14px; padding-inline: 21px; }
  .hero-actions .text-link { font-size: 14px; }
  .hero-signoff { margin-top: 27px; }
  .hero-visual { max-width: 475px; width: 92%; margin: 0 auto; padding-left: 12px; }
  .hero-photo-frame { aspect-ratio: .96; }
  .hero-note { bottom: 62px; left: -12px; width: 142px; min-height: 167px; }
  .hero-note p { font-size: 20px; }
  .hero-note img { width: 23px; height: 31px; }
  .values-inner { justify-content: center; gap: 15px; flex-wrap: wrap; padding-block: 17px; }
  .values-inner span { font-size: 9px; }
  .values-inner > span:last-child { display: none; }
  .values-inner > .icon:last-of-type { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-copy { grid-row: 1; max-width: 590px; }
  h2 { font-size: 48px; }
  .about-copy .lead { font-size: 21px; max-width: 530px; }
  .about-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; max-width: 550px; }
  .about-video-wrap { width: min(100%, 420px); justify-self: center; padding-inline: 30px; }
  .video-decoration { left: 8px; top: 20px; }
  .video-figure { max-width: 300px; }
  .video-decoration .icon { width: 57px; height: 57px; }
  .about-note { margin-block: 25px 13px; }
  .about-note p { font-size: 24px; }
  .heading-inline { align-items: flex-start; flex-direction: column; gap: 25px; }
  .heading-aside { max-width: 540px; }
  .action-grid { grid-template-columns: 1.1fr 1fr; gap: 25px 18px; }
  .action-card-middle { padding-top: 0; grid-column: 2; margin-top: -34px; }
  .action-card-low { padding-top: 44px; }
  .action-card-tall { grid-row: 1 / span 2; }
  .action-card-tall .photo-link { aspect-ratio: .62; }
  .action-card-low .photo-link { aspect-ratio: 1; }
  .action-card-middle .photo-link { aspect-ratio: 1.05; }
  .action-card figcaption { font-size: 11px; gap: 8px; margin-top: 13px; line-height: 1.45; }
  .action-card figcaption span { font-size: 9px; }
  .action-card-middle { margin-top: 0; }
  .section-footnote { font-size: 11px; }
  .ways-grid { grid-template-columns: 1fr; }
  .ways-section .centered { text-align: left; }
  .way, .way:first-child, .way:last-child { padding: 27px 0; }
  .way + .way { border-left: 0; border-top: 1px solid var(--line); }
  .way-top { margin-bottom: 15px; }
  .way h3 { font-size: 36px; }
  .way h3 br { display: none; }
  .way p { max-width: 540px; font-size: 15px; margin-top: 14px; margin-bottom: 8px; }
  .way .text-link { font-size: 14px; }
  .ways-section .section-heading { margin-bottom: 12px; }
  .donation-section { padding-block: 45px; }
  .donation-inner { grid-template-columns: 50px 1fr; gap: 23px; align-items: start; }
  .donation-symbol img { width: 50px; margin-top: 8px; }
  .donation-copy h2 { font-size: 37px; }
  .donation-copy .eyebrow { font-size: 9px; }
  .donation-copy > p:last-child { font-size: 13px; }
  .products-section h2 { font-size: 48px; }
  .product-grid { gap: 29px 18px; }
  .products-bottom { flex-direction: column; align-items: flex-start; gap: 8px; margin-block: 24px 38px; }
  .products-bottom .text-link { white-space: normal; }
  .collection-strip { min-height: 0; grid-template-columns: 1fr 1fr; }
  .collection-strip > div:not(.collection-message) { aspect-ratio: .8; }
  .collection-message { grid-column: 1 / -1; padding: 27px; position: relative; }
  .collection-message p { font-size: 39px; margin-top: 14px; }
  .collection-message .icon { position: absolute; right: 35px; bottom: 33px; width: 61px; height: 61px; }
  .collection-message .eyebrow { font-size: 9px; }
  .faq-grid { grid-template-columns: 1fr; gap: 29px; }
  .faq-grid > div:first-child > p:last-child { max-width: none; }
  .faq-list summary { font-size: 14px; padding-block: 21px; }
  .faq-list details > p { font-size: 14px; padding-right: 12px; }
  .contact-section { padding-block: 66px; }
  .contact-inner h2 { font-size: clamp(40px, 7.3vw, 59px); }
  .contact-flower { display: none; }
  .footer-main { grid-template-columns: .8fr 1.2fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
  .footer-brand p { margin-top: 0; }
  .footer-connect .social-link { font-size: 12px; }
  .footer-bottom { align-items: flex-start; font-size: 9px; }
  .footer-bottom > a { max-width: 160px; }
  .gallery-intro { padding-top: 24px; }
  .gallery-intro h1 { font-size: 54px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 27px 18px; }
  .gallery-card figcaption { font-size: 12px; }
  .gallery-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .gallery-closing p { font-size: 31px; }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; gap: 33px; }
  .product-image { aspect-ratio: .90; }
  .product-image > img { object-position: 50% 40%; }
  .product-card:nth-child(2) .product-image > img { object-position: 50% 55%; }
  .product-info { flex-direction: row; align-items: flex-start; }
  .product-info .text-link { font-size: 12px; }
  .product-info p { font-size: 12px; }
  .product-tag { font-size: 9px; padding: 7px 10px; top: 15px; left: 15px; }
  .hero-actions { gap: 20px; }
  .hero-actions .button { gap: 12px; padding-inline: 18px; }
  .hero-actions .text-link { gap: 8px; font-size: 13px; }
  .gallery-intro h1 { font-size: 46px; }
  .filter-bar { gap: 7px; margin-top: 28px; }
  .filter-bar button { gap: 6px; font-size: 11px; padding-inline: 12px; }
  .gallery-grid { gap: 25px 13px; }
  .gallery-card .photo-expand { width: 31px; height: 31px; right: 8px; bottom: 8px; }
  .gallery-card figcaption { font-size: 11px; }
  .gallery-closing .container { flex-direction: column; align-items: flex-start; }
  .lightbox-shell { padding-inline: 12px; }
  .lightbox-stage { grid-template-columns: 1fr; position: relative; }
  .lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; background: #17131085; width: 40px; height: 40px; }
  .lightbox-prev { left: 0; }
  .lightbox-next { right: 0; }
  .lightbox-caption { font-size: 12px; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 34px); }
  .brand, .brand img { width: 97px; }
  .header-help { font-size: 11px; gap: 7px; padding-inline: 11px; }
  .menu-toggle { width: 42px; height: 44px; padding: 9px; }
  .header-actions { gap: 7px; }
  .hero h1 { font-size: clamp(62px, 18.4vw, 72px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { font-size: 13px; padding-inline: 14px; }
  .hero-actions .text-link { font-size: 12px; gap: 5px; }
  .values-inner { gap: 10px; }
  .values-inner span { font-size: 8px; }
  .values-inner .icon { width: 16px; height: 16px; }
  h2, .products-section h2 { font-size: 42px; }
  .hero-note { width: 129px; padding: 15px; min-height: 156px; }
  .hero-bottomline { font-size: 8px; padding-left: 15px; }
  .donation-inner { grid-template-columns: 1fr; gap: 20px; }
  .donation-symbol { display: none; }
  .donation-action { grid-column: 1; }
  .donation-copy h2 { font-size: 37px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: 1; }
  .footer-connect, .footer-links { padding-top: 0; }
  .footer-links { gap: 3px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-bottom > a { max-width: none; }
  .gallery-intro h1 { font-size: 41px; }
  .filter-bar button { font-size: 10px; padding-inline: 10px; gap: 4px; }
  .collection-message p { font-size: 35px; }
}
@media (hover: none) { .photo-expand { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .button, .menu-toggle, .video-start, .lightbox, .filter-bar { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 25px; }
  body { font-size: 12px; }
  .contact-section, .collection-message { background: white; color: black; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: 60px; }
  h2 { font-size: 34px; }
  .hero-note { display: none; }
}

/* ================================================================
   VERSIÓN 2 · Textos institucionales, transferencia y WhatsApp.
   Se conserva la identidad visual, las imágenes y el diseño original.
   ================================================================ */
.primary-nav .nav-contact { display: block; }
.hero-official h1 { font-size: clamp(43px, 4.6vw, 66px); line-height: 1.075; letter-spacing: -.045em; }
.hero-official h1 > span, .hero-official h1 > em { display: block; }
.hero-official h1 > em { margin-top: 8px; padding: 0; }
.hero-official .hero-intro { max-width: 455px; }
.hero-official .hero-note { min-height: 150px; }
.values-inner { gap: 22px; }
.values-inner > span:last-child, .values-inner > .icon:last-of-type { display: block; }
.values-inner > span { white-space: nowrap; }
.about-grid { grid-template-columns: .88fr 1.12fr; gap: 80px; }
.about-copy h2 { font-size: clamp(38px, 4vw, 53px); }
.about-copy .lead { font-size: 20px; max-width: 550px; }
.about-copy > p:not(.eyebrow):not(.lead) { max-width: 550px; font-size: 16px; line-height: 1.75; }
.about-copy > p.official-emphasis { color: var(--red); font-weight: 600; }
.about-copy .text-link { margin-top: 20px; }
.prose p { font-size: 16px; line-height: 1.8; color: var(--muted); }
.prose p + p { margin-top: 18px; }
.prose .lead { font-size: 20px; line-height: 1.65; color: var(--ink); }
.prose .official-emphasis, .official-emphasis { font-weight: 600; color: var(--red); }
.chapter-number { display: block; color: var(--red); font-size: 10px; font-weight: 600; letter-spacing: .15em; margin-bottom: 20px; }
.story-section { background: var(--white); border-top: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.story-article { min-width: 0; scroll-margin-top: 125px; }
.story-article h2 { font-size: clamp(38px, 4vw, 54px); margin-bottom: 30px; }
.story-article + .story-article { border-left: 1px solid var(--line); padding-left: 52px; }
.story-grid { column-gap: 52px; }
.pillars-section { padding-top: 15px; background: var(--white); }
.pillars-section .section-heading { padding-top: 60px; border-top: 1px solid var(--line); }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.pillar { min-width: 0; padding-right: 23px; }
.pillar + .pillar { border-left: 1px solid var(--line); padding-left: 23px; }
.pillar:last-child { padding-right: 0; }
.pillar .chapter-number { margin-bottom: 17px; }
.pillar h3 { font-family: var(--serif); font-size: 29px; letter-spacing: -.035em; font-weight: 400; }
.pillar p { font-size: 15px; line-height: 1.8; color: var(--muted); margin-top: 18px; }
.action-official-heading { display: grid; grid-template-columns: 1.05fr 1fr; gap: 65px; align-items: center; }
.action-official-heading h2 { font-size: clamp(39px, 4vw, 54px); }
.action-official-heading .text-link { margin-top: 24px; }
.action-official-heading .prose > p:last-child { font-weight: 600; color: var(--red); }
.purpose-section { padding-bottom: 40px; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.purpose-panel { padding: 42px; border: 1px solid var(--line); border-radius: 6px; min-width: 0; }
.purpose-panel .eyebrow { color: var(--red); margin-bottom: 19px; }
.purpose-panel h2 { font-size: clamp(35px, 3.5vw, 48px); margin-bottom: 28px; }
.purpose-panel h2 em { display: block; }
.commitment-panel { background: var(--pink); border-color: #e7d2cd; }
.join-intro { max-width: 700px; margin: 27px auto 0; }
.join-intro p:nth-child(2) { color: var(--red); font-weight: 600; }
.join-intro p + p { margin-top: 15px; }
.join-signoff { margin: 40px 0 0; padding-top: 25px; border-top: 1px solid var(--line); text-align: center; font-family: var(--serif); font-size: 27px; }
.join-signoff em { color: var(--red); }
/* Donation information remains plain selectable HTML. */
.donation-bank-section { padding-block: 76px; }
.bank-layout { display: grid; grid-template-columns: 1fr 1.04fr; gap: 88px; align-items: center; }
.bank-intro { position: relative; min-width: 0; }
.bank-heart { width: 39px; height: auto; margin-bottom: 22px; }
.bank-intro .eyebrow { color: var(--red); margin-bottom: 17px; }
.bank-intro h2 { font-size: clamp(45px, 4.8vw, 65px); }
.bank-intro > p:not(.eyebrow) { max-width: 425px; color: #62504c; font-size: 16px; line-height: 1.75; margin-top: 20px; }
.bank-intro .button { margin-top: 26px; }
.bank-intro .online-donation { display: flex; width: fit-content; margin-top: 13px; }
.bank-card { background: var(--white); padding: 36px 40px; border-radius: 8px; border: 1px solid #dec4bd; box-shadow: 0 10px 35px #42211b06; min-width: 0; }
.bank-card-header { display: flex; flex-direction: column; gap: 6px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.bank-card-header .eyebrow { color: var(--muted); font-size: 9px; }
.bank-name { font-family: var(--serif); font-size: 35px; letter-spacing: -.03em; }
.bank-details { margin: 25px 0 0; display: grid; gap: 19px; }
.bank-details dt { font-size: 12px; color: var(--muted); margin: 0 0 6px; }
.bank-details dd { margin: 0; font-size: 18px; line-height: 1.5; color: var(--ink); }
.bank-details .bank-account dd { font-size: clamp(28px, 3vw, 39px); font-variant-numeric: tabular-nums; letter-spacing: .04em; font-weight: 600; color: var(--red); white-space: nowrap; user-select: all; }
.bank-details dd[id] { user-select: all; }
.button-copy { background: var(--white); border-color: var(--red); color: var(--red); margin-top: 25px; font-size: 13px; min-height: 47px; gap: 12px; padding-inline: 16px; width: 100%; }
.button-copy:hover { background: var(--pink); transform: none; }
.button-copy .icon { width: 18px; height: 18px; }
.copy-status { font-size: 12px; color: var(--red); min-height: 22px; margin-top: 9px; line-height: 1.6; }
.bank-advice { color: var(--muted); font-size: 12px; line-height: 1.7; margin-top: 13px; border-top: 1px solid var(--line); padding-top: 17px; }
/* Institutional closing statement. */
.meaning-section { background: var(--white); border-top: 1px solid var(--line); }
.meaning-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 100px; align-items: start; }
.meaning-heading .eyebrow { margin-bottom: 22px; }
.meaning-heading h2 { max-width: 475px; font-size: clamp(40px, 4.5vw, 61px); }
.meaning-heading img { width: 57px; margin-top: 30px; transform: rotate(-8deg); }
.meaning-signature { margin-top: 26px; border-left: 2px solid var(--coral); padding-left: 20px; }
.meaning-signature p { font-family: var(--serif); color: var(--red); font-size: 24px; line-height: 1.45; }
.meaning-signature p + p { margin-top: 7px; }
.contact-phones { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; justify-content: center; margin-top: 24px; font-size: 14px; }
.contact-phones > span:first-child { flex-basis: 100%; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #ffe7df; }
.contact-phones a { min-height: 44px; display: inline-flex; align-items: center; color: var(--white); }
.contact-section :focus-visible { outline-color: var(--white); }
.footer-connect .whatsapp-footer { display: flex; width: fit-content; margin-bottom: 10px; }
.footer-connect .footer-phones { margin-top: 9px; }
.footer-bottom > p { font-size: 11px; }
@media (max-width: 1100px) {
 .about-grid { gap: 50px; }
 .story-grid { column-gap: 35px; }
 .story-article + .story-article { padding-left: 35px; }
 .pillars-grid { gap: 17px; }
 .pillar { padding-right: 5px; }
 .pillar + .pillar { padding-left: 16px; }
 .pillar h3 { font-size: 25px; }
 .purpose-panel { padding: 32px; }
 .bank-layout { gap: 42px; }
 .bank-card { padding: 29px; }
 .meaning-grid { gap: 60px; }
}
@media (max-width: 900px) {
 .hero-official h1 { font-size: 43px; }
 .about-copy .lead { font-size: 19px; }
 .about-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; }
 .prose p { font-size: 15px; }
 .action-official-heading { gap: 35px; }
 .pillar p { font-size: 14px; }
 .pillar h3 { font-size: 23px; }
 .purpose-panel { padding: 28px; }
 .bank-card { padding: 27px; }
 .bank-details .bank-account dd { font-size: 28px; letter-spacing: .01em; }
}
@media (max-width: 800px) {
 .hero-official h1 { font-size: clamp(36px, 8.6vw, 62px); line-height: 1.065; }
 .hero-official h1 em { margin-top: 7px; }
 .hero-official .hero-intro { max-width: 545px; }
 .hero-official .hero-note { min-height: 139px; }
 .values-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; text-align: center; padding-block: 20px; }
 .values-inner .icon, .values-inner > .icon:last-of-type { display: none; }
 .values-inner > span { font-size: 10px; display: block; }
 .about-grid { grid-template-columns: 1fr; gap: 40px; }
 .about-copy { max-width: none; }
 .about-copy h2 { max-width: 550px; font-size: 44px; }
 .about-copy .lead { max-width: none; font-size: 20px; }
 .about-copy > p:not(.eyebrow):not(.lead) { max-width: none; font-size: 16px; }
 .story-grid { grid-template-columns: 1fr; row-gap: 48px; }
 .story-article + .story-article { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 43px; }
 .story-article h2 { font-size: 43px; margin-bottom: 23px; }
 .prose p { font-size: 16px; }
 .prose .lead { font-size: 20px; }
 .pillars-section { padding-top: 0; }
 .pillars-section .section-heading { padding-top: 45px; }
 .pillars-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
 .pillar, .pillar + .pillar { padding: 0; border-left: 0; }
 .pillar h3 { font-size: 28px; }
 .pillar p { font-size: 15px; }
 .action-official-heading { grid-template-columns: 1fr; gap: 30px; }
 .action-official-heading h2 { font-size: 45px; }
 .action-official-heading h2 br { display: none; }
 .action-official-heading h2 br::after { content: ' '; }
 .action-official-heading .text-link { margin-top: 15px; }
 .purpose-section { padding-bottom: 0; }
 .purpose-grid { grid-template-columns: 1fr; gap: 25px; }
 .purpose-panel { padding: 33px; }
 .purpose-panel h2 { font-size: 43px; }
 .purpose-panel h2 em { display: inline; }
 .join-intro { margin: 23px 0 0; }
 .join-signoff { text-align: left; font-size: 25px; margin-top: 12px; }
 .bank-layout { grid-template-columns: 1fr; gap: 35px; }
 .donation-bank-section { padding-block: 54px; }
 .bank-intro h2 { font-size: 52px; }
 .bank-intro > p:not(.eyebrow) { max-width: none; }
 .bank-card { max-width: 550px; width: 100%; padding: 32px; }
 .bank-details .bank-account dd { font-size: 36px; letter-spacing: .035em; }
 .bank-details dd { font-size: 18px; }
 .meaning-grid { grid-template-columns: 1fr; gap: 32px; }
 .meaning-heading h2 { max-width: 580px; font-size: 47px; }
 .meaning-heading img { width: 38px; margin-top: 25px; }
 .meaning-signature p { font-size: 24px; }
 .footer-bottom > p { max-width: 60%; }
}
@media (max-width: 450px) {
 .hero-official h1 { font-size: clamp(33px, 9.6vw, 42px); }
 .hero-official h1 em { margin-top: 6px; }
 .hero-official .hero-intro { font-size: 16px; }
 .hero-official .hero-actions { gap: 13px; }
 .hero-official .hero-actions .button { padding-inline: 17px; }
 .hero-official .hero-actions .text-link { font-size: 13px; gap: 7px; }
 .about-copy h2, .story-article h2, .action-official-heading h2 { font-size: 38px; }
 .pillars-grid { gap: 30px 22px; }
 .pillar h3 { font-size: 24px; }
 .pillar:last-child h3 { font-size: 22px; }
 .pillar p { font-size: 14px; }
 .purpose-panel { padding: 27px 23px; }
 .purpose-panel h2 { font-size: 37px; }
 .purpose-panel h2 em { display: block; }
 .bank-intro h2 { font-size: 46px; }
 .bank-card { padding: 26px 22px; }
 .bank-name { font-size: 31px; }
 .bank-details .bank-account dd { font-size: 31px; letter-spacing: .015em; }
 .bank-details dd { font-size: 17px; }
 .button-copy { gap: 8px; padding-inline: 10px; font-size: 12px; }
 .meaning-heading h2 { font-size: 41px; }
 .meaning-signature p { font-size: 22px; }
 .contact-phones { font-size: 13px; column-gap: 10px; }
 .contact-phones a { text-decoration-thickness: 1px; }
 .footer-bottom > p { max-width: none; }
}
@media (max-width: 350px) {
 .hero-official h1 { font-size: 33px; }
 .hero-official .hero-actions { gap: 11px; }
 .hero-official .hero-actions .button { font-size: 12px; padding-inline: 13px; gap: 11px; }
 .hero-official .hero-actions .text-link { font-size: 12px; }
 .pillar h3, .pillar:last-child h3 { font-size: 21px; }
 .pillar p { font-size: 14px; }
 .bank-card { padding-inline: 20px; }
 .bank-details .bank-account dd { font-size: 27px; letter-spacing: .01em; }
 .contact-phones .phone-divider { display: none; }
 .contact-phones a { flex-basis: 100%; justify-content: center; }
}
@media print {
 .hero-official h1 { font-size: 43px; }
 .story-grid, .purpose-grid, .bank-layout, .meaning-grid { gap: 25px; }
 .bank-card, .purpose-panel { break-inside: avoid; }
 .bank-card { box-shadow: none; }
 .bank-details .bank-account dd { font-size: 30px; white-space: normal; }
 .copy-status { display: none; }
}
