/*
Theme Name: CatCorner
Theme URI: https://catcorner.com/
Author: CatCorner
Author URI: https://catcorner.com/
Description: CatCorner — Everything Cats. One Happy Place. Your ultimate guide to cat breeds, care tips, health, nutrition and everything that makes life better for you and your feline friend.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catcorner
Tags: cat, pets, blog, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, translation-ready
*/

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--warm-white:#FFF8F1;--light-orange:#FFF0E6;--peach:#FFEEDD;
--primary:#F97316;--orange-light:#FB923C;--orange-dark:#EA580C;
--orange-border:#FED7AA;--orange-pale:#FFEDD5;--orange-faint:#FFF7ED;
--pink:#EC4899;--pink-light:#F472B6;--pink-pale:#FDF2F8;
--pink-border:#FCE7F3;
--text-dark:#111827;--text-med:#1F2937;--text-gray:#374151;
--text-light:#4B5563;--text-muted:#6B7280;
--tag-blue-bg:#DBEAFE;--tag-blue-text:#1E40AF;
--tag-green-bg:#D1FAE5;--tag-green-text:#065F46;
--tag-yellow-bg:#FEF3C7;--tag-yellow-text:#92400E;
--tag-orange-bg:#FFEDD5;--tag-orange-text:#C2410C;
--star:#FACC15;--white:#FFFFFF;
}
html{scroll-behavior:smooth}
body{font-family:'Nunito',sans-serif;background:var(--warm-white);color:var(--text-gray);line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:none;font-family:inherit}
.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}

.skip-link{position:absolute;top:-100%;left:1rem;background:var(--primary);color:white;padding:0.75rem 1.25rem;border-radius:0 0 0.5rem 0.5rem;z-index:1000;font-weight:700;transition:top 0.3s}
.skip-link:focus{top:0;color:white}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Image Loading - Blur-up effect */
.img-wrapper{position:relative;overflow:hidden;background:linear-gradient(135deg,#FFEEDD 0%,#FFF0E6 50%,#FFEEDD 100%);background-size:200% 200%;animation:shimmer 1.5s ease-in-out infinite}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.img-wrapper img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.5s ease}
.img-wrapper img.loaded{opacity:1}
.img-wrapper:has(img.loaded){animation:none;background:transparent}

.header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--orange-border);box-shadow:0 1px 3px rgba(0,0,0,0.05)}
.header-inner{max-width:1280px;margin:0 auto;padding:0.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:0.6rem;flex-shrink:0}
.logo-icon{width:44px;height:44px;border-radius:9999px;background:linear-gradient(135deg,#FB923C,#EA580C);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(249,115,22,0.3);flex-shrink:0}
.logo-icon svg{width:26px;height:26px;fill:white}
.logo-text h1{font-size:1.25rem;font-weight:800;color:var(--text-dark);line-height:1.1}
.logo-text p{font-size:10px;color:var(--text-muted);font-weight:600}
.nav{display:flex;align-items:center;gap:0.25rem;flex-wrap:nowrap}
.nav a{font-size:14px;font-weight:600;color:var(--text-gray);padding:0.5rem 0.6rem;white-space:nowrap;position:relative;transition:color 0.2s}
.nav a:hover,.nav a.active{color:var(--primary)}
.nav a.active::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:20px;height:2px;background:var(--primary);border-radius:2px}
.search-btn{background:none;font-size:1.2rem;color:var(--text-gray);padding:0.5rem;transition:color 0.2s}
.search-btn:hover{color:var(--primary)}
.hamburger{display:none;background:none;padding:0.5rem}
.hamburger svg{width:24px;height:24px;stroke:var(--text-gray)}
.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:white;border-bottom:1px solid var(--orange-border);padding:1rem;z-index:99;flex-direction:column;gap:0.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.08);max-height:calc(100vh - 64px);overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu a{padding:0.75rem 1rem;font-weight:600;color:var(--text-gray);border-radius:0.5rem;transition:background 0.2s}
.mobile-menu a:hover,.mobile-menu a.active{background:var(--orange-faint);color:var(--primary)}

