
/* Eclipse Branding - Storm-inspired homepage sections */

.storm-home{
  background: #0b0f17;
}

/* Consistent width wrapper */
.storm-wrap{
  max-width: var(--storm-wrap);
  margin: 0 auto;
  padding: 0 18px;
}

/* ---------- Buttons ---------- */
.storm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  border-radius: var(--storm-pill);
  padding: 10px 16px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration:none;
  border: 1px solid rgba(255,255,255,.22);
  cursor: pointer;
}

.storm-btn--outline{
  color: #fff;
  background: rgba(0,0,0,.28);
}

.storm-btn--ghost{
  color: #fff;
  background: rgba(255,255,255,.06);
}

.storm-btn--light{
  border-color: rgba(255,255,255,.26);
}

.storm-btn--dark{
  background: rgba(0,0,0,.92);
  border-color: rgba(0,0,0,.92);
  color: #fff;
}

.storm-btn--wide{
  width: 100%;
  margin-top: 18px;
}

.storm-linkbtn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--storm-pill);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration:none;
  font-size: 11px;
}
.storm-linkbtn span{ opacity: .85; }
.storm-linkbtn--light{ background: rgba(0,0,0,.4); }

/* ---------- Hero ---------- */
.storm-hero{
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: right center;
  min-height: 560px;
  display:flex;
  align-items:center;
  overflow:hidden;
}


.storm-hero .storm-wrap{ width: 100%; }
.storm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.68) 42%, rgba(0,0,0,.18) 78%, rgba(0,0,0,.55) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.48), rgba(0,0,0,.78));
}

.storm-hero__grid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items:center;
  /*
    IMPORTANT:
    This element also carries .storm-wrap.
    Do NOT wipe horizontal padding, otherwise the hero copy will
    slam into the left edge on some viewports.
  */
  padding-block: 72px 52px;
  /* Match Storm-style hero inset */
  padding-inline: clamp(24px, 7vw, 140px);
}


.storm-hero__copy{
  max-width: 640px;
  text-align: left;
}

.storm-eyebrow{
  color: rgba(255,255,255,.66);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.storm-h1{
  color:#fff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  margin: 0 0 14px;
  font-weight: 900;
}

.storm-lead{
  color: rgba(255,255,255,.76);
  max-width: 58ch;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
}

.storm-cta-row{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.storm-hero__micro{
  color: rgba(255,255,255,.62);
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 9px;
}


/* ---------- Trust strip ---------- */
.storm-truststrip{
  background: var(--storm-teal);
  color: #001117;
  position: relative;
  overflow: hidden;
}

/* subtle hex pattern like Storm */
.storm-truststrip::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: url("../img/hex-pattern.svg");
  background-size: 84px 72px;
  background-repeat: repeat;
  opacity: .22;
  pointer-events:none;
}
.storm-truststrip::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 240px at 18% 50%, rgba(255,255,255,.18), transparent 65%);
  opacity: .85;
  pointer-events:none;
}

.storm-truststrip__grid{
  position: relative;
  max-width: var(--storm-wrap);
  margin: 0 auto;
  padding: 22px 18px;
  display:grid;
  grid-template-columns: auto minmax(190px, 260px) minmax(260px, 360px) minmax(240px, 380px);
  grid-template-areas: "logos trust video how";
  align-items:center;
  gap: clamp(16px, 2.8vw, 34px);
}

.storm-truststrip__logos{ grid-area: logos; display:block; }
.storm-truststrip__trust{ grid-area: trust; display:flex; flex-direction:column; gap: 12px; }
.storm-truststrip__video{ grid-area: video; }
.storm-truststrip__image{ grid-area: video; }
.storm-truststrip__how{ grid-area: how; }

.storm-circle-logo{
  width: clamp(78px, 6vw, 112px);
  height: clamp(78px, 6vw, 112px);
  border-radius: 999px;
  background: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.16);
}
.storm-circle-logo img{
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.storm-truststrip__title-small{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}
.storm-truststrip__title-big{
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.06;
}

.storm-truststrip__learn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  width: fit-content;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color:#001117;
  text-decoration:none;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0,0,0,.55);
}
.storm-truststrip__learn:hover{ border-bottom-color: rgba(0,0,0,.85); }
.storm-truststrip__learn-icon{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,.55);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height: 1;
  font-size: 14px;
}

.storm-truststrip__video,
.storm-truststrip__image{
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow:hidden;
  background: rgba(0,0,0,.1);
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.35);
}
.storm-truststrip__video img,
.storm-truststrip__image img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.storm-truststrip__how h3{
  margin: 0 0 6px;
  font-weight: 900;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.05;
}
.storm-truststrip__how p{
  margin: 0;
  max-width: 36ch;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(0,0,0,.85);
}

/* Responsive: match Storm’s compression without looking cramped */
@media (max-width: 1100px){
  .storm-truststrip__grid{
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "logos trust"
      "video how";
    align-items: start;
  }
  .storm-truststrip__video{ width: 100%; }
}
@media (max-width: 760px){
  .storm-truststrip__grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "logos"
      "trust"
      "video"
      "how";
    padding: 20px 16px;
  }
  .storm-truststrip__logos{ width: 100%; }
  .eclipse-why-points{ grid-template-columns: 1fr; }
  .storm-truststrip__how p{ max-width: 48ch; }
}

/* ---------- Modal (Trade Enquiries) ---------- */
.storm-modal{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display:none;
}
.storm-modal.is-open{ display:block; }

.storm-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}

.storm-modal__panel{
  position:absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(560px, 92vw);
  background: #0b0f17;
  color: #fff;
  padding: 22px;
  overflow:auto;
  box-shadow: -30px 0 80px rgba(0,0,0,.65);
}

.storm-modal__close{
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.9);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 0;
  cursor:pointer;
}

.storm-modal__content h2{
  font-size: 22px;
  margin: 18px 0 8px;
}
.storm-modal__content p{
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin: 0 0 12px;
}

.storm-modal__logos{
  display:flex;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.storm-modal__logo{
  width: 72px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}
.storm-modal__logo img{
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .9;
}

/* ---------- Trusted-by statement ---------- */
.storm-trustedby{
  background: #0b0f17;
  color: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.storm-trustedby__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  flex-wrap: wrap;
}
.storm-trustedby__logos{
  display:flex;
  gap: 14px;
  align-items:center;
}
.storm-trustedby__logos img{
  /* Make this readable too (this row is meant to be recognisable logos, not tiny marks) */
  height: clamp(28px, 2.2vw, 36px);
  width: auto;
  filter: grayscale(100%);
  opacity: .8;
}
.storm-trustedby__text{
  font-weight: 800;
  opacity: .9;
}
.storm-trustedby .storm-linkbtn{
  background: rgba(255,255,255,.08);
}

/* ---------- How it works ---------- */
.storm-how{
  background: #f3f4f6;
  color: #111;
  padding: 44px 0 54px;
}
.storm-how__head h2{
  margin: 0 0 8px;
  font-size: 28px;
}
.storm-how__head p{
  margin: 0;
  color: rgba(0,0,0,.65);
}
.storm-how__gallery{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.storm-how__img{
  position: relative;
  border-radius: var(--storm-radius-lg);
  overflow: hidden;
}
.storm-how__img img{
  width:100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0;
  display:block;
}

/* Text overlay (subtle, Storm-like) */
.storm-how__img::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,0) 55%);
  pointer-events:none;
}
.storm-how__caption{
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
}
.storm-how__kicker{
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .9;
  margin-bottom: 6px;
}
.storm-how__title{
  font-weight: 800;
  letter-spacing: -.01em;
  font-size: 20px;
  line-height: 1.1;
}

/* ---------- Logo wall row ---------- */
.storm-logo-wall{
  background: #f3f4f6;
  padding: 22px 0 34px;
}
.storm-logo-wall__inner{
  /* Fewer logos, larger marks */
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 54px;
}
.storm-logo-wall__item{
  height: 88px;
  padding: 6px 8px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.storm-logo-wall__item img{
  height: clamp(46px, 4.2vw, 78px);
  width: auto;
  max-width: 240px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}


/* ---------- Split section (Global Sports Brands) ---------- */
.storm-split{
  background: #dbe6eb;
  padding: 56px 0;
}
.storm-split__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}
.storm-split__media img{
  width:100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--storm-radius-lg);
  display:block;
  box-shadow: 0 18px 60px rgba(0,0,0,.16);
}
.storm-split__panel{
  background: #dbe6eb;
  border-radius: var(--storm-radius-lg);
  padding: 32px 28px;
}
.storm-kicker{
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0,0,0,.62);
}
.storm-split__panel h2{
  font-size: 42px;
  margin: 10px 0 12px;
  line-height: 1.02;
}
.storm-split__panel p{
  margin: 0 0 18px;
  color: rgba(0,0,0,.68);
  line-height: 1.6;
}
.storm-pill-logos{
  margin-top: 18px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.storm-pill-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,.08);
}
.storm-pill-logo img{
  height: 18px;
  width:auto;
  filter: grayscale(100%);
  opacity: .8;
}

/* ---------- Collections ---------- */
.storm-collections{
  position: relative;
  background-image: var(--collections-bg);
  background-size: cover;
  background-position: right center;
  padding: 70px 0;
  color: #fff;
}
.storm-collections::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(1000px 700px at 20% 30%, rgba(0,0,0,.35), rgba(0,0,0,.82));
}
.storm-collections__grid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}
.storm-collections__left{
  max-width: 520px;
}
.storm-collections__left h2{
  font-size: 44px;
  margin: 10px 0 12px;
  line-height: 1.02;
}
.storm-collections__left p{
  margin: 0 0 14px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

/* Ensure kicker & headings are readable on dark collection background */
.storm-collections .storm-kicker{
  color: rgba(255,255,255,.78);
}
.storm-collections__left h2{
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}

.storm-collections__links{
  margin-top: 18px;
  display:flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.storm-collections__links a{
  color: rgba(255,255,255,.92);
  text-decoration:none;
  font-weight: 800;
}
.storm-mosaic{
  display:grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.storm-mosaic a{
  display:block;
  border-radius: var(--storm-radius-lg);
  overflow:hidden;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}
.storm-mosaic img{
  width:100%;
  height: 240px;
  object-fit: cover;
  display:block;
}
.storm-mosaic__big img{ height: 300px; }

/* ---------- Different ---------- */
.storm-different{
  background: #f3efe8;
  padding: 56px 0;
  color: #111;
}
.storm-different__head h2{
  margin: 0 0 18px;
  font-size: 32px;
}
.storm-different__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.storm-diffcard{
  border-radius: var(--storm-radius-lg);
  overflow:hidden;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.06);
}
.storm-diffcard__img img{
  width:100%;
  height: 200px;
  object-fit: cover;
  display:block;
}
.storm-diffcard__body{
  padding: 16px 16px 18px;
}
.storm-diffcard__body h3{
  margin: 0 0 8px;
  font-size: 16px;
}
.storm-diffcard__body p{
  margin: 0;
  color: rgba(0,0,0,.68);
  line-height: 1.55;
}

/* ---------- Product collection ---------- */
.storm-product{
  background: #0b0f17;
  color: #fff;
  padding: 70px 0;
}
.storm-product__inner h2{
  text-align:center;
  font-size: 36px;
  margin: 0 0 18px;
}
.storm-product__img{
  display:flex;
  justify-content:center;
  margin: 18px 0 18px;
}
.storm-product__img img{
  width: min(880px, 100%);
  height: auto;
  display:block;
}
.storm-product__links{
  margin: 10px auto 0;
  max-width: 900px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px 16px;
  text-align:left;
}
.storm-product__links a{
  color: rgba(255,255,255,.86);
  text-decoration:none;
  font-weight: 800;
}
.storm-product__note{
  max-width: 900px;
  margin: 22px auto 0;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

/* ---------- Teal slab ---------- */
.storm-slab{
  /* Storm-like teal transition, but with content (not blank) */
  background: radial-gradient(900px 380px at 55% 45%, rgba(255,255,255,.18), rgba(255,255,255,0)),
              linear-gradient(to bottom, #47d8e2, #6ee3ea);
  color: #001117;
  padding: 64px 0;
}

.storm-slab__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 26px;
}

.storm-slab__copy{ max-width: 760px; }

.storm-slab__kicker{
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .75;
}

.storm-slab__copy h2{
  margin: 10px 0 12px;
  font-size: 38px;
  line-height: 1.05;
}

.storm-slab__copy p{
  margin: 0;
  max-width: 62ch;
  color: rgba(0,0,0,.68);
  line-height: 1.6;
}

.storm-slab__cta{ flex: 0 0 auto; }

@media (max-width: 860px){
  .storm-slab__inner{ flex-direction: column; align-items:flex-start; }
  .storm-slab__copy h2{ font-size: 32px; }
}

/* ---------- Grass CTA ---------- */
.storm-grass{
  position: relative;
  background-image: var(--grass-bg);
  background-size: cover;
  background-position: right center;
  padding: 110px 0;
  color: #fff;
}
.storm-grass::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.72), rgba(0,0,0,.72));
}
.storm-grass__inner{
  position: relative;
  z-index: 1;
  text-align:center;
}
.storm-grass__inner h2{
  font-size: 36px;
  margin: 0 0 12px;
}
.storm-grass__inner p{
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
}

