/** Shopify CDN: Minification failed

Line 4569:7 Expected identifier but found "addEventListener("
Line 4890:11 Expected identifier but found whitespace
Line 4891:0 Unexpected "radial-gradient("
Line 5889:0 Unexpected "<"
Line 11436:1 Unexpected bad string token
Line 11436:63 Unterminated string token
Line 11501:1 Unexpected bad string token
Line 11501:2 Unterminated string token

**/
/*=========================================
THE FEARLESS EXPERIENCE
Global Styles
=========================================*/

:root{

--fearless-bg:#070707;
--fearless-card:#111111;
--fearless-card-hover:#181818;

--fearless-purple:#CAB2F8;
--fearless-purple-dark:#CAB2F8;

--fearless-white:#ffffff;
--fearless-gray:#a8a8a8;

--fearless-radius:24px;

--fearless-shadow:0 20px 60px rgba(0,0,0,.35);

}

.fearless{

background:var(--fearless-bg);

color:var(--fearless-white);

padding:80px 40px;

overflow:hidden;

}

.fearless-wrapper{

max-width:1450px;

margin:auto;

}

.fearless-hero{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.fearless-eyebrow{

color:var(--fearless-purple);

letter-spacing:3px;

text-transform:uppercase;

font-size:13px;

margin-bottom:20px;

}

.fearless-title{

font-size:78px;

line-height:1;

font-weight:700;

margin-bottom:25px;

}

.fearless-title span{

color:var(--fearless-purple);

}

.fearless-description{

font-size:20px;

color:var(--fearless-gray);

max-width:560px;

margin-bottom:35px;

line-height:1.7;

}

.fearless-button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 34px;

border-radius:999px;

background:#CAB2F8;

color:white;

text-decoration:none;

font-weight:600;

transition:.35s;

box-shadow:0 10px 35px rgba(202,178,248,.35);

}

.fearless-button:hover{

transform:translateY(-5px);

}

.fearless-image{

width:100%;

border-radius:30px;

overflow:hidden;

box-shadow:var(--fearless-shadow);

}

.fearless-image img{

display:block;

width:100%;

height:100%;

object-fit:cover;

}

.fearless-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

margin-top:70px;

}

.fearless-card{

background:var(--fearless-card);

border-radius:24px;

padding:35px;

transition:.35s;

cursor:pointer;

border:1px solid rgba(255,255,255,.05);

}

.fearless-card:hover{

transform:translateY(-10px);

background:var(--fearless-card-hover);

box-shadow:0 20px 60px rgba(0,0,0,.4);

}

.fearless-icon{

font-size:42px;

margin-bottom:20px;

}

.fearless-card h3{

font-size:26px;

margin-bottom:12px;

}

.fearless-card p{

color:var(--fearless-gray);

line-height:1.7;

}

@media(max-width:990px){

.fearless{

padding:40px 20px;

}

.fearless-hero{

grid-template-columns:1fr;

}

.fearless-title{

font-size:48px;

}

.fearless-grid{

grid-template-columns:1fr;

}

}/* JOURNEY */

.journey{

padding:100px 40px;

background:#070707;

}

.journey-wrapper{

max-width:1450px;

margin:auto;

}

.journey-heading{

text-align:center;

margin-bottom:60px;

}

.journey-small{

letter-spacing:4px;

color:#cab2f8;

font-size:13px;

margin-bottom:15px;

}

.journey-heading h2{

font-size:54px;

margin-bottom:15px;

}

.journey-heading p{

color:#a9a9a9;

font-size:18px;

}

.journey-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.journey-card{

position:relative;

border-radius:24px;

overflow:hidden;

height:360px;

display:block;

transition:.35s;

}

.journey-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.journey-overlay{

position:absolute;

bottom:0;

left:0;

right:0;

padding:30px;

background:linear-gradient(transparent,rgba(0,0,0,.9));

}

.journey-overlay h3{

font-size:30px;

color:white;

margin-bottom:10px;

}

.journey-overlay span{

color:#cab2f8;

}

.journey-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 60px rgba(0,0,0,.45);

}

.journey-card:hover img{

transform:scale(1.08);

}

@media(max-width:990px){

.journey-grid{

grid-template-columns:1fr;

}

}
/* ===========================
   FEARLESS TEXTURE FINDER
=========================== */

.fearless-texture-finder{
  padding:100px 20px;
  background:#f8f8f8;
}

.texture-header{
  text-align:center;
  margin-bottom:60px;
}

.texture-header .eyebrow{
  letter-spacing:3px;
  text-transform:uppercase;
  font-size:12px;
  color:#CAB2F8;
  font-weight:700;
}

.texture-header h2{
  font-size:52px;
  margin:15px 0;
}

.texture-header .subtitle{
  max-width:650px;
  margin:auto;
  color:#666;
}

.texture-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.texture-card{
  background:white;
  border-radius:24px;
  padding:40px;
  transition:.3s;
  box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.texture-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.texture-card h3{
  font-size:30px;
  margin-bottom:15px;
}

.texture-card p{
  color:#666;
  line-height:1.7;
}

.texture-card ul{
  list-style:none;
  padding:0;
  margin:30px 0;
}

.texture-card li{
  margin:12px 0;
}

.quiz-box{
  text-align:center;
  margin-top:80px;
  background:#111;
  color:white;
  padding:70px;
  border-radius:30px;
}

.quiz-box h3{
  color:white;
  font-size:38px;
}

.quiz-box p{
  color:#d8d8d8;
  max-width:600px;
  margin:20px auto 35px;
}

@media(max-width:768px){

.texture-grid{
grid-template-columns:1fr;
}

.texture-header h2{
font-size:38px;
}

.quiz-box{
padding:40px 25px;
}

}
/* ===========================
FEARLESS TRANSFORMATIONS
=========================== */

.fearless-transformations{
padding:120px 20px;
background:#fff;
}

.transformations-header{
text-align:center;
margin-bottom:70px;
}

.transformations-header .eyebrow{
letter-spacing:3px;
text-transform:uppercase;
font-size:12px;
font-weight:700;
color:#CAB2F8;
}

.transformations-header h2{
font-size:52px;
margin:15px 0;
}

.transformations-header p{
max-width:650px;
margin:auto;
color:#666;
}

.transformation-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.transformation-card{
background:white;
overflow:hidden;
border-radius:24px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
transition:.35s;
}

.transformation-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 70px rgba(0,0,0,.14);
}

.transformation-image{
overflow:hidden;
}

.transformation-image img{
width:100%;
display:block;
transition:.5s;
}

.transformation-card:hover img{
transform:scale(1.08);
}

.transformation-content{
padding:30px;
}

.stars{
font-size:20px;
margin-bottom:15px;
color:#CAB2F8;
}

.transformation-content h3{
font-size:28px;
margin-bottom:15px;
}

.transformation-content p{
color:#666;
line-height:1.7;
margin-bottom:25px;
}

@media(max-width:900px){

.transformation-grid{
grid-template-columns:1fr;
}

.transformations-header h2{
font-size:38px;
}

}
/* ===========================
   FEARLESS PRESS
=========================== */

.fearless-press{
padding:100px 20px;
background:#f8f8f8;
}

.press-header{
text-align:center;
margin-bottom:60px;
}

.press-header .eyebrow{
color:#CAB2F8;
letter-spacing:3px;
font-size:12px;
font-weight:700;
text-transform:uppercase;
}

.press-header h2{
font-size:52px;
margin:15px 0;
}

.press-header p{
max-width:650px;
margin:auto;
color:#666;
}