.breadcrumb{background:white;border-bottom:1px solid var(--orange-border);padding:0.75rem 0}
.breadcrumb-list{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:0.4rem;font-size:0.8rem;color:var(--text-muted);list-style:none}
.breadcrumb-list li{display:flex;align-items:center;gap:0.4rem}
.breadcrumb-list a{color:var(--text-light);transition:color 0.2s}
.breadcrumb-list a:hover{color:var(--primary)}
.breadcrumb-list li[aria-current="page"]{color:var(--text-dark);font-weight:700}

/* HERO */
.hero{background:linear-gradient(135deg,#FFF8F1 0%,#FFEEDD 50%,#FFF0E6 100%);padding:0 0 4rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:10%;left:45%;font-size:2rem;opacity:0.3;animation:float 3s ease-in-out infinite}
.hero::after{content:'';position:absolute;top:20%;right:10%;font-size:1.5rem;opacity:0.2;animation:float 4s ease-in-out infinite 1s}

.hero-image-top{width:100%;position:relative;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 0}
.hero-image-wrap{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.15)}
.hero-image{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:16/9}
.hero-badge-rating{position:absolute;top:1.5rem;right:1.5rem;background:white;padding:0.6rem 1rem;border-radius:0.75rem;box-shadow:0 4px 12px rgba(0,0,0,0.1);font-weight:700;font-size:0.9rem;display:flex;align-items:center;gap:0.3rem;z-index:2}
.hero-badge-heart{position:absolute;bottom:1.5rem;left:1.5rem;width:56px;height:56px;background:var(--pink-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;box-shadow:0 4px 12px rgba(236,72,153,0.2);animation:float 3s ease-in-out infinite;z-index:2}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

.hero-content-wrap{max-width:1280px;margin:0 auto;padding:2.5rem 1.5rem 0}
.hero-content{text-align:center;max-width:800px;margin:0 auto}
.hero-label{font-size:0.95rem;font-weight:600;color:var(--text-light);margin-bottom:1rem;display:inline-flex;align-items:center;gap:0.5rem;background:white;padding:0.5rem 1.25rem;border-radius:9999px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--text-dark);margin-bottom:1.25rem}
.hero-title span{color:var(--pink)}
.hero-desc{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:640px;margin-left:auto;margin-right:auto}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}
.btn-primary{background:linear-gradient(135deg,#F97316,#FB923C);color:white;padding:0.95rem 2rem;border-radius:9999px;font-weight:700;font-size:1rem;box-shadow:0 4px 14px rgba(249,115,22,0.35);transition:all 0.3s;display:inline-flex;align-items:center;gap:0.5rem}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,0.45)}
.btn-primary:disabled{opacity:0.6;cursor:not-allowed;transform:none}
.btn-secondary{background:white;color:#DB2777;padding:0.95rem 2rem;border-radius:9999px;font-weight:700;font-size:1rem;border:2px solid #F9A8D4;transition:all 0.3s;display:inline-flex;align-items:center;gap:0.5rem}
.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(219,39,119,0.15)}
.trust-badges{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.trust-badge{display:flex;align-items:center;gap:0.6rem}
.trust-badge-icon{font-size:1.5rem;flex-shrink:0}
.trust-badge-text strong{display:block;font-size:0.85rem;font-weight:700;color:var(--text-dark)}
.trust-badge-text span{font-size:0.75rem;color:var(--text-muted)}

.key-takeaways{background:white;border-left:4px solid var(--primary);border-radius:0.75rem;padding:1.25rem 1.5rem;margin:2rem auto;max-width:1280px;box-shadow:0 4px 12px rgba(0,0,0,0.06)}
.key-takeaways h3{font-size:1.1rem;font-weight:800;color:var(--text-dark);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}
.key-takeaways ul{list-style:none;display:grid;gap:0.5rem}
.key-takeaways li{font-size:0.9rem;color:var(--text-gray);padding-left:1.5rem;position:relative}
.key-takeaways li::before{content:'✓';position:absolute;left:0;color:var(--primary);font-weight:800}

.meta-bar{max-width:1280px;margin:1rem auto;padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:1rem;font-size:0.8rem;color:var(--text-muted);align-items:center;justify-content:center}
.meta-bar span{display:inline-flex;align-items:center;gap:0.4rem}

.toc{background:white;border-radius:1rem;padding:1.5rem;margin:1.5rem auto;max-width:1280px;box-shadow:0 4px 12px rgba(0,0,0,0.06)}
.toc h3{font-size:1.1rem;font-weight:800;color:var(--text-dark);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}
.toc ol{list-style:none;counter-reset:toc-counter;display:grid;gap:0.4rem}
.toc li{counter-increment:toc-counter;font-size:0.9rem;color:var(--text-gray)}
.toc a{color:var(--text-gray);transition:color 0.2s;display:flex;align-items:center;gap:0.5rem}
.toc a::before{content:counter(toc-counter) '.';color:var(--primary);font-weight:800;min-width:1.5rem}
.toc a:hover{color:var(--primary)}

.categories{background:white;padding:2rem 0}
.categories-card{background:white;border:1px solid var(--orange-faint);border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.05);padding:1.5rem}
.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.cat-item{display:flex;flex-direction:column;align-items:center;gap:0.5rem;cursor:pointer;transition:transform 0.3s}
.cat-item:hover{transform:translateY(-6px)}
.cat-icon{width:64px;height:64px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.75rem}
.cat-label{font-size:0.75rem;font-weight:700;color:var(--text-gray);text-align:center}

.featured{background:var(--warm-white);padding:2.5rem 0}
.featured-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}
.featured-card{background:white;border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.08);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}
.featured-image{position:relative;min-height:380px}
.featured-image .img-wrapper{height:100%;width:100%}
.featured-badge{position:absolute;top:1rem;left:1rem;background:white;padding:0.5rem 0.875rem;border-radius:0.75rem;font-size:0.7rem;font-weight:800;color:var(--text-dark);box-shadow:0 2px 8px rgba(0,0,0,0.1);display:flex;align-items:center;gap:0.3rem;z-index:2}
.featured-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}
.featured-content h2{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:0.25rem}
.featured-content .subtitle{color:var(--primary);font-weight:700;font-size:0.95rem;margin-bottom:0.75rem}
.featured-content p{color:var(--text-light);font-size:0.9rem;margin-bottom:1.25rem}
.featured-meta{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1.5rem}
.featured-meta-row{display:flex;align-items:center;gap:0.5rem;font-size:0.85rem;color:var(--text-gray)}
.featured-meta-row span:first-child{font-size:1rem}