/* ---------- News grid ---------- */
.storm-news{
  background: #f3f4f6;
  padding: 56px 0 70px;
  color: #111;
}
.storm-news__head{
  margin-bottom: 18px;
}
.storm-news__head h2{
  font-size: 34px;
  margin: 10px 0 0;
}
.storm-news__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.storm-news__tile{
  position: relative;
  border-radius: var(--storm-radius-lg);
  overflow:hidden;
  min-height: 210px;
  background-image: var(--tile-bg);
  background-size: cover;
  background-position: right center;
  display:block;
  text-decoration:none;
  color: #fff;
}
.storm-news__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.14));
}
.storm-news__content{
  position:absolute;
  inset:0;
  padding: 18px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.storm-news__label{
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 13px;
}

.storm-news__top{
  display:flex;
  flex-direction: column;
  gap: 8px;
  max-width: 32ch;
}
.storm-news__title{
  font-weight: 900;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.storm-news__cta{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 11px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 9px 12px;
  width: fit-content;
}

/* ---------- Footer ---------- */
.storm-footer{
  margin-top: 0;
}

.storm-footer__top{
  background: var(--storm-teal);
  color: #001117;
  padding: 46px 0;
}

.storm-footer__wrap{
  max-width: var(--storm-wrap);
  margin: 0 auto;
  padding: 0 18px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

/* Allow grid columns to shrink properly (prevents newsletter form overflow) */
.storm-footer__col{
  min-width: 0;
}

.storm-footer__kicker{
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 12px;
  opacity: .8;
}

.storm-footer__small{
  margin-top: 12px;
  color: rgba(0,0,0,.72);
  line-height: 1.6;
}

.storm-footer__social{
  display:flex;
  gap: 10px;
  align-items:center;
}

.storm-social--footer{
  background: rgba(0,0,0,.16);
  color:#001117;
}

.storm-footer__newsletter{
  display:flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.storm-footer__newsletter input{
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 10px 14px;
  height: 42px;
}
.storm-footer__newsletter button{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.2);
  background: rgba(0,0,0,.88);
  color: #fff;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 14px;
  height: 42px;
  font-size: 12px;
  white-space: nowrap;
  cursor:pointer;
}

@media (max-width: 1100px){
  .eclipse-mini-product-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 980px){
  .storm-footer__newsletter{
    flex-direction: column;
    align-items: stretch;
  }
  .storm-footer__newsletter button{
    width: 100%;
  }
}

.storm-footer__hint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(0,0,0,.62);
}

.storm-footer__links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction: column;
  gap: 8px;
}
.storm-footer__links a{
  color: rgba(0,0,0,.86);
  text-decoration:none;
  font-weight: 800;
}

.storm-footer__bottom{
  background: #0b0f17;
  color: rgba(255,255,255,.72);
  padding: 16px 0;
}
.storm-footer__bottomwrap{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.storm-footer__policy{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}
.storm-footer__policy a{
  color: rgba(255,255,255,.72);
  text-decoration:none;
  font-weight: 800;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .storm-hero__grid{ grid-template-columns: 1fr; padding: 54px 18px 38px; }
  .storm-how__gallery{ grid-template-columns: 1fr; }
  .storm-logo-wall__inner{ grid-template-columns: repeat(5, minmax(0,1fr)); }
  .storm-split__grid{ grid-template-columns: 1fr; }
  .storm-split__media img{ height: 320px; }
  .storm-collections__grid{ grid-template-columns: 1fr; }
  .storm-different__grid{ grid-template-columns: 1fr; }
  .storm-product__links{ grid-template-columns: 1fr 1fr; }
  .storm-news__grid{ grid-template-columns: 1fr; }
  .storm-footer__wrap{ grid-template-columns: 1fr; }
}

/* ---------- Eclipse Branding customer brief pages ---------- */
.eclipse-hero .storm-h1{ max-width: 780px; }
.eclipse-hero .storm-lead{ font-size: 16px; max-width: 680px; }

.eclipse-why__grid{
  grid-template-columns: minmax(280px, 1fr) minmax(220px, 320px) minmax(260px, 360px) minmax(240px, 380px);
}
.eclipse-why-points{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  width: 100%;
}
.eclipse-why-card{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 180px;
  background: rgba(255,255,255,.18);
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.34);
}
.eclipse-why-card img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eclipse-home-products .storm-different__head p{
  color: rgba(0,0,0,.68);
  margin: 8px auto 0;
  max-width: 760px;
  line-height: 1.65;
}
.eclipse-section-heading p{
  color: rgba(255,255,255,.68);
  margin: 8px auto 0;
  max-width: 760px;
  line-height: 1.65;
}

.eclipse-mini-product-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  padding-bottom: 70px;
}
.eclipse-mini-product{
  border-radius: var(--storm-radius-md);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  color: #111;
  text-decoration:none;
  overflow: hidden;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.eclipse-mini-product:hover{
  transform: translateY(-3px);
  border-color: rgba(82,219,230,.45);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}
.eclipse-mini-product__image{
  display:block;
  aspect-ratio: 4 / 3;
  overflow:hidden;
  background: #dfe5e8;
}
.eclipse-mini-product__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.eclipse-mini-product__content{
  display:flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
}
.eclipse-mini-product__content strong{ font-size: 22px; font-weight: 900; line-height: 1.1; }
.eclipse-mini-product__content em{ font-style: normal; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: rgba(0,0,0,.62); font-weight: 900; }

.storm-logo-wall--belt{
  overflow:hidden;
  padding-top: 68px;
}
.eclipse-section-heading{
  text-align:center;
  padding-bottom: 28px;
}
.eclipse-section-heading h2{
  color: #fff;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  margin: 8px 0 0;
}
.eclipse-logo-belt{
  width: max-content;
  min-width: 100%;
  display:flex;
  grid-template-columns: none;
  gap: 16px;
  animation: eclipse-logo-belt 34s linear infinite;
  padding-inline: 18px;
}
.eclipse-logo-belt .storm-logo-wall__item{
  width: 160px;
  flex: 0 0 160px;
}
@keyframes eclipse-logo-belt{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

.eclipse-service-strip .storm-slab__copy p,
.eclipse-home-final .storm-product__note{
  max-width: 720px;
}
.eclipse-centre-cta{
  justify-content:center;
  margin-top: 20px;
}

.eclipse-page{
  background:#0b0f17;
  color:#fff;
}
.eclipse-page-hero{
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(82,219,230,.18), transparent 62%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  padding: clamp(72px, 8vw, 120px) 0 clamp(46px, 6vw, 80px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.eclipse-page-hero__inner{
  max-width: 980px;
  text-align:center;
}
.eclipse-page-hero h1{
  font-size: clamp(34px, 5vw, 58px);
  line-height:1.02;
  margin: 10px 0 14px;
  font-weight: 950;
}
.eclipse-page-hero p{
  max-width: 760px;
  margin: 0 auto 22px;
  color: rgba(255,255,255,.72);
  line-height:1.7;
  font-size: 16px;
}

.eclipse-products-list,
.eclipse-services-list,
.eclipse-gallery-section,
.eclipse-quote-section{
  padding: 68px 0;
}
.eclipse-products-list__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.eclipse-product-card{
  display:grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  overflow:hidden;
  border-radius: var(--storm-radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.eclipse-product-card__media img{
  width:100%;
  height:100%;
  min-height: 340px;
  object-fit:cover;
  display:block;
}
.eclipse-product-card__body{
  padding: clamp(24px, 4vw, 46px);
}
.eclipse-product-card__body h2,
.eclipse-service-card h2,
.eclipse-quote-copy h2{
  font-size: clamp(26px, 3vw, 38px);
  line-height:1.08;
  margin:0 0 12px;
  font-weight:950;
}
.eclipse-product-card__body p,
.eclipse-service-card p,
.eclipse-quote-copy p{
  color: rgba(255,255,255,.72);
  line-height:1.7;
}
.eclipse-product-specs{
  margin: 22px 0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 10px;
}
.eclipse-product-specs li{
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.24);
  color: rgba(255,255,255,.82);
}
.eclipse-product-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
}

.eclipse-process-strip{
  background: var(--storm-teal);
  color:#001117;
  padding: 58px 0;
}
.eclipse-process-strip__inner{
  display:grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 32px;
  align-items:start;
}
.eclipse-process-strip h2{
  font-size: clamp(28px, 3vw, 42px);
  line-height:1.08;
  margin: 8px 0 0;
}
.eclipse-process-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.eclipse-process-steps div{
  background:#fff;
  border-radius: var(--storm-radius-md);
  padding: 18px;
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}
.eclipse-process-steps span{
  width: 34px;
  height: 34px;
  border-radius:999px;
  background:#001117;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom: 12px;
}
.eclipse-process-steps strong{ display:block; font-size: 16px; }
.eclipse-process-steps p{ color: rgba(0,17,23,.72); line-height:1.55; margin: 8px 0 0; }

.eclipse-services-list__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
.eclipse-service-card{
  border-radius: var(--storm-radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding: clamp(24px, 3vw, 38px);
}
.eclipse-service-card__row{
  margin: 18px 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.eclipse-service-card__row strong{
  display:block;
  color: var(--storm-teal);
  text-transform: uppercase;
  letter-spacing:.12em;
  font-size: 11px;
  margin-bottom: 6px;
}

.eclipse-gallery-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.eclipse-gallery-card{
  position:relative;
  overflow:hidden;
  border-radius: var(--storm-radius-lg);
  background: rgba(255,255,255,.06);
  min-height: 320px;
}
.eclipse-gallery-card img{
  width:100%;
  height:100%;
  min-height: 320px;
  object-fit:cover;
  display:block;
  transition: transform .25s ease;
}
.eclipse-gallery-card:hover img{ transform: scale(1.04); }
.eclipse-gallery-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.74), transparent 58%);
}
.eclipse-gallery-card__caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:1;
  color:#fff;
}
.eclipse-gallery-card__caption span{
  display:block;
  color: var(--storm-teal);
  font-size: 11px;
  font-weight:900;
  text-transform: uppercase;
  letter-spacing:.14em;
  margin-bottom:6px;
}
.eclipse-gallery-card__caption strong{ font-size: 22px; }

.eclipse-quote-grid{
  display:grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 28px;
  align-items:start;
}
.eclipse-quote-copy{
  border-radius: var(--storm-radius-lg);
  background: rgba(82,219,230,.12);
  border: 1px solid rgba(82,219,230,.24);
  padding: clamp(24px, 3vw, 38px);
}
.eclipse-quote-copy ul{
  margin: 22px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 10px;
}
.eclipse-quote-copy li{
  padding-left: 24px;
  position:relative;
  color: rgba(255,255,255,.84);
  font-weight:800;
}
.eclipse-quote-copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  color: var(--storm-teal);
}
.eclipse-quote-form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-radius: var(--storm-radius-lg);
  background:#fff;
  color:#001117;
  padding: clamp(22px, 4vw, 42px);
}
.eclipse-quote-form label{ display:flex; flex-direction:column; gap: 8px; font-weight:900; }
.eclipse-quote-form span{ font-size: 12px; letter-spacing:.12em; text-transform:uppercase; }
.eclipse-quote-form input,
.eclipse-quote-form select,
.eclipse-quote-form textarea{
  width:100%;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background:#fff;
}
.eclipse-quote-form__full{ grid-column: 1 / -1; }
.eclipse-form-message{
  grid-column: 1 / -1;
  border-radius: 14px;
  padding: 14px 16px;
  font-weight:800;
}
.eclipse-form-message--success{ background: rgba(32,180,102,.12); color: #07592c; }
.eclipse-form-message--error{ background: rgba(200,30,30,.12); color:#8a1515; }

.storm-footer__plain li{
  color: rgba(0,0,0,.78);
  font-weight: 800;
}

@media (max-width: 1120px){
  .eclipse-mini-product-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .eclipse-why__grid{ grid-template-columns: 1fr; grid-template-areas: none; }
  .eclipse-why__grid > *{ grid-area:auto; }
}
@media (max-width: 980px){
  .eclipse-product-card,
  .eclipse-process-strip__inner,
  .eclipse-quote-grid{ grid-template-columns: 1fr; }
  .eclipse-process-steps,
  .eclipse-services-list__grid,
  .eclipse-gallery-grid{ grid-template-columns: 1fr; }
  .eclipse-product-card__media img{ min-height: 260px; }
}
@media (max-width: 620px){
  .eclipse-mini-product-grid{ grid-template-columns: 1fr; }
  .eclipse-quote-form{ grid-template-columns: 1fr; }
  .eclipse-logo-belt .storm-logo-wall__item{ width: 136px; flex-basis: 136px; }
}


/* ---------- Premium homepage refresh ---------- */
.storm-home{
  background: linear-gradient(180deg, #f7f3ec 0%, #f8f8f6 38%, #eef4f5 100%);
  color: #08131c;
}
.storm-home section{
  position: relative;
}
.eclipse-hero{
  padding: clamp(86px, 11vw, 145px) 0;
}
.eclipse-hero::before{
  background: linear-gradient(90deg, rgba(3,10,18,.86) 0%, rgba(3,10,18,.58) 45%, rgba(3,10,18,.28) 100%);
}
.eclipse-hero .storm-hero__grid{
  align-items: center;
}
.eclipse-hero .storm-hero__copy{
  max-width: 680px;
  padding: 28px 30px;
  background: linear-gradient(145deg, rgba(6,15,24,.74), rgba(6,15,24,.42));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(4px);
}
.eclipse-hero .storm-eyebrow{
  letter-spacing: .22em;
  color: rgba(255,255,255,.84);
}
.eclipse-hero .storm-h1{
  font-size: clamp(46px, 6vw, 74px);
  line-height: .96;
  margin-bottom: 16px;
}
.eclipse-hero .storm-lead{
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
}
.eclipse-hero .storm-hero__micro{
  color: rgba(255,255,255,.78);
}
.eclipse-hero .storm-btn{
  min-height: 50px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
}

.eclipse-why{
  padding: 42px 0 72px;
  background: linear-gradient(180deg, #62d9e3 0%, #57cfd9 100%);
}
.eclipse-why__grid{
  gap: 22px;
  align-items: stretch;
}
.eclipse-why-card{
  min-height: 200px;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(8,19,28,.18);
}
.storm-truststrip__trust,
.storm-truststrip__image,
.storm-truststrip__how{
  border-radius: 26px;
  padding: 28px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 14px 30px rgba(8,19,28,.12);
}
.storm-truststrip__title-big{
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: .95;
}
.storm-truststrip__how h3{
  font-size: 32px;
  margin-bottom: 10px;
}
.storm-truststrip__how p{
  font-size: 15px;
  line-height: 1.7;
  color: rgba(8,19,28,.82);
}

.eclipse-home-products{
  padding: 74px 0 92px;
  background: linear-gradient(180deg, #f6f3ed 0%, #ffffff 100%);
}
.eclipse-home-products .storm-different__head{
  padding-bottom: 28px;
}
.eclipse-home-products .storm-different__head h2,
.storm-different__head h2,
.eclipse-section-heading h2,
.eclipse-home-final h2{
  letter-spacing: -.03em;
}
.eclipse-home-products .storm-different__head h2{
  font-size: clamp(34px, 4vw, 54px);
}
.eclipse-mini-product-grid{
  gap: 24px;
}
.eclipse-mini-product{
  border-radius: 28px;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 55px rgba(8,19,28,.10);
}
.eclipse-mini-product:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(8,19,28,.16);
}
.eclipse-mini-product__image{
  aspect-ratio: 4 / 3;
}
.eclipse-mini-product__image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.08) 100%);
}
.eclipse-mini-product__image img{
  transition: transform .4s ease;
}
.eclipse-mini-product:hover .eclipse-mini-product__image img{
  transform: scale(1.04);
}
.eclipse-mini-product__content{
  padding: 18px 22px 22px;
}
.eclipse-mini-product__content strong{
  font-size: 18px;
  line-height: 1.2;
}

.storm-logo-wall--belt{
  padding: 76px 0;
  background: radial-gradient(circle at top, rgba(98,217,227,.14), transparent 32%), #08131c;
}
.eclipse-logo-belt .storm-logo-wall__item{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.storm-different{
  padding: 76px 0;
}
.storm-diffcard{
  border-radius: 26px;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 20px 48px rgba(8,19,28,.08);
  overflow: hidden;
}
.storm-diffcard__img img{
  height: 260px;
  object-fit: cover;
}
.storm-diffcard__body{
  padding: 22px;
}

.eclipse-service-strip{
  padding: 48px 0;
  background: linear-gradient(135deg, #61d8e2 0%, #46c6d3 100%);
}
.eclipse-service-strip .storm-slab__inner{
  border-radius: 28px;
  padding: 24px 30px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 16px 38px rgba(8,19,28,.10);
}
.eclipse-home-final{
  padding: 86px 0;
  background: radial-gradient(circle at top left, rgba(98,217,227,.14), transparent 24%), #09131b;
  color: #fff;
}
.eclipse-home-final .storm-product__inner{
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 54px 28px;
  background: linear-gradient(145deg, rgba(6,15,24,.92), rgba(9,19,27,.80));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 72px rgba(0,0,0,.30);
}
.eclipse-home-final .storm-product__note{
  color: rgba(255,255,255,.76);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.eclipse-home-final .storm-btn--ghost{
  color: #fff;
  border-color: rgba(255,255,255,.24);
}

@media (max-width: 1100px){
  .eclipse-hero .storm-hero__copy{
    max-width: 100%;
  }
  .eclipse-why__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .eclipse-hero .storm-hero__copy,
  .storm-truststrip__trust,
  .storm-truststrip__image,
  .storm-truststrip__how,
  .eclipse-service-strip .storm-slab__inner,
  .eclipse-home-final .storm-product__inner{
    padding: 22px;
  }
  .eclipse-mini-product-grid{
    grid-template-columns: 1fr;
  }
}


/* ---------- Full template premium refresh ---------- */
:root{
  --eclipse-ink: #08131c;
  --eclipse-ink-soft: #324350;
  --eclipse-cream: #f5f1ea;
  --eclipse-card: #ffffff;
  --eclipse-line: rgba(8,19,28,.09);
  --eclipse-shadow: 0 28px 70px rgba(8,19,28,.12);
}
body.eclipse-branding{ background: #f7f5f0; }
body.eclipse-branding .site-content{ background: transparent; }

.storm-btn--ghost-dark{
  background: rgba(255,255,255,.72);
  color: var(--eclipse-ink);
  border-color: rgba(8,19,28,.12);
}
.storm-btn--ghost-dark:hover{ background:#fff; }

.storm-topbar{
  background: linear-gradient(90deg, #63d8e2 0%, #5dd3de 100%);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.storm-topbar__inner,
.storm-header__inner{ max-width: 1360px; }
.storm-header{
  background: rgba(3,8,14,.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 38px rgba(0,0,0,.16);
}
.storm-logo img{ height: 18px; }
.storm-menu a{
  letter-spacing: .18em;
}
.storm-menu__quote a,
.storm-mobile-menu .storm-menu__quote a{
  box-shadow: 0 10px 24px rgba(99,216,226,.24);
}
.storm-search__panel,
.storm-mobile-panel{
  background: linear-gradient(180deg, #09131b 0%, #0d1822 100%);
}

.storm-footer__top{
  background: linear-gradient(180deg, #6adce5 0%, #59cfda 100%);
  position: relative;
  overflow: hidden;
}
.storm-footer__top::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 35%);
}
.storm-footer__wrap{ position: relative; z-index: 1; }
.storm-footer__col{
  padding: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(8,19,28,.10);
}
.storm-footer__newsletter input{
  background: rgba(255,255,255,.88);
}
.storm-footer__newsletter button{
  border-radius: 999px;
}
.storm-footer__bottom{
  background: #08131c;
}

.eclipse-page{
  background: linear-gradient(180deg, #f6f2eb 0%, #ffffff 36%, #f4f8f8 100%);
  color: var(--eclipse-ink);
}
.eclipse-page-hero--premium{
  padding: 82px 0 58px;
  background: radial-gradient(circle at top left, rgba(98,217,227,.20), transparent 28%), linear-gradient(180deg, #f7f3ed 0%, #eef5f6 100%);
  border-bottom: 1px solid rgba(8,19,28,.06);
}
.eclipse-page-hero--premium .eclipse-page-hero__inner{
  max-width: 960px;
}
.eclipse-page-hero--premium h1{
  font-size: clamp(40px, 5vw, 68px);
  line-height: .96;
  letter-spacing: -.04em;
  margin-bottom: 18px;
}
.eclipse-page-hero--premium p{
  font-size: 18px;
  line-height: 1.75;
  color: var(--eclipse-ink-soft);
  max-width: 60ch;
}
.eclipse-hero-actions,
.eclipse-page-cta-band__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 22px;
}
.eclipse-stat-row,
.eclipse-anchor-nav{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
}
.eclipse-stat-row{ margin-top: 24px; }
.eclipse-stat-row span,
.eclipse-anchor-nav a,
.eclipse-anchor-nav span{
  display:inline-flex;
  align-items:center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 10px 24px rgba(8,19,28,.06);
  text-decoration:none;
  font-weight: 800;
  color: var(--eclipse-ink);
}
.eclipse-anchor-nav-wrap{
  padding: 20px 0 0;
}

.eclipse-section-heading{
  margin-bottom: 28px;
}
.eclipse-section-heading h2{
  margin: 10px 0 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}
.eclipse-section-heading p{
  max-width: 70ch;
  color: var(--eclipse-ink-soft);
  line-height: 1.7;
}
.eclipse-card-kicker{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(8,19,28,.48);
  margin-bottom: 10px;
}

.eclipse-products-list--premium,
.eclipse-services-list--premium,
.eclipse-gallery-section--premium,
.eclipse-quote-section--premium{
  padding: 38px 0 88px;
}
.eclipse-products-list__grid,
.eclipse-services-list__grid--premium{
  display:grid;
  gap: 26px;
}
.eclipse-product-card--premium,
.eclipse-service-card--premium{
  display:grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0;
  background: var(--eclipse-card);
  border: 1px solid var(--eclipse-line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--eclipse-shadow);
}
.eclipse-product-card--premium .eclipse-product-card__media,
.eclipse-service-card__media{
  position: relative;
  min-height: 100%;
}
.eclipse-product-card--premium .eclipse-product-card__media img,
.eclipse-service-card__media img{
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display:block;
}
.eclipse-product-card--premium .eclipse-product-card__body,
.eclipse-service-card__content{
  padding: 30px;
}
.eclipse-product-card__body h2,
.eclipse-service-card--premium h2,
.eclipse-quote-copy--premium h2{
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  margin-bottom: 14px;
}
.eclipse-product-card__body p,
.eclipse-service-card--premium p,
.eclipse-quote-copy--premium p{
  color: var(--eclipse-ink-soft);
  line-height: 1.75;
}
.eclipse-product-badges{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin: 18px 0;
}
.eclipse-product-badges span{
  background: #eef5f6;
  border: 1px solid rgba(98,217,227,.26);
  color: var(--eclipse-ink);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
}
.eclipse-product-specs{
  padding-left: 18px;
  margin: 0 0 24px;
}
.eclipse-product-specs li{ margin-bottom: 10px; color: var(--eclipse-ink-soft); }
.eclipse-product-card__actions{ display:flex; flex-wrap:wrap; gap: 12px; }

.eclipse-process-strip--premium{
  padding: 44px 0 88px;
}
.eclipse-process-strip--premium .eclipse-process-strip__inner{
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0b1620 0%, #102231 100%);
  color: #fff;
  box-shadow: 0 30px 70px rgba(8,19,28,.22);
}
.eclipse-process-strip--premium h2{
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1;
  margin: 10px 0 12px;
  color: #fff;
}
.eclipse-process-strip--premium p{ color: rgba(255,255,255,.76); }
.eclipse-process-strip--premium .storm-kicker{ color: rgba(255,255,255,.7); }
.eclipse-process-steps{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.eclipse-process-steps > div{
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}
.eclipse-process-steps span{
  display:inline-flex;
  width: 38px;
  height: 38px;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: #62d9e3;
  color: #08131c;
  font-weight: 900;
  margin-bottom: 14px;
}
.eclipse-process-steps strong{ display:block; margin-bottom: 10px; }
.eclipse-process-steps p{ font-size: 14px; line-height: 1.65; margin: 0; }

.eclipse-page-cta-band{ padding: 0 0 88px; }
.eclipse-page-cta-band__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
  padding: 28px 30px;
  background: #eef5f6;
  border: 1px solid rgba(8,19,28,.06);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(8,19,28,.08);
}
.eclipse-page-cta-band__inner h2{
  margin: 10px 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.eclipse-page-cta-band__inner p{
  margin: 0;
  color: var(--eclipse-ink-soft);
  line-height: 1.7;
  max-width: 68ch;
}
.eclipse-page-cta-band--teal .eclipse-page-cta-band__inner{
  background: linear-gradient(135deg, #62d9e3 0%, #53ccd8 100%);
}

.eclipse-services-list__grid--premium{ grid-template-columns: 1fr; }
.eclipse-service-card--premium .eclipse-service-card__content{ display:flex; flex-direction:column; }
.eclipse-service-card--premium .eclipse-service-card__row{
  margin-bottom: 14px;
  padding: 16px 18px;
  background: #f8f6f1;
  border-radius: 18px;
  border: 1px solid rgba(8,19,28,.05);
}
.eclipse-service-card--premium .eclipse-service-card__row strong{
  display:block;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.eclipse-gallery-grid--premium{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
.eclipse-gallery-card--premium{
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--eclipse-shadow);
  border: 1px solid var(--eclipse-line);
}
.eclipse-gallery-card--premium img{
  width:100%;
  height: 400px;
  object-fit: cover;
  display:block;
}
.eclipse-gallery-card--premium .eclipse-gallery-card__caption{
  padding: 20px;
  background: linear-gradient(180deg, rgba(8,19,28,.0) 0%, rgba(8,19,28,.84) 100%);
}
.eclipse-home-final--compact{ padding-top: 0; }

.eclipse-quote-grid--premium{
  display:grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items:start;
}
.eclipse-quote-copy--premium,
.eclipse-quote-form--premium{
  background: #fff;
  border: 1px solid var(--eclipse-line);
  border-radius: 30px;
  box-shadow: var(--eclipse-shadow);
}
.eclipse-quote-copy--premium{ padding: 30px; }
.eclipse-quote-copy--premium ul{ margin: 0 0 20px; padding: 0; list-style:none; }
.eclipse-quote-copy--premium li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: var(--eclipse-ink);
  font-weight: 800;
}
.eclipse-quote-copy--premium li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #55ced9;
  font-size: 26px;
  line-height: 1;
}
.eclipse-quote-steps{
  display:grid;
  gap: 12px;
}
.eclipse-quote-steps > div{
  padding: 14px 16px;
  border-radius: 16px;
  background: #f5f8f8;
  border: 1px solid rgba(8,19,28,.06);
}
.eclipse-quote-form--premium{
  padding: 30px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.eclipse-quote-form--premium input,
.eclipse-quote-form--premium select,
.eclipse-quote-form--premium textarea{
  border-radius: 16px;
  border: 1px solid rgba(8,19,28,.10);
  background: #f8fafb;
  min-height: 52px;
}
.eclipse-quote-form--premium textarea{ min-height: 160px; }
.eclipse-form-message{
  grid-column: 1 / -1;
  padding: 14px 16px;
  border-radius: 16px;
}
.eclipse-form-message--success{ background:#e8f8ed; color:#0d6a2a; }
.eclipse-form-message--error{ background:#fdecec; color:#8a1d1d; }

@media (max-width: 1100px){
  .eclipse-product-card--premium,
  .eclipse-service-card--premium,
  .eclipse-quote-grid--premium{
    grid-template-columns: 1fr;
  }
  .eclipse-page-cta-band__inner,
  .eclipse-process-strip--premium .eclipse-process-strip__inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .eclipse-process-steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .eclipse-gallery-grid--premium{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 767px){
  .eclipse-page-hero--premium{ padding: 62px 0 40px; }
  .eclipse-product-card--premium .eclipse-product-card__body,
  .eclipse-service-card__content,
  .eclipse-quote-copy--premium,
  .eclipse-quote-form--premium,
  .eclipse-page-cta-band__inner,
  .eclipse-process-strip--premium .eclipse-process-strip__inner{ padding: 22px; }
  .eclipse-products-list--premium,
  .eclipse-services-list--premium,
  .eclipse-gallery-section--premium,
  .eclipse-quote-section--premium{ padding-bottom: 64px; }
  .eclipse-process-steps,
  .eclipse-gallery-grid--premium,
  .eclipse-quote-form--premium{ grid-template-columns: 1fr; }
}


/* ---------- Homepage premium rebuild v7.0.4 ---------- */
.eclipse-home-premium{
  background: linear-gradient(180deg, #f6f2eb 0%, #ffffff 34%, #f3f6f7 100%);
}

.eclipse-hero--premium-clean{
  padding: clamp(88px, 10vw, 136px) 0;
}
.eclipse-hero--premium-clean::before{
  background: linear-gradient(90deg, rgba(4,11,18,.82) 0%, rgba(4,11,18,.58) 44%, rgba(4,11,18,.20) 100%);
}
.eclipse-hero--premium-clean .storm-hero__copy{
  max-width: 700px;
  padding: 34px 36px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(4,11,18,.70), rgba(4,11,18,.36));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 34px 80px rgba(0,0,0,.26);
}
.eclipse-hero--premium-clean .storm-h1{
  font-size: clamp(44px, 6vw, 74px);
  line-height: .95;
  letter-spacing: -.04em;
}
.eclipse-hero--premium-clean .storm-lead{
  max-width: 34ch;
}
.eclipse-home-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin: 22px 0 12px;
}
.eclipse-home-hero-points span{
  display:inline-flex;
  align-items:center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eclipse-home-value,
.eclipse-home-products-premium,
.eclipse-home-trust-note,
.eclipse-home-process,
.eclipse-home-services-premium{
  padding: 84px 0;
}
.eclipse-home-value{
  background: linear-gradient(180deg, #eef8f8 0%, #f9fbfb 100%);
}
.eclipse-home-value__grid{
  display:grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.25fr);
  gap: 30px;
  align-items:start;
}
.eclipse-home-value__intro{
  padding: 36px;
  border-radius: 30px;
  background: #0a1620;
  color: #fff;
  box-shadow: 0 30px 70px rgba(8,19,28,.18);
}
.eclipse-home-value__intro h2{
  font-size: clamp(34px, 4vw, 52px);
  line-height: .98;
  margin: 10px 0 14px;
  color: #fff;
}
.eclipse-home-value__intro p{
  color: rgba(255,255,255,.74);
  line-height: 1.75;
  margin: 0;
}
.eclipse-home-value__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 24px;
}
.eclipse-home-value__cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.eclipse-value-card{
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 18px 44px rgba(8,19,28,.08);
}
.eclipse-value-card__no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #eaf6f7;
  color: #0b1821;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: 18px;
}
.eclipse-value-card h3{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.05;
}
.eclipse-value-card p{
  margin: 0;
  color: rgba(8,19,28,.72);
  line-height: 1.7;
}

.eclipse-home-products-premium{
  background: linear-gradient(180deg, #f8f5f0 0%, #ffffff 100%);
}
.eclipse-home-products-premium__head{
  margin-bottom: 28px;
}
.eclipse-home-products-premium__head h2,
.eclipse-home-trust-note__inner h2,
.eclipse-home-process__content h2,
.eclipse-home-services-premium__head h2{
  margin: 10px 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .98;
  letter-spacing: -.03em;
}
.eclipse-home-products-premium__head p,
.eclipse-home-trust-note__inner p,
.eclipse-home-process__content > p,
.eclipse-home-services-premium__head p{
  max-width: 60ch;
  color: rgba(8,19,28,.70);
  line-height: 1.75;
  margin: 0;
}
.eclipse-home-products-premium__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
.eclipse-home-product-card{
  display:block;
  overflow:hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 22px 52px rgba(8,19,28,.08);
  text-decoration:none;
  color: #08131c;
  transition: transform .22s ease, box-shadow .22s ease;
}
.eclipse-home-product-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 30px 64px rgba(8,19,28,.13);
}
.eclipse-home-product-card__image{
  display:block;
  overflow:hidden;
  aspect-ratio: 4 / 3;
}
.eclipse-home-product-card__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transition: transform .45s ease;
}
.eclipse-home-product-card:hover .eclipse-home-product-card__image img{
  transform: scale(1.04);
}
.eclipse-home-product-card__body{
  display:block;
  padding: 22px;
}
.eclipse-home-product-card__body em{
  display:block;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(8,19,28,.48);
  margin-bottom: 10px;
}
.eclipse-home-product-card__body strong{
  display:block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}
.eclipse-home-product-card__body small{
  display:block;
  color: rgba(8,19,28,.70);
  font-size: 14px;
  line-height: 1.65;
}

.eclipse-home-trust-note{
  padding-top: 20px;
  padding-bottom: 20px;
}
.eclipse-home-trust-note__inner{
  text-align:center;
  padding: 28px 34px;
  border-radius: 28px;
  background: #0b1620;
  color: #fff;
  box-shadow: 0 24px 60px rgba(8,19,28,.16);
}
.eclipse-home-trust-note__inner .storm-kicker{
  color: rgba(255,255,255,.70);
}
.eclipse-home-trust-note__inner h2{
  color: #fff;
}
.eclipse-home-trust-note__inner p{
  margin-left:auto;
  margin-right:auto;
  color: rgba(255,255,255,.70);
}

.eclipse-home-process{
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f8 100%);
}
.eclipse-home-process__grid{
  display:grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items:center;
}
.eclipse-home-process__image img{
  width:100%;
  display:block;
  border-radius: 30px;
  box-shadow: 0 24px 62px rgba(8,19,28,.12);
}
.eclipse-home-process__content{
  padding: 8px 0;
}
.eclipse-home-process__steps{
  display:grid;
  gap: 16px;
  margin-top: 24px;
}
.eclipse-process-step{
  display:grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items:start;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 18px 44px rgba(8,19,28,.07);
}
.eclipse-process-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #eaf6f7;
  font-size: 18px;
  font-weight: 900;
  color: #0b1620;
}
.eclipse-process-step h3{
  margin: 2px 0 8px;
  font-size: 24px;
  line-height: 1.05;
}
.eclipse-process-step p{
  margin: 0;
  color: rgba(8,19,28,.70);
  line-height: 1.7;
}

.eclipse-home-services-premium{
  background: linear-gradient(180deg, #f8f5f0 0%, #f0f7f8 100%);
}
.eclipse-home-services-premium__head{
  margin-bottom: 28px;
}
.eclipse-home-services-premium__grid{
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 16px;
}
.eclipse-home-service-card{
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(8,19,28,.07);
  box-shadow: 0 18px 42px rgba(8,19,28,.06);
}
.eclipse-home-service-card h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.05;
}
.eclipse-home-service-card p{
  margin: 0;
  color: rgba(8,19,28,.68);
  line-height: 1.65;
  font-size: 14px;
}
.eclipse-home-services-premium__cta{
  margin-top: 24px;
}

.eclipse-home-final--premium-clean{
  padding-top: 40px;
}
.eclipse-home-final--premium-clean .storm-product__inner{
  padding: 58px 30px;
  border-radius: 34px;
}
.eclipse-home-final--premium-clean h2{
  margin-top: 10px;
}

@media (max-width: 1180px){
  .eclipse-home-products-premium__grid,
  .eclipse-home-services-premium__grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .eclipse-home-value__grid,
  .eclipse-home-process__grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px){
  .eclipse-home-value,
  .eclipse-home-products-premium,
  .eclipse-home-trust-note,
  .eclipse-home-process,
  .eclipse-home-services-premium{
    padding: 64px 0;
  }
  .eclipse-hero--premium-clean .storm-hero__copy,
  .eclipse-home-value__intro,
  .eclipse-home-trust-note__inner,
  .eclipse-home-final--premium-clean .storm-product__inner{
    padding: 24px;
  }
  .eclipse-home-value__cards,
  .eclipse-home-products-premium__grid,
  .eclipse-home-services-premium__grid{
    grid-template-columns: 1fr;
  }
  .eclipse-home-product-card__body strong,
  .eclipse-value-card h3,
  .eclipse-process-step h3,
  .eclipse-home-service-card h3{
    font-size: 22px;
  }
  .eclipse-process-step{
    grid-template-columns: 1fr;
  }
}


/* ---------- Customer brief aligned homepage v7.0.5 ---------- */
.eclipse-home-customer-brief .eclipse-home-value,
.eclipse-home-customer-brief .eclipse-home-trust-note,
.eclipse-home-customer-brief .eclipse-home-process,
.eclipse-home-customer-brief .eclipse-home-services-premium,
.eclipse-home-customer-brief .eclipse-home-final{
  display:none;
}

.eclipse-home-customer-brief{
  background: linear-gradient(180deg, #f6f2eb 0%, #ffffff 50%, #07131d 100%);
}

.eclipse-brief-section-head{
  margin-bottom: 30px;
}

.eclipse-brief-section-head h2{
  margin: 10px 0 12px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: .98;
  letter-spacing: -.04em;
  max-width: 880px;
}

.eclipse-brief-section-head p{
  margin: 0;
  max-width: 68ch;
  color: rgba(8,19,28,.70);
  line-height: 1.72;
  font-size: 16px;
}

.eclipse-brief-why{
  padding: 82px 0;
  background: linear-gradient(180deg, #eef8f8 0%, #f8fbfb 100%);
  color: #08131c;
}

.eclipse-brief-why__grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 28px;
  align-items: stretch;
}

.eclipse-brief-why__cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.eclipse-brief-feature{
  padding: 28px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 18px 44px rgba(8,19,28,.08);
}

.eclipse-brief-feature span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #e8f6f7;
  color: #08131c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: 18px;
}

.eclipse-brief-feature h3{
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -.02em;
}

.eclipse-brief-feature p{
  margin: 0;
  color: rgba(8,19,28,.68);
  line-height: 1.7;
}

.eclipse-brief-video-card{
  overflow:hidden;
  border-radius: 30px;
  background: #0b1620;
  color: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 26px 64px rgba(8,19,28,.16);
}

.eclipse-brief-video-card__media{
  position:relative;
  aspect-ratio: 4 / 3;
  overflow:hidden;
}

.eclipse-brief-video-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.92;
}

.eclipse-brief-video-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(8,19,28,.0) 45%, rgba(8,19,28,.58) 100%);
}

.eclipse-brief-video-card__play{
  position:absolute;
  left: 24px;
  bottom: 22px;
  z-index:2;
  width: 54px;
  height: 54px;
  border-radius:999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 34px rgba(0,0,0,.20);
}

.eclipse-brief-video-card__play::before{
  content:"";
  position:absolute;
  left: 22px;
  top: 17px;
  width:0;
  height:0;
  border-left: 15px solid #08131c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.eclipse-brief-video-card__body{
  padding: 28px;
}

.eclipse-brief-video-card__body .storm-kicker{
  color: rgba(255,255,255,.66);
}

.eclipse-brief-video-card__body h3{
  margin: 10px 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .98;
  color:#fff;
}

.eclipse-brief-video-card__body p{
  margin:0;
  color: rgba(255,255,255,.74);
  line-height:1.7;
}

.eclipse-home-customer-brief .eclipse-home-products-premium{
  padding: 84px 0 92px;
  background: linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%);
}

.eclipse-home-customer-brief .eclipse-home-products-premium__head{
  margin-bottom: 32px;
}

.eclipse-home-customer-brief .eclipse-home-products-premium__grid{
  gap: 26px;
}

.eclipse-home-customer-brief .eclipse-home-product-card{
  border-radius: 30px;
}

.eclipse-home-customer-brief .eclipse-home-product-card__body{
  min-height: 150px;
}

.eclipse-brief-worked-with{
  padding: 84px 0 96px;
  background: radial-gradient(circle at top left, rgba(98,217,227,.12), transparent 28%), #07131d;
  color: #fff;
  overflow:hidden;
}

.eclipse-brief-section-head--dark{
  text-align:center;
}

.eclipse-brief-section-head--dark .storm-kicker{
  color: rgba(255,255,255,.68);
}

.eclipse-brief-section-head--dark h2{
  margin-left:auto;
  margin-right:auto;
  color:#fff;
}

.eclipse-brief-section-head--dark p{
  margin-left:auto;
  margin-right:auto;
  color: rgba(255,255,255,.68);
}

.eclipse-brief-logo-belt{
  margin-top: 36px;
  width: 100%;
  overflow:hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.eclipse-brief-logo-track{
  display:flex;
  width:max-content;
  gap: 18px;
  animation: eclipse-premium-logo-belt 34s linear infinite;
}

.eclipse-brief-logo-item{
  width: 210px;
  height: 88px;
  flex: 0 0 210px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.eclipse-brief-logo-item span{
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
}

@keyframes eclipse-premium-logo-belt{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@media (max-width: 1100px){
  .eclipse-brief-why__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .eclipse-brief-why,
  .eclipse-home-customer-brief .eclipse-home-products-premium,
  .eclipse-brief-worked-with{
    padding: 64px 0;
  }

  .eclipse-brief-why__cards,
  .eclipse-home-customer-brief .eclipse-home-products-premium__grid{
    grid-template-columns: 1fr;
  }

  .eclipse-brief-feature,
  .eclipse-brief-video-card__body{
    padding: 22px;
  }

  .eclipse-brief-logo-item{
    width: 170px;
    flex-basis: 170px;
  }
}


/* ---------- Header logo size refinement v7.0.6 ---------- */
.storm-logo{
  display:flex;
  align-items:center;
  justify-content:center;
}
.storm-wordmark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.storm-logo img{
  height: 30px;
  width: auto;
  max-width: min(100%, 260px);
  display:block;
}
@media (max-width: 1024px){
  .storm-logo img{ height: 26px; max-width: 220px; }
}
@media (max-width: 767px){
  .storm-logo img{ height: 22px; max-width: 180px; }
}


/* ---------- Premium header rebuild v7.0.7 ---------- */
.storm-topbar{
  height: 32px;
}
.storm-topbar__inner{
  max-width: 1440px;
  justify-content: center;
}
.storm-topbar__left{
  position:absolute;
  left: 18px;
}
.storm-topbar__right{
  justify-content:center;
}
.storm-topbar__message{
  font-size: 11px;
  letter-spacing: .20em;
  font-weight: 900;
}
.storm-topbar__cta,
.storm-topbar__link{
  display:none !important;
}

.storm-header{
  top: 32px;
  background: rgba(7,13,19,.98);
}
.storm-header__inner.storm-header__inner--premium{
  max-width: 1440px;
  height: 76px;
  display:grid;
  grid-template-columns: 230px minmax(0, 1fr) 210px;
  align-items:center;
  gap: 28px;
  padding: 0 32px;
}
.storm-header__inner--premium .storm-logo{
  justify-self:start;
  min-width: 0;
}
.storm-header__inner--premium .storm-wordmark{
  display:inline-flex;
  align-items:center;
}
.storm-header__inner--premium .storm-logo img,
.storm-header__inner--premium .storm-wordmark img{
  height: 34px !important;
  width: auto !important;
  max-width: 210px !important;
  display:block;
}
.storm-header__inner--premium .storm-nav{
  justify-self:center;
  min-width: 0;
}
.storm-header__inner--premium .storm-menu{
  gap: 28px;
}
.storm-header__inner--premium .storm-menu > li + li::before{
  display:none;
}
.storm-header__inner--premium .storm-menu a{
  font-size: 12px;
  letter-spacing: .12em;
  white-space: nowrap;
  line-height: 1;
}
.storm-header__inner--premium .storm-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  gap: 12px;
}
.storm-header-quote{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: #5bd5df;
  color: #071019;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(91,213,223,.22);
  white-space: nowrap;
}
.storm-header-quote:hover{
  background:#72e1e9;
  color:#071019;
}
.storm-actions--premium .storm-action{
  width: 36px;
  height: 36px;
  opacity: .92;
}
.storm-actions--premium .storm-action:not(.storm-search-toggle),
.storm-actions--premium .storm-cart{
  display:none !important;
}

/* Keep mobile useful: logo left, burger right, full quote still in mobile menu */
@media (max-width: 1120px){
  .storm-header__inner.storm-header__inner--premium{
    grid-template-columns: 190px 1fr auto;
    height: 68px;
    padding: 0 20px;
    gap: 16px;
  }
  .storm-header__inner--premium .storm-logo img,
  .storm-header__inner--premium .storm-wordmark img{
    height: 30px !important;
    max-width: 185px !important;
  }
  .storm-header__inner--premium .storm-menu{
    gap: 18px;
  }
  .storm-header__inner--premium .storm-menu a{
    font-size: 11px;
    letter-spacing: .09em;
  }
  .storm-header-quote{
    min-height: 40px;
    padding: 0 16px;
    font-size: 10px;
  }
}

@media (max-width: 860px){
  .storm-topbar__left{
    display:none;
  }
  .storm-header__inner.storm-header__inner--premium{
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo nav";
    height: 64px;
  }
  .storm-header__inner--premium .storm-logo{
    grid-area: logo;
  }
  .storm-header__inner--premium .storm-nav{
    grid-area: nav;
    justify-self:end;
  }
  .storm-header__inner--premium .storm-actions{
    display:none;
  }
  .storm-header__inner--premium .storm-menu{
    display:none;
  }
  .storm-header__inner--premium .storm-burger{
    display:inline-flex;
  }
}

@media (max-width: 520px){
  .storm-topbar__message{
    font-size: 9px;
    letter-spacing: .10em;
  }
  .storm-header__inner--premium .storm-logo img,
  .storm-header__inner--premium .storm-wordmark img{
    height: 26px !important;
    max-width: 170px !important;
  }
}


/* ---------- Basket restore and product intro v7.1.2 ---------- */
.storm-actions--premium .storm-cart{
  display:inline-flex !important;
}
.storm-actions--premium .storm-action:not(.storm-search-toggle):not(.storm-cart){
  display:none !important;
}
.storm-actions--premium .storm-cart__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:#5bd5df;
  color:#071019;
  font-size:11px;
  font-weight:900;
  line-height:1;
}
.eclipse-product-intro-copy{
  max-width: 900px;
}
.eclipse-product-intro-copy p{
  margin: 0;
  color: rgba(8,19,28,.70);
  line-height: 1.76;
  font-size: 16px;
}
.eclipse-product-intro-copy p + p{
  margin-top: 12px;
}


/* ---------- Force basket visible in premium header v7.1.3 ---------- */
.storm-actions--premium .storm-cart,
.storm-actions--premium .storm-cart--always,
.storm-header__inner--premium .storm-cart,
.storm-header__inner--premium .storm-cart--always{
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative;
}
.storm-header__inner--premium .storm-cart svg,
.storm-actions--premium .storm-cart svg{
  display:block !important;
  width:18px;
  height:18px;
}
.storm-actions--premium .storm-action:not(.storm-search-toggle):not(.storm-cart):not(.storm-cart--always){
  display:none !important;
}
.storm-header__inner--premium .storm-actions--premium{
  min-width: 210px;
}
@media (max-width: 860px){
  .storm-header__inner--premium .storm-actions{
    display:none;
  }
}


/* ---------- Final header basket + logo fix v7.1.4 ---------- */
/* The earlier rule was hiding every premium header action except search. Force the basket back on. */
.storm-actions--premium .storm-cart,
.storm-actions--premium .storm-cart--always,
.storm-actions--premium a.storm-action.storm-cart,
.storm-actions--premium a.storm-action.storm-cart--always{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}
.storm-actions--premium .storm-search-toggle{
  display: inline-flex !important;
}
.storm-actions--premium .storm-action:not(.storm-search-toggle):not(.storm-cart):not(.storm-cart--always){
  display: none !important;
}
.storm-actions--premium .storm-cart svg,
.storm-actions--premium .storm-cart--always svg{
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}
.storm-actions--premium .storm-cart__count{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  border-radius: 999px !important;
  background: #5bd5df !important;
  color: #071019 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Make the logo more prominent. */
.storm-header__inner.storm-header__inner--premium{
  grid-template-columns: 280px minmax(0, 1fr) 230px !important;
  gap: 26px !important;
}
.storm-header__inner--premium .storm-logo img,
.storm-header__inner--premium .storm-wordmark img,
.storm-logo img{
  height: 42px !important;
  width: auto !important;
  max-width: 250px !important;
}

@media (max-width: 1120px){
  .storm-header__inner.storm-header__inner--premium{
    grid-template-columns: 220px 1fr 180px !important;
  }
  .storm-header__inner--premium .storm-logo img,
  .storm-header__inner--premium .storm-wordmark img,
  .storm-logo img{
    height: 36px !important;
    max-width: 210px !important;
  }
}
@media (max-width: 860px){
  .storm-header__inner--premium .storm-actions{
    display: none !important;
  }
  .storm-header__inner--premium .storm-logo img,
  .storm-header__inner--premium .storm-wordmark img,
  .storm-logo img{
    height: 30px !important;
    max-width: 190px !important;
  }
}


/* ---------- Premium WooCommerce shop/category pages v7.2.0 ---------- */
body.eclipse-woocommerce-archive{
  background: #f6f2eb;
}

body.eclipse-woocommerce-archive .site-content{
  background: linear-gradient(180deg, #f6f2eb 0%, #ffffff 42%, #f4f8f8 100%) !important;
  color: #08131c;
}

body.eclipse-woocommerce-archive #primary,
body.eclipse-woocommerce-archive .content-area,
body.eclipse-woocommerce-archive .site-main{
  color: #08131c;
}

.eclipse-shop-hero{
  padding: 72px 0 46px;
  background:
    radial-gradient(circle at top left, rgba(91,213,223,.22), transparent 32%),
    linear-gradient(180deg, #f6f2eb 0%, #eef7f8 100%);
  border-bottom: 1px solid rgba(8,19,28,.06);
}

.eclipse-shop-hero__inner{
  max-width: 1440px;
}

.eclipse-shop-hero__breadcrumb{
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(8,19,28,.56);
}

.eclipse-shop-hero__breadcrumb a{
  color: rgba(8,19,28,.70);
  text-decoration: none;
}

.eclipse-shop-hero__grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 32px;
  align-items: stretch;
}

.eclipse-shop-hero__copy{
  padding: 38px;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 60px rgba(8,19,28,.08);
}

.eclipse-shop-hero__copy h1{
  margin: 10px 0 18px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .94;
  letter-spacing: -.045em;
}

.eclipse-shop-hero__intro{
  max-width: 780px;
}

.eclipse-shop-hero__intro p{
  margin: 0;
  color: rgba(8,19,28,.72);
  line-height: 1.76;
  font-size: 16px;
}

.eclipse-shop-hero__intro p + p{
  margin-top: 12px;
}

.eclipse-shop-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 24px;
}

.eclipse-shop-hero__badges span{
  display:inline-flex;
  align-items:center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 10px 24px rgba(8,19,28,.05);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.eclipse-shop-hero__panel{
  padding: 34px;
  border-radius: 34px;
  background: #07131d;
  color: #fff;
  box-shadow: 0 26px 66px rgba(8,19,28,.18);
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eclipse-shop-hero__panel strong{
  display:block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -.03em;
}

.eclipse-shop-hero__panel p{
  margin: 0 0 22px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

body.eclipse-woocommerce-archive .woocommerce{
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 18px 88px;
}

/* Main shop layout. Supports both WooCommerce and Shoptimizer-style sidebars. */
body.eclipse-woocommerce-archive .content-area,
body.eclipse-woocommerce-archive .site-content .col-full,
body.eclipse-woocommerce-archive .woocommerce.archive{
  max-width: 1440px;
}

body.eclipse-woocommerce-archive .content-area{
  width: 100%;
}

body.eclipse-woocommerce-archive #secondary,
body.eclipse-woocommerce-archive .widget-area{
  background: transparent;
}

body.eclipse-woocommerce-archive .site-content > .col-full,
body.eclipse-woocommerce-archive .content-area + .widget-area,
body.eclipse-woocommerce-archive .woocommerce-page .site-content{
  gap: 28px;
}

/* Premium toolbar */
body.eclipse-woocommerce-archive .woocommerce-result-count,
body.eclipse-woocommerce-archive .woocommerce-ordering{
  margin: 0 0 22px;
}

body.eclipse-woocommerce-archive .eclipse-shop-loop-shell{
  position: relative;
}

body.eclipse-woocommerce-archive .woocommerce-result-count{
  display:inline-flex;
  align-items:center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 12px 30px rgba(8,19,28,.05);
  color: rgba(8,19,28,.72);
  font-weight: 800;
}

body.eclipse-woocommerce-archive .woocommerce-ordering select{
  min-height: 48px;
  border-radius: 999px;
  padding: 0 46px 0 18px;
  border: 1px solid rgba(8,19,28,.10);
  background: #fff;
  color: #08131c;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(8,19,28,.05);
}

/* Product grid */
body.eclipse-woocommerce-archive ul.products{
  display:grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  clear: both;
}

body.eclipse-woocommerce-archive ul.products::before,
body.eclipse-woocommerce-archive ul.products::after{
  display:none !important;
}

body.eclipse-woocommerce-archive ul.products li.product,
body.eclipse-woocommerce-archive ul.products li.product.first,
body.eclipse-woocommerce-archive ul.products li.product.last{
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 22px 54px rgba(8,19,28,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.eclipse-woocommerce-archive ul.products li.product:hover{
  transform: translateY(-6px);
  box-shadow: 0 32px 70px rgba(8,19,28,.13);
}

body.eclipse-woocommerce-archive ul.products li.product a.woocommerce-LoopProduct-link{
  display:block;
  color: #08131c;
  text-decoration:none;
}

body.eclipse-woocommerce-archive ul.products li.product img{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f7f5;
  padding: 18px;
  margin: 0 !important;
  display:block;
  border-bottom: 1px solid rgba(8,19,28,.06);
}

body.eclipse-woocommerce-archive ul.products li.product .woocommerce-loop-category__title,
body.eclipse-woocommerce-archive ul.products li.product .woocommerce-loop-product__title,
body.eclipse-woocommerce-archive ul.products li.product h2,
body.eclipse-woocommerce-archive ul.products li.product h3{
  padding: 20px 22px 8px !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em;
  color: #08131c;
}

body.eclipse-woocommerce-archive ul.products li.product .price{
  display:block;
  padding: 0 22px 18px;
  margin: 0 !important;
  color: rgba(8,19,28,.78) !important;
  font-weight: 900;
  font-size: 15px !important;
}

body.eclipse-woocommerce-archive ul.products li.product .price ins{
  text-decoration: none;
}

body.eclipse-woocommerce-archive ul.products li.product .button,
body.eclipse-woocommerce-archive .eclipse-product-view-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin: 0 22px 22px !important;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #07131d !important;
  color: #fff !important;
  border: 0 !important;
  text-decoration:none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.eclipse-woocommerce-archive ul.products li.product .button:hover,
body.eclipse-woocommerce-archive .eclipse-product-view-button:hover{
  background: #5bd5df !important;
  color: #07131d !important;
}

/* Sidebar/widgets */
body.eclipse-woocommerce-archive .widget-area,
body.eclipse-woocommerce-archive #secondary{
  padding-top: 44px;
}

body.eclipse-woocommerce-archive .widget{
  padding: 24px !important;
  margin: 0 0 22px !important;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 16px 38px rgba(8,19,28,.06);
}

body.eclipse-woocommerce-archive .widget .widget-title,
body.eclipse-woocommerce-archive .widget h2,
body.eclipse-woocommerce-archive .widget h3{
  margin: 0 0 16px !important;
  font-size: 13px !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
  color: #08131c;
}

body.eclipse-woocommerce-archive .widget ul{
  margin: 0;
  padding: 0;
  list-style:none;
}

body.eclipse-woocommerce-archive .widget li{
  margin: 0 0 10px;
  color: rgba(8,19,28,.72);
}

body.eclipse-woocommerce-archive .widget a{
  color: rgba(8,19,28,.78);
  text-decoration:none;
  font-weight: 750;
}

body.eclipse-woocommerce-archive .widget a:hover{
  color: #07131d;
}

body.eclipse-woocommerce-archive .price_slider_wrapper .ui-slider,
body.eclipse-woocommerce-archive .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: rgba(8,19,28,.12);
  border-radius: 999px;
  height: 6px;
}

body.eclipse-woocommerce-archive .widget_price_filter .ui-slider .ui-slider-range,
body.eclipse-woocommerce-archive .widget_price_filter .ui-slider .ui-slider-handle{
  background: #5bd5df;
}

body.eclipse-woocommerce-archive .widget_price_filter .button{
  border-radius: 999px;
  background: #07131d;
  color: #fff;
  border: 0;
  padding: 9px 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.eclipse-woocommerce-archive .tagcloud a,
body.eclipse-woocommerce-archive .wp-block-tag-cloud a{
  display:inline-flex;
  align-items:center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #07131d;
  color:#fff !important;
  font-size: 11px !important;
  line-height:1;
  text-decoration:none;
  margin: 0 6px 8px 0;
}

/* Footer on WooCommerce pages: ensure it uses premium footer styles, not raw stacked links. */
body.eclipse-woocommerce-archive .storm-footer__top{
  background: linear-gradient(180deg, #6adce5 0%, #59cfda 100%);
}

body.eclipse-woocommerce-archive .storm-footer__wrap{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

body.eclipse-woocommerce-archive .storm-footer__col{
  padding: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(8,19,28,.10);
}

/* Better spacing when the shop has only a couple of products. */
body.eclipse-woocommerce-archive ul.products li.product:only-child{
  max-width: 430px;
}

@media (min-width: 981px){
  body.eclipse-woocommerce-archive .content-area{
    max-width: calc(100% - 340px);
  }
  body.eclipse-woocommerce-archive #secondary,
  body.eclipse-woocommerce-archive .widget-area{
    width: 300px;
  }
}

@media (max-width: 1180px){
  body.eclipse-woocommerce-archive ul.products{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .eclipse-shop-hero__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px){
  body.eclipse-woocommerce-archive .woocommerce,
  body.eclipse-woocommerce-archive .content-area,
  body.eclipse-woocommerce-archive #secondary,
  body.eclipse-woocommerce-archive .widget-area{
    max-width: 100%;
    width: 100%;
  }
  body.eclipse-woocommerce-archive .widget-area,
  body.eclipse-woocommerce-archive #secondary{
    padding-top: 20px;
  }
  body.eclipse-woocommerce-archive .storm-footer__wrap{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .eclipse-shop-hero{
    padding: 52px 0 34px;
  }
  .eclipse-shop-hero__copy,
  .eclipse-shop-hero__panel{
    padding: 24px;
  }
  body.eclipse-woocommerce-archive ul.products{
    grid-template-columns: 1fr;
  }
  body.eclipse-woocommerce-archive .woocommerce-result-count,
  body.eclipse-woocommerce-archive .woocommerce-ordering{
    float: none !important;
    width: 100%;
  }
  body.eclipse-woocommerce-archive .woocommerce-ordering select{
    width: 100%;
  }
}


/* ---------- Shop flow refinements v7.2.1 ---------- */
/* Keep the archive content contained so sidebar, product grid and footer feel connected. */
body.eclipse-woocommerce-archive .site-content > .col-full,
body.eclipse-woocommerce-archive .col-full{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

body.eclipse-woocommerce-archive .site-content > .col-full{
  padding-left: 18px;
  padding-right: 18px;
}

/* Let the hero still feel generous, but not detached from the rest of the shop. */
body.eclipse-woocommerce-archive .eclipse-shop-hero{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.eclipse-woocommerce-archive .eclipse-shop-hero__inner{
  max-width: 1440px;
  padding-left: 18px;
  padding-right: 18px;
}

/* Make the toolbar feel like part of the product grid, not floating labels. */
body.eclipse-woocommerce-archive .eclipse-shop-loop-shell{
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(8,19,28,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}

body.eclipse-woocommerce-archive .woocommerce-result-count,
body.eclipse-woocommerce-archive .woocommerce-ordering{
  margin-bottom: 24px !important;
}

/* Hide duplicate sorting/count controls that appear after the product grid on some Woo/Shoptimizer setups. */
body.eclipse-woocommerce-archive .eclipse-shop-loop-shell ul.products ~ .woocommerce-result-count,
body.eclipse-woocommerce-archive .eclipse-shop-loop-shell ul.products ~ .woocommerce-ordering{
  display: none !important;
}

/* Improve product card rhythm and consistency. */
body.eclipse-woocommerce-archive ul.products{
  align-items: stretch;
}

body.eclipse-woocommerce-archive ul.products li.product{
  display:flex !important;
  flex-direction: column;
}

body.eclipse-woocommerce-archive ul.products li.product a.woocommerce-LoopProduct-link{
  flex: 1 1 auto;
}

body.eclipse-woocommerce-archive ul.products li.product img{
  aspect-ratio: 1.15 / 1;
  object-fit: contain;
  padding: 22px;
}

body.eclipse-woocommerce-archive ul.products li.product .woocommerce-loop-product__title{
  min-height: 78px;
}

/* Give products with only two items a more intentional grid width. */
@media (min-width: 1181px){
  body.eclipse-woocommerce-archive ul.products.columns-2,
  body.eclipse-woocommerce-archive ul.products:has(li.product:nth-child(2):last-child){
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: start;
  }
}

/* Sidebar should feel like a designed filter rail. */
body.eclipse-woocommerce-archive .widget-area,
body.eclipse-woocommerce-archive #secondary{
  position: relative;
}

body.eclipse-woocommerce-archive .widget:first-child{
  margin-top: 0 !important;
}

body.eclipse-woocommerce-archive .widget{
  overflow: hidden;
}

body.eclipse-woocommerce-archive .widget li a{
  display:inline-flex;
  align-items:center;
  min-height: 28px;
}

/* Make top-rated product widget thumbnails look cleaner. */
body.eclipse-woocommerce-archive .widget .product_list_widget li{
  display:grid;
  grid-template-columns: 1fr 58px;
  gap: 12px;
  align-items:center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(8,19,28,.07);
}

body.eclipse-woocommerce-archive .widget .product_list_widget li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

body.eclipse-woocommerce-archive .widget .product_list_widget img{
  width: 58px !important;
  height: 58px !important;
  object-fit: contain;
  background: #f7f7f5;
  border-radius: 12px;
  padding: 5px;
  margin: 0 !important;
}

/* Softer footer transition on shop pages. */
body.eclipse-woocommerce-archive .storm-footer{
  margin-top: 0;
}

body.eclipse-woocommerce-archive .storm-footer__top{
  margin-top: 0;
}

/* Extra polish for the shop quote panel. */
.eclipse-shop-hero__panel .storm-btn{
  box-shadow: 0 12px 26px rgba(91,213,223,.14);
}

/* Mobile filter flow. */
@media (max-width: 980px){
  body.eclipse-woocommerce-archive .site-content > .col-full{
    display:block;
  }

  body.eclipse-woocommerce-archive .eclipse-shop-loop-shell{
    padding: 16px;
  }

  body.eclipse-woocommerce-archive .widget-area,
  body.eclipse-woocommerce-archive #secondary{
    margin-top: 18px;
  }
}

@media (max-width: 767px){
  body.eclipse-woocommerce-archive .eclipse-shop-loop-shell{
    border-radius: 22px;
  }

  body.eclipse-woocommerce-archive ul.products li.product .woocommerce-loop-product__title{
    min-height: 0;
  }
}


/* ---------- Premium Products Selling Page v7.2.2 ---------- */
.eclipse-products-selling-page{
  background: linear-gradient(180deg, #f6f2eb 0%, #ffffff 42%, #eef7f8 100%);
  color: #08131c;
}

.eclipse-products-hero{
  padding: 78px 0 42px;
  background:
    radial-gradient(circle at top left, rgba(91,213,223,.22), transparent 30%),
    linear-gradient(180deg, #f6f2eb 0%, #eef7f8 100%);
  border-bottom: 1px solid rgba(8,19,28,.06);
}

.eclipse-products-hero__grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 32px;
  align-items: stretch;
}

.eclipse-products-hero__copy{
  padding: 38px;
  border-radius: 34px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 60px rgba(8,19,28,.08);
}

.eclipse-products-hero__copy h1{
  margin: 10px 0 18px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .94;
  letter-spacing: -.045em;
  max-width: 900px;
}

.eclipse-products-hero__copy p{
  max-width: 760px;
  margin: 0;
  color: rgba(8,19,28,.72);
  line-height: 1.76;
  font-size: 16px;
}

.eclipse-products-hero__copy p + p{
  margin-top: 12px;
}

.eclipse-products-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 26px;
}

.eclipse-products-hero__panel{
  padding: 34px;
  border-radius: 34px;
  background: #07131d;
  color: #fff;
  box-shadow: 0 26px 66px rgba(8,19,28,.18);
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.eclipse-products-hero__panel strong{
  display:block;
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .98;
  letter-spacing: -.035em;
}

.eclipse-products-hero__panel p{
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}

.eclipse-products-anchor-section{
  padding: 22px 0 0;
}

.eclipse-products-anchor-nav{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
}

.eclipse-products-anchor-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 12px 28px rgba(8,19,28,.06);
  color: #08131c;
  text-decoration:none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eclipse-products-selling-list{
  padding: 42px 0 88px;
}

.eclipse-products-selling-list__grid{
  display:grid;
  gap: 30px;
}

.eclipse-selling-category-card{
  display:grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow:hidden;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 62px rgba(8,19,28,.10);
}

.eclipse-selling-category-card:nth-child(even){
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.eclipse-selling-category-card:nth-child(even) .eclipse-selling-category-card__media{
  order: 2;
}

.eclipse-selling-category-card__media{
  min-height: 520px;
  background: #f7f7f5;
}

.eclipse-selling-category-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit: cover;
}

.eclipse-selling-category-card__body{
  padding: clamp(28px, 4vw, 50px);
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.eclipse-selling-category-card__body h2{
  margin: 10px 0 16px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .92;
  letter-spacing: -.045em;
}

.eclipse-selling-category-card__body > p{
  margin: 0;
  color: rgba(8,19,28,.72);
  line-height: 1.76;
  font-size: 16px;
}

.eclipse-selling-category-card__meta{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 26px 0;
}

.eclipse-selling-category-card__meta div{
  padding: 18px;
  border-radius: 20px;
  background: #f4f8f8;
  border: 1px solid rgba(8,19,28,.06);
}

.eclipse-selling-category-card__meta span{
  display:block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(8,19,28,.52);
}

.eclipse-selling-category-card__meta strong{
  display:block;
  color: #08131c;
  line-height: 1.35;
}

.eclipse-selling-process{
  padding: 22px;
  border-radius: 22px;
  background: #07131d;
  color: #fff;
}

.eclipse-selling-process h3{
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

.eclipse-selling-process ol{
  margin: 0;
  padding: 0;
  list-style:none;
  counter-reset: eclipse-process-counter;
  display:grid;
  gap: 12px;
}

.eclipse-selling-process li{
  counter-increment: eclipse-process-counter;
  display:grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items:start;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}

.eclipse-selling-process li::before{
  content: counter(eclipse-process-counter);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #5bd5df;
  color: #07131d;
  font-weight: 900;
}

.eclipse-selling-category-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 26px;
}

.eclipse-products-final-cta{
  padding: 0 0 92px;
}

.eclipse-products-final-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 28px;
  padding: 36px;
  border-radius: 34px;
  background: linear-gradient(135deg, #5bd5df 0%, #75e1e8 100%);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 62px rgba(8,19,28,.12);
}

.eclipse-products-final-cta__inner h2{
  margin: 10px 0 12px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: .98;
  letter-spacing: -.04em;
}

.eclipse-products-final-cta__inner p{
  margin: 0;
  max-width: 760px;
  color: rgba(8,19,28,.70);
  line-height: 1.7;
}

.eclipse-products-final-cta__actions{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  flex: 0 0 auto;
}

@media (max-width: 1100px){
  .eclipse-products-hero__grid,
  .eclipse-selling-category-card,
  .eclipse-selling-category-card:nth-child(even){
    grid-template-columns: 1fr;
  }

  .eclipse-selling-category-card:nth-child(even) .eclipse-selling-category-card__media{
    order: 0;
  }

  .eclipse-selling-category-card__media{
    min-height: 380px;
  }

  .eclipse-products-final-cta__inner{
    flex-direction: column;
    align-items:flex-start;
  }
}

@media (max-width: 767px){
  .eclipse-products-hero{
    padding: 54px 0 32px;
  }

  .eclipse-products-hero__copy,
  .eclipse-products-hero__panel,
  .eclipse-products-final-cta__inner{
    padding: 24px;
  }

  .eclipse-selling-category-card__media{
    min-height: 280px;
  }

  .eclipse-selling-category-card__meta{
    grid-template-columns: 1fr;
  }

  .eclipse-products-anchor-nav a{
    flex: 1 1 calc(50% - 12px);
  }
}


/* ---------- Premium Single Product Page v7.2.3 ---------- */
body.eclipse-woocommerce-single{
  background: #f6f2eb;
}

body.eclipse-woocommerce-single .site-content{
  background: linear-gradient(180deg, #f6f2eb 0%, #ffffff 48%, #f4f8f8 100%) !important;
  color: #08131c;
}

body.eclipse-woocommerce-single .woocommerce{
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 18px 88px;
}

body.eclipse-woocommerce-single div.product{
  position: relative;
}

/* Main product hero area */
body.eclipse-woocommerce-single div.product .product_title{
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 0 0 14px;
  color: #08131c;
}

body.eclipse-woocommerce-single div.product .summary,
body.eclipse-woocommerce-single div.product .woocommerce-product-gallery{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 62px rgba(8,19,28,.08);
}

body.eclipse-woocommerce-single div.product .woocommerce-product-gallery{
  padding: 26px;
  border-radius: 34px;
}

body.eclipse-woocommerce-single div.product .summary{
  padding: 34px;
  border-radius: 34px;
}

body.eclipse-woocommerce-single div.product div.images img{
  border-radius: 22px;
  background: #fff;
}

body.eclipse-woocommerce-single div.product div.images .flex-control-thumbs{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}

body.eclipse-woocommerce-single div.product div.images .flex-control-thumbs li{
  width: auto !important;
  margin: 0 !important;
}

body.eclipse-woocommerce-single div.product div.images .flex-control-thumbs img{
  border: 1px solid rgba(8,19,28,.08);
  padding: 6px;
  border-radius: 14px;
  background: #f8f8f6;
  opacity: .72;
}

body.eclipse-woocommerce-single div.product div.images .flex-control-thumbs img.flex-active,
body.eclipse-woocommerce-single div.product div.images .flex-control-thumbs img:hover{
  opacity: 1;
  border-color: #5bd5df;
}

/* Category/meta and price */
body.eclipse-woocommerce-single div.product .product_meta,
body.eclipse-woocommerce-single div.product .posted_in,
body.eclipse-woocommerce-single div.product .tagged_as{
  color: rgba(8,19,28,.58);
  font-weight: 800;
}

body.eclipse-woocommerce-single div.product .product_meta a,
body.eclipse-woocommerce-single div.product .posted_in a,
body.eclipse-woocommerce-single div.product .tagged_as a{
  color: #08131c;
  text-decoration: none;
}

body.eclipse-woocommerce-single div.product p.price,
body.eclipse-woocommerce-single div.product span.price{
  color: #08131c !important;
  font-size: 20px !important;
  font-weight: 900;
  margin: 0 0 18px;
}

body.eclipse-woocommerce-single div.product .woocommerce-product-details__short-description{
  color: rgba(8,19,28,.72);
  line-height: 1.72;
  font-size: 15px;
  margin-bottom: 20px;
}

/* Options and form */
body.eclipse-woocommerce-single div.product form.cart,
body.eclipse-woocommerce-single div.product form.variations_form{
  padding: 22px;
  border-radius: 24px;
  background: #f6fafb;
  border: 1px solid rgba(8,19,28,.07);
  margin-bottom: 18px;
}

body.eclipse-woocommerce-single div.product table.variations{
  margin-bottom: 16px;
}

body.eclipse-woocommerce-single div.product table.variations th,
body.eclipse-woocommerce-single div.product table.variations td{
  display:block;
  width: 100%;
  padding: 0 0 10px;
  text-align:left;
}

body.eclipse-woocommerce-single div.product table.variations label,
body.eclipse-woocommerce-single div.product form.cart label{
  display:block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(8,19,28,.62);
  font-weight: 900;
}

body.eclipse-woocommerce-single div.product table.variations select,
body.eclipse-woocommerce-single div.product .quantity input.qty{
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(8,19,28,.12);
  background: #fff;
  color: #08131c;
  font-weight: 800;
}

body.eclipse-woocommerce-single div.product .single_add_to_cart_button,
body.eclipse-woocommerce-single div.product button.single_add_to_cart_button{
  min-height: 50px;
  border-radius: 999px !important;
  background: #07131d !important;
  color: #fff !important;
  border: 0 !important;
  padding: 0 30px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(8,19,28,.16);
}

body.eclipse-woocommerce-single div.product .single_add_to_cart_button:hover{
  background: #5bd5df !important;
  color: #07131d !important;
}

/* Premium support badges */
.eclipse-single-support-panel{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0 0;
}

.eclipse-single-support-panel__item{
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.07);
}

.eclipse-single-support-panel__item strong{
  display:block;
  color:#08131c;
  font-size: 14px;
  margin-bottom: 4px;
}

.eclipse-single-support-panel__item span{
  display:block;
  color: rgba(8,19,28,.62);
  line-height: 1.5;
  font-size: 13px;
}

/* Tabs and description content */
body.eclipse-woocommerce-single .woocommerce-tabs{
  max-width: 1120px;
  margin: 74px auto 0;
  padding: 0 18px;
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs{
  display:flex;
  justify-content:center;
  gap: 10px;
  border: 0;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs::before{
  display:none !important;
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs li{
  border: 0 !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 0 !important;
  box-shadow: 0 10px 24px rgba(8,19,28,.06);
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs li::before,
body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs li::after{
  display:none !important;
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs li a{
  display:inline-flex !important;
  align-items:center;
  min-height: 42px;
  padding: 0 18px !important;
  color: #08131c !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs li.active{
  background: #07131d !important;
}

body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs li.active a{
  color:#fff !important;
}

body.eclipse-woocommerce-single .woocommerce-Tabs-panel{
  padding: 38px !important;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 62px rgba(8,19,28,.08);
}

body.eclipse-woocommerce-single .woocommerce-Tabs-panel h2,
body.eclipse-woocommerce-single .woocommerce-Tabs-panel h3{
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.035em;
  color: #08131c;
}

body.eclipse-woocommerce-single .woocommerce-Tabs-panel p,
body.eclipse-woocommerce-single .woocommerce-Tabs-panel li{
  color: rgba(8,19,28,.72);
  line-height: 1.72;
  font-size: 15px;
}

body.eclipse-woocommerce-single .woocommerce-Tabs-panel ul,
body.eclipse-woocommerce-single .woocommerce-Tabs-panel ol{
  padding-left: 22px;
  margin-bottom: 26px;
}

/* How process panel */
.eclipse-single-process-panel{
  max-width: 1120px;
  margin: 34px auto 0;
  padding: 0 18px;
}

.eclipse-single-process-panel__inner{
  padding: 38px;
  border-radius: 34px;
  background: linear-gradient(135deg, #07131d 0%, #102230 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(8,19,28,.20);
}

.eclipse-single-process-panel__inner .storm-kicker{
  color: rgba(255,255,255,.66);
}

.eclipse-single-process-panel__inner h2{
  margin: 10px 0 12px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: .98;
  letter-spacing: -.04em;
  color:#fff;
}

.eclipse-single-process-panel__inner > div > p{
  margin: 0 0 26px;
  max-width: 760px;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}

.eclipse-single-process-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.eclipse-single-process-steps > div{
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.09);
}

.eclipse-single-process-steps span{
  display:inline-flex;
  width: 40px;
  height: 40px;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #5bd5df;
  color: #07131d;
  font-weight: 900;
}

.eclipse-single-process-steps strong{
  display:block;
  margin-bottom: 8px;
  color:#fff;
}

.eclipse-single-process-steps p{
  margin:0;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

/* Related products */
body.eclipse-woocommerce-single .related.products,
body.eclipse-woocommerce-single .upsells.products{
  max-width: 1120px;
  margin: 72px auto 0;
  padding: 0 18px;
}

body.eclipse-woocommerce-single .related.products > h2,
body.eclipse-woocommerce-single .upsells.products > h2{
  margin: 0 0 24px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1;
  letter-spacing: -.035em;
}

body.eclipse-woocommerce-single .related.products ul.products,
body.eclipse-woocommerce-single .upsells.products ul.products{
  display:grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px !important;
}

body.eclipse-woocommerce-single .related.products ul.products li.product,
body.eclipse-woocommerce-single .upsells.products ul.products li.product{
  width:auto !important;
  margin:0 !important;
  float:none !important;
  border-radius: 26px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(8,19,28,.08);
  box-shadow:0 18px 44px rgba(8,19,28,.08);
}

body.eclipse-woocommerce-single .related.products ul.products li.product img,
body.eclipse-woocommerce-single .upsells.products ul.products li.product img{
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 18px;
  background:#f7f7f5;
}

/* Keep plugin/payment panels tidy if present. */
body.eclipse-woocommerce-single .summary img{
  max-width:100%;
}

@media (max-width: 980px){
  body.eclipse-woocommerce-single .woocommerce{
    padding-top: 36px;
  }

  body.eclipse-woocommerce-single div.product .summary,
  body.eclipse-woocommerce-single div.product .woocommerce-product-gallery{
    padding: 22px;
    border-radius: 26px;
  }

  .eclipse-single-process-steps,
  body.eclipse-woocommerce-single .related.products ul.products,
  body.eclipse-woocommerce-single .upsells.products ul.products{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  body.eclipse-woocommerce-single .woocommerce-Tabs-panel,
  .eclipse-single-process-panel__inner{
    padding: 24px !important;
    border-radius: 26px;
  }

  body.eclipse-woocommerce-single .woocommerce-tabs ul.tabs{
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom: 6px !important;
  }
}


/* ---------- Single Product tidy-up v7.2.4 ---------- */
/* Rebuild the top product area into a cleaner premium grid. */
body.eclipse-woocommerce-single .woocommerce div.product{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: 30px;
  align-items: start;
}

body.eclipse-woocommerce-single .woocommerce div.product::before,
body.eclipse-woocommerce-single .woocommerce div.product::after{
  display: none !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery,
body.eclipse-woocommerce-single .woocommerce div.product .summary{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery{
  position: sticky;
  top: 126px;
}

body.eclipse-woocommerce-single .woocommerce div.product .summary{
  min-width: 0;
}

body.eclipse-woocommerce-single .woocommerce div.product .product_title{
  font-size: clamp(28px, 2.9vw, 46px) !important;
  line-height: 1.02;
  letter-spacing: -.035em;
  max-width: 12ch;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
}

body.eclipse-woocommerce-single .woocommerce div.product p.price,
body.eclipse-woocommerce-single .woocommerce div.product span.price{
  font-size: 18px !important;
  margin-bottom: 14px;
}

body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-details__short-description{
  font-size: 14px;
  line-height: 1.72;
  margin-bottom: 18px;
}

body.eclipse-woocommerce-single .woocommerce div.product form.cart,
body.eclipse-woocommerce-single .woocommerce div.product form.variations_form{
  padding: 20px;
  border-radius: 22px;
}

body.eclipse-woocommerce-single .woocommerce div.product table.variations td.value{
  padding-bottom: 12px;
}

body.eclipse-woocommerce-single .woocommerce div.product .variations_button,
body.eclipse-woocommerce-single .woocommerce div.product .single_variation_wrap{
  display: grid;
  gap: 12px;
}

body.eclipse-woocommerce-single .woocommerce div.product .quantity{
  margin: 0 !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .quantity input.qty{
  width: 84px;
  text-align: center;
}

body.eclipse-woocommerce-single .woocommerce div.product .single_add_to_cart_button{
  width: 100%;
  justify-content: center;
}

body.eclipse-woocommerce-single .woocommerce div.product .product_meta{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(8,19,28,.08);
  font-size: 13px;
  line-height: 1.7;
}

body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery{
  padding: 22px;
}

body.eclipse-woocommerce-single .woocommerce div.product div.images img{
  border-radius: 18px;
}

body.eclipse-woocommerce-single .woocommerce div.product div.images .flex-control-thumbs{
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
}

/* Support panel should feel part of the summary card. */
body.eclipse-woocommerce-single .eclipse-single-support-panel{
  margin-top: 16px;
}

body.eclipse-woocommerce-single .eclipse-single-support-panel__item{
  background: #f6fafb;
  border-radius: 16px;
}

/* Keep follow-on sections aligned to the same premium rhythm. */
body.eclipse-woocommerce-single .eclipse-single-process-panel{
  max-width: 1280px;
  margin-top: 42px;
}

body.eclipse-woocommerce-single .woocommerce-tabs{
  max-width: 1280px;
  margin-top: 42px;
}

body.eclipse-woocommerce-single .woocommerce-Tabs-panel{
  padding: 34px !important;
}

body.eclipse-woocommerce-single .woocommerce-Tabs-panel h2,
body.eclipse-woocommerce-single .woocommerce-Tabs-panel h3{
  font-size: clamp(24px, 2.6vw, 34px);
}

body.eclipse-woocommerce-single .related.products,
body.eclipse-woocommerce-single .upsells.products{
  max-width: 1280px;
  margin-top: 52px;
}

body.eclipse-woocommerce-single .related.products ul.products,
body.eclipse-woocommerce-single .upsells.products ul.products{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px !important;
}

body.eclipse-woocommerce-single .related.products ul.products li.product .woocommerce-loop-product__title,
body.eclipse-woocommerce-single .upsells.products ul.products li.product .woocommerce-loop-product__title{
  font-size: 18px !important;
  line-height: 1.18 !important;
  min-height: 0;
}

/* Tidy the product summary card internals if extra third-party content is present. */
body.eclipse-woocommerce-single .summary > *{
  max-width: 100%;
}

body.eclipse-woocommerce-single .summary .stock,
body.eclipse-woocommerce-single .summary .woocommerce-variation-price,
body.eclipse-woocommerce-single .summary .woocommerce-variation-description{
  margin-bottom: 10px;
}

body.eclipse-woocommerce-single .summary .woocommerce-variation-add-to-cart{
  display: grid;
  gap: 12px;
}

body.eclipse-woocommerce-single .summary .woocommerce-variation-add-to-cart .quantity{
  margin-bottom: 0 !important;
}

body.eclipse-woocommerce-single .summary .woocommerce-product-rating{
  margin-bottom: 10px;
}

/* If there is an intrusive side floating helper/button, soften it on product pages. */
body.eclipse-woocommerce-single .call-back-button,
body.eclipse-woocommerce-single .callback-btn,
body.eclipse-woocommerce-single .sticky-callback,
body.eclipse-woocommerce-single .side-button,
body.eclipse-woocommerce-single .floating-button-right{
  transform: scale(.92);
}

/* Tablet/mobile cleanup */
@media (max-width: 1180px){
  body.eclipse-woocommerce-single .woocommerce div.product{
    grid-template-columns: 1fr;
  }

  body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery{
    position: static;
  }

  body.eclipse-woocommerce-single .woocommerce div.product .product_title{
    max-width: none;
  }
}

@media (max-width: 767px){
  body.eclipse-woocommerce-single .woocommerce{
    padding-left: 14px;
    padding-right: 14px;
  }

  body.eclipse-woocommerce-single .woocommerce div.product{
    gap: 18px;
  }

  body.eclipse-woocommerce-single .woocommerce div.product .summary,
  body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery,
  body.eclipse-woocommerce-single .woocommerce-Tabs-panel,
  body.eclipse-woocommerce-single .eclipse-single-process-panel__inner{
    padding: 22px !important;
    border-radius: 24px;
  }

  body.eclipse-woocommerce-single .woocommerce div.product div.images .flex-control-thumbs{
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  body.eclipse-woocommerce-single .related.products ul.products,
  body.eclipse-woocommerce-single .upsells.products ul.products{
    grid-template-columns: 1fr;
  }
}


/* ---------- Single Product heading correction v7.2.5 ---------- */
/* The previous product title was still too large and constrained. */
body.eclipse-woocommerce-single .woocommerce div.product .summary .product_title,
body.eclipse-woocommerce-single div.product .summary .product_title,
body.single-product .summary .product_title{
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  max-width: none !important;
  width: 100% !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  margin-bottom: 14px !important;
}

/* Give the summary column more usable room and stop it feeling squeezed. */
body.eclipse-woocommerce-single .woocommerce div.product{
  grid-template-columns: minmax(420px, 620px) minmax(420px, 500px) !important;
  justify-content: center;
  column-gap: 34px !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .summary{
  max-width: 500px !important;
  width: 100% !important;
  padding: 30px !important;
}

/* Reduce some inner spacing so the right card reads cleaner after the heading shrink. */
body.eclipse-woocommerce-single .woocommerce div.product .summary p.price,
body.eclipse-woocommerce-single .woocommerce div.product .summary span.price{
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .summary .woocommerce-product-details__short-description{
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.eclipse-woocommerce-single .woocommerce div.product form.cart,
body.eclipse-woocommerce-single .woocommerce div.product form.variations_form{
  padding: 18px !important;
}

@media (max-width: 1180px){
  body.eclipse-woocommerce-single .woocommerce div.product{
    grid-template-columns: 1fr !important;
  }

  body.eclipse-woocommerce-single .woocommerce div.product .summary{
    max-width: none !important;
  }

  body.eclipse-woocommerce-single .woocommerce div.product .summary .product_title,
  body.eclipse-woocommerce-single div.product .summary .product_title,
  body.single-product .summary .product_title{
    font-size: clamp(24px, 4vw, 36px) !important;
  }
}

@media (max-width: 767px){
  body.eclipse-woocommerce-single .woocommerce div.product .summary .product_title,
  body.eclipse-woocommerce-single div.product .summary .product_title,
  body.single-product .summary .product_title{
    font-size: 24px !important;
    line-height: 1.15 !important;
  }
}


/* ---------- Single Product title-above layout v7.2.6 ---------- */
/* Full-width product masthead above the gallery and purchase panel. */
body.eclipse-woocommerce-single .woocommerce div.product{
  grid-template-columns: minmax(460px, 660px) minmax(420px, 520px) !important;
  justify-content: center;
  gap: 30px 36px !important;
}

.eclipse-single-product-masthead{
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 2px;
}

.eclipse-single-product-masthead__inner{
  padding: 30px 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(91,213,223,.16), transparent 32%),
    rgba(255,255,255,.88);
  border: 1px solid rgba(8,19,28,.08);
  box-shadow: 0 24px 62px rgba(8,19,28,.08);
}

.eclipse-single-product-masthead .storm-kicker{
  margin-bottom: 10px;
}

.eclipse-single-product-masthead h1{
  margin: 0;
  max-width: 1120px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
  color: #08131c;
}

.eclipse-single-product-masthead__summary{
  max-width: 840px;
  margin-top: 14px;
  color: rgba(8,19,28,.72);
  line-height: 1.7;
  font-size: 15px;
}

/* The original WooCommerce title is removed via hook, but this keeps the layout safe if any plugin re-adds it. */
body.eclipse-woocommerce-single .woocommerce div.product .summary .product_title{
  display: none !important;
}

/* With the title moved out, the buy box can breathe and focus on price/options. */
body.eclipse-woocommerce-single .woocommerce div.product .summary{
  max-width: 520px !important;
  padding: 30px !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery{
  max-width: 660px;
  width: 100% !important;
}

body.eclipse-woocommerce-single .woocommerce div.product p.price,
body.eclipse-woocommerce-single .woocommerce div.product span.price{
  font-size: 20px !important;
  margin-bottom: 16px !important;
}

/* Short description remains in the buy box but should be supportive, not dominant. */
body.eclipse-woocommerce-single .woocommerce div.product .summary .woocommerce-product-details__short-description{
  font-size: 14px !important;
  line-height: 1.68 !important;
  margin-bottom: 18px !important;
}

/* Improve add-to-basket area now the heading has moved. */
body.eclipse-woocommerce-single .woocommerce div.product form.cart,
body.eclipse-woocommerce-single .woocommerce div.product form.variations_form{
  padding: 20px !important;
  border-radius: 24px !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .single_add_to_cart_button{
  min-height: 52px !important;
}

@media (max-width: 1180px){
  body.eclipse-woocommerce-single .woocommerce div.product{
    grid-template-columns: 1fr !important;
  }

  .eclipse-single-product-masthead__inner{
    padding: 26px;
    border-radius: 28px;
  }

  .eclipse-single-product-masthead h1{
    font-size: clamp(30px, 5vw, 46px);
  }

  body.eclipse-woocommerce-single .woocommerce div.product .summary,
  body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery{
    max-width: none !important;
  }
}

@media (max-width: 767px){
  .eclipse-single-product-masthead__inner{
    padding: 22px;
    border-radius: 24px;
  }

  .eclipse-single-product-masthead h1{
    font-size: 28px;
    line-height: 1.08;
  }

  .eclipse-single-product-masthead__summary{
    font-size: 14px;
  }
}


/* ---------- Compact single product title strip v7.2.7 ---------- */
/* Tone down the product masthead so it feels like a product header, not a hero banner. */
.eclipse-single-product-masthead{
  margin: 0 0 18px !important;
}

.eclipse-single-product-masthead__inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 16px 22px !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.84) !important;
  border: 1px solid rgba(8,19,28,.07) !important;
  box-shadow: 0 10px 26px rgba(8,19,28,.05) !important;
}

.eclipse-single-product-masthead .storm-kicker{
  margin-bottom: 6px !important;
  font-size: 10px !important;
  letter-spacing: .16em !important;
  opacity: .72;
}

.eclipse-single-product-masthead h1{
  max-width: 980px !important;
  margin: 0 !important;
  font-size: clamp(24px, 2.25vw, 34px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
  color: #08131c !important;
}

/* Remove the extra summary line under the title to keep the header compact. */
.eclipse-single-product-masthead__summary{
  display: none !important;
}

/* Slightly tighten the product grid spacing below the new compact title strip. */
body.eclipse-woocommerce-single .woocommerce div.product{
  gap: 22px 30px !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .woocommerce-product-gallery,
body.eclipse-woocommerce-single .woocommerce div.product .summary{
  border-radius: 28px !important;
}

body.eclipse-woocommerce-single .woocommerce div.product .summary{
  padding: 26px !important;
}

@media (max-width: 1180px){
  .eclipse-single-product-masthead__inner{
    padding: 14px 18px !important;
    border-radius: 18px !important;
  }

  .eclipse-single-product-masthead h1{
    font-size: clamp(24px, 4vw, 30px) !important;
  }
}

@media (max-width: 767px){
  .eclipse-single-product-masthead{
    margin-bottom: 14px !important;
  }

  .eclipse-single-product-masthead__inner{
    padding: 14px 16px !important;
    border-radius: 16px !important;
  }

  .eclipse-single-product-masthead h1{
    font-size: 24px !important;
    line-height: 1.14 !important;
  }
}
