/* Baristuno direction: One Cup, Four Folds.
   The light page is one continuous sheet. Sumi defines structure, vermilion
   marks action and progress, and the dark navigation remains opaque over every
   route so labels never depend on the content behind them. */

:root{
  --paper:#f6f1e9;
  --paper-2:#ece8df;
  --surface:#fffdf8;
  --surface-2:#f6f1e9;
  --line:#d4d0c8;
  --line-soft:#e6e1d9;
  --ink:#191b19;
  --body:#30332f;
  --mut:#5b605a;
  --faint:#737870;
  --espresso:#191b19;
  --roast:#30332f;
  --clay:#d83a2e;
  --clay-dk:#b92c22;
  --clay-soft:#f7ded9;
  --crema:#f6f1e9;
  --amber:#b28a1b;
  --ring:0 0 0 4px rgba(216,58,46,.24);
  --sh-1:0 2px 8px rgba(25,27,25,.06);
  --sh-2:0 18px 44px rgba(25,27,25,.10);
  --sh-3:0 28px 70px rgba(25,27,25,.16);
  --display:'Manrope','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --fold-red:#d83a2e;
  --fold-black:#191b19;
  --fold-paper:#f6f1e9;
  --fold-gold:#b28a1b;
  --fold-ease:cubic-bezier(.16,1,.3,1);
}