.quiz-card{background:linear-gradient(135deg,#FDF2F8,#FFF7ED,#FEF3C7);border:2px solid var(--pink-border);border-radius:1.5rem;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.quiz-card h3{font-size:1.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}
.quiz-image{width:128px;height:128px;border-radius:50%;border:4px solid white;box-shadow:0 4px 12px rgba(0,0,0,0.08);margin-bottom:1rem;object-fit:cover}
.quiz-card p{color:var(--text-light);font-size:0.9rem;margin-bottom:1.25rem}
.btn-pink{background:linear-gradient(135deg,#F472B6,#EC4899);color:white;padding:0.75rem 1.5rem;border-radius:9999px;font-weight:700;font-size:0.9rem;transition:all 0.3s;display:inline-flex;align-items:center;gap:0.4rem}
.btn-pink:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(236,72,153,0.35)}

.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:0.5rem}
.section-title{font-size:2rem;font-weight:800;color:var(--text-dark);display:flex;align-items:center;gap:0.5rem}
.section-link{color:var(--primary);font-weight:700;font-size:0.9rem;display:flex;align-items:center;gap:0.3rem;transition:gap 0.2s}
.section-link:hover{gap:0.6rem}

.articles{padding:2.5rem 0}
.articles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.article-card{background:white;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,0.06);overflow:hidden;transition:all 0.3s;cursor:pointer}
.article-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,0,0,0.1)}
.article-image{height:11rem;overflow:hidden;position:relative}
.article-image .img-wrapper{height:100%;width:100%}
.article-card:hover .img-wrapper img{transform:scale(1.05)}
.article-body{padding:1rem}
.article-tag{display:inline-block;padding:3px 8px;border-radius:0.375rem;font-size:0.625rem;font-weight:800;text-transform:uppercase;margin-bottom:0.5rem}
.tag-behavior{background:var(--tag-orange-bg);color:var(--tag-orange-text)}
.tag-nutrition{background:var(--tag-yellow-bg);color:var(--tag-yellow-text)}
.tag-care{background:var(--tag-blue-bg);color:var(--tag-blue-text)}
.tag-health{background:var(--tag-green-bg);color:var(--tag-green-text)}
.article-title{font-weight:700;font-size:0.875rem;color:var(--text-med);margin-bottom:0.5rem;line-height:1.4}
.article-meta{font-size:0.6875rem;color:var(--text-muted)}

