:root {
  --fort-green: #005228;
  --fort-green-deep: #003d20;
  --fort-green-bright: #087b43;
  --fort-yellow: #ffc215;
  --fort-orange: #f7941d;
  --ink: #173026;
  --muted: #62746b;
  --cream: #f5f2e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(0, 82, 40, .14);
  --shadow: 0 22px 70px rgba(0, 47, 24, .12);
  --radius: 26px;
  --font-body: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: var(--fort-yellow); color: var(--fort-green-deep); }
:focus-visible { outline: 3px solid var(--fort-yellow); outline-offset: 3px; }

.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 9999; padding: .8rem 1rem; color: var(--white); background: var(--fort-green-deep); border-radius: 0 0 10px 10px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.section-observer { content-visibility: auto; contain-intrinsic-size: 700px; }
.container { max-width: 1200px; }
.site-header { background: rgba(0, 61, 32, .94); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(14px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(0, 61, 32, .98); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.navbar { min-height: 84px; }
.navbar-toggler { border-color: rgba(255,255,255,.35); }
.navbar-toggler:focus { box-shadow: 0 0 0 .25rem rgba(255,194,21,.35); }
.navbar-toggler-icon { filter: invert(1); }
.nav-brand-full { display: inline-flex; align-items: center; margin: 0; padding: .35rem 0; }
.nav-logo-full { display: block; width: auto; height: 60px; filter: brightness(0) invert(1); }
.brand-lockup { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); text-decoration: none; }
.brand-lockup:hover { color: var(--white); }
.brand-icon { display: grid; place-items: center; width: 46px; height: 46px; background: var(--fort-green); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; }
.brand-icon img { width: 31px; height: 31px; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { font-size: 1.3rem; letter-spacing: .055em; }
.brand-words small { margin-top: .3rem; font-size: .58rem; letter-spacing: .25em; color: var(--fort-yellow); }
.navbar .nav-link { padding: .7rem .9rem !important; color: rgba(255,255,255,.84); font-weight: 650; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--fort-yellow); }
.navbar .nav-link.active, .navbar .nav-link.show, .navbar .nav-link[aria-current="page"] { color: var(--fort-yellow); }
.navbar .dropdown-menu { padding: .6rem; background: var(--paper); border: 1px solid rgba(0,82,40,.12); border-radius: 16px; box-shadow: var(--shadow); }
.navbar .dropdown-item { padding: .55rem .75rem; color: var(--fort-green-deep); border-radius: 10px; font-size: .9rem; font-weight: 700; }
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus { color: var(--fort-green-deep); background: rgba(255,194,21,.28); }
.btn { border-radius: 999px; font-weight: 750; letter-spacing: -.01em; }
.btn-brand { border: 1px solid var(--fort-yellow); color: var(--fort-green-deep); background: var(--fort-yellow); box-shadow: 0 10px 24px rgba(255,194,21,.2); }
.btn-brand:hover, .btn-brand:focus { color: var(--fort-green-deep); background: #ffd044; border-color: #ffd044; transform: translateY(-1px); }
.btn-dark-green { color: var(--white); background: var(--fort-green); border: 1px solid var(--fort-green); }
.btn-dark-green:hover, .btn-dark-green:focus { color: var(--white); background: var(--fort-green-deep); border-color: var(--fort-green-deep); }

.hero-section { position: relative; min-height: 740px; color: var(--white); background: radial-gradient(circle at 15% 22%, rgba(8,123,67,.8), transparent 34%), linear-gradient(135deg, var(--fort-green) 0%, var(--fort-green-deep) 72%); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-section::after { content: ""; position: absolute; width: 420px; height: 420px; left: -180px; bottom: -240px; border: 80px solid rgba(255,194,21,.11); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding-top: 8rem !important; padding-bottom: 7rem !important; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; color: var(--fort-yellow); font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 34px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--fort-green); }
.hero-copy h1, .section-intro h2, .products-section h2, .about-section h2, .local-section h2, .faq-section h2, .closing-cta h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6.1vw, 5.4rem); line-height: .96; }
.hero-copy h1 em { display: block; margin-top: .13em; color: var(--fort-yellow); font-style: italic; }
.hero-lead { max-width: 610px; margin-top: 1.6rem; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-section .btn-lg { padding: .9rem 1.4rem; font-size: 1rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .9rem 1.25rem; margin: 1.9rem 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.74); font-size: .88rem; }
.hero-trust span { color: var(--fort-yellow); font-weight: 900; }
.hero-visual-wrap { position: relative; z-index: 1; padding-top: 6rem; }
.hero-visual { position: relative; min-height: 600px; margin-right: -12vw; border-radius: 44% 0 0 44%; border: 8px solid rgba(255,255,255,.08); overflow: visible; transform: rotate(-2deg); }
.hero-visual::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 50px 0 80px rgba(0,61,32,.25); pointer-events: none; }
.hero-visual > img { width: 100%; height: 600px; object-fit: cover; object-position: 46% center; border-radius: inherit; }
.floating-note { position: absolute; z-index: 2; display: flex; flex-direction: column; padding: .9rem 1.1rem; color: var(--ink); background: rgba(255,253,248,.94); border: 1px solid rgba(255,255,255,.75); border-radius: 16px; box-shadow: 0 18px 50px rgba(0,30,16,.2); backdrop-filter: blur(10px); transform: rotate(2deg); }
.floating-note strong { font-size: .9rem; }
.floating-note span { color: var(--muted); font-size: .75rem; }
.note-top { top: 17%; left: -8%; }
.note-bottom { right: 16%; bottom: 11%; }
.scroll-cue { position: absolute; z-index: 3; bottom: 1.6rem; left: 50%; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 32px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; }
.scroll-cue span::after { content: ""; display: block; width: 4px; height: 8px; margin: 8px auto; background: var(--fort-yellow); border-radius: 3px; animation: scrollDot 1.8s ease-in-out infinite; }

