/*
Theme Name: Flairosol
Theme URI: https://flairosol.us.com/
Author: Flairosol Official
Author URI: https://flairosol.us.com/
Description: Official Flairosol partner store theme.
Version: 1.0.4
License: Proprietary
Text Domain: flairosol
*/

/* ===================================================================
   FLAIROSOL SPRAY GUIDE — lagoon / mist theme
   Unique class namespace: flo-* (containers .flo-wrap). Not shared
   with any sibling build. Fonts: Sora (display) + Inter (text).
   =================================================================== */
:root {
  --lagoon: #0e7c8a;
  --lagoon-deep: #095f6b;
  --lagoon-soft: #cfeaed;
  --lagoon-tint: #eef7f8;
  --night: #0f2229;
  --night-2: #1a323b;
  --ink: #24343b;
  --dim: #647880;
  --hair: #dfeaec;
  --paper: #ffffff;
  --mist: #f7fbfc;
  --coral: #e6455a;
  --gold: #e2a63d;
  --r-lg: 20px;
  --r-md: 14px;
  --r-sm: 10px;
  --shadow: 0 12px 34px rgba(9, 95, 107, .12);
  --shadow-lg: 0 24px 56px rgba(15, 34, 41, .18);
  --rail: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.66;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Sora', 'Segoe UI', system-ui, sans-serif;
  color: var(--night);
  line-height: 1.16;
  font-weight: 700;
  margin: 0 0 .5em;
  letter-spacing: -.015em;
}
p { margin: 0 0 1em; }
img { max-width: 100%; display: block; }
a { color: var(--lagoon-deep); text-decoration: none; }
a:hover { color: var(--lagoon); }

.flo-wrap { max-width: var(--rail); margin: 0 auto; padding: 0 24px; }
.flo-wrap--slim { max-width: 800px; }

/* ---------- Buttons & eyebrows ---------- */
.flo-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--lagoon); color: #fff; font-weight: 700; font-family: 'Sora', sans-serif;
  padding: 13px 26px; border-radius: var(--r-sm); font-size: 15px;
  border: 0; cursor: pointer; transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 22px rgba(14, 124, 138, .3);
}
.flo-btn:hover { background: var(--lagoon-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(14, 124, 138, .4); }
.flo-btn--big { padding: 16px 34px; font-size: 16px; }
.flo-btn--frame {
  background: transparent; color: var(--lagoon-deep); box-shadow: none;
  border: 1.5px solid var(--lagoon-soft);
}
.flo-btn--frame:hover { background: var(--lagoon-tint); color: var(--lagoon-deep); border-color: var(--lagoon); transform: translateY(-2px); box-shadow: none; }
.flo-btn--snow { background: #fff; color: var(--night); box-shadow: 0 10px 22px rgba(0,0,0,.22); }
.flo-btn--snow:hover { background: var(--lagoon-tint); color: var(--night); }

.flo-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  text-transform: uppercase; letter-spacing: .2em; font-size: 11.5px; font-weight: 700;
  color: var(--lagoon); font-family: 'Sora', sans-serif;
}
.flo-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 10px 0 0 -1.5px var(--lagoon); margin-right: 9px; }
.flo-stars { color: var(--gold); letter-spacing: 2px; }

/* ---------- Top bar ---------- */
.flo-top { position: sticky; top: 0; z-index: 70; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--hair); }
.flo-top__row { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.flo-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--night); line-height: 1; }
.flo-logo__dots { display: block; width: 30px; height: 34px; color: var(--lagoon); }
.flo-logo__text { display: flex; flex-direction: column; gap: 3px; }
.flo-logo__name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: .16em; color: var(--night); }
.flo-logo__reg { font-size: 8px; font-weight: 600; vertical-align: super; letter-spacing: 0; margin-left: 2px; }
.flo-logo__sub { font-family: 'Sora', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--lagoon); }
.flo-nav { display: flex; align-items: center; gap: 30px; }
.flo-nav a { color: var(--night-2); font-weight: 600; font-size: 15px; position: relative; }
.flo-nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--coral); border-radius: 2px; transition: width .2s ease; }
.flo-nav a:hover { color: var(--lagoon-deep); }
.flo-nav a:hover::after { width: 100%; }
.flo-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 9px; cursor: pointer; }
.flo-burger span { width: 24px; height: 2px; background: var(--night); border-radius: 2px; }

