/* ===========================================================
   Bloomin' Baby — children's fashion house
   Faithful implementation of "Bloomin Baby.dc.html" (Claude Design)
   =========================================================== */

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfcfb}
::selection{background:#bfe7dc}

/* ---- Design tokens (defaults = "Signature / premium" theme) ---- */
:root{
  --bb-bg:#fbfcfb;
  --bb-ink:#33414a;
  --bb-slate:#46555f;
  --bb-silver:#aeb4b8;
  --bb-mint:#74ccb6;
  --bb-accent:#2f9e88;
  --bb-accent-soft:#e2f1ec;
  --bb-head:'Cormorant Garamond',serif;
  --bb-hand:'Shantell Sans',cursive;
  --bb-sans:'Hanken Grotesk',sans-serif;
  --bb-head-weight:600;
  --bb-star:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}

/* ---- Theme variants (toggled on .bb-root via the nav switcher) ---- */
.bb-root[data-theme="sweet"]{
  --bb-accent:#33b39a; --bb-accent-soft:#dcf3ec; --bb-bg:#fcf8f2;
  --bb-head:'Shantell Sans',cursive; --bb-head-weight:600;
}
.bb-root[data-theme="premium"]{
  --bb-accent:#2f9e88; --bb-accent-soft:#e2f1ec; --bb-bg:#fbfcfb;
  --bb-head:'Cormorant Garamond',serif; --bb-head-weight:600;
}
.bb-root[data-theme="editorial"]{
  --bb-accent:#5d6b72; --bb-accent-soft:#edefee; --bb-bg:#f7f6f3;
  --bb-head:'Cormorant Garamond',serif; --bb-head-weight:500;
}

.bb-root{
  min-height:100%;
  background:var(--bb-bg);
  color:var(--bb-ink);
  font-family:var(--bb-sans);
}

/* ---- Shared atoms ---- */
.bb-star{
  width:11px;height:11px;display:inline-block;
  background:var(--bb-mint);clip-path:var(--bb-star);
}
.bb-eyebrow{
  font-family:var(--bb-hand);font-weight:600;font-size:13px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--bb-accent);
}
.bb-h2{
  margin:0;font-family:var(--bb-head);font-weight:var(--bb-head-weight);
  font-size:clamp(2rem,4.4vw,3.5rem);line-height:1.06;color:var(--bb-ink);
}
.bb-wrap{max-width:1140px;margin:0 auto}
.bb-section{
  scroll-margin-top:80px;
  padding:clamp(70px,9vw,130px) clamp(20px,5vw,40px);
  background:var(--bb-bg);
}
.bb-section--sets{background:var(--bb-accent-soft)}
.bb-section--tight{padding-top:clamp(28px,4vw,52px)}

.bb-head{display:flex;flex-direction:column;gap:14px}
.bb-head--center{align-items:center;text-align:center;margin-bottom:54px}
.bb-head--ethos{margin-bottom:56px}
.bb-head__sub{
  margin:0;font-family:var(--bb-sans);font-size:16px;line-height:1.6;
  color:#5c6970;max-width:58ch;
}

/* ========================= NAV ========================= */
.bb-nav{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:14px clamp(18px,4vw,46px);
  background:rgba(251,252,251,.78);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(70,85,95,.08);
}
.bb-nav__logo{display:flex;align-items:center;text-decoration:none}
.bb-nav__logo img{display:block;height:clamp(50px,6vw,66px);width:auto}
.bb-nav__links{display:flex;align-items:center;gap:30px}
.bb-nav__link{
  text-decoration:none;color:var(--bb-slate);font-family:var(--bb-sans);
  font-size:14px;font-weight:500;letter-spacing:.01em;
  transition:color .25s;
}
.bb-nav__link:hover{color:var(--bb-accent)}
.bb-nav__right{display:flex;align-items:center;gap:14px}

