:root{--color-bg:#faf9f7;--color-surface:#fff;--color-section-alt:#eef2ed;--color-text:#1a1a1a;--color-text-muted:#5a5a5a;--color-accent:#8b6914;--color-header-bg:#1c2529;--color-header-text:#faf9f7;--font-heading:"Raleway",system-ui,sans-serif;--font-body:"Open Sans",system-ui,sans-serif;--max-width:1200px;--section-padding:3rem 1.5rem}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent)}img{max-width:100%;height:auto;display:block}.site-header{background:transparent;color:var(--color-header-text);position:absolute;top:0;left:0;right:0;z-index:100}.site-header.header-dark{color:var(--color-text)}.site-header.header-dark a:hover{color:var(--color-accent)}.site-header a:hover{color:#d4af37}.header-inner{max-width:var(--max-width);margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Bebas Neue,Impact,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.08em}.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:1.75rem}.nav-list a{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.site-footer{background:var(--color-header-bg);color:var(--color-header-text);padding:1.75rem 1.5rem 1.25rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;opacity:.8;transition:opacity .2s}.footer-nav a:hover{opacity:1}.site-footer .copyright{font-size:.8rem;color:hsla(40,23%,97%,.55)}.section{padding:var(--section-padding)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-title{font-family:var(--font-heading);font-size:clamp(1.4rem,3.5vw,2rem);font-weight:600;margin:0 0 .75rem;letter-spacing:.02em}.section-subtitle{font-size:1rem;color:var(--color-text-muted);margin:0 0 1.5rem;max-width:48ch;line-height:1.6}.btn{display:inline-block;padding:.65rem 1.4rem;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:var(--color-accent);color:#fff;border:none;cursor:pointer;transition:background .2s,color .2s}.btn:hover{background:#6d5210;color:#fff}.btn-outline{background:transparent;color:inherit;border:2px solid;border-radius:4px;transition:background .2s ease,border-color .2s ease,color .2s ease}.btn-outline:hover{background:color-mix(in srgb,currentColor 12%,transparent);border-color:currentColor;color:inherit}.hero-carousel{position:relative;width:100%;aspect-ratio:16/9;min-height:380px;max-height:82vh;overflow:hidden;background:#000}.hero-carousel-slide,.hero-carousel-videos{position:absolute;inset:0}.hero-carousel-slide{opacity:0}.hero-carousel-slide.active{opacity:1;z-index:1}.hero-carousel-video{width:100%;height:100%;object-fit:cover}.hero-carousel-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.5));pointer-events:none}.hero-carousel-content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;pointer-events:none;color:#fff}.hero-carousel-content .btn{pointer-events:auto}.hero-carousel-tagline{font-family:var(--font-heading);font-size:clamp(1.75rem,4.5vw,3rem);font-weight:600;color:#fff;margin:0 0 1.25rem;letter-spacing:.02em;text-shadow:0 2px 16px rgba(0,0,0,.4)}.section-values{background:var(--color-surface)}.values-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.75rem}.values-logo{flex-shrink:0}.values-logo-img{height:90px;width:auto;object-fit:contain}.values-header-text .section-title{margin-bottom:.35rem}.values-header-text .section-subtitle{margin-bottom:0}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem}.value-card{padding:1.25rem 0;border-top:3px solid var(--color-accent)}.value-card-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;margin:0 0 .5rem;letter-spacing:.02em}.value-card p{margin:0;color:var(--color-text-muted);font-size:.925rem}.section-banner{background:var(--color-header-bg);color:var(--color-header-text);padding:4rem 1.5rem 3rem}.banner-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem 5rem;gap:2rem 5rem;align-items:center;padding-bottom:4rem}.banner-left{gap:1rem}.banner-left,.banner-right{display:flex;flex-direction:column}.banner-right{gap:1.5rem;align-items:flex-start}.banner-eyebrow{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin:0}.banner-heading{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;letter-spacing:.02em;margin:0;line-height:1.2}.banner-body{font-size:.975rem;line-height:1.7;opacity:.8;margin:0}.banner-strip{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3px;gap:3px;margin-top:0}.banner-strip-item{position:relative;aspect-ratio:3/2;overflow:hidden}.banner-strip-img{object-fit:cover;transition:transform .4s ease}.banner-strip-item:hover .banner-strip-img{transform:scale(1.04)}@media (max-width:768px){.banner-inner{grid-template-columns:1fr;gap:1.5rem;padding-bottom:3rem}}@media (max-width:640px){.section-banner{padding-top:3rem}.banner-strip{grid-template-columns:repeat(3,1fr)}.banner-strip-item:nth-child(n+4){display:none}}.section-testimonials{background:var(--color-bg)}.testimonials-heading{text-align:center;margin-bottom:1.25rem}.testimonials-carousel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem}.testimonials-card{text-align:center;padding:1.25rem 1.5rem;background:var(--color-surface);border-top:3px solid var(--color-accent);min-height:140px;display:flex;flex-direction:column;justify-content:center;transition:opacity .3s ease}.testimonials-card.testimonials-card-fade{opacity:0}.testimonials-quote{font-family:var(--font-body);font-size:.925rem;line-height:1.65;color:var(--color-text);margin:0 0 .75rem;font-style:italic;quotes:none}.testimonials-attribution{display:flex;flex-direction:column;gap:.15rem}.testimonials-name{font-family:var(--font-heading);font-size:.9rem;font-weight:600;letter-spacing:.04em;color:var(--color-text)}.testimonials-role{font-size:.825rem;color:var(--color-text-muted)}.testimonials-nav{background:none;border:2px solid var(--color-accent);color:var(--color-accent);width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s;border-radius:2px}.testimonials-nav:hover{background:var(--color-accent);color:#fff}.testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.875rem}.testimonials-dot{width:.5rem;height:.5rem;border-radius:50%;background:rgba(0,0,0,.18);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.testimonials-dot.active{background:var(--color-accent);transform:scale(1.25)}.section-cta{background:var(--color-header-bg);color:var(--color-header-text);text-align:center;padding:2.5rem 1.5rem}.cta-inner .section-subtitle,.cta-inner .section-title{color:inherit}.cta-inner .section-subtitle{opacity:.85;margin-left:auto;margin-right:auto}.about-hero{position:relative;color:var(--color-header-text);padding:6.5rem 1.5rem 4rem;text-align:center;overflow:hidden;min-height:380px;display:flex;align-items:center;justify-content:center}.about-hero-bg{object-fit:cover;object-position:center top;z-index:0}.about-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6))}.about-hero-inner{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.875rem}.about-hero-title{font-family:var(--font-heading);font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:600;margin:0;letter-spacing:.04em;text-shadow:0 2px 12px rgba(0,0,0,.4)}.about-hero-tagline{font-size:1rem;opacity:.85;margin:0;max-width:44ch;line-height:1.6;text-shadow:0 1px 6px rgba(0,0,0,.4)}.about-section{padding:3rem 1.5rem 4rem}.about-inner{display:grid;grid-template-columns:180px 1fr;grid-gap:3rem;gap:3rem;align-items:start;max-width:960px}.about-logo-col{display:flex;flex-direction:column;align-items:flex-start;padding-top:.25rem}.about-logo-img{width:100%;height:auto;object-fit:contain}.about-content{min-width:0}.about-body{margin-bottom:2rem}.about-body p{margin:0 0 1rem;color:var(--color-text-muted);font-size:.975rem;line-height:1.75}.about-body p:last-child{margin-bottom:0}.about-stats{display:flex;flex-direction:row;gap:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);flex-wrap:wrap}.about-stat{display:flex;flex-direction:column;gap:.2rem;border-left:3px solid var(--color-accent);padding-left:.875rem}.about-stat-value{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;letter-spacing:.03em;color:var(--color-text)}.about-stat-label{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.contact-section{padding:3rem 1.5rem 5rem}.contact-inner{max-width:960px}.contact-intro{margin-bottom:2.5rem}.contact-intro .section-title{margin-bottom:.5rem}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:2.5rem}.contact-card{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;background:var(--color-surface);border-top:3px solid var(--color-accent);text-decoration:none;color:var(--color-text);transition:box-shadow .2s,transform .2s}a.contact-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px);color:var(--color-text)}.contact-card-static{cursor:default}.contact-card-icon{color:var(--color-accent);display:flex;align-items:center;margin-bottom:.25rem}.contact-card-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);font-weight:600}.contact-card-value{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;letter-spacing:.02em}.contact-note{max-width:52ch;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.contact-note p{margin:0;color:var(--color-text-muted);font-size:.975rem;line-height:1.75}@media (max-width:640px){.contact-cards{grid-template-columns:1fr}.contact-section{padding-bottom:3rem}}.hero{background:var(--color-header-bg);color:var(--color-header-text)}.hero-inner{max-width:var(--max-width);margin:0 auto}.hero-eyebrow{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;margin:0 0 .75rem;opacity:.85}.hero-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.25rem);font-weight:600;margin:0 0 1rem;letter-spacing:.02em;line-height:1.15}.hero-subtitle{font-size:1rem;max-width:44ch;margin:0 auto 1.5rem;line-height:1.6;opacity:.85}.products-hero{position:relative;padding:0;min-height:360px;display:flex;align-items:center;justify-content:center}.products-hero-image,.products-hero-video-wrap{position:absolute;inset:0;z-index:0;width:100%;min-height:100%}.products-hero-image-img,.products-hero-video{width:100%;height:100%;object-fit:cover;object-position:center}.products-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.5));pointer-events:none}.products-hero-content{position:relative;z-index:2;width:100%;padding:4.5rem 1.5rem 5rem;text-align:center}.products-hero-content .hero-inner{margin:0 auto}.products-intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;max-width:1100px}.products-intro-content .section-subtitle{margin-bottom:0}.products-intro-body p{margin:0;color:var(--color-text-muted);font-size:.975rem;line-height:1.7}.products-intro-section,.section-species-gallery{border-top:3px solid var(--color-accent)}.section-species-gallery{background:var(--color-section-alt);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5)}.section-more-products{background:var(--color-bg);border-top:3px solid var(--color-accent)}.products-species-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.products-species-more-block{margin-top:3rem}.products-species-card{background:var(--color-surface);padding:0;border-top:3px solid var(--color-accent);overflow:hidden}.products-species-image{aspect-ratio:4/3;background:var(--color-text-muted);opacity:.3;position:relative;overflow:hidden}.products-species-image:has(.products-species-image-img){opacity:1}.products-species-image-img{width:100%;height:100%;object-fit:cover;display:block}.products-species-card .value-card-title{padding:1.25rem 1.25rem 0}.products-species-grades{font-size:.85rem;color:var(--color-text-muted);margin:.25rem 1.25rem .5rem}.products-species-desc{color:var(--color-text-muted);font-size:.925rem}.products-species-card .btn,.products-species-desc{margin:0 1.25rem 1.25rem}.products-catalog-buttons{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center}.products-more-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 2.5rem;gap:0 2.5rem;margin-top:1.5rem;max-width:44rem}.products-more-list ul{list-style:none;margin:0;padding:0}.products-more-list li{padding:.45rem 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:.925rem;color:var(--color-text)}.products-more-list li:last-child{border-bottom:none}@media (max-width:768px){.about-inner{grid-template-columns:1fr;gap:2rem}.about-logo-col{align-items:center}.about-logo-img{max-width:160px}.products-intro{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:640px){:root{--section-padding:2rem 1rem}.header-inner{flex-direction:column;gap:.4rem;padding:.75rem 1rem}.logo{font-size:1.3rem}.nav-list{gap:1.1rem}.nav-list a{font-size:.78rem}.footer-inner{flex-direction:column;text-align:center;gap:.75rem}.footer-nav{gap:1.25rem}.hero-carousel{aspect-ratio:auto;min-height:65vh}.hero-carousel-tagline{font-size:clamp(1.4rem,7vw,2rem);padding:0 .5rem}.hero-carousel-content{padding:3.5rem 1rem 2rem}.values-header{flex-direction:column;align-items:flex-start;gap:.75rem}.values-logo-img{height:70px}.value-grid{grid-template-columns:1fr;gap:1.25rem}.section-cta{padding:2rem 1rem}.cta-inner .section-subtitle{max-width:none}.testimonials-carousel{grid-template-columns:1fr}.testimonials-nav-next,.testimonials-nav-prev{display:none}.testimonials-card{padding:1rem;min-height:0}.testimonials-quote{font-size:.875rem}.about-hero{padding:5.5rem 1rem 3rem;min-height:300px}.about-section{padding:2rem 1rem 2.5rem}.about-stats{gap:1.25rem}.products-more-list{grid-template-columns:1fr}.products-catalog-buttons{flex-direction:column;align-items:center}.products-catalog-buttons .btn{width:100%;max-width:260px;text-align:center}}