/* ---------- Hero (full-bleed photo, dark veil) ---------- */
.flo-hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; background: var(--night); }
.flo-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; }
.flo-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(9, 30, 37, .88) 0%, rgba(9, 30, 37, .66) 42%, rgba(9, 30, 37, .12) 78%); }
.flo-hero__inner { position: relative; z-index: 2; width: 100%; padding: 84px 0; }
.flo-hero__copy { max-width: 590px; color: #e9f4f5; }
.flo-hero__copy .flo-kicker { color: #8fd6de; }
.flo-hero__copy h1 { font-size: clamp(36px, 5vw, 58px); color: #fff; margin: 16px 0 14px; }
.flo-hero__copy h1 em { font-style: normal; color: #7fd4dd; }
.flo-hero__copy p { font-size: 18.5px; color: rgba(233, 244, 245, .88); margin-bottom: 28px; }
.flo-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.flo-hero .flo-btn--frame { color: #e9f4f5; border-color: rgba(255, 255, 255, .45); }
.flo-hero .flo-btn--frame:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }
.flo-hero__meta { margin-top: 26px; display: flex; gap: 26px; flex-wrap: wrap; font-size: 13.5px; color: rgba(233,244,245,.75); }
.flo-hero__meta b { display: block; font-family: 'Sora', sans-serif; font-size: 21px; color: #fff; }

/* ---------- Ticker strip ---------- */
.flo-strip { background: var(--lagoon); color: #fff; }
.flo-strip__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 26px 0; }
.flo-fact { display: flex; align-items: center; gap: 13px; }
.flo-fact__ic { flex: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; }
.flo-fact__ic svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.flo-fact b { display: block; font-family: 'Sora', sans-serif; font-size: 14.5px; }
.flo-fact span { font-size: 12.5px; color: rgba(255,255,255,.75); }

/* ---------- Section shells ---------- */
.flo-sec { padding: 84px 0; }
.flo-sec--mist { background: var(--mist); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.flo-sec--tint { background: var(--lagoon-tint); }
.flo-sec--first { padding-top: 40px; }
.flo-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.flo-head .flo-kicker { margin-bottom: 12px; }
.flo-head h2 { font-size: clamp(28px, 3.8vw, 42px); }
.flo-head p { color: var(--dim); font-size: 17px; margin: 0; }
.flo-head--left { text-align: left; margin: 0 0 40px; max-width: 780px; }
.flo-head--left h1 { font-size: clamp(30px, 4vw, 44px); margin: 12px 0 14px; }
.flo-head--left p { color: var(--dim); font-size: 17px; margin: 0; }

/* ---------- Category tiles ---------- */
.flo-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.flo-cats--duo { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }
.flo-cat { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); overflow: hidden; transition: transform .18s ease, box-shadow .2s ease; }
.flo-cat:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.flo-cat__media { background: var(--lagoon-tint); padding: 26px; display: grid; place-items: center; height: 240px; }
.flo-cat__media img { max-height: 190px; width: auto; object-fit: contain; }
.flo-cat__body { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.flo-cat__body h3 { font-size: 21px; margin: 0; }
.flo-cat__body p { color: var(--dim); font-size: 15px; margin: 0 0 12px; flex: 1; }
.flo-cat__link { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14.5px; color: var(--lagoon-deep); }
.flo-cat__count { position: absolute; top: 16px; right: 16px; background: var(--night); color: #fff; font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }

/* ---------- Steps (how it works) ---------- */
.flo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: flostep; }
.flo-step { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 30px 28px 26px; position: relative; }
.flo-step::before { counter-increment: flostep; content: '0' counter(flostep); font-family: 'Sora', sans-serif; font-size: 44px; font-weight: 800; color: var(--lagoon-soft); line-height: 1; display: block; margin-bottom: 12px; }
.flo-step h3 { font-size: 19px; }
.flo-step p { color: var(--dim); font-size: 15px; margin: 0; }

/* ---------- Perks ---------- */
.flo-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.flo-perk { text-align: center; padding: 30px 20px; background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); }
.flo-perk__ic { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; background: var(--lagoon-tint); display: grid; place-items: center; color: var(--lagoon-deep); }
.flo-perk__ic svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.flo-perk h3 { font-size: 17.5px; margin-bottom: 6px; }
.flo-perk p { color: var(--dim); font-size: 14.5px; margin: 0; }

/* ---------- Dark band ---------- */
.flo-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--night); color: #dcebee; min-height: 380px; }
.flo-band__art img { width: 100%; height: 100%; object-fit: cover; }
.flo-band__copy { padding: 64px 62px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.flo-band__copy .flo-kicker { color: #8fd6de; }
.flo-band__copy h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); margin: 14px 0 12px; }
.flo-band__copy p { color: rgba(220, 235, 238, .8); margin-bottom: 24px; max-width: 480px; }

/* ---------- Voices ---------- */
.flo-voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.flo-voice { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 28px 26px; margin: 0; box-shadow: var(--shadow); }
.flo-voice__stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.flo-voice blockquote { margin: 0 0 16px; font-size: 15.5px; color: var(--ink); }
.flo-voice figcaption { display: flex; flex-direction: column; }
.flo-voice__name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14.5px; color: var(--night); }
.flo-voice__tag { font-size: 12.5px; color: var(--dim); }

/* ---------- FAQ ---------- */
.flo-faq { display: flex; flex-direction: column; gap: 12px; }
.flo-faq__item { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-md); padding: 0 22px; }
.flo-faq__item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 0; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 16px; color: var(--night); }
.flo-faq__item summary::-webkit-details-marker { display: none; }
.flo-faq__item summary::after { content: '+'; font-size: 22px; color: var(--lagoon); flex: none; transition: transform .2s ease; }
.flo-faq__item[open] summary::after { transform: rotate(45deg); }
.flo-faq__item p { color: var(--dim); font-size: 15px; padding-bottom: 20px; margin: 0; }

/* ---------- Closing CTA ---------- */
.flo-cap { background: linear-gradient(120deg, var(--lagoon-deep), var(--lagoon)); color: #fff; text-align: center; padding: 76px 0; }
.flo-cap h2 { color: #fff; font-size: clamp(26px, 3.4vw, 40px); }
.flo-cap p { color: rgba(255,255,255,.85); max-width: 520px; margin: 0 auto 26px; }

/* ---------- Product grid & cards ---------- */
.flo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.flo-grid--3 { grid-template-columns: repeat(3, 1fr); }
.flo-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); overflow: hidden; transition: transform .18s ease, box-shadow .2s ease; }
.flo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.flo-card__media { position: relative; display: block; background: #fff; padding: 22px; height: 250px; }
.flo-card__media img { width: 100%; height: 100%; object-fit: contain; }
.flo-card__flag { position: absolute; top: 14px; left: 14px; background: var(--coral); color: #fff; font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; padding: 5px 11px; border-radius: 7px; }
.flo-card__body { display: flex; flex-direction: column; gap: 8px; padding: 6px 22px 22px; border-top: 1px solid var(--hair); flex: 1; }
.flo-card__line { margin-top: 12px; font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--lagoon); }
.flo-card__name { font-size: 16px; line-height: 1.42; margin: 0; flex: 1; }
.flo-card__name a { color: var(--night); }
.flo-card__name a:hover { color: var(--lagoon-deep); }
.flo-card__rate { font-size: 13.5px; color: var(--dim); }
.flo-card__rate b { color: var(--night); }
.flo-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 4px; }
.flo-card__price { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 21px; color: var(--night); }
.flo-card__foot .flo-btn { padding: 10px 18px; font-size: 13.5px; }

/* ---------- Product detail page ---------- */
.flo-crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13.5px; color: var(--dim); margin-bottom: 26px; }
.flo-crumbs a { color: var(--dim); }
.flo-crumbs a:hover { color: var(--lagoon-deep); }
.flo-crumbs .sep { color: var(--hair); }
.flo-crumbs .cur { color: var(--night); font-weight: 600; }
.flo-pdp { padding: 44px 0 72px; }
.flo-pdp__grid { display: grid; grid-template-columns: minmax(0, 460px) 1fr; gap: 54px; align-items: start; }
.flo-pdp__media { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 34px; position: sticky; top: 96px; }
.flo-pdp__media img { width: 100%; height: auto; object-fit: contain; aspect-ratio: 1; }
.flo-pdp__info h1 { font-size: clamp(23px, 2.6vw, 32px); line-height: 1.28; margin: 12px 0 14px; }
.flo-pdp__rate { font-size: 14.5px; color: var(--dim); margin-bottom: 20px; }
.flo-pdp__rate b { color: var(--night); }
.flo-pdp__intro { font-size: 15.5px; line-height: 1.65; color: var(--ink); margin: 0 0 20px; }
.flo-pdp__buy { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; background: var(--lagoon-tint); border: 1px solid var(--lagoon-soft); border-radius: var(--r-md); padding: 18px 22px; margin-bottom: 26px; }
.flo-pdp__price { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 32px; color: var(--night); }
.flo-pdp__price span { display: block; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 12px; color: var(--dim); letter-spacing: .04em; text-transform: uppercase; }
.flo-pdp__bullets { margin: 0 0 20px; padding: 0 0 0 2px; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.flo-pdp__bullets li { position: relative; padding-left: 28px; font-size: 15px; color: var(--ink); }
.flo-pdp__bullets li::before { content: ''; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--lagoon); box-shadow: 0 0 0 4px var(--lagoon-tint); }
.flo-pdp__note { font-size: 13px; color: var(--dim); }
.flo-pdp__info h2 { font-size: 17px; letter-spacing: .02em; margin: 28px 0 14px; }
.flo-pdp__specs table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.flo-pdp__specs th, .flo-pdp__specs td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--hair); }
.flo-pdp__specs th { color: var(--dim); font-weight: 600; width: 38%; }

