/* =========================================================================
   FLASKYARD — design system (archétype E : STORY-LANDING)
   Niche : bouteilles / gourdes. Palette teal électrique + ardoise + blanc.
   Display: Bricolage Grotesque · Body: Albert Sans. Préfixe: .fy-
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800&family=Albert+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root{
  --fy-teal:#0aa6ab;
  --fy-teal-deep:#06797d;
  --fy-bright:#19e3c6;
  --fy-ink:#15212c;
  --fy-slate:#2b3a48;
  --fy-slate-2:#516374;
  --fy-mist:#eef6f6;
  --fy-paper:#f6fbfb;
  --fy-line:#dfeceb;
  --fy-white:#ffffff;
  --fy-amber:#f4a23c;       /* promo / -% */
  --fy-radius:18px;
  --fy-radius-lg:30px;
  --fy-shadow:0 18px 50px -22px rgba(21,33,44,.30);
  --fy-shadow-sm:0 8px 24px -14px rgba(21,33,44,.32);
  --fy-wrap:1180px;
  --fy-header-h:72px;
  --fy-disp:'Bricolage Grotesque',system-ui,sans-serif;
  --fy-body:'Albert Sans',system-ui,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--fy-body);color:var(--fy-ink);background:var(--fy-white);
  font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
h1,h2,h3,h4{font-family:var(--fy-disp);font-weight:700;line-height:1.04;margin:0 0 .4em;letter-spacing:-.02em}
h1{font-size:clamp(2.5rem,6vw,4.6rem)}
h2{font-size:clamp(1.9rem,4vw,3rem)}
h3{font-size:clamp(1.25rem,2.4vw,1.7rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none}
p{margin:0 0 1rem}
.fy-wrap{max-width:var(--fy-wrap);margin:0 auto;padding:0 24px}
.fy-eyebrow{font-family:var(--fy-disp);text-transform:uppercase;letter-spacing:.22em;font-size:.74rem;font-weight:700;color:var(--fy-teal)}
.fy-eyebrow--light{color:var(--fy-bright)}
.fy-muted{color:var(--fy-slate-2)}
.fy-center{text-align:center}

/* ---- buttons ---- */
.fy-btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--fy-disp);font-weight:700;
  font-size:1rem;padding:.95rem 1.7rem;border-radius:999px;transition:transform .18s ease,box-shadow .2s ease,background .2s ease;
  letter-spacing:-.01em;line-height:1}
.fy-btn svg{width:19px;height:19px}
.fy-btn--primary{background:var(--fy-teal);color:#fff;box-shadow:0 12px 26px -12px rgba(10,166,171,.8)}
.fy-btn--primary:hover{background:var(--fy-teal-deep);transform:translateY(-2px)}
.fy-btn--dark{background:var(--fy-ink);color:#fff}
.fy-btn--dark:hover{background:#000;transform:translateY(-2px)}
.fy-btn--ghost{background:transparent;color:var(--fy-ink);border:2px solid var(--fy-ink)}
.fy-btn--ghost:hover{background:var(--fy-ink);color:#fff}
.fy-btn--light{background:#fff;color:var(--fy-ink)}
.fy-btn--light:hover{transform:translateY(-2px);box-shadow:var(--fy-shadow-sm)}
.fy-btn--outline-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}
.fy-btn--outline-light:hover{background:#fff;color:var(--fy-ink)}
.fy-btn--block{width:100%;justify-content:center}
.fy-btn--lg{padding:1.1rem 2.1rem;font-size:1.08rem}

/* ===================== PROGRESS BAR ===================== */
.fy-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:1200;
  background:linear-gradient(90deg,var(--fy-teal),var(--fy-bright));transition:width .1s linear}

/* ===================== ANNOUNCEMENT ===================== */
.fy-announce{background:var(--fy-ink);color:#eaf6f5;font-size:.82rem;text-align:center;
  min-height:36px;display:flex;align-items:center;justify-content:center;
  padding:.4rem 1rem;font-weight:500;letter-spacing:.01em;position:relative;z-index:1001}
.fy-announce strong{color:var(--fy-bright);font-weight:700}
.fy-announce .fy-announce-track{display:inline-flex;gap:2.6rem;align-items:center}
.fy-announce span svg{width:15px;height:15px;vertical-align:-2px;margin-right:.3rem;stroke:var(--fy-bright)}

/* ===================== HEADER ===================== */
.fy-header{position:sticky;top:0;z-index:1000;transition:background .3s ease,box-shadow .3s ease,color .3s ease}
.fy-header-inner{display:flex;align-items:center;gap:1.4rem;height:var(--fy-header-h);max-width:var(--fy-wrap);margin:0 auto;padding:0 24px}
.fy-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--fy-disp);font-weight:800;font-size:1.4rem;letter-spacing:-.02em}
.fy-logo img{height:30px;width:auto}
.fy-nav{display:flex;gap:1.5rem;margin-left:.5rem}
.fy-nav a{font-weight:600;font-size:.95rem;position:relative;padding:.3rem 0;transition:color .15s}
.fy-nav a::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--fy-teal);transition:width .22s ease}
.fy-nav a:hover::after{width:100%}
.fy-header-actions{margin-left:auto;display:flex;align-items:center;gap:.4rem}
.fy-iconbtn{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;transition:background .15s;color:inherit;position:relative}
.fy-iconbtn:hover{background:rgba(127,127,127,.12)}
.fy-iconbtn svg{width:23px;height:23px}
.fy-cart-count{position:absolute;top:4px;right:3px;background:var(--fy-teal);color:#fff;font-size:.66rem;font-weight:700;
  min-width:17px;height:17px;border-radius:9px;display:grid;place-items:center;padding:0 4px;font-family:var(--fy-body)}
