@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Italiana&display=swap');

:root{
  --ink:#101010;
  --paper:#f7f5ef;
  --white:#fff;
  --blue:#2635ff;
  --blue-deep:#101ddf;
  --mist:#e9ecff;
  --line:rgba(16,16,16,.13);
  --muted:#5f626a;
  --max:1240px;
  --serif:'Italiana','Times New Roman',serif;
  --sans:'DM Sans',Arial,sans-serif;
  --shadow:0 24px 70px rgba(16,16,16,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
::selection{background:var(--blue);color:#fff}
.skip-link{position:fixed;top:-100px;left:1rem;background:#fff;padding:.7rem 1rem;z-index:9999;border:1px solid #111}.skip-link:focus{top:1rem}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.announcement{background:var(--ink);color:#fff;text-align:center;font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;padding:.65rem 1rem}
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,245,239,.92);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.25s ease}
.site-header.scrolled{border-color:var(--line)}
.nav{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}
.nav-links,.nav-actions{display:flex;align-items:center;gap:1.45rem}.nav-actions{justify-content:flex-end}
.nav-link{font-size:.86rem;font-weight:600;letter-spacing:.02em;position:relative}.nav-link:after{content:'';position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--ink);transition:.25s}.nav-link:hover:after,.nav-link.active:after{right:0}
.brand{font-family:var(--serif);font-size:1.38rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.nav-btn{border:1px solid var(--ink);background:transparent;padding:.72rem 1rem;border-radius:999px;font-weight:600;font-size:.82rem}
.bag-count{display:inline-grid;place-items:center;min-width:1.3rem;height:1.3rem;background:var(--blue);color:#fff;border-radius:99px;font-size:.69rem;margin-left:.35rem}
.menu-btn{display:none;background:none;border:0;padding:.5rem}
.hero{min-height:calc(100vh - 118px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;border-bottom:1px solid var(--line)}
.hero-copy{padding:clamp(4.5rem,8vw,9rem) clamp(2rem,6vw,8rem) clamp(4rem,6vw,7rem) max(20px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.eyebrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--blue);margin-bottom:1.35rem}.hero h1,.display{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;line-height:.89;margin:0}.hero h1{font-size:clamp(4.1rem,8.5vw,9.2rem);max-width:820px}.hero h1 em{color:var(--blue);font-style:italic}.hero-lead{max-width:560px;font-size:clamp(1.03rem,1.4vw,1.26rem);margin:1.8rem 0 2rem;color:#30323a}.button-row{display:flex;flex-wrap:wrap;gap:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:999px;padding:.9rem 1.25rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.btn-blue{background:var(--blue);border-color:var(--blue)}.btn-light{background:transparent;color:var(--ink)}
.hero-media{position:relative;overflow:hidden;min-height:600px;background:#d9dbe3}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(0,0,0,.24))}.hero-note{position:absolute;z-index:2;bottom:2rem;left:2rem;right:2rem;display:flex;align-items:end;justify-content:space-between;color:#fff}.hero-note strong{font-family:var(--serif);font-weight:400;font-size:1.7rem}.hero-note span{font-size:.73rem;text-transform:uppercase;letter-spacing:.15em}
.marquee{overflow:hidden;border-bottom:1px solid var(--line);background:#fff}.marquee-track{display:flex;width:max-content;animation:scroll 28s linear infinite;padding:.9rem 0}.marquee-track span{font-family:var(--serif);font-size:1.42rem;margin-right:3.4rem;white-space:nowrap}.marquee-track i{color:var(--blue);font-style:normal;margin-right:.8rem}@keyframes scroll{to{transform:translateX(-50%)}}
.section{padding:clamp(5rem,9vw,9rem) 0}.section-tight{padding:4rem 0}.section-kicker{color:var(--blue);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.section-title{font-family:var(--serif);font-size:clamp(2.9rem,5vw,5.8rem);line-height:.94;letter-spacing:-.035em;margin:0;max-width:850px;font-weight:400}.section-copy{max-width:520px;color:var(--muted);margin:0}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{background:#fff;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column}.product-image{aspect-ratio:4/5;overflow:hidden;background:#e9e9e7;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:.55s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;top:1rem;left:1rem;background:#fff;padding:.42rem .62rem;border-radius:999px;font-size:.67rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.product-content{padding:1.25rem 1.2rem 1.35rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-meta{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.product-name{font-family:var(--serif);font-size:1.7rem;line-height:1;margin:0}.product-desc{font-size:.88rem;color:var(--muted);margin:0;flex:1}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.3rem}.price{font-weight:700}.add-btn{background:none;border:0;padding:.3rem 0;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--ink)}
.routine{background:var(--blue);color:#fff;position:relative;overflow:hidden}.routine:before{content:'';position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.3);border-radius:50%;right:-130px;top:-190px}.routine-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;align-items:start}.routine .section-kicker{color:#fff9}.routine-intro p{max-width:480px;color:#fffbd}.steps{display:grid;gap:0}.step{display:grid;grid-template-columns:70px 1fr;gap:1.4rem;padding:1.6rem 0;border-top:1px solid rgba(255,255,255,.24)}.step:last-child{border-bottom:1px solid rgba(255,255,255,.24)}.step-num{font-family:var(--serif);font-size:2.2rem}.step h3{font-family:var(--serif);font-size:2rem;margin:0 0 .3rem;font-weight:400}.step p{margin:0;color:#ffffffe0}
.editorial{display:grid;grid-template-columns:1fr 1fr;min-height:740px}.editorial-media{min-height:650px}.editorial-media img{width:100%;height:100%;object-fit:cover}.editorial-copy{padding:clamp(4rem,8vw,9rem);background:#fff;display:flex;flex-direction:column;justify-content:center}.editorial-quote{font-family:var(--serif);font-size:clamp(2.7rem,4.7vw,5.8rem);line-height:.96;margin:0 0 2rem;letter-spacing:-.03em}.signature{font-size:.77rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.brand-manifesto{margin-top:2rem;font-size:1.1rem;max-width:500px;color:#484a51}
.proof{background:#101010;color:#fff}.proof-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem}.proof-intro{position:sticky;top:130px;align-self:start}.proof .section-kicker{color:#9da5ff}.proof .section-copy{color:#c9cad0}.review-stack{display:grid;gap:1rem}.review-card{background:#181818;border:1px solid #2a2a2a;padding:1.4rem;display:grid;grid-template-columns:160px 1fr;gap:1.4rem;align-items:center}.review-card img{width:160px;height:210px;object-fit:cover;object-position:top;border-radius:8px}.review-text{font-family:var(--serif);font-size:clamp(1.55rem,2.4vw,2.55rem);line-height:1.08;margin:0 0 1rem}.review-source{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;color:#a7a8ae}.proof-note{font-size:.74rem;color:#8f9098;margin-top:1rem}
.gallery{display:grid;grid-template-columns:1.15fr .85fr 1fr;grid-template-rows:330px 330px;gap:.8rem}.gallery figure{margin:0;overflow:hidden;background:#ddd}.gallery figure:first-child{grid-row:1/3}.gallery figure:nth-child(4){grid-column:2/4}.gallery img{width:100%;height:100%;object-fit:cover;transition:.5s}.gallery figure:hover img{transform:scale(1.03)}
.delivery-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:#fff}.delivery-item{padding:2rem;border-right:1px solid var(--line)}.delivery-item:last-child{border-right:0}.delivery-item small{display:block;color:var(--blue);font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}.delivery-item strong{font-family:var(--serif);font-weight:400;font-size:1.7rem}
.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;background:none;border:0;text-align:left;display:flex;justify-content:space-between;gap:1rem;padding:1.45rem 0;font-size:1rem;font-weight:600}.faq-q span:last-child{font-size:1.25rem;color:var(--blue)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-a p{margin:0 0 1.4rem;max-width:780px;color:var(--muted)}.faq-item.open .faq-a{max-height:260px}
.cta{background:var(--blue);color:#fff;padding:clamp(5rem,9vw,9rem) 0;position:relative;overflow:hidden}.cta:after{content:'';position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.25);border-radius:50%;right:-180px;bottom:-360px}.cta .section-title{max-width:900px}.cta p{max-width:580px;color:#fffce;margin:1.5rem 0 2rem}.cta .btn{background:#fff;color:#111;border-color:#fff}
.footer{background:#0d0d0d;color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:3rem}.footer-brand{font-family:var(--serif);font-size:2.3rem;line-height:1;margin-bottom:1rem}.footer p,.footer a{color:#b8b9bf;font-size:.86rem}.footer a:hover{color:#fff}.footer h4{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;margin:0 0 1rem}.footer-links{display:grid;gap:.55rem}.footer-bottom{border-top:1px solid #262626;margin-top:3rem;padding-top:1.3rem;display:flex;justify-content:space-between;gap:1rem;color:#777;font-size:.72rem}.bizzforge{color:#bfc2ff!important}

.page-hero{padding:6rem 0 4rem;border-bottom:1px solid var(--line)}.page-hero h1{font-family:var(--serif);font-size:clamp(4rem,8vw,8rem);line-height:.9;letter-spacing:-.04em;margin:0}.page-hero p{max-width:620px;color:var(--muted);font-size:1.1rem}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.story-image{position:sticky;top:120px}.story-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.story-body{font-size:1.05rem}.story-body .big-lead{font-family:var(--serif);font-size:2.5rem;line-height:1.08}.manifesto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.manifesto-card{border:1px solid var(--line);background:#fff;padding:2rem;min-height:220px}.manifesto-card strong{font-family:var(--serif);font-size:2rem;font-weight:400;display:block;margin-bottom:1rem;color:var(--blue)}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.shop-grid .product-image{aspect-ratio:1/1.15}.bundle-card{grid-column:1/-1;display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid var(--line)}.bundle-card img{height:100%;object-fit:cover;min-height:500px}.bundle-copy{padding:clamp(2.5rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center}.bundle-copy h2{font-family:var(--serif);font-size:clamp(3rem,5vw,5.7rem);line-height:.95;margin:0 0 1.3rem;font-weight:400}.bundle-points{display:grid;gap:.7rem;margin:1.5rem 0 2rem}.bundle-points span{border-top:1px solid var(--line);padding-top:.7rem;font-size:.87rem}
.order-summary{background:#fff;border:1px solid var(--line);padding:2rem;max-width:720px}.order-summary h3{font-family:var(--serif);font-size:2.3rem;font-weight:400;margin-top:0}

.cart-drawer{position:fixed;inset:0;z-index:400;pointer-events:none}.cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,.38);opacity:0;transition:.25s}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(440px,100%);background:var(--paper);transform:translateX(100%);transition:.35s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}.cart-drawer.open{pointer-events:auto}.cart-drawer.open .cart-overlay{opacity:1}.cart-drawer.open .cart-panel{transform:none}.cart-head{padding:1.4rem 1.5rem;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.cart-head h2{font-family:var(--serif);font-size:2rem;margin:0;font-weight:400}.cart-close{background:none;border:0;font-size:1.7rem}.cart-items{flex:1;overflow:auto;padding:1rem 1.5rem}.cart-empty{color:var(--muted)}.cart-item{display:grid;grid-template-columns:75px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-item img{width:75px;height:90px;object-fit:cover}.cart-item h4{font-family:var(--serif);font-size:1.2rem;margin:0 0 .25rem;font-weight:400}.qty{display:flex;align-items:center;gap:.6rem;margin-top:.55rem}.qty button{width:26px;height:26px;border:1px solid var(--line);background:#fff}.remove{border:0;background:none;color:#777;font-size:.74rem;text-decoration:underline}.cart-foot{padding:1.4rem 1.5rem;border-top:1px solid var(--line);background:#fff}.cart-total{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:700}.cart-foot .btn{width:100%}.cart-note{font-size:.72rem;color:var(--muted);margin:.7rem 0 0}
.toast{position:fixed;left:50%;bottom:2rem;z-index:500;transform:translate(-50%,30px);opacity:0;background:#111;color:#fff;padding:.8rem 1rem;border-radius:999px;font-size:.8rem;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}

@media (max-width:1000px){
  .nav{grid-template-columns:auto 1fr auto}.nav-links{position:fixed;top:107px;left:0;right:0;background:var(--paper);display:none;flex-direction:column;align-items:flex-start;padding:1.5rem 20px 2rem;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu-btn{display:block}.brand{justify-self:center}.nav-actions .nav-link{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:5rem max(20px,calc((100vw - var(--max))/2))}.hero-media{min-height:68vh}.products{grid-template-columns:repeat(2,1fr)}.routine-grid,.proof-grid{grid-template-columns:1fr;gap:3rem}.proof-intro{position:static}.editorial{grid-template-columns:1fr}.editorial-media{min-height:70vh}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:330px 330px 330px}.gallery figure:first-child{grid-row:1/3}.gallery figure:nth-child(4){grid-column:1/3}.delivery-strip{grid-template-columns:1fr}.delivery-item{border-right:0;border-bottom:1px solid var(--line)}.delivery-item:last-child{border-bottom:0}.story-layout{grid-template-columns:1fr}.story-image{position:static}.shop-grid{grid-template-columns:repeat(2,1fr)}.bundle-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media (max-width:650px){
  .container{width:min(calc(100% - 28px),var(--max))}.announcement{font-size:.64rem}.nav{height:70px}.brand{font-size:1.08rem}.nav-btn{padding:.62rem .78rem}.hero-copy{padding:4rem 20px}.hero h1{font-size:clamp(3.9rem,18vw,6.5rem)}.hero-lead{font-size:1rem}.hero-media{min-height:62vh}.hero-note{left:1rem;right:1rem;bottom:1rem}.section{padding:4.5rem 0}.section-head{align-items:start;flex-direction:column;margin-bottom:2rem}.section-title{font-size:clamp(3rem,14vw,4.7rem)}.products,.shop-grid{grid-template-columns:1fr}.routine-grid{gap:2rem}.step{grid-template-columns:52px 1fr}.editorial-copy{padding:4rem 1.4rem}.editorial-media{min-height:520px}.review-card{grid-template-columns:1fr}.review-card img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#0f0f0f}.gallery{grid-template-columns:1fr;grid-template-rows:none}.gallery figure,.gallery figure:first-child,.gallery figure:nth-child(4){grid-column:auto;grid-row:auto;height:320px}.delivery-item{padding:1.4rem}.manifesto-grid{grid-template-columns:1fr}.bundle-card img{min-height:380px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.cart-panel{width:100%}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.footer-logo{width:105px;height:105px;object-fit:cover;border-radius:50%;margin-bottom:1rem;background:#fff}

/* Official Curly Business logo integration */
.brand-logo-link{display:flex;align-items:center;justify-content:center;line-height:0}
.brand-logo{display:block;width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(38,53,255,.08));transition:transform .2s ease}
.brand-logo-link:hover .brand-logo{transform:scale(1.025)}
.footer-logo{display:block;width:150px;max-width:100%;height:auto;margin:-.7rem 0 .55rem;object-fit:contain}
@media (max-width:900px){.brand-logo{width:68px;height:68px}}
@media (max-width:560px){.brand-logo{width:58px;height:58px}.footer-logo{width:132px}}

/* Client refinement — lighter copy, branded blue fields, moving customer proof */
.routine{
  background:linear-gradient(135deg,#2635ff 0%,#1d2de9 55%,#3140ff 100%);
  isolation:isolate;
}
.routine:before{
  content:'';
  position:absolute;
  width:min(56vw,720px);
  height:min(56vw,720px);
  border:0;
  border-radius:0;
  right:-7vw;
  top:50%;
  transform:translateY(-50%) rotate(-7deg);
  background:url('assets/logo.png') center/contain no-repeat;
  opacity:.115;
  filter:saturate(.85) brightness(1.18);
  pointer-events:none;
  z-index:0;
}
.routine:after{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 48%,rgba(255,255,255,.13),transparent 36%);
  pointer-events:none;
  z-index:0;
}
.routine-grid{position:relative;z-index:1}

.founder-media{
  background:linear-gradient(145deg,#ebeefe,#f7f5ef);
  padding:clamp(1rem,2.4vw,2.2rem);
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
}
.founder-media:before{
  content:'';
  position:absolute;
  width:72%;
  aspect-ratio:1;
  background:url('assets/logo.png') center/contain no-repeat;
  opacity:.055;
  right:-15%;
  bottom:-23%;
}
.founder-media img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  max-height:680px;
  object-fit:contain;
  box-shadow:0 24px 70px rgba(16,16,16,.14);
}

.proof{overflow:hidden}
.proof-heading{margin-bottom:2.4rem}
.proof-intro{position:static;max-width:760px}
.proof-intro .section-copy{margin-top:1rem}
.review-marquee{
  overflow:hidden;
  width:100%;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}
.review-track{
  display:flex;
  gap:1rem;
  width:max-content;
  padding:.3rem 0 .6rem;
  animation:review-scroll 42s linear infinite;
  will-change:transform;
}
.review-card{
  width:min(620px,78vw);
  flex:0 0 auto;
  min-height:270px;
  background:#181818;
  border:1px solid #2a2a2a;
  padding:1.35rem;
  display:grid;
  grid-template-columns:150px 1fr;
  gap:1.35rem;
  align-items:center;
}
.review-card img{width:150px;height:210px;object-fit:cover;object-position:top;border-radius:8px}
.review-text{font-size:clamp(1.45rem,2vw,2.25rem)}
.proof-note{margin-top:1.3rem}
@keyframes review-scroll{to{transform:translateX(calc(-50% - .5rem))}}

.cta{
  background:linear-gradient(135deg,#2635ff 0%,#1c2adb 58%,#3343ff 100%);
  isolation:isolate;
}
.cta:after{
  content:'';
  position:absolute;
  width:min(62vw,760px);
  height:min(62vw,760px);
  border:0;
  border-radius:0;
  right:-8vw;
  bottom:50%;
  transform:translateY(50%) rotate(7deg);
  background:url('assets/logo.png') center/contain no-repeat;
  opacity:.12;
  filter:saturate(.85) brightness(1.2);
  pointer-events:none;
  z-index:0;
}
.cta:before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 78% 50%,rgba(255,255,255,.14),transparent 38%);
  pointer-events:none;
  z-index:0;
}
.cta .container{position:relative;z-index:1}

@media (max-width:1000px){
  .routine:before{width:700px;height:700px;right:-300px;opacity:.09}
  .founder-media{min-height:auto}
  .founder-media img{max-height:none}
  .review-card{width:min(560px,84vw)}
  .cta:after{width:680px;height:680px;right:-300px;opacity:.095}
}
@media (max-width:650px){
  .routine:before{width:520px;height:520px;right:-250px;opacity:.08}
  .founder-media{min-height:auto;padding:1rem}
  .review-marquee{-webkit-mask-image:none;mask-image:none}
  .review-track{gap:.75rem;animation-duration:36s}
  .review-card{width:82vw;min-height:0;grid-template-columns:1fr;padding:1rem}
  .review-card img{width:100%;height:300px;object-fit:contain;background:#0f0f0f}
  .review-text{font-size:1.48rem}
  .cta:after{width:500px;height:500px;right:-260px;opacity:.08}
}
@media (prefers-reduced-motion:reduce){
  .review-track{animation:none;overflow-x:auto}
}
.review-track{gap:0}
.review-card{margin-right:1rem}
@keyframes review-scroll{to{transform:translateX(-50%)}}
@media (max-width:650px){.review-card{margin-right:.75rem}}
