/** Shopify CDN: Minification failed

Line 23:0 Unexpected "}"

**/
/* ============================================================================
   SHIOK ALIVE  ·  brand + motion layer
   ----------------------------------------------------------------------------
   Source of truth: the Shiok BBQ design system (page.shiok-design-system).
   Palette is FOUR colours only: Brick, White, Ink, Cream.
   Display type: KC Ill Hand (UPPERCASE, LH 0.88, tracking -2%, weight 400).
   Body type:    Inter Tight (variable 100-900).

   Loaded globally from layout/theme.liquid, after theme.css and style.css, so
   the tokens below intentionally win over the older v1 values.

   Every animation here is transform/opacity only and is fully disabled under
   prefers-reduced-motion. Nothing in this file is required for content to be
   readable or for a product to be bought.
   ========================================================================= */

/* ---------- 1. Brand typefaces (self hosted from theme assets) ---------- */
}) format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url(//shiokbbq.com.sg/cdn/shop/t/23/assets/InterTight-Variable-latin.woff2?v=8925213230510716671787120981) format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "KC Ill Hand";
  src: url(//shiokbbq.com.sg/cdn/shop/t/23/assets/KCIllHand-Regular.woff2?v=82850909027177278411787120981) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  /* The file on this theme is the kernclub.com DEMO of KC Ill Hand, and a demo
     hides the foundry badge in the quote glyphs: every apostrophe and quote
     codepoint (U+0022, U+0027, U+2018-2019, U+201C-201D) maps to a solid
     KERN CLUB box, which is what turned LET'S TALK into LET[KERN CLUB]S TALK.
     This range whitelists everything EXCEPT those six, so the browser takes
     the apostrophe from the next font in the stack on its own. Nothing is
     modified inside the font file itself.
     DELETE THIS LINE once the licensed file replaces the demo. */
  unicode-range: U+20-21, U+23-26, U+28-2017, U+201A-201B, U+201E-10FFFF;
}
@font-face {
  font-family: "Domine";
  src: url(//shiokbbq.com.sg/cdn/shop/t/23/assets/Domine-Regular-400.woff2?v=181212113653866870511787122708) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Domine";
  src: url(//shiokbbq.com.sg/cdn/shop/t/23/assets/Domine-Medium-500.woff2?v=160116086378366505511787122709) format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ---------- 2. Tokens ---------- */
:root {
  /* the whole palette */
  --sh-brick: #B5491D;
  --sh-brick-hover: #9A3E19;
  --sh-white: #FFFFFF;
  --sh-ink: #000000;
  --sh-cream: #F4F1E8;

  /* not new colours: ink at reduced opacity */
  --sh-ink-dim: rgba(0, 0, 0, 0.62);
  --sh-ink-faint: rgba(0, 0, 0, 0.45);
  --sh-line: rgba(0, 0, 0, 0.15);

  --sh-font-display: "KC Ill Hand", "Inter Tight", Impact, "Arial Narrow", sans-serif;
  --sh-font-body: "Inter Tight", "Segoe UI", Arial, sans-serif;

  --sh-outline-stroke: 0.019em;

  --sh-radius-sm: 6px;
  --sh-radius-md: 12px;
  --sh-radius-lg: 16px;
  --sh-radius-pill: 999px;

  --sh-container: 1320px;
  --sh-container-narrow: 1100px;
  --sh-reading: 780px;
  --sh-gutter: 24px;

  --sh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sh-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --sh-dur-fast: 150ms;
  --sh-dur: 260ms;
  --sh-dur-slow: 620ms;

  --sh-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.10);
  --sh-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
  --sh-shadow-lg: 0 10px 26px rgba(0, 0, 0, 0.16);
  --sh-shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.22);

  /* height of the sticky promo bar, written by shiok-alive.js */
  --sh-promobar-h: 0px;
}

/* ---------- 3. v2 typography, theme wide ----------
   The design system supersedes the v1 Arimo / Domine / KC Ill Hand settings.
   To roll back, delete this single block. Nothing else depends on it.        */
:root {
  --font-stack-headings: var(--sh-font-display);
  --font-weight-headings: 400;
  --font-style-headings: normal;
  --font-stack-body: var(--sh-font-body);
  --font-weight-body: 400;
  --font-weight-body-bold: 700;
  --font-style-body: normal;
  --font-weight-buttons: 700;
  --font-weight-menu: 500;
}
h1, h2, .h1, .h2,
.section-heading__title {
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* ---------- 4. Motion primitives ----------
   Reveal states only apply once <html> has the sh-js class, which an inline
   snippet in the head sets before first paint. No JS, no hidden content.    */
.sh-js [data-sh-reveal] {
  opacity: 0;
  transition:
    opacity var(--sh-dur-slow) var(--sh-ease-out),
    transform var(--sh-dur-slow) var(--sh-ease-out),
    clip-path 760ms var(--sh-ease-out);
  transition-delay: var(--sh-delay, 0ms);
}
.sh-js [data-sh-reveal="up"]    { transform: translate3d(0, 30px, 0); }
.sh-js [data-sh-reveal="down"]  { transform: translate3d(0, -22px, 0); }
.sh-js [data-sh-reveal="left"]  { transform: translate3d(-34px, 0, 0); }
.sh-js [data-sh-reveal="right"] { transform: translate3d(34px, 0, 0); }
.sh-js [data-sh-reveal="scale"] { transform: scale(0.965); }
.sh-js [data-sh-reveal="rise"]  { transform: translate3d(0, 46px, 0) scale(0.985); }
.sh-js [data-sh-reveal="mask"]  { opacity: 1; clip-path: inset(0 0 100% 0); }
.sh-js [data-sh-reveal="mask-x"]{ opacity: 1; clip-path: inset(0 100% 0 0); }
.sh-js [data-sh-reveal].sh-in {
  opacity: 1;
  transform: none;
}
/* only the masked reveals get a clip-path, so card hover shadows are not clipped */
.sh-js [data-sh-reveal="mask"].sh-in,
.sh-js [data-sh-reveal="mask-x"].sh-in {
  clip-path: inset(0 0 0 0);
}

/* parallax and slow zoom are driven by custom properties, never by layout */
.sh-parallax-media { will-change: transform; }
.sh-parallax-media > img,
.sh-parallax-media > .sh-img,
.sh-parallax-media > figure {
  transform: translate3d(0, var(--sh-py, 0px), 0) scale(var(--sh-pscale, 1.08));
  transition: transform 80ms linear;
}

/* ---------- 5. Marquee (pure CSS, seamless) ---------- */
.sh-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: none;
}
.sh-marquee__track {
  display: flex;
  width: max-content;
  animation: sh-marq var(--sh-marq-dur, 32s) linear infinite;
}
.sh-marquee--reverse .sh-marquee__track { animation-direction: reverse; }
.sh-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 100vw;
  justify-content: space-around;
}
.sh-marquee--pause:hover .sh-marquee__track,
.sh-marquee--pause:focus-within .sh-marquee__track { animation-play-state: paused; }
.sh-marquee--still .sh-marquee__track { animation: none; }
@keyframes sh-marq {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ---------- 6. Shared building blocks ---------- */
.sh-section {
  --sh-bg: var(--sh-white);
  --sh-fg: var(--sh-ink);
  --sh-dim: var(--sh-ink-dim);
  --sh-hair: var(--sh-line);
  --sh-accent: var(--sh-brick);
  --sh-btn-bg: var(--sh-ink);
  --sh-btn-fg: var(--sh-white);
  position: relative;
  background: var(--sh-bg);
  color: var(--sh-fg);
  font-family: var(--sh-font-body);
  padding-top: calc(var(--sh-pt, 88) * 1px);
  padding-bottom: calc(var(--sh-pb, 88) * 1px);
  overflow: hidden;
  overflow: clip;
}
.sh-sch--white { --sh-bg: var(--sh-white); --sh-fg: var(--sh-ink); --sh-dim: var(--sh-ink-dim); --sh-hair: var(--sh-line); --sh-accent: var(--sh-brick); --sh-btn-bg: var(--sh-ink); --sh-btn-fg: var(--sh-white); }
.sh-sch--cream { --sh-bg: var(--sh-cream); --sh-fg: var(--sh-ink); --sh-dim: var(--sh-ink-dim); --sh-hair: var(--sh-line); --sh-accent: var(--sh-brick); --sh-btn-bg: var(--sh-ink); --sh-btn-fg: var(--sh-white); }
.sh-sch--brick { --sh-bg: var(--sh-brick); --sh-fg: var(--sh-cream); --sh-dim: rgba(244,241,232,0.80); --sh-hair: rgba(244,241,232,0.28); --sh-accent: var(--sh-cream); --sh-btn-bg: var(--sh-cream); --sh-btn-fg: var(--sh-brick); }
.sh-sch--ink   { --sh-bg: var(--sh-ink);   --sh-fg: var(--sh-cream); --sh-dim: rgba(244,241,232,0.72); --sh-hair: rgba(244,241,232,0.22); --sh-accent: var(--sh-brick); --sh-btn-bg: var(--sh-brick); --sh-btn-fg: var(--sh-white); }

.sh-wrap {
  width: 100%;
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 0 var(--sh-gutter);
}
.sh-wrap--narrow { max-width: var(--sh-container-narrow); }
.sh-wrap--flush { max-width: 100%; padding: 0; }

/* type scale, straight from the design system */
.sh-display {
  font-family: var(--sh-font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.sh-h1 {
  font-family: var(--sh-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.sh-h2 {
  font-family: var(--sh-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.4vw, 2.25rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.sh-h3 {
  font-family: var(--sh-font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
.sh-eyebrow {
  font-family: var(--sh-font-body);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sh-accent);
  display: inline-block;
  margin: 0;
}
.sh-lead {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--sh-dim);
  margin: 0;
}
.sh-body { font-size: 1rem; font-weight: 400; line-height: 1.65; color: var(--sh-dim); margin: 0; }
.sh-body p { margin: 0 0 0.8em; }
.sh-body p:last-child { margin-bottom: 0; }
.sh-body strong { font-weight: 700; color: var(--sh-fg); }
.sh-small { font-size: 0.85rem; font-weight: 500; line-height: 1.5; color: var(--sh-dim); }

/* the signature move: line one outlined, line two solid.
   the outline is FILLED with the background colour, never transparent.      */
.sh-outline {
  display: block;
  color: var(--sh-bg);
  -webkit-text-stroke: var(--sh-outline-stroke) var(--sh-fg);
}
.sh-solid { display: block; color: var(--sh-fg); }
.sh-solid--accent { color: var(--sh-accent); }

/* buttons */
.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  font-family: var(--sh-font-body);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 34px;
  border: 2px solid transparent;
  border-radius: var(--sh-radius-pill);
  cursor: pointer;
  transition: transform var(--sh-dur) var(--sh-ease),
              box-shadow var(--sh-dur) var(--sh-ease),
              background-color var(--sh-dur) var(--sh-ease),
              color var(--sh-dur) var(--sh-ease);
}
.sh-btn__arrow { transition: transform var(--sh-dur) var(--sh-ease); }
.sh-btn:hover .sh-btn__arrow { transform: translateX(5px); }
.sh-btn--primary { background: var(--sh-btn-bg); color: var(--sh-btn-fg); box-shadow: var(--sh-shadow-sm); }
.sh-btn--primary:hover { transform: translateY(-2px); box-shadow: var(--sh-shadow-md); color: var(--sh-btn-fg); }
.sh-btn--brick { background: var(--sh-brick); color: var(--sh-white); box-shadow: var(--sh-shadow-sm); }
.sh-btn--brick:hover { background: var(--sh-brick-hover); color: var(--sh-white); transform: translateY(-2px); box-shadow: var(--sh-shadow-md); }
.sh-btn--ghost { background: transparent; color: var(--sh-fg); border-color: currentColor; }
.sh-btn--ghost:hover { background: var(--sh-fg); color: var(--sh-bg); transform: translateY(-2px); }
.sh-btn--sm { padding: 11px 22px; font-size: 0.76rem; }
.sh-btn--lg { padding: 20px 44px; font-size: 0.95rem; }
.sh-btn:focus-visible { outline: 3px solid var(--sh-accent); outline-offset: 3px; }

/* text link with an underline that draws in */
.sh-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--sh-fg);
  position: relative;
  padding-bottom: 3px;
}
.sh-link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(var(--sh-underline, 1));
  transform-origin: left center;
  transition: transform var(--sh-dur) var(--sh-ease);
}
.sh-link:hover::after { transform: scaleX(0.35); }

/* badges + decorative motifs */
.sh-badge {
  display: inline-block;
  font-family: var(--sh-font-body);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: var(--sh-radius-pill);
  background: var(--sh-brick);
  color: var(--sh-white);
}
.sh-badge--cream { background: var(--sh-cream); color: var(--sh-brick); }
.sh-badge--ink { background: var(--sh-ink); color: var(--sh-cream); }

.sh-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(currentColor 1px, transparent 1.6px);
  background-size: 14px 14px;
  opacity: 0.10;
}
.sh-zig {
  height: 16px;
  background-color: var(--sh-zig-bg, var(--sh-cream));
  background-image:
    linear-gradient(45deg, transparent 50%, var(--sh-zig-fg, var(--sh-brick)) 50%),
    linear-gradient(-45deg, transparent 50%, var(--sh-zig-fg, var(--sh-brick)) 50%);
  background-size: 26px 16px;
  background-repeat: repeat-x;
}
.sh-star {
  display: grid;
  place-items: center;
  width: 116px; height: 116px;
  background: var(--sh-cream);
  color: var(--sh-brick);
  transform: rotate(-9deg);
  text-align: center;
  font-family: var(--sh-font-display);
  font-size: 1rem;
  line-height: 0.95;
  text-transform: uppercase;
  clip-path: polygon(
    100% 50%, 96.4% 56.6%, 98.3% 63.9%, 92.9% 69%, 92.3% 76.5%, 85.5% 79.6%,
    82.1% 86.3%, 74.7% 86.7%, 69% 92.4%, 62% 90.2%, 55% 93%, 50% 87.4%,
    43.5% 91%, 38.6% 85.4%, 31.3% 87.3%, 28.9% 80.2%, 21.4% 79.5%, 21.4% 72.1%,
    14.6% 68.6%, 17.2% 61.7%, 12% 56.3%, 16.5% 50%, 12% 43.7%, 17.2% 38.3%,
    14.6% 31.4%, 21.4% 27.9%, 21.4% 20.5%, 28.9% 19.8%, 31.3% 12.7%, 38.6% 14.6%,
    43.5% 9%, 50% 12.6%, 55% 7%, 62% 9.8%, 69% 7.6%, 74.7% 13.3%, 82.1% 13.7%,
    85.5% 20.4%, 92.3% 23.5%, 92.9% 31%, 98.3% 36.1%, 96.4% 43.4%
  );
}

/* a shared image frame that supports the subtle pan / zoom reveal */
.sh-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--sh-frame-radius, var(--sh-radius-lg));
  background: rgba(0, 0, 0, 0.06);
}
.sh-frame > .sh-img { transition: transform 900ms var(--sh-ease); }
.sh-frame--pan:hover > .sh-img { transform: scale(1.05); }

/* ============================================================================
   7. STICKY PROMO BAR
   ========================================================================= */
.shiok-promobar-section { position: relative; z-index: 1000; }
.shiok-promobar-section--sticky { position: sticky; top: 0; }
.sh-promobar {
  background: var(--sh-pb-bg, var(--sh-brick));
  color: var(--sh-pb-fg, var(--sh-cream));
  font-family: var(--sh-font-body);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sh-promobar a { color: inherit; text-decoration: none; }
.sh-promobar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 11px 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.sh-promobar__dot {
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.65;
  margin: 0 1.6em;
  flex: 0 0 auto;
}
.sh-promobar__cta { text-decoration: underline; text-underline-offset: 3px; }
.sh-promobar__link { display: block; }
.sh-promobar__link:hover .sh-promobar__cta { opacity: 0.82; }

/* push the theme's cloned sticky header below a fixed/sticky promo bar */
.sh-has-promobar .sticky-header { top: var(--sh-promobar-h, 0px); }

/* ============================================================================
   8. HEADER, compact on scroll
   The theme clones the header into body > .sticky-header when you scroll, so
   styling that clone gives us a compact scrolled state with zero risk to the
   real header, the mega menu, predictive search or the cart drawer.
   ========================================================================= */
.sticky-header {
  transition: transform 260ms var(--sh-ease), opacity 200ms linear, top 200ms var(--sh-ease) !important;
  backdrop-filter: saturate(1.05);
}
.sticky-header .header__top {
  --header-logo: 44px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  transition: padding 220ms var(--sh-ease);
}
.sticky-header .header__bottom { padding-top: 2px !important; padding-bottom: 2px !important; }
.sticky-header .header__logo img,
.sticky-header .header__logo svg { transition: height 220ms var(--sh-ease); }
.sticky-header .header-info,
.sticky-header .header__social-icons { display: none; }

/* ============================================================================
   9. HERO
   ========================================================================= */
.sh-hero { padding: 0; }
.sh-hero__inner {
  position: relative;
  display: grid;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 104px) var(--sh-gutter);
}
.sh-hero--media-left .sh-hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.sh-hero--media-left .sh-hero__copy { order: 2; }
.sh-hero--media-left .sh-hero__media { order: 1; }
.sh-hero__copy { position: relative; z-index: 2; display: grid; gap: clamp(16px, 2vw, 24px); justify-items: start; }
.sh-hero--center .sh-hero__inner { grid-template-columns: minmax(0, 1fr); text-align: center; }
.sh-hero--center .sh-hero__copy { justify-items: center; margin: 0 auto; max-width: 860px; }
.sh-hero__title { font-size: clamp(2.7rem, 6.6vw, 5.2rem); }
.sh-hero__copy .sh-lead { max-width: 46ch; }
.sh-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.sh-hero__notes {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sh-dim);
}
.sh-hero__note { display: inline-flex; align-items: center; gap: 0.5em; }
.sh-hero__note::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--sh-accent); flex: 0 0 auto;
}
.sh-hero__media { position: relative; }
.sh-hero__frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--sh-radius-lg);
  aspect-ratio: var(--sh-hero-ratio, 4 / 5);
  box-shadow: var(--sh-shadow-xl);
}
.sh-hero__frame .sh-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sh-hero__star { position: absolute; right: -14px; top: -22px; z-index: 3; }
.sh-hero__stamp {
  position: absolute; left: -18px; bottom: 26px; z-index: 3;
  background: var(--sh-ink); color: var(--sh-cream);
  padding: 14px 20px; border-radius: var(--sh-radius-md);
  font-family: var(--sh-font-display); font-size: 1.15rem; line-height: 0.95;
  text-transform: uppercase; max-width: 190px;
  box-shadow: var(--sh-shadow-lg);
}
.sh-hero__glow {
  position: absolute; z-index: 0; pointer-events: none;
  width: 46vw; height: 46vw; max-width: 620px; max-height: 620px;
  right: -8vw; top: -14vw;
  background: radial-gradient(circle at center, var(--sh-accent) 0%, transparent 64%);
  opacity: 0.14;
}
.sh-hero--full { min-height: var(--sh-hero-min, 78vh); display: grid; }
.sh-hero--full .sh-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.sh-hero--full .sh-hero__bg .sh-img { position: absolute; inset: 0; }
.sh-hero--full .sh-hero__scrim { position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, var(--sh-hero-scrim, 0.42)); }
.sh-hero--full .sh-hero__inner { grid-template-columns: minmax(0, 1fr); align-content: center; }
.sh-hero--full .sh-hero__copy { max-width: 780px; }