.press-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.press-card{
background:white;
border-radius:20px;
padding:40px;
display:flex;
justify-content:center;
align-items:center;
min-height:180px;
transition:.3s;
box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.press-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.press-card img{
max-width:140px;
width:100%;
height:auto;
opacity:.85;
transition:.3s;
}

.press-card:hover img{
opacity:1;
}

@media(max-width:900px){

.press-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.press-grid{
grid-template-columns:1fr;
}

.press-header h2{
font-size:38px;
}

}
/* ===========================
FEARLESS QUIZ
=========================== */

.fearless-hair-quiz{
padding:120px 20px;
background:#fff;
}

.quiz-header{
text-align:center;
margin-bottom:60px;
}

.quiz-header .eyebrow{
letter-spacing:3px;
text-transform:uppercase;
color:#CAB2F8;
font-size:12px;
font-weight:700;
}

.quiz-header h2{
font-size:52px;
margin:15px 0;
}

.quiz-header p{
max-width:650px;
margin:auto;
color:#666;
}

.quiz-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.quiz-card,
.quiz-result{
background:white;
padding:50px;
border-radius:24px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.quiz-options{
display:grid;
gap:20px;
margin-top:30px;
}

.quiz-btn{
padding:18px;
border-radius:14px;
border:none;
background:#f5f5f5;
cursor:pointer;
font-size:16px;
transition:.3s;
}

.quiz-btn:hover{
background:#CAB2F8;
color:white;
}

@media(max-width:900px){

.quiz-container{
grid-template-columns:1fr;
}

.quiz-header h2{
font-size:38px;
}

}
/* ===========================
   WHY FEARLESS
=========================== */

.fearless-why{
padding:120px 20px;
background:#111;
color:white;
}

.why-header{
text-align:center;
margin-bottom:70px;
}

.why-header .eyebrow{
color:#cab2f8;
letter-spacing:3px;
text-transform:uppercase;
font-size:12px;
font-weight:700;
}

.why-header h2{
font-size:52px;
margin:15px 0;
color:white;
}

.why-header p{
max-width:650px;
margin:auto;
color:#cfcfcf;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.why-card{
background:#1a1a1a;
padding:40px;
border-radius:24px;
transition:.35s;
border:1px solid rgba(255,255,255,.08);
}

.why-card:hover{
transform:translateY(-10px);
border-color:#cab2f8;
}

.why-icon{
font-size:42px;
margin-bottom:20px;
}

.why-card h3{
font-size:24px;
margin-bottom:15px;
color:white;
}

.why-card p{
color:#bdbdbd;
line-height:1.7;
}

@media(max-width:900px){

.why-grid{
grid-template-columns:1fr;
}

.why-header h2{
font-size:38px;
}

}
/* ===========================
BEST SELLERS
=========================== */

.fearless-best-sellers{
padding:120px 20px;
background:#fff;
}

.best-header{
text-align:center;
margin-bottom:60px;
}

.best-header .eyebrow{
color:#cab2f8;
font-size:12px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
}

.best-header h2{
font-size:52px;
margin:15px 0;
}

.best-header p{
color:#666;
}

.best-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.best-card{
background:white;
border-radius:24px;
overflow:hidden;
box-shadow:0 18px 45px rgba(0,0,0,.06);
transition:.35s;
}

.best-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.best-image{
position:relative;
overflow:hidden;
}

.best-image img{
width:100%;
display:block;
transition:.45s;
}

.best-card:hover img{
transform:scale(1.08);
}

.badge{
position:absolute;
top:18px;
left:18px;
background:#cab2f8;
padding:8px 16px;
border-radius:30px;
font-size:12px;
font-weight:700;
}

.best-content{
padding:30px;
}

.best-content h3{
font-size:24px;
margin-bottom:15px;
}

.price{
font-size:24px;
font-weight:700;
margin-bottom:25px;
}

@media(max-width:900px){

.best-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:650px){

.best-grid{
grid-template-columns:1fr;
}

.best-header h2{
font-size:38px;
}

}
/* PRODUCT TRUST */

.fearless-trust-icons{
padding:70px 20px;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.trust-item{
background:#fff;
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.trust-item span{
font-size:40px;
display:block;
margin-bottom:16px;
}

.trust-item h3{
font-size:22px;
margin-bottom:10px;
}

.trust-item p{
color:#666;
line-height:1.6;
}

@media(max-width:900px){
.trust-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.trust-grid{
grid-template-columns:1fr;
}
}
/* ===========================
FEARLESS BUNDLE CALCULATOR
=========================== */

.fearless-bundle-calculator{
padding:90px 20px;
background:#f8f8f8;
}

.bundle-box{
max-width:900px;
margin:auto;
background:white;
padding:60px;
border-radius:28px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
text-align:center;
}

.bundle-box .eyebrow{
font-size:12px;
letter-spacing:3px;
text-transform:uppercase;
font-weight:700;
color:#cab2f8;
}

.bundle-box h2{
font-size:42px;
margin:18px 0;
}

.bundle-subtext{
color:#666;
margin-bottom:40px;
}

.bundle-options{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.bundle-btn{
padding:16px 34px;
border:none;
border-radius:999px;
background:#111;
color:white;
cursor:pointer;
font-size:16px;
transition:.3s;
}

.bundle-btn:hover,
.bundle-btn.active{
background:#cab2f8;
color:#111;
}

.bundle-result{
margin-top:40px;
padding:30px;
background:#fafafa;
border-radius:18px;
}

.bundle-result h3{
margin-bottom:12px;
}

#bundle-text{
font-size:20px;
font-weight:600;
}

@media(max-width:768px){

.bundle-box{
padding:35px 24px;
}

.bundle-box h2{
font-size:32px;
}

.bundle-options{
flex-direction:column;
}

.bundle-btn{
width:100%;
}

}
/* ===========================
   PRODUCT BENEFITS
=========================== */

.fearless-product-benefits{
margin-top:24px;
padding:24px;
background:#fafafa;
border:1px solid #ececec;
border-radius:18px;
display:flex;
flex-direction:column;
gap:14px;
}

.fearless-benefit{
font-size:16px;
display:flex;
align-items:center;
gap:10px;
}
/* FEARLESS PRODUCT TRUST */

.fearless-buy-trust {
  margin: 18px 0 8px;
  padding: 18px 20px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 16px;
}

.fearless-buy-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
}

.fearless-buy-trust__item + .fearless-buy-trust__item {
  border-top: 1px solid #e8e8e8;
}

.fearless-buy-trust__item > span {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cab2f8;
  color: #111;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.fearless-buy-trust__item p {
  margin: 0;
}

.fearless-buy-trust__item strong {
  display: block;
  color: #111;
  font-size: 14px;
  line-height: 1.3;
}

.fearless-buy-trust__item small {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px;
}
/* ==================================
   FEARLESS PRODUCT BUYING EXPERIENCE
================================== */

/* PRODUCT TITLE */
.product__title h1 {
  font-size: clamp(28px, 2.4vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.9px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* PRICE */
.product__info-container .price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

/* VARIANT LABEL */
.product-form__input .form__label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* VARIANT PILLS */
.product-form__input input[type="radio"] + label {
  min-width: 68px;
  padding: 11px 17px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none !important;
  margin: 4px 4px 4px 0 !important;
  transition: all .2s ease;
}

.product-form__input input[type="radio"] + label:hover {
  border-color: #cab2f8 !important;
  background: #f8f4ff !important;
  transform: none;
}

.product-form__input input[type="radio"]:checked + label {
  background: #cab2f8 !important;
  border-color: #cab2f8 !important;
  color: #111 !important;
  box-shadow: none !important;
}

/* QUANTITY */
.product-form__quantity .quantity {
  border-radius: 12px;
  min-height: 46px;
}

/* MAIN ADD TO CART */
.product-form__submit {
  min-height: 54px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .3px;
  transition: .25s ease;
}

.product-form__submit:hover {
  background: #cab2f8 !important;
  border-color: #cab2f8 !important;
  color: #111 !important;
  transform: translateY(-1px);
}

/* SPACING BETWEEN BUYING ELEMENTS */
.product__info-container > * + * {
  margin-top: 16px;
}

/* MOBILE */
@media screen and (max-width: 749px) {
  .product__title h1 {
    font-size: 30px;
  }

  .product-form__submit {
    min-height: 56px !important;
  }
}
/* =========================
   FEARLESS HEADER â€” SLIMMER
========================= */

.header-wrapper .header {
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Keep logo proportional */
.header__heading-logo {
  max-height: 58px;
  width: auto;
}

/* Tighten navigation/icons */
.header__icons {
  height: auto;
}

.header__icon {
  height: 44px;
  width: 44px;
}

/* MOBILE */
@media screen and (max-width: 749px) {
  .header-wrapper .header {
    min-height: 66px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header__heading-logo {
    max-height: 48px;
  }
}
/* =========================
   FEARLESS PRODUCT PRICE
========================= */

.product__info-container .price {
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: -0.2px;
  color: #111;
}

/* ADD TO CART */
.product-form__submit {
  min-height: 54px !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-form__submit:hover {
  background: #cab2f8 !important;
  border-color: #cab2f8 !important;
  color: #111 !important;
}

/* SHOP PAY - KEEP IT SECONDARY */
.shopify-payment-button {
  margin-top: 10px;
}

.shopify-payment-button__button {
  min-height: 48px !important;
  border-radius: 999px !important;
}
/* =========================
   FEARLESS BUNDLE DEAL NOTE
========================= */

.fearless-deal-note {
  margin-top: 14px;
  padding: 16px 18px;
  background: #faf8ff;
  border: 1px solid #e6dcfa;
  border-radius: 14px;
}

.fearless-deal-note__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fearless-deal-note__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cab2f8;
  color: #111;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.fearless-deal-note strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.fearless-deal-note__top div span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #666;
}

.fearless-deal-note > p {
  margin: 10px 0 0 44px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
/* =================================
   FEARLESS STICKY ADD TO CART
================================= */

.fearless-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);

  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.fearless-sticky-cart.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.fearless-sticky-cart__info {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.fearless-sticky-cart__title {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.fearless-sticky-cart__price {
  margin-top: 2px;
  font-size: 12px;
  color: #666;
}

.fearless-sticky-cart__button {
  min-width: 150px;
  min-height: 46px;
  padding: 0 24px;

  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;

  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
}

.fearless-sticky-cart__button:hover {
  background: #cab2f8;
  color: #111;
}

@media screen and (min-width: 990px) {
  .fearless-sticky-cart {
    left: 50%;
    right: auto;
    bottom: 20px;
    width: min(600px, calc(100% - 40px));
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    transform: translate(-50%, 130%);
  }

  .fearless-sticky-cart.is-visible {
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 749px) {
  .fearless-sticky-cart {
    padding: 10px 12px;
  }

  .fearless-sticky-cart__title {
    max-width: 150px;
  }

  .fearless-sticky-cart__button {
    min-width: 135px;
    padding: 0 18px;
  }
}
/* =============================
   FEARLESS HAIR LAB
============================= */

.fearless-hair-lab {
  padding: 90px 20px;
  background: #f8f8f8;
}

.fearless-hair-lab__header {
  max-width: 650px;
  margin: 0 auto 55px;
  text-align: center;
}

.fearless-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #8d70c8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.fearless-hair-lab__header h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.fearless-hair-lab__header p {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.fearless-hair-lab__texture {
  max-width: 1100px;
  margin: auto;
  padding: 45px;
  background: #fff;
  border-radius: 24px;
}

.fearless-hair-lab__intro {
  margin-bottom: 38px;
}

.fearless-hair-lab__intro > span {
  color: #8d70c8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.fearless-hair-lab__intro h3 {
  margin: 6px 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
}

.fearless-hair-lab__intro p {
  margin: 0;
  color: #666;
}

.fearless-hair-lab__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #ececec;
}

.fearless-hair-lab__item {
  padding: 30px 25px 5px;
}

.fearless-hair-lab__item + .fearless-hair-lab__item {
  border-left: 1px solid #ececec;
}

.fearless-hair-lab__item > span {
  color: #cab2f8;
  font-size: 12px;
  font-weight: 700;
}

.fearless-hair-lab__item h4 {
  margin: 10px 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.fearless-hair-lab__item p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 749px) {
  .fearless-hair-lab {
    padding: 65px 16px;
  }

  .fearless-hair-lab__texture {
    padding: 28px 22px;
  }

  .fearless-hair-lab__grid {
    grid-template-columns: 1fr 1fr;
  }

  .fearless-hair-lab__item {
    padding: 22px 15px;
  }

  .fearless-hair-lab__item + .fearless-hair-lab__item {
    border-left: 0;
  }

  .fearless-hair-lab__item:nth-child(even) {
    border-left: 1px solid #ececec;
  }

  .fearless-hair-lab__item:nth-child(n+3) {
    border-top: 1px solid #ececec;
  }
}
/* =========================
   FEARLESS HAIR LAB HEADER
========================= */

.fearless-hair-lab {
  padding: 80px 20px;
  background: #f8f8f8;
}

.fearless-hair-lab__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* PURPLE EYEBROW */
.fearless-hair-lab__header > p {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 16px;

  background: #cab2f8;
  color: #111;

  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

/* MAIN HEADING */
.fearless-hair-lab__header h2 {
  margin: 0 0 12px;
  color: #111;

  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.1;
}

/* SUBTEXT */
.fearless-hair-lab__header > span {
  display: block;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
/* =================================
   FEARLESS HAIR LAB â€” TEXTURE CARD
================================= */

.fearless-texture-info {
  max-width: 1100px;
  margin: 0 auto;
  padding: 42px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 24px;
}

/* TEXTURE INTRO */

.fearless-texture-intro {
  padding-bottom: 32px;
}

.fearless-texture-intro > p {
  margin: 0 0 7px;
  color: #9a7bd4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.fearless-texture-intro h3 {
  margin: 0 0 8px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  color: #111;
}

.fearless-texture-intro > span {
  color: #666;
  font-size: 14px;
}

/* DETAILS */

.fearless-texture-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ececec;
}

.fearless-texture-detail {
  padding: 28px 24px 5px;
}

.fearless-texture-detail + .fearless-texture-detail {
  border-left: 1px solid #ececec;
}

.fearless-texture-detail > span {
  color: #cab2f8;
  font-size: 11px;
  font-weight: 700;
}

.fearless-texture-detail h4 {
  margin: 8px 0;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}

.fearless-texture-detail p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

/* MOBILE */

@media screen and (max-width: 749px) {

  .fearless-texture-info {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .fearless-texture-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fearless-texture-detail {
    padding: 20px 14px;
  }

  .fearless-texture-detail + .fearless-texture-detail {
    border-left: 0;
  }

  .fearless-texture-detail:nth-child(even) {
    border-left: 1px solid #ececec;
  }

  .fearless-texture-detail:nth-child(n+3) {
    border-top: 1px solid #ececec;
  }
}
/* =================================
   REAL FEARLESS INSTALLS
================================= */

.fearless-gallery {
  padding: 90px 20px;
  background: #fff;
}

.fearless-gallery__header {
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
}

/* LAVENDER LABEL */
.fearless-gallery__header > p {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 16px;
  background: #cab2f8;
  color: #111;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.fearless-gallery__header h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.5px;
}

.fearless-gallery__header > span {
  display: block;
  color: #666;
  font-size: 15px;
}

/* GALLERY */

.fearless-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.fearless-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f8f8f8;
}

.fearless-gallery__image {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform .45s ease;
}

.fearless-gallery__item:hover .fearless-gallery__image {
  transform: scale(1.025);
}

/* CAPTION */

.fearless-gallery__caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;

  margin: 0;
  padding: 11px 15px;

  background: rgba(255, 255, 255, .92);
  border-radius: 999px;

  color: #111;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

/* MOBILE â€” SWIPE */

@media screen and (max-width: 749px) {

  .fearless-gallery {
    padding: 65px 0;
  }

  .fearless-gallery__header {
    padding: 0 20px;
    margin-bottom: 32px;
  }

  .fearless-gallery__grid {
    display: flex;
    gap: 12px;

    overflow-x: auto;
    scroll-snap-type: x mandatory;

    padding: 0 20px 15px;

    scrollbar-width: none;
  }

  .fearless-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .fearless-gallery__item {
    flex: 0 0 82%;
    scroll-snap-align: center;
  }

  .fearless-gallery__image {
    height: 480px;
  }
}
/* =================================
   WHY FEARLESS RAW HAIR
================================= */

.fearless-why {
  padding: 90px 20px;
  background: #f8f8f8;
}

.why-header {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.why-header .eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 16px;
  background: #cab2f8;
  color: #111;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.why-header h2 {
  margin: 0 0 12px;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  color: #111;
}

.why-header > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0 auto;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}


/* CARDS */

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-card {
  padding: 32px 26px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
}

.why-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  margin-bottom: 28px;

  background: #cab2f8;
  border-radius: 50%;

  color: #111;
  font-size: 11px;
  font-weight: 700;
}

.why-card h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}

.why-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}


/* MOBILE */

@media screen and (max-width: 749px) {

  .fearless-why {
    padding: 65px 16px;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .why-card {
    padding: 24px 18px;
  }

  .why-number {
    margin-bottom: 20px;
  }

  .why-card h3 {
    font-size: 15px;
  }

  .why-card p {
    font-size: 12px;
  }
}
/* =========================================
   FEARLESS HAIR CARE
========================================= */

.fearless-care {
  padding: 90px 20px;
  background: #ffffff;
}

.fearless-care .page-width {
  max-width: 1100px;
  margin: 0 auto;
}


/* HEADER */

.fearless-care__header {
  max-width: 680px;
  margin: 0 auto 50px;
  text-align: center;
}

.fearless-care__header > p {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 16px;

  background: #cab2f8;
  border-radius: 999px;

  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.fearless-care__header h2 {
  margin: 0 0 14px;

  color: #111;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.5px;
}

.fearless-care__header > span {
  display: block;
  max-width: 570px;
  margin: 0 auto;

  color: #666;
  font-size: 15px;
  line-height: 1.6;
}


/* ACCORDION WRAPPER */

.fearless-care__accordions {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #e8e8e8;
}


/* EACH ACCORDION */

.fearless-care__item {
  border-bottom: 1px solid #e8e8e8;
}

.fearless-care__item summary {
  display: grid;
  grid-template-columns: 50px 1fr 40px;
  align-items: center;

  padding: 25px 4px;

  cursor: pointer;
  list-style: none;
}

.fearless-care__item summary::-webkit-details-marker {
  display: none;
}


/* NUMBER */

.fearless-care__item summary > span:first-child {
  color: #b798f3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}


/* ACCORDION TITLE */

.fearless-care__item summary h3 {
  margin: 0;

  color: #111;
  font-size: 17px;
  font-weight: 600;
}


/* PLUS BUTTON */

.fearless-care__plus {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  background: #f5f1fc;
  border-radius: 50%;

  color: #111;
  font-size: 20px;
  font-weight: 300;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.fearless-care__item[open] .fearless-care__plus {
  transform: rotate(45deg);
  background: #cab2f8;
}


/* CONTENT */

.fearless-care__content {
  max-width: 720px;

  padding:
    0
    40px
    28px
    54px;

  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.fearless-care__content p {
  margin: 0 0 12px;
}

.fearless-care__content p:last-child {
  margin-bottom: 0;
}

.fearless-care__content ul {
  margin: 0;
  padding-left: 18px;
}

.fearless-care__content li {
  margin-bottom: 9px;
}

.fearless-care__content li:last-child {
  margin-bottom: 0;
}


/* BOTTOM LONGEVITY MESSAGE */

.fearless-care__footer {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 42px 50px;

  background: #f7f4fc;
  border: 1px solid #eee7fa;
  border-radius: 22px;

  text-align: center;
}

.fearless-care__footer p {
  margin: 0 0 12px;

  color: #9b75e8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.fearless-care__footer h3 {
  max-width: 650px;
  margin: 0 auto;

  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 749px) {

  .fearless-care {
    padding: 65px 16px;
  }

  .fearless-care__header {
    margin-bottom: 38px;
  }

  .fearless-care__header h2 {
    font-size: 34px;
  }

  .fearless-care__header > span {
    font-size: 14px;
  }

  .fearless-care__item summary {
    grid-template-columns: 38px 1fr 34px;
    padding: 21px 0;
  }

  .fearless-care__item summary h3 {
    font-size: 15px;
  }

  .fearless-care__plus {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .fearless-care__content {
    padding:
      0
      10px
      24px
      38px;

    font-size: 13px;
  }

  .fearless-care__footer {
    margin-top: 38px;
    padding: 32px 22px;
    border-radius: 18px;
  }

  .fearless-care__footer h3 {
    font-size: 18px;
  }
}
/* =========================================
   FEARLESS RELATED PRODUCTS
========================================= */

.related-products {
  padding-top: 75px !important;
  padding-bottom: 80px !important;
}

.related-products__heading {
  margin: 0 0 32px !important;
  color: #111;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

/* PRODUCT CARDS */

.related-products .card-wrapper {
  height: 100%;
}

.related-products .card {
  height: 100%;
}

.related-products .card__media {
  overflow: hidden;
  border-radius: 18px;
  background: #f7f7f7;
}

.related-products .card__information {
  padding: 14px 2px 0;
}

.related-products .card__heading {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.related-products .price {
  font-size: 13px;
  font-weight: 600;
}


/* =========================================
   MOBILE SWIPE
========================================= */

@media screen and (max-width: 749px) {

  .related-products {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
    overflow: hidden;
  }

  .related-products__heading {
    margin-bottom: 24px !important;
    font-size: 28px !important;
    line-height: 1.1;
  }

  /* turn Dawn grid into horizontal carousel */

  .related-products .grid {
    display: flex !important;
    flex-wrap: nowrap !important;

    gap: 12px !important;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    padding-bottom: 12px;

    scrollbar-width: none;
  }

  .related-products .grid::-webkit-scrollbar {
    display: none;
  }

  .related-products .grid__item {
    flex: 0 0 72% !important;
    width: 72% !important;
    max-width: 72% !important;

    scroll-snap-align: start;
  }

  .related-products .card__media {
    border-radius: 16px;
  }

  .related-products .card__information {
    padding-top: 12px;
  }

  .related-products .card__heading {
    font-size: 13px;
    line-height: 1.3;
  }

  .related-products .price {
    margin-top: 5px;
    font-size: 13px;
  }
}
/* =========================================
   FEARLESS â€” SHOP BY TEXTURE
========================================= */

.fearless-shop-texture {
  padding: 90px 20px;
  background: #fff;
}

.fearless-shop-texture .page-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */

.fearless-shop-texture__header {
  max-width: 650px;
  margin-bottom: 45px;
}

.fearless-shop-texture__header > p {
  margin: 0 0 12px;
  color: #9b75e8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.fearless-shop-texture__header h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1px;
}

.fearless-shop-texture__header > span {
  display: block;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* GRID */

.fearless-shop-texture__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* CARD */

.fearless-texture-card {
  position: relative;
  display: block;
  min-height: 570px;
  overflow: hidden;
  border-radius: 22px;
  background: #f5f5f5;
  color: #fff;
  text-decoration: none;
}

.fearless-texture-card__image {
  position: absolute;
  inset: 0;
}

.fearless-texture-card__image img,
.fearless-texture-card__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.fearless-texture-card:hover .fearless-texture-card__image img {
  transform: scale(1.035);
}

/* GRADIENT FOR TEXT READABILITY */

.fearless-texture-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.02) 75%
  );
}

/* TEXT */

.fearless-texture-card__content {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 32px;
}

.fearless-texture-card__content > span {
  display: block;
  margin-bottom: 8px;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
}

.fearless-texture-card__content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.fearless-texture-card__content p {
  max-width: 380px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.5;
}

/* SHOP LINK */

.fearless-texture-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.75);

  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.fearless-texture-card__link span {
  transition: transform 0.25s ease;
}

.fearless-texture-card:hover
.fearless-texture-card__link span {
  transform: translateX(5px);
}


/* =========================================
   MOBILE â€” SWIPEABLE
========================================= */

@media screen and (max-width: 749px) {

  .fearless-shop-texture {
    padding: 65px 0;
    overflow: hidden;
  }

  .fearless-shop-texture__header {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .fearless-shop-texture__header h2 {
    font-size: 35px;
  }

  .fearless-shop-texture__header > span {
    font-size: 14px;
  }

  .fearless-shop-texture__grid {
    display: flex;
    grid-template-columns: none;

    gap: 12px;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;

    padding: 0 20px 12px;
  }

  .fearless-shop-texture__grid::-webkit-scrollbar {
    display: none;
  }

  .fearless-texture-card {
    flex: 0 0 82%;
    min-height: 480px;
    border-radius: 18px;
    scroll-snap-align: start;
  }

  .fearless-texture-card__content {
    left: 24px;
    right: 24px;
    bottom: 25px;
  }

  .fearless-texture-card__content h3 {
    font-size: 28px;
  }

  .fearless-texture-card__content p {
    font-size: 13px;
  }
}
.fearless-vip-form{
    padding:100px 20px;
    background:#fafafa;
}

.fearless-form-card{
    max-width:760px;
    margin:auto;
    padding:60px;
    background:white;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    text-align:center;
}

.fearless-form-card h2{
    font-size:48px;
    margin:20px 0;
}

.fearless-form-card .subtext{
    font-size:18px;
    color:#666;
    max-width:600px;
    margin:auto auto 40px;
}

.fearless-form-card small{
    display:block;
    margin-top:30px;
    color:#888;
}
/* ===========================
   FEARLESS VIP HERO
=========================== */

.fearless-vip-hero{
    padding:90px 0;
    background:#fff;
}

.vip-hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.vip-eyebrow{
    display:inline-block;
    background:#CAB2F8;
    color:#000;
    padding:8px 18px;
    border-radius:999px;
    font-size:.85rem;
    font-weight:700;
    margin-bottom:25px;
}

.vip-left h1{
    font-size:clamp(42px,5vw,72px);
    line-height:1.05;
    margin-bottom:25px;
    font-weight:700;
}

.vip-text{
    font-size:18px;
    color:#555;
    line-height:1.8;
    max-width:600px;
    margin-bottom:40px;
}

.fearless-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#000;
    color:#fff;
    padding:16px 34px;
    border-radius:999px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.fearless-btn:hover{
    background:#CAB2F8;
    color:#000;
    transform:translateY(-3px);
}

.vip-image{
    width:100%;
    border-radius:30px;
    display:block;
    object-fit:cover;
    box-shadow:0 30px 70px rgba(0,0,0,.12);
}

@media(max-width:990px){

.vip-hero-grid{
grid-template-columns:1fr;
gap:50px;
}

.vip-left{
text-align:center;
}

.vip-text{
margin:auto auto 35px;
}

}
/* ===========================
   FEARLESS VIP PERKS
=========================== */

.fearless-vip-perks{
    padding:100px 0;
    background:#f8f8f8;
}

.vip-section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 70px;
}

.vip-section-heading p{
    color:#CAB2F8;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.vip-section-heading h2{
    font-size:clamp(36px,4vw,56px);
    margin-bottom:20px;
}

.vip-section-text{
    color:#666;
    line-height:1.7;
}

.vip-perks-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.vip-perk-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    transition:.3s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.vip-perk-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.1);
}

.vip-number{
    display:inline-flex;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#CAB2F8;
    color:#000;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:20px;
}

.vip-perk-card h3{
    font-size:24px;
    margin-bottom:12px;
}

.vip-perk-card p{
    color:#666;
    line-height:1.7;
}

@media(max-width:990px){

.vip-perks-grid{
grid-template-columns:1fr;
}

}
/* ======================
VIP SIGNUP
====================== */

.fearless-vip-signup{
    padding:110px 20px;
    background:#fff;
}

.vip-signup-card{
    max-width:850px;
    margin:auto;
    background:#fff;
    border-radius:30px;
    padding:70px;
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.vip-tag{
    display:inline-block;
    background:#CAB2F8;
    color:#000;
    padding:8px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.vip-signup-card h2{
    font-size:clamp(40px,5vw,58px);
    margin-bottom:20px;
}

.vip-copy{
    max-width:620px;
    margin:auto;
    color:#666;
    line-height:1.8;
    margin-bottom:40px;
}

.vip-form{
    margin:40px auto;
}

.vip-small{
    margin-top:30px;
    color:#777;
    font-size:15px;
}

@media(max-width:768px){

.vip-signup-card{
padding:35px 25px;
}

}
/* =====================================
   LOVE NOTES FROM THE LOUNGE
===================================== */

.fearless-vip-reviews{
  padding:110px 0;
  background:#f8f8f8;
}

.vip-reviews-header{
  max-width:700px;
  margin:0 auto 60px;
  text-align:center;
}

.vip-reviews-eyebrow{
  margin:0 0 14px;
  color:#111;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
}

.vip-reviews-header h2{
  margin:0;
  font-size:clamp(36px,4.5vw,58px);
  line-height:1.08;
  letter-spacing:-1px;
}

.vip-reviews-subheading{
  max-width:580px;
  margin:18px auto 0;
  color:#666;
  font-size:16px;
  line-height:1.7;
}

.vip-reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.vip-review-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:330px;
  padding:38px;
  overflow:hidden;

  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:26px;

  box-shadow:0 15px 45px rgba(0,0,0,.05);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.vip-review-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 55px rgba(0,0,0,.09);
}

.vip-review-stars{
  margin-bottom:28px;
  color:#CAB2F8;
  font-size:17px;
  letter-spacing:3px;
}

.vip-review-card blockquote{
  margin:0;
  color:#111;
  font-size:22px;
  font-weight:500;
  line-height:1.5;
}

.vip-review-name{
  margin:auto 0 0;
  padding-top:30px;
  color:#666;
  font-size:14px;
  font-weight:600;
}

.vip-review-badge{
  display:inline-flex;
  align-self:flex-start;

  margin-top:16px;
  padding:7px 13px;

  background:#CAB2F8;
  color:#111;

  border-radius:999px;

  font-size:10px;
  font-weight:700;
  letter-spacing:1.3px;
}

/* MOBILE */

@media screen and (max-width: 749px){

  .fearless-vip-reviews{
    padding:75px 0;
  }

  .vip-reviews-header{
    margin-bottom:38px;
  }

  .vip-reviews-header h2{
    font-size:36px;
  }

  .vip-reviews-grid{
    display:flex;
    gap:14px;

    overflow-x:auto;
    scroll-snap-type:x mandatory;

    padding-bottom:15px;

    scrollbar-width:none;
  }

  .vip-reviews-grid::-webkit-scrollbar{
    display:none;
  }

  .vip-review-card{
    flex:0 0 85%;
    min-height:300px;
    padding:30px;

    scroll-snap-align:start;
  }

  .vip-review-card blockquote{
    font-size:19px;
  }

}
/* =====================================
   FEARLESS VIP — LOVE NOTES
===================================== */

.fearless-vip-reviews{
  position:relative;
  padding:110px 0;
  overflow:hidden;
  background:#fcfbff;
}

/* subtle Fearless lavender glow */
.fearless-vip-reviews::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  top:-220px;
  right:-150px;
  border-radius:50%;
  background:rgba(202,178,248,.22);
  filter:blur(60px);
  pointer-events:none;
}

.vip-reviews-header{
  position:relative;
  z-index:1;
  max-width:720px;
  margin:0 auto 60px;
  text-align:center;
}

.vip-reviews-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 18px;
  padding:8px 16px;

  background:#CAB2F8;
  color:#111;

  border-radius:999px;

  font-size:11px;
  font-weight:700;
  letter-spacing:1.8px;
}

.vip-reviews-header h2{
  margin:0;
  color:#111;

  font-size:clamp(38px,4.5vw,60px);
  line-height:1.05;
  letter-spacing:-1.5px;
}

.vip-reviews-subheading{
  max-width:570px;
  margin:20px auto 0;

  color:#696969;
  font-size:16px;
  line-height:1.75;
}

.vip-reviews-grid{
  position:relative;
  z-index:1;

  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* REVIEW CARD */

.vip-review-card{
  position:relative;
  display:flex;
  flex-direction:column;

  min-height:350px;
  padding:42px 36px 34px;

  overflow:hidden;

  background:#fff;

  border:1px solid rgba(202,178,248,.45);
  border-radius:28px;

  box-shadow:0 15px 45px rgba(0,0,0,.045);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

/* Fearless lavender top line */
.vip-review-card::before{
  content:"";
  position:absolute;

  top:0;
  left:0;

  width:100%;
  height:5px;

  background:#CAB2F8;
}

/* oversized quote detail */
.vip-review-card::after{
  content:"“";

  position:absolute;
  top:17px;
  right:25px;

  color:rgba(202,178,248,.30);

  font-family:Georgia, serif;
  font-size:95px;
  line-height:1;

  pointer-events:none;
}

.vip-review-card:hover{
  transform:translateY(-7px);

  border-color:#CAB2F8;

  box-shadow:
    0 25px 60px rgba(0,0,0,.08),
    0 10px 35px rgba(202,178,248,.15);
}

.vip-review-stars{
  position:relative;
  z-index:1;

  margin-bottom:28px;

  color:#111;

  font-size:15px;
  letter-spacing:4px;
}

.vip-review-card blockquote{
  position:relative;
  z-index:1;

  margin:0;

  color:#111;

  font-size:21px;
  font-weight:500;
  line-height:1.55;
}

.vip-review-name{
  margin:auto 0 0;
  padding-top:34px;

  color:#666;

  font-size:14px;
  font-weight:600;
}

.vip-review-badge{
  display:inline-flex;
  align-self:flex-start;

  margin-top:16px;
  padding:8px 14px;

  background:#CAB2F8;
  color:#111;

  border-radius:999px;

  font-size:10px;
  font-weight:800;
  letter-spacing:1.3px;
}

/* MOBILE */

@media screen and (max-width:749px){

  .fearless-vip-reviews{
    padding:75px 0;
  }

  .vip-reviews-header{
    margin-bottom:40px;
  }

  .vip-reviews-header h2{
    font-size:38px;
  }

  .vip-reviews-grid{
    display:flex;
    gap:15px;

    overflow-x:auto;
    scroll-snap-type:x mandatory;

    padding:0 0 15px;

    scrollbar-width:none;
  }

  .vip-reviews-grid::-webkit-scrollbar{
    display:none;
  }

  .vip-review-card{
    flex:0 0 86%;
    min-height:325px;

    padding:38px 28px 30px;

    scroll-snap-align:start;
  }

  .vip-review-card blockquote{
    font-size:19px;
  }

  .vip-review-card::after{
    font-size:75px;
  }

}
/* ==========================
   FEARLESS FOUNDER
========================== */

.fearless-founder{
    padding:120px 0;
    background:#fff;
}

.fearless-founder-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.founder-image{
    position:relative;
}

.founder-photo{
    width:100%;
    display:block;
    border-radius:32px;
    box-shadow:0 30px 80px rgba(0,0,0,.08);
}

.founder-placeholder{
    height:620px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:32px;

    background:#f7f7f7;

    border:2px dashed #CAB2F8;

    color:#777;
}

.founder-tag{
    display:inline-block;

    padding:9px 18px;

    background:#CAB2F8;

    border-radius:999px;

    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;

    margin-bottom:24px;
}

.founder-content h2{
    font-size:clamp(42px,5vw,64px);
    line-height:1.05;
    margin-bottom:30px;
    color:#111;
}

.founder-text{
    color:#555;
    font-size:18px;
    line-height:1.9;
}

.founder-text p{
    margin-bottom:22px;
}

.founder-signature{
    display:inline-block;
    margin-top:25px;

    font-size:26px;
    font-weight:700;
}

@media(max-width:989px){

.fearless-founder-grid{
grid-template-columns:1fr;
gap:45px;
}

.founder-photo,
.founder-placeholder{
height:auto;
}

}
/* ===================================
   FEARLESS VIP FINAL CTA
=================================== */

.fearless-vip-final{
    position:relative;
    overflow:hidden;

    padding:130px 20px;

    background:linear-gradient(
    180deg,
    #ffffff 0%,
    #faf6ff 100%);
}

.fearless-vip-final::before{
    content:"";

    position:absolute;

    width:520px;
    height:520px;

    background:rgba(202,178,248,.28);

    border-radius:50%;

    filter:blur(90px);

    top:-220px;
    left:50%;
    transform:translateX(-50%);
}

.vip-final-card{

    position:relative;
    z-index:2;

    max-width:820px;

    margin:auto;

    text-align:center;

    padding:75px 60px;

    background:#fff;

    border-radius:34px;

    border:1px solid rgba(202,178,248,.45);

    box-shadow:
    0 30px 80px rgba(0,0,0,.05);

}

.vip-final-tag{

    display:inline-block;

    background:#CAB2F8;

    color:#111;

    padding:9px 18px;

    border-radius:999px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:24px;

}

.vip-final-card h2{

    font-size:clamp(48px,6vw,72px);

    line-height:1.05;

    color:#111;

    margin-bottom:28px;

}

.vip-final-text{

    max-width:520px;

    margin:auto;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

.fearless-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:45px;

    padding:18px 36px;

    border-radius:999px;

    background:#111;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.fearless-button:hover{

    background:#CAB2F8;

    color:#111;

    transform:translateY(-3px);

}

.vip-final-footer{

    margin-top:45px;

    color:#777;

    font-size:16px;

    font-weight:600;

}

@media(max-width:768px){

.vip-final-card{

padding:45px 28px;

}

.vip-final-card h2{

font-size:42px;

}

.vip-final-text{

font-size:16px;

}

.fearless-button{

width:100%;

}

}
/* LANDING HERO */

.fearless-landing-hero{

min-height:100vh;

display:flex;

align-items:center;

justify-content:center;

padding:80px 20px;

background:
radial-gradient(circle at top,#CAB2F825 0%,transparent 55%),
#fff;

}

.landing-wrapper{

max-width:820px;

margin:auto;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;

text-align:center;

}

.landing-wrapper img{

width:80px;

margin-bottom:25px;

}

.landing-eyebrow{

font-size:12px;

font-weight:700;

letter-spacing:3px;

margin-bottom:18px;

color:#666;

text-transform:uppercase;

}

.landing-wrapper h1{

font-size:clamp(64px,8vw,110px);
font-weight:700;
line-height:.92;
letter-spacing:-4px;

line-height:.95;

letter-spacing:-3px;

max-width:800px;

margin:auto;

color:#111;

margin-bottom:30px;

}

.landing-subheading{

max-width:680px;

margin:auto;

font-size:21px;
font-weight:400;
line-height:1.8;

color:#666;

margin-bottom:45px;

}

.landing-form{

max-width:520px;

margin:auto;

}

.landing-form input{

border-radius:999px!important;

padding:18px 22px!important;

}

.landing-form button{

border-radius:999px!important;

padding:18px 34px!important;

background:#111!important;

color:#fff!important;

font-weight:700;

transition:.3s;

}

.landing-form button:hover{

background:#CAB2F8!important;

color:#111!important;

}

.landing-trust{

margin-top:28px;

font-size:15px;

font-weight:600;

color:#666;

}

@media(max-width:768px){

.landing-wrapper h1{

font-size:52px;

}

.landing-subheading{

font-size:18px;

}

}
.fearless-landing-hero::after{

content:"";

position:absolute;

width:650px;
height:650px;

background:#CAB2F8;

opacity:.18;

filter:blur(120px);

border-radius:50%;

top:-250px;

left:50%;

transform:translateX(-50%);

z-index:0;

}

.fearless-landing-hero>*{

position:relative;

z-index:2;

}
.fearless-community{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:#fff;
}

.fc-background-glow{
    position:absolute;
    width:700px;
    height:700px;
    background:#CAB2F8;
    opacity:.18;
    filter:blur(120px);
    border-radius:50%;
    top:-250px;
    right:-180px;
    z-index:0;
}

.fc-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
    position:relative;
    z-index:2;
}

.fc-badge{
    display:inline-block;
    padding:10px 18px;
    background:#f7f4ff;
    color:#7d56d8;
    border-radius:100px;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.12em;
    margin-bottom:28px;
    text-transform:uppercase;
}

.fc-title{
    font-size:4rem;
    line-height:1.05;
    font-weight:700;
    color:#111;
    margin:0 0 28px;
    max-width:620px;
}

.fc-description{
    font-size:1.15rem;
    color:#666;
    max-width:540px;
    line-height:1.8;
    margin-bottom:45px;
}

.fc-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.fc-benefit{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.05);
}

.fc-benefit span{
    font-size:1.4rem;
}

.fc-benefit p{
    margin:0;
    font-weight:600;
    color:#222;
}

.fc-image-wrapper{
    position:relative;
}

.fc-image-wrapper img{
    width:100%;
    display:block;
    border-radius:30px;
}

.fc-signup-card{
    position:absolute;
    bottom:40px;
    left:-50px;
    width:360px;
    background:#fff;
    border-radius:28px;
    padding:34px;
    box-shadow:0 30px 80px rgba(0,0,0,.12);
}

.fc-card-header h3{
    margin:0;
    font-size:1.6rem;
}

.fc-card-header p{
    margin:10px 0 24px;
    color:#666;
}

.fc-form input{
    width:100%;
    height:56px;
    border:1px solid #ddd;
    border-radius:14px;
    padding:0 18px;
    font-size:16px;
    margin-bottom:15px;
    transition:.25s;
}

.fc-form input:focus{
    outline:none;
    border-color:#CAB2F8;
    box-shadow:0 0 0 4px rgba(202,178,248,.18);
}

.fc-form button{
    width:100%;
    height:56px;
    border:none;
    border-radius:14px;
    background:#111;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.fc-form button:hover{
    background:#CAB2F8;
    color:#111;
}

.fc-success{
    margin-top:15px;
    color:#7d56d8;
    font-weight:700;
}

@media screen and (max-width:990px){

.fc-grid{
    grid-template-columns:1fr;
    gap:60px;
}

.fc-title{
    font-size:2.8rem;
}

.fc-signup-card{
    position:relative;
    left:0;
    bottom:auto;
    width:100%;
    margin-top:-80px;
}

.fc-benefits{
    grid-template-columns:1fr;
}

}

@media screen and (max-width:749px){

.fearless-community{
    padding:70px 0;
}

.fc-title{
    font-size:2.2rem;
}

.fc-description{
    font-size:1rem;
}

.fc-benefit{
    padding:16px;
}

.fc-signup-card{
    padding:24px;
    border-radius:22px;
}

}
/* BENEFITS */

.fc-benefits-section{

padding:120px 0;

background:#faf9ff;

}

.fc-section-heading{

text-align:center;

max-width:700px;

margin:0 auto 70px;

}

.fc-small-title{

letter-spacing:.2em;

text-transform:uppercase;

font-size:.8rem;

font-weight:700;

color:#8e73db;

margin-bottom:15px;

}

.fc-section-heading h2{

font-size:3rem;

margin-bottom:20px;

color:#111;

}

.fc-section-heading p{

font-size:1.1rem;

line-height:1.8;

color:#666;

}

.fc-card-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.fc-card{

background:white;

padding:40px 30px;

border-radius:24px;

text-align:center;

transition:.35s;

box-shadow:0 15px 45px rgba(0,0,0,.05);

}

.fc-card:hover{

transform:translateY(-8px);

}

.fc-icon{

font-size:2.5rem;

margin-bottom:25px;

}

.fc-card h3{

margin-bottom:15px;

font-size:1.35rem;

}

.fc-card p{

color:#666;

line-height:1.7;

}

@media(max-width:990px){

.fc-card-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:749px){

.fc-card-grid{

grid-template-columns:1fr;

}

.fc-section-heading h2{

font-size:2.2rem;

}

}
/* REVIEWS */

.fc-reviews{

padding:120px 0;

background:white;

}

.fc-review-heading{

text-align:center;

max-width:720px;

margin:0 auto 70px;

}

.fc-review-heading h2{

font-size:3rem;

margin-bottom:20px;

}

.fc-review-heading p{

font-size:1.1rem;

color:#666;

line-height:1.8;

}

.fc-review-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.fc-review-card{

background:#fff;

padding:35px;

border-radius:28px;

box-shadow:0 20px 50px rgba(0,0,0,.06);

transition:.3s;

}

.fc-review-card:hover{

transform:translateY(-8px);

}

.fc-stars{

color:#CAB2F8;

font-size:22px;

letter-spacing:3px;

margin-bottom:20px;

}

.fc-review-text{

font-size:17px;

line-height:1.8;

color:#444;

margin-bottom:30px;

}

.fc-review-footer{

display:flex;

align-items:center;

gap:15px;

}

.fc-review-footer img{

width:60px;

height:60px;

border-radius:50%;

object-fit:cover;

}

.fc-review-footer strong{

display:block;

font-size:16px;

}

.fc-review-footer span{

font-size:14px;

color:#777;

}

@media(max-width:990px){

.fc-review-grid{

grid-template-columns:1fr;

}

}
/* FINAL CTA */

.fc-final-cta{

padding:120px 0;

background:#f8f5ff;

}

.fc-cta-box{

max-width:850px;

margin:auto;

background:white;

padding:70px;

border-radius:36px;

text-align:center;

box-shadow:0 30px 80px rgba(0,0,0,.06);

}

.fc-cta-box h2{

font-size:3.2rem;

margin:20px 0;

color:#111;

}

.fc-cta-text{

font-size:1.15rem;

line-height:1.8;

color:#666;

max-width:600px;

margin:0 auto 40px;

}

.fc-cta-form{

max-width:520px;

margin:auto;

}

.fc-cta-form input{

width:100%;

height:60px;

padding:0 20px;

border:1px solid #ddd;

border-radius:14px;

font-size:16px;

margin-bottom:18px;

transition:.25s;

}

.fc-cta-form input:focus{

outline:none;

border-color:#CAB2F8;

box-shadow:0 0 0 4px rgba(202,178,248,.18);

}

.fc-cta-form button{

width:100%;

height:60px;

border:none;

border-radius:14px;

background:#111;

color:white;

font-size:17px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.fc-cta-form button:hover{

background:#CAB2F8;

color:#111;

}

.fc-bottom-text{

margin-top:30px;

font-size:14px;

color:#777;

line-height:1.7;

}

@media(max-width:749px){

.fc-final-cta{

padding:70px 0;

}

.fc-cta-box{

padding:40px 25px;

border-radius:24px;

}

.fc-cta-box h2{

font-size:2.3rem;

}

.fc-cta-text{

font-size:1rem;

}

}
.hero-video{

position:absolute;
inset:0;
overflow:hidden;
z-index:0;

}

.hero-video video{

width:100%;
height:100%;
object-fit:cover;

}

.hero-overlay{

position:absolute;
inset:0;
background:linear-gradient(
180deg,
rgba(0,0,0,.45),
rgba(0,0,0,.72)
);

}

.fx-container{

position:relative;
z-index:5;

}
.value-card:hover,
.journey-card:hover,
.stat:hover,
.vip-item:hover{

transform:
translateY(-10px)
scale(1.02);

border-color:#CAB2F8;

box-shadow:
0 30px 80px rgba(202,178,248,.18);

}
.background-glow{

position:fixed;

left:50%;

top:50%;

width:850px;

height:850px;

border-radius:50%;

background:#CAB2F8;

opacity:.05;

filter:blur(180px);

transform:translate(-50%,-50%);

pointer-events:none;

animation:floatGlow 10s ease-in-out infinite;

z-index:-1;

}

@keyframes floatGlow{

0%,100%{

transform:translate(-50%,-50%);

}

50%{

transform:translate(-46%,-55%);

}

}
.progress-wrap{

position:fixed;

top:0;

left:0;

width:100%;

height:4px;

background:rgba(255,255,255,.08);

z-index:9999;

}

.progress-bar{

width:0%;

height:100%;

background:linear-gradient(
90deg,
#CAB2F8,
#ffffff
);

}
window.addEventListener("scroll",()=>{

const winScroll=window.pageYOffset;

const height=document.documentElement.scrollHeight-window.innerHeight;

const scrolled=(winScroll/height)*100;

document.querySelector(".progress-bar").style.width=scrolled+"%";

});
.fx-eyebrow{

letter-spacing:6px;
font-size:.85rem;
color:#CAB2F8 !important;
font-weight:600;

}
.fx-container{

position:relative;
z-index:10;
max-width:900px;
padding:0 20px;

}

.fx-container *{

color:inherit;

}
/* ===========================
   FEARLESS OVERRIDES
=========================== */

.fearless-experience{

background:linear-gradient(
180deg,
#FCFAFF 0%,
#F7F2FC 35%,
#F3EDF8 70%,
#FFFFFF 100%
);

color:#1D1D1F;

}

.fx-hero{

position:relative;
height:100vh;

display:flex;
align-items:center;
justify-content:center;
text-align:center;

overflow:hidden;

background:
radial-gradient(circle at top,#CAB2F860 0%,transparent 45%),
radial-gradient(circle at bottom right,#E8D9FF 0%,transparent 40%),
linear-gradient(
180deg,
#FDFBFF 0%,
#F7F1FD 50%,
#FFFFFF 100%
);

}
.fx-container{

position:relative;
z-index:20;

width:100%;
max-width:900px;

margin:0 auto !important;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;

text-align:center !important;

}
.fx-hero h1{

color:#232323 !important;

font-size:clamp(4rem,8vw,7rem);

font-weight:800;

letter-spacing:-3px;

text-shadow:none;

}

.fx-subtitle{

color:#5C5C5C !important;

}

.story,
.intro,
.values,
.journey,
.proof,
.community,
.vip,
.final{

background:#fff;

}

.story h2,
.intro h2,
.journey h2,
.proof h2,
.community h2,
.vip h2,
.final h2{

color:#222 !important;

}

.story p,
.intro p,
.value-card p,
.journey-card p,
.community p,
.vip p,
.final p{

color:#666 !important;

}

.fx-subtitle{

color:#ECECEC !important;

font-size:22px;

line-height:1.8;

max-width:620px;

margin:30px auto 45px !important;

text-align:center !important;

}

.fx-eyebrow{

color:#CAB2F8 !important;

font-weight:700;

letter-spacing:8px;

text-align:center;

}

.fx-button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:20px 52px;

border-radius:999px;

background:#CAB2F8;

color:#000 !important;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.fx-button:hover{

transform:translateY(-6px);

background:#fff;

}

.scroll-mouse{

margin-top:80px;

}

.story,
.intro,
.values,
.journey,
.proof,
.community,
.vip,
.final{

position:relative;
z-index:2;

}

.story h2,
.intro h2,
.journey h2,
.proof h2,
.community h2,
.vip h2,
.final h2{

color:#fff !important;

}

.story p,
.intro p,
.value-card p,
.journey-card p,
.community p,
.vip p,
.final p,
.testimonial p{

color:#D8D8D8 !important;

}

.value-card,
.journey-card,
.stat,
.testimonial,
.vip-item{

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

}

@media(max-width:768px){

.fx-hero h1{

font-size:58px;

}

.fx-subtitle{

font-size:18px;

}

}
.value-card,
.journey-card,
.stat,
.testimonial,
.vip-item{

background:rgba(255,255,255,.75);

backdrop-filter:blur(25px);

border:1px solid rgba(202,178,248,.25);

box-shadow:
0 15px 50px rgba(0,0,0,.06);

}
.fx-glow{

position:absolute;

width:900px;
height:900px;

border-radius:50%;

background:radial-gradient(
circle,
rgba(202,178,248,.35),
transparent 70%
);

filter:blur(80px);

top:-250px;

}
background:
radial-gradient(circle at top left,#E9D7FF 0%,transparent 35%),
radial-gradient(circle at bottom right,#F8F1FF 0%,transparent 30%),
linear-gradient(
180deg,
#FCFAF8 0%,
#F8F5F2 55%,
#FDFDFD 100%
);
<!-- ================= HERO ================= -->

<section class="fx-hero">

<div class="hero-bg"></div>

<div class="container hero-grid">

<div class="hero-left">

<p class="hero-eyebrow">
WELCOME TO
</p>

<h1 class="hero-title">

The Fearless

<span>Experience</span>

</h1>

<p class="hero-text">

Luxury Raw Hair for women who refuse to settle.

Because every woman deserves Better Hair Days.

</p>

<div class="hero-buttons">

<a href="#our-story" class="hero-btn">

Begin Your Experience

</a>

</div>

<div class="hero-features">

<div>

<strong>500+</strong>

<span>Better Hair Days</span>

</div>

<div>

<strong>100%</strong>

<span>Raw Human Hair</span>

</div>

<div>

<strong>4+</strong>

<span>Years of Confidence</span>

</div>

</div>

</div>

<div class="hero-right">

<div class="hero-image">

<img
src="{{ 'hero-model.png' | asset_url }}"
alt="Fearless Beauty">

<div class="floating-card review">

★★★★★

<br>

Loved by hundreds of women.

</div>

<div class="floating-card shipping">

Ready To Ship

</div>

</div>

</div>

</div>

</section>
.fx-hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

overflow:hidden;

padding:80px 0;

background:

radial-gradient(circle at top left,#E7D3FF 0%,transparent 35%),

radial-gradient(circle at bottom right,#F6EFFF 0%,transparent 30%),

linear-gradient(

180deg,

#FCFAF8 0%,

#F8F5F2 45%,

#FFFFFF 100%

);

}

.hero-bg{

position:absolute;

inset:0;

background-image:

linear-gradient(rgba(255,255,255,.45),rgba(255,255,255,.45));

backdrop-filter:blur(2px);

}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

position:relative;

z-index:2;

}

.hero-left{

max-width:560px;

}

.hero-eyebrow{

letter-spacing:8px;

font-size:.85rem;

color:#B18BEA;

font-weight:700;

margin-bottom:25px;

}

.hero-title{

font-size:clamp(70px,8vw,120px);

line-height:.9;

color:#222;

margin:0;

font-weight:800;

}

.hero-title span{

display:block;

font-family:"Cormorant Garamond",serif;

font-style:italic;

font-weight:500;

color:#A87BEA;

margin-top:10px;

}

.hero-text{

margin:40px 0;

font-size:21px;

line-height:1.9;

color:#666;

}

.hero-btn{

display:inline-flex;

padding:22px 50px;

border-radius:999px;

background:linear-gradient(

135deg,

#DCC7FF,

#BC9AF5

);

color:#222;

font-weight:700;

text-decoration:none;

box-shadow:

0 20px 60px rgba(188,154,245,.25);

transition:.35s;

}

.hero-btn:hover{

transform:translateY(-6px);

}

.hero-features{

display:flex;

gap:45px;

margin-top:70px;

flex-wrap:wrap;

}

.hero-features strong{

display:block;

font-size:34px;

color:#222;

}

.hero-features span{

color:#777;

}

.hero-right{

display:flex;

justify-content:center;

position:relative;

}

.hero-image{

position:relative;

}

.hero-image img{

width:100%;

max-width:620px;

border-radius:30px;

filter:drop-shadow(0 30px 80px rgba(0,0,0,.12));

}

.floating-card{

position:absolute;

background:rgba(255,255,255,.75);

backdrop-filter:blur(20px);

padding:20px 24px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

color:#333;

font-weight:600;

}

.review{

top:40px;

left:-40px;

}

.shipping{

bottom:40px;

right:-30px;

}

@media(max-width:990px){

.hero-grid{

grid-template-columns:1fr;

text-align:center;

}

.hero-left{

margin:auto;

}

.hero-features{

justify-content:center;

}

.review,
.shipping{

display:none;

}

.hero-image{

margin-top:60px;

}

}
/* ===========================
   PROMISE
=========================== */

.fx-promise{

padding:140px 0;

position:relative;

}

.fx-promise-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:100px;

align-items:center;

}

.fx-promise-image{

border-radius:30px;

overflow:hidden;

background:#EFE8F7;

aspect-ratio:4/5;

box-shadow:0 30px 70px rgba(0,0,0,.08);

}

.fx-promise-image img{

width:100%;

height:100%;

display:block;

object-fit:cover;

}

.fx-promise-content{

max-width:520px;

}

.fx-promise-content h2{

font-family:Georgia,serif;

font-size:58px;

line-height:1.05;

font-weight:500;

margin:25px 0;

}

.fx-promise-content p{

font-size:19px;

line-height:2;

color:#6E6778;

margin-bottom:25px;

}

/* ===========================
   QUOTE
=========================== */

.fx-quote{

padding:180px 0;

text-align:center;

background:#F8F4FB;

}

.fx-quote h2{

font-family:Georgia,serif;

font-size:72px;

line-height:1;

font-weight:500;

max-width:900px;

margin:30px auto;

}

.quote-sub{

font-size:22px;

color:#8A8294;

margin-top:35px;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:991px){

.fx-promise-grid{

grid-template-columns:1fr;

gap:60px;

}

.fx-promise-content{

max-width:100%;

text-align:center;

}

.fx-promise-content h2{

font-size:42px;

}

.fx-quote{

padding:100px 0;

}

.fx-quote h2{

font-size:42px;

}

.quote-sub{

font-size:18px;

}

}
/* ===========================
   JOURNEY
=========================== */

.fx-journey{

padding:140px 0;

}

.fx-heading{

text-align:center;

max-width:720px;

margin:0 auto 70px;

}

.fx-heading h2{

font-family:Georgia,serif;

font-size:60px;

font-weight:500;

margin:20px 0;

line-height:1.1;

}

.fx-heading p{

font-size:20px;

line-height:1.8;

color:#6E6778;

}

.fx-journey-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.fx-card{

position:relative;

display:block;

overflow:hidden;

border-radius:28px;

aspect-ratio:4/5;

text-decoration:none;

background:#F2EDF8;

transition:.45s;

}

.fx-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

display:block;

}

.fx-overlay{

position:absolute;

left:0;

right:0;

bottom:0;

padding:35px;

background:linear-gradient(

transparent,

rgba(0,0,0,.65)

);

color:white;

}

.fx-overlay h3{

font-size:34px;

font-family:Georgia,serif;

margin-bottom:8px;

font-weight:500;

}

.fx-overlay span{

font-size:16px;

opacity:.9;

}

.fx-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 80px rgba(0,0,0,.12);

}

.fx-card:hover img{

transform:scale(1.05);

}

@media(max-width:991px){

.fx-journey{

padding:90px 0;

}

.fx-heading h2{

font-size:42px;

}

.fx-journey-grid{

grid-template-columns:1fr;

}

}
/* ===========================
   VIP
=========================== */

.fx-vip{

padding:150px 0;

}

.fx-vip-card{

background:#ffffff;

border-radius:36px;

padding:90px;

text-align:center;

box-shadow:0 35px 90px rgba(0,0,0,.06);

border:1px solid rgba(202,178,248,.25);

}

.fx-vip-card h2{

font-family:Georgia,serif;

font-size:64px;

font-weight:500;

margin:20px 0;

}

.fx-vip-text{

max-width:700px;

margin:0 auto 50px;

font-size:20px;

line-height:1.9;

color:#6E6778;

}

.fx-vip-benefits{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

max-width:700px;

margin:0 auto 50px;

}

.fx-benefit{

background:#F8F4FB;

padding:22px;

border-radius:18px;

font-weight:600;

font-size:18px;

}

.fx-benefit span{

color:#B790F5;

margin-right:8px;

}

/* ===========================
   FINAL CTA
=========================== */

.fx-final{

padding:150px 0 180px;

text-align:center;

}

.fx-final h2{

font-family:Georgia,serif;

font-size:70px;

font-weight:500;

line-height:1.05;

margin:20px 0;

}

.fx-final p{

font-size:21px;

line-height:1.9;

color:#6E6778;

margin-bottom:45px;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:991px){

.fx-vip-card{

padding:50px 30px;

}

.fx-vip-card h2{

font-size:44px;

}

.fx-vip-benefits{

grid-template-columns:1fr;

}

.fx-final{

padding:90px 0;

}

.fx-final h2{

font-size:44px;

}

}
/* ===========================
   ANIMATIONS
=========================== */

.fx-intro,
.fx-promise,
.fx-quote,
.fx-journey,
.fx-vip,
.fx-final{

opacity:0;

transform:translateY(60px);

transition:
opacity .8s ease,
transform .8s ease;

}

.fx-show{

opacity:1;

transform:translateY(0);

}

/* Button */

.fx-button{

transition:
transform .35s,
box-shadow .35s,
background .35s;

}

.fx-button:hover{

background:#bea0f5;

}

/* Images */

.fx-image img,
.fx-promise-image img,
.fx-card img{

transition:transform .8s ease;

}

.fx-image:hover img,
.fx-promise-image:hover img{

transform:scale(1.04);

}

/* Scrollbar */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#FCFAF8;

}

::-webkit-scrollbar-thumb{

background:#CAB2F8;

border-radius:999px;

}

::-webkit-scrollbar-thumb:hover{

background:#B28CF1;

}

/* Smooth scrolling */

html{

scroll-behavior:smooth;

}
</section>
/* ==========================================
VIP EXPERIENCE
========================================== */

.fe-vip{

padding:220px 0;

background:#fafafa;

position:relative;

}

.fe-vip-card{

max-width:900px;

margin:auto;

padding:110px 90px;

background:#fff;

border-radius:40px;

text-align:center;

box-shadow:0 40px 100px rgba(0,0,0,.08);

position:relative;

overflow:hidden;

}

.fe-vip-card::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:5px;

background:linear-gradient(
90deg,
#CAB2F8,
#E7DEFF,
#CAB2F8
);

}

.fe-vip-title{

font-size:clamp(58px,7vw,92px);

line-height:.95;

margin:25px 0;

}

.fe-vip-text{

max-width:560px;

margin:24px auto;

font-size:20px;

line-height:1.9;

color:#666;

}

.fe-vip-note{

margin-top:30px;

font-size:14px;

letter-spacing:.08em;

text-transform:uppercase;

color:#999;

}

@media(max-width:990px){

.fe-vip{

padding:140px 0;

}

.fe-vip-card{

padding:60px 28px;

}

}
/* ==========================================================
   FEARLESS HERO — SOFT LUXURY
========================================================== */

.fe-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(202, 178, 248, 0.20),
      transparent 38%
    ),
    #fbf9f6;
  text-align: center;
  padding: 140px 24px 90px;
}

.fe-hero__silk {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse,
      rgba(202, 178, 248, 0.16),
      rgba(255,255,255,0) 68%
    );
  pointer-events: none;
}

.fe-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.fe-hero__welcome {
  display: block;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #8d829d;
}

.fe-hero__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
  color: #242124;
}

.fe-hero__title span {
  display: block;
  font-style: italic;
  color: #80689b;
}

.fe-hero__tagline {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #29252b;
}

.fe-hero__line {
  width: 55px;
  height: 1px;
  margin: 28px auto;
  background: #cab2f8;
}

.fe-hero__description {
  max-width: 610px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  color: #777078;
}

.fe-hero__countdown {
  margin-top: 42px;
}

.fe-hero__countdown-label {
  display: block;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #938a94;
}

.fe-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.fe-countdown__item {
  min-width: 78px;
  padding: 14px 12px;
  border: 1px solid rgba(202, 178, 248, 0.45);
  border-radius: 16px;
  background: rgba(255,255,255,0.62);
  box-shadow: 0 10px 35px rgba(60,40,80,0.05);
}

.fe-countdown__item span {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #29242b;
}

.fe-countdown__item small {
  display: block;
  margin-top: 7px;
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #938a94;
}

.fe-countdown__divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cab2f8;
}

.fe-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 150px;
  margin-top: 42px;
  padding: 16px 27px;
  border-radius: 999px;
  background: #cab2f8;
  color: #201b23;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  transition: all 0.4s ease;
  box-shadow: 0 12px 30px rgba(202,178,248,0.25);
}

.fe-hero__button span {
  font-size: 17px;
  transition: transform 0.4s ease;
}

.fe-hero__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(202,178,248,0.35);
}

.fe-hero__button:hover span {
  transform: translateX(4px);
}

.fe-hero__scroll {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 55px auto 0;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50%;
  color: #777;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.35s ease;
}

.fe-hero__scroll:hover {
  background: #fff;
  border-color: #cab2f8;
  transform: translateY(4px);
}

/* MOBILE */

@media (max-width: 749px) {

  .fe-hero {
    min-height: 88vh;
    padding: 110px 20px 65px;
  }

  .fe-hero__title {
    font-size: clamp(52px, 15vw, 76px);
  }

  .fe-hero__description {
    font-size: 15px;
    line-height: 1.75;
  }

  .fe-countdown {
    gap: 7px;
  }

  .fe-countdown__item {
    min-width: 67px;
    padding: 13px 8px;
  }

  .fe-countdown__item span {
    font-size: 21px;
  }

  .fe-countdown__divider {
    display: none;
  }

}
/* ==========================================================
   FEARLESS STORY — EDITORIAL
========================================================== */

.fe-story {
  position: relative;
  padding: 150px 24px 170px;
  background: #fff;
  overflow: hidden;
}

.fe-story__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.fe-story__eyebrow {
  margin-bottom: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #9a909d;
}

.fe-story__title {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 100px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
  color: #242124;
}

.fe-story__intro {
  max-width: 650px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #777078;
}

.fe-story__divider {
  width: 45px;
  height: 1px;
  margin: 38px auto 95px;
  background: #cab2f8;
}

.fe-story__content {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 90px;
}

.fe-story__image {
  overflow: hidden;
  border-radius: 28px;
  background: #f4f0f5;
}

.fe-story__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1s ease;
}

