:root {
  --liquid-fill:
    linear-gradient(138deg, rgba(255, 255, 255, .19) 0%, rgba(255, 255, 255, .075) 32%, rgba(255, 255, 255, .025) 63%, rgba(98, 135, 229, .075) 100%);
  --liquid-fill-soft:
    linear-gradient(145deg, rgba(255, 255, 255, .135), rgba(255, 255, 255, .035) 55%, rgba(255, 190, 75, .045));
  --liquid-edge: rgba(255, 255, 255, .2);
  --liquid-edge-hot: rgba(255, 224, 156, .42);
  --liquid-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    inset 1px 0 0 rgba(255, 255, 255, .08),
    inset 0 -1px 0 rgba(0, 0, 0, .32),
    0 26px 62px -34px rgba(0, 0, 0, .92);
  --liquid-shadow-hover:
    inset 0 1px 0 rgba(255, 255, 255, .42),
    inset 1px 0 0 rgba(255, 255, 255, .12),
    inset 0 -1px 0 rgba(0, 0, 0, .28),
    0 38px 76px -38px rgba(0, 0, 0, .96),
    0 18px 44px -28px rgba(255, 190, 70, .42);
}

body {
  background:
    radial-gradient(1000px 720px at 84% -10%, rgba(255, 198, 76, .19), transparent 62%),
    radial-gradient(920px 680px at 0% 18%, rgba(59, 105, 220, .23), transparent 60%),
    radial-gradient(760px 560px at 55% 74%, rgba(109, 64, 205, .075), transparent 68%),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background:
    repeating-linear-gradient(118deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(28deg, transparent 0 9px, rgba(255, 255, 255, .014) 9px 10px);
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.auras::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .72;
  background:
    radial-gradient(280px circle at var(--pointer-x, 50%) var(--pointer-y, 24%), rgba(255, 255, 255, .11), transparent 72%);
  mix-blend-mode: screen;
  transition: opacity .35s ease;
}

.nav,
.period,
.prod,
.step,
.about-card,
.pickup-card,
.faq-item,
.drawer,
.calendar-popover {
  background: var(--liquid-fill);
  border-color: var(--liquid-edge);
  box-shadow: var(--liquid-shadow);
  -webkit-backdrop-filter: blur(32px) saturate(185%) contrast(104%);
  backdrop-filter: blur(32px) saturate(185%) contrast(104%);
}

.nav {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .055)),
    rgba(10, 18, 38, .46);
  border-color: rgba(255, 255, 255, .23);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .44),
    inset 0 -1px 0 rgba(0, 0, 0, .25),
    0 20px 48px -26px rgba(0, 0, 0, .94),
    0 0 0 1px rgba(255, 255, 255, .025);
}

.nav::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -130%;
  left: -8%;
  width: 42%;
  height: 300%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
  transform: rotate(18deg);
  transition: transform .9s var(--ease-fluid);
}

.nav:hover::before {
  transform: translateX(185%) rotate(18deg);
}

.brand,
.nav-links,
.period > *,
.prod .art,
.prod .body,
.step > *,
.about-card > *,
.pickup-card > *,
.faq-item > *,
.drawer > * {
  position: relative;
  z-index: 1;
}

.cart-btn,
.date-trigger,
.step-b,
.qty,
.close,
.promo-row button,
.pinput,
.promo-row input,
.pickup-address,
.about-promise,
.map-link {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .025)),
    rgba(4, 9, 22, .3);
  border-color: rgba(255, 255, 255, .18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .24),
    inset 0 -1px 0 rgba(0, 0, 0, .28),
    0 10px 24px -18px rgba(0, 0, 0, .9);
  -webkit-backdrop-filter: blur(20px) saturate(175%);
  backdrop-filter: blur(20px) saturate(175%);
}

.cart-btn:hover,
.date-trigger:hover,
.step-b:hover,
.promo-row button:hover {
  border-color: var(--liquid-edge-hot);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    inset 0 -1px 0 rgba(0, 0, 0, .22),
    0 14px 30px -18px rgba(255, 190, 70, .48);
}

.period {
  isolation: isolate;
  overflow: visible;
  padding: 17px;
  background:
    radial-gradient(110% 120% at 8% -10%, rgba(255, 255, 255, .19), transparent 46%),
    radial-gradient(90% 100% at 100% 110%, rgba(255, 183, 57, .1), transparent 55%),
    rgba(20, 30, 57, .53);
  border-color: rgba(255, 255, 255, .24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .4),
    inset 1px 0 0 rgba(255, 255, 255, .08),
    inset 0 -1px 0 rgba(0, 0, 0, .35),
    0 32px 72px -34px rgba(0, 0, 0, .96),
    0 16px 44px -34px rgba(255, 185, 60, .34);
}