/* ============================================================================
   10. BRAND TICKER STRIP
   ========================================================================= */
.sh-ticker { padding: 0; }
.sh-ticker__bar {
  background: var(--sh-bg);
  color: var(--sh-fg);
  padding: var(--sh-ticker-pad, 18px) 0;
  border-top: 1px solid var(--sh-hair);
  border-bottom: 1px solid var(--sh-hair);
}
.sh-ticker--borderless .sh-ticker__bar { border: 0; }
.sh-ticker__item {
  display: inline-flex; align-items: center;
  font-family: var(--sh-font-display);
  font-size: var(--sh-ticker-size, clamp(1.5rem, 3.6vw, 2.6rem));
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}
.sh-ticker__item--outline { color: var(--sh-bg); -webkit-text-stroke: var(--sh-outline-stroke) var(--sh-fg); }
.sh-ticker__sep {
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sh-accent);
  font-size: var(--sh-ticker-size, clamp(1.5rem, 3.6vw, 2.6rem));
  margin: 0 0.55em;
  flex: 0 0 auto;
}

/* ============================================================================
   11. USP, editorial and numbered
   ========================================================================= */
.sh-usp__head { display: grid; gap: 16px; max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.sh-usp__list { display: grid; gap: 0; border-top: 1px solid var(--sh-hair); }
.sh-usp__row {
  display: grid;
  grid-template-columns: minmax(96px, 0.55fr) minmax(0, 1.1fr) minmax(0, 1.35fr);
  gap: clamp(16px, 3vw, 48px);
  align-items: start;
  padding: clamp(26px, 3.4vw, 44px) 0;
  border-bottom: 1px solid var(--sh-hair);
  position: relative;
}
.sh-usp__row::before {
  content: "";
  position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%;
  background: var(--sh-accent);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 700ms var(--sh-ease-out);
  transition-delay: var(--sh-delay, 0ms);
}
.sh-usp__row.sh-in::before { transform: scaleX(1); }
.sh-usp__num {
  font-family: var(--sh-font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: var(--sh-bg);
  -webkit-text-stroke: 1.5px var(--sh-accent);
}
.sh-usp__row.sh-in .sh-usp__num { transition: color 500ms var(--sh-ease) 260ms; }
.sh-usp__title { margin: 0 0 6px; }
.sh-usp__media { margin-top: 14px; }
.sh-usp__media .sh-frame { aspect-ratio: 16 / 10; }
.sh-usp__row--solid .sh-usp__num { color: var(--sh-accent); -webkit-text-stroke: 0; }

/* ============================================================================
   12. STORY, alternating editorial
   ========================================================================= */
.sh-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}
.sh-story--text-left .sh-story__copy { order: 1; }
.sh-story--text-left .sh-story__media { order: 2; }
.sh-story--text-right .sh-story__copy { order: 2; }
.sh-story--text-right .sh-story__media { order: 1; }
.sh-story__copy { display: grid; gap: 18px; justify-items: start; max-width: 56ch; }
.sh-story__media { position: relative; }
.sh-story__frame { aspect-ratio: var(--sh-story-ratio, 4 / 3); }
.sh-story__frame > .sh-img { position: absolute; inset: 0; }
.sh-story__inset {
  position: absolute;
  width: min(42%, 260px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--sh-radius-md);
  border: 6px solid var(--sh-bg);
  box-shadow: var(--sh-shadow-lg);
}
.sh-story--text-left .sh-story__inset { right: -18px; bottom: -32px; }
.sh-story--text-right .sh-story__inset { left: -18px; bottom: -32px; }
.sh-story__inset .sh-img { position: absolute; inset: 0; }
.sh-story__quote {
  font-family: var(--sh-font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--sh-accent);
  margin: 0;
}
.sh-story__facts { display: flex; flex-wrap: wrap; gap: 14px 34px; }
.sh-story__fact { display: grid; gap: 2px; }
.sh-story__fact b {
  font-family: var(--sh-font-display); font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 0.9; letter-spacing: -0.02em;
}
.sh-story__fact span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sh-dim); }