.fe-story__image:hover .fe-story__photo {
  transform: scale(1.025);
}

.fe-story__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  color: #a39aa5;
  font-size: 10px;
  letter-spacing: .2em;
}

.fe-story__copy {
  max-width: 520px;
}

.fe-story__small-label {
  display: block;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  color: #80689b;
}

.fe-story__copy h3 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
  color: #29242b;
}

.fe-story__copy p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.9;
  color: #777078;
}

.fe-story__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: #29242b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.fe-story__link span {
  color: #80689b;
  font-size: 18px;
  transition: transform .35s ease;
}

.fe-story__link:hover span {
  transform: translateX(5px);
}

@media (max-width: 749px) {

  .fe-story {
    padding: 110px 20px 120px;
  }

  .fe-story__divider {
    margin-bottom: 65px;
  }

  .fe-story__content {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .fe-story__copy {
    max-width: none;
  }

}
/* ==========================================================
   FEARLESS STORY — SOFT EDITORIAL
========================================================== */

.fe-story {
  position: relative;
  padding: 150px 24px;
  background: #fbf9f6;
  overflow: hidden;
}

.fe-story__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fe-story__eyebrow {
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .28em;
  color: #a17fbc;
}

.fe-story__title {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
  color: #252126;
}

.fe-story__intro {
  max-width: 520px;
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.8;
  color: #777078;
}

.fe-story__divider {
  width: 45px;
  height: 1px;
  margin: 38px 0 85px;
  background: #cab2f8;
}

.fe-story__content {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.fe-story__image {
  order: 2;
  overflow: hidden;
  border-radius: 30px;
  background: #eee8f2;
}

.fe-story__photo {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.fe-story__copy {
  order: 1;
  max-width: 480px;
}

.fe-story__small-label {
  display: block;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  color: #a17fbc;
}

.fe-story__copy h3 {
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
  color: #252126;
}

.fe-story__copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: #777078;
}

.fe-story__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: #252126;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fe-story__link span {
  color: #a17fbc;
  font-size: 17px;
  transition: transform .3s ease;
}

.fe-story__link:hover span {
  transform: translateX(5px);
}

.fe-story__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  color: #aaa;
  font-size: 10px;
  letter-spacing: .2em;
}

