:root{--color-slate: #4a6670;--color-slate-light: #5b7a8a;--color-dusty-blue: #7a9bab;--color-cream: #faf8f5;--color-warm-white: #fffef9;--color-sage: #6b8f71;--color-sage-light: #9db89f;--color-gold: #c9a962;--color-gold-light: #e8d4a8;--color-charcoal: #2c2c2c;--color-gray-dark: #555555;--color-gray: #777777;--color-gray-light: #cccccc;--color-border: #e0ddd8;--font-heading: "Georgia", "Times New Roman", serif;--font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--transition-fast: .15s ease;--transition-base: .25s ease;--container-max: 1200px;--container-narrow: 800px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%;overflow-x:hidden}body{font-family:var(--font-body);font-size:1.125rem;line-height:1.7;color:var(--color-charcoal);background-color:var(--color-warm-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:150px}@media (min-width: 800px){body{padding-top:220px}}:focus-visible{outline:3px solid var(--color-slate);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--color-slate);color:#fff;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);z-index:1000;text-decoration:none;font-weight:600}.skip-link:focus{top:var(--space-md)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3;color:var(--color-slate)}h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:var(--space-lg)}h2{font-size:clamp(1.5rem,4vw,2.25rem);margin-bottom:var(--space-md)}h3{font-size:clamp(1.25rem,3vw,1.5rem);margin-bottom:var(--space-sm)}p{margin-bottom:var(--space-md)}a{color:var(--color-slate);text-decoration:underline;text-underline-offset:2px;transition:color var(--transition-fast)}a:hover{color:var(--color-dusty-blue)}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:var(--space-xl);margin-bottom:var(--space-md)}li{margin-bottom:var(--space-xs)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.container--narrow{max-width:var(--container-narrow)}.header{background:var(--color-warm-white);border-bottom:1px solid var(--color-border);position:fixed!important;top:40px!important;left:0;right:0;width:100%;max-width:100vw;overflow-x:hidden;z-index:100;box-shadow:var(--shadow-sm)}.header__inner{display:flex;flex-direction:column;align-items:center;padding:var(--space-lg) var(--space-md);gap:var(--space-md)}.header__brand{display:flex;align-items:center;gap:var(--space-md);text-decoration:none}.header__logo{width:100px;height:100px;object-fit:contain}@media (min-width: 1024px){.header__logo{width:140px;height:140px}}.header__title{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-slate);text-align:center;line-height:1.2}.header__subtitle{font-size:.8rem;color:var(--color-gray);font-weight:400}.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--space-sm)}.nav-toggle__bar{width:28px;height:3px;background:var(--color-slate);border-radius:2px;transition:var(--transition-base)}.nav{width:100%}.nav__list{display:none;flex-direction:column;list-style:none;padding:0;margin:0;text-align:center;gap:var(--space-xs)}.nav__list.is-open{display:flex}.nav__link{display:block;padding:var(--space-sm) var(--space-md);color:var(--color-charcoal);text-decoration:none;font-weight:500;border-radius:var(--radius-sm);transition:background var(--transition-fast),color var(--transition-fast)}.nav__link:hover,.nav__link--active{background:var(--color-sage-light);color:var(--color-slate)}.nav__link--cta{background:var(--color-slate);color:#fff}.nav__link--cta:hover{background:var(--color-dusty-blue);color:#fff}@media (max-width: 799px){.header__brand{display:none}.header__inner{flex-direction:column;align-items:center;padding:var(--space-sm) var(--space-md)}.nav{width:100%;max-width:100%}.nav__list.is-open{width:100%;padding:var(--space-sm) 0}.nav__link{display:block;width:100%;box-sizing:border-box}}@media (min-width: 800px){.header__inner{flex-direction:row;justify-content:space-between;padding:var(--space-lg) var(--space-xl)}.header__title{font-size:1.75rem;text-align:left}.nav-toggle{display:none}.nav__list{display:flex;flex-direction:row;gap:var(--space-xs)}}.hero{background:linear-gradient(135deg,var(--color-sage-light) 0%,var(--color-cream) 50%,var(--color-dusty-blue) 100%);padding:var(--space-2xl) var(--space-md);text-align:center;position:relative;overflow:hidden}@media (min-width: 768px){.hero{padding:var(--space-3xl) var(--space-md)}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%234a6670' fill-opacity='0.05' d='M50 10c-5 0-10 8-10 20s5 20 10 20 10-8 10-20-5-20-10-20zm-25 30c-5 0-10 8-10 20s5 20 10 20 10-8 10-20-5-20-10-20zm50 0c-5 0-10 8-10 20s5 20 10 20 10-8 10-20-5-20-10-20z'/%3E%3C/svg%3E");background-size:200px;opacity:.5}.hero__content{position:relative;z-index:1;max-width:var(--container-narrow);margin:0 auto}.hero__title{font-size:clamp(2.5rem,6vw,4rem);color:var(--color-slate);margin-bottom:var(--space-md);text-shadow:1px 1px 2px rgba(255,255,255,.5)}.hero__subtitle{font-size:clamp(1.125rem,3vw,1.5rem);color:var(--color-gray-dark);margin-bottom:var(--space-xl);font-weight:400}.hero__cta{display:flex;flex-direction:column;gap:var(--space-md);align-items:center}@media (min-width: 480px){.hero__cta{flex-direction:row;justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-size:1.125rem;font-weight:600;text-decoration:none;border:2px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);min-height:48px}.btn--primary{background:var(--color-slate);color:#fff;border-color:var(--color-slate)}.btn--primary:hover{background:var(--color-dusty-blue);border-color:var(--color-dusty-blue);color:#fff}.btn--orange{background:#f77f00;color:#fff;border-color:#f77f00}.btn--orange:hover{background:#ff9f40;border-color:#ff9f40;color:#fff}.btn--secondary{background:#fff;color:var(--color-slate);border-color:var(--color-slate)}.btn--secondary:hover{background:var(--color-slate);color:#fff;border-color:var(--color-slate)}.btn--accent,a.btn--accent,.section--forest .btn--accent,.section--slate .btn--accent{background:#a68a2a;color:#fff;border-color:#a68a2a;font-weight:600}.btn--accent:hover,a.btn--accent:hover{background:#8a7323;border-color:#8a7323;color:#fff}.btn--large{padding:var(--space-md) var(--space-xl);font-size:1.125rem}@media (min-width: 768px){.btn--large{padding:var(--space-lg) var(--space-2xl);font-size:1.25rem}}.section{padding:var(--space-2xl) var(--space-md)}@media (min-width: 768px){.section{padding:var(--space-3xl) var(--space-md)}}.section--alt{background:var(--color-cream)}.section--slate{background:var(--color-slate);color:#fff}.section--slate h2,.section--slate h3{color:#fff}.section--slate a{color:var(--color-sage-light)}.section--forest{background:var(--color-slate);color:#fff}.section--forest h2,.section--forest h3{color:#fff}.section--forest a{color:var(--color-sage-light)}.section--forest .btn,.section--slate .btn{color:#fff}.section--forest .btn--secondary,.section--slate .btn--secondary{color:var(--color-slate)}.section__header{text-align:center;margin-bottom:var(--space-2xl)}.section__title{position:relative;display:block;text-align:center}.section__title:after{content:"";display:block;width:60px;height:3px;background:var(--color-gold);margin:var(--space-md) auto 0;border-radius:var(--radius-full)}.section__intro{font-size:1.25rem;color:var(--color-gray-dark);max-width:600px;margin:var(--space-lg) auto 0}.card-grid{display:grid;gap:var(--space-xl);grid-template-columns:1fr}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card-grid--4{grid-template-columns:1fr;justify-content:center;max-width:1100px;margin-left:auto;margin-right:auto}@media (min-width: 640px){.card-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.card-grid--4{grid-template-columns:repeat(4,1fr)}}@media (min-width: 900px){.card-grid{grid-template-columns:repeat(3,1fr)}}.card-grid--centered{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xl)}.card-grid--centered>.card{flex:0 1 100%;max-width:400px}@media (min-width: 640px){.card-grid--centered>.card{flex:0 1 calc(50% - var(--space-xl))}}@media (min-width: 900px){.card-grid--centered>.card{flex:0 1 calc(33.333% - var(--space-xl))}}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card__image{width:100%;height:160px;object-fit:cover;background:var(--color-sage-light)}@media (min-width: 640px){.card__image{height:180px}}@media (min-width: 1024px){.card__image{height:200px}}.card__body{padding:var(--space-lg)}.card__title{font-size:1.25rem;margin-bottom:var(--space-sm)}.card__text{color:var(--color-gray-dark);margin-bottom:var(--space-md)}.card__meta{font-size:.9rem;color:var(--color-gray);display:flex;align-items:center;gap:var(--space-sm)}.events-list{display:flex;flex-direction:column;gap:var(--space-lg)}.event-item{display:flex;gap:var(--space-lg);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;flex-direction:column}@media (min-width: 640px){.event-item{flex-direction:row}}.event-item__date{background:var(--color-slate);color:#fff;padding:var(--space-lg);text-align:center;min-width:120px;display:flex;flex-direction:column;justify-content:center}.event-item__month{font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.event-item__day{font-size:2.5rem;font-weight:700;line-height:1}.event-item__year{font-size:.9rem}.event-item__content{padding:var(--space-lg);flex:1}.event-item__title{color:var(--color-slate);margin-bottom:var(--space-sm)}.event-item__details{color:var(--color-gray-dark);font-size:1rem}.event-item__time,.event-item__location{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.donate-options{display:grid;gap:var(--space-xl);grid-template-columns:1fr}@media (min-width: 768px){.donate-options{grid-template-columns:repeat(2,1fr)}}.donate-card{background:#fff;border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;box-shadow:var(--shadow-md)}.donate-card__icon{font-size:3rem;margin-bottom:var(--space-md)}.donate-card__title{margin-bottom:var(--space-md)}.donate-card__qr{width:150px;height:150px;margin:var(--space-lg) auto;background:var(--color-gray-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-gray)}.product-grid{display:grid;gap:var(--space-md);grid-template-columns:repeat(2,1fr)}@media (min-width: 640px){.product-grid{gap:var(--space-xl)}}@media (min-width: 900px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;position:relative}.product-card__image{width:100%;aspect-ratio:1 / 1;background:var(--color-sage-light);position:relative;overflow:hidden;isolation:isolate;z-index:0}.product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.product-card__image-link{display:block;position:relative;width:100%;height:100%}.product-card__image-link img{width:100%;height:100%;object-fit:cover;display:block}.product-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#9db89fd9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card__overlay-text{color:var(--color-slate);font-size:1rem;font-weight:600;font-family:Georgia,Times New Roman,serif}@media (min-width: 640px){.product-card__overlay-text{font-size:1.25rem}}.product-card__image-link:hover .product-card__overlay,.product-card__image-link:focus .product-card__overlay{opacity:1}.product-card__body{padding:var(--space-sm);background:#fff;position:relative;z-index:1}@media (min-width: 640px){.product-card__body{padding:var(--space-lg)}}.product-card__title{font-size:1.25rem;margin-bottom:var(--space-sm)}.product-card__price{font-size:1.5rem;font-weight:700;color:var(--color-slate);margin-bottom:var(--space-md)}.product-card__description{color:var(--color-gray-dark);margin-bottom:var(--space-lg)}.product-card__body paypal-add-to-cart-button{display:block;position:relative;z-index:1;isolation:isolate;contain:layout}.form{max-width:600px;margin:0 auto}.form__group{margin-bottom:var(--space-lg)}.form__label{display:block;font-weight:600;margin-bottom:var(--space-sm);color:var(--color-charcoal)}.form__input,.form__textarea,.form__select{width:100%;padding:var(--space-md);font-size:1rem;font-family:inherit;border:2px solid var(--color-border);border-radius:var(--radius-md);background:#fff;transition:border-color var(--transition-fast)}.form__input:focus,.form__textarea:focus,.form__select:focus{outline:none;border-color:var(--color-slate)}.form__textarea{min-height:150px;resize:vertical}.form__help{font-size:.9rem;color:var(--color-gray);margin-top:var(--space-xs)}.form__error{color:#c4787a;font-size:.9rem;margin-top:var(--space-xs)}.order-summary{background:var(--color-cream);border-radius:var(--radius-lg);padding:var(--space-xl);margin-top:var(--space-xl)}.order-summary__title{margin-bottom:var(--space-md)}.order-summary__items{border-bottom:1px solid var(--color-border);padding-bottom:var(--space-md);margin-bottom:var(--space-md)}.order-summary__total{font-size:1.5rem;font-weight:700;color:var(--color-slate);display:flex;justify-content:space-between}.footer{background:var(--color-slate);color:#fff;padding:var(--space-3xl) var(--space-md) var(--space-xl)}.footer__grid{display:grid;gap:var(--space-2xl);grid-template-columns:1fr;margin-bottom:var(--space-2xl)}@media (min-width: 640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__title{color:#fff;font-size:1.25rem;margin-bottom:var(--space-md)}.footer__text{color:var(--color-sage-light);margin-bottom:var(--space-sm)}.footer__text a{color:var(--color-sage-light);text-decoration:none}.footer__text a:hover{color:#fff;text-decoration:underline}.footer__links{list-style:none;padding:0}.footer__links li{margin-bottom:var(--space-sm)}.footer__links a{color:var(--color-sage-light);text-decoration:none}.footer__links a:hover{color:#fff;text-decoration:underline}.footer__bottom{border-top:1px solid var(--color-dusty-blue);padding-top:var(--space-xl);text-align:center}.footer__nonprofit{font-size:.9rem;color:var(--color-sage-light);margin-bottom:var(--space-sm)}.footer__copyright{font-size:.9rem;color:var(--color-dusty-blue)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mt-3xl{margin-top:var(--space-3xl)}.mb-0{margin-bottom:0}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.floral-divider{text-align:center;margin:var(--space-2xl) 0;color:var(--color-dusty-blue);font-size:1.5rem}.floral-border{border:2px solid var(--color-dusty-blue);border-radius:var(--radius-lg);padding:var(--space-xl);position:relative}.floral-border:before{content:"✿";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-warm-white);padding:0 var(--space-sm);color:var(--color-gold);font-size:1.5rem}.announcement{background:#f77f00;color:#fff;padding:var(--space-sm) var(--space-md);text-align:center;font-weight:600;font-size:1.05rem}@media (min-width: 768px){.announcement{padding:var(--space-md) var(--space-lg);font-size:1.25rem}}.announcement a{color:#fff}.back-to-top{position:fixed;bottom:var(--space-md);right:var(--space-md);width:44px;height:44px;background:var(--color-slate);color:#fff;border:none;border-radius:var(--radius-full);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base),background var(--transition-fast);z-index:99}@media (min-width: 768px){.back-to-top{bottom:var(--space-xl);right:var(--space-xl);width:50px;height:50px}}.back-to-top:hover{background:var(--color-dusty-blue)}.back-to-top.is-visible{opacity:1;visibility:visible}.back-to-top__icon{width:24px;height:24px;stroke:currentColor;stroke-width:2.5;fill:none}.breadcrumb{margin-bottom:var(--space-lg);font-size:.9rem;color:var(--color-gray)}.breadcrumb a{color:var(--color-sage);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-detail{display:grid;gap:var(--space-xl);max-width:1000px;margin:0 auto}@media (min-width: 900px){.product-detail{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}}.product-detail__image{border-radius:var(--radius-md);overflow:hidden}.product-detail__image img{width:100%;height:auto;display:block}.product-detail__title{font-family:var(--font-heading);font-size:1.75rem;color:var(--color-slate);margin-bottom:var(--space-xs)}.product-detail__scientific{font-size:1rem;color:var(--color-gray);margin-bottom:var(--space-md)}.product-detail__price{font-size:1.5rem;font-weight:600;color:var(--color-sage);margin-bottom:var(--space-xs)}.product-detail__size{font-size:.95rem;color:var(--color-gray);margin-bottom:var(--space-lg)}.product-detail__description{margin-bottom:var(--space-lg);line-height:1.7}.product-detail__specs{background:var(--color-cream);padding:var(--space-lg);border-radius:var(--radius-md);margin-bottom:var(--space-lg)}.product-detail__specs h2{font-family:var(--font-heading);font-size:1.1rem;color:var(--color-slate);margin-bottom:var(--space-md)}.product-detail__specs ul{list-style:none;padding:0;margin:0}.product-detail__specs li{padding:var(--space-xs) 0;border-bottom:1px solid var(--color-border);font-size:.95rem}.product-detail__specs li:last-child{border-bottom:none}.product-detail__actions{margin-bottom:var(--space-md)}.btn--small{padding:var(--space-xs) var(--space-md);font-size:.85rem}@media print{.header,.footer,.nav,.btn{display:none}body{font-size:12pt;color:#000;background:#fff}}