/* ============================================================================
   13. PRODUCT SHOWCASE
   ========================================================================= */
.sh-showcase__head {
  display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between;
  gap: 20px; margin-bottom: clamp(28px, 4vw, 52px);
}
.sh-showcase__head-text { display: grid; gap: 12px; max-width: 62ch; }
.sh-grid {
  display: grid;
  grid-template-columns: repeat(var(--sh-cols, 4), minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}
.sh-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(var(--sh-rail-w, 290px), 1fr);
  gap: clamp(16px, 2vw, 26px);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
.sh-rail > * { scroll-snap-align: start; }
.sh-rail::-webkit-scrollbar { height: 6px; }
.sh-rail::-webkit-scrollbar-thumb { background: var(--sh-hair); border-radius: 99px; }

.sh-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--sh-card-bg, transparent);
  border-radius: var(--sh-radius-lg);
  transition: transform var(--sh-dur) var(--sh-ease), box-shadow var(--sh-dur) var(--sh-ease);
}
.sh-card--panel { background: var(--sh-white); box-shadow: var(--sh-shadow-sm); overflow: hidden; }
.sh-sch--ink .sh-card--panel, .sh-sch--brick .sh-card--panel { background: rgba(255, 255, 255, 0.06); }
.sh-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--sh-radius-lg);
  aspect-ratio: var(--sh-card-ratio, 4 / 5);
  background: rgba(0, 0, 0, 0.06);
}
.sh-card--panel .sh-card__media { border-radius: var(--sh-radius-lg) var(--sh-radius-lg) 0 0; }
.sh-card__media .sh-img { position: absolute; inset: 0; transition: transform 620ms var(--sh-ease), opacity var(--sh-dur) var(--sh-ease); }
.sh-card__media .sh-img--alt { opacity: 0; }
.sh-card__badges { position: absolute; left: 12px; top: 12px; z-index: 3; display: grid; gap: 6px; justify-items: start; }
.sh-card__body { display: grid; gap: 8px; padding: 16px var(--sh-card-pad, 2px) 4px; align-content: start; }
.sh-card--panel .sh-card__body { padding: 18px 20px 22px; }
.sh-card__title { margin: 0; }
.sh-card__title a { color: inherit; text-decoration: none; }
.sh-card__desc { font-size: 0.9rem; line-height: 1.5; color: var(--sh-dim); margin: 0; }
.sh-card__price {
  font-family: var(--sh-font-body);
  font-size: 1.02rem; font-weight: 700; letter-spacing: 0.01em;
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
}
.sh-card__price del { color: var(--sh-dim); font-weight: 500; font-size: 0.88rem; }
.sh-card__actions { margin-top: auto; padding-top: 14px; display: grid; gap: 8px; }
.sh-card--panel .sh-card__actions { padding: 0 20px 20px; }
.sh-card__actions .button,
.sh-card__actions .sh-btn { width: 100%; }