.fy-burger{display:none}

/* header variante : logo centré + nav scindée G/D */
.fy-header-inner--split{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;
  height:var(--fy-header-h);max-width:var(--fy-wrap);margin:0 auto;padding:0 24px}
.fy-head-side{display:flex;align-items:center;gap:1.3rem}
.fy-head-side--l{justify-self:start}
.fy-head-side--r{justify-self:end;gap:.5rem}
.fy-header--split .fy-nav{margin:0}
.fy-logo--center{justify-self:center}
.fy-header--split .fy-lang{margin-right:.2rem}

/* header transparent over hero */
.fy-header--float{position:absolute;top:36px;left:0;right:0;background:transparent;color:#fff}
.fy-header--float .fy-nav a::after{background:#fff}
.fy-header--float.fy-scrolled{position:fixed;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);
  color:var(--fy-ink);box-shadow:0 4px 24px -16px rgba(21,33,44,.5)}
.fy-header--float.fy-scrolled .fy-nav a::after{background:var(--fy-teal)}
.fy-header--solid{background:#fff;color:var(--fy-ink);border-bottom:1px solid var(--fy-line)}
.fy-logo-light{display:none}
.fy-header--float:not(.fy-scrolled) .fy-logo-dark{display:none}
.fy-header--float:not(.fy-scrolled) .fy-logo-light{display:inline}

/* lang switch */
.fy-lang{display:flex;gap:2px;border:1px solid currentColor;border-radius:999px;padding:2px;opacity:.85;font-size:.72rem}
.fy-lang a{font-weight:700;padding:.2rem .5rem;border-radius:999px;font-family:var(--fy-disp)}
.fy-lang a.is-active{background:var(--fy-teal);color:#fff}

/* ===================== HERO (story) ===================== */
.fy-hero{position:relative;min-height:calc(100svh - 36px);display:flex;align-items:center;color:#fff;overflow:hidden}
.fy-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.fy-hero__bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(11,33,40,.82) 0%,rgba(11,33,40,.5) 42%,rgba(11,33,40,.12) 75%)}
.fy-hero__inner{position:relative;z-index:2;max-width:var(--fy-wrap);margin:0 auto;padding:0 24px;width:100%}
.fy-hero__card{max-width:620px}
.fy-hero h1{margin-top:.4rem;text-shadow:0 2px 30px rgba(0,0,0,.25)}
.fy-hero p{font-size:1.2rem;max-width:34rem;color:#e7f3f2;margin-bottom:1.8rem}
.fy-hero__cta{display:flex;gap:.8rem;flex-wrap:wrap}
.fy-hero__trust{margin-top:2.2rem;display:flex;gap:1.6rem;flex-wrap:wrap;font-size:.86rem;color:#d6e8e7}
.fy-hero__trust span{display:flex;align-items:center;gap:.45rem}
.fy-hero__trust svg{width:18px;height:18px;stroke:var(--fy-bright)}
.fy-scrollcue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;color:#fff;
  display:flex;flex-direction:column;align-items:center;gap:.3rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;opacity:.85}
.fy-scrollcue svg{width:22px;height:22px;animation:fyBounce 1.8s infinite}
@keyframes fyBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}

/* ===================== STORY SECTIONS ===================== */
.fy-snap{scroll-snap-type:y proximity}
.fy-story{position:relative;min-height:96svh;display:flex;align-items:center;scroll-snap-align:start;padding:5rem 0;overflow:hidden}
.fy-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;
  max-width:var(--fy-wrap);margin:0 auto;padding:0 24px;width:100%}
.fy-story--rev .fy-story__media{order:2}
.fy-story__media{position:relative}
.fy-story__media img{width:100%;height:clamp(340px,56vh,560px);object-fit:cover;border-radius:var(--fy-radius-lg);box-shadow:var(--fy-shadow)}
.fy-story__badge{position:absolute;top:18px;left:18px;background:#fff;color:var(--fy-ink);font-family:var(--fy-disp);
  font-weight:700;font-size:.78rem;padding:.45rem .9rem;border-radius:999px;box-shadow:var(--fy-shadow-sm);display:flex;align-items:center;gap:.4rem}
.fy-story__badge svg{width:15px;height:15px;stroke:var(--fy-teal)}
.fy-story__num{font-family:var(--fy-disp);font-weight:800;font-size:5rem;line-height:.8;color:var(--fy-mist);margin-bottom:.6rem;letter-spacing:-.04em}
.fy-story h2{margin-bottom:.6rem}
.fy-story__lead{font-size:1.12rem;color:var(--fy-slate);max-width:30rem}
.fy-story__feats{list-style:none;padding:0;margin:1.2rem 0 1.8rem;display:flex;flex-direction:column;gap:.7rem}
.fy-story__feats li{display:flex;gap:.7rem;align-items:flex-start;font-weight:500}
.fy-story__feats svg{width:21px;height:21px;stroke:var(--fy-teal);flex:0 0 auto;margin-top:1px}
.fy-story__buy{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}
.fy-story__price{font-family:var(--fy-disp);font-weight:800;font-size:1.6rem}
.fy-story__price s{color:var(--fy-slate-2);font-weight:500;font-size:1.05rem;margin-left:.45rem}
.fy-story--dark{background:var(--fy-ink);color:#fff}
.fy-story--dark .fy-story__lead{color:#cdddde}
.fy-story--dark .fy-story__num{color:rgba(255,255,255,.1)}
.fy-story--dark .fy-story__feats svg{stroke:var(--fy-bright)}
.fy-story--mist{background:var(--fy-paper)}
.fy-story__rating{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--fy-slate-2);margin-bottom:1rem}
.fy-stars{display:inline-flex;color:var(--fy-amber)}
.fy-stars svg{width:16px;height:16px;fill:currentColor;stroke:none}

/* ===================== BENEFITS BAND ===================== */
.fy-band{padding:5rem 0}
.fy-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.fy-benefit{text-align:center;padding:1.4rem 1rem}
.fy-benefit__ic{width:58px;height:58px;border-radius:16px;background:var(--fy-mist);display:grid;place-items:center;margin:0 auto 1rem}
.fy-benefit__ic svg{width:28px;height:28px;stroke:var(--fy-teal)}
.fy-benefit h3{font-size:1.1rem;margin-bottom:.3rem}
.fy-benefit p{font-size:.9rem;color:var(--fy-slate-2);margin:0}

/* ===================== PRODUCT RAIL (horizontal) ===================== */
.fy-rail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem;flex-wrap:wrap}
.fy-rail{display:flex;gap:1.2rem;overflow-x:auto;padding:.4rem .2rem 1.4rem;scroll-snap-type:x mandatory;
  scrollbar-width:thin}
.fy-rail::-webkit-scrollbar{height:8px}
.fy-rail::-webkit-scrollbar-thumb{background:var(--fy-line);border-radius:8px}
.fy-rail .fy-card{flex:0 0 270px;scroll-snap-align:start}

/* ===================== PRODUCT CARD ===================== */
.fy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.fy-card{background:#fff;border:1px solid var(--fy-line);border-radius:var(--fy-radius);overflow:hidden;
  display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;position:relative}
.fy-card:hover{transform:translateY(-4px);box-shadow:var(--fy-shadow)}
.fy-card__media{position:relative;display:block;background:var(--fy-mist);aspect-ratio:1/1;overflow:hidden}
.fy-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.fy-card:hover .fy-card__media img{transform:scale(1.05)}
.fy-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}
.fy-tag{font-family:var(--fy-disp);font-weight:700;font-size:.68rem;padding:.3rem .6rem;border-radius:999px;
  letter-spacing:.02em;display:inline-flex;align-items:center;gap:.25rem;backdrop-filter:blur(4px)}
