:root{
  --ink:#0e2442;
  --muted:#60748b;
  --blue:#0b57b7;
  --blue-2:#0997d9;
  --navy:#08214a;
  --soft:#f3f9ff;
  --soft-2:#eaf6ff;
  --line:#dbeaf5;
  --white:#ffffff;
  --green:#2fbf8f;
  --shadow:0 24px 70px rgba(6,48,101,.14);
  --shadow-soft:0 14px 42px rgba(7,55,108,.09);
  --radius:28px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f7fcff 0,#fff 34%,#f8fcff 100%);color:var(--ink);overflow-x:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p{line-height:1.75}.container{width:min(100% - 44px,var(--container));margin-inline:auto}.site-header{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,234,245,.75)}.site-header.is-scrolled{box-shadow:0 12px 30px rgba(6,42,87,.08)}.nav-shell{min-height:82px;display:flex;align-items:center;gap:24px}.brand{width:122px;min-width:122px;height:66px;display:flex;align-items:center;overflow:hidden}.brand img{width:122px!important;max-width:122px!important;max-height:64px!important;height:auto!important;object-fit:contain!important}.main-nav{display:flex;align-items:center;gap:5px;margin-inline:auto}.main-nav a{padding:11px 14px;border-radius:999px;font-size:14px;font-weight:800;color:#365170;transition:.2s ease}.main-nav a:hover,.main-nav a.is-active{background:#eaf6ff;color:var(--blue)}.header-actions{display:flex;align-items:center;gap:12px}.lang-switch{display:flex;align-items:center;gap:3px;background:#f1f8ff;border:1px solid var(--line);border-radius:999px;padding:4px}.lang-switch a{min-width:34px;text-align:center;padding:7px 8px;border-radius:999px;font-size:12px;font-weight:900;color:#49677f}.lang-switch a.is-active{background:var(--blue);color:#fff}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:var(--navy);border-radius:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;min-height:48px;padding:13px 22px;border:1px solid transparent;font-weight:900;letter-spacing:-.01em;transition:.2s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--blue),#0b8ee8);color:#fff;box-shadow:0 16px 30px rgba(11,87,183,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(11,87,183,.28)}.btn-secondary,.btn-ghost{background:#fff;color:var(--blue);border-color:#bddcf2}.btn-secondary:hover,.btn-ghost:hover{border-color:var(--blue);transform:translateY(-2px)}.btn-light{background:#fff;color:var(--blue);box-shadow:0 16px 28px rgba(3,41,87,.15)}.section-label,.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.section-label:before,.eyebrow:before{content:"";width:30px;height:2px;background:linear-gradient(90deg,var(--blue),var(--blue-2));border-radius:5px}.landing-hero{position:relative;padding:68px 0 38px;overflow:hidden}.landing-hero:before{content:"";position:absolute;inset:-180px -180px auto auto;width:620px;height:620px;background:radial-gradient(circle,rgba(12,151,217,.18),transparent 66%);pointer-events:none}.hero-layout{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:54px}.hero-content h1{margin:18px 0 18px;max-width:590px;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,6vw,86px);line-height:.94;letter-spacing:-.06em;color:var(--navy)}.hero-content p{margin:0;max-width:560px;font-size:19px;color:var(--muted)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.product-stage{position:relative;height:540px;min-height:520px}.stage-bg{position:absolute;inset:34px 0 30px;background:linear-gradient(135deg,#eaf8ff 0,#fff 45%,#e8f5ff 100%);border:1px solid var(--line);border-radius:42px;box-shadow:var(--shadow);overflow:hidden}.stage-bg:before{content:"";position:absolute;inset:auto -90px -110px auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(10,151,217,.28),transparent 68%)}.stage-bg:after{content:"";position:absolute;left:-80px;top:85px;width:450px;height:170px;border:2px solid rgba(14,142,232,.16);border-left:0;border-radius:0 999px 999px 0;transform:rotate(-7deg)}.stage-item{position:absolute;filter:drop-shadow(0 24px 34px rgba(3,34,73,.22));z-index:2;object-fit:contain}.water-15l{height:480px;left:39%;bottom:25px;transform:translateX(-50%)}.water-5l{height:390px;left:13%;bottom:46px}.water-50cl{height:350px;left:59%;bottom:45px}.soda-orange{height:320px;right:18%;bottom:42px}.soda-cola{height:310px;right:4%;bottom:43px}.quick-values{padding:0 0 48px}.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-soft);overflow:hidden}.value-strip article{padding:24px 26px;border-inline-end:1px solid var(--line)}.value-strip article:last-child{border-inline-end:0}.value-strip span{display:block;color:var(--navy);font-weight:950;margin-bottom:6px}.value-strip p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.section{padding:84px 0}.section-heading{max-width:780px;margin-bottom:34px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,56px);line-height:1.04;letter-spacing:-.05em;color:var(--navy);margin:13px 0 14px}.section-heading p{color:var(--muted);font-size:18px;margin:0}.range-grid{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:22px}.range-card{position:relative;min-height:360px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-soft);overflow:hidden;display:flex;align-items:flex-start}.range-card div{position:relative;z-index:2;max-width:58%}.range-card span,.pill{display:inline-flex;border-radius:999px;padding:7px 12px;background:#edf8ff;color:var(--blue);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.range-card h3{font-size:27px;line-height:1.16;color:var(--navy);letter-spacing:-.035em;margin:16px 0 18px}.range-card em{font-style:normal;color:var(--blue);font-weight:950}.range-card img{position:absolute;right:20px;bottom:16px;max-height:315px;object-fit:contain}.range-water{grid-row:span 2;min-height:510px;background:linear-gradient(145deg,#fff,#eef9ff)}.range-water img{max-height:430px;right:0}.range-soda{background:linear-gradient(145deg,#fff,#f4fbff)}.range-wellness{background:linear-gradient(145deg,#fff,#f8fff9)}.range-wellness img{max-height:250px;border-radius:22px;opacity:.9}.source-panel{background:linear-gradient(135deg,#edf8ff,#fff)}.source-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.source-image{border-radius:38px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);min-height:480px}.source-image img{width:100%;height:100%;min-height:480px;object-fit:cover}.source-copy{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:38px;padding:40px}.source-copy h2,.feature-copy h2,.form-aside h2,.pro-cta h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.05em;color:var(--navy);margin:16px 0}.source-copy p,.feature-copy p{color:var(--muted);font-size:17px}.mini-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.mini-facts article,.stat-card,.values-mini article{background:#f7fcff;border:1px solid var(--line);border-radius:22px;padding:18px}.mini-facts strong,.stat-card strong{display:block;font-size:32px;color:var(--blue);letter-spacing:-.04em}.mini-facts span,.stat-card span{display:block;color:var(--muted);font-weight:800;font-size:13px;line-height:1.4}.flavour-row{display:flex;gap:16px;overflow:auto;padding:8px 0 16px}.flavour-pill{min-width:150px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;display:grid;place-items:center;gap:12px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.flavour-pill:before{content:"";position:absolute;inset:auto 18px 0;height:5px;background:var(--accent);border-radius:20px 20px 0 0}.flavour-pill img{height:160px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(3,34,73,.18))}.flavour-pill span{font-weight:950;color:var(--navy)}.dual-cta{display:grid;grid-template-columns:1.35fr .65fr;gap:22px}.cta-card{border-radius:34px;padding:32px;border:1px solid var(--line);box-shadow:var(--shadow-soft);overflow:hidden;background:#fff}.career-card{display:grid;grid-template-columns:1fr 320px;align-items:center;background:linear-gradient(135deg,#07316b,#0a69bf);color:#fff}.career-card .section-label,.career-card h2,.career-card p{color:#fff}.career-card .section-label:before{background:#fff}.career-card h2,.contact-card-home h2{font-family:Georgia,Times New Roman,serif;font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:14px 0}.career-card img{width:100%;height:270px;object-fit:cover;border-radius:24px}.contact-card-home strong{display:block;margin:20px 0;color:var(--blue);font-size:20px}.page-hero{padding:72px 0 58px;background:linear-gradient(135deg,#eef8ff,#fff);position:relative;overflow:hidden}.page-hero-grid{display:grid;grid-template-columns:1fr .82fr;align-items:center;gap:40px}.compact-hero{max-width:820px}.page-hero h1,.compact-hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,5vw,72px);line-height:.98;letter-spacing:-.055em;color:var(--navy);margin:14px 0}.page-hero p,.compact-hero p{font-size:18px;color:var(--muted);max-width:720px}.page-hero-image,.feature-media{border-radius:34px;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--line);background:#fff}.page-hero-image img,.feature-media img{width:100%;height:350px;object-fit:cover}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.reverse-layout .feature-media{order:2}.feature-copy{background:#fff;border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft)}.section-soft{background:linear-gradient(135deg,#f3faff,#fff)}.values-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.values-mini span{display:inline-flex;min-width:42px;height:42px;border-radius:14px;background:#eaf6ff;align-items:center;justify-content:center;color:var(--blue);font-weight:950;font-size:13px}.values-mini strong{display:block;margin:12px 0 6px;color:var(--navy)}.values-mini p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.timeline{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.timeline-item{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-soft)}.timeline-item strong{color:var(--blue);font-size:26px}.timeline-item p{font-size:13px;color:var(--muted);line-height:1.55}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-item{border-radius:24px;overflow:hidden;min-height:220px;box-shadow:var(--shadow-soft)}.gallery-item.is-large{grid-column:span 2;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover}.water-lineup,.soda-hero-stack{position:relative;min-height:390px;display:flex;align-items:flex-end;justify-content:center}.water-lineup img,.soda-hero-stack img{height:300px;object-fit:contain;margin-inline:-26px;filter:drop-shadow(0 22px 28px rgba(3,34,73,.2))}.water-lineup .main,.soda-hero-stack .main{height:380px;z-index:2}.moment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.moment-grid article{border:1px solid var(--line);background:#f8fcff;border-radius:22px;padding:20px}.moment-grid strong{display:block;color:var(--navy);font-size:18px}.moment-grid p{margin:6px 0 0;color:var(--muted);font-size:14px}.card-index{display:none}.water-card-grid{display:grid;gap:22px}.water-card{display:grid;grid-template-columns:360px 1fr;gap:24px;align-items:center;padding:24px;border-radius:34px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}.water-card:nth-child(even){grid-template-columns:1fr 360px}.water-card:nth-child(even) .water-card-image{order:2}.water-card-image{min-height:340px;border-radius:28px;background:linear-gradient(135deg,#eef9ff,#fff);display:grid;place-items:center;overflow:hidden}.water-card-image img{max-height:310px;object-fit:contain}.water-card-content h3{font-size:34px;margin:18px 0 10px;color:var(--navy);letter-spacing:-.04em}.water-card-content strong{font-family:Georgia,Times New Roman,serif;font-size:58px;color:var(--blue)}.composition-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:24px;box-shadow:var(--shadow-soft)}.composition-card img{margin:auto;max-height:460px;object-fit:contain}.mineral-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.mineral-grid article{background:#f8fcff;border:1px solid var(--line);border-radius:20px;padding:18px}.mineral-grid strong{display:block;color:var(--blue);font-size:30px}.mineral-grid span{font-weight:900;color:var(--muted)}.flavour-filter{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.flavour-filter button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;color:var(--muted);cursor:pointer}.flavour-filter button.is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.soda-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.soda-card{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-soft);overflow:hidden}.soda-card.is-hidden{display:none}.soda-image{height:280px;display:grid;place-items:center;background:linear-gradient(160deg,#fff,#f4fbff);position:relative}.soda-image:after{content:"";position:absolute;inset:auto 22px 0;height:6px;border-radius:8px 8px 0 0;background:var(--accent)}.soda-image img{max-height:245px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(3,34,73,.18))}.soda-content{padding:24px}.soda-content h3{font-size:26px;color:var(--navy);margin:15px 0}.nutrition-list,.composition-list{display:grid;gap:6px;padding-top:16px;margin-top:16px;border-top:1px solid var(--line);color:var(--muted)}.nutrition-list strong,.composition-list strong{color:var(--navy)}.soda-mini-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.soda-mini-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;text-align:center;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.soda-mini-card:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:5px;background:var(--accent);border-radius:8px 8px 0 0}.soda-mini-card img{height:150px;object-fit:contain;margin:auto}.soda-mini-card h3{margin:10px 0 4px;color:var(--navy)}.soda-mini-card p{margin:0;color:var(--muted);font-size:13px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-soft);overflow:hidden}.article-card img{width:100%;height:220px;object-fit:cover}.article-card div,.article-card h3,.article-card p{padding-inline:22px}.article-card div{padding-block:22px}.article-card h2,.article-card h3{color:var(--navy);margin:12px 0;font-size:24px;line-height:1.18}.article-card p{color:var(--muted);margin:0;padding-bottom:22px}.large-articles .article-card{display:grid;grid-template-columns:250px 1fr}.large-articles .article-card img{height:100%}.pro-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:34px;background:linear-gradient(135deg,#07316b,#0c7ad4);color:#fff}.pro-cta h2,.pro-cta .eyebrow,.pro-cta p{color:#fff}.pro-cta .eyebrow:before{background:#fff}.pro-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-outline-light{border-color:rgba(255,255,255,.6);color:#fff;background:transparent}.form-layout,.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:start}.form-aside,.contact-cards article,.modern-form,.legal-content article{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-soft);padding:30px}.check-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-inline-start:22px;color:var(--muted);font-weight:900}.check-list li:before{content:"";position:absolute;inset-inline-start:0;top:.75em;width:8px;height:8px;background:var(--blue);border-radius:50%}.modern-form{padding:32px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid label{display:grid;gap:8px;color:var(--navy);font-weight:900}.form-grid .full{grid-column:1 / -1}.modern-form input,.modern-form textarea,.modern-form select{width:100%;border:1px solid var(--line);background:#fbfeff;border-radius:16px;padding:13px 14px;color:var(--ink);font:inherit;outline:none}.modern-form textarea{resize:vertical}.modern-form input:focus,.modern-form textarea:focus,.modern-form select:focus{border-color:var(--blue-2);box-shadow:0 0 0 4px rgba(9,151,217,.14)}.modern-form button{margin-top:18px}.alert{border-radius:18px;padding:14px 16px;margin-bottom:18px;font-weight:950}.alert.success{background:#e9fff6;color:#087a54}.alert.error{background:#fff0f2;color:#a0001c}.contact-cards{display:grid;gap:16px}.contact-cards h3{font-size:24px;color:var(--navy);margin:0 0 10px}.contact-cards p{margin:0;color:var(--muted)}.contact-simple article{padding:30px}.legal-content{display:grid;gap:18px;max-width:900px}.legal-content h2{color:var(--navy);margin:0 0 10px}.legal-content p{color:var(--muted);margin:0}.site-footer{background:#061f45;color:#dff3ff;padding:54px 0 24px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr .9fr;gap:30px}.footer-brand img{width:130px;max-height:70px;object-fit:contain;margin-bottom:18px}.site-footer h3{margin:0 0 13px;color:#fff}.site-footer p{margin:0 0 12px;color:#b9d8ef;line-height:1.7}.site-footer a{display:block;color:#dff3ff;margin:8px 0;font-weight:750}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:34px;display:flex;justify-content:space-between;gap:18px;color:#abcce3;font-size:14px}.footer-socials{display:flex;gap:10px}.footer-socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;margin:0}.center-action{text-align:center;margin-top:26px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .58s ease,transform .58s ease}.reveal.is-visible{opacity:1;transform:none}.lang-ar .main-nav{font-size:14px}.lang-ar .hero-content h1,.lang-ar .page-hero h1,.lang-ar .compact-hero h1{letter-spacing:0;line-height:1.12}.lang-ar .section-heading h2,.lang-ar .source-copy h2,.lang-ar .feature-copy h2{letter-spacing:0;line-height:1.16}.lang-ar .range-card img{right:auto;left:20px}.lang-ar .range-card div{margin-inline-start:auto}
@media (max-width:1080px){.hero-layout,.source-layout,.page-hero-grid,.split-feature,.form-layout,.contact-layout{grid-template-columns:1fr}.product-stage{height:500px}.range-grid{grid-template-columns:1fr}.range-water{min-height:390px}.range-card{min-height:310px}.timeline{grid-template-columns:repeat(3,1fr)}.soda-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.soda-mini-grid{grid-template-columns:repeat(3,1fr)}.dual-cta{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.main-nav a{padding:10px 11px;font-size:13px}}
@media (max-width:900px){.nav-shell{min-height:76px}.menu-toggle{display:flex;margin-inline-start:auto}.main-nav{position:fixed;top:88px;left:22px;right:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:16px;display:none;flex-direction:column;align-items:stretch;margin:0}.main-nav.is-open{display:flex}.main-nav a{font-size:16px}.header-actions{margin-inline-start:0}.landing-hero{padding-top:44px}.hero-content h1{font-size:54px}.value-strip{grid-template-columns:repeat(2,1fr)}.value-strip article:nth-child(2){border-inline-end:0}.value-strip article{border-bottom:1px solid var(--line)}.value-strip article:nth-child(n+3){border-bottom:0}.career-card{grid-template-columns:1fr}.career-card img{height:230px}.water-card,.water-card:nth-child(even){grid-template-columns:1fr}.water-card:nth-child(even) .water-card-image{order:0}.large-articles .article-card{grid-template-columns:1fr}.large-articles .article-card img{height:230px}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.container{width:min(100% - 28px,var(--container))}.brand{width:96px;min-width:96px;height:56px}.brand img{width:96px!important;max-width:96px!important;max-height:54px!important}.lang-switch a{min-width:30px;padding:6px}.hero-content h1,.page-hero h1,.compact-hero h1{font-size:42px}.hero-content p,.page-hero p,.compact-hero p{font-size:16px}.hero-actions,.pro-actions{flex-direction:column}.btn{width:100%}.product-stage{height:380px;min-height:380px}.stage-bg{inset:20px 0}.water-15l{height:330px;left:42%;bottom:26px}.water-5l{height:255px;left:2%;bottom:42px}.water-50cl{height:240px;left:60%;bottom:42px}.soda-orange{height:205px;right:12%;bottom:36px}.soda-cola{height:200px;right:-8%;bottom:36px}.value-strip,.mini-facts,.values-mini,.moment-grid,.mineral-grid,.form-grid,.soda-grid,.article-grid,.article-row,.soda-mini-grid,.footer-grid{grid-template-columns:1fr}.value-strip article{border-inline-end:0!important;border-bottom:1px solid var(--line)!important}.value-strip article:last-child{border-bottom:0!important}.section{padding:62px 0}.range-card,.range-water{min-height:auto;display:grid;grid-template-columns:1fr;padding:24px}.range-card div{max-width:100%}.range-card img{position:relative;right:auto;bottom:auto;margin:22px auto 0;max-height:260px}.range-water img{max-height:300px}.source-copy,.feature-copy,.modern-form,.form-aside,.contact-cards article{padding:24px}.timeline{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.gallery-item.is-large{grid-column:auto;grid-row:auto}.water-lineup img,.soda-hero-stack img{height:230px;margin-inline:-54px}.water-lineup .main,.soda-hero-stack .main{height:300px}.water-card-image{min-height:260px}.water-card-image img{max-height:240px}.footer-bottom{flex-direction:column}.main-nav{top:82px}.flavour-pill{min-width:138px}.flavour-pill img{height:135px}}

/* ================================
   OVITALE V8 - corrections UI demandées
   Interface plus moderne, visuels non masqués.
   ================================ */
:root{--v8-radius:34px;--v8-shadow:0 24px 70px rgba(6,42,87,.12);--v8-line:rgba(170,213,239,.62)}
.concept-v8 .landing-hero{padding:76px 0 52px;background:linear-gradient(180deg,#f8fdff 0%,#eef8ff 52%,#fff 100%)}
.concept-v8 .landing-hero:before{width:760px;height:760px;inset:-260px -260px auto auto;background:radial-gradient(circle,rgba(10,142,232,.14),transparent 68%)}
.concept-v8 .hero-layout{grid-template-columns:minmax(360px,.86fr) minmax(560px,1.14fr);gap:56px;align-items:center}
.concept-v8 .hero-content{position:relative;z-index:5}
.concept-v8 .hero-content h1{max-width:660px;font-size:clamp(54px,6.2vw,92px);letter-spacing:-.065em;margin-top:14px}
.concept-v8 .hero-content p{font-size:18px;max-width:620px;color:#415c77}
.concept-v8 .product-stage{height:590px;min-height:590px;overflow:visible;isolation:isolate}
.concept-v8 .stage-bg{inset:38px 0 28px 76px;border-radius:44px;background:linear-gradient(145deg,#ffffff 0%,#eef9ff 48%,#ffffff 100%);border:1px solid var(--v8-line);box-shadow:var(--v8-shadow)}
.concept-v8 .stage-bg:before{inset:auto -130px -145px auto;width:480px;height:480px;background:radial-gradient(circle,rgba(12,151,217,.15),transparent 70%)}
.concept-v8 .stage-bg:after{content:none!important}
.concept-v8 .stage-item{z-index:3;filter:drop-shadow(0 24px 32px rgba(3,34,73,.18));max-width:none;object-fit:contain}
.concept-v8 .water-5l{height:470px;left:5%;bottom:28px;z-index:2}
.concept-v8 .water-15l{height:540px;left:43%;bottom:18px;transform:translateX(-50%);z-index:4}
.concept-v8 .water-50cl{height:405px;left:64%;bottom:36px;z-index:5}
.concept-v8 .soda-orange{height:338px;right:15%;bottom:42px;z-index:6}
.concept-v8 .soda-cola{height:326px;right:1%;bottom:43px;z-index:6}
.value-strip{border-radius:32px;box-shadow:0 18px 50px rgba(6,42,87,.09)}
.value-strip article{padding:26px 28px;background:linear-gradient(180deg,#fff,#fbfeff)}
.products-overview{padding-top:70px}
.range-grid{grid-template-columns:1.15fr .95fr .95fr;align-items:stretch}
.range-card{border-radius:34px;border-color:var(--v8-line);box-shadow:0 20px 60px rgba(6,42,87,.10);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.range-card:hover{transform:translateY(-5px);box-shadow:0 30px 80px rgba(6,42,87,.15);border-color:rgba(12,151,217,.45)}
.range-card div{max-width:56%}
.range-card h3{font-size:clamp(24px,2.1vw,34px)}
.range-water{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:14px;min-height:520px;padding:34px;background:linear-gradient(145deg,#fff 0%,#f0faff 100%)}
.range-water div{max-width:100%;align-self:start}
.range-water img{position:relative;right:auto;bottom:auto;justify-self:center;align-self:end;max-height:430px;width:auto;margin:0;z-index:1}
.range-soda,.range-wellness{display:grid;grid-template-columns:1fr 185px;gap:12px;align-items:center;padding:28px;min-height:248px}
.range-soda div,.range-wellness div{max-width:100%;z-index:2}.range-soda img,.range-wellness img{position:relative;right:auto;bottom:auto;justify-self:center;max-height:225px;width:auto;z-index:1}
.range-wellness img{border-radius:22px;object-fit:contain;background:#fff}
.source-panel{background:linear-gradient(135deg,#f2fbff 0,#fff 58%,#eef8ff 100%)}
.source-image,.feature-media,.page-hero-image{border-radius:36px;box-shadow:0 22px 60px rgba(6,42,87,.11)}
.source-image img,.feature-media img,.page-hero-image img{filter:saturate(1.03) contrast(1.02)}
.flavour-pill{border-radius:26px;box-shadow:0 18px 48px rgba(6,42,87,.09);background:linear-gradient(180deg,#fff,#f8fdff)}
.flavour-pill img{filter:drop-shadow(0 16px 22px rgba(3,34,73,.16));transform:translateY(2px)}
.career-card{background:linear-gradient(135deg,#06295f 0%,#0a66be 100%)}
.contact-card-home{background:linear-gradient(145deg,#fff,#f5fbff)}
.page-hero{background:linear-gradient(135deg,#f6fcff 0,#eef8ff 48%,#fff 100%)}
.values-mini article{position:relative;padding:24px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fdff)}
.values-mini article:before{content:"";display:block;width:38px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--blue-2));margin-bottom:16px}
.values-mini article strong{display:block;color:var(--navy);font-size:21px;margin-bottom:8px}.values-mini article p{margin:0;color:var(--muted)}
.timeline{gap:18px}.timeline-item{border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(6,42,87,.08)}
.media-badge{background:#fff;color:var(--blue);box-shadow:0 15px 35px rgba(6,42,87,.15)}
.water-lineup,.soda-hero-stack{background:linear-gradient(145deg,#ffffff 0%,#eef9ff 100%);border:1px solid var(--v8-line);border-radius:40px;box-shadow:var(--v8-shadow);overflow:visible}
.water-lineup img,.soda-hero-stack img{filter:drop-shadow(0 22px 28px rgba(3,34,73,.17));z-index:2}.water-lineup:before,.soda-hero-stack:before,.water-lineup:after,.soda-hero-stack:after{content:none!important}
.water-card{border-radius:32px;box-shadow:0 20px 54px rgba(6,42,87,.09)}
.water-card-image{background:linear-gradient(160deg,#fff,#f4fbff);overflow:visible}.water-card-image:after{content:none!important}.water-card-image img{filter:drop-shadow(0 18px 24px rgba(3,34,73,.15));position:relative;z-index:2}
.soda-hero{background:linear-gradient(135deg,#f7fcff,#fff)}.soda-hero-stack{padding:32px 20px}.soda-hero-stack img{margin-inline:-14px}.soda-hero-stack .main{transform:scale(1.04)}
.soda-image{background:linear-gradient(160deg,#fff,#f6fbff);overflow:visible}.soda-image:before,.soda-image:after{content:none!important}.soda-image img{filter:drop-shadow(0 16px 22px rgba(3,34,73,.16));z-index:2;position:relative}
.soda-card{border-radius:32px;box-shadow:0 20px 54px rgba(6,42,87,.09)}
.contact-layout{grid-template-columns:.68fr 1.32fr}.contact-cards article,.modern-form{border-radius:32px;box-shadow:0 20px 54px rgba(6,42,87,.09)}
.contact-cards h3{font-size:26px}.modern-form input,.modern-form textarea,.modern-form select{background:#fff;border-radius:18px}.modern-form button{min-width:180px}
.site-footer{background:linear-gradient(135deg,#041d41,#062b5f)}
@media (max-width:1080px){.concept-v8 .hero-layout{grid-template-columns:1fr}.concept-v8 .product-stage{height:520px}.concept-v8 .stage-bg{inset:18px}.range-grid{grid-template-columns:1fr}.range-water,.range-soda,.range-wellness{grid-template-columns:1fr 240px}.contact-layout{grid-template-columns:1fr}}
@media (max-width:640px){.concept-v8 .product-stage{height:430px;min-height:430px}.concept-v8 .water-5l{height:310px;left:0}.concept-v8 .water-15l{height:365px;left:41%}.concept-v8 .water-50cl{height:275px;left:61%}.concept-v8 .soda-orange{height:220px;right:13%}.concept-v8 .soda-cola{height:214px;right:-5%}.range-water,.range-soda,.range-wellness{grid-template-columns:1fr}.range-card div{max-width:100%}.range-card img{justify-self:center;max-height:280px}.contact-layout{grid-template-columns:1fr}}
.product-promo{display:inline-flex;margin-top:8px;padding:7px 12px;border-radius:999px;background:#eaf6ff;color:#0b57b7;font-size:13px;font-weight:950;letter-spacing:.01em}.water-card-content strong{display:block;margin-top:12px}


/* ================================
   OVITALE V9 - timeline bleue style parcours
   ================================ */
.timeline-blue{position:relative;display:grid;gap:22px;max-width:980px;margin:0 auto;padding:12px 0}
.timeline-blue:before{content:"";position:absolute;left:148px;top:18px;bottom:18px;width:3px;background:linear-gradient(180deg,#98d4ff 0%,#2f9dff 45%,#1b65d9 100%);border-radius:999px;box-shadow:0 0 0 10px rgba(102,180,255,.08)}
.timeline-blue .timeline-item{position:relative;display:grid;grid-template-columns:110px 34px minmax(0,1fr);align-items:center;gap:18px;background:transparent;box-shadow:none;border-radius:0;padding:0}
.timeline-blue .timeline-time{justify-self:end;font-size:16px;font-weight:900;color:#2c68b7;letter-spacing:-.02em}
.timeline-blue .timeline-dot{width:18px;height:18px;border-radius:50%;background:#fff;border:4px solid #61b6ff;box-shadow:0 0 0 6px rgba(97,182,255,.16);position:relative;z-index:2;justify-self:center}
.timeline-blue .timeline-card{position:relative;padding:26px 28px;border-radius:22px;background:linear-gradient(135deg,rgba(225,239,255,.95) 0%,rgba(205,227,255,.95) 100%);border:1px solid rgba(136,183,233,.62);box-shadow:0 18px 40px rgba(18,67,130,.12);backdrop-filter:blur(8px)}
.timeline-blue .timeline-card:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%) rotate(45deg);width:22px;height:22px;background:linear-gradient(135deg,rgba(225,239,255,.95) 0%,rgba(205,227,255,.95) 100%);border-left:1px solid rgba(136,183,233,.62);border-bottom:1px solid rgba(136,183,233,.62);border-radius:0 0 0 4px}
.timeline-blue .timeline-card strong{display:block;margin-bottom:8px;color:#0b3c84;font-size:20px;letter-spacing:-.03em}
.timeline-blue .timeline-card p{margin:0;color:#325273;line-height:1.68}
.timeline-blue .timeline-item:nth-child(odd) .timeline-card{background:linear-gradient(135deg,rgba(234,244,255,.98) 0%,rgba(214,232,255,.98) 100%)}
.timeline-blue .timeline-item:nth-child(odd) .timeline-card:before{background:linear-gradient(135deg,rgba(234,244,255,.98) 0%,rgba(214,232,255,.98) 100%)}
@media (max-width:900px){
  .timeline-blue:before{left:94px}
  .timeline-blue .timeline-item{grid-template-columns:66px 28px minmax(0,1fr);gap:14px}
  .timeline-blue .timeline-time{font-size:14px}
  .timeline-blue .timeline-card{padding:22px}
}
@media (max-width:640px){
  .timeline-blue{padding-inline:4px;gap:16px}
  .timeline-blue:before{left:14px;top:12px;bottom:12px}
  .timeline-blue .timeline-item{grid-template-columns:28px minmax(0,1fr);gap:14px;align-items:start}
  .timeline-blue .timeline-time{grid-column:2;justify-self:start;font-size:13px;margin-bottom:-4px;color:#4d79bc}
  .timeline-blue .timeline-dot{grid-row:1 / span 2;align-self:start;margin-top:2px;width:16px;height:16px;border-width:3px}
  .timeline-blue .timeline-card{grid-column:2;padding:20px 18px}
  .timeline-blue .timeline-card:before{left:-10px;top:18px;transform:rotate(45deg)}
  .timeline-blue .timeline-card strong{font-size:18px}
}


/* =========================================================
   OVITALE V10 - refonte correction globale UI/UX
   Objectifs :
   - timeline verticale propre
   - hero homepage uniquement eau
   - typographie maîtrisée
   - cartes produits/bien-être/emplois lisibles
   - bouteilles non masquées
   ========================================================= */

:root{
  --v10-blue:#0b63ce;
  --v10-blue-2:#13a8e8;
  --v10-navy:#062a5f;
  --v10-ink:#17324d;
  --v10-muted:#637b93;
  --v10-bg:#f5fbff;
  --v10-card:#ffffff;
  --v10-line:#cfe8f8;
  --v10-shadow:0 24px 70px rgba(8,54,111,.10);
  --v10-shadow-soft:0 16px 42px rgba(8,54,111,.075);
}

/* Base plus professionnelle */
body{
  background:#fff;
  color:var(--v10-ink);
  font-size:16px;
  letter-spacing:-.01em;
}
.container{width:min(100% - 56px,1180px)}
.site-header{
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 30px rgba(6,42,87,.04);
}
.nav-shell{min-height:76px}
.brand{width:94px!important;min-width:94px!important;height:58px!important}
.brand img{width:86px!important;max-width:86px!important;max-height:54px!important}
.main-nav{gap:8px}
.main-nav a{
  font-size:14px;
  font-weight:850;
  color:#294a6b;
  padding:10px 15px;
}
.main-nav a:hover,.main-nav a.is-active{
  background:#e9f6ff;
  color:var(--v10-blue);
}
.lang-switch{background:#f2f8ff;border-color:#cfe5f7}
.lang-switch a.is-active{background:var(--v10-blue);}

/* Titres : stop aux textes énormes qui cassent l'interface */
.hero-content h1,
.page-hero h1,
.compact-hero h1,
.section-heading h2,
.source-copy h2,
.feature-copy h2,
.form-aside h2,
.pro-cta h2{
  font-family:Inter,Segoe UI,Arial,sans-serif!important;
  color:var(--v10-navy);
  letter-spacing:-.045em!important;
  line-height:1.03!important;
}
.hero-content h1{font-size:clamp(46px,5.2vw,76px)!important;max-width:600px}
.page-hero h1,.compact-hero h1{font-size:clamp(38px,4.2vw,60px)!important;max-width:760px}
.section-heading h2{font-size:clamp(32px,3.4vw,48px)!important}
.source-copy h2,.feature-copy h2,.form-aside h2,.pro-cta h2{font-size:clamp(30px,3.1vw,44px)!important}
.hero-content p,.page-hero p,.compact-hero p,.section-heading p{
  color:var(--v10-muted);
  font-size:17px;
  line-height:1.75;
}

/* Hero homepage : uniquement eau, pas de soda/glaçons dans ce bloc */
.concept-v8 .landing-hero{
  background:linear-gradient(135deg,#f8fdff 0%,#edf8ff 58%,#ffffff 100%);
  padding:78px 0 62px;
}
.concept-v8 .hero-layout{
  grid-template-columns:minmax(390px,.92fr) minmax(520px,1.08fr);
  gap:58px;
}
.concept-v8 .product-stage{
  height:560px;
  min-height:560px;
  overflow:visible;
}
.concept-v8 .stage-bg{
  inset:24px 0 22px 40px;
  border-radius:44px;
  background:
    radial-gradient(circle at 72% 24%,rgba(19,168,232,.16),transparent 35%),
    linear-gradient(145deg,#ffffff 0%,#eef9ff 55%,#ffffff 100%);
  border:1px solid var(--v10-line);
  box-shadow:var(--v10-shadow);
}
.concept-v8 .stage-bg:after{content:none!important}
.concept-v8 .soda-orange,
.concept-v8 .soda-cola{
  display:none!important;
}
.concept-v8 .water-5l{
  height:450px!important;
  left:7%!important;
  bottom:30px!important;
  z-index:2!important;
  opacity:.96;
}
.concept-v8 .water-15l{
  height:530px!important;
  left:48%!important;
  bottom:18px!important;
  z-index:4!important;
}
.concept-v8 .water-50cl{
  height:390px!important;
  left:72%!important;
  bottom:38px!important;
  z-index:5!important;
}
.concept-v8 .stage-item{
  filter:drop-shadow(0 24px 30px rgba(6,42,87,.16));
}

/* Bande valeurs */
.value-strip{
  border-radius:28px;
  box-shadow:var(--v10-shadow-soft);
  border:1px solid var(--v10-line);
}
.value-strip article{
  padding:24px 26px;
}
.value-strip span{
  font-size:16px;
  color:var(--v10-navy);
}

/* Page Accueil : gammes refaites, plus de texte en colonnes minces */
.products-overview{padding-top:74px}
.range-grid{
  display:grid;
  grid-template-columns:1.08fr .96fr .96fr!important;
  gap:22px;
  align-items:stretch;
}
.range-card,
.range-water,
.range-soda,
.range-wellness{
  border:1px solid var(--v10-line)!important;
  border-radius:34px!important;
  background:#fff!important;
  box-shadow:var(--v10-shadow-soft)!important;
  overflow:hidden!important;
}
.range-card{
  min-height:360px!important;
  padding:32px!important;
  display:grid!important;
  grid-template-columns:1fr 210px!important;
  align-items:center!important;
  gap:24px!important;
}
.range-water{
  grid-row:span 2;
  min-height:500px!important;
  grid-template-columns:1fr 260px!important;
  background:linear-gradient(145deg,#ffffff,#f0faff)!important;
}
.range-card div,
.range-soda div,
.range-wellness div,
.range-water div{
  max-width:100%!important;
  width:auto!important;
  align-self:center;
}
.range-card span,.pill{
  background:#eaf6ff;
  color:var(--v10-blue);
  font-size:12px;
}
.range-card h3{
  font-size:clamp(25px,2.4vw,38px)!important;
  line-height:1.13!important;
  letter-spacing:-.04em;
  margin:16px 0!important;
  word-break:normal!important;
}
.range-card img{
  position:relative!important;
  right:auto!important;
  bottom:auto!important;
  justify-self:center!important;
  align-self:end!important;
  width:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  z-index:1!important;
}
.range-water img{max-height:410px!important}
.range-soda img,.range-wellness img{max-height:240px!important}
.product-promo{
  background:#ffca2f!important;
  color:#6f4700!important;
  border:0!important;
  font-size:13px!important;
  padding:8px 13px!important;
  box-shadow:0 10px 24px rgba(255,179,0,.18);
}
.product-promo::first-letter{}

/* À propos : blocs moins lourds */
.page-hero{
  padding:70px 0 54px;
  background:linear-gradient(135deg,#f5fbff,#fff);
}
.page-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(380px,.78fr);
  gap:38px;
}
.page-hero-image,
.feature-media,
.source-image{
  border-radius:30px;
  box-shadow:var(--v10-shadow-soft);
}
.page-hero-image img,.feature-media img{
  height:330px;
}
.feature-copy{
  padding:34px;
  border-radius:30px;
  box-shadow:var(--v10-shadow-soft);
}
.values-mini{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.values-mini article{
  border-radius:22px!important;
  padding:22px!important;
  background:#f8fcff!important;
}
.values-mini article strong{
  font-size:18px!important;
}

/* Timeline verticale propre */
.timeline-blue{display:none!important}
.timeline-pro{
  position:relative;
  max-width:860px;
  margin:10px auto 0;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  padding:8px 0 8px 0;
}
.timeline-pro:before{
  content:"";
  position:absolute;
  top:8px;
  bottom:8px;
  left:148px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#8ed1ff,#1488e8 55%,#075fc0);
  box-shadow:0 0 0 8px rgba(20,136,232,.08);
}
.timeline-step{
  position:relative;
  display:grid!important;
  grid-template-columns:120px 56px minmax(0,1fr)!important;
  gap:0!important;
  align-items:start;
  padding:0 0 28px 0;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
.timeline-step:last-child{padding-bottom:0}
.timeline-marker{
  grid-column:1/3;
  display:grid;
  grid-template-columns:120px 56px;
  align-items:center;
  min-height:88px;
}
.timeline-marker span{
  justify-self:end;
  padding-right:20px;
  color:#1b6ecb;
  font-size:16px;
  font-weight:950;
}
.timeline-marker:after{
  content:"";
  justify-self:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  border:4px solid #61baff;
  box-shadow:0 0 0 7px rgba(97,186,255,.16);
  z-index:2;
}
.timeline-content{
  position:relative;
  grid-column:3;
  padding:24px 28px;
  min-height:88px;
  border-radius:22px;
  background:linear-gradient(135deg,#edf7ff 0%,#ffffff 100%);
  border:1px solid var(--v10-line);
  box-shadow:0 16px 42px rgba(8,54,111,.085);
}
.timeline-content:before{
  content:"";
  position:absolute;
  top:30px;
  left:-10px;
  width:20px;
  height:20px;
  transform:rotate(45deg);
  background:#edf7ff;
  border-left:1px solid var(--v10-line);
  border-bottom:1px solid var(--v10-line);
}
.timeline-content strong{
  display:block;
  margin-bottom:7px;
  color:var(--v10-navy);
  font-size:20px;
  font-weight:950;
}
.timeline-content p{
  margin:0;
  color:#49677f;
  line-height:1.68;
}

/* Bien-être : cards lisibles, image + texte équilibrés */
.article-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}
.article-card{
  display:grid!important;
  grid-template-columns:1fr!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid var(--v10-line)!important;
  box-shadow:var(--v10-shadow-soft)!important;
  min-height:auto!important;
}
.article-card img{
  width:100%!important;
  height:230px!important;
  object-fit:cover!important;
}
.article-card > div,
.article-card .article-content{
  padding:26px!important;
}
.article-card h3{
  font-size:23px!important;
  line-height:1.18!important;
  letter-spacing:-.03em;
  color:var(--v10-navy);
  margin:12px 0!important;
}
.article-card p{
  font-size:15.5px;
  line-height:1.72;
  color:var(--v10-muted);
  margin:0;
}

/* Emplois : formulaire plus sérieux, texte pas géant */
.jobs-page .form-layout{
  grid-template-columns:.82fr 1.18fr!important;
  gap:28px;
}
.jobs-page .form-aside{
  position:sticky;
  top:100px;
  border-radius:32px;
  padding:36px;
  background:linear-gradient(145deg,#ffffff,#f3fbff);
  box-shadow:var(--v10-shadow-soft);
  max-height:calc(100vh - 130px);
  overflow:auto;
}
.jobs-page .form-aside h2{
  font-size:clamp(30px,3.2vw,48px)!important;
  line-height:1.08!important;
}
.modern-form{
  border-radius:32px!important;
  padding:36px!important;
  box-shadow:var(--v10-shadow-soft)!important;
}
.form-grid{
  gap:20px!important;
}
.form-grid label{
  font-size:14px!important;
  color:var(--v10-navy)!important;
}
.modern-form input,.modern-form textarea,.modern-form select{
  min-height:54px;
  border-radius:18px!important;
  border:1px solid #d6eaf7!important;
  background:#fff!important;
  font-size:15px;
}
.modern-form textarea{min-height:150px}

/* Contact */
.contact-cards article,.modern-form{
  border-color:var(--v10-line)!important;
}
.contact-cards h3{font-size:24px!important}
.contact-layout{grid-template-columns:.72fr 1.28fr!important}

/* Footer plus propre */
.site-footer{
  background:linear-gradient(135deg,#041e44,#07336f)!important;
  margin-top:0;
}

/* Responsive correct */
@media (max-width:1080px){
  .container{width:min(100% - 36px,1180px)}
  .concept-v8 .hero-layout,
  .page-hero-grid,
  .split-feature,
  .jobs-page .form-layout,
  .contact-layout{grid-template-columns:1fr!important}
  .jobs-page .form-aside{position:relative;top:auto;max-height:none}
  .range-grid{grid-template-columns:1fr!important}
  .range-water,.range-card{grid-template-columns:1fr 250px!important;min-height:330px!important}
  .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .timeline-pro:before{left:118px}
  .timeline-step{grid-template-columns:90px 56px minmax(0,1fr)!important}
  .timeline-marker{grid-template-columns:90px 56px}
}
@media (max-width:760px){
  .container{width:min(100% - 28px,1180px)}
  .hero-content h1{font-size:42px!important}
  .page-hero h1,.compact-hero h1{font-size:36px!important}
  .concept-v8 .product-stage{height:420px!important;min-height:420px!important}
  .concept-v8 .stage-bg{inset:20px 0!important}
  .concept-v8 .water-5l{height:300px!important;left:2%!important}
  .concept-v8 .water-15l{height:360px!important;left:46%!important}
  .concept-v8 .water-50cl{height:260px!important;left:70%!important}
  .value-strip{grid-template-columns:1fr!important}
  .range-water,.range-card{grid-template-columns:1fr!important;min-height:auto!important}
  .range-card img{max-height:300px!important;margin-top:18px}
  .values-mini,.article-grid,.form-grid{grid-template-columns:1fr!important}
  .timeline-pro{padding-left:0}
  .timeline-pro:before{left:14px}
  .timeline-step{
    grid-template-columns:30px minmax(0,1fr)!important;
    padding-bottom:22px;
  }
  .timeline-marker{
    grid-column:1;
    grid-row:1 / span 2;
    grid-template-columns:30px;
    min-height:unset;
  }
  .timeline-marker span{display:none}
  .timeline-marker:after{
    width:16px;height:16px;border-width:3px;
    margin-top:26px;
  }
  .timeline-content{
    grid-column:2;
    padding:22px 20px;
  }
  .timeline-content:before{top:28px}
  .article-card img{height:210px!important}
}

/* === v11 refinement fixes === */
.home-products-heading p{max-width:760px}
.range-grid-clean{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.range-card-clean{min-height:500px;padding:34px;gap:18px;justify-content:space-between;overflow:hidden}
.range-card-clean div{display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:relative;z-index:2}
.range-card-clean h3{font-size:2.25rem;line-height:1.06;margin:0;max-width:15ch}
.range-card-clean p{margin:0;color:var(--text-soft);font-size:1rem;line-height:1.7;max-width:34ch}
.range-card-clean em{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(12,47,112,.12);font-style:normal;font-weight:800;color:var(--primary)}
.range-card-clean img{position:relative;right:auto;bottom:auto;align-self:flex-end;margin-top:8px;max-height:255px;width:auto;max-width:70%;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(16,52,109,.12))}
.range-water img{max-height:310px;max-width:72%}
.range-soda img{max-height:230px;max-width:42%}
.range-wellness img{max-height:180px;max-width:42%;border-radius:20px}

.about-intro-clean .feature-copy h2,.about-gallery-clean .feature-copy h2{font-size:clamp(2.35rem,4vw,4.5rem);line-height:1.05;max-width:12ch}
.about-intro-clean .feature-copy p,.about-gallery-clean .feature-copy p{max-width:60ch;color:var(--text-soft);font-size:1.05rem;line-height:1.8}
.about-timeline-heading p{max-width:46ch}
.timeline-pro{display:grid;grid-template-columns:1fr;gap:18px;position:relative}
.timeline-step{display:grid;grid-template-columns:140px 1fr;gap:18px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow-soft)}
.timeline-marker{display:flex;align-items:center;justify-content:center;height:100%;min-height:110px;border-radius:22px;background:linear-gradient(180deg,#f1f7ff,#dbe9ff)}
.timeline-marker span{font-size:2rem;font-weight:900;color:var(--primary)}
.timeline-content strong{display:block;font-size:1.1rem;color:var(--primary);margin-bottom:8px}
.timeline-content p{margin:0;color:var(--text-soft);line-height:1.75}
.factory-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.factory-gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:24px;border:1px solid var(--line)}
.values-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}
.values-mini article{padding:18px 20px;border:1px solid var(--line);border-radius:22px;background:#fff}
.values-mini strong{display:block;font-size:2rem;color:var(--primary);line-height:1}
.values-mini span{display:block;margin-top:6px;color:var(--text-soft);font-size:.95rem}

.water-card-grid{align-items:stretch}
.water-card{grid-template-columns:minmax(240px,360px) 1fr;align-items:center;padding:28px;border-radius:30px;gap:28px}
.water-card-image{min-height:320px;border-radius:26px;background:linear-gradient(180deg,#f5f9ff,#edf4ff);display:flex;align-items:center;justify-content:center;padding:18px}
.water-card-image img{max-width:100%;max-height:280px;object-fit:contain}
.water-card-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.water-card-content h3{font-size:2.1rem;line-height:1.08;margin:0;max-width:16ch}
.water-card-content strong{font-size:3.6rem;line-height:1;color:var(--primary)}
.water-card-content p{font-size:1.03rem;line-height:1.8;color:var(--text-soft);max-width:45ch;margin:0}
.product-promo{display:none!important}

.contact-inspired-layout{grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start}
.jobs-side{position:sticky;top:120px}
.jobs-info-cards{display:grid;grid-template-columns:1fr;gap:20px}
.jobs-info-cards article{padding:26px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-soft)}
.jobs-info-cards h3{margin:0 0 10px;font-size:1.8rem;line-height:1.15;color:var(--primary)}
.jobs-info-cards p{margin:0;color:var(--text-soft);line-height:1.75}
.compact-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.compact-list li{position:relative;padding-left:22px;font-weight:700;color:var(--primary)}
.compact-list li:before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--accent)}
.jobs-page .modern-form{padding:34px;border-radius:32px}
.jobs-page .modern-form .form-grid label{font-size:1rem;font-weight:800;color:var(--primary)}
.jobs-page .modern-form .form-grid input,.jobs-page .modern-form .form-grid select,.jobs-page .modern-form .form-grid textarea{margin-top:10px}

@media (max-width: 1100px){
  .range-grid-clean{grid-template-columns:1fr}
  .range-card-clean{min-height:unset}
  .range-card-clean img,.range-water img,.range-soda img,.range-wellness img{align-self:center;max-width:52%;max-height:260px}
  .timeline-step{grid-template-columns:1fr}
  .values-mini{grid-template-columns:1fr}
  .contact-inspired-layout{grid-template-columns:1fr}
  .jobs-side{position:static}
}
@media (max-width: 768px){
  .range-card-clean h3{font-size:1.9rem}
  .range-card-clean img,.range-water img,.range-soda img,.range-wellness img{max-width:68%}
  .water-card{grid-template-columns:1fr;padding:24px}
  .water-card-image{min-height:260px}
  .water-card-content strong{font-size:3rem}
  .about-intro-clean .feature-copy h2,.about-gallery-clean .feature-copy h2{font-size:2.4rem}
  .factory-gallery-grid{grid-template-columns:1fr}
}

/* === V12 - Mentions légales + cookies === */
.legal-hero-v12{background:linear-gradient(135deg,#f7fcff 0%,#eef8ff 56%,#ffffff 100%)}
.legal-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:center}
.legal-hero-grid h1{font-size:clamp(2.8rem,5vw,5.2rem);line-height:1.02;margin:16px 0;color:var(--primary)}
.legal-hero-grid p{max-width:760px;color:var(--text-soft);font-size:1.08rem;line-height:1.8}
.legal-summary-card{padding:28px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-soft);display:grid;gap:10px}
.legal-summary-card strong{font-size:2rem;color:var(--primary);line-height:1}
.legal-summary-card span{font-weight:800;color:#244d77;line-height:1.45}
.legal-summary-card small{color:var(--text-soft)}
.legal-section-v12{background:#fff}
.legal-layout-v12{display:grid;grid-template-columns:340px minmax(0,1fr);gap:30px;align-items:start}
.legal-sticky{position:sticky;top:110px;padding:28px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#ffffff,#f5fbff);box-shadow:var(--shadow-soft)}
.legal-sticky h2{margin:0 0 12px;color:var(--primary);font-size:1.8rem;line-height:1.15}
.legal-sticky p{margin:0 0 20px;color:var(--text-soft);line-height:1.75}
.legal-content-v12{display:grid;gap:18px}
.legal-card-v12{display:grid;grid-template-columns:72px minmax(0,1fr);gap:22px;padding:28px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 16px 38px rgba(12,47,112,.06)}
.legal-card-v12 > span{width:52px;height:52px;border-radius:18px;background:#eaf6ff;color:var(--primary);display:grid;place-items:center;font-weight:950}
.legal-card-v12 h2{margin:0 0 10px;color:var(--primary);font-size:1.55rem;line-height:1.2}
.legal-card-v12 p{margin:0;color:var(--text-soft);line-height:1.85;font-size:1rem}
.footer-cookie-link{appearance:none;border:0;background:transparent;color:#dff3ff;font:inherit;font-weight:800;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:4px}
.footer-cookie-link:hover{color:#fff}
.cookie-consent{position:fixed;inset:auto 24px 24px 24px;z-index:999;display:flex;justify-content:center;pointer-events:none}
.cookie-consent[hidden]{display:none!important}
.cookie-card{width:min(100%,980px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:22px;border:1px solid rgba(174,215,242,.95);border-radius:30px;background:rgba(255,255,255,.96);box-shadow:0 28px 90px rgba(5,35,78,.18);backdrop-filter:blur(18px);pointer-events:auto}
.cookie-kicker{display:inline-flex;margin-bottom:8px;padding:6px 12px;border-radius:999px;background:#eaf6ff;color:var(--primary);font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.cookie-main h2{margin:0 0 8px;color:var(--primary);font-size:1.35rem;line-height:1.2}
.cookie-main p{margin:0;color:var(--text-soft);line-height:1.65;max-width:620px}
.cookie-options{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px;padding:14px 16px;border-radius:20px;background:#f5fbff;border:1px solid var(--line)}
.cookie-options[hidden]{display:none!important}
.cookie-options label{display:flex;align-items:center;gap:9px;color:var(--primary);font-weight:800}
.cookie-options input{width:18px;height:18px;accent-color:var(--primary)}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cookie-actions .btn{min-height:42px;padding:10px 16px}
.cookie-manage-inline{width:100%}
@media (max-width: 960px){
  .legal-hero-grid,.legal-layout-v12{grid-template-columns:1fr}
  .legal-sticky{position:static}
  .cookie-card{grid-template-columns:1fr}
  .cookie-actions{justify-content:flex-start}
}
@media (max-width: 640px){
  .legal-card-v12{grid-template-columns:1fr;padding:22px}
  .cookie-consent{inset:auto 12px 12px 12px}
  .cookie-card{padding:18px;border-radius:24px}
  .cookie-actions .btn{width:100%}
}
:root{--primary:var(--blue);--text-soft:var(--muted);--accent:var(--blue-2)}

/* V13 fixes: cleaner 5L promo visual + better homepage bottle spacing */
.concept-v8 .water-5l{
  height:442px!important;
  left:9%!important;
  bottom:30px!important;
}
.concept-v8 .water-15l{
  height:528px!important;
  left:46.5%!important;
  bottom:18px!important;
}
.concept-v8 .water-50cl{
  height:365px!important;
  left:64.5%!important;
  bottom:40px!important;
}

@media (max-width:760px){
  .concept-v8 .water-5l{height:292px!important;left:4%!important}
  .concept-v8 .water-15l{height:356px!important;left:44%!important}
  .concept-v8 .water-50cl{height:248px!important;left:61%!important}
}

/* V14 — typographie propre + cookies simplifiés */
:root{
  --font-ui:"Segoe UI",Roboto,Arial,sans-serif;
  --font-title:"Segoe UI",Roboto,Arial,sans-serif;
  --primary:var(--blue);
  --text-soft:var(--muted);
  --accent:var(--blue-2);
}
html,body,button,input,select,textarea{
  font-family:var(--font-ui)!important;
}
body{
  font-size:16px!important;
  line-height:1.6!important;
  color:var(--ink)!important;
}
h1,h2,h3,h4,.hero-content h1,.page-hero h1,.compact-hero h1,.section-heading h2,.source-copy h2,.feature-copy h2,.form-aside h2,.pro-cta h2,.career-card h2,.contact-card-home h2,.legal-hero-grid h1{
  font-family:var(--font-title)!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
  line-height:1.08!important;
}
.hero-content h1{font-size:clamp(46px,5vw,72px)!important;max-width:650px!important}
.page-hero h1,.compact-hero h1,.legal-hero-grid h1{font-size:clamp(36px,4vw,56px)!important;max-width:820px!important}
.section-heading h2{font-size:clamp(30px,3.2vw,44px)!important;max-width:850px!important}
.source-copy h2,.feature-copy h2,.form-aside h2,.pro-cta h2,.career-card h2,.contact-card-home h2{font-size:clamp(28px,3vw,40px)!important;max-width:760px!important}
.range-card-clean h3,.range-card h3{font-size:clamp(24px,2.4vw,34px)!important;line-height:1.12!important;max-width:16ch!important}
.water-card-content h3{font-size:clamp(24px,2.4vw,34px)!important;line-height:1.12!important}
.water-card-content strong{font-family:var(--font-title)!important;font-size:clamp(46px,5vw,64px)!important;font-weight:850!important}
.article-card h2,.article-card h3{font-size:clamp(22px,2vw,28px)!important;line-height:1.18!important;font-family:var(--font-title)!important;font-weight:850!important}
.jobs-info-cards h3,.contact-cards h3,.legal-card-v12 h2,.legal-sticky h2{font-family:var(--font-title)!important;font-size:clamp(22px,2vw,28px)!important;font-weight:850!important;line-height:1.18!important}
p,.hero-content p,.page-hero p,.compact-hero p,.section-heading p,.source-copy p,.feature-copy p,.article-card p,.legal-card-v12 p,.legal-sticky p,.jobs-info-cards p{
  font-family:var(--font-ui)!important;
  font-size:16px!important;
  line-height:1.72!important;
  letter-spacing:-.005em!important;
}
.section-label,.eyebrow,.pill,.range-card span,.cookie-kicker{
  font-family:var(--font-ui)!important;
  font-size:12px!important;
  letter-spacing:.09em!important;
  font-weight:850!important;
}
.btn,.main-nav a,.lang-switch a{
  font-family:var(--font-ui)!important;
  font-weight:800!important;
}

.cookie-consent{inset:auto 22px 22px 22px!important}
.cookie-card{
  width:min(100%,760px)!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:18px!important;
  padding:20px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 22px 70px rgba(5,35,78,.16)!important;
}
.cookie-main h2{font-family:var(--font-title)!important;font-size:22px!important;margin:0 0 6px!important;color:var(--navy)!important}
.cookie-main p{font-size:15px!important;line-height:1.6!important;max-width:520px!important;color:var(--muted)!important}
.cookie-actions{display:flex!important;gap:10px!important;justify-content:flex-end!important;align-items:center!important;flex-wrap:nowrap!important}
.cookie-actions .btn{min-height:42px!important;padding:10px 18px!important;width:auto!important}
.cookie-options,[data-cookie-customize],[data-cookie-save],.footer-cookie-link,.cookie-manage-inline{display:none!important}
.footer-bottom a{color:#dff3ff;text-decoration:underline;text-underline-offset:4px;font-weight:800}

@media(max-width:760px){
  .cookie-card{grid-template-columns:1fr!important}
  .cookie-actions{justify-content:stretch!important}
  .cookie-actions .btn{width:100%!important}
  .hero-content h1{font-size:40px!important}
  .page-hero h1,.compact-hero h1,.legal-hero-grid h1{font-size:34px!important}
}

/* V15 — CGU & protection des données inspirées d'une structure professionnelle */
.legal-hero-v15{background:linear-gradient(135deg,#f8fdff 0%,#eef8ff 58%,#fff 100%)!important}
.legal-section-v15{background:linear-gradient(180deg,#fff 0%,#f7fcff 100%)!important}
.legal-layout-v15{grid-template-columns:330px minmax(0,1fr)!important;gap:28px!important}
.legal-content-v15{gap:14px!important}
.legal-card-v15{grid-template-columns:1fr!important;padding:24px 26px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(194,226,246,.92)!important;box-shadow:0 12px 34px rgba(7,54,112,.055)!important}
.legal-card-v15 h2{font-size:clamp(20px,1.7vw,25px)!important;margin:0 0 9px!important;color:#062a5f!important;line-height:1.22!important}
.legal-card-v15 p{font-size:15.5px!important;line-height:1.78!important;color:#516c86!important;margin:0!important}
.legal-sticky{border-radius:26px!important;background:linear-gradient(180deg,#fff,#f4fbff)!important}
.legal-contact-box{margin-top:20px;padding:16px;border-radius:18px;background:#eaf6ff;border:1px solid #cbe7f8;display:grid;gap:6px}
.legal-contact-box span{font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#0b57b7}
.legal-contact-box strong{font-size:15px;color:#062a5f;word-break:break-word}
@media(max-width:980px){.legal-layout-v15{grid-template-columns:1fr!important}.legal-sticky{position:static!important}}


/* V16/V17 rebuild — polish final */
.landing-hero{padding:56px 0 30px!important}
.hero-layout{gap:40px!important}
.hero-content h1{font-size:clamp(42px,4.8vw,68px)!important;max-width:560px!important}
.hero-content p{max-width:460px!important;font-size:16px!important;line-height:1.7!important}
.page-hero{padding:56px 0 42px!important}
.section-heading{margin-bottom:28px!important}
.about-timeline-heading h2{max-width:720px!important}

.product-stage{height:520px!important;min-height:520px!important}
.stage-bg{inset:22px 10px 20px 36px!important;border-radius:40px!important;background:linear-gradient(135deg,#edf8ff 0%,#ffffff 48%,#eef9ff 100%)!important}
.stage-bg:after{display:none!important}
.concept-v8 .soda-orange,.concept-v8 .soda-cola{display:none!important}
.concept-v8 .water-5l{height:380px!important;left:10%!important;bottom:28px!important}
.concept-v8 .water-15l{height:500px!important;left:47%!important;bottom:14px!important}
.concept-v8 .water-50cl{height:250px!important;left:78%!important;bottom:42px!important}

.timeline-pro{gap:16px!important}
.timeline-step{grid-template-columns:132px 1fr!important;gap:20px!important;align-items:stretch!important;padding:22px 24px!important;border-radius:24px!important}
.timeline-marker{min-height:94px!important;border:1px solid #d9ebf8!important;background:linear-gradient(180deg,#f6fbff,#edf6ff)!important;box-shadow:none!important}
.timeline-marker span{font-size:1.85rem!important}
.timeline-content{display:flex;flex-direction:column;justify-content:center}
.timeline-content strong{font-size:1.02rem!important;margin-bottom:6px!important}
.timeline-content p{font-size:15.5px!important;line-height:1.72!important}

.water-card-grid{gap:20px!important}
.water-card{grid-template-columns:minmax(220px,300px) 1fr!important;gap:24px!important;align-items:center!important;padding:24px!important;border-radius:26px!important}
.water-card-image{min-height:280px!important;border-radius:22px!important;background:linear-gradient(180deg,#f7fbff,#eef5ff)!important;padding:20px!important}
.water-card-image img{max-height:240px!important;filter:drop-shadow(0 14px 22px rgba(3,34,73,.14))!important}
.water-card-content{gap:10px!important}
.water-card-content strong{font-size:clamp(42px,4vw,54px)!important}

@media (max-width:1100px){
  .product-stage{height:470px!important;min-height:470px!important}
  .concept-v8 .water-5l{height:330px!important;left:8%!important}
  .concept-v8 .water-15l{height:430px!important;left:46%!important}
  .concept-v8 .water-50cl{height:220px!important;left:74%!important;bottom:38px!important}
}
@media (max-width:760px){
  .landing-hero{padding:38px 0 22px!important}
  .hero-content h1{font-size:38px!important}
  .product-stage{height:390px!important;min-height:390px!important}
  .stage-bg{inset:10px 0!important}
  .concept-v8 .water-5l{height:255px!important;left:2%!important;bottom:28px!important}
  .concept-v8 .water-15l{height:320px!important;left:44%!important;bottom:12px!important}
  .concept-v8 .water-50cl{height:172px!important;left:74%!important;bottom:30px!important}
  .timeline-step{grid-template-columns:1fr!important;padding:20px!important}
  .water-card{grid-template-columns:1fr!important}
}


/* v18 adjustments */
.concept-v8 .soda-orange,
.concept-v8 .soda-cola{display:none!important}
.concept-v8 .product-stage{height:540px!important;min-height:540px!important}
.concept-v8 .stage-bg{inset:24px 0 22px 48px!important}
.concept-v8 .water-50cl{
  height:230px!important;
  left:8%!important;
  bottom:48px!important;
  z-index:2!important;
}
.concept-v8 .water-5l{
  height:390px!important;
  left:24%!important;
  bottom:28px!important;
  z-index:3!important;
}
.concept-v8 .water-15l{
  height:505px!important;
  left:56%!important;
  bottom:16px!important;
  z-index:4!important;
}

@media (max-width:1100px){
  .concept-v8 .product-stage{height:490px!important;min-height:490px!important}
  .concept-v8 .water-50cl{height:205px!important;left:6%!important;bottom:42px!important}
  .concept-v8 .water-5l{height:345px!important;left:22%!important;bottom:24px!important}
  .concept-v8 .water-15l{height:440px!important;left:56%!important;bottom:14px!important}
}

@media (max-width:760px){
  .concept-v8 .product-stage{height:400px!important;min-height:400px!important}
  .concept-v8 .stage-bg{inset:10px 0!important}
  .concept-v8 .water-50cl{height:128px!important;left:4%!important;bottom:28px!important}
  .concept-v8 .water-5l{height:235px!important;left:18%!important;bottom:22px!important}
  .concept-v8 .water-15l{height:320px!important;left:58%!important;bottom:10px!important}
}


/* v19 hero lineup correction */
.concept-v8 .product-stage{height:540px!important;min-height:540px!important}
.concept-v8 .stage-bg{inset:24px 0 22px 48px!important}
.concept-v8 .water-50cl{
  height:225px!important;
  left:8%!important;
  bottom:46px!important;
  z-index:2!important;
}
.concept-v8 .water-15l{
  height:350px!important;
  left:34%!important;
  bottom:28px!important;
  transform:none!important;
  z-index:3!important;
}
.concept-v8 .water-5l{
  height:470px!important;
  left:58%!important;
  bottom:18px!important;
  z-index:4!important;
}
@media (max-width:1100px){
  .concept-v8 .product-stage{height:500px!important;min-height:500px!important}
  .concept-v8 .water-50cl{height:195px!important;left:7%!important;bottom:42px!important}
  .concept-v8 .water-15l{height:315px!important;left:31%!important;bottom:24px!important}
  .concept-v8 .water-5l{height:415px!important;left:55%!important;bottom:16px!important}
}
@media (max-width:760px){
  .concept-v8 .product-stage{height:410px!important;min-height:410px!important}
  .concept-v8 .stage-bg{inset:10px 0!important}
  .concept-v8 .water-50cl{height:125px!important;left:4%!important;bottom:28px!important}
  .concept-v8 .water-15l{height:210px!important;left:24%!important;bottom:20px!important}
  .concept-v8 .water-5l{height:285px!important;left:56%!important;bottom:10px!important}
}


/* =========================================================
   OVITALE V20 — finalisation esthétique avant mise en ligne
   - Cookies compact
   - Hero eau final : 50 cl gauche, 1.5 L centre, 5 L droite
   - Hiérarchie UI plus proche site marque eau : calme, premium, lisible
   - Nettoyage mobile et SEO-friendly visuel
   ========================================================= */

:root{
  --brand-blue:#075bb8;
  --brand-sky:#12a7e8;
  --brand-deep:#052455;
  --brand-ink:#183755;
  --brand-muted:#5d748c;
  --brand-soft:#f4fbff;
  --brand-line:#d8edf9;
  --brand-radius:26px;
  --brand-shadow:0 20px 58px rgba(5,45,95,.10);
  --brand-shadow-soft:0 12px 32px rgba(5,45,95,.07);
}

/* Base : moins de bruit, plus de marque */
body{
  background:#fff!important;
  color:var(--brand-ink)!important;
  font-size:15.75px!important;
}
.container{
  width:min(100% - 48px,1160px)!important;
}
.site-header{
  border-bottom:1px solid rgba(216,237,249,.82)!important;
  box-shadow:none!important;
}
.site-header.is-scrolled{
  box-shadow:0 10px 28px rgba(5,45,95,.075)!important;
}
.nav-shell{
  min-height:72px!important;
}
.brand{
  width:104px!important;
  min-width:104px!important;
  height:58px!important;
}
.brand img{
  width:96px!important;
  max-width:96px!important;
  max-height:54px!important;
}
.main-nav a{
  font-size:13.5px!important;
  padding:9px 13px!important;
}
.lang-switch a{
  min-width:31px!important;
  padding:6px 7px!important;
}

/* Titres : plus professionnels, sans effet affiche trop énorme */
.hero-content h1{
  font-size:clamp(40px,4.6vw,62px)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  max-width:540px!important;
}
.hero-content p{
  font-size:16px!important;
  line-height:1.68!important;
  max-width:430px!important;
}
.section-heading h2,
.source-copy h2,
.feature-copy h2,
.form-aside h2,
.pro-cta h2,
.career-card h2,
.contact-card-home h2{
  letter-spacing:-.035em!important;
}
.section-heading h2{
  font-size:clamp(28px,3vw,40px)!important;
}
.page-hero h1,
.compact-hero h1,
.legal-hero-grid h1{
  font-size:clamp(34px,3.7vw,52px)!important;
}
.section{
  padding:70px 0!important;
}

/* Hero final : aucun soda, aucune bouteille 50 cl à droite */
.concept-v8 .landing-hero{
  padding:58px 0 34px!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(18,167,232,.13),transparent 34%),
    linear-gradient(135deg,#f9fdff 0%,#edf8ff 58%,#fff 100%)!important;
}
.concept-v8 .hero-layout{
  grid-template-columns:minmax(360px,.94fr) minmax(560px,1.06fr)!important;
  gap:44px!important;
}
.concept-v8 .product-stage{
  height:520px!important;
  min-height:520px!important;
  overflow:visible!important;
}
.concept-v8 .stage-bg{
  inset:26px 0 24px 34px!important;
  border-radius:36px!important;
  background:
    radial-gradient(circle at 24% 28%,rgba(18,167,232,.11),transparent 30%),
    radial-gradient(circle at 80% 72%,rgba(7,91,184,.10),transparent 34%),
    linear-gradient(145deg,#fff 0%,#eef9ff 55%,#fff 100%)!important;
  border:1px solid var(--brand-line)!important;
  box-shadow:var(--brand-shadow)!important;
}
.concept-v8 .stage-bg:before,
.concept-v8 .stage-bg:after{
  display:none!important;
}
.concept-v8 .soda-orange,
.concept-v8 .soda-cola{
  display:none!important;
}

/* Ordre demandé : petit 50 cl à gauche / 1.5 L au milieu / 5 L à droite */
.concept-v8 .water-50cl{
  height:226px!important;
  left:7%!important;
  right:auto!important;
  bottom:50px!important;
  z-index:2!important;
  transform:none!important;
}
.concept-v8 .water-15l{
  height:372px!important;
  left:34%!important;
  right:auto!important;
  bottom:32px!important;
  z-index:3!important;
  transform:none!important;
}
.concept-v8 .water-5l{
  height:438px!important;
  left:61%!important;
  right:auto!important;
  bottom:24px!important;
  z-index:4!important;
  transform:none!important;
}
.stage-item{
  filter:drop-shadow(0 22px 28px rgba(3,34,73,.18))!important;
}
.hero-actions .btn{
  min-height:44px!important;
  padding:11px 19px!important;
}

/* Blocs d’accueil plus sobres */
.value-strip{
  border-radius:22px!important;
  box-shadow:var(--brand-shadow-soft)!important;
}
.value-strip article{
  padding:20px 22px!important;
}
.value-strip span{
  font-size:15px!important;
}
.value-strip p{
  font-size:13.5px!important;
  line-height:1.5!important;
}
.range-card,
.water-card,
.soda-card,
.article-card,
.contact-cards article,
.modern-form,
.legal-card-v15{
  border-color:var(--brand-line)!important;
  box-shadow:var(--brand-shadow-soft)!important;
}
.range-card{
  border-radius:26px!important;
}
.range-card img{
  filter:drop-shadow(0 18px 24px rgba(3,34,73,.14))!important;
}
.source-image,
.feature-media,
.page-hero-image{
  border-radius:28px!important;
  box-shadow:var(--brand-shadow-soft)!important;
}
.source-copy{
  border-radius:28px!important;
  padding:34px!important;
}
.flavour-pill{
  min-width:138px!important;
  border-radius:22px!important;
  padding:14px!important;
}
.flavour-pill img{
  height:142px!important;
}
.dual-cta{
  gap:20px!important;
}
.cta-card{
  border-radius:28px!important;
}

/* Page eau : ligne produits dans l’ordre réel */
.water-lineup{
  min-height:360px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:24px!important;
  padding:32px!important;
}
.water-lineup img{
  max-height:290px!important;
  width:auto!important;
  object-fit:contain!important;
}
.water-lineup img:nth-child(1){
  order:3!important;
  max-height:330px!important;
}
.water-lineup img.main{
  order:2!important;
  max-height:360px!important;
}
.water-lineup img:nth-child(3){
  order:1!important;
  max-height:225px!important;
}

/* Formulaires et pages internes */
.modern-form input,
.modern-form textarea,
.modern-form select{
  min-height:46px!important;
  font-size:15px!important;
}
.contact-layout{
  gap:24px!important;
}
.timeline-step{
  box-shadow:var(--brand-shadow-soft)!important;
}
.timeline-marker span{
  color:var(--brand-blue)!important;
}

/* Cookies V20 : compact, discret, pas une grosse carte qui mange l’écran */
.cookie-consent{
  inset:auto 18px 18px auto!important;
  justify-content:flex-end!important;
  width:min(520px,calc(100vw - 36px))!important;
}
.cookie-card{
  width:100%!important;
  grid-template-columns:1fr auto!important;
  gap:12px!important;
  padding:13px 14px!important;
  border-radius:18px!important;
  border:1px solid rgba(203,231,248,.95)!important;
  box-shadow:0 14px 42px rgba(5,35,78,.14)!important;
  background:rgba(255,255,255,.98)!important;
}
.cookie-kicker{
  display:none!important;
}
.cookie-main h2{
  font-size:15px!important;
  line-height:1.15!important;
  margin:0 0 3px!important;
  letter-spacing:-.01em!important;
}
.cookie-main p{
  font-size:12.5px!important;
  line-height:1.38!important;
  max-width:330px!important;
}
.cookie-actions{
  gap:7px!important;
  align-items:center!important;
}
.cookie-actions .btn{
  min-height:34px!important;
  padding:7px 12px!important;
  font-size:12.5px!important;
  border-radius:999px!important;
}

/* Footer plus propre */
.site-footer{
  background:linear-gradient(135deg,#041d41,#062e65)!important;
}
.footer-grid{
  gap:26px!important;
}
.footer-brand img{
  max-width:104px!important;
}

/* Accessibilité responsive */
@media (max-width:1100px){
  .concept-v8 .hero-layout{
    grid-template-columns:1fr!important;
  }
  .concept-v8 .product-stage{
    height:480px!important;
    min-height:480px!important;
  }
  .concept-v8 .water-50cl{height:205px!important;left:8%!important;bottom:44px!important}
  .concept-v8 .water-15l{height:334px!important;left:34%!important;bottom:28px!important}
  .concept-v8 .water-5l{height:392px!important;left:58%!important;bottom:20px!important}
}
@media (max-width:760px){
  .container{
    width:min(100% - 28px,1160px)!important;
  }
  .nav-shell{
    min-height:66px!important;
  }
  .hero-content h1{
    font-size:36px!important;
  }
  .hero-content p{
    font-size:15px!important;
  }
  .section{
    padding:54px 0!important;
  }
  .concept-v8 .landing-hero{
    padding:34px 0 20px!important;
  }
  .concept-v8 .product-stage{
    height:360px!important;
    min-height:360px!important;
  }
  .concept-v8 .stage-bg{
    inset:10px 0 12px 0!important;
    border-radius:26px!important;
  }
  .concept-v8 .water-50cl{
    height:118px!important;
    left:4%!important;
    bottom:30px!important;
  }
  .concept-v8 .water-15l{
    height:206px!important;
    left:25%!important;
    bottom:22px!important;
  }
  .concept-v8 .water-5l{
    height:272px!important;
    left:57%!important;
    bottom:10px!important;
  }
  .value-strip{
    grid-template-columns:1fr!important;
  }
  .value-strip article{
    border-inline-end:0!important;
    border-bottom:1px solid var(--brand-line)!important;
  }
  .value-strip article:last-child{
    border-bottom:0!important;
  }
  .cookie-consent{
    inset:auto 10px 10px 10px!important;
    width:auto!important;
  }
  .cookie-card{
    grid-template-columns:1fr!important;
    padding:12px!important;
    border-radius:16px!important;
  }
  .cookie-main p{
    max-width:none!important;
  }
  .cookie-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    justify-content:stretch!important;
  }
  .cookie-actions .btn{
    width:100%!important;
  }
  .water-lineup{
    min-height:300px!important;
    gap:14px!important;
    padding:22px!important;
  }
  .water-lineup img:nth-child(1){max-height:250px!important}
  .water-lineup img.main{max-height:272px!important}
  .water-lineup img:nth-child(3){max-height:160px!important}
}

/* ===== V26 : corrections finales demandées ===== */
.concept-v26 .landing-hero,
.concept-v26 .hero-layout,
.concept-v26 .product-stage,
.concept-v26 .stage-bg,
.concept-v26 .stage-item,
.concept-v26 .soda-orange,
.concept-v26 .soda-cola{
  all: unset;
}
.concept-v26 .home-hero-v26{
  padding:68px 0 44px!important;
}
.concept-v26 .home-hero-v26 .page-hero-grid{
  align-items:center!important;
  gap:44px!important;
}
.concept-v26 .home-hero-copy h1{
  max-width:620px!important;
}
.concept-v26 .home-water-lineup{
  justify-content:center!important;
  gap:0!important;
}
.concept-v26 .home-water-lineup img:first-child{
  height:250px!important;
  margin-inline-end:-36px!important;
  transform:translateY(28px);
}
.concept-v26 .home-water-lineup .main{
  height:420px!important;
  margin-inline:0!important;
  z-index:2;
}
.concept-v26 .home-water-lineup img:last-child{
  height:330px!important;
  margin-inline-start:-24px!important;
  transform:translateY(14px);
}
.concept-v26 .source-layout-v26{
  align-items:center!important;
}
.concept-v26 .source-copy-v26{
  padding:40px!important;
}
.concept-v26 .source-copy-v26 p{
  max-width:54ch;
}
.concept-v26 .quality-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.concept-v26 .quality-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:#eef7ff;
  border:1px solid var(--brand-line);
  color:var(--navy);
  font-weight:900;
  font-size:14px;
  white-space:nowrap;
}
.footer-bottom-simple{justify-content:flex-start!important}

.about-v26 .about-hero-v26{
  padding:72px 0 50px!important;
}
.about-v26 .about-hero-grid-v26{
  align-items:center!important;
  gap:40px!important;
}
.about-v26 .about-hero-copy-v26{
  max-width:640px;
}
.about-v26 .about-hero-copy-v26 h1{
  max-width:680px!important;
}
.about-v26 .about-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
}
.about-v26 .about-hero-stats article{
  background:#fff;
  border:1px solid var(--brand-line);
  border-radius:24px;
  min-height:98px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--brand-shadow-soft);
  padding:16px;
}
.about-v26 .about-hero-stats strong{
  color:var(--blue-3);
  font-size:36px;
  line-height:1;
  letter-spacing:-.04em;
  white-space:nowrap;
}
.about-v26 .about-hero-image-v26 img{
  height:420px!important;
}
.about-v26 .about-overview-grid-v26,
.about-v26 .about-gallery-grid-v26{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:start;
}
.about-v26 .about-card-v26,
.about-v26 .about-gallery-copy-v26{
  background:#fff;
  border:1px solid var(--brand-line);
  border-radius:30px;
  padding:34px;
  box-shadow:var(--brand-shadow-soft);
}
.about-v26 .about-points-v26{
  list-style:none;
  margin:20px 0 0;
  padding:0;
  display:grid;
  gap:14px;
}
.about-v26 .about-points-v26 li{
  position:relative;
  margin:0;
  padding:18px 18px 18px 48px;
  background:#f8fcff;
  border:1px solid var(--brand-line);
  border-radius:22px;
  color:var(--navy);
  font-weight:850;
  line-height:1.55;
}
.about-v26 .about-points-v26 li:before{
  content:"";
  position:absolute;
  left:18px;
  top:22px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:linear-gradient(180deg,#53bfff,#0f7ddb);
  box-shadow:0 0 0 8px rgba(16,146,230,.10);
}
.about-v26 .about-timeline-section-v26{
  padding-top:74px!important;
}
.about-v26 .about-timeline-heading-v26{
  max-width:820px;
  margin-inline:auto;
  text-align:center;
}
.about-v26 .timeline-v26{
  position:relative;
  max-width:980px;
  margin:36px auto 0;
  display:grid;
  gap:18px;
}
.about-v26 .timeline-v26:before{
  content:"";
  position:absolute;
  left:135px;
  top:0;
  bottom:0;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#cae8ff 0%,#41abf8 45%,#0f7ddb 100%);
}
.about-v26 .timeline-item-v26{
  position:relative;
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding-left:0;
}
.about-v26 .timeline-year-v26{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:110px;
  min-height:78px;
  border-radius:24px;
  background:linear-gradient(180deg,#f6fbff 0%,#eaf5ff 100%);
  border:1px solid var(--brand-line);
  color:var(--blue-3);
  font-size:30px;
  font-weight:950;
  letter-spacing:-.04em;
  white-space:nowrap;
  box-shadow:var(--brand-shadow-soft);
}
.about-v26 .timeline-year-v26:after{
  content:"";
  position:absolute;
  right:-32px;
  top:50%;
  width:18px;
  height:18px;
  margin-top:-9px;
  border-radius:50%;
  background:#fff;
  border:5px solid #21a7f0;
  box-shadow:0 0 0 10px rgba(33,167,240,.12);
}
.about-v26 .timeline-card-v26{
  position:relative;
  min-height:124px;
  display:flex;
  align-items:center;
  padding:26px 28px 26px 32px;
  background:#fff;
  border:1px solid var(--brand-line);
  border-radius:28px;
  box-shadow:var(--brand-shadow-soft);
}
.about-v26 .timeline-card-v26 p{
  margin:0;
  font-size:17px;
  line-height:1.7;
}
.about-v26 .timeline-card-v26:before{
  content:"";
  position:absolute;
  left:-8px;
  top:50%;
  width:16px;
  height:16px;
  margin-top:-8px;
  transform:rotate(45deg);
  background:#fff;
  border-left:1px solid var(--brand-line);
  border-bottom:1px solid var(--brand-line);
}
.about-v26 .factory-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.about-v26 .factory-gallery-grid figure{
  margin:0;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--brand-line);
  box-shadow:var(--brand-shadow-soft);
}
.about-v26 .factory-gallery-grid img{
  width:100%;
  height:230px;
  object-fit:cover;
}
@media (max-width:1080px){
  .about-v26 .about-overview-grid-v26,
  .about-v26 .about-gallery-grid-v26,
  .concept-v26 .source-layout-v26{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:900px){
  .concept-v26 .home-water-lineup img:first-child{height:210px!important;transform:translateY(18px)}
  .concept-v26 .home-water-lineup .main{height:340px!important}
  .concept-v26 .home-water-lineup img:last-child{height:270px!important;transform:translateY(10px)}
  .about-v26 .timeline-v26:before{left:118px}
  .about-v26 .timeline-item-v26{grid-template-columns:94px minmax(0,1fr);gap:24px}
  .about-v26 .timeline-year-v26{width:94px;font-size:26px}
  .about-v26 .timeline-year-v26:after{right:-29px}
}
@media (max-width:640px){
  .concept-v26 .home-hero-v26{padding:54px 0 36px!important}
  .concept-v26 .home-water-lineup img:first-child{height:160px!important;margin-inline-end:-26px!important;transform:translateY(18px)}
  .concept-v26 .home-water-lineup .main{height:260px!important}
  .concept-v26 .home-water-lineup img:last-child{height:200px!important;margin-inline-start:-18px!important}
  .concept-v26 .quality-tags{gap:8px}
  .concept-v26 .quality-tags span{width:100%}
  .about-v26 .about-hero-stats{grid-template-columns:1fr!important}
  .about-v26 .about-card-v26,
  .about-v26 .about-gallery-copy-v26{padding:26px}
  .about-v26 .timeline-v26:before{left:16px}
  .about-v26 .timeline-item-v26{grid-template-columns:1fr;gap:12px;padding-left:36px}
  .about-v26 .timeline-year-v26{width:96px;min-height:58px;font-size:24px}
  .about-v26 .timeline-year-v26:after{left:-36px;right:auto}
  .about-v26 .timeline-card-v26{min-height:auto;padding:22px 20px 22px 24px}
  .about-v26 .timeline-card-v26:before{display:none}
  .about-v26 .factory-gallery-grid{grid-template-columns:1fr}
  .about-v26 .factory-gallery-grid img{height:220px}
}

/* ===== V27 : alignement des 3 cartes de gammes ===== */
.range-grid-clean{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
}
.range-grid-clean > .range-card-clean{
  grid-row:auto!important;
  min-height:520px!important;
  padding:34px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:18px!important;
}
.range-grid-clean > .range-card-clean > div{
  flex:1 1 auto!important;
  max-width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:14px!important;
}
.range-grid-clean > .range-card-clean h3{
  margin:0!important;
  min-height:230px!important;
  display:block!important;
}
.range-grid-clean > .range-card-clean p{
  margin:0!important;
  min-height:84px!important;
}
.range-grid-clean > .range-card-clean em{
  margin-top:auto!important;
}
.range-grid-clean > .range-card-clean img{
  position:relative!important;
  right:auto!important;
  bottom:auto!important;
  margin:14px auto 0 auto!important;
  align-self:center!important;
  width:auto!important;
}
.range-grid-clean > .range-water{
  background:linear-gradient(145deg,#fff 0%,#f1f9ff 100%)!important;
}
.range-grid-clean > .range-soda{
  background:linear-gradient(145deg,#fff 0%,#f7fbff 100%)!important;
}
.range-grid-clean > .range-wellness{
  background:linear-gradient(145deg,#fff 0%,#fbfeff 100%)!important;
}
.range-grid-clean > .range-water img{max-height:260px!important;max-width:64%!important}
.range-grid-clean > .range-soda img{max-height:245px!important;max-width:64%!important}
.range-grid-clean > .range-wellness img{max-height:165px!important;max-width:48%!important;border-radius:18px!important}
@media (max-width:1080px){
  .range-grid-clean{grid-template-columns:1fr!important}
  .range-grid-clean > .range-card-clean h3,
  .range-grid-clean > .range-card-clean p{min-height:auto!important}
}

/* ===== V28 : refonte moderne de la page À propos ===== */
.about-v28 .about-hero-copy-v26 h1{
  max-width:700px!important;
}
.about-v28 .about-hero-stats-v28{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:28px!important;
}
.about-v28 .about-hero-stats-v28 article{
  min-height:118px!important;
  padding:18px 18px 16px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%)!important;
}
.about-v28 .about-hero-stats-v28 strong{
  display:block;
  margin-bottom:10px;
  font-size:34px!important;
  line-height:1!important;
}
.about-v28 .about-hero-stats-v28 span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:850;
  text-transform:none;
}
.about-v28 .about-timeline-section-v28{
  position:relative;
  overflow:hidden;
}
.about-v28 .about-timeline-heading-v28{
  max-width:860px!important;
  margin-bottom:42px!important;
}
.about-v28 .timeline-modern-v28{
  position:relative;
  max-width:1120px;
  margin:0 auto;
  display:grid;
  gap:18px;
}
.about-v28 .timeline-modern-v28:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(180deg,#d7efff 0%,#6dc2ff 40%,#1384e3 100%);
}
.about-v28 .timeline-modern-item{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr);
  align-items:center;
  min-height:156px;
}
.about-v28 .timeline-modern-col{
  min-width:0;
}
.about-v28 .timeline-modern-col-left{
  padding-right:28px;
}
.about-v28 .timeline-modern-col-right{
  padding-left:28px;
}
.about-v28 .timeline-modern-axis{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:100%;
}
.about-v28 .timeline-modern-dot{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  border:6px solid #1692ea;
  box-shadow:0 0 0 12px rgba(22,146,234,.12);
  z-index:2;
}
.about-v28 .timeline-modern-card{
  position:relative;
  background:linear-gradient(180deg,#ffffff 0%,#fbfeff 100%);
  border:1px solid var(--brand-line);
  border-radius:30px;
  box-shadow:0 24px 60px rgba(6,42,87,.08);
  padding:28px 30px;
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
}
.about-v28 .timeline-modern-card:before{
  content:"";
  position:absolute;
  top:50%;
  width:18px;
  height:18px;
  margin-top:-9px;
  transform:rotate(45deg);
  background:#fff;
  border-top:1px solid var(--brand-line);
  border-right:1px solid var(--brand-line);
}
.about-v28 .timeline-modern-item.is-left .timeline-modern-card:before{
  right:-9px;
}
.about-v28 .timeline-modern-item.is-right .timeline-modern-card:before{
  left:-9px;
  transform:rotate(225deg);
}
.about-v28 .timeline-modern-year{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-width:88px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#0f7ddb,#1096e6);
  color:#fff;
  font-size:18px;
  font-weight:950;
  letter-spacing:-.02em;
  box-shadow:0 14px 26px rgba(15,125,219,.22);
}
.about-v28 .timeline-modern-card p{
  margin:0;
  color:var(--navy);
  font-size:17px;
  line-height:1.7;
}
.about-v28 .timeline-modern-item.is-right .timeline-modern-col-left,
.about-v28 .timeline-modern-item.is-left .timeline-modern-col-right{
  min-height:1px;
}
@media (max-width:900px){
  .about-v28 .timeline-modern-item{
    grid-template-columns:72px minmax(0,1fr)!important;
    min-height:auto!important;
    gap:18px!important;
  }
  .about-v28 .timeline-modern-v28:before{
    left:34px!important;
    transform:none!important;
  }
  .about-v28 .timeline-modern-axis{
    grid-row:1 / span 1;
    grid-column:1;
    justify-content:flex-start;
  }
  .about-v28 .timeline-modern-col,
  .about-v28 .timeline-modern-col-left,
  .about-v28 .timeline-modern-col-right{
    grid-column:2;
    padding:0!important;
  }
  .about-v28 .timeline-modern-item.is-right .timeline-modern-col-left,
  .about-v28 .timeline-modern-item.is-left .timeline-modern-col-right{
    display:none!important;
  }
  .about-v28 .timeline-modern-item .timeline-modern-card{
    width:100%;
  }
  .about-v28 .timeline-modern-card:before{
    left:-9px!important;
    right:auto!important;
    transform:rotate(225deg)!important;
  }
  .about-v28 .about-hero-stats-v28{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:640px){
  .about-v28 .timeline-modern-item{
    grid-template-columns:56px minmax(0,1fr)!important;
    gap:14px!important;
  }
  .about-v28 .timeline-modern-v28:before{
    left:26px!important;
  }
  .about-v28 .timeline-modern-dot{
    width:16px;
    height:16px;
    border-width:4px;
    box-shadow:0 0 0 9px rgba(22,146,234,.12);
  }
  .about-v28 .timeline-modern-card{
    padding:22px 20px!important;
    border-radius:24px!important;
  }
  .about-v28 .timeline-modern-year{
    min-width:80px;
    min-height:38px;
    font-size:16px;
  }
  .about-v28 .timeline-modern-card p{
    font-size:16px;
    line-height:1.6;
  }
}

/* ===== V29 : derniers ajustements home + hero à propos ===== */
.range-grid-clean{
  gap:24px!important;
}
.range-grid-clean > .range-card-clean{
  min-height:438px!important;
  padding:30px 30px 24px!important;
  border-radius:32px!important;
  gap:12px!important;
  justify-content:flex-start!important;
}
.range-grid-clean > .range-card-clean > div{
  flex:0 0 auto!important;
  gap:16px!important;
}
.range-grid-clean > .range-card-clean h3{
  min-height:auto!important;
  margin:0!important;
  max-width:14ch!important;
  font-size:clamp(22px,2.2vw,31px)!important;
  line-height:1.12!important;
}
.range-grid-clean > .range-card-clean p{
  min-height:auto!important;
  margin:0!important;
  max-width:28ch!important;
  font-size:17px!important;
  line-height:1.62!important;
  color:#5f7893!important;
}
.range-grid-clean > .range-card-clean em{
  margin-top:2px!important;
}
.range-grid-clean > .range-card-clean img{
  margin:12px auto 0 auto!important;
  align-self:center!important;
}
.range-grid-clean > .range-water img{max-height:230px!important;max-width:58%!important}
.range-grid-clean > .range-soda img{max-height:210px!important;max-width:52%!important}
.range-grid-clean > .range-wellness img{max-height:150px!important;max-width:44%!important}

.about-v28 .about-hero-stats-v28 article{
  min-height:126px!important;
}
.about-v28 .about-hero-stats-v28 span{
  color:var(--blue)!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:900!important;
}

@media (max-width:1080px){
  .range-grid-clean > .range-card-clean{
    min-height:auto!important;
  }
}

/* ===== V30 : finitions demandées ===== */
.quick-values{
  padding-top:32px!important;
  padding-bottom:48px!important;
}
.value-strip{
  margin-top:6px!important;
}

.range-grid-clean > .range-card-clean{
  min-height:472px!important;
  padding:30px 30px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}
.range-grid-clean > .range-card-clean > div{
  display:contents!important;
}
.range-grid-clean > .range-card-clean > div > span{order:1!important}
.range-grid-clean > .range-card-clean > div > h3{order:2!important}
.range-grid-clean > .range-card-clean > div > p{order:3!important}
.range-grid-clean > .range-card-clean > img{
  order:4!important;
  margin:16px auto 0 auto!important;
  margin-top:auto!important;
  align-self:center!important;
}
.range-grid-clean > .range-card-clean > div > em{
  order:5!important;
  margin:14px auto 0 auto!important;
  align-self:center!important;
  text-align:center!important;
  display:inline-flex!important;
  justify-content:center!important;
}
.range-grid-clean > .range-card-clean p{
  max-width:100%!important;
}

.about-v28 .about-hero-stats-v28 article{
  min-height:132px!important;
  padding:18px 18px 14px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
}
.about-v28 .about-hero-stats-v28 strong{
  width:100%!important;
  margin:0!important;
  text-align:center!important;
}
.about-v28 .about-hero-stats-v28 span{
  width:100%!important;
  margin-top:auto!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:13px!important;
  line-height:1.2!important;
}

@media (max-width:1080px){
  .quick-values{padding-top:24px!important}
  .range-grid-clean > .range-card-clean > div{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
  .range-grid-clean > .range-card-clean > img{order:4!important;margin-top:14px!important}
  .range-grid-clean > .range-card-clean > div > em{order:5!important;margin:14px auto 0 auto!important;align-self:center!important}
  .about-v28 .about-hero-stats-v28 span{white-space:normal!important}
}

/* ===== V31 : derniers ajustements ===== */
.range-grid-clean > .range-card-clean{
  text-align:center!important;
}
.range-grid-clean > .range-card-clean > div{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.range-grid-clean > .range-card-clean > div > span,
.range-grid-clean > .range-card-clean > div > h3,
.range-grid-clean > .range-card-clean > div > p{
  text-align:center!important;
}
.range-grid-clean > .range-card-clean > div > p{
  max-width:28ch!important;
  min-height:3.4em!important;
}
.range-grid-clean > .range-card-clean h3{
  max-width:13ch!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.range-grid-clean > .range-card-clean > div > em{
  margin-left:auto!important;
  margin-right:auto!important;
}

.about-v28 .about-hero-stats-v28 article{
  align-items:center!important;
  justify-content:flex-start!important;
}
.about-v28 .about-hero-stats-v28 strong{
  text-align:center!important;
}
.about-v28 .about-hero-stats-v28 span{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:unset!important;
  max-width:14ch!important;
  margin:10px auto 0!important;
  line-height:1.25!important;
  min-height:2.5em!important;
  display:block!important;
  text-align:center!important;
}

@media (max-width:1080px){
  .range-grid-clean > .range-card-clean > div,
  .range-grid-clean > .range-card-clean,
  .range-grid-clean > .range-card-clean > div > span,
  .range-grid-clean > .range-card-clean > div > h3,
  .range-grid-clean > .range-card-clean > div > p{
    text-align:center!important;
    align-items:center!important;
  }
  .range-grid-clean > .range-card-clean > div > p{
    max-width:30ch!important;
    min-height:auto!important;
  }
  .about-v28 .about-hero-stats-v28 span{
    max-width:none!important;
    min-height:auto!important;
  }
}

/* ===== V32 : textes simplifiés + section certifications ===== */
.certifications-section{
  padding-top:56px!important;
  padding-bottom:56px!important;
  background:linear-gradient(135deg,#f4fbff 0%,#ffffff 54%,#eef8ff 100%);
}
.certifications-layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:24px;
  align-items:stretch;
}
.certifications-copy,
.certification-cards article{
  background:#fff;
  border:1px solid var(--brand-line,var(--line));
  border-radius:32px;
  box-shadow:var(--brand-shadow-soft,var(--shadow-soft));
}
.certifications-copy{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.certifications-copy h2{
  margin:16px 0 14px;
  color:var(--navy);
  font-size:clamp(30px,3vw,44px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.certifications-copy p{
  margin:0;
  max-width:54ch;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}
.certification-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.certification-cards article{
  position:relative;
  min-height:240px;
  padding:30px;
  overflow:hidden;
}
.certification-cards article:before{
  content:"";
  position:absolute;
  right:-58px;
  top:-58px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(16,146,230,.18),transparent 68%);
}
.certification-cards strong{
  display:block;
  color:var(--blue);
  font-size:clamp(36px,3.5vw,50px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.045em;
  margin-bottom:16px;
}
.certification-cards span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#eef7ff;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
  margin-bottom:18px;
}
.certification-cards p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.source-copy-v26 .quality-tags span{
  background:#eef7ff!important;
  color:var(--blue)!important;
  border-color:#cfe6f8!important;
}
@media (max-width:1080px){
  .certifications-layout,
  .certification-cards{
    grid-template-columns:1fr!important;
  }
  .certification-cards article{
    min-height:auto;
  }
}

/* ===== V37 : certifications centrées, logo en haut ===== */
.certification-cards-real article{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  gap:18px!important;
  min-height:330px!important;
  padding:30px!important;
}
.certification-logo-box{
  position:relative;
  z-index:2;
  width:148px;
  height:148px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-inline:auto;
  padding:0;
}
.certification-logo-box img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 12px 20px rgba(8,54,111,.10));
}
.certification-card-copy{
  position:relative;
  z-index:2;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.certification-cards-real strong{
  margin-bottom:12px!important;
  font-size:clamp(32px,3vw,46px)!important;
}
.certification-cards-real span{
  margin-bottom:14px!important;
  margin-inline:auto!important;
}
.certification-cards-real p{
  max-width:30ch;
  margin-inline:auto;
}
@media (max-width:640px){
  .certification-cards-real article{
    min-height:auto!important;
    padding:26px!important;
  }
}

/* ===== V41 : hero accueil sans cadre, bouteilles en ordre logique ===== */
.concept-v26 .home-water-lineup{
  min-height:460px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.concept-v26 .home-water-lineup::before,
.concept-v26 .home-water-lineup::after{
  content:none!important;
}
.concept-v26 .home-water-lineup img{
  width:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 24px 34px rgba(3,34,73,.18))!important;
}
.concept-v26 .home-water-lineup img:first-child{
  height:220px!important;
  margin:0 -10px 18px 0!important;
  transform:rotate(-10deg)!important;
  transform-origin:bottom center!important;
  z-index:1!important;
}
.concept-v26 .home-water-lineup .main{
  height:360px!important;
  margin:0!important;
  transform:none!important;
  z-index:2!important;
}
.concept-v26 .home-water-lineup img:last-child{
  height:440px!important;
  margin:0 0 6px -6px!important;
  transform:rotate(8deg)!important;
  transform-origin:bottom center!important;
  z-index:3!important;
}
@media (max-width:900px){
  .concept-v26 .home-water-lineup{
    min-height:390px!important;
    gap:10px!important;
  }
  .concept-v26 .home-water-lineup img:first-child{
    height:180px!important;
    margin:0 -8px 12px 0!important;
    transform:rotate(-9deg)!important;
  }
  .concept-v26 .home-water-lineup .main{
    height:300px!important;
  }
  .concept-v26 .home-water-lineup img:last-child{
    height:360px!important;
    margin:0 0 4px -4px!important;
    transform:rotate(7deg)!important;
  }
}
@media (max-width:640px){
  .concept-v26 .home-hero-v26 .page-hero-grid{
    gap:26px!important;
  }
  .concept-v26 .home-water-lineup{
    min-height:300px!important;
    gap:6px!important;
  }
  .concept-v26 .home-water-lineup img:first-child{
    height:120px!important;
    margin:0 -4px 10px 0!important;
    transform:rotate(-8deg)!important;
  }
  .concept-v26 .home-water-lineup .main{
    height:215px!important;
  }
  .concept-v26 .home-water-lineup img:last-child{
    height:270px!important;
    margin:0 0 2px -2px!important;
    transform:rotate(6deg)!important;
  }
}

/* ===== V42 : ajustement ordre / hiérarchie visuelle hero accueil ===== */
.concept-v26 .home-water-lineup{
  gap:24px!important;
}
.concept-v26 .home-water-lineup img:first-child{
  order:1!important;
  height:170px!important;
  margin:0 -4px 18px 0!important;
  transform:rotate(-10deg)!important;
  transform-origin:bottom center!important;
  z-index:1!important;
}
.concept-v26 .home-water-lineup .main{
  order:2!important;
  height:320px!important;
  margin:0!important;
  transform:none!important;
  z-index:2!important;
}
.concept-v26 .home-water-lineup img:last-child{
  order:3!important;
  height:470px!important;
  margin:0 0 0 -10px!important;
  transform:none!important;
  transform-origin:bottom center!important;
  z-index:3!important;
}
@media (max-width:900px){
  .concept-v26 .home-water-lineup{
    gap:14px!important;
  }
  .concept-v26 .home-water-lineup img:first-child{
    height:140px!important;
    margin:0 0 14px 0!important;
  }
  .concept-v26 .home-water-lineup .main{
    height:270px!important;
  }
  .concept-v26 .home-water-lineup img:last-child{
    height:390px!important;
    margin:0 0 0 -8px!important;
  }
}
@media (max-width:640px){
  .concept-v26 .home-water-lineup{
    gap:8px!important;
  }
  .concept-v26 .home-water-lineup img:first-child{
    height:96px!important;
    margin:0 0 8px 0!important;
  }
  .concept-v26 .home-water-lineup .main{
    height:190px!important;
  }
  .concept-v26 .home-water-lineup img:last-child{
    height:250px!important;
    margin:0 0 0 -4px!important;
  }
}

/* ===== V43 : hiérarchie hero accueil corrigée (6 L clairement la plus grande) ===== */
.concept-v26 .home-water-lineup{
  gap: 20px !important;
  align-items: flex-end !important;
}
.concept-v26 .home-water-lineup img:first-child{
  order: 1 !important;
  height: 135px !important;
  width: auto !important;
  margin: 0 6px 18px 0 !important;
  transform: rotate(-11deg) !important;
  transform-origin: bottom center !important;
  z-index: 1 !important;
}
.concept-v26 .home-water-lineup .main{
  order: 2 !important;
  height: 285px !important;
  width: auto !important;
  margin: 0 0 6px 0 !important;
  transform: none !important;
  z-index: 2 !important;
}
.concept-v26 .home-water-lineup img:last-child{
  order: 3 !important;
  height: 560px !important;
  width: auto !important;
  margin: 0 0 0 -8px !important;
  transform: none !important;
  transform-origin: bottom center !important;
  z-index: 3 !important;
}
@media (max-width: 900px){
  .concept-v26 .home-water-lineup{
    gap: 12px !important;
  }
  .concept-v26 .home-water-lineup img:first-child{
    height: 110px !important;
    margin: 0 4px 14px 0 !important;
  }
  .concept-v26 .home-water-lineup .main{
    height: 230px !important;
    margin: 0 0 4px 0 !important;
  }
  .concept-v26 .home-water-lineup img:last-child{
    height: 430px !important;
    margin: 0 0 0 -6px !important;
  }
}
@media (max-width: 640px){
  .concept-v26 .home-water-lineup{
    gap: 8px !important;
  }
  .concept-v26 .home-water-lineup img:first-child{
    height: 78px !important;
    margin: 0 2px 8px 0 !important;
  }
  .concept-v26 .home-water-lineup .main{
    height: 150px !important;
    margin: 0 0 2px 0 !important;
  }
  .concept-v26 .home-water-lineup img:last-child{
    height: 255px !important;
    margin: 0 0 0 -4px !important;
  }
}


/* =========================================================
   OVITALE V44 - hero homepage premium inspiré de la maquette validée
   ========================================================= */
.concept-v26 .home-hero-v44{
  position:relative;
  overflow:hidden;
  padding:96px 0 64px!important;
  background:
    radial-gradient(circle at 88% 10%, rgba(82,143,214,.16), transparent 26%),
    radial-gradient(circle at 8% 82%, rgba(118,186,240,.17), transparent 18%),
    linear-gradient(180deg,#f8fbfe 0%,#f5f8fc 48%,#f3f7fb 100%);
}
.concept-v26 .home-hero-v44::before{
  content:"";
  position:absolute;
  inset:auto auto -160px -140px;
  width:620px;
  height:260px;
  background:radial-gradient(circle at 50% 40%, rgba(119,190,246,.32), transparent 62%);
  filter:blur(10px);
  opacity:.65;
  pointer-events:none;
}
.concept-v26 .hero-grid-v44{
  grid-template-columns:minmax(320px,.92fr) minmax(520px,1.08fr)!important;
  gap:44px!important;
  align-items:center!important;
}
.concept-v26 .home-hero-copy-v44{
  max-width:610px;
  position:relative;
  z-index:2;
}
.concept-v26 .home-hero-copy-v44 .eyebrow{margin-bottom:20px!important}
.concept-v26 .home-hero-copy-v44 h1{
  font-size:clamp(58px,6.5vw,92px)!important;
  line-height:.92!important;
  letter-spacing:-.065em!important;
  margin:0 0 22px!important;
  color:#142d72!important;
  max-width:540px!important;
}
.concept-v26 .home-hero-copy-v44 p{
  max-width:560px!important;
  font-size:18px!important;
  line-height:1.6!important;
  color:#64809b!important;
  margin:0!important;
}
.concept-v26 .hero-actions-v44{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px!important;
}
.concept-v26 .btn-icon{
  min-height:56px!important;
  padding:0 14px 0 24px!important;
  gap:16px!important;
}
.concept-v26 .btn-icon .btn-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  font-size:22px;
  line-height:1;
}
.concept-v26 .btn-primary.btn-icon .btn-arrow{background:rgba(255,255,255,.12);color:#fff}
.concept-v26 .btn-ghost.btn-icon .btn-arrow{background:#eef6ff;color:var(--blue)}
.concept-v26 .home-water-stage{
  position:relative;
  min-height:560px;
  height:560px;
  overflow:visible;
}
.concept-v26 .home-water-stage::before{
  content:"";
  position:absolute;
  left:-8%;
  right:6%;
  bottom:-10px;
  height:180px;
  background:
    radial-gradient(circle at 12% 50%, rgba(171,214,250,.62), transparent 27%),
    radial-gradient(circle at 30% 75%, rgba(178,221,251,.58), transparent 24%),
    radial-gradient(circle at 55% 42%, rgba(192,228,255,.40), transparent 26%),
    radial-gradient(circle at 75% 70%, rgba(177,219,250,.40), transparent 22%);
  filter:blur(4px);
  opacity:.85;
  pointer-events:none;
}
.concept-v26 .home-water-stage::after{
  content:"";
  position:absolute;
  inset:16px 12px 22px 12px;
  background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(255,255,255,0));
  border-radius:38px;
  pointer-events:none;
}
.concept-v26 .home-water-stage .water-light{
  position:absolute;
  border-radius:999px;
  filter:blur(16px);
  pointer-events:none;
}
.concept-v26 .home-water-stage .water-light-top{
  width:240px;height:240px;top:0;right:28px;
  background:radial-gradient(circle, rgba(205,227,250,.72) 0%, rgba(205,227,250,0) 68%);
}
.concept-v26 .home-water-stage .water-light-bottom{
  width:380px;height:120px;left:10px;bottom:-2px;
  background:radial-gradient(circle, rgba(203,230,255,.65) 0%, rgba(203,230,255,0) 70%);
}
.concept-v26 .home-water-stage .bottle{
  position:absolute;
  bottom:24px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 26px rgba(11,41,92,.16));
}
.concept-v26 .home-water-stage .bottle-50cl{
  height:260px;
  left:12%;
  bottom:34px;
  transform:rotate(-11deg);
  z-index:2;
}
.concept-v26 .home-water-stage .bottle-15l{
  height:448px;
  left:40%;
  bottom:8px;
  z-index:3;
}
.concept-v26 .home-water-stage .bottle-6l{
  height:560px;
  right:4%;
  bottom:6px;
  z-index:4;
}
.concept-v26 .quick-values{padding:6px 0 54px!important}
.concept-v26 .value-strip{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(205,225,244,.95)!important;
  box-shadow:0 18px 44px rgba(10,44,96,.07)!important;
}
.concept-v26 .value-strip article{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important}
.concept-v26 .value-strip span{font-size:15px!important}
.concept-v26 .value-strip p{font-size:14px!important;color:#69839d!important}
@media (max-width:1100px){
  .concept-v26 .home-hero-v44{padding:82px 0 52px!important}
  .concept-v26 .hero-grid-v44{grid-template-columns:1fr!important;gap:24px!important}
  .concept-v26 .home-hero-copy-v44{max-width:100%}
  .concept-v26 .home-water-stage{height:500px;min-height:500px}
  .concept-v26 .home-water-stage .bottle-50cl{left:10%;height:220px}
  .concept-v26 .home-water-stage .bottle-15l{left:36%;height:396px}
  .concept-v26 .home-water-stage .bottle-6l{right:2%;height:500px}
}
@media (max-width:740px){
  .concept-v26 .home-hero-v44{padding:56px 0 36px!important}
  .concept-v26 .home-hero-copy-v44 h1{font-size:clamp(42px,13vw,64px)!important;max-width:100%!important}
  .concept-v26 .home-hero-copy-v44 p{font-size:16px!important;max-width:100%!important}
  .concept-v26 .hero-actions-v44{flex-direction:column;align-items:stretch}
  .concept-v26 .btn-icon{width:100%!important;justify-content:space-between!important}
  .concept-v26 .home-water-stage{height:360px;min-height:360px}
  .concept-v26 .home-water-stage::before{left:-20%;right:-10%;height:118px;bottom:-2px}
  .concept-v26 .home-water-stage .bottle-50cl{height:156px;left:4%;bottom:48px}
  .concept-v26 .home-water-stage .bottle-15l{height:266px;left:32%;bottom:10px}
  .concept-v26 .home-water-stage .bottle-6l{height:324px;right:-2%;bottom:10px}
}

/* Champ anti-spam invisible pour les formulaires publics */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