/* hover: fast, light, and never on touch */
.no-touchevents .sh-card:hover { transform: translateY(-6px); }
.no-touchevents .sh-card--panel:hover { box-shadow: var(--sh-shadow-lg); }
.no-touchevents .sh-card:hover .sh-card__media .sh-img { transform: scale(1.055); }
.no-touchevents .sh-card:hover .sh-card__media .sh-img--alt { opacity: 1; }
.no-touchevents .sh-card:hover .sh-card__cta { background: var(--sh-brick); color: var(--sh-white); border-color: var(--sh-brick); }
.sh-card__link-overlay { position: absolute; inset: 0; z-index: 2; }

/* ============================================================================
   14. FULL BLEED FOOD MOMENT
   ========================================================================= */
.sh-moment { padding: 0; }
.sh-moment__stage {
  position: relative;
  min-height: var(--sh-moment-h, 82vh);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}
.sh-moment__bg { position: absolute; inset: -6% 0; z-index: 0; }
.sh-moment__bg .sh-img { position: absolute; inset: 0; }
.sh-moment__scrim { position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, var(--sh-moment-scrim, 0.34)); }
.sh-moment__copy {
  position: relative; z-index: 2;
  text-align: center;
  color: var(--sh-cream);
  padding: clamp(48px, 8vw, 120px) var(--sh-gutter);
  max-width: 1000px;
  display: grid; gap: 20px; justify-items: center;
}
.sh-moment__copy .sh-lead { color: rgba(244, 241, 232, 0.86); max-width: 54ch; }
.sh-moment__title { color: var(--sh-cream); }
.sh-moment__title .sh-outline { color: transparent; -webkit-text-stroke: var(--sh-outline-stroke) var(--sh-cream); }
.sh-moment__title .sh-solid { color: var(--sh-cream); }