.breeds{padding:2.5rem 0;background:var(--warm-white)}
.carousel-wrap{position:relative}
.carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none}
.carousel::-webkit-scrollbar{display:none}
.breed-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:0.6rem;cursor:pointer;transition:transform 0.3s}
.breed-item:hover{transform:translateY(-4px)}
.breed-img{width:96px;height:96px;border-radius:50%;border:4px solid white;box-shadow:0 4px 12px rgba(0,0,0,0.1);overflow:hidden;transition:border-color 0.3s;background:linear-gradient(135deg,#FFEEDD,#FFF0E6)}
.breed-item:hover .breed-img{border-color:var(--primary)}
.breed-img .img-wrapper{width:100%;height:100%;border-radius:50%}
.breed-name{font-weight:700;font-size:0.75rem;color:var(--text-gray)}
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:white;border:1px solid #E5E7EB;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);z-index:2;transition:all 0.2s}
.carousel-btn:hover{background:var(--primary);color:white}
.carousel-btn.prev{left:-10px}
.carousel-btn.next{right:-10px}

.products{padding:2.5rem 0}
.products-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem}
.product-card{background:white;border-radius:1rem;padding:0.75rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.06);transition:all 0.3s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}
.product-image{background:var(--orange-faint);border-radius:0.75rem;height:7rem;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:0.6rem}
.product-image .img-wrapper{width:100%;height:100%;border-radius:0.75rem}
.product-name{font-weight:700;font-size:0.75rem;color:var(--text-med);margin-bottom:0.3rem}
.product-stars{color:var(--star);font-size:0.625rem;margin-bottom:0.5rem;letter-spacing:1px}
.btn-amazon{background:linear-gradient(135deg,#F97316,#FB923C);color:white;padding:0.35rem 0.75rem;border-radius:9999px;font-size:0.65rem;font-weight:700;transition:all 0.2s;display:inline-block}
.btn-amazon:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(249,115,22,0.3)}

.care-stats{padding:2.5rem 0;background:var(--warm-white)}
.care-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.care-hub h2,.stats-section h2{font-size:1.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1.25rem;display:flex;align-items:center;gap:0.5rem}
.care-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;margin-bottom:1.25rem}
.care-item{background:white;border-radius:1rem;padding:0.875rem;display:flex;align-items:center;gap:0.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:all 0.3s;cursor:pointer}
.care-item:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,0.08)}
.care-icon{width:48px;height:48px;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}
.care-item-title{font-weight:700;font-size:0.8rem;color:var(--text-med)}
.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary);padding:0.6rem 1.25rem;border-radius:9999px;font-weight:700;font-size:0.85rem;transition:all 0.3s;display:inline-flex;align-items:center;gap:0.4rem}
.btn-outline:hover{background:var(--primary);color:white}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.stat-card{border-radius:1rem;padding:1.25rem;text-align:center;transition:transform 0.3s}
.stat-card:hover{transform:translateY(-4px)}
.stat-emoji{font-size:2rem;margin-bottom:0.5rem}
.stat-number{font-size:1.875rem;font-weight:800;color:var(--text-med);line-height:1.2}
.stat-label{font-size:0.75rem;font-weight:700;color:var(--text-light)}

.pinterest{padding:2.5rem 0}
.pinterest-btn{background:#E60023;color:white;padding:0.5rem 1rem;border-radius:9999px;font-weight:700;font-size:0.8rem;display:inline-flex;align-items:center;gap:0.4rem;transition:all 0.2s}
.pinterest-btn:hover{background:#ad081b}
.pinterest-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:0.75rem}
.pinterest-item{aspect-ratio:1/1;border-radius:0.75rem;overflow:hidden;cursor:pointer;transition:all 0.3s}
.pinterest-item:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,0.15)}
.pinterest-item .img-wrapper{width:100%;height:100%;border-radius:0.75rem}