/* ---------- Document pages ---------- */
.flo-doc { padding: 28px 0 56px; font-size: 16.5px; }
.flo-doc h1 { font-size: clamp(30px, 4vw, 46px); margin: 10px 0 18px; }
.flo-doc h2 { margin-top: 36px; font-size: 21.5px; }
.flo-doc ul { padding-left: 22px; }
.flo-doc li { margin-bottom: 9px; }
.flo-doc__date { font-size: 13px; color: var(--dim); }
.flo-faq--doc { margin: 26px 0 36px; }

/* ---------- Footer ---------- */
.flo-foot { background: var(--night); color: #a7bcc3; padding: 62px 0 30px; }
.flo-foot a { color: #cfe0e5; display: block; margin-bottom: 9px; font-size: 14.5px; }
.flo-foot a:hover { color: #fff; }
.flo-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.flo-foot__brand p { font-size: 14.5px; color: #8ea6ae; max-width: 340px; margin-top: 16px; }
.flo-foot .flo-logo__name { color: #fff; }
.flo-foot .flo-logo__sub { color: #7fd4dd; }
.flo-foot .flo-logo__dots { color: #7fd4dd; }
.flo-foot h4 { color: #fff; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.flo-foot__bottom { padding-top: 26px; display: flex; flex-direction: column; gap: 8px; }
.flo-foot__note { font-size: 12.5px; color: #7d949c; margin: 0; }
.flo-foot__note-img { display: block; width: 100%; max-width: 1132px; height: auto; }
.flo-foot__copy { font-size: 13px; color: #8ea6ae; margin: 0; }
.flo-foot__copy a { display: inline; margin: 0; }

/* ---------- Mobile ---------- */
@media (max-width: 1020px) {
  .flo-grid { grid-template-columns: repeat(3, 1fr); }
  .flo-perks { grid-template-columns: repeat(2, 1fr); }
  .flo-strip__row { grid-template-columns: repeat(2, 1fr); }
  .flo-band { grid-template-columns: 1fr; }
  .flo-band__art { max-height: 320px; overflow: hidden; }
  .flo-pdp__grid { grid-template-columns: 1fr; gap: 30px; }
  .flo-pdp__media { position: static; }
}
@media (max-width: 820px) {
  .flo-nav {
    position: absolute; top: 72px; left: 0; right: 0;
    display: none; flex-direction: column; align-items: flex-start; gap: 0;
    background: #fff; border-bottom: 1px solid var(--hair); padding: 10px 24px 18px;
    box-shadow: 0 18px 34px rgba(15, 34, 41, .12);
  }
  .flo-nav.is-open { display: flex; }
  .flo-nav a { padding: 11px 0; width: 100%; }
  .flo-nav a::after { display: none; }
  .flo-nav__cta { margin-top: 10px; }
  .flo-burger { display: flex; }
  .flo-grid, .flo-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .flo-cats { grid-template-columns: 1fr; }
  .flo-steps { grid-template-columns: 1fr; }
  .flo-voices { grid-template-columns: 1fr; }
  .flo-sec { padding: 60px 0; }
  .flo-hero { min-height: 480px; }
  .flo-hero::after { background: linear-gradient(180deg, rgba(9,30,37,.86) 0%, rgba(9,30,37,.65) 100%); }
  .flo-band__copy { padding: 44px 26px; }
}
@media (max-width: 560px) {
  .flo-grid, .flo-grid--3 { grid-template-columns: 1fr; }
  .flo-perks { grid-template-columns: 1fr; }
  .flo-strip__row { grid-template-columns: 1fr; }
  .flo-hero__meta { gap: 18px; }
  .flo-pdp__buy { flex-direction: column; align-items: flex-start; gap: 12px; }
  .flo-card__media { height: 220px; }
}