/* ============================================================================
   15. REVIEWS
   ========================================================================= */
.sh-reviews__head { display: grid; gap: 14px; margin-bottom: clamp(28px, 4vw, 48px); max-width: 720px; }
.sh-reviews__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(var(--sh-review-w, 380px), 1fr);
  gap: clamp(16px, 2vw, 28px);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 10px;
  cursor: grab;
  scrollbar-width: thin;
}
.sh-reviews__rail.sh-dragging { cursor: grabbing; scroll-snap-type: none; }
.sh-reviews__rail.sh-dragging * { pointer-events: none; }
.sh-reviews__rail > * { scroll-snap-align: start; }
.sh-reviews__rail::-webkit-scrollbar { height: 6px; }
.sh-reviews__rail::-webkit-scrollbar-thumb { background: var(--sh-hair); border-radius: 99px; }
.sh-reviews--marquee .sh-marquee__group { gap: clamp(16px, 2vw, 28px); padding-right: clamp(16px, 2vw, 28px); }
.sh-review {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
  background: var(--sh-review-bg, rgba(0, 0, 0, 0.035));
  border: 1px solid var(--sh-hair);
  border-radius: var(--sh-radius-lg);
  min-width: var(--sh-review-w, 380px);
  user-select: none;
}
.sh-sch--ink .sh-review, .sh-sch--brick .sh-review { background: rgba(255, 255, 255, 0.07); }
.sh-review__stars { display: flex; gap: 3px; color: var(--sh-accent); }
.sh-review__stars svg { width: 17px; height: 17px; display: block; }
.sh-review__quote {
  font-family: var(--sh-font-display);
  font-weight: 400;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin: 0;
}
.sh-review__body { font-size: 0.94rem; line-height: 1.55; color: var(--sh-dim); margin: 0; }
.sh-review__by { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.sh-review__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--sh-accent); color: var(--sh-bg);
  display: grid; place-items: center;
  font-family: var(--sh-font-display); font-size: 1rem; text-transform: uppercase;
  overflow: hidden; flex: 0 0 auto;
}
.sh-review__avatar .sh-img { position: static; }
.sh-review__name { font-size: 0.86rem; font-weight: 700; letter-spacing: 0.02em; }
.sh-review__meta { font-size: 0.76rem; color: var(--sh-dim); }
.sh-reviews__nav { display: flex; gap: 10px; margin-top: 22px; }
.sh-reviews__btn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--sh-fg); background: transparent; color: var(--sh-fg);
  display: grid; place-items: center; cursor: pointer;
  transition: background var(--sh-dur) var(--sh-ease), color var(--sh-dur) var(--sh-ease), transform var(--sh-dur) var(--sh-ease);
}
.sh-reviews__btn:hover { background: var(--sh-fg); color: var(--sh-bg); transform: translateY(-2px); }
.sh-reviews__btn svg { width: 16px; height: 16px; }

