/* COFFEEFLOOR final UI polish — clarity, rhythm and tactile feedback. */

:root {
  --muted: #665f57;
  --line: rgba(30, 25, 21, .22);
  --shadow-hard: 5px 5px 0 var(--ink);
  --shadow-soft: 0 18px 50px rgba(30, 25, 21, .12);
  --focus-ring: 0 0 0 3px var(--cream), 0 0 0 6px var(--blue);
}

html { scroll-padding-top: 106px; }
body { line-height: 1.5; font-optical-sizing: auto; }
button, input, select, textarea { border-radius: 0; }
button:disabled, input:disabled, select:disabled { cursor: not-allowed; opacity: .52; }

:where(button, a, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

input::placeholder, textarea::placeholder { color: rgba(30, 25, 21, .42); opacity: 1; }

.announcement { height: 36px; font-size: 10.5px; }
.global-header { top: -36px; }
.announcement a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-header { height: 88px; }
.brand { font-size: 20px; }
.brand__name { letter-spacing: -.06em; }
.desktop-nav { gap: 34px; font-size: 13.5px; }
.desktop-nav a::after { bottom: -9px; height: 2px; }
.icon-button, .header-account, .menu-button { background: rgba(255, 250, 240, .38); border-color: rgba(30, 25, 21, .25); }
.cart-button { min-width: 108px; justify-content: center; box-shadow: 0 4px 0 rgba(30, 25, 21, .14); }
.mobile-menu a { min-height: 58px; align-items: center; }

.button {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: 0 0 0 transparent;
  transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out), background-color 160ms ease, color 160ms ease;
}

.button--dark { box-shadow: 3px 3px 0 rgba(30, 25, 21, .22); }
.button:active, .text-button:active, .icon-button:active, .cart-button:active, .close-button:active,
.taste-chip:active, .option-row button:active, .pdp-thumb:active, .search-suggestions button:active,
.store-card__add:active, .quick-add:active, .category-rail a:active {
  transform: translate3d(1px, 1px, 0) scale(.975);
  transition-duration: 100ms;
}

.eyebrow, .page-kicker { font-size: 11px; }
.hero__content > p { text-wrap: balance; }
.hero-scenes { min-height: 39px; padding: 5px 6px 5px 12px; }
.hero-scenes > span { font-size: 9px; }
.hero-scenes button { width: 28px; height: 28px; font-size: 8.5px; }
.hero-scenes strong { min-width: 88px; font-size: 9.5px; }
.hero__proof span { font-size: 9px; }
.hero-mascot small, .cart-empty__voice { font-size: 9px; }
.hero-mascot strong { font-size: 13px; }