.animal-rail { padding: 7.5rem 0 5.5rem; background: var(--paper); }
.section-intro { max-width: 760px; }
.section-intro h2, .products-section h2, .about-section h2, .local-section h2, .faq-section h2 { margin-bottom: 1rem; color: var(--fort-green-deep); font-size: clamp(2.35rem, 5vw, 4.2rem); line-height: 1.02; }
.section-intro p, .section-copy { color: var(--muted); font-size: 1.05rem; }
.animal-card { position: relative; display: block; width: 100%; min-height: 245px; padding: 0; color: var(--white); text-align: left; text-decoration: none; background: var(--fort-green-deep); border: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 38px rgba(0,50,26,.09); transition: transform .25s ease, box-shadow .25s ease; }
.animal-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,40,21,.93), rgba(0,40,21,.06) 64%); }
.animal-card:hover, .animal-card:focus-visible { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(0,50,26,.18); }
.animal-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.animal-card:hover img { transform: scale(1.05); }
.animal-card span, .animal-card small { position: absolute; z-index: 1; left: 1.15rem; right: 1rem; }
.animal-card span { bottom: 2.2rem; font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; }
.animal-card small { bottom: 1rem; color: rgba(255,255,255,.72); font-size: .72rem; }

.results-strip { padding: 0 0 4.5rem; background: var(--paper); }
.results-strip .container { padding: 1px; background: linear-gradient(90deg, var(--fort-green), var(--fort-yellow)); border-radius: 24px; box-shadow: var(--shadow); }
.results-strip .row { background: var(--cream); border-radius: 23px; overflow: hidden; }
.stat-item { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 150px; padding: 1.5rem; text-align: center; border-right: 1px solid var(--line); }
.stat-item:last-child { border: 0; }
.stat-item strong { color: var(--fort-green); font-family: var(--font-display); font-size: 2.3rem; line-height: 1; }
.stat-item span { margin-top: .7rem; color: var(--muted); font-size: .88rem; }