.newsletter{padding:2.5rem 0}
.newsletter-card{background:linear-gradient(135deg,#FBCFE8,#FED7AA);border-radius:1.5rem;padding:2.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center}
.newsletter-cat{width:160px;height:160px;border-radius:50%;border:4px solid white;box-shadow:0 10px 25px rgba(0,0,0,0.15);object-fit:cover}
.newsletter-text h2{font-size:1.875rem;font-weight:800;color:var(--text-dark);margin-bottom:0.5rem}
.newsletter-text p{font-size:0.875rem;color:var(--text-gray)}
.newsletter-form{display:flex;gap:0.75rem;flex-wrap:wrap}
.newsletter-input{flex:1;min-width:200px;padding:0.875rem 1.25rem;border-radius:9999px;border:2px solid white;background:rgba(255,255,255,0.9);font-family:inherit;font-size:0.9rem;color:var(--text-dark);transition:border-color 0.2s}
.newsletter-input:focus{outline:none;border-color:var(--primary)}
.newsletter-input::placeholder{color:var(--text-muted)}
.newsletter-input.error{border-color:#EF4444}
.btn-subscribe{background:linear-gradient(135deg,#F472B6,#EC4899);color:white;padding:0.875rem 1.5rem;border-radius:9999px;font-weight:700;font-size:0.9rem;transition:all 0.3s;white-space:nowrap;display:inline-flex;align-items:center;gap:0.4rem}
.btn-subscribe:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(236,72,153,0.35)}
.btn-subscribe:disabled{opacity:0.6;cursor:not-allowed}
.newsletter-message{width:100%;font-size:0.85rem;margin-top:0.5rem;font-weight:600}
.newsletter-message.success{color:#059669}
.newsletter-message.error{color:#EF4444}

.contact-section{padding:3rem 0;background:var(--warm-white)}
.contact-wrapper{background:white;border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.08);overflow:hidden;display:grid;grid-template-columns:1fr 1.2fr}
.contact-info{background:linear-gradient(135deg,#F97316,#FB923C);padding:2.5rem;color:white;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.contact-info::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:rgba(255,255,255,0.1);border-radius:50%}
.contact-info::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:rgba(255,255,255,0.08);border-radius:50%}
.contact-info h2{font-size:2rem;font-weight:800;margin-bottom:0.75rem;position:relative;z-index:1}
.contact-info>p{font-size:0.95rem;opacity:0.95;margin-bottom:2rem;line-height:1.7;position:relative;z-index:1}
.contact-info-list{list-style:none;display:grid;gap:1rem;position:relative;z-index:1}
.contact-info-list li{display:flex;align-items:center;gap:0.875rem;font-size:0.95rem}
.contact-info-icon{width:44px;height:44px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;backdrop-filter:blur(10px)}
.contact-info-list strong{display:block;font-weight:700;font-size:0.8rem;opacity:0.85;margin-bottom:0.15rem}
.contact-info-list span{font-weight:600}
.contact-social{display:flex;gap:0.6rem;margin-top:2rem;position:relative;z-index:1}
.contact-social a{width:40px;height:40px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;transition:all 0.2s;backdrop-filter:blur(10px)}
.contact-social a:hover{background:white;color:var(--primary);transform:translateY(-2px)}
.contact-form-wrap{padding:2.5rem}
.contact-form-wrap h3{font-size:1.5rem;font-weight:800;color:var(--text-dark);margin-bottom:0.5rem}
.contact-form-wrap>p{font-size:0.9rem;color:var(--text-light);margin-bottom:1.5rem}
.contact-form{display:grid;gap:1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:grid;gap:0.4rem}
.form-group label{font-weight:700;font-size:0.85rem;color:var(--text-dark)}
.form-group label .required{color:var(--pink);margin-left:2px}
.form-group input,.form-group textarea,.form-group select{padding:0.75rem 1rem;border:2px solid var(--orange-border);border-radius:0.75rem;font-family:inherit;font-size:0.9rem;color:var(--text-dark);transition:border-color 0.2s;background:white}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary)}
.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#EF4444}
.form-group textarea{min-height:120px;resize:vertical;font-family:inherit}
.form-error{font-size:0.75rem;color:#EF4444;font-weight:600;display:none}
.form-error.visible{display:block}
.form-success{background:#D1FAE5;color:#065F46;padding:1rem 1.25rem;border-radius:0.75rem;font-weight:700;display:none;align-items:center;gap:0.5rem;margin-bottom:1rem}
.form-success.visible{display:flex}
.honeypot{position:absolute;left:-9999px;opacity:0;height:0;pointer-events:none}
.form-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:0.5rem}
.form-footer small{font-size:0.75rem;color:var(--text-muted)}

.faq-section{padding:2.5rem 0;background:white}
.faq-list{max-width:900px;margin:0 auto;display:grid;gap:1rem}
.faq-item{background:var(--orange-faint);border-radius:1rem;padding:1.25rem 1.5rem;transition:all 0.3s}
.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.06)}
.faq-question{font-weight:800;font-size:1rem;color:var(--text-dark);margin-bottom:0.5rem;display:flex;align-items:flex-start;gap:0.5rem;cursor:pointer}
.faq-question::before{content:'';flex-shrink:0}
.faq-answer{font-size:0.9rem;color:var(--text-gray);line-height:1.7;padding-left:1.75rem}

.eeat-section{padding:2.5rem 0;background:var(--warm-white)}
.eeat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.eeat-card{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.06);text-align:center;transition:all 0.3s}
.eeat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}
.eeat-icon{font-size:2.5rem;margin-bottom:0.75rem}
.eeat-card h3{font-size:1.1rem;font-weight:800;color:var(--text-dark);margin-bottom:0.5rem}
.eeat-card p{font-size:0.85rem;color:var(--text-light);line-height:1.6}

.author-box{background:white;border-radius:1rem;padding:1.5rem;display:flex;gap:1.25rem;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,0.06);max-width:1280px;margin:2rem auto}
.author-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#FB923C,#EA580C);display:flex;align-items:center;justify-content:center;font-size:2rem;color:white;font-weight:800;flex-shrink:0}
.author-info h4{font-size:1rem;font-weight:800;color:var(--text-dark);margin-bottom:0.25rem}
.author-info .author-role{font-size:0.8rem;color:var(--primary);font-weight:700;margin-bottom:0.5rem}
.author-info p{font-size:0.85rem;color:var(--text-light);line-height:1.6}