.fy-tag--best{background:var(--fy-ink);color:#fff}
.fy-tag--new{background:var(--fy-bright);color:var(--fy-ink)}
.fy-tag--promo{background:var(--fy-amber);color:#3a2400}
.fy-tag--edit{background:#fff;color:var(--fy-teal);border:1px solid var(--fy-teal)}
.fy-card__quick{position:absolute;right:12px;bottom:12px;width:44px;height:44px;border-radius:50%;background:#fff;
  display:grid;place-items:center;box-shadow:var(--fy-shadow-sm);opacity:0;transform:translateY(8px);transition:.2s;z-index:2}
.fy-card:hover .fy-card__quick{opacity:1;transform:translateY(0)}
.fy-card__quick svg{width:22px;height:22px;stroke:var(--fy-teal)}
.fy-card__body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.35rem;flex:1}
.fy-card__cat{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:var(--fy-slate-2);font-weight:600}
.fy-card__name{font-family:var(--fy-disp);font-weight:700;font-size:1.05rem;line-height:1.2}
.fy-card__rate{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--fy-slate-2)}
.fy-card__price{margin-top:auto;display:flex;align-items:baseline;gap:.5rem;padding-top:.4rem}
.fy-card__price b{font-family:var(--fy-disp);font-size:1.2rem}
.fy-card__price s{color:var(--fy-slate-2);font-size:.9rem}
.fy-card__save{color:var(--fy-amber);font-weight:700;font-size:.78rem}

/* ===================== SOCIAL PROOF ===================== */
.fy-proof{background:var(--fy-ink);color:#fff;padding:5rem 0}
.fy-proof__top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:center;margin-bottom:2.6rem}
.fy-proof__stat b{font-family:var(--fy-disp);font-size:2.6rem;display:block;color:var(--fy-bright);line-height:1}
.fy-proof__stat span{font-size:.85rem;color:#b9cccd}
.fy-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.fy-review{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--fy-radius);padding:1.5rem}
.fy-review p{font-size:.98rem;color:#e6f1f1}
.fy-review__by{font-weight:700;font-family:var(--fy-disp);font-size:.92rem;margin-top:.6rem}
.fy-review__by small{display:block;color:#9fb4b5;font-weight:400;font-family:var(--fy-body);font-size:.76rem;margin-top:2px}

/* ===================== CTA BAND ===================== */
.fy-cta{position:relative;color:#fff;text-align:center;padding:7rem 0;overflow:hidden}
.fy-cta__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.fy-cta__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(6,42,44,.78),rgba(6,42,44,.86))}
.fy-cta__inner{position:relative;z-index:2;max-width:680px;margin:0 auto;padding:0 24px}
.fy-cta h2{color:#fff}
.fy-cta p{color:#d6e8e7;font-size:1.12rem;margin-bottom:2rem}

/* ===================== NEWSLETTER ===================== */
.fy-news{background:var(--fy-mist);padding:4.5rem 0}
.fy-news__box{max-width:620px;margin:0 auto;text-align:center}
.fy-news form{display:flex;gap:.6rem;margin-top:1.4rem;flex-wrap:wrap}
.fy-news input{flex:1;min-width:200px;padding:1rem 1.2rem;border-radius:999px;border:1px solid var(--fy-line);font-size:1rem;font-family:inherit}
.fy-news input:focus{outline:2px solid var(--fy-teal);border-color:transparent}
.fy-news small{display:block;margin-top:.8rem;color:var(--fy-slate-2);font-size:.78rem}

/* ===================== FOOTER — ÉDITORIAL / MANIFESTE ===================== */
.fy-footer--editorial{background:var(--fy-paper);color:var(--fy-slate);border-top:1px solid var(--fy-line);
  padding:4.6rem 0 2rem;font-size:.92rem}
.fy-fed-manifesto{max-width:780px;padding-bottom:2.6rem;margin-bottom:2.6rem;border-bottom:1px solid var(--fy-line)}
.fy-fed-manifesto .fy-eyebrow{display:block;margin-bottom:1rem}
.fy-fed-text{font-family:var(--fy-disp);font-weight:500;font-size:clamp(1.2rem,2.2vw,1.7rem);line-height:1.4;
  color:var(--fy-ink);letter-spacing:-.012em;margin:0 0 1.5rem}
.fy-fed-sign{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}
.fy-fed-mark{font-family:var(--fy-disp);font-weight:800;font-size:1.5rem;color:var(--fy-ink);letter-spacing:-.02em}
.fy-fed-mark span{color:var(--fy-teal)}
.fy-fed-signature{font-family:var(--fy-body);font-style:italic;font-size:1rem;color:var(--fy-slate-2)}
.fy-fed-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.7fr;gap:2rem;padding-bottom:2.4rem;border-bottom:1px solid var(--fy-line)}
.fy-fed-col h4{font-family:var(--fy-disp);color:var(--fy-ink);font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;margin:0 0 1rem}
.fy-fed-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}
.fy-fed-col a{font-size:.9rem;color:var(--fy-slate-2);transition:color .15s}
.fy-fed-col a:hover{color:var(--fy-teal)}
.fy-fed-mini{font-size:.85rem;color:var(--fy-slate-2);margin:0 0 .8rem;max-width:26rem}
.fy-fed-news{display:flex;gap:.5rem;align-items:stretch;max-width:340px}
.fy-fed-news input{flex:1;min-width:0;padding:.7rem 1rem;border:1px solid var(--fy-line);border-radius:999px;font-family:inherit;font-size:.9rem;background:#fff}
.fy-fed-news input:focus{outline:2px solid var(--fy-teal);border-color:transparent}
.fy-fed-newsbtn{flex:0 0 auto;width:44px;height:44px;background:var(--fy-teal);color:#fff;border-radius:50%}
.fy-fed-newsbtn:hover{background:var(--fy-teal-deep)}
.fy-fed-newsbtn svg{width:20px;height:20px}
.fy-fed-social{display:flex;gap:.5rem;margin-top:1rem}
.fy-fed-social a{width:36px;height:36px;border-radius:50%;border:1px solid var(--fy-line);display:grid;place-items:center;color:var(--fy-slate);transition:.15s}
.fy-fed-social a:hover{background:var(--fy-ink);color:#fff;border-color:var(--fy-ink)}
.fy-fed-social svg{width:18px;height:18px}
.fy-fed-pay{display:flex;justify-content:space-between;align-items:center;gap:1.4rem;flex-wrap:wrap;padding:1.7rem 0}
.fy-fed-reass{font-size:.82rem;color:var(--fy-slate-2)}
.fy-fed-paywrap{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}
.fy-fed-secure{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--fy-slate);font-weight:600}
.fy-fed-secure svg{width:16px;height:16px;stroke:var(--fy-teal)}
.fy-fed-marks{display:flex;gap:.4rem;flex-wrap:wrap}
.fy-fed-marks svg{height:24px;width:auto;border-radius:4px;border:1px solid var(--fy-line)}
.fy-fed-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.76rem;color:var(--fy-slate-2);padding-top:1.4rem;border-top:1px solid var(--fy-line)}

/* ===================== PILLARS (manifeste éditorial — home) ===================== */
.fy-pillars__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}
.fy-pillars__head{position:sticky;top:92px}
.fy-pillars__head .fy-eyebrow{display:block;margin-bottom:.6rem}
.fy-pillars__head p{margin:1rem 0 0;font-size:1rem;max-width:24rem}
.fy-pillars__list{display:flex;flex-direction:column}
.fy-pillar{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:1.2rem;padding:1.5rem 0;border-top:1px solid var(--fy-line)}
.fy-pillar:last-child{border-bottom:1px solid var(--fy-line)}
.fy-pillar__num{font-family:var(--fy-disp);font-weight:800;font-size:1.05rem;color:var(--fy-teal);letter-spacing:.02em}
.fy-pillar__ic{width:52px;height:52px;border-radius:14px;background:var(--fy-mist);display:grid;place-items:center}
.fy-pillar__ic svg{width:24px;height:24px;stroke:var(--fy-teal)}
.fy-pillar__txt h3{font-size:1.15rem;margin:0 0 .2rem}
.fy-pillar__txt p{font-size:.92rem;color:var(--fy-slate-2);margin:0}

/* ===================== COMPARATIF / MATRICE ===================== */
.fy-compare{position:relative;color:#fff;padding:6rem 0;overflow:hidden}
.fy-compare__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.fy-compare__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(6,42,44,.86),rgba(6,42,44,.92))}
.fy-compare__inner{position:relative;z-index:2}
.fy-compare__head{text-align:center;max-width:620px;margin:0 auto 2.6rem}
.fy-compare__head h2{color:#fff}
.fy-compare__head p{color:#d6e8e7;margin:0}
.fy-matrix{max-width:760px;margin:0 auto;background:#fff;color:var(--fy-ink);border-radius:var(--fy-radius-lg);overflow:hidden;box-shadow:var(--fy-shadow)}
.fy-mx{width:100%;border-collapse:collapse}
.fy-mx th,.fy-mx td{padding:1rem .8rem;text-align:center;border-bottom:1px solid var(--fy-line)}
.fy-mx thead th{font-family:var(--fy-disp);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fy-slate-2);font-weight:700}
.fy-mx-lbl{text-align:left;font-weight:600;font-size:.92rem;color:var(--fy-slate)}
.fy-mx tbody tr:last-child td{border-bottom:none}
.fy-mx-hl{background:var(--fy-mist)}
.fy-mx thead .fy-mx-hl{color:var(--fy-teal-deep);font-size:.95rem}
.fy-mx-ic{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%}
.fy-mx-ic svg{width:16px;height:16px}
.fy-mx-yes{background:rgba(10,166,171,.14)}
.fy-mx-yes svg{stroke:var(--fy-teal-deep)}
.fy-mx-no svg{stroke:#c3ccd2}
.fy-mx-mid svg{stroke:var(--fy-amber)}

/* ===================== petites icônes (toast / panier / avis / OK) ===================== */
.fy-news-done{margin:0;font-weight:700;color:var(--fy-teal-deep);display:inline-flex;align-items:center;gap:.5rem}
.fy-news-done svg{width:20px;height:20px;stroke:var(--fy-teal)}
.fy-toast svg{width:18px;height:18px;vertical-align:-3px;margin-right:.35rem;stroke:#19e3c6}
.fy-ship-bar svg{width:15px;height:15px;vertical-align:-2px;margin-right:.25rem;stroke:var(--fy-teal)}
.fy-citem__rm svg{width:15px;height:15px;stroke:var(--fy-slate-2)}
.fy-rev-bar__lvl{display:inline-flex;align-items:center;gap:2px}
.fy-revstar svg{width:11px;height:11px;fill:var(--fy-amber);stroke:none;vertical-align:-1px}
#ct-ok{align-items:center;gap:.5rem}
.fy-okic{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(10,166,171,.14);flex:0 0 auto}
.fy-okic svg{width:14px;height:14px;stroke:var(--fy-teal-deep)}

/* ===================== CART DRAWER ===================== */
.fy-overlay{position:fixed;inset:0;background:rgba(15,33,40,.5);opacity:0;visibility:hidden;transition:.25s;z-index:1100;backdrop-filter:blur(2px)}
.fy-overlay.is-open{opacity:1;visibility:visible}
.fy-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,92vw);background:#fff;z-index:1101;
  transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}
.fy-drawer.is-open{transform:translateX(0)}
.fy-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 1.4rem;border-bottom:1px solid var(--fy-line)}
.fy-drawer__head h3{margin:0}
.fy-ship-bar{padding:1rem 1.4rem;background:var(--fy-mist);font-size:.84rem}
.fy-ship-bar__track{height:7px;border-radius:7px;background:#d6e7e6;margin-top:.5rem;overflow:hidden}
.fy-ship-bar__fill{height:100%;background:linear-gradient(90deg,var(--fy-teal),var(--fy-bright));width:0;transition:width .4s}
.fy-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.4rem}
.fy-citem{display:flex;gap:.9rem;padding:.9rem 0;border-bottom:1px solid var(--fy-line)}
.fy-citem img{width:66px;height:66px;border-radius:12px;object-fit:cover;background:var(--fy-mist)}
.fy-citem__name{font-weight:700;font-family:var(--fy-disp);font-size:.95rem}
.fy-citem__meta{font-size:.8rem;color:var(--fy-slate-2)}
.fy-qty{display:inline-flex;align-items:center;border:1px solid var(--fy-line);border-radius:999px;margin-top:.4rem}
.fy-qty button{width:28px;height:28px;display:grid;place-items:center;color:var(--fy-slate)}
.fy-qty button svg{width:14px;height:14px;stroke:var(--fy-slate)}
.fy-qty span{min-width:26px;text-align:center;font-weight:700;font-size:.85rem}
.fy-citem__rm{margin-left:auto;color:var(--fy-slate-2);font-size:.74rem;align-self:flex-start;text-decoration:underline}
.fy-citem__price{font-weight:700;font-family:var(--fy-disp);margin-left:auto}
.fy-drawer__foot{padding:1.3rem 1.4rem;border-top:1px solid var(--fy-line)}
.fy-drawer__total{display:flex;justify-content:space-between;font-family:var(--fy-disp);font-weight:800;font-size:1.25rem;margin-bottom:.4rem}
.fy-drawer__reassure{display:flex;gap:1rem;justify-content:center;margin-top:.9rem;font-size:.72rem;color:var(--fy-slate-2);flex-wrap:wrap}
.fy-drawer__reassure span{display:flex;align-items:center;gap:.3rem}
.fy-drawer__reassure svg{width:15px;height:15px;stroke:var(--fy-teal)}
.fy-empty{text-align:center;color:var(--fy-slate-2);padding:3rem 1rem}

/* ===================== PDP ===================== */
.fy-pdp{padding:2.5rem 0 4rem}
.fy-breadcrumb{font-size:.82rem;color:var(--fy-slate-2);margin-bottom:1.4rem}
.fy-breadcrumb a:hover{color:var(--fy-teal)}
.fy-pdp__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:start}
.fy-gallery__main{border-radius:var(--fy-radius-lg);overflow:hidden;background:var(--fy-mist);aspect-ratio:1/1}
.fy-gallery__main img{width:100%;height:100%;object-fit:cover}
.fy-gallery__thumbs{display:flex;gap:.7rem;margin-top:.8rem}
.fy-gallery__thumbs button{width:78px;height:78px;border-radius:14px;overflow:hidden;border:2px solid transparent;background:var(--fy-mist)}
.fy-gallery__thumbs button.is-active{border-color:var(--fy-teal)}
.fy-gallery__thumbs img{width:100%;height:100%;object-fit:cover}
.fy-pdp__info{position:sticky;top:90px}
.fy-pdp__cat{font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:var(--fy-teal);font-weight:700}
.fy-pdp__info h1{font-size:clamp(1.9rem,3.4vw,2.7rem);margin:.4rem 0}
.fy-pdp__rate{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--fy-slate-2);margin-bottom:1rem}
.fy-pdp__price{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.2rem}
.fy-pdp__price b{font-family:var(--fy-disp);font-size:2rem}
.fy-pdp__price s{color:var(--fy-slate-2)}
.fy-pdp__price .fy-card__save{font-size:.95rem}
.fy-pdp__short{font-size:1.08rem;color:var(--fy-slate);margin-bottom:1.4rem}
.fy-pdp__feats{list-style:none;padding:0;margin:0 0 1.6rem;display:flex;flex-direction:column;gap:.6rem}
.fy-pdp__feats li{display:flex;gap:.6rem;align-items:flex-start;font-weight:500}
.fy-pdp__feats svg{width:20px;height:20px;stroke:var(--fy-teal);flex:0 0 auto;margin-top:2px}
.fy-opt{margin-bottom:1.2rem}
.fy-opt__label{font-weight:700;font-family:var(--fy-disp);font-size:.9rem;margin-bottom:.5rem;display:block}
.fy-swatches{display:flex;gap:.5rem;flex-wrap:wrap}
.fy-swatch{padding:.5rem 1rem;border:1.5px solid var(--fy-line);border-radius:999px;font-size:.86rem;font-weight:600;transition:.15s}
.fy-swatch.is-active{border-color:var(--fy-teal);background:var(--fy-mist);color:var(--fy-teal-deep)}
.fy-buybar{display:flex;gap:.8rem;align-items:stretch;margin-bottom:1rem}
.fy-buybar .fy-qty{border-radius:999px;align-items:center}
.fy-buybar .fy-qty button{width:42px;height:42px}
.fy-stock{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:var(--fy-teal-deep);margin-bottom:1rem}
.fy-stock.low{color:var(--fy-amber)}
.fy-stock .dot{width:9px;height:9px;border-radius:50%;background:currentColor;animation:fyPulse 1.6s infinite}
@keyframes fyPulse{0%,100%{opacity:1}50%{opacity:.35}}
.fy-pdp__reassure{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1rem;padding-top:1.2rem;border-top:1px solid var(--fy-line)}
.fy-pdp__reassure div{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--fy-slate)}
.fy-pdp__reassure svg{width:20px;height:20px;stroke:var(--fy-teal);flex:0 0 auto}