/* ============================================================================
   16. PROMOTIONAL CARDS
   ========================================================================= */
.sh-promo__head { display: grid; gap: 14px; margin-bottom: clamp(28px, 4vw, 52px); max-width: 720px; }
.sh-promo__grid {
  display: grid;
  grid-template-columns: repeat(var(--sh-cols, 3), minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}
.sh-promo__card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: var(--sh-promo-h, 460px);
  overflow: hidden;
  border-radius: var(--sh-radius-lg);
  isolation: isolate;
  color: var(--sh-cream);
  transition: transform var(--sh-dur) var(--sh-ease), box-shadow var(--sh-dur) var(--sh-ease);
}
.sh-promo__card--tall { min-height: calc(var(--sh-promo-h, 460px) * 1.22); }
.sh-promo__card--wide { grid-column: span 2; }
.sh-promo__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.sh-promo__bg .sh-img { position: absolute; inset: 0; transition: transform 700ms var(--sh-ease); }
.sh-promo__veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.05) 100%);
}
.sh-promo__body { position: relative; z-index: 2; display: grid; gap: 12px; padding: clamp(22px, 3vw, 34px); justify-items: start; }
.sh-promo__body .sh-eyebrow { color: var(--sh-cream); opacity: 0.85; }
.sh-promo__title { color: var(--sh-cream); }
.sh-promo__desc { font-size: 0.95rem; line-height: 1.5; color: rgba(244, 241, 232, 0.84); margin: 0; max-width: 42ch; }
.sh-promo__flag { position: absolute; z-index: 3; right: 16px; top: 16px; }
.sh-promo__cta {
  border-color: var(--sh-cream); color: var(--sh-cream);
}
.no-touchevents .sh-promo__card:hover { transform: translateY(-6px); box-shadow: var(--sh-shadow-xl); }
.no-touchevents .sh-promo__card:hover .sh-promo__bg .sh-img { transform: scale(1.06); }
.no-touchevents .sh-promo__card:hover .sh-promo__cta { background: var(--sh-brick); border-color: var(--sh-brick); color: var(--sh-white); }
.sh-promo__card > a.sh-card__link-overlay { z-index: 4; }

