:root{--orange:#f36523;--orange-dark:#d94e11;--navy:#20384d;--ink:#20282e;--muted:#66727a;--cream:#f7f4ee;--paper:#fff;--mint:#eaf5ef;--line:#dfe4e5;--sans:Arial,Helvetica,sans-serif;--round:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.55}img{display:block;width:100%}a{color:inherit}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar-inner{max-width:1200px;margin:auto;padding:9px 24px;display:flex;justify-content:space-between}.topbar a{text-decoration:none}.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.header-inner{max-width:1200px;margin:auto;padding:13px 24px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo img{width:190px;height:auto}.nav{display:flex;align-items:center;gap:25px}.nav a{text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.nav a:hover,.nav a[aria-current=page]{color:var(--orange)}.contact-btn,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;background:var(--orange);color:#fff;text-decoration:none;font-weight:800;border:2px solid var(--orange);border-radius:999px;transition:.2s}.btn:hover,.contact-btn:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:#fff}.menu-toggle{display:none;border:0;background:none;font-size:25px}.hero{background:linear-gradient(118deg,#fff4e8 0%,#fffaf4 55%,#eaf5ef 55%);overflow:hidden}.hero-grid{max-width:1200px;min-height:650px;margin:auto;padding:60px 24px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px}.eyebrow{display:block;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.17em;font-size:11px;margin-bottom:17px}.hero h1,.title,.page-hero h1{margin:0;font-weight:900;line-height:.98;letter-spacing:-.045em;color:var(--navy)}.hero h1{font-size:clamp(55px,7vw,92px)}.hero p{font-size:20px;color:var(--muted);max-width:580px;margin:25px 0 32px}.actions{display:flex;gap:12px;flex-wrap:wrap}.hero-animals{position:relative;min-height:520px}.hero-animals:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:var(--orange);right:0;top:25px}.hero-animals .dog{position:absolute;width:72%;right:-5%;bottom:0;filter:drop-shadow(0 20px 16px rgba(32,56,77,.18))}.hero-animals .cat{position:absolute;width:52%;left:-3%;bottom:10px;filter:drop-shadow(0 18px 14px rgba(32,56,77,.14))}.trust{display:flex;gap:25px;margin-top:34px;color:var(--navy);font-size:13px;font-weight:800}.trust span:before{content:'✓';color:var(--orange);margin-right:7px}.section{padding:90px 24px}.container{max-width:1200px;margin:auto}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.title{font-size:clamp(38px,5vw,62px)}.section-head p{max-width:480px;color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{position:relative;min-height:380px;overflow:hidden;border-radius:var(--round);background:var(--cream);text-decoration:none}.category img{height:100%;object-fit:cover;transition:.35s}.category:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(19,31,41,.85))}.category-content{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}.category h3{font-size:27px;margin:0 0 5px}.category span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;color:#ffd8c4}.category:hover img{transform:scale(1.035)}.promo{background:var(--navy);color:#fff}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.promo-card{background:#fff;border-radius:var(--round);overflow:hidden;color:var(--ink);display:grid;grid-template-columns:1fr 1fr;min-height:310px}.promo-card img{height:100%;object-fit:contain;background:#fff}.promo-body{padding:32px;display:flex;flex-direction:column;justify-content:center}.promo-body h3{font-size:28px;line-height:1.05;color:var(--navy);margin:0 0 13px}.promo-body p{color:var(--muted)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:var(--round);overflow:hidden;background:#fff}.product-media{height:270px;background:var(--cream);padding:24px}.product-media img{height:100%;object-fit:contain}.product-body{padding:22px}.tag{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-weight:900}.product h3{font-size:18px;line-height:1.3;margin:9px 0}.price{font-size:20px;font-weight:900;color:var(--navy)}.historical{font-size:11px;color:var(--muted);margin-top:6px}.brands{background:var(--cream)}.brand-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.brand-tile{background:#fff;border:1px solid var(--line);padding:28px;text-align:center;font-weight:900;color:var(--navy);font-size:20px}.page-hero{background:var(--cream);padding:75px 24px}.page-hero>div{max-width:1200px;margin:auto}.page-hero h1{font-size:clamp(48px,7vw,86px)}.page-hero p{font-size:19px;color:var(--muted);max-width:700px}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:45px}.filters{align-self:start;position:sticky;top:100px;background:var(--cream);padding:25px;border-radius:var(--round)}.filters h3{margin-top:0}.filters a{display:block;padding:10px 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:700}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-card{background:var(--cream);padding:40px;border-radius:var(--round)}.contact-card h2{font-size:36px;color:var(--navy);margin-top:0}.footer{background:#172a3a;color:#dce5eb;padding:62px 24px 25px}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.footer-logo{width:190px;background:#fff;padding:10px;border-radius:8px}.footer h4{color:#fff;font-size:18px}.footer ul{list-style:none;padding:0}.footer li{margin:8px 0}.footer a{text-decoration:none;color:#dce5eb}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:12px;color:#9eb0bc;display:flex;justify-content:space-between;gap:20px}.notice{background:#fff3e8;border-left:4px solid var(--orange);padding:18px 20px;margin:25px 0;color:#6f482f}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:99}@media(max-width:900px){.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:22px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.contact-btn{display:none}.hero-grid,.split{grid-template-columns:1fr;min-height:auto}.hero-animals{min-height:450px}.categories,.products{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.topbar-inner span:last-child{display:none}.logo img{width:155px}.hero-grid{padding-top:45px}.hero h1{font-size:54px}.hero-animals{min-height:350px}.hero-animals:before{width:310px;height:310px}.trust{flex-direction:column;gap:7px}.section{padding:65px 20px}.section-head{display:block}.categories,.products,.brand-row{grid-template-columns:1fr}.category{min-height:330px}.promo-card{grid-template-columns:1fr}.promo-card img{height:230px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}}