.period::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  border-radius: calc(var(--r) - 1px);
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .105), transparent 28% 76%, rgba(255, 206, 74, .055));
  opacity: .85;
}

.calendar-popover {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(110% 75% at 15% 0%, rgba(255, 255, 255, .16), transparent 52%),
    linear-gradient(165deg, rgba(23, 37, 69, .985), rgba(8, 16, 34, .985));
  border-color: rgba(255, 255, 255, .25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .35),
    inset 0 -1px 0 rgba(0, 0, 0, .3),
    0 40px 90px -22px rgba(0, 0, 0, .98),
    0 14px 40px -28px rgba(255, 190, 70, .45);
}

.period.calendar-open > .field:first-child {
  z-index: 3;
}

.calendar-day {
  border: 1px solid transparent;
}

.calendar-day:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.cat-heading {
  --dock-progress: 0;
  width: 100%;
  margin: 48px 0 22px;
  padding: 0 2px 14px;
  display: grid;
  grid-template-columns: 28px auto minmax(36px, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  opacity: calc(1 - var(--dock-progress));
  filter: blur(calc(var(--dock-progress) * 3px));
  transform: translateY(calc(var(--dock-progress) * -12px));
  transform-origin: left bottom;
  will-change: opacity, filter, transform;
}

.catalog-category:first-child .cat-heading {
  margin-top: 10px;
}

.cat-heading .cat-h {
  white-space: nowrap;
}

.cat-heading .cat-sub {
  color: #74809f;
  font-size: .7rem;
  letter-spacing: .015em;
  white-space: nowrap;
}

.cat-index {
  color: rgba(255, 206, 74, .72);
  font-size: .63rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: .12em;
}

.cat-rule {
  height: 1px;
  align-self: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .045));
}

.cat-grid {
  gap: 24px 22px;
}

.prod {
  isolation: isolate;
  overflow: hidden;
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  background:
    radial-gradient(140% 100% at var(--gx, 50%) var(--gy, 0%), rgba(255, 255, 255, .14), transparent 42%),
    var(--liquid-fill-soft);
  border-color: rgba(255, 255, 255, .19);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    inset 1px 0 0 rgba(255, 255, 255, .07),
    inset 0 -18px 42px rgba(0, 0, 0, .18),
    0 28px 58px -32px rgba(0, 0, 0, .92);
  transition: transform .42s var(--ease-fluid), box-shadow .42s var(--ease-fluid), border-color .32s ease;
}

.prod::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(230px circle at var(--gx, 50%) var(--gy, 30%), rgba(255, 255, 255, .18), transparent 68%),
    linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, .055) 48%, transparent 72%);
  mix-blend-mode: screen;
  opacity: .25;
  transition: opacity .3s ease;
}

.prod.tilting {
  transition: transform .1s linear, box-shadow .3s ease, border-color .3s ease;
}

.prod:hover {
  border-color: rgba(255, 224, 155, .42);
  box-shadow: var(--liquid-shadow-hover);
}

.prod:hover::after {
  opacity: .88;
}

.prod .art {
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background:
    radial-gradient(76% 70% at 50% 45%, rgba(255, 214, 115, .14), transparent 58%),
    radial-gradient(70% 75% at 92% 0%, rgba(80, 123, 230, .12), transparent 68%);
}

.prod .art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 34%),
    linear-gradient(108deg, transparent 35%, rgba(255, 255, 255, .05) 50%, transparent 65%);
}

.prod .art img {
  transform: translateZ(20px) scale(var(--product-scale, 1));
}

.prod:hover .art img {
  transform: translateZ(26px) scale(1.018);
}

.prod .body {
  z-index: 2;
  background: linear-gradient(180deg, rgba(7, 13, 28, .035), rgba(7, 13, 28, .14));
}

.avail::before {
  box-shadow: 0 0 5px currentColor, 0 0 13px color-mix(in srgb, currentColor 48%, transparent);
}