@media (max-width: 749px) {

  .fe-story {
    padding: 100px 20px;
  }

  .fe-story__title {
    font-size: 58px;
  }

  .fe-story__divider {
    margin-bottom: 60px;
  }

  .fe-story__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .fe-story__image {
    order: 1;
    width: 100%;
  }

  .fe-story__copy {
    order: 2;
  }

}
/* ==========================================================
   THE FEARLESS SUPPLY CO.
   SOCIAL LANDING PAGE — HERO
   Soft Luxury / Editorial
========================================================== */

.fearless-landing-hero {
  position: relative;
  min-height: 92vh;
  padding: 120px 24px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background: #fbf9f6;
}


/* ==========================================================
   SOFT LAVENDER GLOW
========================================================== */

.fearless-hero-glow {
  position: absolute;
  width: 750px;
  height: 750px;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(202, 178, 248, 0.24),
    rgba(202, 178, 248, 0) 68%
  );

  pointer-events: none;
}


/* ==========================================================
   HERO CONTENT
========================================================== */

.fearless-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}


/* ==========================================================
   WELCOME
========================================================== */

.fearless-hero-welcome {
  display: block;
  margin-bottom: 20px;

  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;

  color: #9a88a8;
}


/* ==========================================================
   MAIN TITLE
========================================================== */