/* ============================================================================
   17. CLOSING CTA
   ========================================================================= */
.sh-cta { position: relative; overflow: hidden; }
.sh-cta__inner {
  position: relative; z-index: 2;
  display: grid; gap: clamp(18px, 2.4vw, 28px);
  justify-items: center; text-align: center;
  max-width: 900px; margin: 0 auto;
  padding: 0 var(--sh-gutter);
}
.sh-cta--split .sh-cta__inner {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  justify-items: start; text-align: left; align-items: center;
  max-width: var(--sh-container);
  gap: clamp(24px, 4vw, 60px);
}
.sh-cta--split .sh-cta__actions { justify-self: end; }
.sh-cta__title { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.sh-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.sh-cta__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.sh-cta__media .sh-img { position: absolute; inset: 0; }
.sh-cta__scrim { position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, var(--sh-cta-scrim, 0.5)); }
.sh-cta__note { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sh-dim); }

/* ============================================================================
   18. RESPONSIVE
   ========================================================================= */
@media screen and (max-width: 1200px) {
  .sh-showcase .sh-grid { --sh-cols: 3; }
  .sh-promo__grid { --sh-cols: 2; }
}
@media screen and (max-width: 1024px) {
  .sh-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .sh-hero--media-left .sh-hero__copy,
  .sh-hero--media-left .sh-hero__media { order: initial; }
  .sh-hero__media { order: -1; }
  .sh-hero__frame { aspect-ratio: var(--sh-hero-ratio-m, 4 / 3); }
  .sh-story__inner { grid-template-columns: minmax(0, 1fr); }
  .sh-story--text-left .sh-story__copy,
  .sh-story--text-right .sh-story__copy { order: 2; }
  .sh-story--text-left .sh-story__media,
  .sh-story--text-right .sh-story__media { order: 1; }
  .sh-story__copy { max-width: none; }
  .sh-usp__row { grid-template-columns: minmax(72px, 0.4fr) minmax(0, 1fr); }
  .sh-usp__media { grid-column: 2; }
  .sh-cta--split .sh-cta__inner { grid-template-columns: minmax(0, 1fr); }
  .sh-cta--split .sh-cta__actions { justify-self: start; }
}
@media screen and (max-width: 767px) {
  :root { --sh-gutter: 18px; }
  .sh-section {
    padding-top: calc(var(--sh-pt, 88) * 0.62px);
    padding-bottom: calc(var(--sh-pb, 88) * 0.62px);
  }
  .sh-display { font-size: clamp(2.1rem, 11vw, 3.1rem); }
  .sh-hero__title { font-size: clamp(2.1rem, 11.5vw, 3.2rem); }
  .sh-cta__title { font-size: clamp(2rem, 11vw, 3rem); }
  .sh-hero__inner { padding: 34px var(--sh-gutter) 44px; gap: 26px; }
  .sh-hero__star { width: 84px; height: 84px; font-size: 0.78rem; right: -6px; top: -14px; }
  .sh-hero__stamp { left: 8px; bottom: 12px; font-size: 0.95rem; padding: 10px 14px; max-width: 150px; }
  .sh-hero__actions { width: 100%; }
  .sh-hero__actions .sh-btn { flex: 1 1 auto; justify-content: center; }
  .sh-showcase .sh-grid { --sh-cols: 2; gap: 14px; }
  .sh-promo__grid { --sh-cols: 1; }
  .sh-promo__card--wide { grid-column: span 1; }
  .sh-promo__card { min-height: 380px; }
  .sh-usp__row { grid-template-columns: 64px minmax(0, 1fr); gap: 14px 18px; padding: 22px 0; }
  .sh-usp__num { font-size: 2.6rem; }
  .sh-usp__media { grid-column: 1 / -1; }
  .sh-story__inset { width: 40%; }
  .sh-story--text-left .sh-story__inset,
  .sh-story--text-right .sh-story__inset { right: 8px; left: auto; bottom: -22px; }
  .sh-moment__stage { min-height: var(--sh-moment-h-m, 62vh); }
  .sh-review, .sh-reviews__rail { --sh-review-w: 82vw; }
  .sh-rail { --sh-rail-w: 74vw; }
  .sh-ticker__item, .sh-ticker__sep { font-size: var(--sh-ticker-size-m, clamp(1.25rem, 7vw, 1.9rem)); }
  .sh-promobar__item { font-size: 0.68rem; letter-spacing: 0.1em; padding: 9px 0; }
  .sh-promobar__dot { margin: 0 1.1em; }
  .sh-showcase__head { flex-direction: column; align-items: flex-start; }
  .sh-cta__actions { justify-content: flex-start; width: 100%; }
  .sh-cta__actions .sh-btn { flex: 1 1 auto; justify-content: center; }
}
@media screen and (max-width: 479px) {
  .sh-showcase .sh-grid { --sh-cols: 1; }
}