.coffee-section, .department-section, .values-section { padding-block: 104px; }
.section-heading > p { color: #5f5851; font-size: 15px; }
.taste-chip { min-height: 42px; padding-inline: 16px; font-size: 12px; }
.product-card, .store-card, .article-card, .department-card, .contact-card, .account-panel {
  transition: transform 190ms var(--ease-out), box-shadow 190ms var(--ease-out), background-color 160ms ease;
}
.product-card:focus-within, .store-card:focus-within, .article-card:focus-within { box-shadow: var(--shadow-hard); }
.product-card__badge, .store-card__badge { font-size: 9px; }
.product-card__body { padding: 20px 18px 18px; }
.product-card h3 { font-size: 19px; }
.product-card__price { font-size: 14px; }
.product-card__notes { font-size: 12px; }
.roast-level small { font-size: 9.5px; }
.quick-add, .store-card__add { box-shadow: 0 4px 0 rgba(30, 25, 21, .18); }
.section-footer-action > span { font-size: 10.5px; }
.text-link, .text-button { font-size: 12.5px; }
.department-card__number, .department-card__meta { font-size: 10px; }
.department-card p { font-size: 13px; }
.bundle-spec p, .bundle-list li, .subscription-copy p, .value-grid p { font-size: 11.5px; }
.value-grid a, .value-grid button { font-size: 10.5px; }
.mascot-card figcaption span { font-size: 9.5px; }
.mascot-card figcaption strong { font-size: 12px; }

.site-footer { padding-top: 18px; }
.footer-kicker { font-size: 10.5px; }
.footer-campaign__copy p { font-size: 14px; line-height: 1.6; }
.footer-newsletter > span, .footer-links > div > span { font-size: 9.5px; }
.footer-newsletter small { font-size: 10px; }
.footer-links a { font-size: 13px; }
.footer-bottom { font-size: 9.5px; }

.drawer-header h2 { font-size: 40px; }
.cart-line h3 { font-size: 14px; }
.cart-line p, .cart-summary small { font-size: 10.5px; }
.cart-summary > div { font-size: 12px; }
.search-dialog > label, .search-title { font-size: 11px; }
.search-results p { font-size: 12px; }
.search-result { min-height: 64px; align-items: center; }
.search-result span { font-size: 10.5px; }
.quiz-progress { font-size: 10px; }
.quiz-options small { font-size: 11px; line-height: 1.45; }
.toast, .global-toast { font-size: 12px; }

/* Shared store pages */
.page-hero { padding-block: 80px 58px; }
.page-title { line-height: .89; text-wrap: balance; }
.page-intro { color: #5f5851; font-size: 16px; }
.page-mascot { min-height: 82px; padding: 9px; gap: 13px; }
.page-mascot strong { font-size: 10px; }
.page-mascot small { font-size: 11px; }
.breadcrumb { font-size: 10px; }
.category-rail { scroll-snap-type: x proximity; }
.category-rail a { min-height: 61px; align-items: center; scroll-snap-align: start; font-size: 15px; }
.category-rail small { font-size: 10px; }

.filter-panel { padding-top: 28px; }
.filter-panel__top strong { font-size: 17px; }
.filter-panel__top button { min-height: 32px; font-size: 11px; }
.filter-group > span { font-size: 10px; }
.filter-check { font-size: 12px; }
.filter-check input { transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms var(--ease-out); }
.filter-check input:active { transform: scale(.9); }
.catalog-toolbar > span { font-size: 10.5px; }
.catalog-toolbar select { min-height: 42px; font-size: 11px; cursor: pointer; }

.catalog-sommelier { min-height: 154px; }
.catalog-sommelier__identity small { font-size: 9px; }
.catalog-sommelier__identity strong { font-size: 20px; }
.catalog-sommelier__question > span { font-size: 22px; }
.catalog-sommelier__question button { min-height: 36px; padding-inline: 14px; font-size: 10px; }
.catalog-sommelier__question p { min-height: 16px; font-size: 10.5px; }

.store-card__body { min-height: 216px; padding: 18px; }
.store-card__type { font-size: 9.5px; }
.store-card h3 { font-size: 19px; }
.store-card__price { font-size: 14px; }
.store-card__notes { font-size: 12px; }
.store-card__concierge { padding-top: 14px; }
.store-card__concierge small { font-size: 8.5px; }
.store-card__concierge strong { font-size: 10.5px; }
.mascot-empty__voice { font-size: 10px; }
.empty-state p { font-size: 13px; }

.search-page-field input { line-height: 1; }
.search-suggestions button { min-height: 38px; padding-inline: 14px; font-size: 11px; }
.search-meta { font-size: 10px; }

/* Product page */
.pdp-info { padding: clamp(42px, 4.6vw, 72px); }
.pdp-info h1 { text-wrap: balance; }
.pdp-notes { font-size: 15px; }
.pdp-description { max-width: 640px; font-size: 14px; }
.option-label { font-size: 10px; }
.option-row button { min-height: 49px; font-size: 11px; transition: transform 140ms var(--ease-out), background-color 140ms ease, color 140ms ease; }
.quantity-control button { font-size: 17px; }
.quantity-control span { font-size: 13px; font-weight: 700; }
.pdp-shipping-note { font-size: 10px; }
.pdp-sommelier { margin-top: 28px; }
.pdp-sommelier__identity small { font-size: 8.5px; }
.pdp-sommelier__identity strong { font-size: 17px; }
.pdp-sommelier__body > span { font-size: 19px; }
.pdp-sommelier__choices button { min-height: 34px; padding-inline: 11px; font-size: 9.5px; }
.pdp-sommelier__answer small { font-size: 8px; }
.pdp-sommelier__answer p { font-size: 11px; }
.pdp-thumb { transition: transform 150ms var(--ease-out), background-color 150ms ease, color 150ms ease, box-shadow 150ms ease; }
.pdp-thumb.is-active { box-shadow: 4px 4px 0 rgba(30, 25, 21, .22); }
.pdp-detail-grid span, .recipe-grid span { font-size: 9.5px; }
.pdp-detail-grid strong { font-size: 20px; }
.recipe-grid strong { font-size: 14px; }

/* Cart and checkout */
.cart-mascot-status strong, .checkout-mascot-line strong { font-size: 9px; }
.cart-mascot-status small, .checkout-mascot-line small { font-size: 10px; }
.cart-row p { font-size: 11px; }
.cart-row__price { font-size: 14px; }
.cart-row__remove { min-height: 32px; padding-inline: 0; font-size: 10px; }
.summary-line { font-size: 12px; }
.shipping-meter p { font-size: 10px; }
.cart-summary-card small { font-size: 9px; }

.checkout-header > span { font-size: 9.5px; }
.checkout-form h1 { font-size: 52px; }
.form-section__title { font-size: 11px; }
.form-section__title span { width: 28px; height: 28px; font-size: 9px; }
.field label { top: 9px; font-size: 9px; }
.field input, .field select, .field textarea {
  min-height: 62px;
  padding: 25px 13px 9px;
  background: rgba(255, 250, 240, .72);
  font-size: 14px;
  transition: background-color 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}
.field input:hover, .field select:hover, .field textarea:hover { background: var(--paper); }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--paper); box-shadow: inset 0 0 0 2px var(--blue); }
.delivery-option { min-height: 64px; transition: transform 140ms var(--ease-out), background-color 150ms ease, box-shadow 150ms ease; }
.delivery-option:active { transform: scale(.99); }
.delivery-option strong { font-size: 12px; }
.delivery-option small { font-size: 10px; }
.checkout-mini-row h3, .checkout-mini-row strong { font-size: 12px; }
.checkout-mini-row p { font-size: 9.5px; }