.fearless-hero-content h1 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(58px, 8vw, 105px);
  font-weight: 400;

  line-height: 0.94;
  letter-spacing: -0.06em;

  color: #242124;
}


/* ==========================================================
   EXPERIENCE — SOFT SCRIPT
========================================================== */

.fearless-hero-content h1 span {
  display: block;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;

  font-size: 0.92em;
  font-weight: 400;
  font-style: normal;

  letter-spacing: 0.01em;
  line-height: 0.72;

  margin-top: 12px;

  color: #b98cdb;

  transform: rotate(-2deg);
}


/* ==========================================================
   TAGLINE
========================================================== */

.fearless-hero-tagline {
  margin: 32px 0 0;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;

  color: #29242b;
}


/* ==========================================================
   DIVIDER
========================================================== */

.fearless-hero-divider {
  width: 48px;
  height: 1px;

  margin: 27px auto;

  background: #cab2f8;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.fearless-hero-description {
  max-width: 590px;

  margin: 0 auto;

  font-size: 17px;
  line-height: 1.85;

  color: #777078;
}


/* ==========================================================
   BUTTONS
========================================================== */

.fearless-hero-actions {
  display: flex;
  justify-content: center;

  gap: 12px;

  margin-top: 34px;

  flex-wrap: wrap;
}

.fearless-hero-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  min-height: 50px;

  padding: 0 25px;

  border-radius: 999px;

  text-decoration: none;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 0.15em;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}


/* PRIMARY */

.fearless-hero-button-primary {
  background: #cab2f8;

  color: #201b23;

  box-shadow:
    0 12px 30px rgba(202, 178, 248, 0.25);
}


/* SECONDARY */

.fearless-hero-button-secondary {
  background: transparent;

  border: 1px solid #d8d0da;

  color: #29242b;
}


/* BUTTON HOVER */

.fearless-hero-button:hover {
  transform: translateY(-3px);
}

.fearless-hero-button-primary:hover {
  box-shadow:
    0 18px 40px rgba(202, 178, 248, 0.35);
}

.fearless-hero-button-primary span {
  font-size: 16px;
}


/* ==========================================================
   COUNTDOWN
========================================================== */

.fearless-hero-countdown {
  margin-top: 48px;
}

.fearless-countdown-label {
  display: block;

  margin-bottom: 14px;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.25em;

  color: #a095a2;
}

.fearless-countdown {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 18px;
}

.fearless-countdown > div {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.fearless-countdown strong {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 34px;
  font-weight: 400;

  line-height: 1;

  color: #29242b;
}

.fearless-countdown small {
  margin-top: 7px;

  font-size: 8px;

  letter-spacing: 0.16em;

  color: #99909a;
}

.fearless-countdown-dot {
  color: #cab2f8;

  font-size: 20px;

  margin-top: -15px;
}


/* ==========================================================
   SCROLL BUTTON
========================================================== */

.fearless-scroll {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  margin: 48px auto 0;

  border: 1px solid #ded8df;

  border-radius: 50%;

  color: #777078;

  text-decoration: none;

  font-size: 15px;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.fearless-scroll:hover {
  border-color: #cab2f8;

  background: #fff;

  transform: translateY(4px);
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fearless-landing-hero {
    min-height: 90vh;

    padding:
      100px
      20px
      55px;
  }

  .fearless-hero-content h1 {
    font-size:
      clamp(
        54px,
        15vw,
        76px
      );
  }

  .fearless-hero-content h1 span {
    font-size: 0.95em;

    margin-top: 10px;
  }

  .fearless-hero-description {
    font-size: 15px;

    line-height: 1.75;
  }

  .fearless-hero-actions {
    flex-direction: column;

    align-items: stretch;

    max-width: 300px;

    margin-left: auto;
    margin-right: auto;
  }

  .fearless-countdown {
    gap: 12px;
  }

  .fearless-countdown strong {
    font-size: 29px;
  }

  .fearless-countdown-dot {
    font-size: 16px;
  }

}
/* ==========================================================
   THE FEARLESS SUPPLY CO.
   SOCIAL LANDING PAGE — HERO
   Soft Luxury / Editorial
========================================================== */

.fearless-landing-hero {
  position: relative;
  min-height: 92vh;
  padding: 120px 24px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background: #fbf9f6;
}


/* ==========================================================
   SOFT LAVENDER GLOW
========================================================== */

.fearless-hero-glow {
  position: absolute;
  width: 750px;
  height: 750px;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(202, 178, 248, 0.24),
    rgba(202, 178, 248, 0) 68%
  );

  pointer-events: none;
}


/* ==========================================================
   HERO CONTENT
========================================================== */

.fearless-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}


/* ==========================================================
   WELCOME
========================================================== */

.fearless-hero-welcome {
  display: block;
  margin-bottom: 20px;

  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;

  color: #9a88a8;
}


/* ==========================================================
   MAIN TITLE
========================================================== */

.fearless-hero-content h1 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(58px, 8vw, 105px);
  font-weight: 400;

  line-height: 0.94;
  letter-spacing: -0.06em;

  color: #242124;
}


/* ==========================================================
   EXPERIENCE — SOFT SCRIPT
========================================================== */

.fearless-hero-content h1 span {
  display: block;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;

  font-size: 0.92em;
  font-weight: 400;
  font-style: normal;

  letter-spacing: 0.01em;
  line-height: 0.72;

  margin-top: 12px;

  color: #b98cdb;

  transform: rotate(-2deg);
}


/* ==========================================================
   TAGLINE
========================================================== */

.fearless-hero-tagline {
  margin: 32px 0 0;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;

  color: #29242b;
}


/* ==========================================================
   DIVIDER
========================================================== */

.fearless-hero-divider {
  width: 48px;
  height: 1px;

  margin: 27px auto;

  background: #cab2f8;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.fearless-hero-description {
  max-width: 590px;

  margin: 0 auto;

  font-size: 17px;
  line-height: 1.85;

  color: #777078;
}


/* ==========================================================
   BUTTONS
========================================================== */

.fearless-hero-actions {
  display: flex;
  justify-content: center;

  gap: 12px;

  margin-top: 34px;

  flex-wrap: wrap;
}

.fearless-hero-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  min-height: 50px;

  padding: 0 25px;

  border-radius: 999px;

  text-decoration: none;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 0.15em;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}


/* PRIMARY */

.fearless-hero-button-primary {
  background: #cab2f8;

  color: #201b23;

  box-shadow:
    0 12px 30px rgba(202, 178, 248, 0.25);
}


/* SECONDARY */

.fearless-hero-button-secondary {
  background: transparent;

  border: 1px solid #d8d0da;

  color: #29242b;
}


/* BUTTON HOVER */

.fearless-hero-button:hover {
  transform: translateY(-3px);
}

.fearless-hero-button-primary:hover {
  box-shadow:
    0 18px 40px rgba(202, 178, 248, 0.35);
}

.fearless-hero-button-primary span {
  font-size: 16px;
}


/* ==========================================================
   COUNTDOWN
========================================================== */

.fearless-hero-countdown {
  margin-top: 48px;
}

.fearless-countdown-label {
  display: block;

  margin-bottom: 14px;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.25em;

  color: #a095a2;
}

.fearless-countdown {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 18px;
}

.fearless-countdown > div {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.fearless-countdown strong {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 34px;
  font-weight: 400;

  line-height: 1;

  color: #29242b;
}

.fearless-countdown small {
  margin-top: 7px;

  font-size: 8px;

  letter-spacing: 0.16em;

  color: #99909a;
}

.fearless-countdown-dot {
  color: #cab2f8;

  font-size: 20px;

  margin-top: -15px;
}


/* ==========================================================
   SCROLL BUTTON
========================================================== */

.fearless-scroll {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  margin: 48px auto 0;

  border: 1px solid #ded8df;

  border-radius: 50%;

  color: #777078;

  text-decoration: none;

  font-size: 15px;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.fearless-scroll:hover {
  border-color: #cab2f8;

  background: #fff;

  transform: translateY(4px);
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fearless-landing-hero {
    min-height: 90vh;

    padding:
      100px
      20px
      55px;
  }

  .fearless-hero-content h1 {
    font-size:
      clamp(
        54px,
        15vw,
        76px
      );
  }

  .fearless-hero-content h1 span {
    font-size: 0.95em;

    margin-top: 10px;
  }

  .fearless-hero-description {
    font-size: 15px;

    line-height: 1.75;
  }

  .fearless-hero-actions {
    flex-direction: column;

    align-items: stretch;

    max-width: 300px;

    margin-left: auto;
    margin-right: auto;
  }

  .fearless-countdown {
    gap: 12px;
  }

  .fearless-countdown strong {
    font-size: 29px;
  }

  .fearless-countdown-dot {
    font-size: 16px;
  }

}
/* ==========================================================
   FEARLESS ESSENTIALS
========================================================== */

.fearless-essentials {
  padding: 120px 24px 140px;
  background: #ffffff;
}

.fearless-essentials__header {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.fearless-section-label {
  display: block;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .28em;
  color: #a17fbc;
}

.fearless-essentials__header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
  color: #242124;
}

.fearless-essentials__header p {
  max-width: 480px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #777078;
}

.fearless-essentials__grid {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 360px 360px;

  gap: 18px;
}

.fearless-essential-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 26px;
  background: #eee8f2;
  text-decoration: none;
}

.fearless-essential-card--large {
  grid-row: span 2;
}

.fearless-essential-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  transition: transform .8s ease;
}

.fearless-essential-card:hover .fearless-essential-image {
  transform: scale(1.04);
}

.fearless-essential-overlay {
  position: absolute;
  inset: auto 0 0;

  padding: 34px;

  background: linear-gradient(
    to top,
    rgba(20,16,22,.72),
    rgba(20,16,22,0)
  );

  color: #fff;
}

.fearless-essential-overlay span {
  display: block;
  margin-bottom: 10px;

  font-size: 9px;
  letter-spacing: .2em;

  opacity: .75;
}

