/** Shopify CDN: Minification failed

Line 272:40 Unexpected "/"

**/

/* ================================
   BLOOM EMAIL SIGNUP SECTION — REBUILT
   Replace entire bsg- block in bloom.css
   ================================ */

   
/* .shopify-section:not(.section-header):not(:has(.be-section)):not(:has(.bv-section))::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(
    to right,
    #00B4D8 0%, #00B4D8 33.33%,
    #FFD600 33.33%, #FFD600 66.66%,
    #FF2D78 66.66%, #FF2D78 100%
  );
  position: relative;
  z-index: 10;
}
.bsg-section {
  position: relative;
  z-index: 1;
  background: #060c0a;
  overflow: hidden;
} */

/* Glows — much stronger */
.bsg-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bsg-bg__glow {
  position: absolute;
  border-radius: 50%;
}

.bsg-bg__glow--cyan {
  width: 800px;
  height: 800px;
  top: -300px;
  left: -200px;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.14) 0%, transparent 65%);
  animation: bloomGlow1 12s ease-in-out infinite;
}

.bsg-bg__glow--magenta {
  width: 900px;
  height: 900px;
  bottom: -300px;
  right: -200px;
  background: radial-gradient(circle, rgba(255, 45, 120, 0.16) 0%, transparent 65%);
  animation: bloomGlow2 15s ease-in-out infinite;
}

/* Ghost wordmark — more visible */
.bsg-bg__word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 900;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(240, 237, 230, 0.12);
  white-space: nowrap;
  user-select: none;
}

.bsg-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 140px 40px 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Eyebrow */
.bsg-eyebrow {
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #FF2D78;
  display: block;
  margin-bottom: 36px;
}

/* Headline — bigger and bolder */
.bsg-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(72px, 11vw, 140px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -3px;
  color: #F0EDE6;
  margin: 0 0 56px;
}

.bsg-headline em {
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(240, 237, 230, 0.7);
}

/* Perks — more visible */
.bsg-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 56px;
  margin-bottom: 56px;
  text-align: left;
}

.bsg-perk {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bsg-perk__icon {
  color: #FF2D78;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.bsg-perk__text {
  font-family: 'Assistant', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(240, 237, 230, 0.65);
  text-transform: uppercase;
}

/* Form */
.bsg-form {
  width: 100%;
  max-width: 560px;
  margin-bottom: 16px;
}

.bsg-form__wrap {
  display: flex;
  border: 1px solid rgba(240, 237, 230, 0.2);
  transition: border-color 0.4s ease;
  height: 64px;
}

.bsg-form__wrap:focus-within {
  border-color: rgba(255, 45, 120, 0.6);
}

.bsg-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 24px;
  font-family: 'Assistant', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #F0EDE6;
  min-width: 0;
}

.bsg-input::placeholder {
  color: rgba(240, 237, 230, 0.25);
  letter-spacing: 3px;
}

.bsg-btn {
  background: #FF2D78;
  border: none;
  padding: 0 36px;
  cursor: pointer;
  color: #F0EDE6;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.3s ease, letter-spacing 0.3s ease;
  flex-shrink: 0;
}

.bsg-btn:hover {
  background: #e0215f;
  letter-spacing: 6px;
}

.bsg-btn__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.bsg-btn:hover .bsg-btn__arrow {
  transform: translateX(4px);
}

/* Disclaimer */
.bsg-disclaimer {
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(240, 237, 230, 0.45);
  margin: 14px 0 0;
  text-align: center;
}

.bsg-manifesto {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.22);
  margin: 64px 0 0;
  user-select: none;
}

/* Stripe at bottom
.bsg-stripe {
  display: flex;
  height: 4px;
  width: 100%;
}

.bsg-stripe__cyan    { flex: 1; background: #00B4D8; }
.bsg-stripe__yellow  { flex: 1; background: #FFD600; }
.bsg-stripe__magenta { flex: 1; background: #FF2D78; } */