/* PDP sections */
.fy-section{padding:3rem 0;border-top:1px solid var(--fy-line)}
.fy-longcopy{max-width:760px;font-size:1.05rem;color:var(--fy-slate)}
.fy-specs{width:100%;border-collapse:collapse;max-width:620px}
.fy-specs td{padding:.8rem 0;border-bottom:1px solid var(--fy-line);font-size:.95rem}
.fy-specs td:first-child{color:var(--fy-slate-2);width:40%}
.fy-specs td:last-child{font-weight:600}
.fy-faq__item{border-bottom:1px solid var(--fy-line)}
.fy-faq__q{width:100%;text-align:left;padding:1.1rem 0;font-family:var(--fy-disp);font-weight:700;font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.fy-faq__q svg{width:20px;height:20px;stroke:var(--fy-teal);transition:transform .2s;flex:0 0 auto}
.fy-faq__item.is-open .fy-faq__q svg{transform:rotate(45deg)}
.fy-faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--fy-slate)}
.fy-faq__item.is-open .fy-faq__a{max-height:240px;padding-bottom:1.1rem}

/* review distribution */
.fy-rev-summary{display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}
.fy-rev-big{text-align:center}
.fy-rev-big b{font-family:var(--fy-disp);font-size:3.4rem;display:block;line-height:1}
.fy-rev-bars{display:flex;flex-direction:column;gap:.4rem;min-width:240px}
.fy-rev-bar{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--fy-slate-2)}
.fy-rev-bar__track{flex:1;height:7px;background:var(--fy-mist);border-radius:7px;overflow:hidden}
.fy-rev-bar__fill{height:100%;background:var(--fy-amber)}
.fy-rev-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.fy-rev-card{border:1px solid var(--fy-line);border-radius:var(--fy-radius);padding:1.3rem}
.fy-rev-card .fy-stars{margin-bottom:.5rem}
.fy-rev-card p{font-size:.95rem}
.fy-rev-card__by{font-weight:700;font-family:var(--fy-disp);font-size:.9rem}
.fy-rev-card__by small{color:var(--fy-slate-2);font-weight:400;font-family:var(--fy-body);margin-left:.5rem;font-size:.78rem}
.fy-verified{font-size:.7rem;color:var(--fy-teal);font-weight:700;display:inline-flex;align-items:center;gap:.2rem}