.topic-clusters{padding:2.5rem 0;background:white}
.clusters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cluster-card{background:var(--orange-faint);border-radius:1rem;padding:1.5rem;transition:all 0.3s}
.cluster-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}
.cluster-card h3{font-size:1.2rem;font-weight:800;color:var(--text-dark);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}
.cluster-card p{font-size:0.85rem;color:var(--text-light);margin-bottom:1rem;line-height:1.6}
.cluster-card ul{list-style:none;display:grid;gap:0.4rem}
.cluster-card a{color:var(--primary);font-weight:600;transition:color 0.2s;display:flex;align-items:center;gap:0.3rem;font-size:0.85rem}
.cluster-card a:hover{color:var(--orange-dark)}
.cluster-card a::before{content:'→';font-size:0.7rem}

.footer{background:linear-gradient(to bottom,#FFF8F1,#FFF7ED);border-top:1px solid var(--orange-border);padding:3rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand .logo{margin-bottom:1rem}
.footer-brand p{font-size:0.8rem;color:var(--text-light);margin-bottom:1rem;line-height:1.6}
.social-icons{display:flex;gap:0.5rem}
.social-icon{width:36px;height:36px;border-radius:50%;background:var(--orange-pale);display:flex;align-items:center;justify-content:center;font-size:0.9rem;color:var(--text-gray);transition:all 0.2s;font-weight:700}
.social-icon:hover{background:var(--primary);color:white}
.footer-col h4{font-weight:700;font-size:0.95rem;color:var(--text-dark);margin-bottom:1rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:0.5rem}
.footer-col a{font-size:0.8rem;color:var(--text-light);transition:color 0.2s}
.footer-col a:hover{color:var(--primary)}
.footer-bottom{border-top:1px solid var(--orange-border);padding:1rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}
.footer-bottom p{font-size:0.75rem;color:var(--text-muted)}

.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:200;display:none;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}
.modal-overlay.open{display:flex}
.modal{background:white;border-radius:1.5rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 25px 50px rgba(0,0,0,0.25)}
.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:var(--orange-faint);display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all 0.2s}
.modal-close:hover{background:var(--primary);color:white}
.modal h2{font-size:1.75rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}
.modal h3{font-size:1.25rem;font-weight:800;color:var(--text-dark);margin:1.5rem 0 0.75rem}
.modal p{font-size:0.95rem;color:var(--text-gray);line-height:1.7;margin-bottom:1rem}
.modal ul,.modal ol{margin:0.75rem 0 1rem 1.5rem;color:var(--text-gray);line-height:1.8}
.modal li{margin-bottom:0.4rem}

