@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap";.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0000006a;position:fixed;width:100%;top:0;z-index:200}.container{padding:0 16px}.navInner{display:flex;justify-content:space-between;align-items:center;height:64px}.navInner .logoButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer}.navInner .logo{height:64px;object-fit:cover}.desktopMenu{display:none}.menuList{margin-left:40px;display:flex;align-items:baseline;gap:24px}.navLink{color:var(--brand-white);padding:8px 12px;font-size:14px;font-weight:500;transition:color .3s ease;letter-spacing:.05em;text-decoration:none;background:transparent;border:none}.navLink:hover{color:var(--brand-red)}.mobileMenuButton{display:block;background:none;border:none;color:var(--brand-white);transition:color .3s ease;cursor:pointer;padding:4px}.mobileMenuButton:hover{color:var(--brand-red)}.mobileMenu{display:block}.mobileMenuContent{padding:8px 8px 12px;background-color:#1a1717e6}.mobileNavLink{color:var(--brand-white);display:block;padding:8px 12px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease;text-decoration:none;margin-bottom:12px;background:transparent;border:none;width:100%;text-align:left}.mobileNavLink:hover{color:var(--brand-red)}@media (min-width: 640px){.container{padding:0 24px}}@media (min-width: 768px){.desktopMenu{display:flex;gap:2rem;align-items:center}.mobileMenuButton,.mobileMenu{display:none}}@media (min-width: 1024px){.container{padding:0 32px}}.navLink.active,.mobileNavLink.active{color:var(--brand-red);font-weight:700;border-bottom:2px solid var(--brand-red)}.language-dropdown{position:relative}.language-trigger{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:.9rem;font-weight:500;color:#333;transition:all .2s ease}.language-trigger:hover{background:#e9ecef;border-color:#dee2e6}.language-trigger .flag{display:flex;align-items:center}.language-trigger .flag img{width:20px;height:auto;border-radius:2px}.language-trigger .language-code{font-size:.85rem;font-weight:600}.language-trigger .chevron{transition:transform .2s ease}.language-trigger .chevron.open{transform:rotate(180deg)}.language-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;margin-top:.25rem;overflow:hidden;z-index:1000}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease}.language-option:hover{background:#f8f9fa}.language-option.active{background:#d220271a;color:var(--brand-red)}.language-option .flag{display:flex;align-items:center}.language-option .flag img{width:24px;height:auto;border-radius:2px}.language-info{display:flex;flex-direction:column;flex:1}.language-name{font-weight:500;font-size:.9rem;color:#000}.language-code-small{font-size:.75rem;color:#666;margin-top:.1rem}.checkmark{color:var(--brand-red);font-weight:700;font-size:.9rem}.mobile-language-section{padding-top:1rem;margin-top:1.5rem;border-top:1px solid rgba(234,234,234,.3);display:flex;flex-direction:column;align-items:center}.mobile-language-options{display:flex;flex-direction:row;justify-content:center;gap:1rem;width:100%}.mobile-language-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#666;margin-bottom:.75rem;font-size:.9rem}.mobile-language-option{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;text-align:center;font-size:.9rem;transition:background-color .2s ease,color .2s ease;position:relative;flex:1;color:var(--brand-white)}.mobile-language-option:hover{background:#f8f9fa;color:#000}.mobile-language-option.active{background:#d220271a;color:var(--brand-red)}.mobile-language-option .flag{display:flex;align-items:center}.mobile-language-option .flag img{width:20px;height:auto;border-radius:2px}.mobile-language-option .checkmark{margin-left:auto;color:var(--brand-red);font-weight:700}.heroSection{position:relative;height:100vh;display:flex;align-items:center;background-color:var(--brand-black);width:100%}.backgroundImage{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#1a171780,#1a1717b3);z-index:10}.content{position:relative;z-index:20;text-align:left;color:var(--brand-white);margin:0 auto;padding:0 32px;width:100%}.contentInner{max-width:768px}.title{font-size:3rem;font-weight:700;margin-bottom:24px;line-height:1.2}.titleAccent{color:var(--brand-red)}.subtitle{font-size:1rem;margin-bottom:32px;color:#d1d5db;max-width:672px}.buttonContainer{display:flex;flex-direction:column;gap:16px}.primaryButton{background-color:var(--brand-red);color:var(--brand-white);padding:12px 32px;border:none;border-radius:0;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:background-color .3s ease;cursor:pointer;font-size:1rem}.secondaryButton{background-color:transparent;text-decoration:none;border:2px solid var(--brand-white);color:var(--brand-white);padding:12px 32px;border-radius:0;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease;cursor:pointer;text-align:center}@media (min-width: 640px){.buttonContainer{flex-direction:row}}@media (min-width: 768px){.title{font-size:4.5rem}.subtitle{font-size:1.5rem}}@media (min-width: 1024px){.primaryButton:hover{background-color:var(--brand-red-hover)}.secondaryButton:hover{background-color:var(--brand-white);color:var(--brand-black)}}.quote-section{background-color:var(--brand-black)}.quote-container{padding:60px 16px;text-align:center;display:flex;align-items:center;justify-content:space-around;flex-direction:column;gap:4rem}.quote-container img{width:250px}.quote-text{color:var(--text-secondary);font-size:24px;font-weight:500;line-height:1.625;max-width:700px}.quote-text span{color:var(--brand-red)}@media (min-width: 810px){.quote-container{padding:60px;flex-direction:row}.quote-text{font-size:28px}.quote-container img{max-width:350px;width:100%}}@media (min-width: 1000px){.quote-text{font-size:36px}}.about-section{position:relative;width:100%;overflow:hidden}.background-split{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:0}.left-bg,.right-bg{width:100%;height:50%}.left-bg{background-color:var(--brand-red)}.right-bg{background-color:var(--brand-white)}.content-grid{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:0;z-index:1;padding:20px}.who-we-are{grid-column:1;grid-row:1;padding:2rem 1rem;color:#fff;text-align:center}.who-we-are p{color:var(--text-secondary)}.image-area{grid-column:1;grid-row:2;padding:1rem 0}.image-area img{width:100%;height:auto;object-fit:cover}.what-we-believe{grid-column:1;grid-row:3;padding:2rem 1rem;color:var(--brand-black);text-align:center;display:flex;flex-direction:column;align-items:center}.what-we-believe p{color:var(--text-muted)}.who-we-are h2,.what-we-believe h2{padding-bottom:12px;font-weight:500;font-size:24px}.what-we-believe p,.who-we-are p{font-weight:300;font-size:16px;line-height:1.6}.values-floating{position:relative;grid-column:1;grid-row:4;pointer-events:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem}.values-floating .value{font-size:1.5rem;font-weight:600;letter-spacing:.05em;line-height:1.2;color:var(--brand-black);opacity:.4}@media (min-width: 821px){.background-split{flex-direction:row}.left-bg,.right-bg{width:50%;height:100%}.content-grid{grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto auto;padding:40px}.who-we-are{grid-column:1 / 4;grid-row:1;padding:2rem 3rem 2rem 0;color:#fff;text-align:left}.image-area{grid-column:2 / 6;grid-row:2;padding:0}.image-area img{border-radius:0}.what-we-believe{grid-column:4 / 7;grid-row:3;padding:2rem 0 2rem 3rem;color:var(--brand-black);text-align:right;align-items:end}.who-we-are h2,.what-we-believe h2{font-size:32px}.values-floating{position:absolute;bottom:2rem;left:2rem;transform:none;grid-column:unset;grid-row:unset;flex-direction:column;gap:.75rem;padding-bottom:2rem}.values-floating .value{font-size:5rem;color:#fff;opacity:.15}}.categories-section{width:100%}.categories-grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:0;height:auto}.meat-section{grid-column:1;grid-row:1}.meat-image{grid-column:1;grid-row:2;height:40vh}.fish-section{grid-column:1;grid-row:3}.fish-image{grid-column:1;grid-row:4;height:40vh}.meat-section,.fish-section{background:var(--brand-black);color:#fff;display:flex;align-items:center;justify-content:center;padding:30px 15px;min-height:320px}.meat-image,.fish-image{position:relative;overflow:hidden}.meat-image:after,.fish-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;pointer-events:none}@media (min-width: 480px){.meat-section,.fish-section{padding:40px 20px}.category-title{font-size:2rem}.category-button{padding:12px 32px;font-size:1rem}.category-content{max-width:400px}}@media (min-width: 768px){.meat-section,.fish-section{padding:60px 40px}.category-title{font-size:2.5rem;margin-bottom:32px}.category-text{font-size:1.1rem;margin-bottom:40px}.meat-image,.fish-image{height:50vh}}@media (min-width: 1024px){.categories-grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:auto}.meat-section{grid-column:1;grid-row:1}.meat-image{grid-column:2;grid-row:1;height:auto}.fish-image{grid-column:1;grid-row:2;height:auto}.fish-section{grid-column:2;grid-row:2}.category-text{font-size:1.2rem}.category-button:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px)}.category-item:hover .category-img{transform:scale(1.05)}}.categories-section-two{width:100%}.categories-grid-two{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:0;height:auto}.eggs-section{grid-column:1;grid-row:1}.eggs-image{grid-column:1;grid-row:2;height:40vh}.dairy-section{grid-column:1;grid-row:3}.dairy-image{grid-column:1;grid-row:4;height:40vh}.category-item{position:relative;overflow:hidden}.eggs-section,.dairy-section{background:var(--brand-black);color:#fff;display:flex;align-items:center;justify-content:center;padding:30px 15px;min-height:320px}.category-content{text-align:center;max-width:100%}.category-title{font-size:1.75rem;font-weight:700;margin-bottom:24px;line-height:1.1}.category-text{font-size:1rem;line-height:1.6;margin-bottom:32px;color:var(--text-secondary)}.category-button{background:transparent;border:2px solid white;color:#fff;padding:10px 24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:none}.eggs-image,.dairy-image{position:relative;overflow:hidden}.category-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.eggs-image:after,.dairy-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;pointer-events:none}@media (min-width: 480px){.eggs-section,.dairy-section{padding:40px 20px}.category-title{font-size:2rem}.category-button{padding:12px 32px;font-size:1rem}.category-content{max-width:400px}}@media (min-width: 768px){.eggs-section,.dairy-section{padding:60px 40px}.category-title{font-size:2.5rem;margin-bottom:32px}.category-text{font-size:1.1rem;margin-bottom:40px}.eggs-image,.dairy-image{height:50vh}}@media (min-width: 1024px){.categories-grid-two{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:auto}.eggs-section{grid-column:1;grid-row:1}.eggs-image{grid-column:2;grid-row:1;height:auto}.dairy-image{grid-column:1;grid-row:2;height:auto}.dairy-section{grid-column:2;grid-row:2}.category-text{font-size:1.2rem}.category-button:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px)}.category-item:hover .category-img{transform:scale(1.05)}}.protest-container{display:grid;grid-template-columns:1fr 1fr 1fr;min-height:100vh;position:relative;background:var(--brand-red)}.text-section{grid-column:1 / 3;display:flex;align-items:center;padding:4rem 2rem 2rem 3rem;z-index:2;position:relative;max-width:800px}.protest-heading{font-weight:700;color:var(--text-secondary);line-height:1.3;margin:0;font-size:50px}.image-section{grid-column:2 / 4;display:flex;align-items:center;justify-content:center;padding:2rem 0 4rem 2rem;z-index:1}.protest-image{width:100%;height:auto;max-height:70vh;object-fit:cover}@media (max-width: 1000px){.text-section{grid-column:1 / -1}.image-section{grid-column:1 / 4}}@media (max-width: 768px){.protest-container{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:auto}.text-section{grid-column:1;grid-row:1;padding:2rem 1.5rem;text-align:center}.image-section{grid-column:1;grid-row:2;padding:1rem}.protest-heading{font-size:clamp(1.5rem,4vw,2.5rem)}}.animal-love-section{width:100%;min-height:100vh;background:var(--brand-black);display:flex;align-items:center;justify-content:center;padding:1rem}.content-wrapper{position:relative;width:100%;height:auto;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;align-items:center;gap:4rem}.top-left-text{grid-column:1;grid-row:1;justify-self:center}.center-image{grid-column:1;grid-row:2;display:flex;align-items:center;justify-content:center;z-index:1}.bottom-right-text{grid-column:1;grid-row:3;justify-self:center;z-index:2}.animal-faces{max-width:100%;height:auto;max-height:40vh;object-fit:cover}.question-text{font-size:clamp(1.2rem,4.5vw,1.6rem);font-weight:700;color:var(--text-secondary);line-height:1.4;text-align:center}@media (min-width: 481px){.question-text{font-size:clamp(1.3rem,5vw,2rem)}.animal-faces{max-height:50vh}}@media (min-width: 769px){.animal-love-section{padding:2rem}.content-wrapper{gap:3rem}.question-text{font-size:clamp(1.4rem,3.5vw,2.2rem)}.animal-faces{max-height:60vh}}@media (min-width: 969px){.animal-love-section{padding:3rem}.content-wrapper{height:80vh;display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:1fr 2fr 1fr;gap:0}.top-left-text{grid-column:1;grid-row:1;align-self:start;justify-self:start}.center-image{grid-column:1 / 4;grid-row:1 / 4}.bottom-right-text{grid-column:3;grid-row:3;align-self:end;justify-self:end}.animal-faces{max-width:600px;max-height:70vh}.question-text{font-size:clamp(1.5rem,3vw,2.2rem)}.top-left-text .question-text{text-align:left}.bottom-right-text .question-text{text-align:right}}@media (min-width: 1200px){.animal-love-section{padding:8rem 4rem}.question-text{font-size:clamp(1.6rem,2.5vw,2.4rem)}}.it-starts-section{width:100%;min-height:100vh;display:flex;flex-direction:column}.text-content{background:linear-gradient(to bottom,#f5f5f5,#e8e8e8);padding:2rem 1rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh}.intro-text{font-size:clamp(1rem,2.5vw,1.3rem);color:var(--text-muted);line-height:1.6;margin:0 0 2rem;font-weight:400}.main-heading{font-size:2rem;font-weight:700;margin:2rem 0;letter-spacing:2px}.action-text{margin:2rem 0}.action-text p{font-size:clamp(1.1rem,2.8vw,1.4rem);color:var(--text-muted);margin:.5rem 0;line-height:1.5}.closing-text{font-size:clamp(1rem,2.5vw,1.3rem);color:var(--text-muted)}.closing-text-two{font-size:1.5rem;color:var(--brand-red);font-weight:500}.closing-div{display:flex;flex-direction:column;gap:2rem}.action-panels{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;height:auto}.panel{position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:200px}.veg-panel{background-image:url(/assets/vegan_challenge.png)}.help-panel{background-image:url(/assets/vegan_life.png)}.panel-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.action-button{background:transparent;border:2px solid white;color:#fff;font-size:.9rem;padding:.7rem 1.2rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;text-decoration:none}@media (min-width: 480px){.panel{min-height:250px}.action-button{padding:.8rem 1.5rem;font-size:1rem}}@media (min-width: 768px){.text-content{padding:3rem 1.5rem;min-height:60vh}.main-heading{font-size:clamp(2.5rem,6vw,4rem)}.action-panels{grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:40vh;min-height:400px}.panel{min-height:400px}.action-button{font-size:1rem;padding:1rem 2rem}.panel:hover .panel-overlay{background:#0009}}@media (min-width: 1024px){.text-content{padding:4rem 2rem}.action-button:hover{background:#fff;color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}}.footer{background-color:#f5f5f5;padding:2rem 1rem 0}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.logo-section{display:flex;justify-content:center;align-items:center}.logo-container{display:flex;align-items:center;flex-direction:column;text-align:center;gap:.5rem;position:relative;max-width:300px}.logo-container img{width:100%}.social-icons{display:flex;gap:1rem;justify-content:center}.social-link{color:#333;transition:color .3s ease,transform .3s ease}.social-icon{width:24px;height:24px;fill:currentColor}.footer-nav{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;text-align:center}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;background:transparent;border:none}.footer-bottom{background-color:var(--brand-black);margin:2rem -1rem 0;padding:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;flex-direction:column;gap:1rem;text-align:center}.copyright{color:var(--text-secondary)}.created-by{display:flex;gap:4px}.created-by span{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.created-by span a{color:var(--text-secondary)}.animal-silhouettes{margin-left:0;justify-content:center}.anonymous,.unheard{font-size:1.4rem}.for-the{font-size:.8rem}@media (min-width: 480px){.logo-container{gap:1rem}.social-icons,.footer-nav{gap:1.5rem}.nav-link{font-size:1rem}}@media (min-width: 768px){.footer{padding:3rem 2rem 0}.logo-container{flex-direction:row;text-align:left}.social-icons{gap:2rem}.footer-nav{gap:2rem;text-align:left}.footer-bottom{flex-direction:row;gap:0;text-align:left;margin:3rem -2rem 0;padding:1rem 2rem}}.credit{font-size:.9rem;color:var(--text-muted);text-align:center;margin-bottom:0}.credit a{color:inherit;text-decoration:underline}@media (min-width: 1024px){.social-link:hover{color:var(--brand-red);transform:translateY(-2px)}.nav-link:hover{color:#d73527}}.hidden-reality-section{display:flex;flex-direction:column;width:100%;min-height:100vh;background-color:var(--brand-red);color:#fff}.hidden-reality-text{padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;order:2}.hidden-reality-text h2{font-size:2.5rem;font-weight:700;color:var(--brand-black);line-height:1.2}.hidden-reality-text p{font-size:1rem;margin-bottom:.75rem;color:var(--text-secondary);line-height:1.5}.hidden-reality-text p strong{font-weight:700}.hidden-reality-text .end,.hidden-reality-text .start{font-size:1.1rem;font-weight:600}.hidden-reality-text .start{margin-bottom:1.5rem}.hidden-reality-image{overflow:hidden;order:1}.hidden-reality-image img{width:100%;height:100%;object-fit:cover}@media (min-width: 768px){.hidden-reality-text{padding:3rem 2.5rem;gap:1.5rem}.hidden-reality-text h1{font-size:1.75rem}.hidden-reality-text p{font-size:1rem;margin-bottom:1rem}.hidden-reality-text .end,.hidden-reality-text .start{font-size:1.2rem}}@media (min-width: 1024px){.hidden-reality-section{flex-direction:row}.hidden-reality-text{flex:1;padding:4rem;gap:24px;order:1}.hidden-reality-text h1{font-size:2rem}.hidden-reality-text p{font-size:1rem;line-height:1.6}.hidden-reality-text .end,.hidden-reality-text .start{font-size:1.4rem}.hidden-reality-image{flex:1;min-height:100%;order:2}}@media (min-width: 1440px){.hidden-reality-text{padding:5rem}.hidden-reality-text h1{font-size:2.25rem}.hidden-reality-text .end,.hidden-reality-text .start{font-size:1.5rem}}.did-you-know-section{position:relative;background-size:cover;background-position:center;padding:6rem 2rem;color:#fff;text-align:center;min-height:100vh}.did-you-know-section .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#000000b3,#00000080 50%,#0003 80%,#0000);z-index:0}.did-you-know-title{position:relative;z-index:1;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.zigzag-grid{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.fact-row{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;opacity:0;transform:translateY(20px);transition:all .6s ease}.zigzag-grid.animate .fact-row{animation:fadeInUp .8s ease forwards;animation-delay:calc(var(--row-index) * .3s)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.fact-box{background:#ffffff0d;border:1px solid var(--brand-red);padding:1.5rem;font-size:1rem;max-width:320px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0003;transition:all .3s ease;position:relative;overflow:hidden}.fact-box:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff4d4d4d;border-color:var(--brand-red)}.fact-box.left{justify-self:end}.fact-box.right{justify-self:start}.line-container{position:relative;width:2px;height:120px;justify-self:center}.line{width:100%;height:100%;background-color:#ff4d4d4d;position:absolute}.line-fill{width:100%;height:0%;background:linear-gradient(to bottom,#ff4d4d,#ff6b6b);position:absolute;top:0;box-shadow:0 0 10px #ff4d4d80;transition:height .8s ease}.zigzag-grid.animate .fact-row .line-fill{animation:fillLine 1.2s ease forwards;animation-delay:calc(var(--row-index) * .3s + .4s)}@keyframes fillLine{0%{height:0%;opacity:0}50%{opacity:1}to{height:100%;opacity:1}}.restart-btn{position:relative;z-index:1;margin-top:3rem;padding:12px 24px;background:linear-gradient(45deg,#ff4d4d,#ff6b6b);color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff4d4d4d}.restart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff4d4d66;background:linear-gradient(45deg,#ff6b6b,#ff8a8a)}.restart-btn:active{transform:translateY(0)}@media (max-width: 1024px){.did-you-know-section{padding:5rem 1.5rem}.did-you-know-title{font-size:2.5rem;margin-bottom:3.5rem}.fact-row{grid-template-columns:1fr;gap:0;position:relative}.fact-box{max-width:100%;justify-self:center!important;position:relative;z-index:2}.empty-space{display:none}.line-container{position:absolute;left:50%;top:100%;transform:translate(-50%);width:2px;height:2rem;z-index:1}.fact-row:last-child .line-container{display:none}}@media (max-width: 768px){.did-you-know-section{padding:4rem 1rem;min-height:auto}.did-you-know-title{font-size:1.8rem;margin-bottom:2.5rem}.zigzag-grid{gap:1rem}.fact-row{grid-template-columns:1fr;gap:0;position:relative}.fact-box{max-width:100%;justify-self:center!important;padding:1.25rem;font-size:.95rem;position:relative;z-index:2}.empty-space{display:none}.line-container{position:absolute;left:50%;top:100%;transform:translate(-50%);width:2px;height:1rem;z-index:1}.fact-row:last-child .line-container{display:none}}@media (max-width: 480px){.did-you-know-section{padding:3rem .75rem}.did-you-know-title{font-size:1.6rem;margin-bottom:2rem}.fact-box{padding:1rem;font-size:.9rem}}.bigger-picture-section{background-color:#f8f9fa;padding:3rem 1rem;min-height:80vh;display:flex;align-items:center}.bg-section-container{width:100%}.bigger-picture-title{font-size:1.75rem;font-weight:800;text-align:center;margin-bottom:2rem;line-height:1.2;color:var(--brand-black)}.bigger-picture-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.picture-card{background:#fff;padding:1.5rem;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column;align-items:center}.icon-container{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.icon-container img{width:100%}.picture-card .card-text{font-size:1rem;line-height:1.5;color:var(--text-muted);margin:0;text-align:center;max-width:100%}@media (min-width: 480px){.bigger-picture-title{font-size:2rem}.picture-card{padding:2rem 1.5rem}.icon-container{width:70px;height:70px}}@media (min-width: 768px){.bigger-picture-section{padding:4rem 1.5rem}.bigger-picture-title{font-size:2.5rem;margin-bottom:3rem}.bigger-picture-grid{gap:2rem}.picture-card{padding:2.5rem 2rem}.icon-container{width:64px;height:64px;margin-bottom:2rem}.card-text{line-height:1.6}}@media (min-width: 1024px){.bigger-picture-section{padding:5rem 2rem}.bigger-picture-title{font-size:2.5rem;margin-bottom:3.5rem}.bigger-picture-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.picture-card{padding:3rem 2rem}}@media (min-width: 1200px){.bigger-picture-section{padding:6rem 2rem}.bigger-picture-title{font-size:2.5rem;margin-bottom:4rem}.bigger-picture-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1440px){.bigger-picture-section{padding:6rem 3rem}.bigger-picture-grid{gap:3rem}.picture-card{padding:3.5rem 2.5rem}}.choice-section{padding:4rem 1rem;background:var(--brand-black);text-align:center;color:#fff}.choice-section h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.choice-section p{font-size:.9rem;margin-bottom:2rem;color:var(--text-secondary);max-width:100%;margin-left:auto;margin-right:auto;line-height:1.5;padding:0 10px}.choices-grid{display:flex;flex-direction:column}.choice-card{position:relative;overflow:hidden;background:var(--brand-black);transition:all .4s ease;border-bottom:1px solid rgba(255,255,255,.1)}.choice-card:last-child{border-bottom:none}.choice-link{display:block;text-decoration:none;color:inherit;position:relative;height:100%}.choice-image{width:100%;height:200px;object-fit:cover;transition:all .4s ease;filter:grayscale(.7) brightness(.8)}.choice-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000c,#e74c3c99);opacity:.9;transition:all .4s ease;z-index:1}.choice-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:.8rem;font-size:.85rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:2;text-align:center;white-space:nowrap;text-shadow:2px 2px 4px rgba(0,0,0,.8);transition:all .4s ease}.choice-card.animate-in{opacity:0;transform:translateY(30px);animation:slideUp .6s ease forwards}.choice-card:nth-child(1){animation-delay:.1s}.choice-card:nth-child(2){animation-delay:.2s}.choice-card:nth-child(3){animation-delay:.3s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.choice-section.minimalist{background:#f8f8f8;color:#333}.choice-section.minimalist h2{color:#333;font-weight:400}.choice-section.minimalist .choice-card{background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 10px #0000001a}.choice-section.minimalist .choice-text{color:#333;background:#fffffff2}.choice-card.text-below{background:#fff;color:#333}.choice-card.text-below .choice-text{position:static;background:none;padding:1rem;color:#333;border-top:3px solid #e74c3c}.choice-card.text-below .choice-link:before{display:none}.choice-section.button-style .choice-card{background:none;box-shadow:none;border-radius:0;overflow:visible}.choice-section.button-style .choice-link{display:inline-block;padding:12px 25px;background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #e74c3c4d}.choice-section.button-style .choice-image{display:none}.choice-section.button-style .choice-text{position:static;background:none;color:#fff;font-size:.85rem;padding:0}@media (min-width: 480px){.choice-section{padding:50px 20px}.choice-section h2{font-size:1.75rem;letter-spacing:1.5px}.choice-section p{font-size:1rem;max-width:400px}.choice-image{height:220px}.choice-text{font-size:.9rem;padding:1rem}}@media (min-width: 768px){.choice-section{padding:60px 20px}.choice-section h2{font-size:2rem;margin-bottom:1rem;letter-spacing:2px}.choice-section p{font-size:1.1rem;margin-bottom:2.5rem;max-width:500px;line-height:1.6}.choice-image{height:280px}.choice-text{font-size:1.5rem;letter-spacing:1.5px;padding:1.1rem}.choice-section.button-style .choice-link{padding:14px 28px}.choice-section.button-style .choice-text{font-size:.9rem}}@media (min-width: 1024px){.choice-section{padding:6rem 3rem}.choice-section h2{font-size:2.5rem}.choice-section p{font-size:1.2rem;margin-bottom:3rem;max-width:600px}.choices-grid{flex-direction:row}.choice-card{flex:1;border-bottom:none;border-right:1px solid rgba(255,255,255,.1)}.choice-card:last-child{border-right:none}.choice-image{height:350px}.choice-text{letter-spacing:2px;padding:1.2rem;white-space:nowrap}.choice-card:after{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(231,76,60,.8) 50%,transparent 100%);opacity:0;transition:opacity .4s ease;z-index:3}.choice-card:last-child:after{display:none}.choice-section.button-style .choice-link{padding:15px 30px}.choice-section.button-style .choice-text{font-size:1rem}.choice-card:hover{z-index:2;flex:1.2}.choice-card:hover .choice-image{transform:scale(1.05);filter:grayscale(0) brightness(1)}.choice-card:hover .choice-link:before{opacity:.3;background:linear-gradient(135deg,#e74c3c66,#c0392b99)}.choice-card:hover .choice-text{transform:translate(-50%,-50%) scale(1.1);color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.9)}.choice-card:hover:after{opacity:1}.choice-section.minimalist .choice-card:hover{box-shadow:0 5px 20px #00000026}.choice-section.button-style .choice-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c66;background:linear-gradient(45deg,#c0392b,#a93226)}}.sanctuary-support{text-align:center;margin-top:2rem}.sanctuary-link{display:inline-block;padding:12px 24px;background-color:var(--brand-red);color:#fff;text-decoration:none;font-weight:500;transition:background-color .3s ease}.rescue-content .section-title{margin-bottom:4rem;font-size:1.75rem}@media (min-width: 480px){.rescue-content .section-title{font-size:2rem}}@media (min-width: 768px){.rescue-content .section-title{font-size:2.5rem}}@media (min-width: 1024px){.sanctuary-link:hover{background-color:var(--brand-red-hover)}}.images-grid{display:grid;grid-template-columns:1fr;gap:12rem;padding:2rem 0;place-items:center}.grid-image{max-width:500px;width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.hidden-section{padding:6rem 3rem}.hidden-section-title{font-size:1.75rem;color:var(--brand-red);text-align:center;margin-bottom:2rem}@media (min-width: 480px){.hidden-section-title{font-size:2rem}}@media (min-width: 768px){.hidden-section{padding:4rem 1.5rem}.hidden-section-title{font-size:2.5rem;margin-bottom:3rem}}@media (min-width: 1024px){.hidden-section{padding:5rem 2rem}.hidden-section-title{font-size:2.5rem;margin-bottom:3.5rem}}@media (min-width: 1200px){.hidden-section{padding:6rem 2rem}.hidden-section-title{font-size:2.5rem;margin-bottom:4rem}}@media (min-width: 1440px){.hidden-section{padding:6rem 3rem}}.resources-page{background-color:var(--brand-black)}.resources-inner{padding:6rem 1rem;max-width:1000px;margin:0 auto;color:var(--brand-white)}.resources-page h1{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--brand-red)}.resource-category{margin-bottom:2rem;padding:1rem;background-color:#1f1f1f}.resource-category h2{font-size:1.25rem;margin-bottom:1rem;border-bottom:2px solid var(--brand-red);padding-bottom:.5rem;color:var(--brand-white)}.resource-category ul{list-style:none;padding:0;margin:0}.resource-category li{margin:.8rem 0;font-size:1rem}.resource-category a{color:var(--brand-white);text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}@media (min-width: 480px){.resources-inner{padding:4rem 1rem}.resources-page h1{font-size:2.25rem;margin-bottom:2.5rem}.resource-category{padding:1.25rem}.resource-category h2{font-size:1.375rem}}@media (min-width: 768px){.resources-inner{padding:5rem 1rem}.resources-page h1{font-size:2.5rem;margin-bottom:3rem}.resource-category{margin-bottom:3rem;padding:1.5rem}.resource-category h2{font-size:1.5rem}}@media (min-width: 1024px){.resources-inner{padding:6rem 1rem}.resource-category a:hover{border-bottom:1px solid var(--brand-red);color:var(--brand-red-hover)}}.what-we-do-section{background-size:cover;background-position:inherit;color:#fff;position:relative;padding:5rem 0;min-height:90vh;background:linear-gradient(to bottom,#1a1717,#1a171799 20%,#1a171799 80%,#1a1717),url(/assets/What.jpg) top/cover no-repeat}.what-we-do-section .overlay{background:linear-gradient(to bottom,#1a1717cc 20%,#1a1717e6,#1a1717cc 80%);width:100%;height:100%;display:flex;align-items:center}.what-we-do-container{text-align:center;width:100%}.what-section-title{font-size:2.5rem;color:var(--brand-red);font-weight:700;margin-bottom:6rem}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.card-text{font-size:1rem;line-height:1.6;color:#f1f1f1}.cards{display:flex;flex-direction:column;gap:2rem;align-items:center}.card{flex:1;padding:1rem;position:relative;max-width:480px}@media (min-width: 768px){.cards{flex-direction:row;justify-content:space-between;max-width:1200px;margin:auto}.card:nth-child(2):before{display:block}}.category-hero{position:relative;width:100%;height:80vh;background-color:var(--brand-black);color:var(--brand-white);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.25;z-index:1}.hero-overlay{position:relative;z-index:2;text-align:center;padding:2rem;max-width:800px}.hero-title{font-size:3rem;font-weight:700;line-height:140%;letter-spacing:2px}@media (min-width: 768px){.hero-title{font-size:4rem}}.why-section{background-color:var(--brand-black);padding:4rem 1rem;overflow:hidden}.why-wrapper{position:relative;max-width:1400px;margin:0 auto;padding-right:6rem}.why-image{width:100%;height:auto;display:block}.why-card{position:absolute;top:50%;right:-3rem;transform:translateY(-50%);background-color:var(--brand-red);color:#fff;padding:2rem;max-width:600px;width:100%;text-align:center;box-shadow:0 6px 20px #0000004d}@media (min-width: 1400px){.why-card{right:-1.5rem}}@media (min-width: 1600px){.why-card{right:-6rem}}@media (min-width: 1800px){.why-card{right:-8rem}}@media (max-width: 1300px){.why-card{right:1rem;max-width:500px}.why-wrapper{padding-right:1rem}}@media (max-width: 1024px){.why-card{right:0;max-width:90%;padding:1.5rem}}@media (max-width: 768px){.why-wrapper{display:flex;flex-direction:column;align-items:center}.why-card{position:static;transform:none;margin-top:1.5rem;max-width:100%;width:100%}}.why-card h2{font-size:2rem;margin-bottom:1.5rem;font-weight:700;color:var(--brand-black)}.why-card p{font-size:1rem;line-height:1.6;margin-bottom:.75rem;color:var(--text-secondary)}.team-section{background-color:var(--brand-white);padding:4rem 0rem 0;position:relative}.text-area{display:flex;flex-direction:column}.title h2{font-size:2rem;font-weight:700;color:var(--brand-black);line-height:1.4;text-align:center}.text-area .title .highlight{color:var(--brand-red);display:block;padding-top:0}.team-image{width:100%;height:auto;z-index:50}.overlay-box{background-color:var(--brand-black);padding:2rem 1.5rem 3rem;border-radius:0;text-align:center;display:flex;flex-direction:column;align-items:end;justify-content:end;gap:20px}.overlay-box img{width:80px;margin-bottom:1rem}.overlay-box p{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin-bottom:0}@media (min-width: 768px){.text-area{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto auto auto;gap:1rem}.text-area .title{grid-column:1 / span 4;grid-row:1;display:flex;align-items:center}.title h2{padding-left:2rem;font-size:2.5rem;text-align:left}.team-image{grid-row:2 / span 2;grid-column:1 / span 4}.overlay-box{grid-row:3 / -1;grid-column:3 / -1;align-items:flex-end;text-align:right;gap:60px}.overlay-box img{width:100px;margin-bottom:0}.overlay-box p{font-size:2rem}}.masked-hero{background-color:var(--brand-black);background-image:url(/assets/mask.png);background-position:left center;background-repeat:no-repeat;background-size:500px;height:100%;min-height:80vh;display:flex;justify-content:center;align-items:center;position:relative}.masked-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#1e1e1e1a,#1e1e1ee6);z-index:1}.mask-container{width:300px;height:100%;min-height:80vh;flex-shrink:0}.mask-content{max-width:800px;text-align:center;z-index:100}.main-text{font-size:1.5rem;font-weight:400;letter-spacing:.5px;color:var(--text-secondary);display:flex;flex-direction:column;padding:0 24px}.secondary-text{font-size:1.8rem;line-height:1.4;font-weight:300;letter-spacing:.3px}.highlight{padding-top:1rem;color:var(--brand-red);font-weight:400}@media (max-width: 1024px){.masked-hero{flex-direction:column;background-position:center top}.masked-hero{background-size:250px}.mask-container{width:250px}.main-text{font-size:1.8rem}.secondary-text{font-size:1.5rem}}@media (max-width: 768px){.masked-hero{flex-direction:column;background-position:center top}.masked-hero:before{background:linear-gradient(to bottom,#1e1e1e1a,#1e1e1e4d 30%,#1e1e1eb3 70%,#1e1e1ee6)}.mask-container{width:100%;height:200px;min-height:200px}.hero-content{padding:1rem}.main-text{font-size:1.5rem}.secondary-text{font-size:1.3rem}}@media (max-width: 480px){.mask-container{height:150px;min-height:150px}.mask-content{padding-top:150px}.main-text{font-size:1.25rem;padding:0 16px}.secondary-text{font-size:1.1rem}}.stories-of-hope-section{padding:4rem 1rem;background-color:#fdfaf6;color:var(--brand-black);text-align:center}.rescue-container{max-width:900px;margin:0 auto}.rescue-section-title{font-size:2.5rem;margin-bottom:.75rem;font-weight:700}.section-subtitle{font-size:1.125rem;margin-bottom:2rem;color:var(--text-muted)}.video-wrapper iframe{width:100%;max-width:100%;height:500px;box-shadow:0 4px 12px #0000001a}@media (max-width: 1024px){.rescue-section-title{font-size:2.5rem}}@media (max-width: 768px){.rescue-section-title{font-size:2.5rem}}@media (max-width: 480px){.rescue-section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.not-found{min-height:100vh;background-color:var(--text-muted);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.not-found .logo-404{max-width:340px;margin-bottom:40px}h1{font-size:3rem;margin-bottom:16px}p{font-size:1.25rem;color:var(--brand-white);max-width:600px;margin-bottom:40px}.home-button{border:2px solid white;background:transparent;color:#fff;padding:12px 32px;font-size:1rem;text-decoration:none;transition:all .3s ease}@media (min-width: 1024px){.home-button:hover{background:#fff;color:#1a1a1a}}.loader-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--text-muted);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}body:has(.loader-wrapper){overflow:hidden}.loader-logo{width:440px;height:auto;object-fit:contain}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}:root{--brand-white: #fff;--brand-black: #1e1e1e;--brand-red: #d22027;--brand-red-hover: #b91c1c;--text-secondary: #e3e6ea;--text-muted: #4b4b4b}body{width:100%;height:100vh;font-family:Libre Franklin,sans-serif;background-color:var(--brand-black)}html,body{overflow-x:hidden}p{line-height:150%;font-weight:300}button{cursor:pointer}button a{text-decoration:none}strong{font-weight:600}