.products-section { padding: 7rem 0; background: #eef1e9; }
.search-box { position: relative; }
.search-box > span { position: absolute; z-index: 1; top: 50%; left: 1.2rem; color: var(--fort-green); font-size: 1.5rem; transform: translateY(-52%); }
.search-box .form-control { height: 58px; padding-left: 3.2rem; background: var(--white); border: 1px solid rgba(0,82,40,.18); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,50,26,.05); }
.search-box .form-control:focus { border-color: var(--fort-green); box-shadow: 0 0 0 .25rem rgba(0,82,40,.1); }
.filter-row { display: flex; gap: .65rem; margin: 1.2rem 0 1rem; padding-bottom: .4rem; overflow-x: auto; scrollbar-width: thin; }
.filter-btn { flex: 0 0 auto; padding: .65rem 1.1rem; color: var(--fort-green-deep); background: transparent; border: 1px solid rgba(0,82,40,.22); border-radius: 999px; font-size: .88rem; font-weight: 750; }
.filter-btn:hover, .filter-btn.active { color: var(--white); background: var(--fort-green); border-color: var(--fort-green); }
.results-count { margin-bottom: 1.5rem; color: var(--muted); font-size: .84rem; }
.product-item[hidden] { display: none !important; }
.product-card { display: flex; flex-direction: column; height: 100%; background: var(--paper); border: 1px solid rgba(0,82,40,.1); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(0,50,26,.06); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 25px 55px rgba(0,50,26,.12); }
.product-card-featured { border: 2px solid var(--fort-yellow); }
.product-image { position: relative; height: 190px; overflow: hidden; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,40,21,.5), transparent 60%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-image > span { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; padding: .38rem .72rem; color: var(--fort-green-deep); background: var(--fort-yellow); border-radius: 999px; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.product-body { flex: 1; padding: 1.45rem 1.45rem 1rem; }
.product-kicker { margin-bottom: .35rem !important; color: var(--fort-green-bright) !important; font-size: .7rem !important; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.product-body h3 { margin-bottom: .75rem; color: var(--fort-green-deep); font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; line-height: 1.1; }
.product-body p { color: var(--muted); font-size: .9rem; }
.product-body ul { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.product-body li { padding: .35rem .62rem; color: var(--fort-green); background: rgba(0,82,40,.07); border-radius: 8px; font-size: .7rem; font-weight: 700; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.45rem; border-top: 1px solid var(--line); }
.product-footer > span { color: var(--muted); font-size: .72rem; }
.product-footer a { color: var(--fort-green); font-size: .82rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.product-footer a:hover { color: var(--fort-orange); }
.product-note { max-width: 850px; margin: 1.8rem auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.catalog-actions { display: flex; align-items: center; justify-content: center; gap: 1rem 1.4rem; margin-top: 2rem; }
.catalog-actions span { color: var(--muted); font-size: .82rem; }

.other-products { padding: 7.5rem 0; background: var(--paper); }
.other-products h2 { margin-bottom: 1rem; color: var(--fort-green-deep); font-family: var(--font-display); font-size: clamp(2.35rem, 5vw, 4.2rem); font-weight: 700; line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.other-product-card { display: flex; gap: 1rem; height: 100%; padding: 1.5rem; background: var(--cream); border: 1px solid var(--line); border-radius: 20px; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.other-product-card:hover { background: var(--white); border-color: rgba(0,82,40,.3); transform: translateY(-4px); }
.other-product-icon { display: grid; flex: 0 0 52px; place-items: center; width: 52px; height: 52px; color: var(--fort-green-deep); background: var(--fort-yellow); border-radius: 16px; font-size: .72rem; font-weight: 900; letter-spacing: .04em; }
.other-product-card h3 { margin: .1rem 0 .4rem; color: var(--fort-green-deep); font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
.other-product-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.other-products-note { margin: 1.5rem 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.about-section { padding: 8rem 0; background: var(--paper); }
.about-visual { position: relative; max-width: 520px; margin: 0 auto; }
.about-visual > img { width: 100%; height: 650px; object-fit: cover; border-radius: 240px 240px 32px 32px; box-shadow: var(--shadow); }
.about-visual::before { content: ""; position: absolute; z-index: -1; width: 84%; height: 92%; right: -9%; bottom: -7%; border: 2px solid var(--fort-yellow); border-radius: 240px 240px 32px 32px; }
.about-seal { position: absolute; right: -1.5rem; bottom: 2.2rem; display: flex; align-items: center; gap: .75rem; padding: 1rem 1.15rem; color: var(--white); background: var(--fort-green); border: 5px solid var(--paper); border-radius: 19px; box-shadow: 0 18px 40px rgba(0,50,26,.2); }
.about-seal img { width: 42px; height: 42px; }
.about-seal span { font-size: .78rem; font-weight: 850; line-height: 1.25; text-transform: uppercase; }
.about-lead { color: var(--ink); font-size: 1.2rem; font-weight: 600; }
.about-section .col-lg-6 > p:not(.eyebrow) { color: var(--muted); }
.benefit-list { margin: 2rem 0; }
.benefit-list > div { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; color: var(--fort-green-deep); background: var(--fort-yellow); border-radius: 50%; font-family: var(--font-display); font-weight: 700; }
.benefit-list strong { color: var(--fort-green-deep); }
.benefit-list p { margin: .2rem 0 0; color: var(--muted); font-size: .88rem; }

.local-section { padding: 0 0 8rem; background: var(--paper); }
.local-card { color: var(--white); background: var(--fort-green-deep); border-radius: 32px; box-shadow: var(--shadow); overflow: hidden; }
.local-content { padding: clamp(2.5rem, 6vw, 5rem); }
.local-content h2 { color: var(--white); font-size: clamp(2.2rem, 4vw, 3.7rem); }
.local-content > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.72); }
.local-content address { display: flex; flex-direction: column; margin: 2rem 0; font-style: normal; }
.local-content address span { color: var(--fort-yellow); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.local-content address strong { margin-top: .25rem; font-size: 1.2rem; }
.local-content address small { color: rgba(255,255,255,.62); }
.local-note { color: rgba(255,255,255,.6); font-size: .78rem; }
.local-photo { min-height: 430px; }
.local-photo img { width: 100%; height: 100%; object-fit: cover; }

.faq-section { padding: 8rem 0; background: var(--cream); }
.faq-section .col-lg-5 > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.faq-cta { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.2rem; color: var(--fort-green); font-weight: 800; text-decoration: none; }
.faq-cta:hover { color: var(--fort-orange); }
.accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: rgba(0,82,40,.14); --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(0,82,40,.1); --bs-accordion-active-bg: transparent; --bs-accordion-active-color: var(--fort-green); }
.accordion-button { padding: 1.35rem .15rem; color: var(--ink); font-size: 1rem; font-weight: 750; }
.accordion-button:not(.collapsed) { box-shadow: none; }
.accordion-body { padding: .15rem 2rem 1.4rem .15rem; color: var(--muted); font-size: .94rem; }
.accordion-button::after { border-radius: 50%; }

.closing-cta { padding: 6rem 0; color: var(--white); background: var(--fort-green); overflow: hidden; }
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.cta-inner .eyebrow { grid-column: 1; }
.closing-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.02; }
.closing-cta .btn { position: relative; z-index: 1; margin-bottom: .45rem; }
.cta-mark { position: absolute; right: 9%; top: 50%; width: 260px; color: var(--white); opacity: .06; filter: invert(1); transform: translateY(-50%) rotate(8deg); }

.site-footer { padding-top: 5rem; color: rgba(255,255,255,.72); background: #002d18; }
.footer-main { padding-bottom: 4rem; }
.footer-brand { margin-bottom: 1.2rem; }
.site-footer p { max-width: 480px; font-size: .9rem; }
.site-footer h2 { margin-bottom: 1rem; color: var(--white); font-size: .84rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .65rem; }
.site-footer a { color: rgba(255,255,255,.66); font-size: .87rem; text-decoration: none; }
.site-footer a:hover { color: var(--fort-yellow); }
.footer-contact { color: var(--fort-yellow) !important; font-size: 1rem !important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: .75rem; }

.whatsapp-float { position: fixed; z-index: 1050; right: 1.25rem; bottom: 1.25rem; display: flex; align-items: center; gap: .65rem; padding: .55rem 1rem .55rem .55rem; color: var(--white); background: #1d9d55; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; box-shadow: 0 14px 38px rgba(0,50,26,.3); text-decoration: none; transition: transform .2s ease; }
.whatsapp-float:hover { color: var(--white); transform: translateY(-3px); }
.whatsapp-float span { display: grid; place-items: center; width: 34px; height: 34px; background: rgba(0,61,32,.22); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; overflow: hidden; }
.whatsapp-float img { display: block; width: 25px; height: 25px; object-fit: contain; }
.whatsapp-float b { font-size: .78rem; }
.back-to-top { position: fixed; z-index: 1040; right: 1.4rem; bottom: 5.4rem; display: grid; place-items: center; width: 42px; height: 42px; color: var(--fort-green); background: var(--white); border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,50,26,.13); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@keyframes scrollDot { 0%, 100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(20px); opacity: 1; } }

@media (max-width: 991.98px) {
  .navbar-collapse { margin-top: .8rem; padding: .8rem 0 1rem; border-top: 1px solid rgba(255,255,255,.1); }
  .navbar .btn { width: 100%; margin-top: .5rem; }
  .hero-section .min-vh-100 { min-height: auto !important; }
  .hero-copy { padding-top: 9rem !important; padding-bottom: 3rem !important; }
  .hero-visual-wrap { padding-top: 0; padding-bottom: 6rem; }
  .hero-visual { min-height: 500px; margin: 0; border-radius: 32px 32px 160px 32px; }
  .hero-visual > img { height: 500px; border-radius: inherit; }
  .note-top { left: 2%; }
  .note-bottom { right: 3%; }
  .scroll-cue { display: none; }
  .animal-card { min-height: 220px; }
  .about-visual { margin-bottom: 2rem; }
  .local-photo { min-height: 300px; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .closing-cta .btn { justify-self: start; }
}

@media (max-width: 767.98px) {
  html { scroll-padding-top: 76px; }
  .navbar { min-height: 76px; }
  .nav-logo-full { height: 52px; }
  .brand-icon { width: 42px; height: 42px; }
  .brand-words strong { font-size: 1.08rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 13vw, 4.4rem); }
  .hero-trust { display: grid; gap: .45rem; }
  .hero-visual { min-height: 410px; }
  .hero-visual > img { height: 410px; }
  .floating-note { padding: .7rem .85rem; }
  .floating-note strong { font-size: .75rem; }
  .floating-note span { font-size: .66rem; }
  .animal-rail, .products-section, .about-section, .faq-section { padding: 5.5rem 0; }
  .results-strip { padding-bottom: 3.5rem; }
  .stat-item { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-item:last-child { border-bottom: 0; }
  .animal-card { min-height: 205px; }
  .catalog-actions { flex-direction: column; text-align: center; }
  .about-visual > img { height: 540px; }
  .about-seal { right: .5rem; }
  .local-section { padding-bottom: 5.5rem; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding: .55rem; }
}

@media (max-width: 420px) {
  .brand-words small { font-size: .5rem; }
  .hero-copy h1 { font-size: 2.75rem; }
  .hero-visual { min-height: 350px; border-radius: 26px 26px 120px 26px; }
  .hero-visual > img { height: 350px; }
  .animal-card { min-height: 185px; }
  .animal-card span { font-size: 1.3rem; }
  .animal-card small { display: none; }
}

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

@media print {
  .site-header, .whatsapp-float, .back-to-top, .scroll-cue, .filter-row, .search-box { display: none !important; }
  body { color: #000; background: #fff; }
  .hero-section { min-height: auto; padding: 2rem 0; color: #000; background: #fff; }
  .hero-copy { padding: 0 !important; }
  .hero-visual-wrap { display: none; }
  .section-observer { content-visibility: visible; }
}