.bb-switch{
  display:flex;align-items:center;gap:4px;padding:4px;
  border:1px solid rgba(70,85,95,.16);border-radius:100px;
  background:rgba(255,255,255,.6);
}
.bb-pill{
  font-family:var(--bb-sans);font-size:12.5px;font-weight:600;
  padding:6px 13px;border-radius:100px;border:1px solid transparent;
  cursor:pointer;transition:all .3s;white-space:nowrap;
  background:transparent;color:var(--bb-slate);
}
.bb-pill[aria-pressed="true"]{background:var(--bb-accent);color:#fff}

.bb-btn-accent{
  text-decoration:none;font-family:var(--bb-sans);font-size:13.5px;
  font-weight:600;color:#fff;background:var(--bb-accent);
  padding:10px 18px;border-radius:100px;letter-spacing:.01em;
  white-space:nowrap;transition:filter .25s,transform .25s;
}
.bb-btn-accent:hover{filter:brightness(1.06)}

/* ========================= HERO ========================= */
.bb-hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  padding:120px clamp(20px,5vw,40px) 90px;overflow:hidden;
  background:radial-gradient(125% 80% at 50% -5%,var(--bb-accent-soft) 0%,rgba(255,255,255,0) 58%);
}
.bb-confetti{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;opacity:.6}
.bb-hero__inner{
  position:relative;z-index:1;width:100%;max-width:1140px;margin:0 auto;
  display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(28px,5vw,72px);align-items:center;
}
.bb-hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:20px;text-align:left}
.bb-eyebrow-row{display:flex;align-items:center;gap:10px}
.bb-hero .bb-eyebrow{font-size:14px}
.bb-hero__title{
  margin:0;font-family:var(--bb-head);font-weight:var(--bb-head-weight);
  font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.04;letter-spacing:-.01em;
  color:var(--bb-ink);max-width:15ch;
}
.bb-hero__sub{
  margin:0;font-family:var(--bb-sans);font-size:clamp(15px,1.4vw,18px);
  line-height:1.65;color:#5c6970;max-width:48ch;
}
.bb-cta-row{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-start;margin-top:8px}
.bb-hero__media{position:relative;width:100%;aspect-ratio:1/1}
.bb-hero__photo{position:absolute;border-radius:20px;overflow:hidden}
.bb-hero__photo img{width:100%;height:100%;object-fit:cover;display:block}
.bb-hero__photo--main{right:0;top:0;width:74%;height:100%;box-shadow:0 44px 76px -34px rgba(47,79,68,.5)}
.bb-hero__photo--inset{
  left:0;bottom:7%;width:47%;height:47%;
  border:5px solid var(--bb-bg);box-shadow:0 28px 52px -26px rgba(47,79,68,.42);
}
.bb-hero__star{
  position:absolute;right:5%;top:-2%;width:20px;height:20px;
  background:var(--bb-mint);clip-path:var(--bb-star);
  animation:bbBob 5s ease-in-out infinite;z-index:2;
}
.bb-btn-primary{
  text-decoration:none;font-family:var(--bb-sans);font-size:15px;font-weight:600;
  color:#fff;background:var(--bb-accent);padding:15px 30px;border-radius:100px;
  box-shadow:0 16px 30px -14px var(--bb-accent);
  transition:transform .25s,box-shadow .25s;
}
.bb-btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 38px -16px var(--bb-accent)}
.bb-btn-ghost{
  text-decoration:none;font-family:var(--bb-sans);font-size:15px;font-weight:600;
  color:var(--bb-slate);background:transparent;padding:15px 30px;border-radius:100px;
  border:1px solid rgba(70,85,95,.24);transition:border-color .25s,color .25s;
}
.bb-btn-ghost:hover{border-color:var(--bb-accent);color:var(--bb-accent)}

.bb-scroll-cue{
  position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:1;
}
.bb-scroll-cue__anim{
  display:flex;flex-direction:column;align-items:center;gap:7px;
  animation:bbCue 2.2s ease-in-out infinite;
}
.bb-scroll-cue__label{
  font-family:var(--bb-sans);font-size:11px;letter-spacing:.18em;
  text-transform:uppercase;color:var(--bb-silver);
}
.bb-scroll-cue__line{width:1px;height:26px;background:linear-gradient(var(--bb-silver),transparent)}

/* ========================= MARQUEE ========================= */
.bb-band{
  background:var(--bb-accent);color:#fff;text-align:center;
  padding:clamp(16px,2.4vw,24px) clamp(20px,5vw,40px);
  font-family:var(--bb-head);font-weight:var(--bb-head-weight);
  font-size:clamp(20px,3vw,30px);letter-spacing:.01em;
}

