/* Sando marketing. Primitive values feed semantic roles, then component styles. */
:root {
  --paper: #f7f7f2; --white: #ffffff; --ink: #20221f; --ink-soft: #555a52;
  --orange: #f28a45; --orange-light: #f8e5d5; --orange-dark: #aa410f;
  --grey-light: #edeee8; --grey-line: #d9ddd3; --grey-strong: #838b7e;
  --night: #20241f; --night-surface: #2c312a; --night-muted: #c3cbbd;
  --focus-light: #993a0b; --focus-dark: #ffc090; --screen-black: #121212;
  --bg: var(--paper); --surface-1: var(--white); --text: var(--ink); --text-muted: var(--ink-soft);
  --accent: var(--orange-dark); --border: var(--grey-line); --border-strong: var(--grey-strong);
  --button-bg: var(--ink); --button-text: var(--paper); --focus: var(--focus-light);
  --display: 'Inter Tight', 'Arial', sans-serif; --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius: 26px; --maxw: 1280px; --gutter: clamp(24px, 4vw, 48px);
  --ease: cubic-bezier(.2,.7,.3,1); --shadow: 0 20px 35px -20px rgb(20 24 16 / 35%);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--text); background: var(--bg); font: 400 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,p,figure { margin: 0; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 650; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(48px,5.3vw,76px); line-height: 1.01; }