html{scrollbar-color:#777b75 #191b19;caret-color:var(--fold-red)}
*::-webkit-scrollbar-track{background:#191b19}
*::-webkit-scrollbar-thumb{border-color:#191b19;background:#777b75}
::selection{background:var(--fold-red);color:#fff}

body.fold-world{
  min-height:100dvh;
  overflow-x:clip;
  background:#f8f3e9;
  color:var(--body);
  font-family:var(--sans);
}

body.fold-world h1,
body.fold-world h2,
body.fold-world h3,
body.fold-world h4{
  font-family:var(--display);
  color:var(--fold-black);
  font-weight:680;
  letter-spacing:-.03em;
}

body.fold-world .btn,
body.fold-world button,
body.fold-world input,
body.fold-world select,
body.fold-world textarea{border-radius:4px}

body.fold-world :focus-visible{
  outline:3px solid var(--fold-red);
  outline-offset:4px;
  box-shadow:none;
}

/* Shared header */
body.fold-world .site-head.navigation-canonical{
  position:sticky;
  z-index:400;
  top:0;
  width:100vw;
  min-height:72px;
  margin:0 calc(50% - 50vw);
  padding:10px clamp(24px,3vw,48px);
  gap:clamp(18px,2.2vw,34px);
  border:0;
  border-radius:0;
  background:#111311;
  color:#fff;
  box-shadow:none;
}

body.fold-world .site-head.navigation-canonical.scrolled{
  box-shadow:0 14px 34px rgba(17,19,17,.22);
}

body.fold-world .site-head .site-brand-link{display:flex;align-items:center;min-width:220px}
body.fold-world .site-head .brand-lockup{
  width:220px;
  filter:brightness(0) invert(1);
}
body.fold-world .site-head .brand-monogram{display:none}
body.fold-world .site-head nav{gap:clamp(10px,1.3vw,20px)}
body.fold-world .site-head nav>a,
body.fold-world .site-head nav>button,
body.fold-world .site-head nav>.knowledge-menu>summary{
  min-height:44px;
  padding:13px 2px 11px;
  border-radius:0;
  color:rgba(255,255,255,.78);
  font-size:13px;
  font-weight:650;
  letter-spacing:0;
  white-space:nowrap;
}
body.fold-world .site-head nav>a:hover,
body.fold-world .site-head nav>button:hover,
body.fold-world .site-head nav>.knowledge-menu>summary:hover,
body.fold-world .site-head nav>a.on,
body.fold-world .site-head nav>button.on,
body.fold-world .site-head nav>.knowledge-menu.on>summary{color:#fff}
body.fold-world .site-head nav>a.on:after,
body.fold-world .site-head nav>button.on:after,
body.fold-world .site-head nav>.knowledge-menu.on>summary:after{
  right:2px;
  bottom:4px;
  left:2px;
  height:2px;
  background:var(--fold-red);
}
body.fold-world .site-head .acct{gap:8px}
body.fold-world .site-head .acct .who{
  min-height:44px;
  border-color:rgba(255,255,255,.26);
  color:#fff;
  background:transparent;
}
body.fold-world .site-head .acct #authBtn{
  border-color:rgba(255,255,255,.26);
  background:transparent;
  color:#fff;
}
body.fold-world .site-head .acct .header-create-account,
body.fold-world .site-head .acct .header-open-app{
  min-height:44px;
  border-color:var(--fold-red);
  border-radius:4px;
  background:var(--fold-red);
  color:#fff;
}
body.fold-world .site-head .knowledge-popover{
  border:1px solid #d8d4cc;
  border-radius:12px;
  background:#fffdf8;
  color:var(--fold-black);
  box-shadow:var(--sh-3);
}
body.fold-world .site-head .knowledge-popover a,
body.fold-world .site-head .knowledge-popover h3{color:var(--fold-black)}
body.fold-world .site-head .knowledge-popover span,
body.fold-world .site-head .knowledge-popover small{color:var(--mut)}

/* First viewport */
body.fold-world .fold-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(470px,.82fr) minmax(640px,1.28fr);
  align-items:center;
  gap:clamp(24px,2vw,50px);
  min-height:clamp(700px,77dvh,780px);
  margin-inline:calc(50% - 50vw);
  padding:clamp(46px,6vh,74px) clamp(40px,4.5vw,72px);
  overflow:clip;
  background:#f8f3e9;
}

body.fold-world .fold-hero:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:1px;
  background:var(--line);
}

body.fold-world .fold-hero-copy{position:relative;z-index:2;align-self:center}
body.fold-world .fold-hero h1{
  max-width:none;
  margin:0;
  font-size:clamp(3.4rem,5.4vw,5.6rem);
  font-weight:720;
  line-height:.98;
  letter-spacing:-.04em;
  text-wrap:balance;
}
body.fold-world .fold-hero h1>span{display:block;white-space:nowrap}
body.fold-world .fold-hero-lead{
  max-width:39ch;
  margin:24px 0 0;
  color:#31342f;
  font-size:clamp(1rem,1.4vw,1.22rem);
  line-height:1.55;
}
body.fold-world .fold-hero-actions{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:30px;
}
body.fold-world .fold-primary{
  display:inline-flex;
  min-width:270px;
  min-height:56px;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:16px 28px;
  border:1px solid var(--fold-red);
  background:var(--fold-red);
  color:#fff;
  font:700 15px/1 var(--sans);
  cursor:pointer;
  transition:transform 180ms var(--fold-ease),background 180ms var(--fold-ease),box-shadow 180ms var(--fold-ease);
}
body.fold-world .fold-primary:hover{transform:translateY(-2px);background:var(--clay-dk);box-shadow:0 12px 24px rgba(216,58,46,.18)}
body.fold-world .fold-primary:active{transform:translateY(0) scale(.98)}
body.fold-world .fold-primary>span{font-size:1.25em;line-height:0;transition:transform 180ms var(--fold-ease)}
body.fold-world .fold-primary:hover>span{transform:translateX(4px)}
body.fold-world .fold-hero-actions a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  border-bottom:1px solid var(--fold-black);
  color:var(--fold-black);
  font-weight:650;
  text-decoration:none;
}
body.fold-world .fold-hero-actions a:hover{border-color:var(--fold-red);color:var(--fold-red)}
body.fold-world .fold-hero-auth{
  max-width:54ch;
  margin-top:20px;
  color:var(--mut);
  font-size:12px;
  line-height:1.55;
}
body.fold-world .fold-hero-art{
  --fold-rx:0deg;
  --fold-ry:0deg;
  position:relative;
  z-index:1;
  width:min(82vw,1180px);
  margin:0 -14vw 0 -13vw;
  perspective:1200px;
}
body.fold-world .fold-hero-art img{
  display:block;
  width:100%;
  height:auto;
  transform:rotateX(var(--fold-rx)) rotateY(var(--fold-ry)) translateZ(0);
  transform-origin:50% 58%;
  filter:saturate(.98) contrast(1.015);
  transition:transform 420ms var(--fold-ease),filter 300ms ease;
  will-change:transform;
}
body.fold-world .fold-hero-art:hover img{filter:saturate(1.04) contrast(1.025)}
body.fold-world .fold-hero-art figcaption{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media(prefers-reduced-motion:no-preference){
  body.fold-world.fold-motion-ready .fold-hero-copy{animation:fold-copy-in .72s var(--fold-ease) both}
  body.fold-world.fold-motion-ready .fold-hero-art{animation:fold-art-in .92s var(--fold-ease) .08s both}
}
@keyframes fold-copy-in{from{transform:translateY(18px)}to{transform:none}}
@keyframes fold-art-in{from{transform:translateX(42px)}to{transform:none}}

/* Connected journey */
body.fold-world #tab-home>.journey-hub{
  margin:0 calc(50% - 50vw);
  padding:clamp(70px,8vw,112px) max(var(--gutter),calc(50vw - (var(--w-page) / 2) + var(--gutter)));
  border:0;
  border-radius:0;
  background:#fffdf8;
  box-shadow:none;
}
body.fold-world .journey-opening{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  align-items:center;
  gap:clamp(42px,6vw,88px);
  margin-bottom:54px;
}
body.fold-world .journey-material{
  position:relative;
  height:clamp(320px,34vw,480px);
  overflow:hidden;
  margin:0;
  border:0;
  border-radius:0;
  background:var(--fold-paper);
}
body.fold-world .journey-material:after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(25,27,25,.06);
  pointer-events:none;
}
body.fold-world .journey-material img{display:block;width:100%;height:100%;object-fit:cover}
body.fold-world .journey-head{
  display:block;
  max-width:760px;
  margin:0;
}
body.fold-world .journey-head h2{max-width:13ch;font-size:clamp(2.4rem,4.5vw,4.5rem);line-height:1.02}
body.fold-world .journey-head>p{max-width:58ch;margin:16px 0 0;color:var(--mut);font-size:15px;line-height:1.65}
body.fold-world .journey-stages{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:0;
  padding:0;
  border-top:1px solid var(--fold-black);
  border-bottom:1px solid var(--fold-black);
  list-style:none;
}
body.fold-world .journey-stage{
  position:relative;
  display:flex;
  min-height:290px;
  flex-direction:column;
  padding:24px clamp(18px,2vw,28px) 26px;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transition:background 220ms var(--fold-ease),transform 220ms var(--fold-ease);
}
body.fold-world .journey-stage:last-child{border-right:0}
body.fold-world .journey-stage:before{
  content:"";
  position:absolute;
  top:-1px;
  right:0;
  left:0;
  height:3px;
  background:transparent;
  transition:background 180ms ease;
}
body.fold-world .journey-stage:is(:hover,:focus-within,.is-active){background:#f8f1e9;transform:translateY(-4px)}
body.fold-world .journey-stage:is(:hover,:focus-within,.is-active):before{background:var(--fold-red)}
body.fold-world .journey-stage-head{display:flex;align-items:flex-start;gap:14px}
body.fold-world .journey-stage-head>span{
  display:block;
  flex:0 0 auto;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:none;
  color:var(--fold-red);
  font:700 12px/1 var(--sans);
}
body.fold-world .journey-stage-head small{display:none}
body.fold-world .journey-stage h3{margin:0;font-size:1.35rem;line-height:1}
body.fold-world .journey-stage>p{min-height:0;margin:34px 0 24px;color:var(--mut);font-size:13px;line-height:1.62}
body.fold-world .journey-stage-actions{margin-top:auto}
body.fold-world .journey-stage-actions a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  padding:0;
  border:0;
  border-bottom:1px solid currentColor;
  border-radius:0;
  background:none;
  color:var(--fold-black);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
body.fold-world .journey-stage-actions a:hover{color:var(--fold-red)}
body.fold-world .journey-footer{
  display:flex;
  justify-content:space-between;
  gap:24px;
  margin-top:18px;
  color:var(--mut);
  font-size:11px;
}
body.fold-world .journey-footer i{background:var(--fold-red);box-shadow:none}

/* Conversion proof */
body.fold-world .pro-proof{
  margin:0 calc(50% - 50vw);
  padding:clamp(72px,8vw,112px) max(var(--gutter),calc(50vw - (var(--w-page) / 2) + var(--gutter)));
  border:0;
  border-radius:0;
  background:var(--fold-paper);
  box-shadow:none;
}
body.fold-world .pro-proof .hl-kicker{display:none}
body.fold-world .pro-proof-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);
  gap:clamp(36px,6vw,86px);
  align-items:end;
}
body.fold-world .pro-proof-head h2{max-width:13ch;font-size:clamp(2.25rem,4.2vw,4rem);line-height:1.04}
body.fold-world .pro-proof-head>div>p:not(.hl-kicker){max-width:64ch;margin-top:16px;color:var(--mut)}
body.fold-world .pro-proof-demo{
  padding:28px;
  border:0;
  border-radius:4px;
  background:var(--fold-black);
  color:#fff;
  box-shadow:var(--sh-2);
}
body.fold-world .pro-proof-demo span{color:#f39a90}
body.fold-world .pro-proof-demo strong,
body.fold-world .pro-proof-demo b{color:#fff}
body.fold-world .pro-compare-disclosure{
  margin-top:28px;
  border:1px solid var(--line);
  border-radius:4px;
  background:#fffdf8;
}
body.fold-world .pro-compare-disclosure>summary{border-radius:0}
body.fold-world .pro-proof-actions .btn{border-radius:4px;background:var(--fold-red);color:#fff}

/* Coffee story */
body.fold-world .brew-story{
  margin:0 calc(50% - 50vw);
  padding:clamp(72px,8vw,112px) max(var(--gutter),calc(50vw - (var(--w-page) / 2) + var(--gutter)));
  background:#fffdf8;
  color:var(--body);
}
body.fold-world .brew-story-kicker{display:none}
body.fold-world .brew-story-intro{
  display:block;
  max-width:800px;
  padding-bottom:52px;
}
body.fold-world .brew-story-intro h2{max-width:14ch;color:var(--fold-black);font-size:clamp(2.4rem,4.6vw,4.5rem);line-height:1.02}
body.fold-world .brew-story-intro>p{max-width:62ch;margin-top:18px;color:var(--mut)}
body.fold-world .brew-story-layout{grid-template-columns:minmax(280px,.64fr) minmax(480px,1.36fr);gap:clamp(40px,6vw,86px)}
body.fold-world .brew-story-step{
  min-height:36vh;
  padding:28px 0;
  border-top:1px solid var(--line);
  opacity:1;
}
body.fold-world .brew-story-step.is-active{border-top-color:var(--fold-red)}
body.fold-world .brew-story-step>span{color:var(--fold-red)}
body.fold-world .brew-story-step h3{color:var(--fold-black)}
body.fold-world .brew-story-step p{color:var(--mut)}
body.fold-world .brew-story-step a,
body.fold-world .brew-story-step button{color:var(--fold-red)}
body.fold-world .brew-story-stage{
  top:92px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:4px;
  background:var(--fold-paper);
  box-shadow:var(--sh-2);
}
body.fold-world .brew-story-stage:before{opacity:.08}
body.fold-world .brew-readout{border-radius:4px;background:rgba(25,27,25,.94)}
body.fold-world .brew-story-trust{border-color:var(--line)}
body.fold-world .brew-story-trust p{color:var(--mut)}
body.fold-world .brew-story-trust p b{color:var(--fold-black)}
body.fold-world .brew-story-trust a{color:var(--fold-red)}

/* Demonstration, commerce, editorial and learning sections */
body.fold-world .home-grind-lab,
body.fold-world .home-shop-bridge,
body.fold-world .home-news,
body.fold-world .coffee-learning-home{
  margin:0 calc(50% - 50vw);
  padding:clamp(68px,7vw,104px) max(var(--gutter),calc(50vw - (var(--w-page) / 2) + var(--gutter)));
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.fold-world .home-grind-lab{background:var(--fold-paper)}
body.fold-world .home-shop-bridge{background:#fffdf8;color:var(--body);border-top:1px solid var(--line)}
body.fold-world .home-news{background:var(--fold-paper)}
body.fold-world .coffee-learning-home{background:#fffdf8}
body.fold-world .home-grind-lab .hl-kicker,
body.fold-world .home-shop-bridge .hl-kicker,
body.fold-world .home-news .hl-kicker,
body.fold-world .coffee-learning-home .hl-kicker{display:none}
body.fold-world .home-grind-lab h2,
body.fold-world .home-shop-bridge h2,
body.fold-world .home-news h2,
body.fold-world .coffee-learning-home h2{
  max-width:15ch;
  color:var(--fold-black);
  font-size:clamp(2.1rem,3.8vw,3.6rem);
  line-height:1.04;
}
body.fold-world .home-grind-copy>p,
body.fold-world .home-shop-bridge p:not(.hl-kicker),
body.fold-world .home-news p,
body.fold-world .coffee-learning-home header>p{color:var(--mut)}
body.fold-world .home-grind-preview{
  border:0;
  border-radius:4px;
  background:var(--fold-black);
  box-shadow:var(--sh-2);
}
body.fold-world .home-grind-primary,
body.fold-world .home-shop-bridge>a{
  border-radius:4px;
  background:var(--fold-red);
  color:#fff;
}
body.fold-world .home-shop-departments span{
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:0;
  color:var(--fold-black);
}
body.fold-world .home-news-head{align-items:start}
body.fold-world .home-news-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  grid-auto-rows:minmax(170px,auto);
  gap:14px;
}
body.fold-world .home-news-grid>*{
  border:1px solid var(--line);
  border-radius:4px;
  background:#fffdf8;
  box-shadow:none;
}
body.fold-world .home-news-grid>*:first-child{grid-row:span 2}
body.fold-world .home-news-card h3{
  min-height:2.25em;
  line-height:1.12;
}
body.fold-world .coffee-learning-home header{display:block;max-width:780px}
body.fold-world .coffee-learning-home header>p{max-width:62ch;margin-top:14px}
body.fold-world .coffee-learning-grid{display:grid;grid-template-columns:1fr;margin-top:34px;border-top:1px solid var(--fold-black)}
body.fold-world .coffee-explainer{
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.fold-world .coffee-explainer summary{min-height:64px;padding:14px 0}
body.fold-world .coffee-explainer summary span{color:var(--fold-red)}

body.fold-world .site-foot{border-radius:4px;background:#111311}
body.fold-world .site-foot .foot-blurb{font-size:12px}
body.fold-world .site-foot .foot-col h4{font-size:11px}
body.fold-world .site-foot .foot-col a{font-size:12px;line-height:1.35}
body.fold-world .site-foot .foot-base{font-size:10px}

@media(max-width:1080px){
  body.fold-world .site-head.navigation-canonical{gap:18px}
  body.fold-world .site-head .site-brand-link{min-width:38px}
  body.fold-world .site-head .brand-lockup{display:none!important}
  body.fold-world .site-head .brand-monogram{display:block!important;width:38px;height:47px;filter:brightness(0) invert(1)}
  body.fold-world .site-head nav{gap:10px}
  body.fold-world .fold-hero{grid-template-columns:minmax(400px,.82fr) minmax(500px,1.18fr)}
  body.fold-world .fold-hero-art{width:min(72vw,780px);margin-right:-16vw}
}

@media(max-width:1020px) and (min-width:861px){
  body.fold-world .fold-hero{
    grid-template-columns:1fr;
    gap:24px;
    min-height:auto;
    padding-block:56px 68px;
  }
  body.fold-world .fold-hero-art{grid-row:1;width:min(86vw,780px);margin:0 auto;order:-1}
  body.fold-world .fold-hero-copy{grid-row:2;max-width:720px;margin-inline:auto;text-align:center}
  body.fold-world .fold-hero h1>span{white-space:normal}
  body.fold-world .fold-hero-lead,
  body.fold-world .fold-hero-auth{margin-inline:auto}
  body.fold-world .fold-hero-actions{justify-content:center}
}

@media(max-width:860px){
  body.fold-world{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  body.fold-world .site-head.navigation-canonical{
    position:sticky;
    min-height:64px;
    margin-bottom:0;
    padding:10px max(16px,env(safe-area-inset-right)) 10px max(16px,env(safe-area-inset-left));
  }
  body.fold-world .site-head .site-brand-link{min-width:0}
  body.fold-world .site-head .brand-lockup{display:block!important;width:min(220px,calc(100vw - 120px))}
  body.fold-world .site-head .brand-monogram{display:none!important}
  body.fold-world .site-head nav{
    position:fixed;
    z-index:600;
    right:0;
    bottom:0;
    left:0;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:0;
    margin:0;
    padding:5px 6px max(7px,env(safe-area-inset-bottom));
    border:0;
    border-radius:0;
    background:#111311;
    box-shadow:0 -16px 32px rgba(17,19,17,.18);
  }
  body.fold-world .site-head nav>a,
  body.fold-world .site-head nav>button,
  body.fold-world .site-head nav>.knowledge-menu>summary,
  body.fold-world .site-head nav .mobile-more-trigger{
    min-height:56px;
    color:rgba(255,255,255,.72);
    font-size:11px;
  }
  body.fold-world .site-head nav>a.on,
  body.fold-world .site-head nav>button.on,
  body.fold-world .site-head nav .mobile-more-trigger[aria-expanded="true"]{color:#fff}
  body.fold-world .fold-hero{
    grid-template-columns:1fr;
    gap:24px;
    min-height:auto;
    padding-top:clamp(46px,8vw,72px);
    padding-bottom:54px;
  }
  body.fold-world .fold-hero h1{max-width:10ch;font-size:clamp(3.1rem,10vw,5rem)}
  body.fold-world .fold-hero h1>span{white-space:normal}
  body.fold-world .fold-hero-art{grid-row:1;width:116%;margin:0 -10% -2%;order:-1}
  body.fold-world .fold-hero-copy{grid-row:2}
  body.fold-world .journey-stages{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.fold-world .journey-opening{grid-template-columns:1fr;gap:30px}
  body.fold-world .journey-material{height:360px}
  body.fold-world .journey-stage:nth-child(2){border-right:0}
  body.fold-world .journey-stage:nth-child(-n+2){border-bottom:1px solid var(--line)}
  body.fold-world .pro-proof-head,
  body.fold-world .brew-story-layout{grid-template-columns:1fr}
  body.fold-world .brew-story-layout{display:flex;flex-direction:column}
  body.fold-world .brew-story-steps{
    position:static;
    z-index:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 24px;
    margin:0;
    padding:0;
    pointer-events:auto;
  }
  body.fold-world .brew-story-step{
    position:static;
    min-height:0;
    max-width:none;
    justify-content:flex-start;
    padding:28px 0;
    opacity:1;
  }
  body.fold-world .brew-story-step:before{display:none}
  body.fold-world .brew-story-step>*{position:static}
  body.fold-world .brew-story-step>a,
  body.fold-world .brew-story-step>button{pointer-events:auto}
  body.fold-world .brew-story-stage{position:relative;top:auto;order:2;height:470px;margin-top:28px}
}

body.fold-world.assist-open .site-head.navigation-canonical{visibility:hidden;pointer-events:none}

@media(max-width:620px){
  body.fold-world .wrap{padding-inline:16px}
  body.fold-world #tab-profile .profile-page-hero,
  body.fold-world #tab-shop .shop-hero,
  body.fold-world #tab-shop .shop-trust{margin-inline:-16px}
  body.fold-world .site-head .acct .header-open-app{border-radius:4px}
  body.fold-world .fold-hero{padding-inline:18px}
  body.fold-world .fold-hero-art{width:128%;margin-left:-14%;margin-bottom:-4%}
  body.fold-world .fold-hero h1{font-size:clamp(2.85rem,13vw,4.2rem);letter-spacing:-.04em}
  body.fold-world .fold-hero-lead{margin-top:18px;font-size:1rem}
  body.fold-world .fold-hero-actions{display:grid;gap:12px;margin-top:24px}
  body.fold-world .fold-primary{width:100%}
  body.fold-world .fold-hero-actions a{width:max-content}
  body.fold-world .journey-stages{grid-template-columns:1fr}
  body.fold-world .journey-opening{margin-bottom:38px}
  body.fold-world .journey-material{height:260px;margin-inline:-18px}
  body.fold-world .journey-stage{min-height:210px;border-right:0;border-bottom:1px solid var(--line)}
  body.fold-world .journey-stage:last-child{border-bottom:0}
  body.fold-world .journey-footer{display:block}
  body.fold-world .journey-footer p{margin-top:8px!important;text-align:left!important}
  body.fold-world .brew-story-steps{grid-template-columns:1fr}
  body.fold-world .brew-story-stage{display:none}
  body.fold-world .home-news-grid{grid-template-columns:1fr}
  body.fold-world .home-news-grid>*:first-child{grid-row:auto}
  body.fold-world .home-shop-bridge{grid-template-columns:1fr}
  body.fold-world .home-shop-departments,
  body.fold-world .home-shop-bridge>a{grid-column:1;grid-row:auto}
}

@media(prefers-reduced-motion:reduce){
  body.fold-world .fold-hero-art img,
  body.fold-world .journey-stage,
  body.fold-world .fold-primary{transition:none!important;animation:none!important;transform:none!important}
}

@media(prefers-reduced-transparency:reduce){
  body.fold-world .site-head .knowledge-popover{background:#fffdf8}
  body.fold-world .brew-readout{background:#191b19;backdrop-filter:none}
}