/* ===================== STICKY ATC MOBILE ===================== */
.fy-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:900;background:#fff;border-top:1px solid var(--fy-line);
  padding:.7rem 1rem;display:none;gap:.8rem;align-items:center;box-shadow:0 -8px 24px -16px rgba(0,0,0,.3)}
.fy-sticky-atc__price{font-family:var(--fy-disp);font-weight:800;font-size:1.1rem}
.fy-sticky-atc__price s{font-weight:400;font-size:.85rem;color:var(--fy-slate-2);margin-left:.3rem}
.fy-sticky-atc .fy-btn{margin-left:auto}

/* ===================== SHOP / COLLECTION ===================== */
.fy-pagehead{background:var(--fy-ink);color:#fff;padding:3.4rem 0;position:relative;overflow:hidden}
.fy-pagehead__bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.32}
.fy-pagehead__inner{position:relative;z-index:2}
.fy-pagehead h1{margin:.3rem 0 .3rem}
.fy-pagehead p{color:#cdddde;max-width:36rem;margin:0}
.fy-shopbar{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;padding:1.6rem 0;border-bottom:1px solid var(--fy-line);margin-bottom:2rem}
.fy-chip{padding:.5rem 1rem;border:1.5px solid var(--fy-line);border-radius:999px;font-size:.86rem;font-weight:600;transition:.15s}
.fy-chip:hover{border-color:var(--fy-teal)}
.fy-chip.is-active{background:var(--fy-ink);color:#fff;border-color:var(--fy-ink)}
.fy-shopbar select{margin-left:auto;padding:.55rem 1rem;border-radius:999px;border:1.5px solid var(--fy-line);font-family:inherit;font-weight:600;font-size:.86rem}

/* ===================== GENERIC PAGE ===================== */
.fy-prose{max-width:760px;margin:0 auto;padding:3rem 0}
.fy-prose h2{margin-top:2rem}
.fy-prose h1{margin-bottom:1.5rem}
.fy-contactgrid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0}
.fy-field{margin-bottom:1rem}
.fy-field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:.35rem}
.fy-field input,.fy-field textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--fy-line);border-radius:14px;font-family:inherit;font-size:1rem}
.fy-field input:focus,.fy-field textarea:focus{outline:2px solid var(--fy-teal);border-color:transparent}