.fearless-essential-overlay h3 {
  margin: 0 0 7px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.fearless-essential-overlay p {
  margin: 0 0 18px;

  font-size: 13px;
  color: rgba(255,255,255,.82);
}

.fearless-essential-overlay strong {
  font-size: 9px;
  letter-spacing: .16em;
  font-weight: 600;
}

@media (max-width: 749px) {

  .fearless-essentials {
    padding: 90px 20px 100px;
  }

  .fearless-essentials__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 360px);
  }

  .fearless-essential-card--large {
    grid-row: auto;
  }

  .fearless-essential-overlay {
    padding: 26px;
  }

}
/* ==========================================================
   FEARLESS STANDARD
========================================================== */

.fearless-standard {
  padding: 120px 24px 130px;
  background: #fbf9f6;
}

.fearless-standard__header {
  max-width: 650px;
  margin: 0 auto 75px;
  text-align: center;
}

.fearless-standard__header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
  color: #242124;
}

.fearless-standard__header p {
  max-width: 500px;
  margin: 25px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #777078;
}

.fearless-standard__grid {
  max-width: 1050px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid #e5dfe7;
  border-bottom: 1px solid #e5dfe7;
}

.fearless-standard__item {
  position: relative;
  padding: 50px 45px;
  text-align: center;
}

.fearless-standard__item + .fearless-standard__item {
  border-left: 1px solid #e5dfe7;
}

.fearless-standard__number {
  display: block;
  margin-bottom: 28px;

  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;

  color: #a17fbc;
}

.fearless-standard__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  margin: 0 auto 24px;

  border: 1px solid #cab2f8;
  border-radius: 50%;

  color: #a17fbc;
  font-size: 18px;
}

.fearless-standard__item h3 {
  margin: 0 0 14px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;

  color: #29242b;
}

.fearless-standard__item p {
  margin: 0;

  font-size: 14px;
  line-height: 1.8;

  color: #777078;
}

.fearless-standard__cta {
  margin-top: 45px;
  text-align: center;
}

.fearless-standard__cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #29242b;
  text-decoration: none;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;

  transition: color .3s ease;
}

.fearless-standard__cta span {
  color: #a17fbc;
  font-size: 17px;
  transition: transform .3s ease;
}

.fearless-standard__cta a:hover span {
  transform: translateX(5px);
}

@media (max-width: 749px) {

  .fearless-standard {
    padding: 90px 20px 100px;
  }

  .fearless-standard__grid {
    grid-template-columns: 1fr;
  }

  .fearless-standard__item {
    padding: 40px 25px;
  }

  .fearless-standard__item + .fearless-standard__item {
    border-left: 0;
    border-top: 1px solid #e5dfe7;
  }

}
/* ==========================================================
   FEARLESS COMMUNITY
========================================================== */

.fearless-community {
  padding: 120px 24px 130px;
  background: #ffffff;
  overflow: hidden;
}

.fearless-community__header {
  max-width: 680px;
  margin: 0 auto 65px;
  text-align: center;
}

.fearless-community__header h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 7vw, 78px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;

  color: #242124;
}

.fearless-community__header p {
  max-width: 480px;
  margin: 25px auto 0;

  font-size: 16px;
  line-height: 1.8;

  color: #777078;
}

.fearless-community__grid {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 22px;
}

.fearless-review {
  padding: 14px 14px 28px;

  background: #fbf9f6;
  border-radius: 24px;

  transition:
    transform .4s ease,
    box-shadow .4s ease;
}

.fearless-review:nth-child(2) {
  transform: translateY(28px);
}

.fearless-review:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(40,30,50,.08);
}

.fearless-review:nth-child(2):hover {
  transform: translateY(20px);
}

.fearless-review__image {
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 22px;
}

.fearless-review__image img {
  display: block;

  width: 100%;
  aspect-ratio: 1 / 1.05;

  object-fit: cover;

  transition: transform .7s ease;
}

.fearless-review:hover .fearless-review__image img {
  transform: scale(1.04);
}

.fearless-review__stars {
  margin-bottom: 12px;

  font-size: 12px;
  letter-spacing: 3px;

  color: #a17fbc;
}

.fearless-review__text {
  margin: 0 0 18px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;

  color: #383238;
}

.fearless-review__name {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;

  color: #99909a;
}

.fearless-community__cta {
  margin-top: 70px;
  text-align: center;
}

.fearless-community__cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #29242b;
  text-decoration: none;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.fearless-community__cta span {
  color: #a17fbc;
  font-size: 17px;

  transition: transform .3s ease;
}

.fearless-community__cta a:hover span {
  transform: translateX(5px);
}

@media (max-width: 749px) {

  .fearless-community {
    padding: 90px 20px 100px;
  }

  .fearless-community__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .fearless-review:nth-child(2) {
    transform: none;
  }

  .fearless-review:nth-child(2):hover {
    transform: translateY(-5px);
  }

}
/* ==========================================================
   FEARLESS VIP
========================================================== */

.fearless-vip {
  position: relative;
  padding: 130px 24px 140px;
  overflow: hidden;
  background: #242027;
  text-align: center;
}

.fearless-vip__glow {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(202, 178, 248, .20),
    rgba(202, 178, 248, 0) 68%
  );

  pointer-events: none;
}

.fearless-vip__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.fearless-vip .fearless-section-label {
  color: #cab2f8;
}

.fearless-vip h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;

  color: #fff;
}

.fearless-vip h2 span {
  font-style: italic;
  color: #cab2f8;
}

.fearless-vip__intro {
  max-width: 570px;
  margin: 30px auto 0;

  font-size: 16px;
  line-height: 1.8;

  color: rgba(255,255,255,.68);
}

.fearless-vip__perks {
  max-width: 900px;
  margin: 65px auto 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.fearless-vip__perks > div {
  padding: 35px 28px;
}

.fearless-vip__perks > div + div {
  border-left: 1px solid rgba(255,255,255,.12);
}

.fearless-vip__perks span {
  display: block;
  margin-bottom: 18px;

  font-size: 9px;
  letter-spacing: .2em;

  color: #cab2f8;
}

.fearless-vip__perks strong {
  display: block;
  margin-bottom: 10px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;

  color: #fff;
}

.fearless-vip__perks p {
  margin: 0;

  font-size: 13px;
  line-height: 1.7;

  color: rgba(255,255,255,.58);
}

.fearless-vip__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  margin-top: 55px;
  padding: 17px 29px;

  border-radius: 999px;

  background: #cab2f8;
  color: #201b23;

  text-decoration: none;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.fearless-vip__button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 15px 35px rgba(202,178,248,.25);
}

.fearless-vip__button span {
  font-size: 16px;
}

.fearless-vip__note {
  display: block;
  margin-top: 18px;

  font-size: 9px;
  letter-spacing: .12em;

  color: rgba(255,255,255,.38);
}

@media (max-width: 749px) {

  .fearless-vip {
    padding: 100px 20px 110px;
  }

  .fearless-vip__perks {
    grid-template-columns: 1fr;
  }

  .fearless-vip__perks > div {
    padding: 28px 20px;
  }

  .fearless-vip__perks > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }

}
/* ==========================================================
   FEARLESS VIP — SOFT EDITORIAL
========================================================== */

.fearless-vip {
  position: relative;
  padding: 130px 24px 140px;
  overflow: hidden;
  background: #fbf9f6;
  text-align: center;
}

.fearless-vip__glow {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(202,178,248,.25),
    rgba(202,178,248,0) 68%
  );

  pointer-events: none;
}

.fearless-vip__content {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: 0 auto;
}

.fearless-vip .fearless-section-label {
  color: #a17fbc;
}

.fearless-vip h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;

  color: #242124;
}

.fearless-vip h2 span {
  display: block;
  color: #b98cdb;
  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;
  font-size: .9em;
  line-height: .7;
  margin-top: 12px;
  transform: rotate(-2deg);
}

.fearless-vip__intro {
  max-width: 580px;
  margin: 35px auto 0;

  font-size: 16px;
  line-height: 1.85;

  color: #777078;
}

.fearless-vip__perks {
  max-width: 900px;
  margin: 65px auto 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid #e3dce7;
  border-bottom: 1px solid #e3dce7;
}

.fearless-vip__perks > div {
  padding: 35px 28px;
}

.fearless-vip__perks > div + div {
  border-left: 1px solid #e3dce7;
}

.fearless-vip__perks span {
  display: block;
  margin-bottom: 17px;

  font-size: 9px;
  letter-spacing: .2em;

  color: #a17fbc;
}

.fearless-vip__perks strong {
  display: block;
  margin-bottom: 10px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;

  color: #29242b;
}

.fearless-vip__perks p {
  margin: 0;

  font-size: 13px;
  line-height: 1.7;

  color: #777078;
}

.fearless-vip__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  margin-top: 55px;
  padding: 17px 30px;

  border-radius: 999px;

  background: #cab2f8;
  color: #201b23;

  text-decoration: none;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;

  box-shadow: 0 12px 30px rgba(202,178,248,.22);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.fearless-vip__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(202,178,248,.32);
}

.fearless-vip__button span {
  font-size: 16px;
}

.fearless-vip__note {
  display: block;
  margin-top: 17px;

  font-size: 9px;
  letter-spacing: .12em;

  color: #a29aa3;
}

@media (max-width: 749px) {

  .fearless-vip {
    padding: 95px 20px 105px;
  }

  .fearless-vip__perks {
    grid-template-columns: 1fr;
  }

  .fearless-vip__perks > div {
    padding: 28px 20px;
  }

  .fearless-vip__perks > div + div {
    border-left: 0;
    border-top: 1px solid #e3dce7;
  }

}
/* ==========================================================
   FEARLESS FOUNDER
========================================================== */

.fearless-founder {
  padding: 130px 24px;
  background: #ffffff;
}

.fearless-founder__inner {
  max-width: 1120px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 90px;
}

.fearless-founder__image {
  overflow: hidden;
  border-radius: 28px;
  background: #eee8f2;
}

.fearless-founder__photo {
  display: block;

  width: 100%;
  aspect-ratio: 4 / 5;

  object-fit: cover;
}

.fearless-founder__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;

  aspect-ratio: 4 / 5;

  font-size: 9px;
  letter-spacing: .2em;
  color: #a29aa3;
}

.fearless-founder__content {
  max-width: 600px;
}

.fearless-founder__content h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.05em;

  color: #242124;
}

.fearless-founder__content h2 em {
  color: #b98cdb;
  font-style: italic;
}

.fearless-founder__line {
  width: 45px;
  height: 1px;

  margin: 30px 0;

  background: #cab2f8;
}

.fearless-founder__content p {
  max-width: 500px;

  margin: 0 0 18px;

  font-size: 16px;
  line-height: 1.85;

  color: #777078;
}

.fearless-founder__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  margin-top: 18px;

  color: #29242b;
  text-decoration: none;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.fearless-founder__link span {
  color: #a17fbc;
  font-size: 17px;

  transition: transform .3s ease;
}

.fearless-founder__link:hover span {
  transform: translateX(5px);
}

@media (max-width: 749px) {

  .fearless-founder {
    padding: 95px 20px;
  }

  .fearless-founder__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .fearless-founder__content h2 {
    font-size: 47px;
  }

}
/* ==========================================================
   FEARLESS FINAL CTA
========================================================== */

.fearless-final-cta {
  position: relative;
  padding: 150px 24px 100px;
  overflow: hidden;
  text-align: center;
  background: #fbf9f6;
}

.fearless-final-cta__glow {
  position: absolute;

  width: 800px;
  height: 800px;

  left: 50%;
  bottom: -560px;

  transform: translateX(-50%);

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(202, 178, 248, .28),
    rgba(202, 178, 248, 0) 68%
  );

  pointer-events: none;
}

.fearless-final-cta__content {
  position: relative;
  z-index: 2;

  max-width: 760px;
  margin: 0 auto;
}

.fearless-final-cta .fearless-section-label {
  color: #a17fbc;
}

.fearless-final-cta h2 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(58px, 8vw, 96px);

  font-weight: 400;

  line-height: .94;

  letter-spacing: -.06em;

  color: #242124;
}

.fearless-final-cta h2 span {
  display: block;

  margin-top: 12px;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;

  font-size: .9em;

  line-height: .7;

  font-weight: 400;

  color: #b98cdb;

  transform: rotate(-2deg);
}

.fearless-final-cta p {
  max-width: 520px;

  margin: 35px auto 0;

  font-size: 16px;

  line-height: 1.85;

  color: #777078;
}

.fearless-final-cta__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-top: 40px;

  padding: 17px 32px;

  border-radius: 999px;

  background: #cab2f8;

  color: #201b23;

  text-decoration: none;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .16em;

  box-shadow:
    0 12px 30px rgba(202, 178, 248, .24);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.fearless-final-cta__button span {
  font-size: 16px;

  transition: transform .3s ease;
}

.fearless-final-cta__button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 18px 40px rgba(202, 178, 248, .34);
}

.fearless-final-cta__button:hover span {
  transform: translateX(4px);
}

.fearless-final-cta__signature {
  margin-top: 85px;

  display: flex;

  flex-direction: column;

  gap: 7px;
}

.fearless-final-cta__signature span {
  font-size: 9px;

  letter-spacing: .14em;

  color: #a29aa3;
}

.fearless-final-cta__signature strong {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 24px;

  font-weight: 400;

  color: #29242b;
}

@media (max-width: 749px) {

  .fearless-final-cta {
    padding: 110px 20px 80px;
  }

  .fearless-final-cta h2 {
    font-size: 57px;
  }

  .fearless-final-cta p {
    font-size: 15px;
  }

  .fearless-final-cta__signature {
    margin-top: 65px;
  }

}
/* ==========================================================
   FEARLESS VIP — TOP OF LANDING PAGE
========================================================== */

.fearless-vip-top {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 78px;
  background:
    linear-gradient(
      110deg,
      #eee3f7 0%,
      #f6effa 48%,
      #eee3f7 100%
    );
}

.fearless-vip-top__glow {
  position: absolute;
  width: 550px;
  height: 550px;
  top: -300px;
  right: 5%;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  filter: blur(10px);
  pointer-events: none;
}

.fearless-vip-top__inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  align-items: center;
  gap: 55px;
}

.fearless-vip-top__heading {
  max-width: 400px;
}

.fearless-vip-top .fearless-section-label {
  display: block;
  margin-bottom: 16px;
  color: #9674ae;
}

.fearless-vip-top h2 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.05em;

  color: #29242b;
}

.fearless-vip-top h2 span {
  display: inline-block;

  margin-left: 7px;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;

  font-size: .85em;
  font-weight: 400;
  line-height: .8;

  color: #9d6fbd;

  transform: rotate(-3deg);
}

.fearless-vip-top__heading p {
  margin: 20px 0 0;

  max-width: 380px;

  font-size: 14px;
  line-height: 1.7;

  color: #716878;
}

.fearless-vip-top__perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-left: 1px solid rgba(80,55,95,.14);
}

.fearless-vip-top__perk {
  padding: 5px 25px;
}

.fearless-vip-top__perk + .fearless-vip-top__perk {
  border-left: 1px solid rgba(80,55,95,.14);
}

.fearless-vip-top__perk span {
  display: block;
  margin-bottom: 12px;

  font-size: 8px;
  letter-spacing: .2em;

  color: #a17fbc;
}

.fearless-vip-top__perk strong {
  display: block;

  margin-bottom: 7px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;
  font-weight: 400;

  color: #29242b;
}

.fearless-vip-top__perk small {
  display: block;

  font-size: 11px;
  line-height: 1.5;

  color: #777078;
}

.fearless-vip-top__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  white-space: nowrap;

  padding: 15px 22px;

  border-radius: 999px;

  background: #29242b;
  color: #fff;

  text-decoration: none;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.fearless-vip-top__button span {
  font-size: 15px;
  transition: transform .3s ease;
}

.fearless-vip-top__button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 12px 30px rgba(40,30,50,.15);
}