/* ========================= BRANDS ========================= */
.bb-brand-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;
}
.bb-brand{
  --c:var(--bb-accent);--ct:var(--bb-accent-soft);
  display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;
  border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;
  transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s,border-color .5s;
}
.bb-brand:hover{
  transform:translateY(-9px);
  box-shadow:0 28px 52px -26px var(--c);
  border-color:var(--c);
}
.bb-brand__well{
  height:172px;background:#fff;
  display:flex;align-items:center;justify-content:center;padding:26px 24px;
}
.bb-brand__well img{max-width:230px;max-height:92px;width:auto;height:auto;object-fit:contain}
.bb-brand__script{
  font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;
  font-size:40px;color:#b07d8a;text-align:center;
}
.bb-brand__body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:10px;flex:1}
.bb-brand__lines{
  font-family:var(--bb-hand);font-weight:600;font-size:12px;letter-spacing:.05em;
  color:var(--c);text-transform:uppercase;
}
.bb-brand__tag{margin:0;font-family:var(--bb-sans);font-size:15.5px;line-height:1.5;color:#5a666d}

/* ====================== ABOUT US ====================== */
.bb-head__sub strong{color:var(--bb-accent);font-weight:700}
.bb-glink{color:var(--bb-accent);font-weight:700;text-decoration:none}
.bb-glink:hover{text-decoration:underline}
.bb-caps{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(34px,4vw,54px) clamp(24px,3vw,48px)}
.bb-cap{flex:0 1 340px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:13px}
.bb-cap__icon{
  width:58px;height:58px;border-radius:50%;flex:0 0 auto;
  background:var(--bb-accent-soft);color:var(--bb-accent);
  display:flex;align-items:center;justify-content:center;
  transition:transform .3s cubic-bezier(.2,.7,.2,1);
}
.bb-cap:hover .bb-cap__icon{transform:translateY(-4px)}
.bb-cap__icon svg{width:27px;height:27px;display:block}
.bb-cap__t{margin:0;font-family:var(--bb-head);font-weight:var(--bb-head-weight);font-size:19px;color:var(--bb-ink)}
.bb-cap__d{margin:0;font-family:var(--bb-sans);font-size:14.5px;line-height:1.6;color:#5c6970;max-width:36ch}

/* ====================== SIGNATURE SETS ====================== */
.bb-sets{
  max-width:1140px;margin:0 auto;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:clamp(40px,6vw,80px);align-items:center;
}
.bb-sets__copy{display:flex;flex-direction:column;gap:18px}
.bb-sets__lead{
  margin:0;font-family:var(--bb-sans);font-size:16.5px;line-height:1.7;
  color:#4f5c63;max-width:48ch;
}
.bb-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.bb-tag{
  font-family:var(--bb-sans);font-size:13px;font-weight:500;color:var(--bb-slate);
  background:#fff;border:1px solid rgba(70,85,95,.12);padding:9px 15px;border-radius:100px;
}

.bb-collage{position:relative;height:430px}
.bb-collage__card{
  position:absolute;border-radius:18px;overflow:hidden;display:block;
}
.bb-collage__card img{width:100%;height:100%;object-fit:cover;display:block}
.bb-collage__card--a{
  left:4%;top:8%;width:46%;height:62%;transform:rotate(-6deg);
  background:repeating-linear-gradient(135deg,#eef6f2,#eef6f2 13px,#e3efe9 13px,#e3efe9 26px);
  box-shadow:0 22px 44px -22px rgba(47,79,68,.35);
}
.bb-collage__card--b{
  right:6%;top:0;width:44%;height:58%;transform:rotate(5deg);
  background:repeating-linear-gradient(135deg,#f3eee9,#f3eee9 13px,#ece3da 13px,#ece3da 26px);
  box-shadow:0 22px 44px -22px rgba(120,90,60,.3);
}
.bb-collage__card--c{
  left:24%;bottom:0;width:50%;height:50%;transform:rotate(2deg);
  background:repeating-linear-gradient(135deg,#eef0f4,#eef0f4 13px,#e2e6ee 13px,#e2e6ee 26px);
  box-shadow:0 22px 44px -22px rgba(70,85,95,.32);
}
.bb-collage__star{
  position:absolute;right:2%;bottom:14%;width:18px;height:18px;
  background:var(--bb-mint);clip-path:var(--bb-star);
  animation:bbBob 4s ease-in-out infinite;
}

/* ==================== PICOLETTE SPOTLIGHT ==================== */
.bb-spotlight{overflow:hidden}
.bb-spotlight__top{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(32px,5vw,72px);align-items:center;
}
.bb-spotlight__copy{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.bb-spotlight__logo{align-items:center;justify-content:center;padding:16px;gap:20px}
.bb-spotlight__logo img{max-width:min(340px,90%);max-height:210px;width:auto;height:auto;object-fit:contain}
.bb-exclusive{display:flex;align-items:center;gap:9px;font-family:var(--bb-sans);font-size:15px;font-weight:600;color:var(--bb-slate)}
.bb-target{width:24px;height:24px;flex:0 0 auto}
.bb-spotlight__lead{
  margin:0;font-family:var(--bb-sans);font-size:16.5px;line-height:1.7;
  color:#4f5c63;max-width:46ch;
}
.bb-spotlight__credit{
  display:flex;align-items:center;gap:9px;
  font-family:var(--bb-hand);font-weight:600;font-size:12.5px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--bb-slate);
}
.bb-spotlight__credit .bb-star{width:12px;height:12px}
.bb-spotlight__feature{
  position:relative;border-radius:22px;overflow:hidden;aspect-ratio:4/5;
  box-shadow:0 40px 72px -36px rgba(47,79,68,.5);
}
.bb-spotlight__feature img,
.bb-spotlight__feature video{width:100%;height:100%;object-fit:cover;display:block;background:#ece3da}
.bb-spotlight__grid{
  margin-top:clamp(28px,4vw,52px);
  display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;
}
.bb-shot{
  margin:0;position:relative;border-radius:18px;overflow:hidden;
  box-shadow:0 22px 44px -26px rgba(47,79,68,.4);
}
.bb-shot img{
  display:block;width:100%;aspect-ratio:3/2;object-fit:cover;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
}
.bb-shot:hover img{transform:scale(1.05)}
.bb-shot figcaption{
  position:absolute;left:14px;bottom:12px;
  font-family:'Hanken Grotesk',monospace;font-size:11px;letter-spacing:.06em;
  color:var(--bb-slate);background:rgba(255,255,255,.82);padding:5px 10px;border-radius:100px;
}
.bb-spotlight--rz{background:var(--bb-accent-soft)}
.bb-spotlight--rz .bb-spotlight__feature{aspect-ratio:3/4}
.bb-spotlight--baker .bb-spotlight__feature{aspect-ratio:3/4}
.bb-shot--tall img{aspect-ratio:3/4}

/* ====================== OUR APPROACH ====================== */
.bb-pillars{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(28px,4vw,52px);
}
.bb-pillar{
  display:flex;flex-direction:column;gap:14px;padding-top:22px;
  border-top:2px solid var(--bb-accent-soft);
}
.bb-pillar__n{
  font-family:var(--bb-head);font-style:italic;font-size:44px;line-height:1;
  color:var(--bb-mint);
}
.bb-pillar__t{margin:0;font-family:var(--bb-head);font-weight:600;font-size:25px;color:var(--bb-ink)}
.bb-pillar__d{margin:0;font-family:var(--bb-sans);font-size:15.5px;line-height:1.65;color:#5c6970}

/* ====================== WHOLESALE ====================== */
.bb-cta{
  max-width:880px;margin:0 auto;
  background:linear-gradient(160deg,var(--bb-accent-soft),#ffffff);
  border:1px solid rgba(47,158,136,.16);border-radius:28px;
  padding:clamp(36px,6vw,72px);text-align:center;position:relative;overflow:hidden;
}
.bb-cta__star{
  position:absolute;left:8%;top:18%;width:14px;height:14px;
  background:var(--bb-mint);clip-path:var(--bb-star);
  animation:bbBob 5s ease-in-out infinite;
}
.bb-cta__dot{position:absolute;right:10%;bottom:20%;width:10px;height:10px;border-radius:50%;background:var(--bb-silver)}
.bb-cta__title{
  margin:14px 0 0;font-family:var(--bb-head);font-weight:var(--bb-head-weight);
  font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.06;color:var(--bb-ink);
}
.bb-cta__lead{
  margin:16px auto 0;font-family:var(--bb-sans);font-size:16.5px;line-height:1.65;
  color:#4f5c63;max-width:52ch;
}
.bb-cta__form{display:flex;flex-direction:column;gap:12px;margin:30px auto 0;max-width:520px;text-align:left}
.bb-cta__input{
  font-family:var(--bb-sans);font-size:15px;padding:14px 20px;border-radius:100px;
  border:1px solid rgba(70,85,95,.2);background:#fff;color:var(--bb-ink);
  width:100%;outline:none;transition:border-color .2s;
}
.bb-cta__input::placeholder{color:#9aa6ab}
.bb-cta__input:focus{border-color:var(--bb-accent)}
.bb-cta__textarea{border-radius:22px;min-height:132px;line-height:1.55;resize:vertical}
.bb-cta__btn{
  font-family:var(--bb-sans);font-size:15px;font-weight:600;color:#fff;
  background:var(--bb-accent);border:none;padding:15px 28px;border-radius:100px;
  cursor:pointer;box-shadow:0 14px 28px -14px var(--bb-accent);
  transition:filter .25s,transform .25s;width:100%;margin-top:2px;
}
.bb-cta__btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.bb-cta__fine{margin:20px 0 0;font-family:var(--bb-sans);font-size:13px;color:var(--bb-silver)}
.bb-cta__fine a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.bb-cta__note{
  margin:20px auto 0;font-family:var(--bb-sans);font-size:15.5px;font-weight:600;
  color:var(--bb-accent);
}

/* ====================== FOOTER ====================== */
.bb-footer{
  background:var(--bb-slate);color:#dfe6e9;
  padding:clamp(54px,7vw,86px) clamp(20px,5vw,40px) 36px;
}
.bb-footer__grid{
  max-width:1140px;margin:0 auto;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;
}
.bb-footer__about{display:flex;flex-direction:column;gap:12px;max-width:30ch}
.bb-footer__brand{font-family:var(--bb-hand);font-weight:700;font-size:22px;color:#fff}
.bb-footer__blurb{margin:0;font-family:var(--bb-sans);font-size:14px;line-height:1.6;color:#b7c4c9}
.bb-footer__col{display:flex;flex-direction:column;gap:11px}
.bb-footer__label{
  font-family:var(--bb-sans);font-size:12px;letter-spacing:.12em;
  text-transform:uppercase;color:#8fa1a8;
}
.bb-footer__item{font-family:var(--bb-sans);font-size:14px;color:#cdd7da}
.bb-footer__person{display:flex;flex-direction:column;gap:2px}
.bb-footer__role{font-family:var(--bb-sans);font-size:12px;color:#8fa1a8;line-height:1.35}
.bb-footer__link{
  text-decoration:none;font-family:var(--bb-sans);font-size:14px;color:#cdd7da;
  transition:color .25s;
}
.bb-footer__link:hover{color:#fff}
.bb-footer__bar{
  max-width:1140px;margin:46px auto 0;padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;
}
.bb-footer__legal{font-family:var(--bb-sans);font-size:12.5px;color:#9fb0b6}

/* ====================== GALLERY ====================== */
.bb-gallery-cta{
  display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;
  padding:clamp(40px,6vw,72px) 20px;background:var(--bb-accent-soft);
}
.gal-group{margin-top:clamp(38px,5vw,66px)}
.gal-title{
  font-family:var(--bb-head);font-weight:var(--bb-head-weight);
  font-size:clamp(1.4rem,3vw,2.1rem);color:var(--bb-ink);margin:0 0 18px;text-align:center;
}
.gal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}
.gal-item{
  display:block;border-radius:14px;overflow:hidden;cursor:zoom-in;background:#ece3da;
  box-shadow:0 16px 32px -22px rgba(47,79,68,.45);
}
.gal-item img{
  display:block;width:100%;aspect-ratio:3/4;object-fit:cover;
  transition:transform .5s cubic-bezier(.2,.7,.2,1);
}
.gal-item:hover img{transform:scale(1.05)}
.gal-lightbox{
  position:fixed;inset:0;z-index:100;background:rgba(30,40,45,.92);
  display:none;align-items:center;justify-content:center;padding:24px;
}
.gal-lightbox.open{display:flex}
.gal-lightbox img{max-width:92vw;max-height:90vh;border-radius:10px;object-fit:contain;box-shadow:0 30px 60px -20px rgba(0,0,0,.5)}
.gal-lightbox__close{
  position:absolute;top:16px;right:20px;width:46px;height:46px;border-radius:50%;border:none;
  background:rgba(255,255,255,.92);color:var(--bb-ink);font-size:26px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
}

/* ====================== REVEAL ANIMATION ====================== */
[data-reveal]{
  opacity:0;transform:translateY(28px);
  transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal].is-revealed{opacity:1;transform:none}

/* ====================== KEYFRAMES ====================== */
@keyframes bbFloatY{0%{transform:translateY(0);opacity:0}6%{opacity:.9}92%{opacity:.9}100%{transform:translateY(-112vh);opacity:0}}
@keyframes bbSway{0%{transform:translateX(-10px) rotate(0)}50%{transform:translateX(10px) rotate(160deg)}100%{transform:translateX(-10px) rotate(360deg)}}
@keyframes bbMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes bbBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes bbCue{0%,100%{transform:translateY(0);opacity:.5}50%{transform:translateY(7px);opacity:1}}

/* ====================== RESPONSIVE ====================== */
@media(max-width:820px){.bb-sm-hide{display:none!important}}

@media(max-width:880px){
  .bb-hero{padding-top:104px}
  .bb-hero__inner{grid-template-columns:1fr;gap:40px}
  .bb-hero__copy{align-items:center;text-align:center}
  .bb-cta-row{justify-content:center}
  .bb-hero__title{max-width:18ch}
  .bb-hero__sub{max-width:56ch}
  .bb-hero__media{max-width:440px;margin:0 auto;aspect-ratio:5/4}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.001ms!important;animation-iteration-count:1!important}
  [data-reveal]{opacity:1;transform:none}
}