html[lang="fr-CA"] h1 { font-size: clamp(40px,4.5vw,64px); }
h2 { font-size: clamp(38px,4vw,58px); line-height: 1.08; }
h3 { font-size: 28px; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img,svg { display: block; max-width: 100%; }
img { height: auto; }
svg { width: 24px; height: 24px; flex-shrink: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
::selection { color: var(--ink); background: var(--orange); }
.wrap { width: 100%; max-width: var(--maxw); padding-inline: var(--gutter); margin-inline: auto; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .035em; line-height: 1.5; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; transform: translateY(-180%); padding: 12px 20px; border-radius: 8px; background: var(--ink); color: var(--paper); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--border); background: var(--bg); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; }
.brand img { width: 34px; height: 34px; border-radius: 50%; }
.brand span { font: 750 34px/1 var(--display); letter-spacing: -.065em; }
.desktop-nav,.header-actions { display: flex; align-items: center; gap: 32px; }
.desktop-nav a,.language-link { font-size: 14px; font-weight: 500; padding: 12px 0; transition: color 160ms var(--ease); }
.desktop-nav a:hover,.language-link:hover { color: var(--accent); }
.header-actions { gap: 25px; }
.language-link { min-width: 44px; min-height: 44px; text-align: center; }
.button { display: inline-flex; min-height: 54px; justify-content: center; align-items: center; gap: 25px; background: var(--button-bg); color: var(--button-text); border: 1px solid transparent; padding: 14px 23px; border-radius: 12px; font-weight: 600; font-size: 15px; transition: background 160ms var(--ease), transform 160ms var(--ease); }
.button:hover { background: var(--night-surface); transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 46px; padding: 10px 17px; gap: 15px; font-size: 14px; }
.button-small svg { width: 19px; }
.hero { padding: 60px 0 72px; }
.hero-inner { display: grid; grid-template-columns: .97fr 1.03fr; gap: 44px; align-items: center; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; }
.little-mark { font-size: 24px; color: var(--accent); line-height: 1; }
h1 > span { color: var(--accent); }
.hero-intro { max-width: 435px; font-size: 17px; line-height: 1.65; color: var(--text-muted); margin-top: 25px; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.store-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 17px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: var(--paper); min-height: 57px; transition: transform 160ms var(--ease), background 160ms var(--ease); }
.store-link:hover { transform: translateY(-2px); background: var(--night-surface); }
.store-link:active { transform: translateY(0); }
.store-link svg { width: 25px; height: 28px; }
.store-link span { display: flex; flex-direction: column; }
.store-link small { font-size: 10px; line-height: 1.4; }
.store-link strong { font-size: 19px; line-height: 1.15; font-weight: 500; letter-spacing: -.025em; }
.download-note { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; font-size: 12px; color: var(--text-muted); }
.hero-visual { min-width: 0; }
.hero-stage { position: relative; height: 653px; border-radius: 30px; background: var(--orange); overflow: hidden; }
.hero-stamp { position: absolute; top: 47px; left: 31px; font: 750 22px/.95 var(--display); letter-spacing: -.05em; color: var(--ink); }
.hero-stamp span { font: 600 9px/2 var(--body); letter-spacing: .1em; }
.hero-stage figure { position: absolute; }
.hero-stage figcaption { font-size: 11px; line-height: 1.5; font-weight: 500; color: var(--ink); margin-bottom: 11px; text-align: center; }
.hero-food { width: 254px; right: 25px; top: 44px; z-index: 2; }
.hero-workout { width: 230px; left: 23px; top: 137px; }
.device { background: var(--screen-black); border: 6px solid var(--screen-black); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.device img { width: 100%; }
.visual-note { text-align: right; margin-top: 12px; color: var(--text-muted); font-size: 11px; line-height: 1.5; }
.bridge { padding: 95px 0 105px; border-top: 1px solid var(--border); }
.section-heading { max-width: 670px; text-align: center; margin-inline: auto; }
.section-heading .eyebrow,.product-heading .eyebrow { margin-bottom: 18px; color: var(--accent); }
.section-heading > p:last-child { color: var(--text-muted); max-width: 540px; margin: 23px auto 0; font-size: 17px; }
.routine-steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 66px; gap: 52px; }
.routine-step { border-top: 1px solid var(--border-strong); padding-top: 20px; }
.step-number { font-size: 12px; color: var(--accent); font-weight: 600; }
.routine-step h3 { font-size: 24px; margin: 15px 0 12px; letter-spacing: -.03em; }
.routine-step p { font-size: 15px; line-height: 1.7; color: var(--text-muted); }
.product { background: var(--white); padding: 100px 0 90px; }
.product-heading { margin-bottom: 58px; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-block: 36px; }
.feature + .feature { margin-top: 50px; }
.feature-copy { padding: 10px 0 20px; }
.feature-copy .eyebrow { display: flex; align-items: center; gap: 14px; color: var(--accent); margin-bottom: 22px; }
.feature-number { color: var(--text-muted); font-size: 11px; padding-right: 13px; border-right: 1px solid var(--border); }
.feature-copy h3,.meal-prep h3 { font-size: clamp(32px,3.2vw,46px); line-height: 1.1; }
.feature-copy > p:not(.eyebrow) { color: var(--text-muted); margin-top: 24px; max-width: 425px; }
.feature-list,.included-list { padding: 0; margin: 28px 0 0; list-style: none; }
.feature-list li,.included-list li { display: flex; gap: 12px; margin-top: 13px; font-size: 14px; line-height: 1.55; }
.feature-list li::before,.included-list li::before { content: '✓'; font-weight: 600; color: var(--accent); flex: 0 0 15px; }
.feature-visual { min-width: 0; }
.screen-stage { height: 572px; background: var(--grey-light); overflow: hidden; border-radius: var(--radius); display: flex; justify-content: center; padding-top: 30px; }
.screen-stage .device { width: 272px; align-self: flex-start; }
.feature-visual figcaption { font-size: 12px; color: var(--text-muted); margin-top: 14px; text-align: center; }
.feature-nutrition .feature-copy { order: 2; }
.feature-nutrition .screen-stage { background: var(--orange-light); }
.feature-progress .screen-stage { background: var(--paper); }
.meal-prep { background: var(--paper); padding: 48px 48px 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; margin-top: 72px; border-radius: var(--radius); overflow: hidden; }
.meal-prep .eyebrow { color: var(--accent); margin-bottom: 18px; }
.meal-prep p:not(.eyebrow) { margin-top: 22px; color: var(--text-muted); padding-bottom: 42px; font-size: 15px; }
.meal-crop { height: 395px; overflow: hidden; border: 6px solid var(--screen-black); border-bottom: 0; border-radius: 23px 23px 0 0; width: 280px; max-width: 100%; justify-self: center; }
.meal-crop img { width: 100%; }
.challenges { --focus: var(--focus-dark); background: var(--night); color: var(--paper); padding: 100px 0; }
.challenge-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 95px; }
.challenge-copy > .eyebrow { color: var(--orange); margin-bottom: 22px; }
.challenge-copy h2 { font-size: clamp(36px,3.5vw,51px); }
.section-intro { color: var(--night-muted); margin-top: 25px; }
.challenge-steps { padding: 0; margin: 32px 0; list-style: none; counter-reset: challenge; }
.challenge-steps li { position: relative; padding: 0 0 23px 44px; counter-increment: challenge; }
.challenge-steps li::before { content: '0'counter(challenge); position: absolute; left: 0; top: 1px; font-size: 12px; font-weight: 500; color: var(--orange); }
.challenge-steps h3 { font-size: 20px; letter-spacing: -.025em; }
.challenge-steps p { font-size: 14px; color: var(--night-muted); margin-top: 8px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 14px; font-weight: 500; color: var(--orange); text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { color: var(--paper); }
.challenge-visual { padding: 20px; background: var(--night-surface); border-radius: var(--radius); }
.challenge-visual img { border-radius: 16px; width: 100%; }
.challenge-visual figcaption { color: var(--night-muted); font-size: 12px; text-align: center; padding: 18px 10px 0; }
.pricing { padding: 110px 0; }
.pricing-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.pricing-copy > .eyebrow { color: var(--accent); margin-bottom: 20px; }
.pricing-copy > p:not(.eyebrow) { color: var(--text-muted); margin-top: 24px; max-width: 440px; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 16px; margin-top: 29px; }
.pricing-card { background: var(--white); padding: 35px; border: 1px solid var(--border); border-radius: 22px; }
.plan-name { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 26px; }
.plan-name h3 { font-size: 28px; }
.plan-name > span { background: var(--orange-light); color: var(--accent); padding: 5px 10px; border-radius: 30px; font-size: 11px; font-weight: 600; }
.price-option { border-top: 1px solid var(--border); padding: 23px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.price-option h4 { font-size: 21px; letter-spacing: -.03em; }
.price-option div > p { margin-top: 6px; font-size: 12px; color: var(--text-muted); max-width: 180px; }
.price { font: 600 37px/1.1 var(--display); font-variant-numeric: tabular-nums; letter-spacing: -.04em; text-align: right; white-space: nowrap; }
.currency-mark { font-size: .62em; vertical-align: top; display: inline-block; padding-top: 3px; }
.price small { display: block; font: 400 12px/1.6 var(--body); color: var(--text-muted); letter-spacing: 0; margin-top: 3px; }
.pricing-button { width: 100%; margin-top: 3px; }
.currency-note { margin-top: 18px; font-size: 12px; line-height: 1.6; }
.billing-note { margin-top: 12px; color: var(--text-muted); font-size: 11px; line-height: 1.65; }
.faq { border-top: 1px solid var(--border); padding: 100px 0; }
.faq-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq .eyebrow { color: var(--accent); margin-bottom: 18px; }
.faq h2 { max-width: 360px; font-size: 43px; }
.faq details { border-bottom: 1px solid var(--border); }
.faq details:first-child { border-top: 1px solid var(--border); }
.faq summary { list-style: none; cursor: pointer; font-size: 16px; line-height: 1.45; font-weight: 500; padding: 22px 0; display: flex; gap: 28px; align-items: center; justify-content: space-between; transition: color 160ms var(--ease); }
.faq summary:hover { color: var(--accent); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 25px; line-height: 1; font-weight: 400; color: var(--accent); transition: transform 160ms var(--ease); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details > p { padding-bottom: 24px; padding-right: 24px; font-size: 14px; line-height: 1.8; color: var(--text-muted); }
.final-download { background: var(--orange); padding: 78px 0; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 65px; }
.final-download .eyebrow { margin-bottom: 22px; }
.final-download h2 { font-size: clamp(48px,5vw,72px); }
.final-download p:not(.eyebrow):not(.download-note) { margin-top: 22px; }
.final-download .download-note { color: var(--ink); }
.final-brand { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 25px 50px; transform: rotate(-7deg); }
.final-brand img { width: 156px; height: 156px; border-radius: 50%; }
.final-brand span { font: 750 78px/.9 var(--display); letter-spacing: -.07em; }
footer { padding: 40px 0 25px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.footer-top nav { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-top nav a,.footer-top button { background: none; border: 0; padding: 12px 0; min-height: 44px; font-size: 12px; color: var(--text-muted); transition: color 160ms var(--ease); }
.footer-top nav a:hover,.footer-top button:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: var(--text-muted); padding-top: 24px; }
/* The shared consent banner picks up marketing tokens and retains its consent gate. */
#sando-consent button { min-height: 44px !important; }
#sando-consent .accept { background: var(--ink) !important; color: var(--paper) !important; }
@media (min-width:1500px) { .hero { padding-block: 70px 85px; } }
@media (max-width:1150px) {
  .hero-inner { gap: 26px; }
  .hero-stage { height: 610px; }
  .hero-food { width: 225px; right: 17px; top: 58px; }
  .hero-workout { width: 208px; left: 16px; top: 145px; }
  .hero-stamp { top: 40px; left: 22px; }
  .feature,.pricing-inner,.challenge-inner,.faq-inner { gap: 55px; }
  .included-list { grid-template-columns: 1fr; }
  .meal-prep { gap: 36px; }
}
@media (max-width:900px) {
  .desktop-nav { gap: 18px; }
  .header-inner { gap: 20px; }
  .header-actions { gap: 12px; }
  h1 { font-size: 56px; }
  html[lang="fr-CA"] h1 { font-size: 56px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 670px; }
  .hero-intro { max-width: 600px; }
  .hero-stage { height: 585px; }
  .hero-food { width: 245px; right: 12%; top: 24px; }
  .hero-workout { width: 225px; left: 12%; top: 90px; }
  .hero-stamp { left: 36px; top: 27px; }
  .hero-stage figcaption { font-size: 12px; }
  .feature { gap: 35px; }
  .screen-stage { height: 540px; padding-top: 24px; }
  .screen-stage .device { width: 245px; }
  .feature-copy h3,.meal-prep h3 { font-size: 34px; }
  .feature-copy > p:not(.eyebrow) { font-size: 15px; }
  .feature-list li { font-size: 13px; }
  .routine-steps { gap: 28px; }
  .routine-step h3 { font-size: 23px; }
  .meal-prep { padding: 32px 30px 0; gap: 35px; }
  .meal-crop { width: 260px; }
  .challenge-inner,.pricing-inner { gap: 35px; }
  .pricing-card { padding: 26px; }
  .pricing h2 { font-size: 44px; }
  .price-option { flex-direction: column; align-items: flex-start; gap: 12px; }
  .price { text-align: left; }
  .price-option div > p { max-width: none; }
  .price small { display: inline-block; margin-left: 8px; }
  .faq-inner { grid-template-columns: 1fr; gap: 35px; }
  .faq h2 { max-width: none; }
  .final-brand { padding-inline: 15px; }
  .footer-top { align-items: flex-start; }
  .footer-top nav { gap: 4px 24px; justify-content: flex-end; max-width: 390px; }
}
@media (min-width:601px) and (max-width:740px) {
  .header-inner { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; gap: 8px 18px; }
  .desktop-nav { order: 3; width: 100%; justify-content: center; }
}
@media (max-width:600px) {
  :root { --gutter: 24px; --radius: 20px; }
  html { scroll-padding-top: 24px; }
  .header-inner { min-height: 74px; gap: 12px; }
  .brand span { font-size: 29px; }
  .brand img { width: 29px; height: 29px; }
  .brand { gap: 6px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 7px; }
  .button-small { padding: 9px 12px; font-size: 12px; min-height: 44px; gap: 7px; border-radius: 9px; }
  .button-small svg { display: none; }
  .language-link { font-size: 12px; }
  .hero { padding: 31px 0 43px; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 19px; gap: 7px; }
  .little-mark { font-size: 20px; }
  h1 { font-size: clamp(40px,10.5vw,59px); letter-spacing: -.045em; line-height: 1.04; }
  html[lang="fr-CA"] h1 { font-size: clamp(34px,9.3vw,49px); }
  .hero-intro { font-size: 15px; line-height: 1.6; margin-top: 21px; }
  .store-links { gap: 9px; margin-top: 22px; }
  .store-link { padding: 10px 12px; min-height: 54px; gap: 8px; }
  .store-link strong { font-size: 17px; }
  .store-link small { font-size: 9px; }
  .store-link svg { width: 22px; }
  .download-note { font-size: 11px; gap: 8px; margin-top: 12px; }
  .hero-inner { gap: 28px; }
  .hero-stage { height: 420px; border-radius: 20px; }
  .hero-food { width: 211px; right: 17px; top: 23px; }
  .hero-workout { width: 187px; left: -48px; top: 74px; }
  .hero-stage figcaption { font-size: 10px; margin-bottom: 8px; }
  .hero-workout figcaption { visibility: hidden; }
  .hero-stamp { top: 24px; left: 17px; font-size: 15px; }
  .hero-stamp span { font-size: 6px; }
  .device { border-width: 4px; border-radius: 23px; }
  .visual-note { text-align: center; font-size: 10px; }
  .bridge { padding: 60px 0 65px; }
  h2 { font-size: 36px; letter-spacing: -.04em; }
  .eyebrow { font-size: 12px; }
  .section-heading { text-align: left; }
  .section-heading > p:last-child { font-size: 15px; margin-top: 22px; }
  .routine-steps { grid-template-columns: 1fr; gap: 22px; margin-top: 36px; }
  .routine-step { padding-top: 18px; display: grid; grid-template-columns: 24px 1fr; gap: 7px 15px; }
  .step-number { padding-top: 3px; }
  .routine-step h3 { margin: 0; font-size: 23px; }
  .routine-step p { grid-column: 2; font-size: 14px; }
  .product { padding: 60px 0; }
  .product-heading { margin-bottom: 38px; }
  .feature { grid-template-columns: 1fr; gap: 24px; padding-block: 12px; }
  .feature + .feature { margin-top: 50px; }
  .feature-copy { padding: 0; }
  .feature-copy .eyebrow { margin-bottom: 18px; }
  .feature-copy h3,.meal-prep h3 { font-size: 33px; }
  .feature-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 19px; }
  .feature-list { margin-top: 23px; }
  .feature-list li { font-size: 13px; margin-top: 10px; }
  .feature-nutrition .feature-copy { order: 0; }
  .screen-stage { height: 528px; padding-top: 24px; }
  .screen-stage .device { width: 258px; }
  .feature-visual figcaption { font-size: 11px; margin-top: 12px; }
  .meal-prep { padding: 30px 24px 0; grid-template-columns: 1fr; gap: 0; margin-top: 55px; }
  .meal-prep p:not(.eyebrow) { padding-bottom: 25px; font-size: 14px; }
  .meal-crop { width: 250px; height: 350px; border-width: 4px; }
  .challenges { padding: 60px 0; }
  .challenge-inner { grid-template-columns: 1fr; gap: 36px; }
  .challenge-copy h2 { font-size: 36px; }
  .section-intro { font-size: 15px; margin-top: 20px; }
  .challenge-steps { margin: 26px 0 10px; }
  .challenge-steps li { padding-left: 35px; padding-bottom: 22px; }
  .challenge-steps h3 { font-size: 20px; }
  .challenge-steps p { font-size: 13px; }
  .challenge-visual { padding: 13px; }
  .challenge-visual figcaption { font-size: 11px; }
  .pricing { padding: 65px 0; }
  .pricing-inner { grid-template-columns: 1fr; gap: 32px; }
  .pricing h2 { font-size: 39px; }
  .pricing-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 21px; }
  .included-list { grid-template-columns: 1fr; margin-top: 23px; gap: 0; }
  .included-list li { margin-top: 10px; font-size: 14px; }
  .pricing-card { padding: 25px 23px; }
  .price-option { flex-direction: row; align-items: center; gap: 15px; }
  .price { font-size: 32px; text-align: right; }
  .price small { display: block; margin-left: 0; font-size: 11px; }
  .price-option div > p { font-size: 11px; max-width: 130px; }
  .plan-name h3 { font-size: 26px; }
  .plan-name > span { font-size: 10px; }
  .currency-note { font-size: 12px; }
  .billing-note { font-size: 11px; }
  .faq { padding: 60px 0; }
  .faq h2 { font-size: 36px; }
  .faq summary { font-size: 15px; padding-block: 20px; gap: 20px; }
  .faq details > p { font-size: 14px; padding-right: 10px; }
  .final-download { padding: 58px 0 50px; }
  .final-inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .final-download h2 { font-size: 47px; }
  .final-download p:not(.eyebrow):not(.download-note) { font-size: 15px; }
  .final-brand { display: none; }
  footer { padding-top: 30px; }
  .footer-top { flex-direction: column; gap: 23px; padding-bottom: 24px; }
  .footer-top nav { justify-content: flex-start; gap: 2px 21px; }
  .footer-bottom { flex-direction: column; gap: 6px; font-size: 11px; padding-top: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover,.store-link:hover { transform: none; }
}
