:root {
  --pink: #dd0054;
  --pink-strong: #d70259;
  --pink-soft: #f8e9ef;
  --bg-soft: #f6f3f5;
  --text: #0d1730;
  --muted: #5c6272;
  --border: #e5e6eb;
  --shadow: 0 14px 32px rgba(17, 23, 39, 0.10);
  --shadow-soft: 0 10px 22px rgba(221, 0, 84, 0.18);
  --blue-soft: #eef8ff;
  --blue: #26a8dc;
  --footer: #020722;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1400px,calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(20,20,20,.08);box-shadow:0 2px 12px rgba(20,20,20,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px}
.brand{display:inline-flex;align-items:center;gap:14px}.brand-logo{width:34px;height:34px;object-fit:contain}.brand strong{display:block;font-size:20px;line-height:1.1}.brand span{display:block;margin-top:3px;color:var(--muted);font-size:14px}
.header-nav{display:flex;align-items:center;gap:28px}.header-nav>a:not(.btn){color:#2f3441;font-weight:500}.admin-link{display:inline-flex;align-items:center;gap:8px}.admin-link svg{width:18px;height:18px}.menu-toggle{display:none;background:transparent;border:0;padding:0}.menu-toggle span{display:block;width:26px;height:2px;background:var(--text);margin:5px 0}.mobile-menu{display:none;padding:0 24px 24px;gap:14px;flex-direction:column;border-top:1px solid rgba(20,20,20,.06)}.mobile-menu.open{display:flex}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;cursor:pointer;border-radius:16px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn:hover{transform:translateY(-1px)}.btn svg{width:22px;height:22px;flex:0 0 auto}.btn-primary{color:#fff;background:linear-gradient(180deg,#df0054,#d40057);box-shadow:var(--shadow-soft)}.btn-header{min-height:48px;padding:0 22px;border-radius:14px}.btn-large{min-height:58px;padding:0 30px;border-radius:16px;font-size:18px}.btn-blue{width:100%;min-height:56px;color:#fff;background:var(--blue);border-radius:14px;font-size:18px;box-shadow:0 12px 28px rgba(38,168,220,.18)}
.section-pink{background:linear-gradient(180deg,#fbf7f8 0%,#f7e8ed 100%)}.hero{padding:34px 0 58px}.hero-content{text-align:center}.hero h1{max-width:1220px;margin:0 auto;font-size:clamp(36px,4.5vw,62px);line-height:1.03;letter-spacing:-.03em;font-weight:800}.hero-subtitle{max-width:980px;margin:28px auto 38px;font-size:clamp(22px,2.1vw,28px);line-height:1.45;color:#555e6c}.hero-video-card{max-width:1100px;margin:0 auto;padding:18px;border-radius:22px;background:rgba(255,255,255,.25);box-shadow:0 12px 28px rgba(17,23,39,.08)}.hero-video-placeholder{position:relative;overflow:hidden;border-radius:18px;border:4px solid rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.hero-video-placeholder img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#d8d8d8}.hero-video-overlay{position:absolute;inset:auto 20px 20px 20px;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:fit-content;margin:0 auto;left:50%;transform:translateX(-50%);padding:14px 18px;border-radius:16px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}.hero-video-overlay strong{display:block;font-size:16px}.hero-video-overlay span{display:block;margin-top:2px;font-size:13px;color:var(--muted)}.play-badge{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:#fff}.play-badge svg{width:20px;height:20px;margin-left:2px}.hero-actions{display:flex;justify-content:center;margin-top:36px}
.story-section{padding:24px 0 50px;background:#fff}.story-grid{display:grid;grid-template-columns:minmax(320px,650px) minmax(320px,1fr);gap:54px;align-items:center}.story-media img{width:100%;border-radius:24px;box-shadow:var(--shadow)}.story-copy h2,.section-heading h2{margin:0 0 24px;font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-.03em}.story-copy p{margin:0 0 24px;font-size:clamp(20px,1.7vw,24px);line-height:1.6;color:#3c4452}.highlight{color:var(--pink)}.story-actions{margin-top:30px}
.section-soft{background:var(--bg-soft)}.recipes-section{padding:86px 0 92px}.section-heading{text-align:center;max-width:1100px;margin:0 auto 52px}.section-heading p{margin:0;color:#636978;font-size:clamp(20px,1.8vw,24px);line-height:1.5}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;align-items:start}.gallery-card{margin:0;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 10px 24px rgba(17,23,39,.06);min-height:280px}.gallery-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.gallery-card-placeholder{display:grid;place-items:center;min-height:420px;border:2px dashed #d7dbe3;background:rgba(255,255,255,.55)}.gallery-card-placeholder div{text-align:center;padding:28px}.gallery-card-placeholder strong{display:block;font-size:22px;margin-bottom:8px}.gallery-card-placeholder span{color:var(--muted);line-height:1.5}.centered-cta{display:flex;justify-content:center;margin-top:54px}
.donation-section{padding:82px 0 92px;background:linear-gradient(180deg,#eef8ff 0%,#eef7fe 100%)}.donation-inner .section-heading{margin-bottom:38px}.pix-card{max-width:1060px;margin:0 auto;padding:34px;background:rgba(255,255,255,.82);border:2px solid #c8e9f6;border-radius:22px;box-shadow:0 18px 34px rgba(46,162,205,.12)}.pix-label{text-align:center;color:#5c6774;font-size:16px;margin-bottom:14px}.pix-key{border:1px solid #cfe5f0;background:#f7fbfd;border-radius:16px;padding:22px 20px;font-size:clamp(18px,2vw,24px);font-weight:300;letter-spacing:.01em;text-align:center;word-break:break-word;margin-bottom:22px}.copy-feedback{display:none;margin:14px 0 0;color:#1c7b31;text-align:center;font-weight:600}.copy-feedback.show{display:block}
.faq-section{padding:92px 0 112px;background:#f6f8f8}.faq-inner{max-width:1000px}.faq-list{display:grid;gap:18px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 3px 10px rgba(17,23,39,.03)}.faq-item summary{list-style:none;cursor:pointer;position:relative;padding:28px 74px 28px 30px;font-size:clamp(20px,1.6vw,24px);font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:34px;line-height:1;color:#667085}.faq-item[open] summary::after{content:'−'}.faq-answer{padding:0 30px 28px;color:#5a6170;font-size:18px;line-height:1.6}
.site-footer{background:#020722;color:#fff;padding:78px 0 48px}.footer-inner{text-align:center}.footer-brand{display:inline-flex;align-items:center;gap:16px;font-size:28px;font-weight:800}.footer-brand img{width:40px;height:40px}.site-footer p{max-width:720px;margin:24px auto 28px;color:rgba(255,255,255,.72);font-size:22px;line-height:1.55}.footer-instagram{display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#ff4d8d}.footer-divider{height:1px;width:100%;margin:52px 0 38px;background:rgba(255,255,255,.08)}.site-footer small{color:rgba(255,255,255,.46);font-size:15px}
.floating-cta{position:fixed;right:26px;bottom:24px;z-index:60;display:flex;align-items:center;gap:12px}.floating-cta-link{display:inline-flex;align-items:center;gap:14px;background:linear-gradient(180deg,#ff1770,#e4005f);color:#fff;min-height:68px;padding:0 26px;border-radius:999px;box-shadow:0 10px 30px rgba(224,0,95,.35);font-size:17px;font-weight:700}.floating-cta-link svg{width:24px;height:24px;flex:0 0 auto}.floating-cta-close{width:50px;height:50px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:#7a7f8a;font-size:34px;line-height:1;box-shadow:0 8px 22px rgba(17,23,39,.16);cursor:pointer}
@media (max-width:1200px){.story-grid{grid-template-columns:1fr;gap:38px}.story-media{max-width:700px;margin:0 auto}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:940px){.header-nav{display:none}.menu-toggle{display:block}.hero{padding-top:26px}.container{width:min(1400px,calc(100% - 24px))}.hero-subtitle{margin-bottom:28px}.pix-card{padding:20px}.btn-large{width:100%}.hero-actions,.centered-cta,.story-actions{justify-content:stretch}.floating-cta{right:12px;left:12px;bottom:12px}.floating-cta-link{flex:1 1 auto;min-width:0;padding:0 18px;font-size:15px}}
@media (max-width:700px){.brand strong{font-size:18px}.brand span{font-size:13px}.header-inner{min-height:76px}.hero h1{font-size:34px}.hero-subtitle,.story-copy p,.section-heading p{font-size:18px}.story-copy h2,.section-heading h2{font-size:34px}.gallery-grid{grid-template-columns:1fr;gap:22px}.gallery-card,.gallery-card-placeholder{min-height:260px}.faq-item summary{padding:22px 60px 22px 20px;font-size:18px}.faq-answer{padding:0 20px 22px;font-size:16px}.site-footer{padding-bottom:120px}.site-footer p{font-size:18px}.footer-brand{font-size:22px}}
