/* ============================================================
   mgb web – style.css (Orange-Showcase-Design)
   Farbwelt: Markenorange #FB4011 großflächig, dazu Fast-Schwarz
   ============================================================ */

:root{
  --orange:#FB4011;
  --orange-deep:#d8330b;
  --orange-soft:#ff6a3c;
  --ink:#180c06;            /* fast-schwarz, warm */
  --bg-dark:#0b0a09;
  --bg-cell:#141210;
  --text:#f5f2ee;
  --text-dim:#a39c93;
  --line:rgba(245,242,238,.09);
  --wa:#25d366;
  --wa-ink:#06300f;
  --radius:16px;
  --font-display:'Clash Display',sans-serif;
  --font-body:'Switzer',sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--bg-dark);
  color:var(--text);
  font-family:var(--font-body);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-.015em}
h2{font-size:clamp(1.9rem,3.4vw,2.8rem);line-height:1.1}
h3{font-size:1.25rem}

.container{width:min(1240px,92vw);margin:0 auto}
.container--narrow{width:min(960px,92vw)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  text-decoration:none;font-weight:700;font-size:1rem;
  font-family:var(--font-body);background:transparent;border:0;color:inherit;
  padding:.8rem 1.6rem;border-radius:999px;
  transition:transform .15s ease,box-shadow .15s ease;
  cursor:pointer;
}
.btn:active{transform:translateY(1px) scale(.99)}
.btn--lg{padding:.95rem 1.85rem;font-size:1.04rem}
.btn--block{width:100%}
.btn--dark{background:var(--ink);color:#fff}
.btn--darkfill{background:var(--ink);color:#fff}
.btn--light{background:#fff;color:var(--ink)}
.btn--wa{background:var(--wa);color:var(--wa-ink)}
.btn--ghost{border:1px solid var(--line);color:var(--text)}
.btn--ghost:hover{border-color:rgba(245,242,238,.3)}
.ico{width:18px;height:18px}

/* ---------- Nav ---------- */
#nav-sentinel{position:absolute;top:0;height:1px;width:1px}
.nav{
  position:fixed;inset:0 0 auto;z-index:50;height:72px;
  display:flex;align-items:center;
  transition:background .25s ease,box-shadow .25s ease;
}
.nav__inner{width:min(1240px,92vw);margin:0 auto;display:flex;align-items:center;gap:2.2rem}
.nav__brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}
.nav__icon{height:24px}
.nav__icon--dark{display:none}
.nav__wordmark{font-family:var(--font-display);font-weight:600;font-size:1.35rem;color:#fff}
.nav__wordmark em{font-style:normal;opacity:.75}
.nav__links{display:flex;gap:1.8rem;margin-left:auto}
.nav__links a{color:rgba(255,255,255,.88);text-decoration:none;font-size:.95rem;font-weight:600}
.nav__links a:hover{color:#fff}
.nav__actions{display:flex;align-items:center;gap:.8rem}
.nav .btn{padding:.6rem 1.25rem;font-size:.9rem}
.nav.is-scrolled{background:rgba(11,10,9,.92);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--line)}
.nav.is-scrolled .nav__wordmark em{color:var(--orange);opacity:1}
.nav.is-scrolled .nav__icon--light{display:none}
.nav.is-scrolled .nav__icon--dark{display:block}
.nav.is-scrolled .btn--dark{background:var(--orange);color:#fff}

.nav__burger{display:none;background:none;border:0;width:40px;height:40px;cursor:pointer;flex-direction:column;justify-content:center;gap:7px;align-items:center}
.nav__burger span{display:block;width:22px;height:2px;background:#fff;transition:transform .2s}

.mobilemenu{
  position:fixed;inset:0;z-index:40;background:var(--bg-dark);
  display:none;align-items:center;justify-content:center;text-align:center;
}
.mobilemenu.is-open{display:flex}
.mobilemenu nav{display:flex;flex-direction:column;gap:1.6rem}
.mobilemenu a{color:var(--text);text-decoration:none;font-family:var(--font-display);font-size:1.6rem;font-weight:600}
.mobilemenu .btn{font-size:1.05rem;background:var(--orange);color:#fff}

/* ---------- Hero (Orange Showcase) ---------- */
.hero{
  min-height:100dvh;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  padding:118px 4vw 0;
  position:relative;overflow:hidden;
  background:
    radial-gradient(ellipse 70% 40% at 50% 118%, rgba(24,12,6,.38), transparent 70%),
    radial-gradient(ellipse 60% 45% at 50% -12%, var(--orange-soft), transparent 70%),
    var(--orange);
}
.hero__mark{
  position:absolute;right:-7%;top:8%;height:66%;width:auto;
  opacity:.09;pointer-events:none;
}
.hero__rating{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.87rem;color:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.35);border-radius:999px;
  padding:.42rem 1rem;margin-bottom:1.5rem;
  background:rgba(216,51,11,.35);
}
.stars{color:#ffd23f;letter-spacing:2px;font-size:.8rem}
.hero__title{
  font-size:clamp(2.4rem,5.2vw,4.4rem);
  line-height:1.05;color:#fff;max-width:19ch;
  position:relative;z-index:1;
}
.hero__price{
  background:var(--ink);color:#fff;
  padding:.02em .22em;border-radius:.14em;
  display:inline-block;transform:rotate(-1.5deg);
}
.hero__sub{
  margin-top:1.3rem;font-size:1.15rem;line-height:1.6;
  color:rgba(255,255,255,.93);max-width:46ch;position:relative;z-index:1;
}
.hero__ctas{display:flex;gap:.9rem;margin-top:2rem;position:relative;z-index:1;flex-wrap:wrap;justify-content:center}

/* Showcase-Fächer */
.fan{position:relative;margin-top:3.4rem;width:min(1150px,96vw);height:clamp(260px,32vw,430px);z-index:1}
.shot{
  position:absolute;border-radius:14px;overflow:hidden;background:#fff;
  box-shadow:0 30px 90px rgba(94,20,0,.45);
}
.shot img{width:100%;height:100%;object-fit:cover;object-position:top}
.shot__bar{display:flex;align-items:center;gap:.4rem;padding:.55rem .8rem;background:#efe9e4}
.shot__bar i{width:8px;height:8px;border-radius:50%;background:#cfc6bd}
.shot__url{margin-left:.6rem;font-size:.68rem;color:#6b6159;background:#fff;border-radius:5px;padding:.18rem .7rem}
.shot--l{left:0;bottom:-14%;width:31%;height:84%;transform:rotate(-4deg)}
.shot--c{left:50%;bottom:-9%;width:44%;height:100%;transform:translateX(-50%);z-index:2}
.shot--r{right:0;bottom:-14%;width:31%;height:84%;transform:rotate(4deg)}

/* ---------- Marquee ---------- */
.marquee{background:var(--ink);overflow:hidden;padding:.95rem 0;border-top:2px solid rgba(0,0,0,.25)}
.marquee__track{
  display:flex;align-items:center;gap:1.6rem;white-space:nowrap;width:max-content;
  font-family:var(--font-display);font-weight:500;font-size:1.02rem;
  letter-spacing:.05em;text-transform:uppercase;color:#fff;
  animation:marquee 28s linear infinite;
}
.marquee__track b{color:var(--orange);font-weight:400}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- Sections ---------- */
.section{padding:6.5rem 0}
.section--tint{background:var(--bg-cell)}
.section__head{max-width:620px;margin-bottom:3rem}
.section__head p{margin-top:.9rem;color:var(--text-dim);font-size:1.1rem;line-height:1.6}

/* ---------- Bento ---------- */
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.bento__cell{
  background:var(--bg-cell);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.8rem;display:flex;flex-direction:column;gap:.6rem;
}
.bento__cell p{color:var(--text-dim);line-height:1.6;font-size:.98rem}
.bento__cell--wide{grid-column:span 2}
.bento__cell--accent{background:var(--orange);border-color:var(--orange)}
.bento__cell--accent p{color:rgba(255,255,255,.9)}
.bento__cell--price{
  grid-column:1/-1;
  background:linear-gradient(120deg,#1c1815,var(--bg-cell));
  display:grid;grid-template-columns:auto 1fr;column-gap:2.2rem;align-items:center;
}
.bento__cell--price .bento__bigprice{grid-row:span 2;margin:0;font-size:3.2rem}
.bento__cell--price h3{align-self:end}
.bento__cell--price p{max-width:60ch}
.bento__chat{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}
.chatline{display:flex;align-items:flex-end;gap:.5rem;max-width:75%;font-size:.9rem;line-height:1.45;padding:.6rem .9rem;border-radius:12px}
.chatline time{font-size:.68rem;opacity:.6;white-space:nowrap}
.chatline--in{background:#221f1c;border-bottom-left-radius:4px;align-self:flex-start}
.chatline--out{background:#0f5132;color:#d9fbe7;border-bottom-right-radius:4px;align-self:flex-end}
.bento__swatches{display:flex;gap:.5rem;margin-bottom:1rem}
.sw{width:44px;height:44px;border-radius:10px;background:var(--sw,#333);border:1px solid var(--line)}
.sw--type{display:grid;place-items:center;font-family:var(--font-display);font-weight:600;color:var(--text);background:#221f1c}
.bento__lines{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}
.bento__lines i{height:8px;border-radius:4px;background:#2a2622}
.bento__icon{width:44px;height:44px;color:#fff;margin-bottom:1rem}
.bento__law{font-family:var(--font-display);font-size:2.4rem;font-weight:600;color:var(--orange);margin-bottom:.6rem}
.bento__bigprice{
  font-family:var(--font-display);font-weight:700;font-size:2.6rem;color:var(--orange);
  margin-bottom:.4rem;
}

/* ---------- Ablauf + Phone ---------- */
.process{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}
.process__lead{margin-top:.8rem;color:var(--text-dim);font-size:1.1rem}
.process__steps{margin-top:2.4rem;display:flex;flex-direction:column;gap:1.7rem;position:relative}
.step{display:flex;gap:1.2rem;align-items:flex-start}
.step__num{
  flex:0 0 auto;width:40px;height:40px;border-radius:50%;
  background:var(--orange);color:#fff;font-family:var(--font-display);font-weight:600;
  display:grid;place-items:center;font-size:1.05rem;
}
.step p{margin-top:.35rem;color:var(--text-dim);line-height:1.6;font-size:.98rem}

.phone{
  width:min(400px,100%);margin-left:auto;
  background:#100e0c;border:1px solid var(--line);border-radius:32px;padding:1rem;
  box-shadow:0 40px 110px rgba(0,0,0,.6),0 0 90px rgba(251,64,17,.1);
}
.phone__head{display:flex;align-items:center;gap:.8rem;padding:.7rem .9rem;border-bottom:1px solid var(--line)}
.phone__avatar{width:38px;height:38px;border-radius:50%;background:var(--orange);display:grid;place-items:center}
.phone__avatar img{height:16px}
.phone__head b{font-size:.98rem}
.phone__head small{display:block;color:var(--wa);font-size:.75rem;font-weight:600}
.phone__thread{display:flex;flex-direction:column;gap:.6rem;padding:1.1rem .4rem .4rem}
.msg{max-width:86%;padding:.7rem .95rem;border-radius:14px;font-size:.92rem;line-height:1.5}
.msg time{display:block;text-align:right;opacity:.65;font-size:.7rem;margin-top:.25rem}
.msg--in{background:#221f1c;color:var(--text);border-bottom-left-radius:4px;align-self:flex-start}
.msg--out{background:#0f5132;color:#d9fbe7;border-bottom-right-radius:4px;align-self:flex-end}
.msg__preview{display:block;margin-top:.55rem;border-radius:9px;overflow:hidden;border:1px solid rgba(255,255,255,.14)}

/* ---------- Pricing ---------- */
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;align-items:start}
.plan{
  background:var(--bg-cell);border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem;display:flex;flex-direction:column;gap:1.4rem;position:relative;
}
.plan--featured{
  background:var(--orange);border-color:var(--orange);
  box-shadow:0 30px 80px rgba(251,64,17,.25);
}
.plan--featured .plan__for{color:rgba(255,255,255,.85)}
.plan--featured .plan__cycle{color:rgba(255,255,255,.8)}
.plan--featured .plan__features li{color:rgba(255,255,255,.95);border-color:rgba(255,255,255,.18)}
.plan--featured .plan__features li::before{color:#fff}
.plan__badge{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:var(--ink);color:#fff;font-size:.78rem;font-weight:700;
  border-radius:999px;padding:.3rem 1rem;letter-spacing:.04em;
}
.plan__for{color:var(--text-dim);font-size:.95rem;margin-top:.2rem}
.plan__price{margin-top:1.1rem;display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap}
.plan__strike{text-decoration:line-through;opacity:.55;font-size:1.05rem}
.plan__amount{font-family:var(--font-display);font-weight:700;font-size:2.4rem}
.plan__cycle{color:var(--text-dim);font-size:.9rem}
.plan__features{list-style:none;display:flex;flex-direction:column}
.plan__features li{
  padding:.55rem 0 .55rem 1.6rem;position:relative;font-size:.95rem;
  border-bottom:1px solid var(--line);
}
.plan__features li:last-child{border-bottom:none}
.plan__features li::before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:700}
.pricing__extras{
  margin-top:2.2rem;display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;
}
.extra{
  display:flex;align-items:center;gap:1.2rem;
  background:var(--bg-cell);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.2rem 1.5rem;
}
.extra__badge{
  flex:0 0 auto;min-width:64px;height:44px;padding:0 .8rem;
  display:grid;place-items:center;
  font-family:var(--font-display);font-weight:700;font-size:1.15rem;
  background:var(--orange);color:#fff;border-radius:999px;
}
.extra__badge--free{background:transparent;color:var(--orange);border:2px solid var(--orange)}
.extra b{font-size:1rem}
.extra p{margin-top:.15rem;color:var(--text-dim);font-size:.92rem;line-height:1.5}
@media (max-width:767px){
  .pricing__extras{grid-template-columns:1fr}
}

/* ---------- Vergleich ---------- */
.compare{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}
.compare table{width:100%;border-collapse:collapse;min-width:640px}
.compare th,.compare td{padding:1rem 1.2rem;text-align:left;font-size:.96rem;border-bottom:1px solid var(--line)}
.compare tbody tr:last-child th,.compare tbody tr:last-child td{border-bottom:none}
.compare thead th{font-family:var(--font-display);font-weight:600;font-size:1rem}
.compare tbody th{color:var(--text-dim);font-weight:500}
.compare td{color:var(--text-dim)}
.compare__us{background:rgba(251,64,17,.08);color:var(--text) !important;font-weight:600}
.compare__logo{display:inline-block;height:16px;margin-right:.5rem;vertical-align:-2px}
.yes{color:var(--wa);font-weight:700}
.no{color:#e05656;font-weight:700}

/* ---------- FAQ ---------- */
.faq{display:flex;flex-direction:column;gap:.7rem}
.faq__item{border:1px solid var(--line);border-radius:12px;background:var(--bg-cell);overflow:hidden}
.faq__q{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  background:none;border:0;color:var(--text);cursor:pointer;
  font-family:var(--font-body);font-weight:700;font-size:1.02rem;text-align:left;
  padding:1.1rem 1.3rem;
}
.faq__chev{width:20px;height:20px;flex:0 0 auto;transition:transform .25s;color:var(--orange)}
.faq__item.is-open .faq__chev{transform:rotate(180deg)}
.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.faq__a>div{overflow:hidden}
.faq__a p{padding:0 1.3rem 1.2rem;color:var(--text-dim);line-height:1.65}
.faq__item.is-open .faq__a{grid-template-rows:1fr}

/* ---------- Onboarding ---------- */
.onboard{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.onboard__copy p{margin-top:1rem;color:var(--text-dim);line-height:1.65;font-size:1.05rem}
.onboard__list{list-style:none;margin-top:1.4rem;display:flex;flex-direction:column;gap:.6rem}
.onboard__list li{padding-left:1.7rem;position:relative;font-size:1rem}
.onboard__list li::before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:700}
.onboard__alt{margin-top:1.4rem;font-size:.98rem}
.onboard__alt a{color:var(--orange);font-weight:700;text-decoration:none}
.onboard__form iframe{width:100%;min-height:480px;border:0;border-radius:var(--radius)}
.onboard__placeholder{
  border:1.5px dashed rgba(245,242,238,.2);border-radius:var(--radius);
  padding:3rem 2rem;text-align:center;color:var(--text-dim);
}
.onboard__ph-icon{height:34px;margin:0 auto 1rem}
.onboard__placeholder strong{color:var(--text)}
.onboard__ph-note{margin-top:.5rem;font-size:.9rem}

/* ---------- Final CTA (Orange) ---------- */
.finalcta{
  position:relative;overflow:hidden;text-align:center;
  background:
    radial-gradient(ellipse 60% 50% at 50% -10%, var(--orange-soft), transparent 70%),
    var(--orange);
  padding:6.5rem 0;
}
.finalcta__mark{
  position:absolute;left:-6%;bottom:-30%;height:120%;width:auto;
  opacity:.09;pointer-events:none;
}
.finalcta__inner{position:relative;z-index:1}
.finalcta h2{color:#fff;font-size:clamp(2.1rem,4vw,3.2rem)}
.finalcta p{margin-top:.8rem;color:rgba(255,255,255,.92);font-size:1.15rem}
.finalcta__actions{display:flex;gap:.9rem;justify-content:center;margin-top:2.2rem;flex-wrap:wrap}

/* ---------- Footer ---------- */
.footer{border-top:1px solid var(--line);padding:3.5rem 0 2rem}
.footer__inner{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:2.5rem}
.footer__contact{display:flex;flex-direction:column;gap:.7rem}
.footer__label{font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--text)}
.footer__contact a{color:var(--text-dim);text-decoration:none;font-size:.95rem}
.footer__contact a:hover{color:var(--text)}
.footer__icon{height:24px;margin-bottom:.8rem}
.footer .nav__wordmark{font-size:1.2rem}
.footer .nav__wordmark em{color:var(--orange);opacity:1}
.footer__brand p{margin-top:.9rem;color:var(--text-dim);font-size:.95rem;line-height:1.6;max-width:32ch}
.footer__nav,.footer__legal{display:flex;flex-direction:column;gap:.7rem}
.footer__nav a,.footer__legal a{color:var(--text-dim);text-decoration:none;font-size:.95rem}
.footer__nav a:hover,.footer__legal a:hover{color:var(--text)}
.footer__bottom{margin-top:2.5rem;padding-top:1.4rem;border-top:1px solid var(--line);color:var(--text-dim);font-size:.88rem}

/* ---------- Rechtsseiten ---------- */
.legalpage .nav{background:rgba(11,10,9,.92);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--line)}
.legalpage .nav .nav__wordmark em{color:var(--orange);opacity:1}
.legal{width:min(760px,92vw);margin:0 auto;padding:150px 0 100px}
.legal h1{font-size:clamp(2.2rem,4vw,3.2rem);margin-bottom:2.4rem}
.legal h2{font-size:1.3rem;margin:2.6rem 0 .8rem}
.legal p{color:var(--text-dim);line-height:1.7;margin-bottom:.9rem}
.legal ul{color:var(--text-dim);line-height:1.7;margin:0 0 .9rem 1.3rem}
.legal li{margin-bottom:.35rem}
.legal a{color:var(--orange);text-decoration:none}
.legal a:hover{text-decoration:underline}
.legal strong{color:var(--text)}
.legal__todo{
  background:rgba(251,64,17,.1);border:1.5px dashed rgba(251,64,17,.5);
  border-radius:12px;padding:1.1rem 1.4rem;margin-bottom:2rem;
  color:var(--text);line-height:1.6;
}
.legal__footbar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem}
.legal__footbar a{color:var(--text-dim);text-decoration:none}
.legal__footbar a:hover{color:var(--text)}

/* ---------- Cookie-Consent ---------- */
.btn--primary-orange{background:var(--orange);color:#fff}
.consent{
  position:fixed;inset:auto 0 0 0;z-index:100;padding:1rem;
  display:flex;justify-content:center;
  opacity:0;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease;
  pointer-events:none;
}
.consent.is-visible{opacity:1;transform:none;pointer-events:auto}
.consent__box{
  width:min(880px,100%);
  background:#161311;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:0 24px 80px rgba(0,0,0,.6);
  padding:1.3rem 1.5rem;
  display:flex;align-items:center;gap:1.6rem;
}
.consent__text strong{font-family:var(--font-display);font-weight:600;font-size:1.05rem}
.consent__text p{margin-top:.35rem;color:var(--text-dim);font-size:.92rem;line-height:1.55}
.consent__text a{color:var(--orange);text-decoration:none}
.consent__actions{display:flex;gap:.7rem;flex:0 0 auto}
.consent__actions .btn{padding:.65rem 1.3rem;font-size:.93rem;white-space:nowrap}
@media (max-width:767px){
  .consent__box{flex-direction:column;align-items:stretch;gap:1rem}
  .consent__actions{flex-direction:column-reverse}
}

/* ---------- Reveals ---------- */
@media (prefers-reduced-motion: no-preference){
  .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--d,0)*90ms)}
  .reveal.in-view{opacity:1;transform:none}
}

/* ---------- Responsive ---------- */
@media (max-width:1023px){
  .nav__links,.nav__actions{display:none}
  .nav__burger{display:flex}
  .bento{grid-template-columns:1fr 1fr}
  .bento__cell--wide{grid-column:span 2}
  .process{grid-template-columns:1fr;gap:3rem}
  .phone{margin:0 auto}
  .pricing{grid-template-columns:1fr;max-width:520px;margin:0 auto}
  .plan--featured{order:-1}
  .onboard{grid-template-columns:1fr}
  .footer__inner{grid-template-columns:1fr;gap:1.8rem}
}
@media (max-width:767px){
  .section{padding:4.5rem 0}
  .hero{padding-top:104px}
  .hero__ctas .btn{width:100%}
  .fan{height:auto;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2.6rem;padding-bottom:2.5rem}
  .shot{position:static;width:min(420px,100%);height:auto;transform:none !important}
  .shot--l,.shot--r{display:none}
  .bento{grid-template-columns:1fr}
  .bento__cell--wide{grid-column:auto}
  .bento__cell--price{grid-template-columns:1fr;row-gap:.4rem}
  .bento__cell--price .bento__bigprice{grid-row:auto}
  .marquee__track{font-size:.9rem}
}
