/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Requires PHP: 7.0
Version: 27.3.9

All css files are placed in /css/ folder
*/

/* Nuzzle mascot enhancements — begin */
:root {
  --nuzzle-ivory: #fffaf3;
  --nuzzle-blush: #dca29d;
  --nuzzle-sage: #93a181;
  --nuzzle-cocoa: #5b4035;
  --nuzzle-ink: #3f3530;
}

.nuzzle-shipping-ribbon {
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 38px;
  padding: 8px 18px;
  background: var(--nuzzle-cocoa);
  color: #fffaf3;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .045em;
  text-align: center;
}

.nuzzle-shipping-ribbon strong { color: #f3d5bd; }
.nuzzle-shipping-ribbon i { width: 3px; height: 3px; border-radius: 50%; background: var(--nuzzle-blush); }

img.nuzzle-legacy-mascot {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 22px rgba(91,64,53,.15));
}

#Footer.nuzzle-brand-footer {
  padding: 0;
  border-top: 1px solid rgba(91,64,53,.12);
  background: #f2e8dc;
  color: var(--nuzzle-ink);
}

.nuzzle-footer-main {
  display: grid;
  grid-template-columns: 1.45fr .7fr .7fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 54px;
}

.nuzzle-footer-brand { display: flex; align-items: flex-start; gap: 16px; }
.nuzzle-footer-brand img { width: 82px; height: 82px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(91,64,53,.12)); }
.nuzzle-footer-brand strong { display: block; margin: 7px 0 10px; color: var(--nuzzle-cocoa); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.nuzzle-footer-brand p,
.nuzzle-footer-service p { margin: 0; color: rgba(63,53,48,.7); font-size: 12px; line-height: 1.65; }
.nuzzle-brand-footer nav,
.nuzzle-footer-service { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.nuzzle-brand-footer nav > span,
.nuzzle-footer-service > span { margin-bottom: 5px; color: var(--nuzzle-blush); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nuzzle-brand-footer nav a { color: var(--nuzzle-ink); font-size: 12px; text-decoration: none; }
.nuzzle-brand-footer nav a:hover { color: var(--nuzzle-blush); }
.nuzzle-footer-service strong { color: var(--nuzzle-cocoa); font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 400; line-height: 1.25; }
.nuzzle-footer-bottom { display: flex; justify-content: space-between; gap: 20px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 22px; border-top: 1px solid rgba(91,64,53,.13); color: rgba(63,53,48,.62); font-size: 10px; }

.nuzzle-match-builder {
  margin: 0 0 22px;
  padding: 20px;
  border: 1px solid rgba(91,64,53,.16);
  border-radius: 24px;
  background: linear-gradient(145deg, #fffaf3, #f5ece2);
  box-shadow: 0 14px 36px rgba(91,64,53,.08);
}

.nuzzle-match-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; color: var(--nuzzle-cocoa); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nuzzle-match-kicker::before { content: ''; width: 24px; height: 2px; background: var(--nuzzle-blush); }
.nuzzle-match-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.nuzzle-match-grid label { display: grid; gap: 6px; color: var(--nuzzle-ink); font-size: 11px; font-weight: 700; }
.nuzzle-match-grid label:first-child { grid-column: 1 / -1; }
.nuzzle-match-grid select { width: 100%; min-height: 45px; padding: 0 38px 0 13px; border: 1px solid rgba(91,64,53,.2); border-radius: 13px; background-color: rgba(255,255,255,.9); color: var(--nuzzle-ink); font-size: 13px; }
.nuzzle-match-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(91,64,53,.12); }
.nuzzle-match-price span { width: 100%; color: var(--nuzzle-sage); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nuzzle-match-price strong { color: var(--nuzzle-cocoa); font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.nuzzle-match-price del { color: rgba(63,53,48,.48); font-size: 14px; }
.nuzzle-match-price em { margin-left: auto; padding: 5px 9px; border-radius: 999px; background: rgba(147,161,129,.16); color: #677458; font-size: 10px; font-style: normal; font-weight: 800; }
.nuzzle-match-note { margin: 10px 0 0; color: rgba(63,53,48,.7); font-size: 11px; line-height: 1.45; }
.nuzzle-match-human,
.nuzzle-match-pet { display: contents; }
.nuzzle-match-builder.is-human-only .nuzzle-match-pet,
.nuzzle-match-builder.is-pet-only .nuzzle-match-human { display: none; }
.nuzzle-native-variations { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.nuzzle-featured-heading {
  width: min(960px, calc(100% - 36px));
  margin: 54px auto 34px;
  text-align: center;
}
.nuzzle-featured-heading span { color: var(--nuzzle-blush); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.nuzzle-featured-heading h2 { margin: 9px 0 10px; color: var(--nuzzle-cocoa); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 5vw, 60px); font-weight: 400; letter-spacing: -.025em; }
.nuzzle-featured-heading p { max-width: 650px; margin: 0 auto; color: rgba(63,53,48,.72); font-size: 14px; line-height: 1.65; }

.nuzzle-shop-paths {
  width: min(1180px, calc(100% - 36px));
  margin: 8px auto 74px;
}
.nuzzle-shop-paths-heading { max-width: 760px; margin: 0 0 26px; }
.nuzzle-shop-paths-heading span { color: var(--nuzzle-blush); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.nuzzle-shop-paths-heading h2 { margin: 9px 0 0; color: var(--nuzzle-cocoa); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 5vw, 58px); font-weight: 400; line-height: 1.02; letter-spacing: -.03em; }
.nuzzle-shop-path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.nuzzle-shop-path-grid > a { position: relative; min-height: 245px; padding: 25px; border: 1px solid rgba(91,64,53,.13); border-radius: 26px; background: #fffaf3; color: var(--nuzzle-ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.nuzzle-shop-path-grid > a:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(91,64,53,.1); }
.nuzzle-shop-path-grid > a.is-recommended { background: linear-gradient(145deg, #5b4035, #3f3032); color: #fff8ef; }
.nuzzle-shop-path-grid b { display: block; color: var(--nuzzle-sage); font-size: 11px; }
.nuzzle-shop-path-grid strong { display: block; margin: 37px 0 10px; color: inherit; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.nuzzle-shop-path-grid p { max-width: 280px; margin: 0; color: inherit; opacity: .74; font-size: 13px; line-height: 1.55; }
.nuzzle-shop-path-grid em { position: absolute; right: 25px; bottom: 23px; left: 25px; color: inherit; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .05em; }
.nuzzle-shop-path-grid i { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; background: #f3d5bd; color: #49332f; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.nuzzle-card-purchase-types { display: flex; flex-wrap: wrap; gap: 4px; margin: 7px 0 2px; }
.nuzzle-card-purchase-types span,
.nuzzle-card-purchase-types strong { padding: 4px 7px; border-radius: 999px; background: rgba(147,161,129,.12); color: #647052; font-size: 8px; font-weight: 750; line-height: 1.2; }
.nuzzle-card-purchase-types strong { background: rgba(220,162,157,.18); color: #9a5b55; }
body.home main .nuzzle-home-secondary-product { display: none !important; }
body.home main .nuzzle-featured-trio-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap: 22px !important; }
body.home main .nuzzle-featured-product { position: relative; width: auto !important; }
.nuzzle-set-badge { position: absolute; top: 14px; left: 14px; z-index: 4; padding: 7px 11px; border-radius: 999px; background: rgba(91,64,53,.9); color: #fffaf3; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.nuzzle-featured-set-price { margin: 8px 0 0; color: rgba(63,53,48,.68); font-size: 11px; }
.nuzzle-featured-set-price span { display: block; color: var(--nuzzle-sage); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nuzzle-featured-set-price strong { color: var(--nuzzle-cocoa); font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 400; }

.nuzzle-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 6px;
  padding: 13px 14px;
  border: 1px solid rgba(91, 64, 53, .14);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--nuzzle-ivory), #fff 62%, #f7f4eb);
  box-shadow: 0 10px 28px rgba(91, 64, 53, .07);
  color: var(--nuzzle-ink);
}

.nuzzle-trust-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .01em;
  text-align: center;
}

.nuzzle-trust-strip i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--nuzzle-blush);
  box-shadow: 0 0 0 4px rgba(220, 162, 157, .14);
}

.nuzzle-trust-strip span:nth-child(2) i { background: var(--nuzzle-sage); }
.nuzzle-trust-strip span:nth-child(3) i { background: var(--nuzzle-cocoa); }

.nuzzle-size-helper {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 9995;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(91, 64, 53, .14);
  border-radius: 999px;
  background: rgba(255, 250, 243, .96);
  box-shadow: 0 10px 32px rgba(63, 53, 48, .16);
  color: var(--nuzzle-cocoa);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.nuzzle-size-helper:hover,
.nuzzle-size-helper:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 36px rgba(63, 53, 48, .2);
}

.nuzzle-size-helper img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.nuzzle-cart-toast {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 10050;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 11px;
  width: min(380px, calc(100vw - 36px));
  padding: 11px 12px;
  border: 1px solid rgba(91, 64, 53, .13);
  border-radius: 21px;
  background: rgba(255, 250, 243, .98);
  box-shadow: 0 18px 48px rgba(63, 53, 48, .22);
  color: var(--nuzzle-ink);
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px) scale(.97);
  transition: opacity .24s ease, transform .24s ease, visibility .24s;
}

.nuzzle-cart-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.nuzzle-cart-toast > img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  animation: nuzzle-bob 1.8s ease-in-out infinite;
}

.nuzzle-cart-toast strong,
.nuzzle-home-note strong {
  display: block;
  color: var(--nuzzle-cocoa);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.25;
}

.nuzzle-cart-toast p,
.nuzzle-home-note p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.nuzzle-cart-toast button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(147, 161, 129, .14);
  color: var(--nuzzle-cocoa);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}

.nuzzle-home-note {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(1040px, calc(100% - 36px));
  margin: 22px auto 48px;
  padding: 14px 20px 14px 12px;
  border: 1px solid rgba(91, 64, 53, .12);
  border-radius: 26px;
  background: linear-gradient(120deg, var(--nuzzle-ivory), #f4eee4);
  box-shadow: 0 14px 40px rgba(91, 64, 53, .08);
}

.nuzzle-home-note > img {
  width: 104px;
  height: 104px;
  margin-top: -24px;
  object-fit: contain;
}

.nuzzle-home-note a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--nuzzle-cocoa);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nuzzle-home-note a:hover { color: #fff; background: #463128; }

.nuzzle-home-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nuzzle-home-actions a:first-child {
  background: transparent;
  color: var(--nuzzle-cocoa);
  box-shadow: inset 0 0 0 1px rgba(91, 64, 53, .3);
}

.nuzzle-about-menu > a span::after {
  content: '✦';
  margin-left: 6px;
  color: var(--nuzzle-sage);
  font-size: 10px;
}

body.nuzzle-pet-archive main .product-loop-thumb .image_wrapper {
  overflow: hidden;
  background: #f8f1ea;
}

body.nuzzle-pet-archive main .nuzzle-pet-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

body.nuzzle-pet-archive main .nuzzle-pet-card-tight-crop .nuzzle-pet-card-image {
  transform: scale(4.4);
  transform-origin: 25% 43%;
}

body.nuzzle-pet-archive main .nuzzle-pet-archive-mark {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(91, 64, 53, .16));
}

main .nuzzle-archive-mark {
  width: 82px !important;
  height: 82px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 22px rgba(91, 64, 53, .16));
}

.nuzzle-story-page {
  --story-ink: #5b4035;
  --story-terracotta: #b65f4b;
  --story-sage: #93a181;
  --story-ivory: #fffaf3;
  --story-oat: #f1e8dc;
  color: var(--story-ink);
  overflow: hidden;
}

.nuzzle-story-page * { box-sizing: border-box; }
.nuzzle-story-page h1,
.nuzzle-story-page h2,
.nuzzle-story-page h3 { color: var(--story-ink); }

.nuzzle-story-page h1 {
  max-width: 760px;
  margin: 12px 0 22px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .9;
  letter-spacing: -.045em;
}

.nuzzle-story-page h2 {
  margin: 8px 0 20px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.035em;
}

.nuzzle-story-page h3 {
  margin: 8px 0 10px;
  font-size: 22px;
}

.nuzzle-story-page p { font-size: 17px; line-height: 1.72; }
.nuzzle-eyebrow { margin: 0; color: var(--story-terracotta); font-size: 11px !important; font-weight: 800; letter-spacing: .18em; }

.nuzzle-story-hero,
.nuzzle-story-intro,
.nuzzle-collection-system,
.nuzzle-hesperus-story,
.nuzzle-design-section,
.nuzzle-story-promise {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.nuzzle-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr);
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
  min-height: 700px;
  padding: 84px 0 96px;
}

.nuzzle-story-lede { max-width: 680px; font-size: clamp(19px, 2vw, 25px) !important; }
.nuzzle-story-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.nuzzle-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-decoration: none !important; text-transform: uppercase; }
.nuzzle-btn-primary { background: var(--story-ink); color: #fff !important; }
.nuzzle-btn-primary:hover { background: #422f27; }
.nuzzle-btn-quiet { color: var(--story-ink) !important; box-shadow: inset 0 0 0 1px rgba(91,64,53,.28); }

.nuzzle-story-portrait { position: relative; padding: 30px; border: 1px solid rgba(91,64,53,.12); border-radius: 180px 180px 34px 34px; background: linear-gradient(155deg, #f6ede0, #fffaf3); text-align: center; box-shadow: 0 26px 80px rgba(91,64,53,.1); }
.nuzzle-story-portrait img { width: min(100%, 320px); aspect-ratio: 1; object-fit: contain; }
.nuzzle-story-portrait p { margin: 6px 0 0; font-size: 13px; line-height: 1.5; }
.nuzzle-evening-star { position: absolute; top: 26px; right: 38px; color: var(--story-terracotta); font-size: 42px; }

.nuzzle-story-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 120px); padding: 120px 0; border-top: 1px solid rgba(91,64,53,.12); }
.nuzzle-story-image-stack { position: relative; min-height: 640px; }
.nuzzle-story-image { position: absolute; margin: 0; overflow: hidden; border-radius: 150px 150px 30px 30px; box-shadow: 0 20px 60px rgba(91,64,53,.12); }
.nuzzle-story-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nuzzle-story-image figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; border-radius: 12px; background: rgba(255,250,243,.88); font-size: 11px; }
.nuzzle-story-image-human { top: 0; left: 0; width: 68%; height: 520px; }
.nuzzle-story-image-pet { right: 0; bottom: 0; width: 48%; height: 360px; border: 10px solid var(--story-ivory); }
.nuzzle-story-text blockquote { margin: 30px 0 0; padding: 24px 0 24px 28px; border-left: 3px solid var(--story-terracotta); color: var(--story-terracotta); font-size: clamp(24px, 3vw, 38px); line-height: 1.15; }

.nuzzle-collection-system {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(40px, 8vw, 120px);
  padding: 110px 0;
  border-top: 1px solid rgba(91,64,53,.12);
}

.nuzzle-collection-system h2 { max-width: 520px; }
.nuzzle-collection-copy > p:first-child { margin-top: 0; font-size: 21px; }
.nuzzle-collection-rule { display: grid; grid-template-columns: auto 1fr auto auto 1.35fr; align-items: center; gap: 12px; margin-top: 32px; padding: 18px 20px; border: 1px solid rgba(91,64,53,.13); border-radius: 18px; background: var(--story-oat); }
.nuzzle-collection-rule span { color: var(--story-terracotta); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.nuzzle-collection-rule strong { font-family: Georgia, 'Times New Roman', serif; font-size: 17px; font-weight: 400; }
.nuzzle-collection-rule i { color: var(--story-sage); font-style: normal; }

.nuzzle-hesperus-story { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; width: min(1320px, calc(100% - 32px)); padding: clamp(54px, 8vw, 110px); border-radius: 42px; background: radial-gradient(circle at 80% 20%, #9c746d 0, #4a3437 36%, #2e2932 100%); color: #fff6ec; }
.nuzzle-hesperus-story h2 { color: #fff6ec; }
.nuzzle-hesperus-story p { color: rgba(255,246,236,.84); }
.nuzzle-hesperus-story .nuzzle-eyebrow { color: #e4b79f; }
.nuzzle-collection-disclaimer { margin: 26px 0; padding: 16px 18px; border-left: 2px solid #e4b79f; background: rgba(255,255,255,.06); font-size: 13px !important; }
.nuzzle-btn-starlight { margin-top: 4px; background: #f3d6bb; color: #3f3032 !important; }
.nuzzle-btn-starlight:hover { background: #fff0df; }
.nuzzle-hesperus-orbit { position: relative; display: grid; place-items: center; min-height: 460px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.nuzzle-hesperus-orbit::before,
.nuzzle-hesperus-orbit::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.nuzzle-hesperus-orbit::before { inset: 11%; }
.nuzzle-hesperus-orbit::after { inset: 24%; }
.nuzzle-hesperus-orbit img { position: relative; z-index: 1; width: 48%; filter: drop-shadow(0 18px 28px rgba(0,0,0,.28)); }
.nuzzle-orbit-star { position: absolute; top: 8%; right: 15%; color: #f2caa8; font-size: 52px; }
.nuzzle-orbit-caption { position: absolute; bottom: 13%; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-align: center; }

.nuzzle-design-section { padding: 130px 0; }
.nuzzle-design-heading { max-width: 780px; margin-bottom: 54px; }
.nuzzle-design-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.nuzzle-design-grid article { min-height: 310px; padding: 26px; border: 1px solid rgba(91,64,53,.13); border-radius: 24px; background: var(--story-ivory); }
.nuzzle-design-grid article:nth-child(even) { margin-top: 32px; background: var(--story-oat); }
.nuzzle-design-grid article > span { color: var(--story-sage); font-size: 12px; font-weight: 800; }
.nuzzle-design-grid article p { font-size: 14px; line-height: 1.65; }

.nuzzle-story-promise { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: clamp(30px, 7vw, 90px); margin-bottom: 100px; padding: clamp(34px, 7vw, 80px); border-radius: 38px; background: linear-gradient(120deg, #eef0e7, #f7efe3); }
.nuzzle-story-promise > img { width: 100%; filter: drop-shadow(0 18px 30px rgba(91,64,53,.14)); }
.nuzzle-story-promise h2 { margin-bottom: 14px; }

@media (max-width: 960px) {
  .nuzzle-story-hero,
  .nuzzle-story-intro,
  .nuzzle-collection-system,
  .nuzzle-hesperus-story { grid-template-columns: 1fr; }
  .nuzzle-story-hero { padding-top: 56px; }
  .nuzzle-story-portrait { max-width: 480px; }
  .nuzzle-story-intro { padding: 80px 0; }
  .nuzzle-story-image-stack { min-height: 570px; }
  .nuzzle-hesperus-story { padding: 48px 28px; }
  .nuzzle-hesperus-orbit { max-width: 520px; width: 100%; margin: auto; }
  .nuzzle-design-grid { grid-template-columns: repeat(2, 1fr); }
  .nuzzle-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .nuzzle-footer-service { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .nuzzle-shipping-ribbon { gap: 8px; min-height: 34px; padding: 6px 10px; font-size: 9px; }
  .nuzzle-shipping-ribbon span:last-child,
  .nuzzle-shipping-ribbon i:last-of-type { display: none; }
  .nuzzle-match-grid { grid-template-columns: 1fr; }
  .nuzzle-match-grid label:first-child { grid-column: auto; }
  body.home main .nuzzle-featured-trio-grid { grid-template-columns: 1fr !important; }
  .nuzzle-featured-heading { margin-top: 38px; }
  .nuzzle-shop-path-grid { grid-template-columns: 1fr; }
  .nuzzle-shop-path-grid > a { min-height: 210px; }
  .nuzzle-footer-main { grid-template-columns: 1fr 1fr; padding-top: 46px; }
  .nuzzle-footer-brand,
  .nuzzle-footer-service { grid-column: 1 / -1; }
  .nuzzle-footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 600px) {
  .nuzzle-story-page h1 { font-size: 52px; }
  .nuzzle-story-page h2 { font-size: 38px; }
  .nuzzle-story-page p { font-size: 15px; }
  .nuzzle-story-hero { min-height: auto; }
  .nuzzle-story-image-stack { min-height: 470px; }
  .nuzzle-story-image-human { width: 78%; height: 390px; }
  .nuzzle-story-image-pet { width: 56%; height: 270px; }
  .nuzzle-collection-system { padding: 80px 0; }
  .nuzzle-collection-rule { grid-template-columns: 1fr; }
  .nuzzle-collection-rule i { transform: rotate(90deg); }
  .nuzzle-hesperus-orbit { min-height: 330px; }
  .nuzzle-design-section { padding: 86px 0; }
  .nuzzle-design-grid { grid-template-columns: 1fr; }
  .nuzzle-design-grid article,
  .nuzzle-design-grid article:nth-child(even) { min-height: auto; margin-top: 0; }
  .nuzzle-story-promise { grid-template-columns: 1fr; text-align: center; }
  .nuzzle-story-promise > img { width: 180px; margin: auto; }
  .nuzzle-story-promise .nuzzle-story-actions { justify-content: center; }
  .nuzzle-home-actions { grid-column: 1 / -1; flex-wrap: wrap; }
  .nuzzle-home-actions a { flex: 1; }
}

.woocommerce-message.nuzzle-mascot-notice {
  padding-left: 76px !important;
  background-image: url('https://plum-raven-121859.hostingersite.com/wp-content/uploads/2026/08/nuzzle-delivery-badge-v1.png');
  background-position: 12px center;
  background-size: 52px 52px;
  background-repeat: no-repeat;
}

#logo.nuzzle-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#logo.nuzzle-brand-logo img {
  width: 74px !important;
  height: 74px !important;
  max-height: 74px !important;
  object-fit: contain;
  filter: drop-shadow(0 5px 9px rgba(91, 64, 53, .12));
}

.nuzzle-ordering-note,
.nuzzle-separated-size-guide {
  margin: 30px 0;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(91, 64, 53, .14);
  border-radius: 24px;
  background: linear-gradient(145deg, #fffaf3, #f4eee4);
  box-shadow: 0 14px 40px rgba(91, 64, 53, .07);
}

.nuzzle-separated-size-guide > h2 {
  margin: 0 0 22px;
  color: var(--nuzzle-cocoa);
}

.nuzzle-size-card {
  margin: 18px 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
}

.nuzzle-size-card h3 {
  margin: 0 0 8px;
  color: var(--nuzzle-cocoa);
}

.nuzzle-table-wrap {
  overflow-x: auto;
  margin-top: 14px;
  border-radius: 14px;
}

.nuzzle-size-card table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.nuzzle-size-card th,
.nuzzle-size-card td {
  padding: 11px 12px;
  border: 1px solid rgba(91, 64, 53, .12);
  text-align: left;
  vertical-align: middle;
}

.nuzzle-size-card th {
  background: rgba(147, 161, 129, .16);
  color: var(--nuzzle-cocoa);
  font-weight: 700;
}

.nuzzle-size-card tbody tr:nth-child(even) td {
  background: rgba(244, 238, 228, .55);
}

.nuzzle-measure-note {
  margin: 16px 0 0;
  padding-left: 62px;
  min-height: 50px;
  background: url('https://plum-raven-121859.hostingersite.com/wp-content/uploads/2026/08/nuzzle-mascot-v1.png') left center / 52px 52px no-repeat;
}

@keyframes nuzzle-bob {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-3px) rotate(1deg); }
}

@media (max-width: 767px) {
  #logo.nuzzle-brand-logo img {
    width: 58px !important;
    height: 58px !important;
    max-height: 58px !important;
  }
  .nuzzle-trust-strip { padding: 11px 8px; gap: 5px; }
  .nuzzle-trust-strip span { display: grid; gap: 5px; font-size: 10px; }
  .nuzzle-trust-strip i { margin: auto; }
  .nuzzle-size-helper { right: 10px; bottom: 78px; padding-right: 10px; }
  .nuzzle-size-helper span { max-width: 62px; line-height: 1.15; }
  .nuzzle-cart-toast { right: 12px; bottom: 14px; width: calc(100vw - 24px); }
  .nuzzle-home-note {
    grid-template-columns: 78px 1fr;
    gap: 10px;
    padding: 13px 14px 15px 8px;
  }
  .nuzzle-home-note > img { width: 78px; height: 78px; }
  .nuzzle-home-note a { grid-column: 1 / -1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .nuzzle-cart-toast,
  .nuzzle-size-helper { transition: none; }
  .nuzzle-cart-toast > img { animation: none; }
}

/* Nuzzle mascot enhancements — end */