/* about feature row */
.fy-about-hero{position:relative;color:#fff;padding:6rem 0;text-align:center;overflow:hidden}
.fy-about-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.fy-about-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(6,42,44,.7),rgba(6,42,44,.82))}
.fy-about-hero__inner{position:relative;z-index:2;max-width:720px;margin:0 auto;padding:0 24px}
.fy-valgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;padding:3rem 0}
.fy-val{padding:1.6rem;border:1px solid var(--fy-line);border-radius:var(--fy-radius)}
.fy-val__ic{width:52px;height:52px;border-radius:14px;background:var(--fy-mist);display:grid;place-items:center;margin-bottom:1rem}
.fy-val__ic svg{width:26px;height:26px;stroke:var(--fy-teal)}

/* ===================== REVEAL ===================== */
.fy-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.fy-reveal.is-in{opacity:1;transform:none}
.reveal-ready .fy-reveal{}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto!important}
  .fy-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .fy-snap{scroll-snap-type:none!important}
}

/* ===================== MOBILE MENU ===================== */
.fy-mobmenu{position:fixed;inset:0;background:var(--fy-ink);color:#fff;z-index:1102;transform:translateX(100%);transition:transform .3s;display:flex;flex-direction:column;padding:1.4rem}
.fy-mobmenu.is-open{transform:translateX(0)}
.fy-mobmenu__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}
.fy-mobmenu a{font-family:var(--fy-disp);font-weight:700;font-size:1.5rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.fy-mobmenu .fy-iconbtn{color:#fff}

/* ===================== RESPONSIVE ===================== */
@media(max-width:960px){
  .fy-benefits{grid-template-columns:repeat(2,1fr)}
  .fy-grid{grid-template-columns:repeat(2,1fr)}
  .fy-reviews{grid-template-columns:1fr}
  .fy-footer__top{grid-template-columns:1fr 1fr}
  .fy-pdp__grid{grid-template-columns:1fr}
  .fy-pdp__info{position:static}
  .fy-rev-list{grid-template-columns:1fr}
  .fy-story__grid{grid-template-columns:1fr;gap:1.8rem}
  .fy-story--rev .fy-story__media{order:0}
  .fy-story__media img{height:46vh}
  .fy-contactgrid{grid-template-columns:1fr;gap:1.5rem}
  .fy-valgrid{grid-template-columns:1fr}
  .fy-nav,.fy-lang{display:none}
  .fy-burger{display:grid}
  .fy-sticky-atc{display:flex}
  .fy-pillars__grid{grid-template-columns:1fr;gap:1.4rem}
  .fy-pillars__head{position:static}
  .fy-fed-grid{grid-template-columns:1fr 1fr;gap:1.6rem 2rem}
  .fy-fed-col--social{grid-column:1 / -1}
  .fy-fed-pay{flex-direction:column;align-items:flex-start;gap:1rem}
}
@media(max-width:560px){
  .fy-benefits{grid-template-columns:1fr 1fr}
  .fy-grid{grid-template-columns:1fr 1fr}
  .fy-footer__top{grid-template-columns:1fr}
  .fy-rev-list{grid-template-columns:1fr}
  h1{font-size:clamp(2.1rem,9vw,3rem)}
  .fy-hero__cta .fy-btn{flex:1;justify-content:center}
  .fy-fed-grid{grid-template-columns:1fr}
  .fy-pillar{grid-template-columns:auto 1fr;gap:.9rem}
  .fy-pillar__num{display:none}
  .fy-mx th,.fy-mx td{padding:.7rem .35rem}
  .fy-mx-lbl{font-size:.8rem}
  .fy-mx thead th{font-size:.66rem}
}