.search-modal .modal{max-width:600px}
.search-input-wrap{position:relative;margin-bottom:1rem}
.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid var(--orange-border);border-radius:0.75rem;font-family:inherit;font-size:1rem}
.search-input:focus{outline:none;border-color:var(--primary)}
.search-icon-abs{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem}
.search-results{max-height:400px;overflow-y:auto}
.search-result-item{padding:0.75rem;border-radius:0.5rem;transition:background 0.2s;cursor:pointer;display:block}
.search-result-item:hover{background:var(--orange-faint)}
.search-result-item h4{font-size:0.95rem;font-weight:700;color:var(--text-dark);margin-bottom:0.25rem}
.search-result-item p{font-size:0.8rem;color:var(--text-muted);margin:0}
.search-no-results{text-align:center;padding:2rem;color:var(--text-muted)}

.fade-up{opacity:0;transform:translateY(30px);transition:all 0.6s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.stagger-1{transition-delay:0.1s}
.stagger-2{transition-delay:0.2s}
.stagger-3{transition-delay:0.3s}
.stagger-4{transition-delay:0.4s}

@media(max-width:1024px){
.hero-title{font-size:2.75rem}
.featured-grid{grid-template-columns:1fr}
.featured-card{grid-template-columns:1fr}
.featured-image{min-height:280px}
.articles-grid{grid-template-columns:repeat(2,1fr)}
.products-grid{grid-template-columns:repeat(4,1fr)}
.care-stats-grid{grid-template-columns:1fr}
.pinterest-grid{grid-template-columns:repeat(4,1fr)}
.newsletter-card{grid-template-columns:1fr;text-align:center}
.newsletter-cat{margin:0 auto}
.newsletter-form{justify-content:center}
.footer-grid{grid-template-columns:repeat(2,1fr)}
.nav{display:none}
.hamburger{display:block}
.categories-grid{grid-template-columns:repeat(5,1fr)}
.eeat-grid{grid-template-columns:1fr}
.clusters-grid{grid-template-columns:1fr}
.contact-wrapper{grid-template-columns:1fr}
.contact-info{padding:2rem}
.contact-form-wrap{padding:2rem}
}
@media(max-width:768px){
.hero-title{font-size:2.25rem}
.hero-ctas{flex-direction:column}
.hero-ctas .btn-primary,.hero-ctas .btn-secondary{width:100%;justify-content:center}
.trust-badges{flex-direction:column;gap:1rem;align-items:center}
.categories-grid{grid-template-columns:repeat(3,1fr)}
.articles-grid{grid-template-columns:1fr}
.products-grid{grid-template-columns:repeat(2,1fr)}
.care-grid{grid-template-columns:1fr}
.stats-grid{grid-template-columns:1fr 1fr}
.pinterest-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;text-align:center}
.section-title{font-size:1.5rem}
.author-box{flex-direction:column;text-align:center}
.form-row{grid-template-columns:1fr}
.hero-image-top{padding:1.5rem 1rem 0}
.hero-content-wrap{padding:2rem 1rem 0}
}
@media(max-width:480px){
.categories-grid{grid-template-columns:repeat(2,1fr)}
.hero-title{font-size:1.875rem}
}

@media print{
.header,.mobile-menu,.carousel-btn,.newsletter-form,.hamburger,.modal-overlay,.contact-form{display:none!important}
body{background:white}
}