.btn {
  background:
    radial-gradient(120% 160% at 18% -50%, rgba(255, 255, 255, .34), transparent 48%),
    linear-gradient(180deg, rgba(255, 214, 126, .24), rgba(255, 167, 48, .1));
  border-color: rgba(255, 223, 150, .38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(117, 60, 0, .18),
    0 10px 22px -13px rgba(255, 185, 55, .44);
}

.btn:hover {
  background:
    radial-gradient(120% 160% at 18% -50%, rgba(255, 255, 255, .45), transparent 50%),
    linear-gradient(180deg, rgba(255, 220, 145, .32), rgba(255, 170, 48, .15));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .5),
    inset 0 -1px 0 rgba(117, 60, 0, .18),
    0 15px 30px -14px rgba(255, 187, 58, .58);
}

.step {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(130% 100% at 0% 0%, rgba(255, 255, 255, .14), transparent 48%),
    var(--liquid-fill-soft);
  transition: transform .42s var(--ease-fluid), border-color .3s ease, box-shadow .42s var(--ease-fluid);
}

.step::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
  top: -95px;
  right: -70px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 210, 98, .11);
  filter: blur(3px);
  transition: transform .55s var(--ease-fluid);
}

.step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 224, 155, .36);
  box-shadow: var(--liquid-shadow-hover);
}

.step:hover::before {
  transform: translate(-20px, 18px) scale(1.18);
}

.about-card,
.pickup-card {
  border-color: rgba(255, 255, 255, .19);
  background:
    radial-gradient(95% 85% at 100% 0%, rgba(255, 207, 86, .095), transparent 57%),
    radial-gradient(80% 100% at 0% 100%, rgba(76, 116, 220, .09), transparent 62%),
    var(--liquid-fill-soft);
}

.about-card::after,
.pickup-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  border-radius: calc(var(--r) + 4px);
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
  background: linear-gradient(118deg, rgba(255, 255, 255, .055), transparent 31% 76%, rgba(255, 206, 74, .035));
}

.pickup-card {
  position: relative;
  isolation: isolate;
}

.about-photo {
  border-color: rgba(255, 255, 255, .24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .23),
    inset 0 0 36px rgba(38, 74, 151, .08),
    0 30px 64px -34px rgba(0, 0, 0, .98);
}

.about-promise,
.pickup-address {
  border-color: rgba(255, 220, 139, .28);
  background:
    linear-gradient(145deg, rgba(255, 222, 151, .13), rgba(255, 255, 255, .035)),
    rgba(15, 24, 44, .24);
}

.faq-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--liquid-fill-soft);
  transition: border-color .32s ease, background .32s ease, transform .38s var(--ease-fluid), box-shadow .38s var(--ease-fluid);
}

.faq-item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -100%;
  left: -18%;
  width: 30%;
  height: 300%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
  transform: rotate(18deg);
  transition: transform .75s var(--ease-fluid);
}

.faq-item:hover {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, .27);
  box-shadow: var(--liquid-shadow-hover);
}

.faq-item:hover::before {
  transform: translateX(420%) rotate(18deg);
}

.faq-item[open] {
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(255, 205, 83, .12), transparent 60%),
    var(--liquid-fill-soft);
  border-color: rgba(255, 216, 126, .38);
}

.drawer {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(100% 75% at 100% 0%, rgba(255, 202, 78, .13), transparent 60%),
    linear-gradient(160deg, rgba(27, 30, 43, .8), rgba(8, 12, 24, .88));
  border-left-color: rgba(255, 255, 255, .22);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, .2),
    -50px 0 110px -34px rgba(0, 0, 0, .96);
  -webkit-backdrop-filter: blur(42px) saturate(190%);
  backdrop-filter: blur(42px) saturate(190%);
}

.drawer::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -22%;
  left: -42%;
  width: 110%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, .095), transparent 68%);
}

.citem {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025)),
    rgba(7, 13, 27, .26);
  border-color: rgba(255, 255, 255, .16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .17),
    0 12px 26px -22px rgba(0, 0, 0, .92);
}

.overlay {
  background: rgba(2, 5, 13, .58);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
  backdrop-filter: blur(10px) saturate(125%);
}

@media (max-width: 620px) {
  .cat-heading {
    grid-template-columns: 24px auto 1fr;
    gap: 8px 10px;
    padding-bottom: 12px;
  }

  .cat-heading .cat-sub {
    grid-column: 2 / -1;
    white-space: normal;
    line-height: 1.35;
  }

  .prod {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav::before,
  .faq-item::before,
  .prod::after {
    display: none;
  }

  .cat-heading {
    filter: none;
  }

  .prod,
  .prod:hover,
  .step:hover,
  .faq-item:hover {
    transform: none !important;
  }
}
