/* Restrained premium finish for the public storefront. */
:root{--gpk-premium-shadow:0 18px 48px rgba(34,31,25,.075);--gpk-premium-line:rgba(36,33,27,.075)}
body{background:#f7f6f3}
::selection{background:#ffe46a;color:#1c1b18}
.site-header .gpk-navbar{border-color:rgba(35,32,26,.07);box-shadow:0 12px 38px rgba(35,32,26,.065)}
.gpk-promotions,.gpk-category-strip,.gpk-recommended-strip,.gpk-home-menu{position:relative}
.gpk-promo-slider{box-shadow:var(--gpk-premium-shadow)}
.gpk-category-tile,.gpk-recommended-card,.gpk-product-card{border:1px solid var(--gpk-premium-line);box-shadow:0 9px 28px rgba(37,34,28,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.gpk-category-tile:hover,.gpk-recommended-card:hover,.gpk-product-card:hover{border-color:rgba(36,33,27,.13);box-shadow:0 18px 42px rgba(37,34,28,.1);transform:translateY(-3px)}
.gpk-category-image,.gpk-recommended-image,.gpk-product-card-image{overflow:hidden}
.gpk-category-image img,.gpk-recommended-image img,.gpk-product-card-image img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.gpk-category-tile:hover img,.gpk-recommended-card:hover img,.gpk-product-card:hover .gpk-product-card-image img{transform:scale(1.025)}
.gpk-category-head h2,.gpk-recommended-head h2,.gpk-menu-category-head h2{font-weight:600;letter-spacing:-.035em}
.gpk-product-add,.gpk-product-details,.gpk-modal-add,.gpk-quick-add,.gpk-checkout-button{box-shadow:none!important}
html[data-theme="dark"] body{background:#171816}html[data-theme="dark"] .gpk-category-tile,html[data-theme="dark"] .gpk-recommended-card,html[data-theme="dark"] .gpk-product-card{border-color:rgba(255,255,255,.07);box-shadow:0 15px 38px rgba(0,0,0,.18)}
@media(max-width:700px){.gpk-category-tile:hover,.gpk-recommended-card:hover,.gpk-product-card:hover{transform:none}.gpk-category-tile,.gpk-recommended-card,.gpk-product-card{box-shadow:0 7px 20px rgba(37,34,28,.045)}}

/* Softer product cards */
.gpk-product-card{
  padding:12px 12px 16px;
  overflow:hidden;
  border:1px solid rgba(38,34,27,.055);
  border-radius:28px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 30px rgba(45,39,29,.045);
}
.gpk-product-card:hover{
  border-color:rgba(38,34,27,.08);
  box-shadow:0 18px 46px rgba(45,39,29,.08);
  transform:translateY(-2px);
}
.gpk-product-card-image{border-radius:21px;background:#f3f2ef}
.gpk-product-card-copy{min-height:64px;padding:14px 6px 0}
.gpk-product-card-copy strong{font-weight:540;letter-spacing:-.018em;line-height:1.25}
.gpk-product-card-copy small{color:#918e87}
.gpk-product-card-action{padding:0 6px 1px}
.gpk-product-add,.gpk-product-details,.gpk-product-unavailable{border-radius:14px!important}
html[data-theme="dark"] .gpk-product-card{border-color:rgba(255,255,255,.065);background:#252623;box-shadow:0 12px 34px rgba(0,0,0,.16)}
html[data-theme="dark"] .gpk-product-card-image{background:#30312e}

@media(max-width:520px){
  .gpk-product-card{padding:7px 7px 10px;border-radius:20px;box-shadow:0 7px 22px rgba(45,39,29,.04)}
  .gpk-product-card-image{border-radius:16px}
  .gpk-product-card-copy{min-height:55px;padding:10px 3px 0}
  .gpk-product-card-action{padding:0 3px 1px}
  .gpk-product-add,.gpk-product-details,.gpk-product-unavailable{border-radius:11px!important}
}

/* Unified compact section headings */
.gpk-stories-head h2,
.gpk-recommended-head h2,
.gpk-menu-category-head h2{
  margin:0;
  font-size:22px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.025em;
  text-transform:uppercase;
}
.gpk-menu-category-head>div>span{display:none}
@media(max-width:700px){
  .gpk-stories-head h2,
  .gpk-recommended-head h2,
  .gpk-menu-category-head h2{font-size:19px}
}
@media(max-width:560px){
  .gpk-menu-category{padding:26px 0}
  .gpk-menu-category-head{margin-bottom:14px}
  .gpk-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 6px}
  .gpk-product-card{padding:4px 4px 7px;border-radius:14px}
  .gpk-product-card-image{aspect-ratio:1.08;border-radius:11px}
  .gpk-product-card-copy{min-height:43px;padding:6px 2px 0}
  .gpk-product-card-copy strong{font-size:12px;line-height:1.2}
  .gpk-product-card-copy small{font-size:9px}
  .gpk-product-card-action{padding:0 2px;gap:4px}
  .gpk-product-card-price{font-size:12px}
  .gpk-product-add,.gpk-product-details,.gpk-product-unavailable{min-height:30px!important;padding:6px!important;border-radius:8px!important;font-size:9px!important}
  .gpk-product-add span{font-size:16px}
  .gpk-product-counter{min-height:30px}
  .gpk-product-counter button{width:25px;height:26px}
  .gpk-product-badges{top:5px;left:5px;max-width:calc(100% - 10px)}
  .gpk-product-badge{min-height:17px;padding:3px 5px;font-size:6px}
  .gpk-photo-preparing-note{right:6px;bottom:6px;left:6px;padding:6px 7px;border-radius:8px}
  .gpk-photo-preparing-note strong{font-size:9px}.gpk-photo-preparing-note small{font-size:7px}
}
