@font-face {
  font-family: "Serviette Acumin Wide";
  src: url("https://cdn.shopify.com/s/files/1/0710/8270/5154/files/AcuminWide-Regular.otf?v=1785075251") format("opentype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Serviette Acumin Wide Italic";
  src: url("https://cdn.shopify.com/s/files/1/0710/8270/5154/files/AcuminWide-RegularItalic.otf?v=1786907240") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root { color-scheme: light; }
.demo-launcher { margin: 2rem; padding: .75rem 1rem; border: 1px solid #006600; background: #fff; color: #006600; }

body.serviette-taste-quiz-lock { overflow: hidden !important; overscroll-behavior: none; }

#serviette-taste-quiz {
  --stq-green: #006600;
  --stq-wrong: #d8d8d4;
  --stq-display: "ESFace", Georgia, serif;
  --stq-ui: "Serviette Acumin Wide", "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  background: rgb(255 255 255 / 72%);
  color: var(--stq-green);
  font-family: var(--stq-ui);
  line-height: 1.05;
}
#serviette-taste-quiz[hidden] { display: none; }
#serviette-taste-quiz, #serviette-taste-quiz * { box-sizing: border-box; }
#serviette-taste-quiz .stq-dialog {
  position: relative;
  width: min(680px, 100%);
  height: min(760px, calc(100dvh - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  border: 1px solid var(--stq-green);
  border-radius: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
#serviette-taste-quiz .stq-close {
  position: sticky;
  z-index: 4;
  top: 0;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 -48px auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--stq-green);
  font: 400 11px/1 var(--stq-ui);
  cursor: pointer;
}
#serviette-taste-quiz .stq-close-x { font-size: 27px; font-weight: 300; line-height: .7; }
#serviette-taste-quiz .stq-close:hover .stq-close-x { opacity: .7; }
#serviette-taste-quiz .stq-close:focus-visible { outline: 0; }
#serviette-taste-quiz .stq-close:focus-visible .stq-close-x { opacity: .7; }
#serviette-taste-quiz .stq-view { min-height: 100%; padding: 32px clamp(26px, 8vw, 72px) 48px; }
#serviette-taste-quiz .stq-intro { display: flex; flex-direction: column; align-items: center; text-align: center; }
#serviette-taste-quiz .stq-eyebrow, #serviette-taste-quiz .stq-round-title, #serviette-taste-quiz .stq-score-label { margin: 18px 0 0; font: 400 16px/1.15 var(--stq-ui); letter-spacing: .01em; text-transform: uppercase; }
#serviette-taste-quiz .stq-headline { max-width: 440px; margin: 58px 0 24px; font: 400 clamp(47px, 6.6vw, 63px)/.86 var(--stq-display); font-variation-settings: normal; letter-spacing: -.035em; }
#serviette-taste-quiz .stq-instruction { max-width: 430px; margin: 0; font: 500 13px/1.25 var(--stq-ui); }
#serviette-taste-quiz .stq-body { max-width: 390px; margin: 0; font: 400 18px/1.03 var(--stq-ui); }
#serviette-taste-quiz .stq-napkin { width: min(370px, 88%); height: 245px; margin: 30px 0 24px; object-fit: contain; }
#serviette-taste-quiz .stq-cta { min-width: 220px; padding: 14px 24px 12px; border: 1px solid var(--stq-green); border-radius: 0; background: var(--stq-green); color: #fff; font: 400 16px/1 var(--stq-ui); cursor: pointer; }
#serviette-taste-quiz .stq-round { text-align: center; }
#serviette-taste-quiz .stq-round-title { max-width: 400px; margin: 32px auto 0; font-size: 19px; line-height: 1.05; }
#serviette-taste-quiz .stq-context { min-height: 16px; margin: 8px 0 0; font: 400 11px/1.15 var(--stq-ui); text-transform: uppercase; }
#serviette-taste-quiz .stq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 24px; margin: 70px auto 0; }
#serviette-taste-quiz .stq-card {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--stq-green);
  border-radius: 0;
  background: #fff;
  color: var(--stq-green);
  font: 400 clamp(12px, 2.8vw, 16px)/1.03 var(--stq-ui);
  text-transform: uppercase;
  cursor: pointer;
  overflow-wrap: anywhere;
}
#serviette-taste-quiz .stq-card[data-side="left"] { grid-column: 1; }
#serviette-taste-quiz .stq-card[data-side="right"] { grid-column: 2; font-size: clamp(10.8px, 2.52vw, 14.4px); }
#serviette-taste-quiz .stq-card[data-row="0"] { grid-row: 1; }
#serviette-taste-quiz .stq-card[data-row="1"] { grid-row: 2; }
#serviette-taste-quiz .stq-card[data-row="2"] { grid-row: 3; }
#serviette-taste-quiz .stq-card[data-row="3"] { grid-row: 4; }
#serviette-taste-quiz .stq-card[data-row="4"] { grid-row: 5; }
#serviette-taste-quiz .stq-card.is-selected { border-color: var(--stq-green); background: #E7F0E7; color: var(--stq-green); }
#serviette-taste-quiz .stq-card.is-correct { border-color: var(--stq-green); background: var(--stq-green); color: #fff; }
#serviette-taste-quiz .stq-card.is-wrong { border-color: var(--stq-wrong); background: var(--stq-wrong); color: #50504d; }
#serviette-taste-quiz .stq-card:disabled { cursor: default; opacity: 1; }
#serviette-taste-quiz button:focus-visible { outline: 2px solid var(--stq-green); outline-offset: 4px; }
#serviette-taste-quiz .stq-reveal { max-width: 470px; margin: 48px auto 0; font: 400 17px/1.15 "Serviette Acumin Wide Italic", "Helvetica Neue", Arial, sans-serif; white-space: pre-line; }
#serviette-taste-quiz .stq-reveal-label { margin: 0 0 8px; color: var(--stq-green); font: 500 12px/1.15 var(--stq-ui); letter-spacing: .04em; text-transform: uppercase; }
#serviette-taste-quiz .stq-reveal-copy { margin: 0; }
#serviette-taste-quiz .stq-next { display: block; width: 150px; margin: 44px auto 10px; padding: 10px; border: 0; background: transparent; color: var(--stq-green); font: 300 48px/1 var(--stq-ui); cursor: pointer; }
#serviette-taste-quiz .stq-results { display: flex; min-height: 680px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
#serviette-taste-quiz .stq-score { margin: 48px 0 56px; font: 400 clamp(66px, 12vw, 108px)/.9 var(--stq-display); font-variation-settings: normal; }
#serviette-taste-quiz .stq-tier { max-width: 480px; margin: 0; font: 400 24px/1.05 var(--stq-ui); }
#serviette-taste-quiz .stq-tier-copy { max-width: 430px; margin: 20px 0 54px; font: 400 20px/1.15 var(--stq-display); font-variation-settings: normal; }
#serviette-taste-quiz .stq-product-reveal { max-width: 500px; margin: 48px auto 0; text-align: left; }
#serviette-taste-quiz .stq-reveal-heading { margin: 0; font: 500 18px/1.05 var(--stq-ui); text-align: center; }
#serviette-taste-quiz .stq-reveal-intro { margin: 12px auto 30px; font: 400 16px/1.2 "Serviette Acumin Wide Italic", "Helvetica Neue", Arial, sans-serif; text-align: center; }
#serviette-taste-quiz .stq-product { padding: 14px 0; border-top: 1px solid var(--stq-green); }
#serviette-taste-quiz .stq-product-title { margin: 0; font: 500 13px/1.15 var(--stq-ui); }
#serviette-taste-quiz .stq-product-link { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
#serviette-taste-quiz .stq-product-copy { margin: 6px 0 0; font: 400 15px/1.2 "Serviette Acumin Wide Italic", "Helvetica Neue", Arial, sans-serif; }
#serviette-taste-quiz .stq-offer { width: min(420px, 100%); padding-top: 30px; border-top: 1px solid var(--stq-green); }
#serviette-taste-quiz .stq-offer-title { margin: 0; font: 500 18px/1.1 var(--stq-ui); }
#serviette-taste-quiz .stq-offer-copy { margin: 10px 0 20px; font: 400 16px/1.2 var(--stq-display); font-variation-settings: normal; }
#serviette-taste-quiz .stq-email-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
#serviette-taste-quiz .stq-email { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid var(--stq-green); border-radius: 0; background: #fff; color: var(--stq-green); font: 400 14px/1 var(--stq-ui); }
#serviette-taste-quiz .stq-email-submit { height: 46px; padding: 0 14px; border: 1px solid var(--stq-green); border-radius: 0; background: var(--stq-green); color: #fff; font: 500 12px/1 var(--stq-ui); cursor: pointer; }
#serviette-taste-quiz .stq-email-submit:disabled { cursor: default; opacity: .65; }
#serviette-taste-quiz .stq-email-disclosure { grid-column: 1 / -1; margin: 9px 0 0; color: #50504d; font: 400 10px/1.3 var(--stq-ui); text-align: left; }
#serviette-taste-quiz .stq-form-message { grid-column: 1 / -1; min-height: 16px; margin: 10px 0 0; font: 400 13px/1.15 var(--stq-ui); }
#serviette-taste-quiz .stq-form-message.is-error { color: #50504d; }
#serviette-taste-quiz .stq-restart { margin: 28px 0 0; padding: 8px; border: 0; background: transparent; color: var(--stq-green); font: 400 12px/1 var(--stq-ui); text-decoration: underline; cursor: pointer; }
#serviette-taste-quiz .stq-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
#serviette-taste-quiz .stq-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (max-width: 520px) {
  #serviette-taste-quiz { padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); }
  #serviette-taste-quiz .stq-dialog { width: min(94vw, 420px); height: min(92dvh, 760px); }
  #serviette-taste-quiz .stq-close { min-width: 44px; min-height: 44px; justify-content: center; padding: 12px; }
  #serviette-taste-quiz .stq-view { min-height: 100%; padding: 46px 20px 34px; }
  #serviette-taste-quiz .stq-eyebrow { margin-top: 8px; font-size: 13px; }
  #serviette-taste-quiz .stq-headline { margin: 28px 0 22px; font-size: clamp(42px, 12vw, 52px); }
  #serviette-taste-quiz .stq-instruction { font-size: 11px; }
  #serviette-taste-quiz .stq-body { font-size: 15px; }
  #serviette-taste-quiz .stq-napkin { width: min(300px, 82%); height: 210px; margin: 24px 0 22px; }
  #serviette-taste-quiz .stq-cta { min-width: 190px; padding: 12px 20px 11px; font-size: 14px; }
  #serviette-taste-quiz .stq-round-title { margin-top: 12px; font-size: 16px; }
  #serviette-taste-quiz .stq-grid { gap: 14px 16px; margin-top: 32px; }
  #serviette-taste-quiz .stq-card { padding: 8px; font-size: clamp(9px, 2.85vw, 12px); }
  #serviette-taste-quiz .stq-card[data-side="right"] { font-size: clamp(8.1px, 2.565vw, 10.8px); }
  #serviette-taste-quiz .stq-reveal, #serviette-taste-quiz .stq-product-reveal { margin-top: 34px; }
  #serviette-taste-quiz .stq-results { min-height: 610px; justify-content: flex-start; padding-top: 28px; }
  #serviette-taste-quiz .stq-score { margin: 32px 0 36px; font-size: 68px; }
  #serviette-taste-quiz .stq-tier-copy { margin-bottom: 36px; font-size: 17px; }
  #serviette-taste-quiz .stq-email-form { grid-template-columns: 1fr; }
  #serviette-taste-quiz .stq-email-submit { margin-top: 8px; }
}
@media (max-height: 760px) {
  #serviette-taste-quiz .stq-headline { margin-top: 40px; }
  #serviette-taste-quiz .stq-napkin { height: 220px; margin: 24px 0; }
  #serviette-taste-quiz .stq-grid { margin-top: 38px; gap: 16px 20px; }
}
@media (min-width: 521px) {
  #serviette-taste-quiz .stq-dialog {
    width: min(420px, calc(100vw - 32px));
    height: min(800px, calc(100dvh - 32px));
    max-height: calc(100dvh - 32px);
  }
  #serviette-taste-quiz .stq-view { padding: 28px 24px 6px; }
  #serviette-taste-quiz .stq-eyebrow { margin-top: 22px; }
  #serviette-taste-quiz .stq-headline { margin: 75px 0 34px; font-size: 52px; }
  #serviette-taste-quiz .stq-instruction { max-width: 344px; font-size: 11px; line-height: 1.3; }
  #serviette-taste-quiz .stq-napkin { width: min(330px, 90%); height: 260px; margin: 42px 0 40px; }
  #serviette-taste-quiz .stq-cta { min-width: 210px; padding: 13px 22px 11px; font-size: 14px; }
  #serviette-taste-quiz .stq-round-title { margin-top: 8px; font-size: 16px; }
  #serviette-taste-quiz .stq-context { min-height: 13px; margin-top: 5px; font-size: 9px; }
  #serviette-taste-quiz .stq-grid {
    --stq-desktop-card: clamp(103px, 13.7dvh, 114px);
    grid-template-columns: repeat(2, var(--stq-desktop-card));
    gap: clamp(14px, 1.8dvh, 16px) 46px;
    justify-content: center;
    margin-top: clamp(38px, 5.1dvh, 46px);
  }
  #serviette-taste-quiz .stq-card {
    width: var(--stq-desktop-card);
    height: var(--stq-desktop-card);
    padding: 7px;
    font-size: clamp(9.5px, 1vw, 10.8px);
    line-height: 1.02;
  }
  #serviette-taste-quiz .stq-card[data-side="right"] { font-size: clamp(8.55px, .9vw, 9.72px); }
  #serviette-taste-quiz .stq-grid:has(.stq-card[data-row="4"]) {
    --stq-desktop-card: clamp(103px, 13.45dvh, 113px);
    gap-block: 9px;
  }
  #serviette-taste-quiz .stq-grid:has(.stq-card[data-row="4"]) .stq-card { font-size: clamp(8.75px, 1vw, 10.1px); }
  #serviette-taste-quiz .stq-grid:has(.stq-card[data-row="4"]) .stq-card[data-side="right"] { font-size: clamp(7.875px, .9vw, 9.09px); }
  #serviette-taste-quiz .stq-reveal { margin-top: clamp(36px, 4.7dvh, 42px); font-size: 13px; line-height: 1.18; }
  #serviette-taste-quiz .stq-next { margin: clamp(20px, 2.9dvh, 26px) auto 4px; padding: 5px; font-size: 38px; }
  #serviette-taste-quiz .stq-product-reveal { margin-top: 20px; }
  #serviette-taste-quiz .stq-reveal-heading { font-size: 15px; }
  #serviette-taste-quiz .stq-reveal-intro { margin: 8px auto 18px; font-size: 14px; }
  #serviette-taste-quiz .stq-product { padding: 9px 0; }
  #serviette-taste-quiz .stq-product-title { font-size: 11px; }
  #serviette-taste-quiz .stq-product-copy { margin-top: 4px; font-size: 13px; }
}
@media (min-width: 521px) and (max-height: 780px) {
  #serviette-taste-quiz .stq-reveal { margin-top: 34px; }
}
@media (prefers-reduced-motion: no-preference) {
  #serviette-taste-quiz .stq-view { animation: stq-fade 150ms ease-out; }
  @keyframes stq-fade { from { opacity: .35; } to { opacity: 1; } }
}