/* Mobile */
@media (max-width: 640px) {
  .bsg-inner { padding: 80px 24px 72px; }
  .bsg-perks { grid-template-columns: 1fr; gap: 12px; text-align: left; width: 100%; }
  .bsg-headline { font-size: clamp(60px, 16vw, 88px); letter-spacing: -2px; }
  .bsg-btn { padding: 0 20px; font-size: 9px; letter-spacing: 3px; }
  .bsg-bg__word {
    font-size: 28vw;
    letter-spacing: 4px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    top: 40%;
  }
}
/* 
   BLOOM FOOTER
   ================================ */ */

.bft-footer {
  background: #0d1a18;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 60px 0;
  border-top: 1px solid rgba(240, 237, 230, 0.08);
}

.shopify-section:has(.bft-footer)::after {
  display: none !important;
}

.shopify-section:has(.bsg-section)::after {
  display: none !important;
}
/* Brand block */
.bft-brand {
  text-align: center;
  margin-bottom: 48px;
}

.bft-brand__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 900;
  letter-spacing: 16px;
  text-transform: uppercase;
  color: #F0EDE6;
  line-height: 1;
  margin-bottom: 16px;
}

.bft-brand__tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  color: rgba(240, 237, 230, 0.75);
  margin: 0 0 10px;
}

.bft-brand__sub {
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.4);
  margin: 0;
}

/* Stripe */
.bft-stripe { display: flex; height: 4px; width: 100%; margin-bottom: 64px; }
.bft-stripe__cyan    { flex: 1; background: #00B4D8; }
.bft-stripe__yellow  { flex: 1; background: #FFD600; }
.bft-stripe__magenta { flex: 1; background: #FF2D78; }

/* Nav */
.bft-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto 64px;
}

.bft-nav__heading {
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.55);
  margin: 0 0 20px;
  font-weight: 600;
}

.bft-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bft-nav__list a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(240, 237, 230, 0.7);
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.bft-nav__list a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #00B4D8, #FFD600, #FF2D78);
  transition: width 0.4s ease;
}

.bft-nav__list a:hover { color: #FF2D78 !important; }
.bft-nav__list a:hover::after { width: 100%; }
.bft-nav__list--social { gap: 16px; }
.bft-nav__list--social a::after { display: none; }

.bft-social {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Assistant', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bft-social svg { width: 16px; height: 16px; flex-shrink: 0; transition: filter 0.3s ease; }
.bft-social:hover { color: #FF2D78 !important; }
.bft-social:hover svg { filter: drop-shadow(0 0 6px rgba(255,45,120,0.6)); }

/* Bottom bar */
.bft-bottom {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 0 32px;
  border-top: 1px solid rgba(240, 237, 230, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bft-bottom__copy {
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(240, 237, 230, 0.35);
  margin: 0;
}

.bft-bottom__links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Assistant', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}

.bft-bottom__links span { color: rgba(240, 237, 230, 0.15); }
.bft-bottom__links a { color: rgba(240, 237, 230, 0.35); text-decoration: none; transition: color 0.3s ease; }
.bft-bottom__links a:hover { color: rgba(240, 237, 230, 0.8); }

/* Giant BLOOM wordmark */
.bft-giant {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(120px, 20vw, 280px);
  font-weight: 900;
  letter-spacing: -4px;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.04);
  text-align: center;
  line-height: 0.85;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 40px;
  user-select: none;
  padding: 0 0 20px;
}

@media (max-width: 860px) {
  .bft-footer { padding: 60px 28px 0; }
  .bft-nav { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
}

@media (max-width: 540px) {
  .bft-footer { padding: 60px 20px 0; }
  .bft-nav { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .bft-brand__logo { font-size: 48px; letter-spacing: 10px; }
  .bft-bottom { flex-direction: column; text-align: center; gap: 16px; }
}