.fearless-vip-top__button:hover span {
  transform: translateX(4px);
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 900px) {

  .fearless-vip-top {
    padding: 65px 24px;
  }

  .fearless-vip-top__inner {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .fearless-vip-top__heading {
    max-width: 600px;
    margin: 0 auto;
  }

  .fearless-vip-top__heading p {
    margin-left: auto;
    margin-right: auto;
  }

  .fearless-vip-top__perks {
    border-left: 0;
    border-top: 1px solid rgba(80,55,95,.14);
    border-bottom: 1px solid rgba(80,55,95,.14);
    padding: 25px 0;
  }

  .fearless-vip-top__button {
    justify-self: center;
  }

}

@media (max-width: 600px) {

  .fearless-vip-top {
    padding: 55px 20px 60px;
  }

  .fearless-vip-top h2 {
    font-size: 44px;
  }

  .fearless-vip-top h2 span {
    display: block;
    margin: 8px 0 0;
  }

  .fearless-vip-top__perks {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fearless-vip-top__perk {
    padding: 0;
  }

  .fearless-vip-top__perk + .fearless-vip-top__perk {
    border-left: 0;
  }

}
/* ==========================================================
   FEARLESS DIFFERENCE
========================================================== */

.fearless-difference {
  padding: 130px 24px;
  background: #242124;
  color: #fff;
}

.fearless-difference__inner {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.fearless-difference .fearless-section-label {
  color: #cab2f8;
}

.fearless-difference__intro h2 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(52px, 6vw, 78px);
  font-weight: 400;

  line-height: .95;
  letter-spacing: -.055em;
}

.fearless-difference__intro h2 span {
  display: block;

  color: #cab2f8;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;

  font-size: .9em;
  line-height: .7;

  margin-top: 12px;

  transform: rotate(-2deg);
}

.fearless-difference__intro > p {
  max-width: 430px;

  margin: 30px 0 0;

  font-size: 16px;
  line-height: 1.85;

  color: rgba(255,255,255,.65);
}

.fearless-difference__points {
  border-top: 1px solid rgba(255,255,255,.15);
}

.fearless-difference__point {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;

  padding: 28px 0;

  border-bottom: 1px solid rgba(255,255,255,.15);
}

.fearless-difference__point > span {
  font-size: 9px;
  letter-spacing: .2em;
  color: #cab2f8;
}

.fearless-difference__point h3 {
  margin: 0 0 8px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 24px;
  font-weight: 400;

  color: #fff;
}

.fearless-difference__point p {
  max-width: 500px;

  margin: 0;

  font-size: 14px;
  line-height: 1.75;

  color: rgba(255,255,255,.58);
}

@media (max-width: 749px) {

  .fearless-difference {
    padding: 95px 20px;
  }

  .fearless-difference__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .fearless-difference__point {
    grid-template-columns: 35px 1fr;
  }

}
/* ==========================================================
   FEARLESS HERO
   SOFT EDITORIAL / SOCIAL LANDING PAGE
========================================================== */

.fearless-landing-hero {
  position: relative;

  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  padding: 110px 24px 70px;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(202, 178, 248, .28),
      rgba(202, 178, 248, 0) 48%
    ),
    linear-gradient(
      180deg,
      #f4eef9 0%,
      #fbf9fc 45%,
      #ffffff 100%
    );
}


/* ==========================================================
   SOFT BACKGROUND GLOW
========================================================== */

.fearless-hero-glow {
  position: absolute;

  width: 850px;
  height: 850px;

  top: -430px;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(202, 178, 248, .18),
      transparent 68%
    );

  pointer-events: none;
}


/* ==========================================================
   CONTENT
========================================================== */

.fearless-hero-content {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}


/* ==========================================================
   WELCOME
========================================================== */

.fearless-hero-welcome {
  display: block;

  margin-bottom: 24px;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: .34em;

  color: #9b7db4;
}


/* ==========================================================
   TITLE
========================================================== */

.fearless-hero-content h1 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(62px, 9vw, 112px);

  font-weight: 400;

  line-height: .82;

  letter-spacing: -.065em;

  color: #211f22;
}


/* ==========================================================
   EXPERIENCE SCRIPT
========================================================== */

.fearless-hero-content h1 span {
  display: block;

  margin-top: 20px;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;

  font-size: .82em;

  font-weight: 400;

  font-style: normal;

  line-height: .65;

  letter-spacing: .01em;

  color: #b28bd4;

  transform: rotate(-2deg);
}


/* ==========================================================
   TAGLINE
========================================================== */

.fearless-hero-tagline {
  margin: 58px 0 0;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .28em;

  color: #29252b;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.fearless-hero-description {
  max-width: 650px;

  margin: 28px auto 0;

  font-size: 17px;

  line-height: 1.9;

  color: #77717b;
}


/* ==========================================================
   COUNTDOWN
========================================================== */

.fearless-hero-countdown {
  margin-top: 55px;
}

.fearless-countdown-label {
  display: block;

  margin-bottom: 20px;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .25em;

  color: #a17fbc;
}

.fearless-countdown {
  display: inline-flex;

  align-items: flex-start;
  justify-content: center;

  gap: 18px;
}

.fearless-countdown-item {
  min-width: 78px;
}

.fearless-countdown-item strong {
  display: block;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 42px;

  font-weight: 400;

  line-height: 1;

  color: #242124;
}

.fearless-countdown-item small {
  display: block;

  margin-top: 9px;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .2em;

  color: #938b96;
}

.fearless-countdown-separator {
  margin-top: 4px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 30px;

  color: #aa83c9;
}


/* ==========================================================
   DIVIDER
========================================================== */

.fearless-hero-divider {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 18px;

  max-width: 390px;

  margin: 48px auto 0;
}

.fearless-hero-divider span {
  flex: 1;

  height: 1px;

  background:
    rgba(161, 127, 188, .28);
}

.fearless-hero-divider i {
  font-size: 16px;

  font-style: normal;

  color: #b18acf;
}


/* ==========================================================
   VIP MESSAGE
========================================================== */

.fearless-hero-vip {
  margin-top: 34px;
}

.fearless-hero-vip-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin: 0 auto 17px;

  border: 1px solid #b894d2;

  border-radius: 50%;

  font-size: 18px;

  color: #a17fbc;
}

.fearless-hero-vip-title {
  display: block;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .28em;

  color: #a17fbc;
}

.fearless-hero-vip p {
  margin: 12px 0 0;

  font-size: 15px;

  line-height: 1.6;

  color: #6f6873;
}


/* ==========================================================
   SHOP BUTTON
========================================================== */

.fearless-hero-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 18px;

  width: min(100%, 430px);

  margin-top: 42px;

  padding: 20px 30px;

  border-radius: 12px;

  background: #211f20;

  color: #ffffff;

  text-decoration: none;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .22em;

  box-shadow:
    0 15px 35px rgba(30,25,32,.12);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.fearless-hero-button span {
  font-size: 20px;

  font-weight: 400;

  transition:
    transform .3s ease;
}

.fearless-hero-button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 20px 45px rgba(30,25,32,.18);
}

.fearless-hero-button:hover span {
  transform: translateX(5px);
}


/* ==========================================================
   SCROLL
========================================================== */

.fearless-scroll {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  margin: 48px auto 0;

  border: 1px solid rgba(50,40,55,.16);

  border-radius: 50%;

  color: #5f5861;

  text-decoration: none;

  font-size: 18px;

  transition:
    transform .35s ease,
    border-color .35s ease;
}

.fearless-scroll:hover {
  transform: translateY(5px);

  border-color: #b894d2;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fearless-landing-hero {
    min-height: 100svh;

    padding:
      100px
      20px
      55px;
  }

  .fearless-hero-content h1 {
    font-size:
      clamp(58px, 17vw, 82px);

    line-height: .84;
  }

  .fearless-hero-content h1 span {
    margin-top: 18px;

    font-size: .85em;
  }

  .fearless-hero-tagline {
    margin-top: 48px;

    font-size: 10px;

    letter-spacing: .22em;
  }

  .fearless-hero-description {
    max-width: 350px;

    font-size: 15px;

    line-height: 1.8;
  }

  .fearless-hero-countdown {
    margin-top: 48px;
  }

  .fearless-countdown {
    gap: 8px;
  }

  .fearless-countdown-item {
    min-width: 65px;
  }

  .fearless-countdown-item strong {
    font-size: 31px;
  }

  .fearless-countdown-separator {
    font-size: 22px;
  }

  .fearless-hero-divider {
    max-width: 280px;

    margin-top: 38px;
  }

  .fearless-hero-vip {
    margin-top: 28px;
  }

  .fearless-hero-vip p {
    font-size: 14px;
  }

  .fearless-hero-button {
    width: 100%;

    margin-top: 35px;
  }

  .fearless-scroll {
    margin-top: 38px;
  }

}
/* ==========================================================
   THE FEARLESS SUPPLY CO.
   FEARLESS EXPERIENCE
   MASTER STYLESHEET
========================================================== */


/* ==========================================================
   BRAND SYSTEM
========================================================== */

:root {
  --fe-cream: #fbf9f6;
  --fe-white: #ffffff;
  --fe-lavender: #cab2f8;
  --fe-lavender-soft: #eee5f7;
  --fe-purple: #a17fbc;
  --fe-purple-dark: #80689b;
  --fe-charcoal: #242124;
  --fe-soft-black: #29242b;
  --fe-grey: #777078;
  --fe-light-border: #e5dfe7;

  --fe-serif:
    Georgia,
    "Times New Roman",
    serif;

  --fe-script:
    "Brush Script MT",
    "Segoe Script",
    "Snell Roundhand",
    cursive;
}


/* ==========================================================
   GLOBAL
========================================================== */

.fe-page,
.fe-page * {
  box-sizing: border-box;
}

.fe-page {
  overflow: hidden;
  background: var(--fe-cream);
  color: var(--fe-charcoal);
}

.fe-page a {
  text-decoration: none;
}

.fe-section-label {
  display: block;

  margin-bottom: 18px;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .28em;

  color: var(--fe-purple);
}

.fe-script {
  font-family: var(--fe-script);
  font-weight: 400;
}


/* ==========================================================
   HERO
========================================================== */

.fe-hero {
  position: relative;

  min-height: 92vh;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 120px 24px 70px;

  overflow: hidden;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(202,178,248,.28),
      transparent 43%
    ),
    linear-gradient(
      180deg,
      #f3edf8 0%,
      #fbf9f6 58%,
      #fbf9f6 100%
    );
}

.fe-hero__glow {
  position: absolute;

  width: 800px;
  height: 800px;

  top: -430px;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(202,178,248,.2),
      transparent 68%
    );

  pointer-events: none;
}

.fe-hero__content {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.fe-hero__welcome {
  display: block;

  margin-bottom: 22px;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .32em;

  color: var(--fe-purple);
}

.fe-hero__title {
  margin: 0;

  font-family: var(--fe-serif);

  font-size:
    clamp(62px, 9vw, 112px);

  font-weight: 400;

  line-height: .85;

  letter-spacing: -.065em;

  color: var(--fe-charcoal);
}

.fe-hero__title-script {
  display: block;

  margin-top: 18px;

  font-family: var(--fe-script);

  font-size: .84em;

  font-weight: 400;

  line-height: .65;

  letter-spacing: .01em;

  color: #b18acf;

  transform: rotate(-2deg);
}

.fe-hero__tagline {
  margin: 58px 0 0;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .25em;

  color: var(--fe-soft-black);
}

.fe-hero__description {
  max-width: 610px;

  margin: 27px auto 0;

  font-size: 16px;

  line-height: 1.85;

  color: var(--fe-grey);
}


/* ==========================================================
   COUNTDOWN
========================================================== */

.fe-countdown {
  margin-top: 48px;
}

.fe-countdown__label {
  display: block;

  margin-bottom: 17px;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .25em;

  color: var(--fe-purple);
}

.fe-countdown__numbers {
  display: inline-flex;

  align-items: flex-start;
  justify-content: center;

  gap: 17px;
}

.fe-countdown__item {
  min-width: 70px;
}

.fe-countdown__item strong {
  display: block;

  font-family: var(--fe-serif);

  font-size: 38px;
  font-weight: 400;

  line-height: 1;

  color: var(--fe-charcoal);
}

.fe-countdown__item small {
  display: block;

  margin-top: 8px;

  font-size: 8px;

  letter-spacing: .18em;

  color: #99919b;
}

.fe-countdown__separator {
  font-family: var(--fe-serif);

  font-size: 27px;

  color: var(--fe-purple);

  margin-top: 2px;
}


/* ==========================================================
   VIP MESSAGE
========================================================== */

.fe-hero__vip {
  margin-top: 38px;
}

.fe-hero__vip-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin: 0 auto 13px;

  border: 1px solid #b894d2;

  border-radius: 50%;

  color: var(--fe-purple);

  font-size: 17px;
}

.fe-hero__vip-title {
  display: block;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .25em;

  color: var(--fe-purple);
}

.fe-hero__vip-text {
  margin: 9px 0 0;

  font-size: 14px;

  color: var(--fe-grey);
}


/* ==========================================================
   PRIMARY BUTTON
========================================================== */

.fe-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 15px;

  min-width: 210px;

  margin-top: 35px;

  padding: 17px 28px;

  border-radius: 999px;

  background: var(--fe-charcoal);

  color: #fff;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .17em;

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.fe-button span {
  font-size: 17px;

  transition: transform .3s ease;
}

.fe-button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 15px 35px rgba(36,33,36,.15);
}

.fe-button:hover span {
  transform: translateX(4px);
}


/* ==========================================================
   SECTION TRANSITION
========================================================== */

.fe-divider {
  display: flex;

  align-items: center;

  gap: 16px;

  max-width: 320px;

  margin: 0 auto;
}

.fe-divider span {
  flex: 1;

  height: 1px;

  background: var(--fe-light-border);
}

.fe-divider i {
  color: var(--fe-purple);

  font-size: 13px;

  font-style: normal;
}


/* ==========================================================
   DIFFERENCE
========================================================== */

.fe-difference {
  padding: 125px 24px;

  background: var(--fe-charcoal);

  color: #fff;
}

.fe-difference__inner {
  max-width: 1150px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: .85fr 1.15fr;

  gap: 90px;

  align-items: center;
}

.fe-difference__title {
  margin: 0;

  font-family: var(--fe-serif);

  font-size: clamp(52px, 6vw, 78px);

  font-weight: 400;

  line-height: .94;

  letter-spacing: -.055em;
}

.fe-difference__title span {
  display: block;

  margin-top: 12px;

  font-family: var(--fe-script);

  color: var(--fe-lavender);

  font-size: .9em;

  line-height: .7;
}

.fe-difference__intro {
  max-width: 440px;

  margin-top: 28px;

  font-size: 16px;

  line-height: 1.85;

  color: rgba(255,255,255,.65);
}

.fe-difference__list {
  border-top: 1px solid rgba(255,255,255,.15);
}

.fe-difference__item {
  display: grid;

  grid-template-columns: 40px 1fr;

  gap: 20px;

  padding: 28px 0;

  border-bottom: 1px solid rgba(255,255,255,.15);
}

.fe-difference__number {
  font-size: 9px;

  letter-spacing: .2em;

  color: var(--fe-lavender);
}

.fe-difference__item h3 {
  margin: 0 0 8px;

  font-family: var(--fe-serif);

  font-size: 23px;

  font-weight: 400;
}

.fe-difference__item p {
  margin: 0;

  font-size: 13px;

  line-height: 1.75;

  color: rgba(255,255,255,.57);
}


/* ==========================================================
   HAIR EDIT
========================================================== */

.fe-hair-edit {
  padding: 130px 24px 140px;

  background: var(--fe-cream);
}

.fe-hair-edit__header {
  max-width: 700px;

  margin: 0 auto 60px;

  text-align: center;
}

.fe-hair-edit__title {
  margin: 0;

  font-family: var(--fe-serif);

  font-size: clamp(54px, 7vw, 86px);

  font-weight: 400;

  line-height: .94;

  letter-spacing: -.055em;
}

.fe-hair-edit__title span {
  display: block;

  margin-top: 12px;

  font-family: var(--fe-script);

  font-size: .9em;

  line-height: .7;

  color: #b18acf;

  transform: rotate(-2deg);
}

.fe-hair-edit__intro {
  max-width: 520px;

  margin: 27px auto 0;

  font-size: 16px;

  line-height: 1.8;

  color: var(--fe-grey);
}

.fe-hair-edit__grid {
  max-width: 1200px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.fe-hair-card {
  position: relative;

  min-height: 560px;

  overflow: hidden;

  border-radius: 25px;

  background: #eee8f2;

  color: #fff;
}

.fe-hair-card__image,
.fe-hair-card__image img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;
}

.fe-hair-card__image img {
  object-fit: cover;

  transition: transform .8s ease;
}

.fe-hair-card:hover .fe-hair-card__image img {
  transform: scale(1.04);
}

.fe-hair-card__overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(20,16,22,.82),
      rgba(20,16,22,.2) 60%,
      transparent
    );
}

.fe-hair-card__content {
  position: absolute;

  z-index: 2;

  left: 0;
  right: 0;
  bottom: 0;

  padding: 38px;
}

.fe-hair-card__eyebrow {
  display: block;

  margin-bottom: 10px;

  font-size: 9px;

  letter-spacing: .2em;

  color: #d9c5e8;
}

.fe-hair-card__title {
  margin: 0 0 10px;

  font-family: var(--fe-serif);

  font-size: 38px;

  font-weight: 400;
}

.fe-hair-card__description {
  max-width: 390px;

  margin: 0 0 20px;

  font-size: 13px;

  line-height: 1.7;

  color: rgba(255,255,255,.78);
}

.fe-hair-card__link {
  font-size: 9px;

  font-weight: 700;

  letter-spacing: .15em;
}


/* ==========================================================
   COMMUNITY
========================================================== */

.fe-community {
  padding: 130px 24px;

  background: #fff;
}

.fe-community__header {
  max-width: 700px;

  margin: 0 auto 60px;

  text-align: center;
}

.fe-community__title {
  margin: 0;

  font-family: var(--fe-serif);

  font-size: clamp(50px, 6vw, 78px);

  font-weight: 400;

  line-height: .95;

  letter-spacing: -.055em;
}

.fe-community__intro {
  max-width: 500px;

  margin: 25px auto 0;

  font-size: 15px;

  line-height: 1.8;

  color: var(--fe-grey);
}

