@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap');

:root {
  --orange: #ff5b08;
  --orange-dark: #dc3d00;
  --blue: #07499d;
  --blue-dark: #062b63;
  --cream: #fff9ed;
  --cream-deep: #fff1d8;
  --mint: #9fd9b4;
  --yellow: #ffd54a;
  --ink: #14213d;
  --muted: #657087;
  --line: #eadfce;
  --white: #fff;
  --shadow: 0 18px 50px rgba(35, 48, 73, .11);
  --soft-shadow: 0 9px 26px rgba(35, 48, 73, .08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --display: "Baloo 2", "Trebuchet MS", sans-serif;
  --body: "Nunito Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: #fffdf8; font-family: var(--body); line-height: 1.5; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1380px, calc(100% - 40px)); margin-inline: auto; }
.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; }

.announcement { height: 34px; padding: 5px 20px; display: flex; justify-content: center; align-items: center; gap: 7px; color: white; background: linear-gradient(90deg, var(--orange-dark), var(--orange), #ff7817); font-size: 14px; letter-spacing: .1px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(234,223,206,.7); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.brand-paw { color: var(--orange); font-size: 37px; line-height: 1; filter: saturate(1.4); }
.brand-name { font-family: var(--display); font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.brand-name span { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 26px; font-weight: 800; font-size: 14px; }
.main-nav a { position: relative; padding: 29px 0 24px; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); }
.main-nav a.active::after { content: ""; position: absolute; height: 3px; border-radius: 3px; left: 0; right: 0; bottom: 15px; background: var(--orange); }
.search-box { flex: 1; margin-left: auto; height: 48px; display: flex; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: #fff; box-shadow: inset 0 1px 3px rgba(20,33,61,.03); }
.search-box:focus-within { outline: 3px solid rgba(255,91,8,.16); border-color: var(--orange); }
.search-box input { width: 100%; min-width: 120px; padding: 0 18px; border: 0; outline: none; color: var(--ink); background: transparent; }
.search-box button { width: 66px; border: 0; color: white; background: var(--orange); display: grid; place-items: center; transition: background .2s; }
.search-box button:hover { background: var(--orange-dark); }
.search-box svg, .icon-action svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.icon-action { position: relative; display: flex; align-items: center; gap: 7px; border: 0; padding: 8px 2px; color: var(--blue-dark); background: transparent; font-size: 12px; font-weight: 800; white-space: nowrap; }
.icon-action:hover { color: var(--orange); }
.cart-icon-wrap { position: relative; display: grid; }
.cart-count { position: absolute; top: -10px; right: -11px; min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border: 2px solid white; border-radius: 999px; color: white; background: var(--orange); font-size: 10px; }
.menu-toggle { display: none; border: 0; color: var(--blue); background: transparent; font-size: 27px; }

.hero { position: relative; min-height: 410px; margin-top: 22px; border-radius: var(--radius-xl); overflow: hidden; background: var(--cream); box-shadow: var(--soft-shadow); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,249,237,.98) 0%, rgba(255,249,237,.92) 33%, rgba(255,249,237,.08) 58%); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: relative; z-index: 2; width: 54%; padding: 62px 0 50px 7%; }
.hero-kicker, .eyebrow { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.hero h1 { margin: 8px 0 10px; font-family: var(--display); font-size: clamp(46px, 4.4vw, 70px); line-height: .98; letter-spacing: -2.3px; color: var(--blue); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero p { max-width: 520px; margin: 0 0 25px; color: #4f5a70; font-size: 16px; }
.primary-button, .yellow-button, .checkout-button, .whatsapp-checkout { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 25px; border-radius: 999px; color: white; background: var(--orange); font-weight: 900; box-shadow: 0 11px 22px rgba(255,91,8,.23); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-button:hover, .checkout-button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 15px 28px rgba(255,91,8,.3); }
.primary-button span { width: 32px; height: 32px; display: grid; place-items: center; margin-right: -14px; border-radius: 50%; color: var(--orange); background: white; font-size: 20px; }
.hero-doodle { position: absolute; z-index: 3; font-family: var(--display); color: var(--orange); opacity: .9; transform: rotate(-12deg); }
.hero-heart { left: 2.4%; bottom: 35px; font-size: 48px; }
.hero-paw { right: 3%; top: 29px; font-size: 34px; }

.category-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding-block: 18px 10px; }
.category-card { min-width: 0; height: 86px; padding: 7px 17px 7px 8px; display: flex; align-items: center; gap: 12px; border: 1px solid transparent; border-radius: 999px; color: var(--blue-dark); background: var(--cream); font-size: 15px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.category-card:hover, .category-card.active { transform: translateY(-3px); border-color: rgba(255,91,8,.3); box-shadow: var(--soft-shadow); }
.category-card strong { flex: 1; text-align: left; }
.category-card > span:last-child { color: var(--orange); font-size: 26px; }
.category-icon { width: 69px; height: 69px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #ffe4ae; font-size: 38px; }
.category-icon.cat { background: #ffe5df; }
.category-icon.bird { background: #e7f4cc; }
.category-icon.fish { background: #d8f2fb; }

.products-section { padding: 70px 0 34px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading h2, .services h2, .testimonials h2, .faq h2 { margin: 2px 0 0; font-family: var(--display); color: var(--blue); font-size: clamp(34px, 4vw, 48px); line-height: 1; }
.result-controls { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.result-controls select { padding: 9px 32px 9px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-weight: 700; }
.active-filter { margin: -8px 0 21px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; border-radius: 12px; background: #eaf3ff; color: var(--blue); font-size: 14px; }
.active-filter button { border: 0; color: var(--blue); background: transparent; font-weight: 900; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 8px 26px rgba(35,48,73,.055); transition: transform .25s ease, box-shadow .25s ease; animation: card-in .45s both; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
@keyframes card-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.product-image { position: relative; height: 210px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff9ec, #f4f8ff); }
.product-image::before { content: ""; position: absolute; width: 145px; height: 145px; border-radius: 50%; background: rgba(7,73,157,.07); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px; color: white; background: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.favorite-button { position: absolute; z-index: 2; top: 10px; right: 10px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: rgba(255,255,255,.9); font-size: 20px; transition: color .2s, transform .2s; }
.favorite-button:hover, .favorite-button.active { color: var(--orange); transform: scale(1.08); }
.product-art { position: relative; z-index: 1; width: 116px; height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px 12px 20px 20px; color: white; background: linear-gradient(150deg, var(--blue), #0b6dcc); box-shadow: 0 15px 24px rgba(7,73,157,.18); transform: rotate(-2deg); transition: transform .25s; }
.product-card:hover .product-art { transform: rotate(1deg) scale(1.04); }
.product-art.bottle { width: 78px; height: 142px; border-radius: 17px 17px 22px 22px; background: linear-gradient(150deg, #67b991, #28825d); }
.product-art.bottle::before { content: ""; position: absolute; top: -14px; width: 38px; height: 22px; border-radius: 5px 5px 2px 2px; background: #183c34; }
.product-art.toy { width: 112px; height: 112px; border-radius: 50%; background: linear-gradient(150deg, #23b7b1, #057a93); }
.product-art.box { height: 112px; border-radius: 9px; background: linear-gradient(150deg, #ff9f32, #f35c0b); }
.product-art.can { width: 105px; height: 105px; border-radius: 10px 10px 25px 25px; background: linear-gradient(150deg, #f4ca3c, #f08a0a); }
.product-art.pink { background: linear-gradient(150deg, #e93282, #9b1352); }
.product-art.green { background: linear-gradient(150deg, #76b846, #267332); }
.product-art.orange { background: linear-gradient(150deg, #ff9d2b, #e9520c); }
.product-art.purple { background: linear-gradient(150deg, #7c62c7, #483497); }
.product-emoji { font-size: 38px; filter: drop-shadow(0 3px 2px rgba(0,0,0,.12)); }
.pack-label { width: 76%; margin-top: 8px; padding: 5px 2px; border: 1px solid rgba(255,255,255,.45); border-radius: 5px; font-family: var(--display); font-size: 12px; line-height: 1; text-align: center; text-transform: uppercase; }
.product-info { padding: 17px; }
.product-category { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.product-info h3 { min-height: 47px; margin: 5px 0 7px; font-size: 15px; line-height: 1.35; }
.rating { display: flex; gap: 5px; align-items: center; color: #ffb000; font-size: 13px; }
.rating small { color: var(--muted); }
.product-price { min-height: 50px; margin-top: 11px; display: flex; flex-direction: column; justify-content: end; }
.product-price del { color: #9aa1af; font-size: 11px; }
.product-price strong { color: var(--blue-dark); font-family: var(--display); font-size: 23px; }
.pix-price { margin-top: -3px; color: #368058; font-size: 10px; }
.add-button { width: 100%; min-height: 44px; margin-top: 11px; border: 0; border-radius: 12px; color: white; background: var(--orange); font-weight: 900; transition: background .2s, transform .2s; }
.add-button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.empty-state { padding: 60px 20px; border: 1px dashed var(--line); border-radius: var(--radius-lg); text-align: center; background: var(--cream); }
.empty-state > span { font-size: 50px; }
.empty-state h3 { margin: 8px 0 2px; font-family: var(--display); font-size: 27px; }
.empty-state p { color: var(--muted); }
.secondary-button { min-height: 44px; padding: 0 18px; border: 2px solid var(--blue); border-radius: 999px; color: var(--blue); background: transparent; font-weight: 900; }
.secondary-button:hover { color: white; background: var(--blue); }

.delivery-banner { min-height: 112px; margin-top: 38px; padding: 18px 34px; display: grid; grid-template-columns: auto 1.2fr 1fr auto; align-items: center; gap: 25px; border-radius: 23px; overflow: hidden; color: white; background: linear-gradient(110deg, #063b83, #0d60c2); position: relative; }
.delivery-banner::after { content: "♡"; position: absolute; right: 20%; font-family: var(--display); font-size: 150px; color: rgba(255,255,255,.06); transform: rotate(-12deg); }
.delivery-icon { font-size: 54px; }
.delivery-banner span { font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.delivery-banner h2 { margin: 0; font-family: var(--display); font-size: 29px; line-height: 1; }
.delivery-copy { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.4); font-size: 15px; }
.yellow-button { position: relative; z-index: 2; min-height: 48px; color: var(--blue-dark); background: var(--yellow); box-shadow: none; }
.yellow-button:hover { transform: translateY(-2px); background: #ffe178; }

.benefits { margin-top: 18px; padding: 20px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.benefits article, .footer-benefits article { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 5px 20px; border-right: 1px solid var(--line); }
.benefits article:last-child, .footer-benefits article:last-child { border-right: 0; }
.benefits article > span, .footer-benefits article > span { font-size: 28px; }
.benefits strong, .benefits small, .footer-benefits strong, .footer-benefits small { display: block; }
.benefits strong, .footer-benefits strong { font-size: 13px; }
.benefits small, .footer-benefits small { color: var(--muted); font-size: 11px; }

.services, .testimonials { padding-top: 76px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 280px; padding: 27px; display: flex; flex-direction: column; border-radius: var(--radius-xl); overflow: hidden; position: relative; }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; right: -65px; top: -65px; background: rgba(255,255,255,.38); }
.service-orange { background: #fff0df; }
.service-blue { background: #e8f3ff; }
.service-green { background: #eaf6e9; }
.service-icon { font-size: 48px; }
.service-card small { color: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.service-card h3 { margin: 1px 0 4px; font-family: var(--display); font-size: 27px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-button { align-self: start; margin-top: auto; padding: 0; border: 0; color: var(--blue); background: transparent; font-weight: 900; }
.service-button:hover { color: var(--orange); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-grid article { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--soft-shadow); }
.stars { color: #ffb000; letter-spacing: 2px; }
.testimonial-grid p { min-height: 69px; color: #3f4a60; font-size: 14px; }
.testimonial-grid footer { display: flex; align-items: center; gap: 11px; }
.testimonial-grid footer > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-weight: 900; }
.testimonial-grid footer strong, .testimonial-grid footer small { display: block; }
.testimonial-grid footer small { color: var(--muted); }

.faq { padding: 88px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-intro { padding: 15px 0; }
.faq-intro p { max-width: 350px; color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: white; overflow: hidden; }
.faq-list summary { padding: 18px 55px 18px 20px; cursor: pointer; position: relative; font-weight: 900; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 12px; color: var(--orange); font-family: var(--display); font-size: 28px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: 0; padding: 0 20px 18px; color: var(--muted); }

.site-footer { background: var(--cream); border-top: 1px solid var(--line); }
.footer-benefits { padding: 20px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.footer-main { padding: 48px 0 35px; display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr 1.25fr; gap: 35px; }
.footer-main h3 { margin: 0 0 10px; font-family: var(--display); font-size: 17px; }
.footer-main p, .footer-main a { color: #556076; font-size: 12px; }
.footer-main > div:not(.footer-brand) > a { display: block; padding: 3px 0; }
.footer-main a:hover { color: var(--orange); }
.footer-brand > p { max-width: 220px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-weight: 900; }
.newsletter form { display: flex; margin-top: 13px; }
.newsletter input { min-width: 0; width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 11px 0 0 11px; outline: 0; }
.newsletter button { border: 0; padding: 0 14px; border-radius: 0 11px 11px 0; color: white; background: var(--orange); font-size: 11px; font-weight: 900; }
.footer-bottom { min-height: 60px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #70798b; font-size: 11px; }

.floating-whatsapp { position: fixed; z-index: 35; right: 22px; bottom: 22px; min-height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 999px; color: white; background: #1aa05b; box-shadow: 0 14px 30px rgba(11,116,62,.28); font-weight: 900; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp span:first-child { font-size: 22px; }

.drawer-overlay { position: fixed; z-index: 60; inset: 0; background: rgba(12,21,40,.42); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 70; inset: 0 0 0 auto; width: min(470px, 100%); padding: 24px; display: flex; flex-direction: column; background: #fffdf8; box-shadow: -20px 0 50px rgba(12,21,40,.18); transform: translateX(105%); transition: transform .32s cubic-bezier(.22,.72,.35,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer > header, .checkout-dialog header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cart-drawer h2, .checkout-dialog h2, .account-dialog h2 { margin: 0; font-family: var(--display); color: var(--blue); font-size: 34px; line-height: 1; }
.close-button { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--blue); background: var(--cream-deep); font-size: 25px; line-height: 1; }
.cart-items { flex: 1; overflow: auto; padding: 8px 2px; }
.cart-item { padding: 15px 0; display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item-visual { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 14px; background: var(--cream); font-size: 35px; }
.cart-item h3 { margin: 0 0 5px; font-size: 13px; line-height: 1.3; }
.cart-item strong { color: var(--blue); font-size: 14px; }
.quantity-control { margin-top: 8px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button { width: 28px; height: 28px; border: 0; color: var(--blue); background: white; font-weight: 900; }
.quantity-control span { width: 27px; text-align: center; font-size: 12px; font-weight: 900; }
.remove-item { border: 0; color: #a15b5b; background: transparent; font-size: 11px; text-decoration: underline; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty > span { font-size: 60px; }
.cart-empty h3 { margin: 10px 0 0; font-family: var(--display); font-size: 26px; }
.cart-empty p { color: var(--muted); }
.cart-footer { padding-top: 16px; border-top: 1px solid var(--line); }
.shipping-progress > div:first-child, .cart-summary > div { display: flex; justify-content: space-between; gap: 20px; }
.shipping-progress { margin-bottom: 15px; font-size: 12px; color: var(--muted); }
.progress-track { height: 7px; margin-top: 7px; overflow: hidden; border-radius: 999px; background: #e7eaf0; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), #ff9e34); transition: width .3s; }
.cart-summary { display: grid; gap: 7px; font-size: 13px; }
.cart-total { padding-top: 9px; margin-top: 3px; border-top: 1px dashed var(--line); font-size: 17px; }
.cart-total strong { color: var(--blue); font-family: var(--display); font-size: 24px; }
.checkout-button { width: 100%; margin-top: 16px; border-radius: 14px; }
.cart-footer > small, .checkout-dialog form > small { display: block; margin-top: 9px; color: var(--muted); text-align: center; font-size: 10px; }

dialog { border: 0; padding: 0; }
dialog::backdrop { background: rgba(12,21,40,.55); backdrop-filter: blur(5px); }
.checkout-dialog { width: min(760px, calc(100% - 24px)); max-height: calc(100vh - 30px); border-radius: 26px; background: #fffdf8; box-shadow: var(--shadow); }
.checkout-dialog form { padding: 28px; }
.checkout-dialog header p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.form-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { display: grid; gap: 5px; color: #3d4658; font-size: 12px; font-weight: 800; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: white; color: var(--ink); resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,91,8,.12); }
.address-fields { display: grid; grid-template-columns: .7fr 1.4fr .5fr; gap: 13px; padding: 16px; border-radius: 15px; background: var(--cream); }
.address-fields .wide { grid-column: span 1; }
.checkout-total { margin-top: 19px; padding: 14px 0; display: flex; justify-content: space-between; border-block: 1px dashed var(--line); }
.checkout-total strong { color: var(--blue); font-family: var(--display); font-size: 25px; }
.whatsapp-checkout { width: 100%; margin-top: 16px; border-radius: 14px; background: #179b58; box-shadow: 0 11px 22px rgba(23,155,88,.2); }
.whatsapp-checkout:hover { background: #0d7e44; transform: translateY(-1px); }
.account-dialog { width: min(430px, calc(100% - 24px)); border-radius: 26px; text-align: center; background: #fffdf8; box-shadow: var(--shadow); }
.account-dialog form { position: relative; padding: 35px; }
.account-close { position: absolute; right: 16px; top: 16px; }
.account-illustration { display: block; margin-bottom: 5px; font-size: 65px; }
.account-dialog p { color: var(--muted); }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; max-width: calc(100% - 30px); padding: 12px 18px; border-radius: 999px; color: white; background: var(--blue-dark); box-shadow: var(--shadow); font-weight: 800; font-size: 13px; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .header-inner { gap: 15px; }
  .main-nav { gap: 15px; }
  .account-action span { display: none; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .category-strip { overflow-x: auto; grid-template-columns: repeat(5, minmax(210px, 1fr)); padding-bottom: 18px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .newsletter { grid-column: span 2; }
}

@media (max-width: 860px) {
  .announcement { font-size: 12px; }
  .header-inner { min-height: 70px; flex-wrap: wrap; padding: 11px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 70px; left: 20px; right: 20px; padding: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 16px; background: #fffdf8; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .main-nav a.active::after { display: none; }
  .search-box { order: 4; flex-basis: 100%; height: 43px; }
  .header-actions { margin-left: 0; }
  .account-action { display: none; }
  .hero { min-height: 620px; }
  .hero-image { height: 58%; top: auto; object-position: 64% center; }
  .hero::after { background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 41%, rgba(255,249,237,.65) 55%, transparent 72%); }
  .hero-copy { width: 100%; padding: 36px 28px; text-align: center; }
  .hero-copy p { margin-inline: auto; }
  .hero h1 { font-size: clamp(42px, 9vw, 61px); }
  .hero-doodle { display: none; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-banner { grid-template-columns: auto 1fr auto; }
  .delivery-copy { display: none; }
  .benefits, .footer-benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2), .footer-benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2), .footer-benefits article:nth-child(-n+2) { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .services-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 25px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .newsletter { grid-column: span 1; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, 1380px); }
  .announcement { height: auto; min-height: 32px; padding-inline: 12px; text-align: center; }
  .announcement span:last-child { display: none; }
  .brand-name { display: none; }
  .brand-paw { font-size: 31px; }
  .header-actions { gap: 5px; }
  .cart-action > span:last-child { display: none; }
  .hero { min-height: 560px; margin-top: 12px; border-radius: 22px; }
  .hero-copy { padding: 28px 18px; }
  .hero-kicker { font-size: 10px; }
  .hero h1 { letter-spacing: -1.2px; }
  .hero p { font-size: 14px; }
  .hero-image { height: 50%; object-position: 67% center; }
  .category-strip { grid-template-columns: repeat(5, 175px); gap: 9px; }
  .category-card { height: 70px; padding-right: 12px; font-size: 13px; }
  .category-icon { width: 56px; height: 56px; font-size: 30px; }
  .products-section { padding-top: 48px; }
  .section-heading { align-items: start; flex-direction: column; }
  .result-controls { width: 100%; justify-content: space-between; }
  .result-controls #resultCount { display: none; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .product-image { height: 155px; }
  .product-art { transform: scale(.78) rotate(-2deg); }
  .product-card:hover .product-art { transform: scale(.81) rotate(1deg); }
  .product-info { padding: 12px; }
  .product-info h3 { min-height: 55px; font-size: 13px; }
  .product-price strong { font-size: 19px; }
  .product-badge { font-size: 8px; }
  .delivery-banner { min-height: 0; padding: 22px; grid-template-columns: auto 1fr; gap: 12px; }
  .delivery-icon { font-size: 38px; }
  .delivery-banner h2 { font-size: 21px; }
  .delivery-banner .yellow-button { grid-column: 1 / -1; width: 100%; }
  .benefits, .footer-benefits { grid-template-columns: 1fr; }
  .benefits article, .footer-benefits article { justify-content: start; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child, .footer-benefits article:last-child { border-bottom: 0; }
  .services, .testimonials { padding-top: 54px; }
  .faq { padding: 60px 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { padding-block: 18px; flex-direction: column; align-items: start; }
  .floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp span:last-child { display: none; }
  .cart-drawer { padding: 17px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .address-fields { grid-template-columns: 1fr; }
  .checkout-dialog form { padding: 20px; }
  .checkout-dialog h2 { font-size: 28px; }
}

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