:root {
  --ink: #173e36;
  --ink-deep: #0d2925;
  --ink-soft: #386158;
  --night: #102f2b;
  --cream: #fbf7ed;
  --cream-deep: #f2ead9;
  --sand: #e9dec9;
  --coral: #db704f;
  --coral-deep: #bb543b;
  --amber: #f5c260;
  --amber-soft: #f8dfaa;
  --mint: #cde2d0;
  --mint-deep: #80af91;
  --line: rgba(23, 62, 54, .14);
  --muted: #637871;
  --white: #fffdf8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow-xl: 0 34px 85px rgba(14, 42, 36, .16);
  --shadow-lg: 0 21px 48px rgba(14, 42, 36, .12);
  --shadow-md: 0 10px 25px rgba(14, 42, 36, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  position: relative;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button, input, select { font: inherit; }
button { cursor: pointer; border: 0; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

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

::selection { color: var(--white); background: var(--coral); }

.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 7.6rem 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed; z-index: 1000; top: 12px; inset-inline-start: 12px;
  padding: .75rem 1rem; color: var(--ink-deep); background: var(--amber);
  border-radius: 9px; font-weight: 750; transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.page-grain {
  position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* Header */
.topbar { position: relative; z-index: 21; color: #dcece1; background: var(--ink-deep); }
.topbar-inner { display: flex; align-items: center; gap: 1rem; min-height: 34px; font-size: .69rem; font-weight: 650; letter-spacing: .02em; }
.topbar-inner p { display: flex; align-items: center; gap: .5rem; margin: 0; }
.topbar-pulse { width: 7px; height: 7px; flex: 0 0 auto; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 0 rgba(245,194,96,.5); animation: pulse 2.3s infinite; }
.topbar-link { display: inline-flex; align-items: center; gap: .35rem; margin-inline-start: auto; padding: .28rem 0; color: #f7ce7a; background: transparent; font-size: inherit; font-weight: 800; }
.topbar-link:hover { color: var(--white); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(23,62,54,.08); background: rgba(251,247,237,.88); backdrop-filter: blur(18px); }
.navigation { display: flex; align-items: center; min-height: 77px; gap: 1.7rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: max-content; }
.brand-symbol { display: grid; width: 44px; height: 44px; place-items: center; color: var(--cream); background: var(--ink); border-radius: 50% 50% 44% 56%; transform: rotate(-8deg); transition: transform .25s ease, color .25s ease, background .25s ease; }
.brand-symbol svg { width: 29px; height: 29px; }
.brand:hover .brand-symbol { color: var(--ink); background: var(--amber); transform: rotate(6deg) translateY(-2px); }
.brand-text { display: grid; gap: 1px; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-size: 1.08rem; letter-spacing: -.03em; }
.brand-text small { color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.site-menu { display: flex; align-items: center; gap: 1.55rem; margin-inline-start: auto; font-size: .83rem; font-weight: 730; }
.site-menu a { position: relative; padding: .55rem 0; color: var(--ink-soft); }
.site-menu a::after { position: absolute; right: 0; bottom: .18rem; left: 0; height: 2px; content: ''; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-menu a:hover { color: var(--ink); }
.site-menu a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-controls { display: flex; align-items: center; gap: .85rem; }
.language-control { position: relative; display: flex; align-items: center; color: var(--ink-soft); }
.language-control > svg { position: absolute; inset-inline-start: .6rem; width: 16px; height: 16px; pointer-events: none; }
.language-control::after { position: absolute; inset-inline-end: .55rem; width: 6px; height: 6px; content: ''; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; pointer-events: none; transform: rotate(45deg) translateY(-2px); }
.language-control select { width: 106px; height: 38px; padding: 0 1.7rem 0 1.75rem; color: var(--ink-soft); appearance: none; background: rgba(255,253,248,.45); border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 720; outline: 0; }
.language-control select:hover { border-color: var(--mint-deep); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .83rem 1.15rem; border-radius: 999px; font-size: .88rem; font-weight: 820; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0); }
.button-mini { min-height: 40px; padding: .61rem .88rem; color: var(--white); background: var(--ink); box-shadow: 0 7px 16px rgba(14,42,36,.13); font-size: .75rem; }
.button-mini:hover { background: var(--coral); box-shadow: 0 10px 19px rgba(219,112,79,.22); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 3px; transition: transform .2s ease, opacity .2s ease; }

/* Type */
.kicker { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1rem; color: #dd9a64; font-size: .65rem; font-weight: 850; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.kicker-icon { color: var(--coral); font-size: .86rem; }
.kicker-dark { color: var(--coral-deep); }
.kicker-light { color: #f8d584; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h1, h2 { margin-bottom: 1.3rem; font-family: var(--serif); font-weight: 500; letter-spacing: -.058em; line-height: .99; }
h1 { max-width: 680px; font-size: clamp(3.15rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2.4rem, 4.15vw, 4.05rem); }
h1 em, h2 em { position: relative; color: var(--coral); font-style: italic; white-space: nowrap; }
h1 em::after, h2 em::after { position: absolute; bottom: -.05em; inset-inline-start: .03em; width: 93%; height: .09em; content: ''; background: rgba(245,194,96,.74); border-radius: 999px; transform: rotate(-2.5deg); }

/* Hero */
.hero { position: relative; min-height: 680px; padding: clamp(4.9rem, 8vw, 8.5rem) 0 3rem; overflow: hidden; background: radial-gradient(circle at 88% 20%, rgba(201,226,208,.68), rgba(201,226,208,0) 27%), radial-gradient(circle at 15% 76%, rgba(248,216,167,.28), rgba(248,216,167,0) 27%), linear-gradient(115deg, var(--cream) 0%, #fbf8ef 53%, #f3f7ed 100%); }
.hero::before { position: absolute; top: -150px; inset-inline-start: -110px; width: 350px; height: 350px; content: ''; border: 1px solid rgba(128,175,145,.25); border-radius: 46% 54% 43% 57%; transform: rotate(22deg); }
.hero::after { position: absolute; right: 7%; bottom: 7%; width: 57px; height: 57px; content: ''; border: 1px solid rgba(219,112,79,.23); border-radius: 50%; }
.hero-noise { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(90deg, rgba(23,62,54,.04) 1px, transparent 1px), linear-gradient(rgba(23,62,54,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.hero-copy { padding: .8rem 0 1.8rem; }
.hero-lead { max-width: 610px; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 2.4rem; }
.button-coral { color: var(--white); background: var(--coral); box-shadow: 0 13px 28px rgba(190,79,53,.26); }
.button-coral:hover { color: var(--white); background: var(--coral-deep); box-shadow: 0 17px 31px rgba(190,79,53,.31); }
.round-arrow { display: grid; width: 21px; height: 21px; place-items: center; color: var(--coral); background: var(--white); border-radius: 50%; line-height: 1; }
.plain-action { display: inline-flex; align-items: center; gap: .55rem; padding: .5rem .1rem; color: var(--ink); background: transparent; font-size: .84rem; font-weight: 790; }
.plain-action:hover { color: var(--coral-deep); }
.play-mark { display: grid; width: 28px; height: 28px; place-items: center; color: var(--coral-deep); background: #f8e2d6; border-radius: 50%; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.plain-action:hover .play-mark { background: var(--amber); transform: translateY(3px); }
.hero-trust-list { display: flex; flex-wrap: wrap; gap: .65rem 1.15rem; padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: .7rem; font-weight: 690; }
.hero-trust-list li { display: flex; align-items: center; gap: .38rem; }
.mini-check { display: grid; width: 17px; height: 17px; place-items: center; color: var(--white); background: var(--mint-deep); border-radius: 50%; font-size: .58rem; }

.hero-art { position: relative; max-width: 535px; justify-self: end; width: 100%; padding: 1.55rem .8rem 1rem; }
.hero-art-frame { position: relative; overflow: hidden; padding: 1.4rem 1.3rem 1rem; background: var(--night); border: 1px solid rgba(255,253,248,.13); border-radius: 30px 30px 80px 30px; box-shadow: var(--shadow-xl); }
.hero-art-frame::after { position: absolute; z-index: 0; right: -50px; bottom: -60px; width: 190px; height: 190px; content: ''; background: rgba(245,194,96,.11); border-radius: 50%; filter: blur(1px); }
.frame-copy { position: relative; z-index: 2; display: grid; gap: .25rem; color: var(--white); font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.45rem); font-style: italic; letter-spacing: -.03em; line-height: 1.05; }
.frame-copy small { color: rgba(255,253,248,.63); font-family: var(--sans); font-size: .65rem; font-style: normal; font-weight: 650; letter-spacing: .03em; }
.hero-cat { position: relative; z-index: 1; display: block; width: 100%; margin: -2.2rem auto -.85rem; }
.art-caption { position: relative; z-index: 2; display: flex; align-items: center; gap: .48rem; color: rgba(255,253,248,.78); font-size: .65rem; font-weight: 670; }
.caption-wave { color: var(--amber); font-size: 1.4rem; line-height: .6; }
.story-time-card { position: absolute; z-index: 4; top: .2rem; inset-inline-start: -1.1rem; display: flex; align-items: center; gap: .45rem; padding: .56rem .68rem; color: var(--ink); background: var(--white); border: 1px solid rgba(23,62,54,.08); border-radius: 11px; box-shadow: var(--shadow-md); font-size: .56rem; font-weight: 830; letter-spacing: .12em; }
.story-time-card strong { margin-inline-start: .18rem; color: var(--coral-deep); font-family: var(--serif); font-size: .85rem; font-style: italic; letter-spacing: 0; }
.story-time-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px rgba(219,112,79,.16); animation: pulse 2.3s infinite; }
.heart-note { position: absolute; z-index: 4; right: -1rem; bottom: 1rem; display: flex; align-items: center; gap: .42rem; max-width: 166px; padding: .55rem .7rem; color: var(--ink); background: #f5c563; border-radius: 11px; box-shadow: var(--shadow-md); font-size: .63rem; font-weight: 790; line-height: 1.25; transform: rotate(-4deg); }
.heart-note > span:first-child { color: var(--coral); font-size: 1rem; }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(128,175,145,.47); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -1.6rem; right: -1.4rem; width: 150px; height: 150px; animation: orbit-spin 14s linear infinite; }
.orbit-two { bottom: 4%; left: -3.3rem; width: 105px; height: 105px; border-color: rgba(219,112,79,.28); animation: orbit-spin 10s linear infinite reverse; }
.orbit::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; content: ''; background: var(--amber); border-radius: 50%; }
.petal { position: absolute; z-index: 0; width: 14px; height: 24px; background: var(--coral); border-radius: 100% 0 100% 0; opacity: .42; }
.petal-a { top: 19%; left: 44%; animation: floating 4.4s ease-in-out infinite; }
.petal-b { top: 61%; left: 7%; width: 10px; height: 18px; background: var(--amber); animation: floating 5.1s 1s ease-in-out infinite; }
.petal-c { right: 5%; bottom: 19%; width: 11px; height: 19px; background: var(--mint-deep); animation: floating 4.8s .5s ease-in-out infinite; }
.hero-bottom-line { position: relative; z-index: 1; display: flex; align-items: center; gap: .7rem; justify-content: center; max-width: 440px; margin: 2.1rem auto 0; color: #769087; font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-bottom-line span { display: block; width: 36px; height: 1px; background: currentColor; }
.hero-bottom-line p { margin: 0; text-align: center; }

/* Common sections */
.section-heading { margin-bottom: 3.4rem; }
.section-heading-split { display: grid; grid-template-columns: 1.05fr .72fr; align-items: end; gap: 2rem; }
.section-heading-split h2 { margin-bottom: 0; }
.section-heading-split > p { max-width: 410px; margin: 0 0 .2rem auto; color: var(--ink-soft); font-size: .98rem; line-height: 1.68; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 610px; margin: 1.1rem auto 0; color: var(--ink-soft); font-size: .98rem; line-height: 1.67; }

/* Commitments */
.commitments { background: var(--cream-deep); }
.commitment-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 1rem; }
.commitment-card { position: relative; min-height: 298px; padding: 1.55rem; overflow: hidden; background: rgba(255,253,248,.69); border: 1px solid rgba(23,62,54,.08); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.commitment-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.commitment-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.commitment-card-dark:hover { color: var(--white); background: #1f5147; }
.commitment-card-dark::after { position: absolute; right: -56px; bottom: -62px; width: 200px; height: 200px; content: ''; border: 1px solid rgba(255,253,248,.22); border-radius: 44% 56% 57% 43%; transform: rotate(28deg); }
.card-index { position: absolute; top: 1rem; inset-inline-end: 1.3rem; color: rgba(23,62,54,.27); font-family: var(--serif); font-size: 1.18rem; font-style: italic; }
.commitment-card-dark .card-index { color: rgba(255,253,248,.43); }
.card-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 2.8rem; color: var(--white); background: rgba(255,253,248,.12); border-radius: 50% 50% 43% 57%; }
.card-icon svg { width: 27px; height: 27px; }
.icon-sun { color: #3f806a; background: #d7eadb; }
.icon-coral { color: var(--coral-deep); background: #fae0d5; }
.commitment-card h3 { margin-bottom: .48rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: -.045em; }
.commitment-card p { max-width: 285px; margin-bottom: 1.3rem; color: var(--muted); font-size: .84rem; line-height: 1.62; }
.commitment-card-dark h3, .commitment-card-dark p { color: inherit; }
.commitment-card-dark p { color: rgba(255,253,248,.73); }
.card-foot { position: absolute; z-index: 1; bottom: 1.45rem; inset-inline-start: 1.55rem; color: #78847f; font-size: .64rem; font-weight: 760; }
.commitment-card-dark .card-foot { color: #f4cd75; }

/* Story */
.luna-story { position: relative; overflow: hidden; color: var(--white); background: var(--night); }
.luna-story::before { position: absolute; top: -250px; inset-inline-start: -190px; width: 520px; height: 520px; content: ''; border: 1px solid rgba(202,225,210,.12); border-radius: 47% 53% 43% 57%; transform: rotate(-22deg); }
.luna-story::after { position: absolute; right: -160px; bottom: -150px; width: 380px; height: 380px; content: ''; background: rgba(245,194,96,.08); border-radius: 50%; }
.story-star { position: absolute; z-index: 1; color: rgba(245,194,96,.55); }
.star-one { top: 24%; right: 8%; font-size: 2.1rem; animation: twinkle 3.2s infinite; }
.star-two { bottom: 16%; right: 42%; color: rgba(202,225,210,.37); font-size: 1.3rem; animation: twinkle 3.5s .8s infinite; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(2.5rem, 8vw, 8rem); }
.story-visual { max-width: 405px; width: 100%; justify-self: center; }
.story-visual-stage { position: relative; min-height: 452px; padding: 1rem; overflow: hidden; background: #1c4940; border: 1px solid rgba(255,253,248,.13); border-radius: 160px 160px 30px 30px; box-shadow: 0 27px 56px rgba(0,0,0,.17); }
.story-visual-stage::before { position: absolute; top: 14%; left: -27%; width: 145%; height: 1px; content: ''; background: linear-gradient(90deg, transparent, rgba(255,253,248,.21), transparent); transform: rotate(-36deg); }
.story-badge { position: absolute; z-index: 3; top: 1rem; inset-inline-start: 1rem; display: inline-flex; align-items: center; gap: .38rem; padding: .44rem .6rem; color: rgba(255,253,248,.88); background: rgba(13,41,37,.6); border: 1px solid rgba(255,253,248,.12); border-radius: 999px; font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.badge-dot { width: 6px; height: 6px; background: var(--amber); border-radius: 50%; }
.story-moon { position: absolute; top: 18%; right: 13%; width: 70px; height: 70px; background: #f6c566; border-radius: 50%; box-shadow: 0 0 0 17px rgba(246,197,102,.09), 0 0 42px rgba(246,197,102,.15); }
.luna-sitting { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; width: 100%; }
.story-visual-caption { position: absolute; z-index: 4; right: 1rem; bottom: 1rem; left: 1rem; display: flex; align-items: center; gap: .45rem; color: rgba(255,253,248,.82); font-size: .61rem; font-weight: 650; }
.caption-line { width: 24px; height: 1px; background: var(--amber); }
.story-copy .kicker { color: #f4cd7a; }
.story-copy h2 { max-width: 690px; color: var(--white); }
.story-copy h2 em { color: #f8cd75; }
.story-copy h2 em::after { background: rgba(219,112,79,.68); }
.story-intro { max-width: 620px; margin-bottom: 1.7rem; color: rgba(255,253,248,.72); font-size: .94rem; line-height: 1.72; }
.story-moments { position: relative; display: grid; gap: .1rem; margin-bottom: 1.4rem; }
.story-moments::before { position: absolute; top: 28px; bottom: 28px; inset-inline-start: 34px; width: 1px; content: ''; background: linear-gradient(to bottom, rgba(245,194,96,.6), rgba(255,253,248,.1)); }
.story-moments article { position: relative; z-index: 1; display: grid; grid-template-columns: 68px 1fr; gap: 1rem; padding: .68rem 0; }
.moment-index { display: grid; width: 67px; height: 32px; place-items: center; color: #f5ca75; background: var(--night); font-family: var(--serif); font-size: .78rem; font-style: italic; }
.story-moments h3 { margin: 0 0 .22rem; color: var(--white); font-family: var(--serif); font-size: 1.12rem; font-weight: 500; letter-spacing: -.03em; }
.story-moments p { max-width: 515px; margin: 0; color: rgba(255,253,248,.62); font-size: .78rem; line-height: 1.57; }
.reveal-story-button { display: inline-flex; align-items: center; gap: .55rem; padding: .25rem 0; color: #f6ce7f; background: transparent; font-size: .82rem; font-weight: 790; }
.reveal-icon { display: grid; width: 25px; height: 25px; place-items: center; color: var(--ink); background: #f6ce7f; border-radius: 50%; font-size: 1rem; transition: transform .2s ease; }
.reveal-story-button:hover .reveal-icon { transform: rotate(90deg); }
.story-ending { display: flex; gap: .6rem; max-width: 590px; padding: .85rem 1rem; margin-top: 1rem; color: #1b4138; background: #f3ca70; border-radius: 10px; animation: soften-in .45s ease both; }
.story-ending p { margin: 0; font-size: .77rem; font-weight: 670; line-height: 1.55; }
.ending-heart { color: var(--coral-deep); font-size: 1rem; }

/* Help */
.help-start { overflow: hidden; background: var(--cream); }
.help-start::after { position: absolute; right: -80px; bottom: -85px; width: 250px; height: 250px; content: ''; border: 1px solid rgba(128,175,145,.23); border-radius: 52% 48% 58% 42%; transform: rotate(-30deg); }
.help-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.help-path-card { position: relative; min-height: 254px; padding: 1.55rem; overflow: hidden; background: #eff5ed; border: 1px solid rgba(23,62,54,.08); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease; }
.help-path-card:nth-child(3) { background: #fbede2; }
.help-path-card:hover { box-shadow: var(--shadow-md); transform: translateY(-6px); }
.help-path-card.featured { color: var(--white); background: var(--coral); }
.help-path-card.featured::after { position: absolute; right: -40px; bottom: -45px; width: 160px; height: 160px; content: ''; border: 1px solid rgba(255,253,248,.28); border-radius: 50%; }
.help-number { position: absolute; top: 1rem; inset-inline-end: 1.4rem; color: rgba(23,62,54,.27); font-family: var(--serif); font-size: 1.12rem; font-style: italic; }
.featured .help-number { color: rgba(255,253,248,.48); }
.help-icon { display: grid; width: 47px; height: 47px; place-items: center; margin-bottom: 2.5rem; border-radius: 14px; }
.help-icon svg { width: 27px; height: 27px; }
.food-icon { color: #3d8069; background: #d5e8d6; }.care-icon { color: var(--coral-deep); background: rgba(255,253,248,.2); }.home-icon { color: #b77e27; background: #fae1a6; }
.help-path-card h3 { position: relative; z-index: 1; margin-bottom: .5rem; font-family: var(--serif); font-size: 1.43rem; font-weight: 500; letter-spacing: -.04em; }
.help-path-card p { position: relative; z-index: 1; max-width: 300px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.62; }
.featured h3, .featured p { color: var(--white); }.featured p { color: rgba(255,253,248,.79); }

/* Donation */
.donation-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.donation-section::before { position: absolute; top: -230px; inset-inline-start: -200px; width: 550px; height: 550px; content: ''; border: 1px solid rgba(202,225,210,.13); border-radius: 45% 55% 48% 52%; transform: rotate(-20deg); }
.donation-section::after { position: absolute; right: -80px; bottom: -120px; width: 300px; height: 300px; content: ''; background: rgba(245,194,96,.08); border-radius: 50%; }
.donation-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.donation-copy h2 { max-width: 600px; color: var(--white); }.donation-copy h2 em { color: #f5c96f; }.donation-copy h2 em::after { background: rgba(219,112,79,.68); }
.donation-copy > p:not(.kicker) { max-width: 580px; margin-bottom: 1.8rem; color: rgba(255,253,248,.72); font-size: .97rem; line-height: 1.67; }
.amount-picker { max-width: 545px; padding: 1.1rem; background: rgba(255,253,248,.075); border: 1px solid rgba(255,253,248,.15); border-radius: 18px; }
.amount-picker > p:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 0 .75rem; color: rgba(255,253,248,.75); font-size: .73rem; font-weight: 700; }
.amount-picker > p strong { color: #f7d687; font-size: 1rem; }
.amount-buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; margin-bottom: .85rem; }
.amount-button, .custom-amount { min-width: 0; height: 43px; color: rgba(255,253,248,.85); background: rgba(255,253,248,.08); border: 1px solid rgba(255,253,248,.16); border-radius: 10px; font-size: .76rem; font-weight: 750; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.amount-button:hover, .amount-button.active { color: var(--ink-deep); background: var(--amber); border-color: var(--amber); }.amount-button:hover { transform: translateY(-1px); }
.custom-amount { display: flex; align-items: center; padding: 0 .52rem; }.custom-amount:focus-within { border-color: var(--amber); }
.custom-amount input { min-width: 0; width: 100%; color: var(--white); background: transparent; border: 0; outline: 0; font-size: .76rem; font-weight: 700; }.custom-amount input::placeholder { color: rgba(255,253,248,.62); }.custom-amount span { color: rgba(255,253,248,.58); font-size: .65rem; }.custom-amount input::-webkit-outer-spin-button, .custom-amount input::-webkit-inner-spin-button { appearance: none; margin: 0; }.custom-amount input[type=number] { -moz-appearance: textfield; }
.button-paypal { width: 100%; color: #173e76; background: #ffc439; box-shadow: 0 10px 21px rgba(0,0,0,.17); }.button-paypal:hover { color: #173e76; background: #ffcf56; box-shadow: 0 14px 23px rgba(0,0,0,.22); }.dark-arrow { color: #173e76; background: rgba(255,255,255,.6); }
.paypal-mark { position: relative; display: inline-block; width: 18px; height: 20px; font-family: Arial, sans-serif; font-size: 19px; font-style: italic; font-weight: 900; line-height: 20px; }.paypal-mark b { position: absolute; z-index: 1; top: 0; left: 0; color: #003087; }.paypal-mark i { position: absolute; top: 2px; left: 3px; color: #009cde; font-style: italic; }
.payment-assurance { display: flex; align-items: center; justify-content: center; gap: .38rem; margin: .75rem 0 0; color: rgba(255,253,248,.58); font-size: .62rem; text-align: center; }.payment-assurance svg { width: 15px; height: 15px; flex: 0 0 auto; }

.donation-trust-card { position: relative; padding: clamp(1.6rem, 3.6vw, 2.75rem); overflow: hidden; color: var(--ink); background: #f2c566; border-radius: 24px; box-shadow: 0 22px 48px rgba(0,0,0,.14); }
.donation-trust-card::after { position: absolute; right: -54px; bottom: -63px; width: 190px; height: 190px; content: ''; border: 1px solid rgba(23,62,54,.16); border-radius: 46% 54% 59% 41%; transform: rotate(24deg); }
.trust-card-symbol { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 1.8rem; color: var(--white); background: var(--coral); border-radius: 50% 50% 43% 57%; transform: rotate(-9deg); }.trust-card-symbol svg { width: 32px; height: 32px; }
.card-overline, .donation-trust-card h3, .donation-trust-card ul, .legal-reminder { position: relative; z-index: 1; }.card-overline { margin: 0; color: #76571c; font-size: .61rem; font-weight: 820; letter-spacing: .13em; }.donation-trust-card h3 { max-width: 330px; margin: .5rem 0 1.5rem; color: var(--ink); font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 500; letter-spacing: -.048em; line-height: 1; }.donation-trust-card ul { display: grid; gap: .72rem; padding: 0; margin: 0 0 1.55rem; list-style: none; font-size: .76rem; font-weight: 680; line-height: 1.42; }.donation-trust-card li { display: flex; align-items: flex-start; gap: .5rem; }.donation-trust-card li > span:first-child { display: grid; width: 17px; height: 17px; flex: 0 0 auto; place-items: center; margin-top: .05rem; color: var(--white); background: var(--ink); border-radius: 50%; font-size: .6rem; }
.legal-reminder { display: flex; gap: .55rem; padding-top: .9rem; border-top: 1px solid rgba(23,62,54,.18); }.legal-reminder > span { display: grid; width: 17px; height: 17px; flex: 0 0 auto; place-items: center; margin-top: .1rem; color: var(--white); background: var(--coral); border-radius: 50%; font-family: var(--serif); font-size: .72rem; font-weight: 700; }.legal-reminder p { margin: 0; color: rgba(23,62,54,.83); font-size: .63rem; font-weight: 600; line-height: 1.55; }

/* Strip */
.transparency-strip { color: var(--ink); background: #e7efe6; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 132px; }
.strip-grid > div { display: flex; align-items: center; gap: .8rem; padding: 1.5rem 2rem; border-inline-end: 1px solid rgba(23,62,54,.12); }.strip-grid > div:first-child { padding-inline-start: 0; }.strip-grid > div:last-child { padding-inline-end: 0; border: 0; }
.strip-number { color: var(--coral); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }.strip-grid p { display: grid; gap: .15rem; margin: 0; }.strip-grid strong { font-size: .78rem; }.strip-grid p span { color: var(--muted); font-size: .7rem; line-height: 1.45; }

/* final */
.final-call { padding-top: 0; padding-bottom: 6.5rem; background: var(--cream); }
.final-card { position: relative; display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 2.5rem; min-height: 290px; padding: 2rem clamp(2rem, 5.5vw, 5rem) 2rem 2.5rem; overflow: hidden; color: var(--white); background: var(--coral); border-radius: 27px; }.final-card::before { position: absolute; top: -150px; right: -110px; width: 400px; height: 400px; content: ''; border: 1px solid rgba(255,253,248,.22); border-radius: 48% 52% 43% 57%; transform: rotate(22deg); }.final-card::after { position: absolute; bottom: -88px; left: 25%; width: 225px; height: 190px; content: ''; background: rgba(245,194,96,.19); border-radius: 50%; }
.final-illustration, .final-copy { position: relative; z-index: 1; }.final-illustration svg { display: block; width: 100%; max-width: 205px; margin: auto; }.final-copy { max-width: 690px; }.final-copy .kicker { color: #fbe4a7; }.final-copy h2 { max-width: 670px; margin-bottom: .9rem; color: var(--white); }.final-copy h2 em { color: #fbe2a0; }.final-copy h2 em::after { background: rgba(23,62,54,.32); }.final-copy > p:not(.kicker) { margin-bottom: 1.45rem; color: rgba(255,253,248,.86); }.final-actions { display: flex; flex-wrap: wrap; gap: .7rem; }.button-light { min-height: 47px; color: var(--coral-deep); background: var(--white); }.button-light:hover { color: var(--coral-deep); background: #fff6e7; }.button-outline { min-height: 47px; color: var(--white); background: transparent; border: 1px solid rgba(255,253,248,.58); }.button-outline:hover { color: var(--coral-deep); background: var(--white); border-color: var(--white); }

/* footer */
.site-footer { color: rgba(255,253,248,.74); background: var(--ink-deep); }.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; min-height: 140px; }.footer-brand { color: var(--white); }.footer-brand .brand-symbol { color: var(--ink); background: var(--amber); }.footer-brand .brand-text small { color: rgba(255,253,248,.5); }.footer-mantra { margin: 0; color: #f5cc77; font-family: var(--serif); font-size: 1.05rem; font-style: italic; }.footer-note { justify-self: end; max-width: 270px; margin: 0; color: rgba(255,253,248,.52); font-size: .67rem; line-height: 1.55; text-align: end; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 56px; border-top: 1px solid rgba(255,253,248,.1); color: rgba(255,253,248,.45); font-size: .65rem; }.footer-bottom p { margin: 0; }.footer-bottom button { padding: .4rem 0; color: #f4cb75; background: transparent; font-size: inherit; font-weight: 760; }.footer-bottom button:hover { color: var(--white); }

/* Modal + toast */
.donation-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 1.2rem; }.modal-overlay { position: absolute; inset: 0; background: rgba(8,29,24,.67); backdrop-filter: blur(7px); animation: overlay-in .2s ease both; }.modal-panel { position: relative; z-index: 1; width: min(100%, 550px); padding: clamp(1.6rem, 5vw, 2.7rem); color: var(--ink); background: var(--cream); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.28); animation: modal-in .25s ease both; }.modal-close { position: absolute; top: 1rem; inset-inline-end: 1rem; display: grid; width: 35px; height: 35px; place-items: center; color: var(--ink); background: #eee5d3; border-radius: 50%; font-size: 1.4rem; line-height: 1; transition: transform .2s ease, background .2s ease; }.modal-close:hover { background: var(--amber); transform: rotate(90deg); }.modal-paw { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 1.4rem; color: var(--white); background: var(--coral); border-radius: 50% 50% 43% 57%; transform: rotate(-9deg); }.modal-paw svg { width: 32px; height: 32px; }.modal-panel h2 { max-width: 435px; margin-bottom: .9rem; font-size: clamp(2rem, 5vw, 2.75rem); }.modal-text { color: var(--ink-soft); font-size: .88rem; line-height: 1.65; }.modal-amount { display: flex; align-items: center; justify-content: space-between; margin: 1.2rem 0; padding: .8rem .9rem; background: #e8f0e7; border-radius: 10px; font-size: .74rem; font-weight: 700; }.modal-amount strong { color: var(--coral-deep); font-size: 1rem; }.modal-close-button { min-height: 46px; }.toast { position: fixed; z-index: 300; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .55rem; max-width: min(410px, calc(100vw - 2rem)); padding: .8rem .95rem; color: var(--white); background: var(--ink); border: 1px solid rgba(255,253,248,.13); border-radius: 12px; box-shadow: var(--shadow-lg); font-size: .75rem; font-weight: 650; animation: toast-in .22s ease both; }.toast > span { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; color: var(--ink); background: var(--amber); border-radius: 50%; font-size: .63rem; }.toast p { margin: 0; }
.noscript-message { position: fixed; z-index: 1000; right: 1rem; bottom: 1rem; max-width: 380px; padding: 1rem; color: var(--white); background: var(--coral-deep); border-radius: 10px; font-size: .8rem; }

/* Reveal and animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.7,.22,1); }.reveal.revealed { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-one { transition-delay: .09s; }.reveal-delay-two { transition-delay: .18s; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(245,194,96,.42); } 50% { box-shadow: 0 0 0 6px rgba(245,194,96,0); } }
@keyframes floating { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-13px) rotate(11deg); } }
@keyframes orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes twinkle { 0%,100% { opacity: .35; transform: scale(.86); } 50% { opacity: 1; transform: scale(1.14); } }
@keyframes soften-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(13px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes overlay-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* RTL */
html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] .brand-text strong, html[dir="rtl"] .footer-mantra { font-family: Tahoma, Arial, sans-serif; font-weight: 700; letter-spacing: -.025em; }
html[dir="rtl"] h1 em, html[dir="rtl"] h2 em { font-style: normal; }
html[dir="rtl"] .language-control select { padding: 0 1.75rem 0 1.7rem; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .story-copy, html[dir="rtl"] .donation-copy, html[dir="rtl"] .donation-trust-card, html[dir="rtl"] .section-heading-split, html[dir="rtl"] .help-path-card { text-align: start; }
html[dir="rtl"] .footer-note { text-align: start; }
html[dir="rtl"] .story-moments::before { background: linear-gradient(to bottom, rgba(245,194,96,.6), rgba(255,253,248,.1)); }

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .83fr); gap: 2rem; }.hero-art { padding-inline: .3rem; }.hero-art-frame { padding: 1.15rem 1rem .85rem; border-radius: 25px 25px 65px 25px; }.story-time-card { inset-inline-start: -.3rem; }.heart-note { right: -.5rem; }.section-heading-split { grid-template-columns: 1fr .82fr; }.commitment-grid { gap: .8rem; }.commitment-card { min-height: 290px; padding: 1.3rem; }.card-foot { inset-inline-start: 1.3rem; }.story-grid { gap: 3rem; }.donation-layout { gap: 3rem; }.footer-main { grid-template-columns: 1fr auto 1fr; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 34px, 620px); }.section { padding: 5.4rem 0; }.topbar-inner { min-height: 33px; }.topbar-inner p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.navigation { min-height: 68px; gap: .7rem; }.menu-toggle { display: block; margin-inline-start: auto; }.site-menu { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: .55rem 17px 1rem; visibility: hidden; background: rgba(251,247,237,.98); border-bottom: 1px solid var(--line); box-shadow: 0 16px 23px rgba(14,42,36,.08); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }.site-menu.open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }.site-menu a { padding: .8rem 0; border-bottom: 1px solid rgba(23,62,54,.08); }.site-menu a::after { display: none; }.nav-controls { gap: .5rem; }.language-control select { width: 95px; }.button-mini { display: none; }
  .hero { min-height: auto; padding-top: 4.7rem; }.hero-grid { grid-template-columns: 1fr; gap: 1.75rem; }.hero-copy { padding: 0; }.hero-art { max-width: 495px; justify-self: center; padding: .65rem 1rem 1rem; }.hero-bottom-line { margin-top: 1.5rem; }.section-heading-split { grid-template-columns: 1fr; gap: .8rem; }.section-heading-split > p { margin-inline-start: 0; }.commitment-grid { grid-template-columns: 1fr; }.commitment-card { min-height: 230px; }.card-icon { margin-bottom: 1.4rem; }.story-grid { grid-template-columns: 1fr; gap: 2.9rem; }.story-visual { max-width: 410px; justify-self: center; }.story-copy { max-width: 620px; }.help-path-grid { gap: .75rem; }.help-path-card { min-height: 240px; padding: 1.3rem; }.donation-layout { grid-template-columns: 1fr; gap: 2.2rem; }.donation-trust-card { max-width: 590px; }.strip-grid { grid-template-columns: 1fr; min-height: auto; padding: .65rem 0; }.strip-grid > div, .strip-grid > div:first-child, .strip-grid > div:last-child { padding: 1rem 0; border-inline-end: 0; border-bottom: 1px solid rgba(23,62,54,.1); }.strip-grid > div:last-child { border-bottom: 0; }.final-call { padding-bottom: 5rem; }.final-card { grid-template-columns: 155px 1fr; gap: 1.2rem; padding: 1.6rem; }.footer-main { grid-template-columns: 1fr auto; min-height: 120px; padding: 1.35rem 0; }.footer-mantra { display: none; }.footer-note { max-width: 220px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 620px); }.topbar-link { display: none; }.topbar-inner { justify-content: center; }.topbar-inner p { text-align: center; }.brand-symbol { width: 39px; height: 39px; }.brand-symbol svg { width: 26px; height: 26px; }.brand-text strong { font-size: 1rem; }.brand-text small { font-size: .56rem; }.navigation { gap: .45rem; }.language-control > svg { display: none; }.language-control select { width: 80px; padding-inline: .55rem 1.45rem; font-size: .65rem; }.language-control::after { inset-inline-end: .5rem; }.hero { padding-top: 3.6rem; }.hero-actions { flex-direction: column; align-items: flex-start; gap: .75rem; }.hero-actions .button-coral { width: 100%; }.hero-trust-list { display: grid; gap: .5rem; }.hero-art { padding-inline: .1rem; }.hero-art-frame { padding: 1rem .75rem .75rem; border-radius: 20px 20px 50px 20px; }.frame-copy { font-size: 1.02rem; }.hero-cat { margin-top: -1.25rem; }.story-time-card { top: -.25rem; max-width: 140px; padding: .45rem .5rem; font-size: .48rem; }.story-time-card strong { font-size: .7rem; }.heart-note { right: -.2rem; bottom: -.5rem; max-width: 145px; padding: .42rem .52rem; font-size: .53rem; }.hero-bottom-line { font-size: .49rem; }.hero-bottom-line span { width: 18px; }
  h1 { font-size: clamp(2.85rem, 13vw, 4.1rem); } h2 { font-size: clamp(2.25rem, 10.4vw, 3.2rem); } h1 em, h2 em { white-space: normal; }.section-heading { margin-bottom: 2.3rem; }.commitment-card h3 { font-size: 1.4rem; }.luna-story { padding-top: 4.7rem; padding-bottom: 4.7rem; }.story-visual-stage { min-height: 390px; border-radius: 135px 135px 23px 23px; }.story-badge { font-size: .48rem; }.story-moon { width: 56px; height: 56px; }.story-moments article { grid-template-columns: 58px 1fr; gap: .65rem; }.story-moments::before { inset-inline-start: 29px; }.moment-index { width: 58px; font-size: .7rem; }.story-moments h3 { font-size: 1rem; }.story-moments p { font-size: .73rem; }.help-path-grid { grid-template-columns: 1fr; }.help-path-card { min-height: 0; }.help-icon { margin-bottom: 1rem; }.amount-picker { padding: .85rem; }.amount-buttons { gap: .32rem; }.amount-button, .custom-amount { height: 40px; font-size: .66rem; }.button-paypal { font-size: .79rem; }.donation-trust-card { padding: 1.6rem 1.25rem; border-radius: 19px; }.donation-trust-card h3 { font-size: 1.8rem; }.final-card { grid-template-columns: 1fr; gap: .7rem; padding: 1.9rem 1.35rem; }.final-illustration { display: none; }.final-actions { display: grid; }.final-actions .button { width: 100%; }.footer-main { grid-template-columns: 1fr; gap: 1rem; }.footer-note { justify-self: start; max-width: 300px; text-align: start; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: .25rem; padding: .7rem 0; }.modal-panel { padding: 1.5rem 1.2rem; border-radius: 20px; }.modal-close { top: .7rem; inset-inline-end: .7rem; }
}

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

/* ─── Real-animal photography and dynamic photo hero ────────────── */
.photo-hero {
  min-height: min(790px, calc(100vh - 34px));
  padding: 0;
  isolation: isolate;
  color: var(--white);
  background: var(--night);
}
.photo-hero::before,
.photo-hero::after { display: none; }
.hero-photo-carousel,
.photo-shade,
.photo-light {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
}
.hero-photo-carousel { background: #0c2521; }
.photo-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.3s ease, transform 7.2s cubic-bezier(.16,.7,.35,1);
}
.photo-slide.active { opacity: 1; transform: scale(1.13); }
.photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.03);
}
.photo-slide:nth-child(1) img { object-position: 52% 48%; }
.photo-slide:nth-child(2) img { object-position: 50% 42%; }
.photo-slide:nth-child(3) img { object-position: 50% 50%; }
.photo-slide:nth-child(4) img { object-position: 50% 38%; }
.photo-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8,29,24,.88) 0%, rgba(10,35,29,.76) 42%, rgba(8,30,25,.36) 100%),
    linear-gradient(0deg, rgba(7,27,23,.62) 0%, transparent 43%);
}
.photo-light {
  z-index: -1;
  background: radial-gradient(circle at 83% 20%, rgba(245,194,96,.28), rgba(245,194,96,0) 27%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.photo-hero-grid {
  min-height: 720px;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .56fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.photo-hero-copy { padding: 6.7rem 0 5.2rem; }
.photo-hero .hero-copy h1 { max-width: 755px; color: var(--white); text-shadow: 0 3px 24px rgba(0,0,0,.2); }
.photo-hero .hero-copy h1 em { color: #f7ce79; }
.photo-hero .hero-copy h1 em::after { background: rgba(219,112,79,.78); }
.photo-hero .hero-lead { max-width: 610px; color: rgba(255,253,248,.84); text-shadow: 0 1px 10px rgba(0,0,0,.18); }
.photo-hero .kicker { color: #f9d487; }
.photo-hero .kicker-icon { color: #f5c66c; }
.plain-action-light { color: var(--white); }
.plain-action-light:hover { color: #f8d485; }
.plain-action-light .play-mark { color: var(--white); background: rgba(255,253,248,.14); border: 1px solid rgba(255,253,248,.24); }
.photo-trust-list { color: rgba(255,253,248,.84); }
.photo-trust-list .mini-check { color: var(--ink); background: #f5c66c; }
.photo-hero .button-coral { box-shadow: 0 14px 33px rgba(0,0,0,.24); }

.hero-photo-panel {
  width: min(100%, 310px);
  justify-self: end;
  padding: 1.05rem;
  color: var(--white);
  background: rgba(9,31,27,.66);
  border: 1px solid rgba(255,253,248,.22);
  border-radius: 20px 20px 58px 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.23);
  backdrop-filter: blur(12px);
}
.photo-panel-top { display: flex; align-items: center; gap: .45rem; color: rgba(255,253,248,.86); font-size: .56rem; font-weight: 840; letter-spacing: .11em; }
.photo-counter { margin-inline-start: auto; color: #f7d486; font-family: var(--serif); font-size: .75rem; font-style: italic; letter-spacing: 0; }
.photo-live-dot { width: 7px; height: 7px; background: #f6c76d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(246,199,109,.14); animation: pulse 2.3s infinite; }
.photo-panel-line { width: 100%; height: 1px; margin: 1.15rem 0; background: linear-gradient(90deg, #f6c76d, rgba(255,253,248,.12)); }
.photo-quote { margin: 0 0 .45rem; color: var(--white); font-family: var(--serif); font-size: 1.5rem; font-style: italic; letter-spacing: -.035em; line-height: 1.07; }
.photo-answer { margin: 0 0 1.75rem; color: rgba(255,253,248,.68); font-size: .74rem; font-weight: 630; line-height: 1.5; }
.photo-panel-bottom { display: flex; align-items: center; gap: .4rem; color: rgba(255,253,248,.75); font-size: .61rem; font-weight: 650; line-height: 1.35; }
.photo-dots { display: flex; gap: .38rem; margin-top: 1.3rem; }
.photo-dot { width: 7px; height: 7px; padding: 0; background: rgba(255,253,248,.34); border-radius: 50%; transition: width .3s ease, background .3s ease; }
.photo-dot.active { width: 24px; background: #f6c76d; border-radius: 999px; }
.photo-dot:hover { background: var(--white); }
.photo-bottom-line { position: absolute; z-index: 1; right: 0; bottom: 1.7rem; left: 0; color: rgba(255,253,248,.67); }
.photo-bottom-line span { background: currentColor; }
.photo-paw { position: absolute; z-index: 0; color: rgba(246,199,109,.55); text-shadow: 0 0 18px rgba(246,199,109,.22); animation: twinkle 3.8s infinite; }
.paw-one { top: 21%; right: 8%; font-size: 2.2rem; }
.paw-two { bottom: 16%; left: 52%; color: rgba(211,230,213,.38); font-size: 1.4rem; animation-delay: .9s; }

/* Real photo in Luna's story */
.real-story-visual .story-visual-stage {
  min-height: 460px;
  padding: 0;
  overflow: hidden;
  background: #1b4640;
}
.real-story-visual .story-visual-stage::before { z-index: 3; }
.story-real-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.86) contrast(1.05); transform: scale(1.04); transition: transform 8s ease; }
.real-story-visual:hover .story-real-photo { transform: scale(1.12); }
.story-photo-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(9,31,27,.25) 0%, rgba(9,31,27,.02) 36%, rgba(8,28,24,.86) 100%); }
.story-photo-quote { position: absolute; z-index: 4; top: 50%; left: 1.25rem; max-width: 190px; color: var(--white); transform: translateY(-20%); }
.story-photo-quote > span { display: block; color: #f6c76d; font-family: var(--serif); font-size: 3.2rem; line-height: .5; }
.story-photo-quote p { margin: .6rem 0 0; font-family: var(--serif); font-size: 1.1rem; font-style: italic; letter-spacing: -.03em; line-height: 1.08; }
.real-story-visual .story-visual-caption { z-index: 5; }
.real-story-visual .story-badge { z-index: 5; }

/* Donation currencies */
.currency-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .95rem; color: rgba(255,253,248,.75); font-size: .7rem; font-weight: 700; }
.currency-switch { display: inline-flex; padding: 3px; background: rgba(255,253,248,.08); border: 1px solid rgba(255,253,248,.13); border-radius: 999px; }
.currency-button { min-height: 27px; padding: .3rem .52rem; color: rgba(255,253,248,.72); background: transparent; border-radius: 999px; font-size: .61rem; font-weight: 800; transition: color .2s ease, background .2s ease; }
.currency-button.active { color: var(--ink-deep); background: #f6c86d; }
.currency-button:hover:not(.active) { color: var(--white); }

/* Contact details */
.contact-section { position: relative; padding: 6.7rem 0; overflow: hidden; background: #e8f0e7; }
.contact-section::before { position: absolute; top: -85px; right: -80px; width: 240px; height: 240px; content: ''; border: 1px solid rgba(128,175,145,.36); border-radius: 50% 50% 47% 53%; transform: rotate(23deg); }
.contact-shell { position: relative; }
.contact-heading { max-width: 670px; }
.contact-heading h2 { margin-bottom: 1rem; }
.contact-heading > p:not(.kicker) { max-width: 625px; margin-bottom: 2rem; color: var(--ink-soft); font-size: .97rem; line-height: 1.68; }
.contact-cards { display: grid; grid-template-columns: 1fr 1.16fr 1fr; gap: .8rem; }
.contact-card { display: flex; align-items: center; gap: .75rem; min-height: 94px; padding: 1.05rem; color: var(--ink); background: rgba(255,253,248,.84); border: 1px solid rgba(23,62,54,.1); border-radius: 15px; box-shadow: 0 7px 18px rgba(23,62,54,.045); transition: transform .22s ease, box-shadow .22s ease; }
.contact-card:hover { color: var(--ink); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.contact-icon { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1rem; font-weight: 700; }
.contact-card-paypal .contact-icon { color: #163e78; background: #ffc439; font-family: Arial, sans-serif; font-style: italic; }
.contact-card span:last-child, .contact-card address { display: grid; gap: .12rem; min-width: 0; font-style: normal; }
.contact-card small { color: var(--muted); font-size: .56rem; font-weight: 820; letter-spacing: .12em; }
.contact-card strong { overflow-wrap: anywhere; font-size: .75rem; font-weight: 760; line-height: 1.38; }
.photo-credit { margin: 1.05rem 0 0; color: var(--muted); font-size: .62rem; line-height: 1.5; }
.final-real-photo { position: relative; overflow: hidden; height: 180px; border: 1px solid rgba(255,253,248,.25); border-radius: 18px 18px 54px 18px; box-shadow: 0 15px 28px rgba(0,0,0,.16); }
.final-real-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.86); }
.final-photo-heart { position: absolute; right: .65rem; bottom: .55rem; display: grid; width: 30px; height: 30px; place-items: center; color: var(--coral); background: var(--white); border-radius: 50%; font-size: .9rem; }

@media (max-width: 800px) {
  .photo-hero { min-height: 760px; }
  .photo-hero-grid { min-height: 690px; grid-template-columns: 1fr; gap: 1.5rem; }
  .photo-hero-copy { padding: 7.5rem 0 1rem; }
  .hero-photo-panel { width: min(100%, 355px); justify-self: start; margin-bottom: 5.3rem; }
  .photo-shade { background: linear-gradient(180deg, rgba(8,29,24,.82) 0%, rgba(8,29,24,.68) 49%, rgba(8,29,24,.76) 100%); }
  .photo-bottom-line { bottom: 1rem; }
  .contact-cards { grid-template-columns: 1fr; max-width: 575px; }
  .contact-card { min-height: 82px; }
}

@media (max-width: 560px) {
  .photo-hero { min-height: 720px; }
  .photo-hero-grid { min-height: 665px; }
  .photo-hero-copy { padding: 5.2rem 0 .4rem; }
  .photo-hero .hero-copy h1 { font-size: clamp(2.8rem, 12.5vw, 4rem); }
  .photo-hero .hero-lead { margin-bottom: 1.4rem; font-size: .94rem; line-height: 1.62; }
  .photo-hero .hero-actions { margin-bottom: 1.25rem; }
  .photo-hero .hero-trust-list { display: none; }
  .hero-photo-panel { width: 100%; max-width: 320px; padding: .9rem; margin-bottom: 4.25rem; border-radius: 17px 17px 44px 17px; }
  .photo-answer { margin-bottom: 1.1rem; }
  .photo-dots { margin-top: .85rem; }
  .photo-bottom-line { font-size: .47rem; }
  .photo-bottom-line span { width: 18px; }
  .real-story-visual .story-visual-stage { min-height: 390px; }
  .story-photo-quote { top: 53%; left: 1rem; max-width: 165px; }
  .story-photo-quote p { font-size: 1rem; }
  .currency-row { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .contact-section { padding: 5rem 0; }
  .contact-card { padding: .9rem; }
  .final-real-photo { display: none; }
}

/* Keep the carousel above the section background and below its content. */
.photo-hero .hero-photo-carousel { z-index: 0; }
.photo-hero .photo-shade { z-index: 1; }
.photo-hero .photo-light { z-index: 2; }
.photo-hero .photo-hero-grid { position: relative; z-index: 3; }
.photo-hero .photo-bottom-line { z-index: 3; }
.photo-hero .photo-paw { z-index: 2; }

/* ─── Long-term sanctuary vision ────────────────────────────────── */
.sanctuary-vision {
  position: relative;
  overflow: hidden;
  background: #f7f1e5;
}
.sanctuary-vision::before {
  position: absolute;
  top: -180px;
  left: -130px;
  width: 420px;
  height: 420px;
  content: '';
  border: 1px solid rgba(128,175,145,.3);
  border-radius: 45% 55% 51% 49%;
  transform: rotate(-20deg);
}
.vision-orb { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; }
.vision-orb-one { top: 12%; right: -90px; width: 200px; height: 200px; background: rgba(245,194,96,.22); }
.vision-orb-two { bottom: 11%; left: 43%; width: 110px; height: 110px; background: rgba(219,112,79,.08); }
.vision-top,
.vision-pillars,
.vision-bottom { position: relative; z-index: 1; }
.vision-top { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); margin-bottom: 3rem; }
.vision-intro h2 { max-width: 680px; margin-bottom: 1rem; }
.vision-intro > p:not(.kicker) { max-width: 570px; color: var(--ink-soft); font-size: .98rem; line-height: 1.7; }
.vision-honesty { padding: .8rem .9rem; margin-top: 1.45rem; color: #346457 !important; background: #e0ede0; border-inline-start: 3px solid var(--mint-deep); border-radius: 0 10px 10px 0; font-size: .76rem !important; font-weight: 650; line-height: 1.55 !important; }
.vision-photo-card { position: relative; max-width: 430px; justify-self: end; width: 100%; min-height: 330px; margin: 0; overflow: hidden; background: var(--ink); border: 1px solid rgba(23,62,54,.12); border-radius: 28px 28px 78px 28px; box-shadow: var(--shadow-lg); }
.vision-photo-card::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(8,31,26,.04), rgba(8,31,26,.7)); }
.vision-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: scale(1.04); transition: transform 6s ease; }
.vision-photo-card:hover img { transform: scale(1.13); }
.vision-photo-card figcaption { position: absolute; z-index: 1; right: 1.2rem; bottom: 1.15rem; left: 1.2rem; display: flex; align-items: center; gap: .45rem; color: var(--white); font-family: var(--serif); font-size: 1.25rem; font-style: italic; letter-spacing: -.03em; line-height: 1.08; }
.vision-photo-card figcaption span:first-child { color: #f7ce77; font-family: var(--sans); font-size: 1.1rem; }
.vision-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; }
.vision-pillar { position: relative; min-height: 250px; padding: 1.25rem; overflow: hidden; background: rgba(255,253,248,.74); border: 1px solid rgba(23,62,54,.09); border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.vision-pillar:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.vision-pillar-featured { color: var(--white); background: var(--ink); border-color: var(--ink); }
.vision-pillar-featured:hover { color: var(--white); background: #1d5046; }
.vision-pillar-featured::after { position: absolute; right: -47px; bottom: -56px; width: 150px; height: 150px; content: ''; border: 1px solid rgba(255,253,248,.18); border-radius: 50%; }
.vision-number { position: absolute; top: .95rem; right: 1rem; color: rgba(23,62,54,.26); font-family: var(--serif); font-size: 1rem; font-style: italic; }
html[dir="rtl"] .vision-number { right: auto; left: 1rem; }
.vision-pillar-featured .vision-number { color: rgba(255,253,248,.45); }
.vision-icon { display: grid; width: 41px; height: 41px; place-items: center; margin-bottom: 1.55rem; color: #3f8069; background: #d8e9d9; border-radius: 12px; }
.vision-pillar:nth-child(3) .vision-icon { color: #b67d28; background: #f9e0a4; }
.vision-pillar:nth-child(4) .vision-icon { color: #bd6149; background: #f8ddd2; }
.vision-pillar-featured .vision-icon { color: var(--ink); background: #f6c76c; }
.vision-icon svg { width: 23px; height: 23px; }
.vision-pillar h3 { position: relative; z-index: 1; margin-bottom: .45rem; font-family: var(--serif); font-size: 1.22rem; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.vision-pillar p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.58; }
.vision-pillar-featured h3 { color: var(--white); }.vision-pillar-featured p { color: rgba(255,253,248,.72); }
.vision-bottom { display: flex; align-items: center; gap: .8rem; max-width: 870px; padding: 1rem 1.1rem; margin: 2.1rem auto 0; background: #e6efe4; border: 1px solid rgba(23,62,54,.08); border-radius: 14px; }
.vision-bottom-paw { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: .9rem; }
.vision-bottom p { flex: 1; margin: 0; color: var(--ink-soft); font-size: .77rem; font-weight: 650; line-height: 1.5; }
.vision-bottom .text-link { flex: 0 0 auto; white-space: nowrap; }
.reveal-delay-three { transition-delay: .27s; }

.one-euro-message { display: flex; align-items: flex-start; gap: .45rem; margin: .8rem 0 0; padding: .64rem .72rem; color: rgba(255,253,248,.88); background: rgba(245,194,96,.12); border: 1px solid rgba(245,194,96,.25); border-radius: 9px; font-size: .65rem; font-weight: 650; line-height: 1.48; }
.one-euro-message > span:first-child { display: inline-grid; min-width: 27px; height: 20px; place-items: center; color: var(--ink); background: #f5c66c; border-radius: 6px; font-size: .58rem; font-weight: 850; }

@media (max-width: 1000px) {
  .vision-pillars { gap: .65rem; }.vision-pillar { min-height: 262px; padding: 1rem; }.vision-icon { margin-bottom: 1.25rem; }
}
@media (max-width: 800px) {
  .vision-top { grid-template-columns: 1fr; gap: 2rem; }.vision-photo-card { max-width: 530px; justify-self: start; min-height: 300px; }.vision-pillars { grid-template-columns: repeat(2, 1fr); }.vision-pillar { min-height: 225px; }.vision-bottom { align-items: flex-start; flex-wrap: wrap; }.vision-bottom .text-link { margin-inline-start: 43px; }
}
@media (max-width: 560px) {
  .sanctuary-vision { padding-top: 4.8rem; padding-bottom: 4.8rem; }.vision-photo-card { min-height: 270px; border-radius: 20px 20px 55px 20px; }.vision-photo-card figcaption { font-size: 1.1rem; }.vision-pillars { grid-template-columns: 1fr; }.vision-pillar { min-height: 0; padding: 1.15rem; }.vision-icon { margin-bottom: 1rem; }.vision-bottom { gap: .65rem; padding: .9rem; }.vision-bottom .text-link { margin-inline-start: 42px; }.one-euro-message { font-size: .61rem; }
}

/* ─── Continuous paw trail + accessible animal sounds ───────────── */
.paw-stream {
  position: fixed;
  z-index: 18;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.floating-paw {
  position: absolute;
  top: -16vh;
  left: var(--paw-left);
  color: rgba(245,198,108,var(--paw-opacity));
  font-size: var(--paw-size);
  line-height: 1;
  filter: drop-shadow(0 3px 4px rgba(12,39,33,.08));
  animation: falling-paw var(--paw-duration) linear var(--paw-delay) infinite;
  will-change: transform;
}
.floating-paw:nth-child(3n) { color: rgba(218,112,79,var(--paw-opacity)); }
.floating-paw:nth-child(4n) { color: rgba(127,173,143,var(--paw-opacity)); }
@keyframes falling-paw {
  0% { transform: translate3d(0,-10vh,0) rotate(0deg) scale(.84); }
  44% { transform: translate3d(var(--paw-drift),45vh,0) rotate(130deg) scale(1); }
  100% { transform: translate3d(calc(var(--paw-drift) * -0.45),122vh,0) rotate(290deg) scale(.9); }
}
.sound-dock {
  position: fixed;
  z-index: 21;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: .38rem;
  color: var(--ink);
  background: rgba(255,253,248,.9);
  border: 1px solid rgba(23,62,54,.13);
  border-radius: 999px;
  box-shadow: 0 11px 27px rgba(10,35,29,.15);
  backdrop-filter: blur(12px);
}
.sound-dock-label { padding: 0 .25rem 0 .45rem; color: var(--muted); font-size: .61rem; font-weight: 760; white-space: nowrap; }
.sound-button { display: inline-flex; align-items: center; gap: .28rem; min-height: 31px; padding: .36rem .55rem; color: var(--ink); background: #eef4ed; border: 1px solid transparent; border-radius: 999px; font-size: .65rem; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.sound-button:hover, .sound-button.is-playing { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.sound-button-cat:hover, .sound-button-cat.is-playing { background: var(--coral); }.sound-button-dog:hover, .sound-button-dog.is-playing { background: #3d8069; }

/* ─── Adoption ─────────────────────────────────────────────────── */
.adoption-section { position: relative; overflow: hidden; background: #e5eee4; }
.adoption-section::before { position: absolute; top: -130px; right: -120px; width: 370px; height: 370px; content: ''; border: 1px solid rgba(127,173,143,.37); border-radius: 52% 48% 46% 54%; transform: rotate(27deg); }
.adoption-glow { position: absolute; border-radius: 50%; pointer-events: none; }.adoption-glow-one { bottom: -120px; left: -100px; width: 300px; height: 300px; background: rgba(245,198,108,.18); }.adoption-glow-two { top: 20%; left: 43%; width: 110px; height: 110px; background: rgba(218,112,79,.08); }
.adoption-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: clamp(2.5rem, 7vw, 7.5rem); }
.adoption-copy h2 { max-width: 615px; margin-bottom: 1rem; }.adoption-lead { max-width: 540px; margin-bottom: 1.45rem; color: var(--ink-soft); font-size: .96rem; line-height: 1.7; }
.adoption-process { display: grid; gap: .5rem; max-width: 520px; margin-bottom: 1.5rem; }.adoption-process > div { display: flex; align-items: center; gap: .55rem; }.adoption-process span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-family: var(--serif); font-size: .66rem; font-style: italic; }.adoption-process p { margin: 0; color: var(--ink-soft); font-size: .76rem; font-weight: 690; }
.adoption-photo { position: relative; max-width: 440px; height: 186px; margin: 0; overflow: hidden; border: 1px solid rgba(23,62,54,.1); border-radius: 18px 18px 55px 18px; box-shadow: var(--shadow-md); }.adoption-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(10,34,29,.06), rgba(10,34,29,.65)); }.adoption-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; transition: transform 5s ease; }.adoption-photo:hover img { transform: scale(1.1); }.adoption-photo figcaption { position: absolute; z-index: 1; right: .85rem; bottom: .75rem; left: .85rem; display: flex; align-items: center; gap: .35rem; color: var(--white); font-family: var(--serif); font-size: 1.02rem; font-style: italic; line-height: 1.1; }.adoption-photo figcaption span:first-child { color: #f7cf79; font-family: var(--sans); font-size: .85rem; }

.adoption-form,
.receipt-form { padding: clamp(1.25rem, 3.5vw, 2.15rem); background: rgba(255,253,248,.93); border: 1px solid rgba(23,62,54,.1); border-radius: 24px; box-shadow: var(--shadow-lg); }
.form-heading { display: flex; align-items: center; gap: .8rem; padding-bottom: 1rem; margin-bottom: 1.05rem; border-bottom: 1px solid var(--line); }.form-paw { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--coral); border-radius: 50% 50% 43% 57%; font-size: 1rem; transform: rotate(-8deg); }.form-overline { margin: 0 0 .18rem; color: var(--coral-deep); font-size: .57rem; font-weight: 850; letter-spacing: .14em; }.form-heading h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; letter-spacing: -.04em; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; }.form-grid .form-full { grid-column: 1 / -1; }
.adoption-form label:not(.form-consent),
.receipt-form > label { display: grid; gap: .36rem; color: var(--ink-soft); font-size: .68rem; font-weight: 780; }.adoption-form input, .adoption-form select, .adoption-form textarea, .receipt-form input { width: 100%; padding: .7rem .75rem; color: var(--ink); background: #fbf9f3; border: 1px solid rgba(23,62,54,.16); border-radius: 9px; outline: 0; font-size: .8rem; transition: border-color .2s ease, box-shadow .2s ease; }.adoption-form select { appearance: auto; }.adoption-form textarea { min-height: 112px; resize: vertical; line-height: 1.5; }.adoption-form input:focus, .adoption-form select:focus, .adoption-form textarea:focus, .receipt-form input:focus { border-color: var(--mint-deep); box-shadow: 0 0 0 3px rgba(128,173,145,.16); }.adoption-form textarea::placeholder, .receipt-form input::placeholder { color: #93a39d; }
.form-consent { display: flex; align-items: flex-start; gap: .5rem; margin: 1rem 0; color: var(--muted); font-size: .65rem; line-height: 1.45; }.form-consent input { width: 15px; height: 15px; flex: 0 0 auto; margin: .07rem 0 0; accent-color: var(--coral); }.form-submit { margin-top: .1rem; }.form-privacy { display: flex; align-items: flex-start; gap: .35rem; margin: .8rem 0 0; color: var(--muted); font-size: .6rem; line-height: 1.47; }.form-privacy svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: .04rem; }.form-status { min-height: 1.2em; margin: .55rem 0 0; color: #2e7660; font-size: .67rem; font-weight: 700; line-height: 1.4; }

/* ─── Thanks and receipt workflow ───────────────────────────────── */
.donor-receipt-section { position: relative; overflow: hidden; background: var(--cream); }.donor-receipt-section::after { position: absolute; right: -120px; bottom: -130px; width: 310px; height: 310px; content: ''; background: rgba(245,198,108,.18); border-radius: 50%; }.receipt-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: clamp(2.5rem, 7vw, 7rem); }.receipt-copy h2 { max-width: 600px; margin-bottom: 1rem; }.receipt-lead { max-width: 590px; color: var(--ink-soft); font-size: .96rem; line-height: 1.7; }.receipt-steps { display: grid; gap: .75rem; margin: 1.55rem 0; }.receipt-steps article { display: grid; grid-template-columns: 38px 1fr; gap: .75rem; align-items: start; }.receipt-steps article > span { display: grid; width: 32px; height: 32px; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-family: var(--serif); font-size: .72rem; font-style: italic; }.receipt-steps h3 { margin: .08rem 0 .2rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 500; letter-spacing: -.03em; }.receipt-steps p { max-width: 500px; margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }.receipt-legal { max-width: 610px; padding: .75rem .85rem; margin: 0; color: #866033; background: #fbefc9; border-inline-start: 3px solid #e3aa42; border-radius: 0 9px 9px 0; font-size: .67rem; font-weight: 650; line-height: 1.48; }
.receipt-form { display: grid; gap: .85rem; background: var(--ink); border-color: var(--ink); }.receipt-form .form-heading { border-color: rgba(255,253,248,.15); }.receipt-form .form-paw { color: var(--ink); background: #f5c66c; }.receipt-form .form-overline { color: #f7cf7c; }.receipt-form .form-heading h3, .receipt-form > label { color: var(--white); }.receipt-form input { color: var(--ink); background: rgba(255,253,248,.96); border-color: transparent; }.button-dark { color: var(--ink); background: #f5c66c; }.button-dark:hover { color: var(--ink); background: #f8d37e; }.receipt-privacy { color: rgba(255,253,248,.63); }.receipt-form .form-status { color: #f8d586; }.receipt-request-link { display: inline-flex; align-items: center; gap: .4rem; padding: .65rem 0 0; color: #f8d588; background: transparent; font-size: .66rem; font-weight: 780; text-align: start; }.receipt-request-link:hover { color: var(--white); }.receipt-request-link > span:first-child { font-size: .9rem; }

@media (max-width: 800px) {
  .adoption-layout, .receipt-layout { grid-template-columns: 1fr; gap: 2.4rem; }.adoption-photo { max-width: 530px; }.adoption-form, .receipt-form { max-width: 620px; }.sound-dock { bottom: .8rem; right: .8rem; }.sound-dock-label { display: none; }
}
@media (max-width: 560px) {
  .paw-stream { opacity: .78; }.sound-dock { gap: .25rem; padding: .28rem; }.sound-button { min-height: 29px; padding: .32rem .45rem; font-size: .59rem; }.adoption-section, .donor-receipt-section { padding-top: 4.8rem; padding-bottom: 4.8rem; }.form-grid { grid-template-columns: 1fr; }.form-grid .form-full { grid-column: auto; }.adoption-form, .receipt-form { padding: 1.2rem; border-radius: 18px; }.form-heading h3 { font-size: 1.38rem; }.adoption-photo { height: 160px; }.receipt-steps article { grid-template-columns: 32px 1fr; gap: .58rem; }.receipt-steps article > span { width: 28px; height: 28px; font-size: .65rem; }
}
@media (prefers-reduced-motion: reduce) { .paw-stream { display: none; } }

/* ─── Four illustrated animal stories ───────────────────────────── */
.animal-stories { position: relative; }
.story-gallery-heading { position: relative; z-index: 1; max-width: 730px; margin-bottom: 3.1rem; }
.story-gallery-heading .kicker { color: #f6cf7c; }
.story-gallery-heading h2 { max-width: 710px; color: var(--white); }
.story-gallery-heading h2 em { color: #f5c96f; }
.story-gallery-heading h2 em::after { background: rgba(219,112,79,.68); }
.story-gallery-heading > p:not(.kicker) { max-width: 650px; margin: 0; color: rgba(255,253,248,.72); font-size: .96rem; line-height: 1.72; }
.animal-story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.animal-story-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; color: var(--ink); background: #f8f4e9; border: 1px solid rgba(255,253,248,.12); border-radius: 18px; box-shadow: 0 14px 26px rgba(0,0,0,.12); transition: transform .25s ease, box-shadow .25s ease; }
.animal-story-card:hover { box-shadow: 0 20px 35px rgba(0,0,0,.18); transform: translateY(-6px); }
.animal-story-card-warm { background: #f7e9d7; }.animal-story-card-deep { background: #e5eee3; }.animal-story-card-sage { background: #e8efe9; }
.animal-story-image { position: relative; height: 194px; overflow: hidden; background: #22483f; }.animal-story-image::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(8,29,24,.02) 43%, rgba(8,29,24,.52)); }.animal-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 5s ease; }.animal-story-card:hover .animal-story-image img { transform: scale(1.11); }.animal-story-card:nth-child(1) img { object-position: center 40%; }.animal-story-card:nth-child(3) img { object-position: center 38%; }
.animal-kind, .animal-number { position: absolute; z-index: 1; top: .72rem; color: var(--white); font-size: .54rem; font-weight: 850; letter-spacing: .11em; }.animal-kind { left: .72rem; padding: .33rem .45rem; background: rgba(9,31,27,.63); border: 1px solid rgba(255,253,248,.21); border-radius: 999px; }.animal-number { right: .72rem; color: #f7ce78; font-family: var(--serif); font-size: .9rem; font-style: italic; letter-spacing: 0; }
html[dir="rtl"] .animal-kind { right: .72rem; left: auto; } html[dir="rtl"] .animal-number { right: auto; left: .72rem; }
.animal-story-copy { display: flex; min-height: 267px; flex: 1; flex-direction: column; padding: 1rem; }.animal-name { margin: 0 0 .48rem; color: var(--coral-deep); font-size: .58rem; font-weight: 830; letter-spacing: .07em; text-transform: uppercase; }.animal-story-copy h3 { margin-bottom: .55rem; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }.animal-story-copy > p:not(.animal-name):not(.animal-story-ending) { margin-bottom: .85rem; color: var(--muted); font-size: .74rem; line-height: 1.58; }.story-more-button { display: inline-flex; align-items: center; gap: .38rem; align-self: flex-start; padding: .25rem 0; margin-top: auto; color: var(--coral-deep); background: transparent; font-size: .68rem; font-weight: 800; text-align: start; }.story-more-button > span:first-child { display: grid; width: 19px; height: 19px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: .82rem; transition: transform .2s ease; }.story-more-button[aria-expanded="true"] > span:first-child { transform: rotate(45deg); }.animal-story-ending { margin: .75rem 0 0; padding: .65rem .7rem; color: #28574c; background: #dcebdc; border-inline-start: 3px solid #75a789; border-radius: 0 8px 8px 0; font-size: .69rem; font-weight: 650; line-height: 1.5; animation: soften-in .35s ease both; }.stories-disclaimer { position: relative; z-index: 1; max-width: 800px; padding: .65rem .8rem; margin: 1.2rem 0 0; color: rgba(255,253,248,.58); border-inline-start: 2px solid rgba(245,198,108,.5); font-size: .63rem; line-height: 1.5; }
@media (max-width: 1000px) { .animal-story-grid { grid-template-columns: repeat(2, 1fr); }.animal-story-copy { min-height: 225px; }.animal-story-image { height: 210px; } }
@media (max-width: 560px) { .story-gallery-heading { margin-bottom: 2rem; }.story-gallery-heading > p:not(.kicker) { font-size: .88rem; }.animal-story-grid { grid-template-columns: 1fr; gap: .75rem; }.animal-story-image { height: 195px; }.animal-story-copy { min-height: 0; }.animal-story-copy h3 { font-size: 1.25rem; } }

/* Global country selection and icon-only PayPal access */
.country-selector { padding: .72rem .78rem; margin-bottom: .85rem; background: rgba(255,253,248,.055); border: 1px solid rgba(255,253,248,.12); border-radius: 11px; }
.country-selector label { display: grid; grid-template-columns: minmax(0,1fr) minmax(145px,.75fr); align-items: center; gap: .7rem; color: rgba(255,253,248,.8); font-size: .68rem; font-weight: 720; }
.country-selector select { width: 100%; min-width: 0; padding: .52rem 1.8rem .52rem .6rem; color: var(--ink); appearance: auto; background: rgba(255,253,248,.98); border: 0; border-radius: 7px; font-size: .7rem; font-weight: 700; outline: 0; }
.country-selector select:focus { box-shadow: 0 0 0 3px rgba(245,198,108,.35); }
.country-selector p { margin: .52rem 0 0; color: rgba(255,253,248,.57); font-size: .59rem; line-height: 1.46; }
.contact-paypal-icon { justify-content: center; min-width: 94px; padding: 1rem; }
.contact-paypal-icon .paypal-contact-mark { position: relative; display: inline-block; width: 42px; height: 44px; color: #163e78; background: #ffc439; border-radius: 50%; font-family: Arial, sans-serif; font-size: 30px; font-style: italic; font-weight: 900; line-height: 42px; }
.paypal-contact-mark b { position: absolute; z-index: 1; top: 2px; left: 9px; color: #003087; }.paypal-contact-mark i { position: absolute; top: 5px; left: 14px; color: #009cde; font-style: italic; }
.contact-paypal-icon:hover .paypal-contact-mark { color: #163e78; background: #ffcf55; }
@media (max-width: 560px) { .country-selector label { grid-template-columns: 1fr; gap: .4rem; } }

/* ─── Playful real cat cursor companion + richer image frames ──── */
.cursor-cat {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 76px;
  height: 78px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-150px, -150px, 0);
  transition: opacity .22s ease;
  will-change: transform, opacity;
}
.cursor-cat.is-visible { opacity: 1; }
.cursor-cat.is-hiding { opacity: 0; }
.cursor-cat-photo {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: 63px;
  height: 63px;
  overflow: hidden;
  background: #d8a46f;
  border: 3px solid rgba(255,253,248,.94);
  border-radius: 48% 52% 51% 49%;
  box-shadow: 0 7px 18px rgba(8,29,24,.28);
  transform: rotate(-4deg);
}
.cursor-cat-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(145deg, rgba(255,255,255,.2), transparent 50%); }
.cursor-cat-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 23%; transform: scale(1.4); }
.cursor-cat-tail { position: absolute; z-index: 1; right: 0; bottom: 7px; width: 31px; height: 25px; border-top: 7px solid #c78058; border-right: 7px solid #c78058; border-radius: 0 27px 0 0; transform: rotate(10deg); transform-origin: 2px 100%; animation: cat-tail-wag 1.3s ease-in-out infinite; }
.cursor-cat-spark { position: absolute; z-index: 3; width: 9px; height: 9px; background: #f5c66c; border-radius: 50%; box-shadow: 0 0 0 3px rgba(245,198,108,.16); }.cursor-cat-spark-one { top: -4px; left: 5px; animation: cat-spark 1.7s ease-in-out infinite; }.cursor-cat-spark-two { right: 3px; bottom: 8px; width: 6px; height: 6px; background: #db704f; animation: cat-spark 1.7s .5s ease-in-out infinite; }
.cursor-cat.is-hiding .cursor-cat-photo { animation: cat-pop .5s ease both; }
@keyframes cat-tail-wag { 0%,100% { transform: rotate(10deg); } 50% { transform: rotate(-27deg); } }
@keyframes cat-spark { 0%,100% { opacity: .35; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.22); } }
@keyframes cat-pop { 0% { transform: rotate(-4deg) scale(1); } 65% { transform: rotate(20deg) scale(.4); } 100% { transform: rotate(30deg) scale(.1); } }

/* Softer photo treatment on the project frames. */
.vision-photo-card, .adoption-photo, .animal-story-image, .real-story-visual .story-visual-stage { isolation: isolate; }
.vision-photo-card::before, .adoption-photo::before, .animal-story-image::before {
  position: absolute;
  z-index: 2;
  top: -30%;
  left: -65%;
  width: 35%;
  height: 160%;
  content: '';
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,253,248,.32), transparent);
  transform: rotate(18deg);
  transition: left .75s ease;
}
.vision-photo-card:hover::before, .adoption-photo:hover::before, .animal-story-card:hover .animal-story-image::before { left: 135%; }
.commitment-card:not(.commitment-card-dark)::before {
  position: absolute;
  z-index: 0;
  right: -32px;
  bottom: -38px;
  width: 155px;
  height: 155px;
  content: '';
  opacity: .08;
  background: url('../images/cat-portrait.jpg') center / cover;
  border-radius: 50% 50% 44% 56%;
  filter: saturate(.8);
}
.commitment-card > * { position: relative; z-index: 1; }
.commitment-card .card-index { z-index: 2; }
@media (pointer: coarse), (prefers-reduced-motion: reduce) { .cursor-cat { display: none; } }

/* Balanced image-led vision cards */
.vision-pillar { display: flex; flex-direction: column; min-height: 286px; padding: 1.22rem; }
.vision-pillar h3 { margin-top: .05rem; }
.vision-pillar-photo { position: relative; z-index: 1; height: 62px; margin-top: auto; overflow: hidden; border: 1px solid rgba(23,62,54,.1); border-radius: 10px 10px 23px 10px; background: #315d50; }
.vision-pillar-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(245,198,108,.18), rgba(23,62,54,.08)); }
.vision-pillar-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.78) contrast(1.05); transform: scale(1.04); transition: transform 4.8s ease, filter .25s ease; }
.vision-pillar:hover .vision-pillar-photo img { filter: saturate(1) contrast(1.03); transform: scale(1.14); }
.vision-pillar-featured .vision-pillar-photo { border-color: rgba(255,253,248,.2); }.vision-pillar-featured .vision-pillar-photo::after { background: linear-gradient(90deg, rgba(245,198,108,.18), rgba(8,30,25,.38)); }
@media (max-width: 800px) { .vision-pillar { min-height: 255px; } }
@media (max-width: 560px) { .vision-pillar { min-height: 235px; }.vision-pillar-photo { height: 58px; } }

.certificate-example-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; color: var(--coral-deep); font-size: .74rem; font-weight: 800; }.certificate-example-link > span:first-child { display: grid; width: 21px; height: 21px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: .72rem; transition: transform .2s ease; }.certificate-example-link:hover > span:first-child { transform: translate(2px,-2px); }

/* Color-led frames for Trust and Every contribution sections */
.commitment-card { display: flex; flex-direction: column; min-height: 340px; padding: 1.38rem; border-radius: 22px; }
.commitment-card .card-icon { margin-bottom: 1.65rem; }
.commitment-card .card-foot { position: relative; bottom: auto; left: auto; z-index: 2; display: block; margin-top: auto; margin-bottom: .55rem; }
.commitment-photo, .help-path-photo { position: relative; z-index: 2; height: 58px; overflow: hidden; border: 1px solid rgba(23,62,54,.1); border-radius: 10px 10px 26px 10px; background: #386b5d; }
.commitment-photo::after, .help-path-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(245,198,108,.25), rgba(23,62,54,.16)); }
.commitment-photo img, .help-path-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: saturate(.75) contrast(1.05); transform: scale(1.06); transition: transform 4s ease, filter .25s ease; }
.commitment-card:hover .commitment-photo img, .help-path-card:hover .help-path-photo img { filter: saturate(1) contrast(1.04); transform: scale(1.16); }
.commitment-card-dark .commitment-photo { border-color: rgba(255,253,248,.19); }.commitment-card-dark .commitment-photo::after { background: linear-gradient(90deg, rgba(245,198,108,.25), rgba(8,32,27,.48)); }
.help-path-card { display: flex; flex-direction: column; min-height: 294px; padding: 1.35rem; border-radius: 21px; }
.help-path-card .help-icon { margin-bottom: 1.45rem; }.help-path-card p { margin-bottom: .75rem; }.help-path-photo { margin-top: auto; height: 67px; }.help-path-card.featured .help-path-photo { border-color: rgba(255,253,248,.24); }.help-path-card.featured .help-path-photo::after { background: linear-gradient(90deg, rgba(245,198,108,.25), rgba(74,22,15,.38)); }
.help-path-card::before, .commitment-card::before { transition: opacity .3s ease, transform .3s ease; }.help-path-card:hover::before, .commitment-card:hover::before { opacity: .16; transform: scale(1.08) rotate(4deg); }
@media (max-width: 800px) { .commitment-card { min-height: 250px; }.help-path-card { min-height: 245px; } }
@media (max-width: 560px) { .commitment-card, .help-path-card { min-height: 0; }.commitment-photo, .help-path-photo { height: 62px; } }

/* Certificate campaign: family, children and future animal protectors */
.certificate-campaign { position: relative; display: grid; grid-template-columns: 122px 1fr; gap: .9rem; align-items: center; padding: .85rem; margin: 1.3rem 0; overflow: hidden; background: linear-gradient(135deg, #f8e9bf, #f5d98e); border: 1px solid rgba(184,124,39,.23); border-radius: 15px; box-shadow: 0 9px 20px rgba(112,79,28,.08); }
.certificate-campaign::after { position: absolute; right: -33px; bottom: -44px; width: 145px; height: 145px; content: ''; border: 1px solid rgba(117,83,25,.2); border-radius: 49% 51% 58% 42%; transform: rotate(20deg); }
.certificate-campaign-images { position: relative; z-index: 1; display: flex; align-items: end; height: 88px; }.certificate-campaign-images img { position: absolute; width: 66px; height: 76px; object-fit: cover; border: 3px solid #fff8e7; border-radius: 40% 40% 44% 44%; box-shadow: 0 6px 13px rgba(86,59,20,.17); }.certificate-campaign-images img:first-child { bottom: 0; left: 0; transform: rotate(-7deg); }.certificate-campaign-images img:nth-child(2) { right: 1px; bottom: 2px; transform: rotate(7deg); }.certificate-campaign-images span { position: absolute; z-index: 2; top: 0; left: 45px; display: grid; width: 30px; height: 30px; place-items: center; color: var(--ink); background: #fdf2c7; border-radius: 50%; font-size: .9rem; }
.certificate-campaign > div:last-child { position: relative; z-index: 1; }.certificate-campaign-overline { margin: 0 0 .22rem; color: #87551e; font-size: .56rem; font-weight: 850; letter-spacing: .13em; }.certificate-campaign h3 { max-width: 420px; margin: 0 0 .25rem; color: var(--ink); font-family: var(--serif); font-size: 1.23rem; font-weight: 500; letter-spacing: -.035em; }.certificate-campaign p:last-child { max-width: 540px; margin: 0; color: #6b5330; font-size: .68rem; font-weight: 650; line-height: 1.48; }
.certificate-claim-form { background: linear-gradient(155deg, #10352e, #173f36); }.certificate-form-intro { margin: -.1rem 0 .25rem; color: rgba(255,253,248,.73); font-size: .71rem; line-height: 1.52; }.certificate-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }.certificate-claim-form input { text-transform: none; }.certificate-claim-form #certificateCode { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 560px) { .certificate-campaign { grid-template-columns: 90px 1fr; gap: .65rem; padding: .7rem; }.certificate-campaign-images { height: 78px; }.certificate-campaign-images img { width: 51px; height: 68px; }.certificate-campaign-images span { left: 32px; }.certificate-campaign h3 { font-size: 1.06rem; }.certificate-campaign p:last-child { font-size: .61rem; }.certificate-form-grid { grid-template-columns: 1fr; } }
.certificate-form-grid label { display: grid; gap: .36rem; color: var(--white); font-size: .68rem; font-weight: 780; }

/* Four certificate images: a global wall of encouragement */
.certificate-gallery-section { margin: 1.45rem 0 1.15rem; padding: 1rem; background: rgba(255,253,248,.72); border: 1px solid rgba(23,62,54,.1); border-radius: 15px; box-shadow: 0 8px 18px rgba(23,62,54,.04); }
.certificate-gallery-heading { display: flex; align-items: baseline; justify-content: space-between; gap: .8rem; margin-bottom: .75rem; }.certificate-gallery-heading p { margin: 0; color: var(--coral-deep); font-size: .55rem; font-weight: 850; letter-spacing: .12em; }.certificate-gallery-heading h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 1.1rem; font-weight: 500; letter-spacing: -.035em; }
.certificate-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }.certificate-gallery-grid a { position: relative; display: block; min-width: 0; overflow: hidden; background: var(--ink); border: 1px solid rgba(23,62,54,.1); border-radius: 8px 8px 19px 8px; box-shadow: 0 5px 12px rgba(23,62,54,.1); transition: transform .23s ease, box-shadow .23s ease; }.certificate-gallery-grid a:hover { box-shadow: 0 12px 22px rgba(23,62,54,.18); transform: translateY(-4px) rotate(-1deg); }.certificate-gallery-grid img { display: block; width: 100%; aspect-ratio: 1.27 / 1; object-fit: cover; object-position: center; transition: transform 4s ease; }.certificate-gallery-grid a:hover img { transform: scale(1.08); }.certificate-gallery-grid a::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 44%, rgba(8,29,24,.82)); }.certificate-gallery-grid span { position: absolute; z-index: 1; right: .45rem; bottom: .42rem; left: .45rem; display: grid; gap: .06rem; color: var(--white); line-height: 1.1; }.certificate-gallery-grid strong { overflow: hidden; font-family: var(--serif); font-size: .73rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }.certificate-gallery-grid small { color: rgba(255,253,248,.79); font-size: .47rem; font-weight: 650; }.certificate-gallery-note { margin: .65rem 0 0; color: var(--muted); font-size: .57rem; line-height: 1.42; }
@media (max-width: 650px) { .certificate-gallery-heading { align-items:flex-start; flex-direction:column; gap:.2rem; }.certificate-gallery-grid { grid-template-columns: repeat(2,1fr); }.certificate-gallery-grid strong { font-size: .68rem; } }

/* Pre-donation donor details gate */
.donor-modal-panel { width: min(100%, 600px); max-height: min(760px, calc(100vh - 2.4rem)); overflow-y: auto; }.donor-modal-panel .modal-paw { font-size: 1.25rem; }.donor-modal-lead { max-width: 480px; margin-bottom: 1rem; color: var(--ink-soft); font-size: .85rem; line-height: 1.62; }.donor-amount-summary { display: flex; align-items: center; justify-content: space-between; padding: .7rem .8rem; margin-bottom: .85rem; color: var(--ink-soft); background: #e9f0e6; border-radius: 10px; font-size: .7rem; font-weight: 700; }.donor-amount-summary strong { color: var(--coral-deep); font-size: 1rem; }
.donor-form { display: grid; gap: .78rem; }.donor-form label:not(.form-consent) { display: grid; gap: .34rem; color: var(--ink-soft); font-size: .67rem; font-weight: 780; }.donor-form input { width: 100%; padding: .68rem .72rem; color: var(--ink); background: #fbf9f3; border: 1px solid rgba(23,62,54,.16); border-radius: 9px; outline: 0; font-size: .8rem; }.donor-form input:focus { border-color: var(--mint-deep); box-shadow: 0 0 0 3px rgba(128,173,145,.16); }.donor-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .72rem; }.donor-consent { margin: .2rem 0 0; }.donor-form button[disabled] { cursor: wait; opacity: .65; transform: none; }.donor-privacy { margin-top: -.05rem; }.donor-form-status { color: var(--coral-deep); }.honeypot-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 560px) { .donor-form-grid { grid-template-columns: 1fr; }.donor-modal-panel { padding: 1.45rem 1.15rem; } }