/* nothing may overflow sideways on a phone */
.sh-section, .sh-hero, .sh-moment, .sh-ticker { max-width: 100vw; }

/* ============================================================================
   18b. IN-PAGE ANCHOR SCROLL
   The hero CTA and the closing CTA both link straight to #concepts (a plain
   href, no JS), so this is what makes that jump glide instead of snapping.
   Reduced motion below turns it back into an instant jump.
   ========================================================================= */
html { scroll-behavior: smooth; }

/* ============================================================================
   19. REDUCED MOTION
   Content and function stay identical. Only movement is removed.
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .sh-marquee__track { animation: none !important; transform: none !important; }
  .sh-marquee { overflow-x: auto; }
  .sh-marquee__group:nth-child(2) { display: none; }
  .sh-js [data-sh-reveal],
  .sh-js [data-sh-reveal].sh-in {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
  .sh-usp__row::before { transform: scaleX(1) !important; transition: none !important; }
  .sh-parallax-media > img,
  .sh-parallax-media > .sh-img,
  .sh-parallax-media > figure { transform: none !important; }
  .sh-card, .sh-promo__card, .sh-btn, .sh-frame > .sh-img,
  .sh-card__media .sh-img, .sh-promo__bg .sh-img, .sticky-header {
    transition: none !important;
  }
  .no-touchevents .sh-card:hover,
  .no-touchevents .sh-promo__card:hover { transform: none; }
  .no-touchevents .sh-card:hover .sh-card__media .sh-img,
  .no-touchevents .sh-promo__card:hover .sh-promo__bg .sh-img { transform: none; }
}

/* editor safety: never hide content while the merchant is editing */
/* the theme editor is handled in JS (Shopify.designMode), this is belt and braces */
.shopify-design-mode [data-sh-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }

/* ============================================================================
   20. Theme button bridge
   The add to cart button inside a Shiok card is the theme's own quick buy, so
   it keeps the cart drawer and variant logic. These rules only restyle it to
   match the Shiok pill language.
   ========================================================================= */
.sh-card__buy { display: block; }
.sh-card__buy .quick-add-to-cart,
.sh-card__buy product-form,
.sh-card__buy .quick-add-to-cart-button { display: block; width: 100%; }
.sh-card__buy .button {
  width: 100%;
  border-radius: var(--sh-radius-pill);
  font-family: var(--sh-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: transform var(--sh-dur) var(--sh-ease), box-shadow var(--sh-dur) var(--sh-ease);
}
.no-touchevents .sh-card:hover .sh-card__buy .button { transform: translateY(-1px); box-shadow: var(--sh-shadow-md); }
@media (prefers-reduced-motion: reduce) {
  .sh-card__buy .button { transition: none !important; }
  .no-touchevents .sh-card:hover .sh-card__buy .button { transform: none; box-shadow: none; }
}