/* Journal and editorial pages */
.journal-feature__copy p { font-size: 14px; }
.article-card__top span { font-size: 9px; }
.article-card h2 { font-size: 28px; }
.article-card p { font-size: 12px; }
.article-card footer { font-size: 9px; }
.article-meta { font-size: 10px; }
.article-mascot strong { font-size: 10px; }
.article-mascot small { font-size: 10px; }
.article-aside { font-size: 10px; }
.article-copy { color: #3e3934; font-size: 16px; }

/* Information, service and account pages */
.info-nav a { min-height: 42px; align-items: center; font-size: 11px; transition: color 140ms ease, padding-left 180ms var(--ease-out); }
.info-copy p, .info-copy li { color: #514a44; font-size: 15px; line-height: 1.75; }
.info-copy summary { min-height: 62px; align-items: center; font-size: 18px; }
.info-copy summary::after { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.form-help { font-size: 11.5px !important; }
.contact-card span { font-size: 10px; }
.contact-card p { font-size: 12px; }
.order-card p { font-size: 11px; }
.order-status { font-size: 9px; }
.success-mascot > span, .success-meta span { font-size: 9px; }
.success-meta strong { font-size: 12px; }

.floating-cart { width: 80px; height: 80px; right: 20px; bottom: 20px; box-shadow: 5px 5px 0 var(--ink), 0 16px 44px rgba(30, 25, 21, .2); }
.floating-cart__mascot { width: 46px; height: 39px; }
.floating-cart__label { font-size: 8.5px; }

@media (hover: hover) and (pointer: fine) {
  .icon-button:hover, .header-account:hover, .menu-button:hover { background: var(--paper); border-color: var(--ink); }
  .button:hover { transform: translateY(-2px); box-shadow: 4px 5px 0 rgba(30, 25, 21, .25); }
  .button--dark:hover { color: var(--ink); background: var(--acid); }
  .product-card:hover, .store-card:hover, .article-card:hover, .department-card:hover, .contact-card:hover {
    transform: translate3d(-2px, -3px, 0);
    box-shadow: var(--shadow-hard);
  }
  .info-nav a:hover { padding-left: 5px; color: var(--ink); }
  .option-row button:hover, .delivery-option:hover { background: rgba(255, 250, 240, .75); box-shadow: 3px 3px 0 rgba(30, 25, 21, .16); }
  .option-row button.is-active:hover { color: var(--ink); background: var(--acid); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 96px; }
  .announcement { height: 30px; font-size: 9px; }
  .global-header { top: -30px; }
  .site-header { height: 70px; padding-inline: 16px; }
  .brand { font-size: 17px; }
  .header-actions { gap: 7px; }
  .cart-button { min-width: 42px; box-shadow: none; }
  .mobile-menu { inset: 100px 0 auto; padding-inline: 18px; }
  .global-mobile-menu { inset: 100px 0 auto; }
  .button { min-height: 52px; }

  .hero-scenes > span { font-size: 8px; }
  .hero-scenes strong { font-size: 9px; }
  .hero__proof span { font-size: 8.5px; }
  .coffee-section, .department-section, .values-section { padding-block: 70px; }
  .section-heading > p { font-size: 13.5px; }
  .product-card__visual { height: 340px; }
  .footer-campaign__copy p { font-size: 13px; }
  .footer-links a { min-height: 30px; display: inline-flex; align-items: center; font-size: 13px; }
  .footer-newsletter > span, .footer-links > div > span { font-size: 9px; }

  .page-hero { padding-block: 46px 38px; }
  .page-title, .page-title--compact { font-size: clamp(46px, 14vw, 58px); line-height: .91; }
  .page-intro { margin-top: 20px; font-size: 14px; line-height: 1.6; }
  .page-mascot { min-height: 76px; margin-top: 20px; padding: 8px; }
  .page-mascot .mascot-portrait { width: 54px; }
  .page-mascot strong { font-size: 9.5px; }
  .page-mascot small { font-size: 10.5px; }
  .category-rail a { min-width: 150px; min-height: 58px; padding: 15px 16px; font-size: 14px; }
  .category-rail small { font-size: 9px; }

  .filter-panel { margin-inline: -16px; padding: 0 16px; background: rgba(255, 250, 240, .45); border-bottom: 1px solid var(--ink); }
  .filter-panel__top { min-height: 62px; padding: 0; border: 0; }
  .filter-panel__top strong { font-size: 18px; }
  .filter-group > span { font-size: 10px; }
  .filter-check { font-size: 13px; }
  .catalog-results { padding-top: 22px; }
  .catalog-toolbar > span { font-size: 11px; }
  .catalog-sommelier { margin-bottom: 20px; }
  .catalog-sommelier__identity small { font-size: 9px; }
  .catalog-sommelier__question > span { font-size: 21px; }
  .catalog-sommelier__question button { font-size: 11px; }
  .catalog-sommelier__question p { font-size: 11px; }
  .store-card__visual { min-height: 330px; }
  .store-card__body { min-height: 200px; }
  .store-card h3 { font-size: 21px; }

  .pdp-gallery { min-height: 470px; }
  .pdp-info { padding: 38px 16px 44px; }
  .pdp-info h1 { font-size: clamp(46px, 14vw, 56px); }
  .pdp-description { font-size: 13.5px; }
  .option-label { font-size: 10px; }
  .option-row button { min-height: 48px; font-size: 12px; }
  .pdp-sommelier__body { padding: 16px; }
  .pdp-sommelier__body > span { font-size: 20px; }
  .pdp-sommelier__choices button { font-size: 10.5px; }
  .pdp-sommelier__answer p { font-size: 11.5px; }
  .pdp-detail-grid span, .recipe-grid span { font-size: 9px; }

  .cart-page { padding-top: 46px; }
  .cart-row p { font-size: 10.5px; }
  .checkout-header { height: 72px; padding-inline: 16px; }
  .checkout-form-wrap, .checkout-order { padding: 36px 16px 44px; }
  .checkout-form h1 { font-size: 46px; }
  .field input, .field select, .field textarea { font-size: 16px; }

  .journal-feature__copy p { font-size: 13.5px; }
  .article-card p { font-size: 12.5px; }
  .article-body { padding-inline: 16px; }
  .article-copy { font-size: 15.5px; }

  .info-layout { padding: 48px 16px 78px; }
  .info-nav {
    position: relative;
    margin: 0 -16px 38px;
    padding: 0 16px 5px;
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .info-nav::-webkit-scrollbar { display: none; }
  .info-nav a { min-height: 42px; padding: 0 14px; flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--paper); }
  .info-nav a.is-active { color: white; background: var(--ink); }
  .info-copy p, .info-copy li { font-size: 14.5px; }
  .info-copy summary { font-size: 17px; }
  .contact-card p { font-size: 12px; }

  .floating-cart { right: 14px; bottom: 14px; width: 68px; height: 68px; padding: 6px; }
  .floating-cart__mascot { width: 40px; height: 34px; }
  .floating-cart__label { font-size: 7.5px; }
  .floating-cart__count { min-width: 24px; height: 24px; font-size: 8px; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { padding-inline: 14px; }
  .brand { font-size: 16px; }
  .header-actions { gap: 5px; }
  .cart-button, .menu-button { width: 40px; height: 40px; }
  .cart-button { min-width: 40px; }
  .page-hero { padding-top: 40px; }
  .page-title, .page-title--compact { font-size: clamp(43px, 13.5vw, 54px); }
  .filter-panel { margin-inline: -14px; padding-inline: 14px; }
  .catalog-toolbar select { font-size: 16px; }
  .catalog-sommelier__question > div, .pdp-sommelier__choices { grid-template-columns: 1fr 1fr; }
  .option-row { grid-template-columns: 1fr; }
  .purchase-row { grid-template-columns: 1fr; }
  .info-layout { padding-inline: 14px; }
  .info-nav { margin-inline: -14px; padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card, .store-card, .article-card, .department-card, .contact-card,
  .button, .icon-button, .cart-button, .pdp-thumb, .delivery-option { transition-duration: .01ms !important; }
}

/* Brewster illustration system v2 — transparent character art, never a photo in a circle. */
.mascot-portrait {
  overflow: visible;
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.mascot-portrait img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(4px 5px 0 rgba(30, 25, 21, .2));
  transition: transform 520ms var(--ease-spring), filter 360ms ease;
}

.mascot-portrait--brews img,
.mascot-portrait--delivery img { position: static; width: 100%; height: 100%; transform: none; }

.brewster-bean-mark {
  overflow: visible;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.brewster-bean-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(2px 2px 0 rgba(30,25,21,.18));
  transition: transform 420ms var(--ease-spring), filter 280ms ease;
}

.hero-mascot { min-width: 262px; padding: 6px 13px 6px 4px; }
.hero-mascot .mascot-portrait { width: 70px; margin: -18px 0 -15px -4px; }
.hero-mascot .mascot-portrait img { transform: rotate(-4deg) scale(1.08); }

.page-mascot { padding-left: 2px; }
.page-mascot .mascot-portrait { width: 84px; height: 78px; margin: -20px 0 -14px -8px; }
.page-mascot .mascot-portrait img { transform: scale(1.16); transform-origin: 50% 70%; }

.catalog-sommelier__identity { overflow: visible; }
.catalog-sommelier__identity .mascot-portrait {
  width: 100px;
  height: 112px;
  margin: -25px -10px -18px -8px;
  background: transparent;
}
.catalog-sommelier__identity .mascot-portrait img { transform: scale(1.07); }

.pdp-sommelier__identity { overflow: visible; }
.pdp-sommelier__identity .mascot-portrait {
  width: 92px;
  height: 92px;
  margin: -21px 0 -10px;
  background: transparent;
}
.pdp-sommelier__identity .mascot-portrait img { transform: scale(1.07); }

.mascot-empty .mascot-portrait {
  width: 210px;
  height: 210px;
  box-shadow: none;
}

.article-mascot { padding-left: 1px; }
.article-mascot .mascot-portrait { width: 84px; height: 74px; margin: -14px -4px -10px -5px; }
.article-mascot .mascot-portrait img { transform: scale(1.14); }

.success-mascot .mascot-portrait,
.success-card--mascot > .mascot-portrait { width: 150px; height: 150px; box-shadow: none; }
.success-mascot .mascot-portrait { margin-bottom: -18px; }
.success-page--wrong-floor .success-card--mascot > .mascot-portrait { width: 190px; height: 190px; margin: -154px auto 13px; }

.cart-mascot-status .mascot-portrait,
.checkout-mascot-line .mascot-portrait { width: 68px; height: 60px; margin: -10px -5px -8px -5px; }

.mascot-card {
  min-height: 610px;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,250,240,.92) 0 25%, transparent 25.3%),
    linear-gradient(145deg, var(--pink), var(--acid));
}
.mascot-card--delivery { background: linear-gradient(145deg, var(--blue), #78c7ff 74%); }
.mascot-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(30,25,21,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,250,240,.09), 0 0 0 110px rgba(30,25,21,.06);
}
.mascot-card img {
  width: 88%;
  height: 88%;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(18px 22px 0 rgba(30,25,21,.14));
}
.mascot-card--delivery img { width: 92%; height: 92%; }

.footer-campaign {
  background:
    radial-gradient(circle at 74% 50%, rgba(223,255,79,.16) 0 13%, transparent 13.2%),
    linear-gradient(115deg, #17110e 0 44%, #211610 44% 100%);
}
.footer-campaign::after { background: linear-gradient(90deg, rgba(20,14,10,.34) 0 44%, transparent 60%); }
.footer-campaign__art { left: 40%; display: grid; place-items: center; overflow: hidden; }
.footer-campaign__art::before {
  content: "";
  position: absolute;
  width: min(48vw, 690px);
  aspect-ratio: 1;
  border: 1px solid rgba(244,237,222,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 82px rgba(255,90,31,.1), 0 0 0 164px rgba(50,80,255,.08);
}
.footer-campaign__art img {
  position: relative;
  z-index: 1;
  width: min(58vw, 930px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(24px 28px 0 rgba(0,0,0,.24));
  transition: transform 900ms var(--ease-spring), filter 480ms ease;
}

.cart-art {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.cart-art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(3px 4px 0 rgba(30,25,21,.22)); }
.cart-art--drawer { width: 82px; height: 62px; margin: -6px -7px -5px -8px; box-shadow: none; }
.cart-art--empty { width: 220px; height: 165px; margin: 0 auto 8px; box-shadow: none; }
.cart-button__art img { object-fit: contain; transform: scale(1.45); filter: drop-shadow(1px 1px 0 rgba(255,255,255,.2)); }
.floating-cart__mascot { width: 54px; height: 42px; }
.floating-cart__mascot img { transform: scale(1.36); transform-origin: center; }

@media (hover: hover) and (pointer: fine) {
  .mascot-card:hover img { transform: translateY(-7px) rotate(-1deg) scale(1.025); filter: drop-shadow(23px 29px 0 rgba(30,25,21,.17)); }
  .store-card:hover .brewster-bean-mark img { transform: translateY(-2px) rotate(-4deg) scale(1.08); filter: drop-shadow(3px 4px 0 rgba(30,25,21,.2)); }
  .footer-campaign:hover .footer-campaign__art img { transform: translateY(-7px) rotate(-.6deg) scale(1.012); filter: drop-shadow(29px 35px 0 rgba(0,0,0,.27)); }
  .page-mascot:hover .mascot-portrait img,
  .hero-mascot:hover .mascot-portrait img { transform: translateY(-3px) rotate(-4deg) scale(1.12); }
}

@media (max-width: 760px) {
  .hero-mascot { width: 76px; height: 76px; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .hero-mascot .mascot-portrait { width: 82px; height: 82px; margin: 0; }
  .hero-mascot .mascot-portrait img { transform: scale(1.15); }
  .page-mascot { padding-left: 3px; }
  .page-mascot .mascot-portrait { width: 76px; height: 70px; margin: -11px -2px -9px -5px; }
  .catalog-sommelier__identity .mascot-portrait { width: 78px; height: 78px; margin: -11px 0 -8px -4px; }
  .pdp-sommelier__identity .mascot-portrait { width: 76px; height: 68px; margin: -8px 0 -5px -4px; }
  .mascot-empty .mascot-portrait { width: 180px; height: 180px; }
  .mascot-card { min-height: 510px; }
  .mascot-card img { width: 90%; height: 90%; }
  .footer-campaign__art { left: auto; aspect-ratio: 1.05; background: linear-gradient(145deg,#211610,#321a11); }
  .footer-campaign__art img { position: relative; inset: auto; width: 112%; height: auto; object-position: center; }
  .footer-campaign__art::before { width: 72vw; }
  .success-mascot .mascot-portrait { width: 132px; height: 132px; }
  .floating-cart__mascot { width: 46px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .mascot-portrait img,
  .brewster-bean-mark img,
  .mascot-card img,
  .footer-campaign__art img { transition-duration: .01ms !important; }
}