.fe-community__grid {
  max-width: 1150px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.fe-review {
  padding: 12px 12px 27px;

  background: var(--fe-cream);

  border-radius: 23px;
}

.fe-review__image {
  overflow: hidden;

  border-radius: 16px;

  margin-bottom: 20px;
}

.fe-review__image img {
  display: block;

  width: 100%;

  aspect-ratio: 1 / 1.05;

  object-fit: cover;
}

.fe-review__stars {
  margin-bottom: 12px;

  color: var(--fe-purple);

  letter-spacing: 3px;

  font-size: 11px;
}

.fe-review__text {
  margin: 0 0 17px;

  font-family: var(--fe-serif);

  font-size: 17px;

  font-style: italic;

  line-height: 1.55;
}

.fe-review__name {
  font-size: 9px;

  font-weight: 700;

  letter-spacing: .15em;

  color: #99919b;
}


/* ==========================================================
   FOUNDER
========================================================== */

.fe-founder {
  padding: 130px 24px;

  background: var(--fe-cream);
}

.fe-founder__inner {
  max-width: 1100px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: .85fr 1.15fr;

  gap: 90px;

  align-items: center;
}

.fe-founder__image {
  overflow: hidden;

  border-radius: 28px;
}

.fe-founder__image img {
  display: block;

  width: 100%;

  aspect-ratio: 4 / 5;

  object-fit: cover;
}

.fe-founder__title {
  margin: 0;

  font-family: var(--fe-serif);

  font-size: clamp(42px, 5vw, 68px);

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -.05em;
}

.fe-founder__title em {
  color: var(--fe-purple);

  font-style: italic;
}

.fe-founder__text {
  max-width: 500px;

  margin: 27px 0 0;

  font-size: 15px;

  line-height: 1.85;

  color: var(--fe-grey);
}


/* ==========================================================
   FINAL CTA
========================================================== */

.fe-final {
  position: relative;

  overflow: hidden;

  padding: 145px 24px 100px;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(202,178,248,.3),
      transparent 55%
    ),
    var(--fe-cream);
}

.fe-final__title {
  margin: 0;

  font-family: var(--fe-serif);

  font-size: clamp(58px, 8vw, 96px);

  font-weight: 400;

  line-height: .92;

  letter-spacing: -.06em;
}

.fe-final__title span {
  display: block;

  margin-top: 12px;

  font-family: var(--fe-script);

  font-size: .88em;

  line-height: .7;

  color: #b18acf;

  transform: rotate(-2deg);
}

.fe-final__text {
  max-width: 500px;

  margin: 30px auto 0;

  font-size: 16px;

  line-height: 1.85;

  color: var(--fe-grey);
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fe-hero {
    min-height: 92vh;

    padding: 100px 20px 55px;
  }

  .fe-hero__title {
    font-size: clamp(55px, 16vw, 80px);
  }

  .fe-hero__tagline {
    margin-top: 48px;

    font-size: 10px;
  }

  .fe-hero__description {
    font-size: 15px;
  }

  .fe-countdown__numbers {
    gap: 7px;
  }

  .fe-countdown__item {
    min-width: 62px;
  }

  .fe-countdown__item strong {
    font-size: 30px;
  }

  .fe-countdown__separator {
    font-size: 21px;
  }

  .fe-difference {
    padding: 95px 20px;
  }

  .fe-difference__inner {
    grid-template-columns: 1fr;

    gap: 55px;
  }

  .fe-hair-edit {
    padding: 95px 20px 105px;
  }

  .fe-hair-edit__grid {
    grid-template-columns: 1fr;
  }

  .fe-hair-card {
    min-height: 500px;
  }

  .fe-hair-card__content {
    padding: 29px;
  }

  .fe-community {
    padding: 95px 20px;
  }

  .fe-community__grid {
    grid-template-columns: 1fr;
  }

  .fe-founder {
    padding: 95px 20px;
  }

  .fe-founder__inner {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .fe-final {
    padding: 110px 20px 80px;
  }

}
/* ==========================================================
   FEARLESS VIP
========================================================== */

.fe-vip {
  padding: 105px 24px 115px;

  background:
    linear-gradient(
      135deg,
      #eee4f7 0%,
      #f7f2fa 50%,
      #eee4f7 100%
    );
}

.fe-vip__inner {
  max-width: 1120px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1fr
    1.5fr
    auto;

  align-items: center;

  gap: 60px;
}


/* HEADING */

.fe-vip__heading {
  max-width: 400px;
}

.fe-vip__heading h2 {
  margin: 0;

  font-family: var(--fe-serif);

  font-size:
    clamp(45px, 5vw, 65px);

  font-weight: 400;

  line-height: .9;

  letter-spacing: -.055em;

  color: var(--fe-charcoal);
}

.fe-vip__heading h2 span {
  display: inline-block;

  margin-top: 10px;

  font-family: var(--fe-script);

  font-size: .9em;

  font-weight: 400;

  color: var(--fe-purple-dark);

  transform: rotate(-2deg);
}

.fe-vip__heading p {
  max-width: 390px;

  margin: 23px 0 0;

  font-size: 14px;

  line-height: 1.75;

  color: var(--fe-grey);
}


/* BENEFITS */

.fe-vip__benefits {
  border-left: 1px solid rgba(80,55,95,.14);
}

.fe-vip__benefit {
  display: grid;

  grid-template-columns: 35px 1fr;

  gap: 18px;

  padding: 18px 0 18px 30px;
}

.fe-vip__benefit + .fe-vip__benefit {
  border-top: 1px solid rgba(80,55,95,.14);
}

.fe-vip__benefit > span {
  font-size: 8px;

  letter-spacing: .18em;

  color: var(--fe-purple);
}

.fe-vip__benefit h3 {
  margin: 0 0 5px;

  font-family: var(--fe-serif);

  font-size: 20px;

  font-weight: 400;

  color: var(--fe-charcoal);
}

.fe-vip__benefit p {
  margin: 0;

  font-size: 12px;

  line-height: 1.6;

  color: var(--fe-grey);
}


/* BUTTON */

.fe-vip__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 13px;

  white-space: nowrap;

  padding: 16px 24px;

  border-radius: 999px;

  background: var(--fe-charcoal);

  color: #fff;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .16em;

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.fe-vip__button span {
  font-size: 16px;

  transition:
    transform .3s ease;
}

.fe-vip__button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 12px 30px rgba(36,33,36,.15);
}

.fe-vip__button:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 850px) {

  .fe-vip {
    padding: 85px 20px 90px;
  }

  .fe-vip__inner {
    grid-template-columns: 1fr;

    gap: 40px;

    text-align: center;
  }

  .fe-vip__heading {
    max-width: 600px;

    margin: 0 auto;
  }

  .fe-vip__heading p {
    margin-left: auto;
    margin-right: auto;
  }

  .fe-vip__benefits {
    border-left: 0;

    border-top:
      1px solid rgba(80,55,95,.14);

    border-bottom:
      1px solid rgba(80,55,95,.14);

    padding: 12px 0;
  }

  .fe-vip__benefit {
    text-align: left;

    padding-left: 10px;
  }

  .fe-vip__button {
    justify-self: center;
  }

}
/* ==========================================================
   DROP COUNTDOWN
========================================================== */

.fe-drop-bar {
  position: relative;

  z-index: 50;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: max-content;

  margin: 42px auto 0;

  padding: 12px 24px 14px;

  border-radius: 18px;

  transition:
    background .3s ease,
    box-shadow .3s ease,
    transform .3s ease;
}


/* NEXT DROP */

.fe-drop-bar__label {
  margin-bottom: 10px;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .24em;

  color: var(--fe-purple);

  text-align: center;
}


/* COUNTDOWN NUMBERS */

.fe-drop-bar__countdown {
  display: flex;

  align-items: flex-start;

  justify-content: center;

  gap: 12px;
}

.fe-drop-bar__countdown > div {
  min-width: 58px;

  text-align: center;
}

.fe-drop-bar__countdown strong {
  display: block;

  font-family: var(--fe-serif);

  font-size: 30px;

  font-weight: 400;

  line-height: 1;

  color: var(--fe-charcoal);
}

.fe-drop-bar__countdown small {
  display: block;

  margin-top: 6px;

  font-size: 7px;

  font-weight: 700;

  letter-spacing: .16em;

  color: #98909a;
}

.fe-drop-bar__countdown > span {
  margin-top: 2px;

  font-family: var(--fe-serif);

  font-size: 22px;

  color: var(--fe-purple);
}


/* ==========================================================
   STICKY VERSION
========================================================== */

.fe-drop-bar.is-sticky {
  position: fixed;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 100%;

  max-width: 100%;

  margin: 0;

  padding: 9px 20px;

  flex-direction: row;

  gap: 24px;

  border-radius: 0;

  background: rgba(251,249,246,.94);

  box-shadow:
    0 8px 30px rgba(40,30,45,.08);

  backdrop-filter: blur(14px);

  -webkit-backdrop-filter: blur(14px);
}

.fe-drop-bar.is-sticky .fe-drop-bar__label {
  margin: 0;

  font-size: 8px;
}

.fe-drop-bar.is-sticky
.fe-drop-bar__countdown {
  gap: 7px;
}

.fe-drop-bar.is-sticky
.fe-drop-bar__countdown > div {
  min-width: 38px;
}

.fe-drop-bar.is-sticky
.fe-drop-bar__countdown strong {
  font-size: 20px;
}

.fe-drop-bar.is-sticky
.fe-drop-bar__countdown small {
  margin-top: 3px;

  font-size: 6px;
}

.fe-drop-bar.is-sticky
.fe-drop-bar__countdown > span {
  font-size: 15px;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fe-drop-bar {
    margin-top: 40px;

    padding: 10px 16px 12px;
  }

  .fe-drop-bar__countdown {
    gap: 6px;
  }

  .fe-drop-bar__countdown > div {
    min-width: 52px;
  }

  .fe-drop-bar__countdown strong {
    font-size: 27px;
  }

  .fe-drop-bar__countdown > span {
    font-size: 18px;
  }

  .fe-drop-bar.is-sticky {
    gap: 12px;

    padding: 8px 10px;
  }

  .fe-drop-bar.is-sticky
  .fe-drop-bar__label {
    max-width: 85px;

    line-height: 1.25;
  }

  .fe-drop-bar.is-sticky
  .fe-drop-bar__countdown {
    gap: 3px;
  }

  .fe-drop-bar.is-sticky
  .fe-drop-bar__countdown > div {
    min-width: 35px;
  }

  .fe-drop-bar.is-sticky
  .fe-drop-bar__countdown strong {
    font-size: 18px;
  }

}


/* ==========================================================
   JOIN VIP BUTTON
========================================================== */

.fe-hero .fe-button {
  margin-top: 32px;
}
/* ==========================================================
   STICKY DROP BAR — BRANDED
========================================================== */

.fe-drop-bar {
  position: relative;

  z-index: 50;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 28px;

  width: max-content;

  margin: 48px auto 0;

  padding: 13px 25px;

  border-radius: 18px;

  transition:
    background .35s ease,
    box-shadow .35s ease,
    transform .35s ease;
}


/* LOGO */

.fe-drop-bar__brand {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  flex-shrink: 0;
}

.fe-drop-bar__logo {
  display: block;

  width: 54px;
  height: 54px;

  object-fit: contain;
}

.fe-drop-bar__brand-text {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
}


/* DROP LABEL */

.fe-drop-bar__label {
  white-space: nowrap;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .22em;

  color: var(--fe-purple);
}


/* COUNTDOWN */

.fe-drop-bar__countdown {
  display: flex;

  align-items: flex-start;

  gap: 9px;
}

.fe-drop-bar__countdown > div {
  min-width: 48px;

  text-align: center;
}

.fe-drop-bar__countdown strong {
  display: block;

  font-family: var(--fe-serif);

  font-size: 27px;

  font-weight: 400;

  line-height: 1;

  color: var(--fe-charcoal);
}

.fe-drop-bar__countdown small {
  display: block;

  margin-top: 5px;

  font-size: 6px;

  font-weight: 700;

  letter-spacing: .15em;

  color: #98909a;
}

.fe-drop-bar__countdown > span {
  margin-top: 1px;

  font-family: var(--fe-serif);

  font-size: 20px;

  color: var(--fe-purple);
}


/* ==========================================================
   STICKY STATE
========================================================== */

.fe-drop-bar.is-sticky {
  position: fixed;

  top: 0;
  left: 50%;

  transform: translateX(-50%);

  width: 100%;

  margin: 0;

  padding: 7px 24px;

  border-radius: 0;

  background: rgba(251,249,246,.94);

  box-shadow:
    0 8px 30px rgba(40,30,45,.09);

  backdrop-filter: blur(16px);

  -webkit-backdrop-filter: blur(16px);
}

.fe-drop-bar.is-sticky .fe-drop-bar__brand {
  width: 42px;
  height: 42px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__logo {
  width: 42px;
  height: 42px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__label {
  font-size: 8px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__countdown {
  gap: 5px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__countdown > div {
  min-width: 36px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__countdown strong {
  font-size: 19px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__countdown small {
  margin-top: 3px;
  font-size: 5px;
}

.fe-drop-bar.is-sticky .fe-drop-bar__countdown > span {
  font-size: 14px;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fe-drop-bar {
    gap: 13px;

    padding: 10px 12px;
  }

  .fe-drop-bar__brand {
    width: 43px;
    height: 43px;
  }

  .fe-drop-bar__logo {
    width: 43px;
    height: 43px;
  }

  .fe-drop-bar__label {
    white-space: normal;

    max-width: 72px;

    font-size: 7px;

    line-height: 1.3;

    text-align: center;
  }

  .fe-drop-bar__countdown {
    gap: 3px;
  }

  .fe-drop-bar__countdown > div {
    min-width: 32px;
  }

  .fe-drop-bar__countdown strong {
    font-size: 20px;
  }

  .fe-drop-bar__countdown small {
    font-size: 5px;
  }

  .fe-drop-bar__countdown > span {
    font-size: 14px;
  }

  .fe-drop-bar.is-sticky {
    gap: 9px;

    padding: 6px 8px;
  }

  .fe-drop-bar.is-sticky .fe-drop-bar__brand,
  .fe-drop-bar.is-sticky .fe-drop-bar__logo {
    width: 36px;
    height: 36px;
  }

  .fe-drop-bar.is-sticky .fe-drop-bar__label {
    max-width: 65px;

    font-size: 6px;
  }

  .fe-drop-bar.is-sticky .fe-drop-bar__countdown {
    gap: 2px;
  }

  .fe-drop-bar.is-sticky .fe-drop-bar__countdown > div {
    min-width: 29px;
  }

  .fe-drop-bar.is-sticky .fe-drop-bar__countdown strong {
    font-size: 17px;
  }

}
/* ==========================================================
   FEARLESS × AFTERSHIP VIP FORM
========================================================== */

/* Give the AfterShip app block the same breathing room
   as the rest of the Fearless hero */

.fearless-landing-hero .shopify-block {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}


/* Remove the "separate section" feeling */

.fearless-landing-hero .shopify-block > div {
  background: transparent !important;
}


/* Keep the form centered */

.fearless-landing-hero iframe {
  display: block;

  width: 100% !important;

  max-width: 620px !important;

  margin: 0 auto !important;

  border: 0 !important;

  background: transparent !important;
}


/* ==========================================================
   AFTERSHIP SPACING
========================================================== */

.fearless-landing-hero .shopify-block {
  padding-top: 8px;
  padding-bottom: 8px;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 749px) {

  .fearless-landing-hero .shopify-block {
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .fearless-landing-hero iframe {
    max-width: 100% !important;
  }

}
/* ==========================================================
   FEARLESS VIP FORM — SEAMLESS HERO
========================================================== */

.fearless-landing-hero .shopify-block {
  width: 100%;
  max-width: 760px;
  margin: 0 auto !important;
  padding: 0 !important;
}


/* Pull the VIP form closer to the countdown */

.fearless-landing-hero .landing-form {
  max-width: 760px;
  margin: 10px auto 0;
  padding: 0;
}


/* Remove extra spacing around the embedded app */

.fearless-landing-hero .shopify-block iframe {
  display: block;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  border: 0 !important;
}


/* Keep the entire hero visually continuous */

.fearless-landing-hero {
  overflow: hidden;
}


/* Mobile */

@media (max-width: 749px) {

  .fearless-landing-hero .shopify-block {
    max-width: 100%;
  }

  .fearless-landing-hero .landing-form {
    max-width: 100%;
    margin-top: 8px;
  }

  .fearless-landing-hero .shopify-block iframe {
    max-width: 100% !important;
  }

}'/* ==========================================================
   HERO IMAGE — CLEAN EDITORIAL
========================================================== */

.fh-hero__visual {
  height: 100%;
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.fh-hero__glow {
  position: absolute;
  z-index: 0;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: #e5d5fa;
  filter: blur(100px);
  opacity: 0.8;
  right: 5%;
  top: 10%;
}

.fh-hero__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: center center;
}


/* MOBILE */

@media (max-width: 749px) {

  .fh-hero__visual {
    min-height: 470px;
    height: 470px;
    overflow: hidden;
  }

  .fh-hero__image {
    width: 100%;
    height: 100%;
    max-height: 470px;
    object-fit: cover;
    object-position: center center;
  }

  .fh-hero__glow {
    width: 450px;
    height: 450px;
    right: 50%;
    transform: translateX(50%);
    top: 5%;
    filter: blur(75px);
  }

}'
/* REMOVE THEME PILL STYLING FROM CARE EYEBROW */

.fearless-care .fearless-care__eyebrow {
  display: block !important;
  width: auto !important;
  height: auto !important;

  margin: 0 0 20px !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  color: #9d73d7 !important;

  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;

  letter-spacing: .23em !important;
  text-transform: uppercase !important;
}