:root{
  --green:#174d2a;
  --green-2:#24683a;
  --green-3:#e9f1e6;
  --cream:#f7f4e8;
  --paper:#fffdf8;
  --orange:#ef8d25;
  --blue:#269bc7;
  --ink:#17311f;
  --muted:#6b786d;
  --line:#dce4d9;
  --shadow:0 24px 70px rgba(31,68,41,.13);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;color:var(--ink);background:var(--paper);line-height:1.5} body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none} button,input,textarea{font:inherit} button{cursor:pointer}.section-shell{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:40;height:78px;display:flex;align-items:center;gap:32px;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(255,253,248,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(23,77,42,.08)}.brand img{width:115px;height:55px;object-fit:cover;object-position:left top;border-radius:10px}.topbar nav{display:flex;gap:26px;margin-left:auto;font-weight:700;font-size:14px}.topbar nav a{opacity:.72}.topbar nav a:hover{opacity:1}.cart-mini{border:0;background:var(--green);color:white;padding:10px 14px;border-radius:999px;display:flex;gap:9px;align-items:center;font-weight:800}.cart-mini b{background:white;color:var(--green);width:24px;height:24px;border-radius:50%;display:grid;place-items:center}
.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:66px 0 74px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--green-2)}.hero h1,.section-head h2,.nature h2,.how h2,.drawer-head h2{font-family:Georgia,'Times New Roman',serif;line-height:1.03;margin:14px 0 20px}.hero h1{font-size:clamp(48px,6vw,78px);max-width:720px}.hero h1 em{color:var(--orange);font-weight:700}.hero-copy>p{font-size:19px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin:30px 0 26px}.btn{border-radius:14px;padding:15px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.btn.primary{background:var(--green);color:white;box-shadow:0 14px 30px rgba(23,77,42,.18)}.btn.primary:hover{transform:translateY(-1px);background:#103f21}.btn.ghost{border-color:var(--line);background:white}.btn.full{width:100%;margin-top:6px}.trust-row{display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#55705c}.trust-row i{width:4px;height:4px;background:var(--orange);border-radius:50%}.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;inset:8% 3% 0;background:linear-gradient(155deg,#eff5df,#f8e6b5);border-radius:48% 48% 26% 26%/35% 36% 20% 20%;transform:rotate(-3deg)}.hero-visual img{position:relative;width:min(480px,88%);height:535px;object-fit:cover;border-radius:36px;box-shadow:var(--shadow);transform:rotate(2deg)}.sunburst{position:absolute;width:145px;height:145px;border-radius:50%;background:var(--orange);right:2%;top:2%;opacity:.18}.price-pill,.fresh-pill{position:absolute;z-index:2;box-shadow:0 16px 40px rgba(23,49,31,.15)}.price-pill{left:0;bottom:8%;background:white;border-radius:22px;padding:13px 18px;display:flex;gap:8px;align-items:baseline}.price-pill small{color:var(--muted)}.price-pill strong{font-size:28px;color:var(--green)}.fresh-pill{right:-10px;top:18%;background:var(--green);color:white;border-radius:999px;padding:12px 17px;font-weight:800;font-size:13px}.ticker{overflow:hidden;background:var(--green);color:white;display:flex;gap:28px;justify-content:center;padding:16px 24px;font-weight:800;letter-spacing:.08em;font-size:13px}.ticker span{color:#f0ad52}
.products{padding:92px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head h2{font-size:clamp(36px,4vw,54px);max-width:720px}.section-head>p{max-width:360px;color:var(--muted);margin-bottom:22px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{position:relative;background:white;border:1px solid var(--line);border-radius:26px;padding:16px 16px 19px;transition:.22s ease;box-shadow:0 8px 28px rgba(35,69,44,.05)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card.featured{border:2px solid #9fc596}.badge{position:absolute;right:14px;top:14px;background:var(--green);color:white;font-size:10px;letter-spacing:.09em;font-weight:800;border-radius:999px;padding:7px 10px;z-index:2}.product-image{height:310px;background:linear-gradient(180deg,#f7f4e7,#fbfaf4);border-radius:20px;overflow:hidden;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:cover;transition:.25s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-info{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-top:16px}.size{font-size:11px;font-weight:800;color:var(--green-2);letter-spacing:.12em}.product-info h3{margin:3px 0 0;font-size:20px}.price{font-size:31px;color:var(--green)}.product-card>p{color:var(--muted);font-size:14px;min-height:43px}.qty-control{display:grid;grid-template-columns:48px 1fr 48px;gap:8px;background:var(--cream);padding:6px;border-radius:15px;margin-top:16px}.qty-btn{border:0;background:white;border-radius:11px;height:42px;font-size:24px;color:var(--green);box-shadow:0 3px 10px rgba(29,70,40,.07)}.qty{display:grid;place-items:center;font-weight:800;font-size:18px}
.nature{padding:10px 0 90px}.nature-card{overflow:hidden;background:var(--green);border-radius:34px;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:var(--shadow)}.nature-image{min-height:560px}.nature-image img{width:100%;height:100%;object-fit:cover}.nature-copy{padding:58px;color:white}.eyebrow.light{color:#bbdcaf}.nature-copy h2{font-size:clamp(38px,4vw,55px)}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:34px 0}.benefit-grid div{padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.06)}.benefit-grid b{display:block;font-size:16px;margin-bottom:4px}.benefit-grid span{font-size:13px;color:#dce9dc}.clean-labels{display:flex;flex-wrap:wrap;gap:8px}.clean-labels span{background:white;color:var(--green);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800}
.how{padding:0 0 100px}.section-head.compact{margin-bottom:26px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps>div{border-top:1px solid var(--line);padding:22px 12px 10px 0}.steps span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green-3);font-size:12px;font-weight:800;color:var(--green);margin-bottom:30px}.steps b{display:block;font-size:19px}.steps p{color:var(--muted);font-size:14px}
footer{background:#102f1c;color:white;padding-top:56px}.footer-inner{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:35px;padding-bottom:45px}.footer-inner>div{display:flex;flex-direction:column;gap:8px}.footer-logo{width:110px;border-radius:9px}.footer-inner p,.footer-inner span,.footer-inner a{color:#c9d7cc;font-size:14px}.footer-inner a:hover{color:white}.copyright{border-top:1px solid rgba(255,255,255,.09);padding:17px;text-align:center;color:#9fb3a4;font-size:12px}
.floating-cart{position:fixed;z-index:35;left:50%;bottom:20px;transform:translateX(-50%);width:min(620px,calc(100% - 28px));border:0;background:var(--green);color:white;border-radius:18px;padding:13px 16px;box-shadow:0 20px 55px rgba(10,49,23,.34);display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;text-align:left}.floating-cart strong{font-size:20px}.floating-cart em{font-style:normal;font-size:13px;font-weight:800}.floating-cart[hidden]{display:none}
.drawer-backdrop{position:fixed;inset:0;background:rgba(9,29,15,.45);backdrop-filter:blur(3px);z-index:60}.drawer-backdrop[hidden]{display:none}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(500px,100%);background:var(--paper);z-index:61;box-shadow:-25px 0 70px rgba(10,38,18,.18);padding:24px;overflow:auto;transform:translateX(103%);transition:transform .28s ease}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.drawer-head h2{font-size:36px;margin:7px 0 0}.close{width:42px;height:42px;border:1px solid var(--line);background:white;border-radius:50%;font-size:27px;color:var(--green)}.cart-items{display:flex;flex-direction:column;gap:8px;padding:16px 0}.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-row small{display:block;color:var(--muted)}.cart-row strong{color:var(--green)}.cart-empty{padding:30px 5px;color:var(--muted);text-align:center}.cart-total{padding:15px 0 22px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:8px}.cart-total strong{font-size:26px}.cart-total small{grid-column:1/-1;color:var(--muted)}form{padding-top:22px}.form-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.form-title span{font-weight:800;font-size:18px}.form-title small{color:var(--muted)}form>label,#addressFields>label,.two-cols label{display:grid;gap:6px;font-size:13px;font-weight:700;margin-bottom:13px}input,textarea{width:100%;border:1px solid var(--line);background:white;border-radius:12px;padding:13px 14px;outline:none;color:var(--ink)}input:focus,textarea:focus{border-color:#7daa84;box-shadow:0 0 0 3px rgba(80,139,92,.1)}fieldset{border:0;padding:0;margin:0 0 14px}legend{font-size:13px;font-weight:700;margin-bottom:8px}.radio-card{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:10px 12px;margin-bottom:8px;background:white}.radio-card input{width:auto}.radio-card span{display:grid}.radio-card small{color:var(--muted);font-weight:500}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-note{font-size:11px;color:var(--muted);text-align:center}.toast{position:fixed;z-index:90;left:50%;top:95px;transform:translate(-50%,-15px);background:#132e1d;color:white;padding:11px 15px;border-radius:999px;font-size:13px;font-weight:700;opacity:0;pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.topbar nav{display:none}.topbar{padding:0 20px}.hero{grid-template-columns:1fr;padding-top:38px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:480px}.hero-visual img{height:470px}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1}.nature-card{grid-template-columns:1fr}.nature-image{min-height:360px}.steps{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head>p{margin-bottom:0}.section-head h2{margin-bottom:15px}}
@media(max-width:600px){.section-shell{width:min(100% - 26px,1180px)}.topbar{height:68px}.brand img{width:92px;height:45px}.cart-mini span{display:none}.hero{gap:14px;padding-bottom:42px}.hero h1{font-size:46px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-visual{min-height:390px}.hero-visual img{height:380px;width:92%;border-radius:28px}.price-pill{left:5px;bottom:2%}.fresh-pill{right:2px;top:12%}.ticker{justify-content:flex-start;white-space:nowrap;overflow:auto}.products{padding:64px 0}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.product-image{height:280px}.nature{padding-bottom:64px}.nature-copy{padding:32px 22px}.benefit-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps span{margin-bottom:15px}.footer-inner{grid-template-columns:1fr;gap:26px}.floating-cart{grid-template-columns:1fr auto}.floating-cart em{display:none}.cart-drawer{padding:20px}.two-cols{grid-template-columns:1fr}.nature-image{min-height:310px}}


/* --- GUG V2 : gamme, livraison, paiement et précautions --- */
.order-alert{
  margin-top:42px;
  padding:22px 24px;
  border:1px solid #ead3a3;
  border-radius:24px;
  background:linear-gradient(135deg,#fff8e9,#fffdf8);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  box-shadow:0 12px 35px rgba(92,68,21,.07)
}
.order-alert-icon{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  background:var(--orange);color:white;font-size:26px;font-weight:900
}
.order-alert h2{font-family:Georgia,'Times New Roman',serif;font-size:26px;margin:4px 0}
.order-alert p{margin:0;color:var(--muted)}
.range{padding:82px 0 42px}
.range-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.range-card{
  min-height:300px;padding:28px;border-radius:28px;border:1px solid var(--line);
  background:linear-gradient(155deg,#fffdf8,#f1f6eb);position:relative;overflow:hidden
}
.range-card:after{
  content:"";position:absolute;width:140px;height:140px;border-radius:50%;
  background:rgba(239,141,37,.12);right:-38px;bottom:-42px
}
.range-card-dark{background:linear-gradient(145deg,#174d2a,#2d6b3b);color:white;border-color:transparent}
.range-card-dark p{color:#d8e7da}
.range-card-shot{background:linear-gradient(145deg,#fff1ce,#fffdf8)}
.range-number{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:white;color:var(--green);font-weight:900;box-shadow:0 8px 20px rgba(31,68,41,.08)}
.range-card h3{font-family:Georgia,'Times New Roman',serif;font-size:31px;margin:28px 0 12px}
.range-card p{color:var(--muted);max-width:330px}
.range-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}
.range-tags span{font-size:11px;font-weight:800;border:1px solid rgba(23,77,42,.15);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.7)}
.range-card-dark .range-tags span{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:white}

.logistics{padding:4px 0 90px}
.logistics-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}
.logistics-card{
  border:1px solid var(--line);border-radius:24px;padding:25px;background:white;
  box-shadow:0 8px 28px rgba(35,69,44,.04)
}
.logistics-card.free{background:linear-gradient(145deg,#eef6e9,#fff);border-color:#bfd4b7}
.logistics-kicker{font-size:11px;letter-spacing:.1em;font-weight:900;color:var(--green-2)}
.logistics-card h3{font-size:25px;margin:8px 0 12px}
.logistics-card p,.logistics-card li{color:var(--muted);font-size:14px}
.logistics-card ul{padding-left:20px;margin-bottom:0}

select{
  width:100%;border:1px solid var(--line);background:white;border-radius:12px;
  padding:13px 14px;outline:none;color:var(--ink);font:inherit
}
select:focus{border-color:#7daa84;box-shadow:0 0 0 3px rgba(80,139,92,.1)}
#deliveryFields>label{display:grid;gap:6px;font-size:13px;font-weight:700;margin-bottom:10px}
.delivery-notice,.advance-notice{
  padding:11px 12px;border-radius:12px;font-size:12px;line-height:1.45;margin:0 0 14px
}
.delivery-notice{background:#edf5ea;color:#315f3b;border:1px solid #d0e2ca}
.delivery-notice.warning{background:#fff5df;color:#7a5520;border-color:#ecd49e}
.delivery-notice.success{background:#eaf5e9;color:#235a31;border-color:#bad6b8}
.advance-notice{background:#fff6e8;color:#76501f;border:1px solid #ead6ae;margin-top:-5px}
.safety-box{
  margin-top:18px;padding:18px;border:1px solid #e6cfae;border-radius:18px;
  background:#fffaf1
}
.safety-box legend{padding:0 6px;color:#664817}
.safety-intro{margin:0 0 10px;color:#5e5c50;font-size:13px}
.safety-box ul{margin:0 0 15px;padding-left:20px;color:#5e5c50;font-size:12px;line-height:1.55}
.check-card{
  display:flex;gap:10px;align-items:flex-start;border:1px solid #d9c39f;border-radius:13px;
  padding:12px;background:white;cursor:pointer
}
.check-card input{width:auto;margin-top:4px}
.check-card span{display:grid}
.check-card small{color:var(--muted);font-weight:500}
.safety-help{margin:10px 0 0;color:#7b5b29;font-size:11px}

@media(max-width:900px){
  .order-alert{grid-template-columns:auto 1fr}.order-alert .btn{grid-column:1/-1}
  .range-grid{grid-template-columns:1fr 1fr}.range-card:last-child{grid-column:1/-1}
  .logistics-grid{grid-template-columns:1fr 1fr}.logistics-card:first-child{grid-column:1/-1}
}
@media(max-width:600px){
  .order-alert{margin-top:24px;padding:18px;grid-template-columns:1fr;text-align:left}
  .order-alert-icon{width:40px;height:40px;font-size:20px}
  .order-alert .btn{grid-column:auto;width:100%}
  .range{padding-top:58px}.range-grid{grid-template-columns:1fr}.range-card:last-child{grid-column:auto}
  .range-card{min-height:auto}
  .logistics-grid{grid-template-columns:1fr}.logistics-card:first-child{grid-column:auto}
}


/* --- GUG V3 : langues + contact + attribution --- */
.language-switch{
  display:flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:999px;
  background:white;
  box-shadow:0 4px 14px rgba(23,77,42,.05);
}
.language-switch a{
  width:34px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  color:var(--green);
  transition:.18s ease;
}
.language-switch a:hover{background:var(--green-3)}
.language-switch a.active{
  background:var(--green);
  color:white;
}
.contact-email strong{color:white;font-weight:800}
.powered-by{
  border-top:1px solid rgba(255,255,255,.06);
  padding:12px 18px 16px;
  text-align:center;
  color:#8fa795;
  font-size:11px;
}
.powered-by a{color:#d6e5d9;font-weight:800}
.powered-by a:hover{color:white;text-decoration:underline}

@media(max-width:900px){
  .topbar{gap:14px}
  .topbar nav{display:none}
  .language-switch{margin-left:auto}
}
@media(max-width:600px){
  .language-switch a{width:30px;height:28px;font-size:10px}
}


/* --- GUG V4 : logo animé, favicon et branding NY O --- */
.brand{
  position:relative;
  display:inline-flex;
  align-items:center;
  isolation:isolate;
}
.brand::after{
  content:"";
  position:absolute;
  inset:8px -6px;
  border-radius:18px;
  background:radial-gradient(circle, rgba(239,141,37,.14), transparent 68%);
  opacity:.35;
  z-index:-1;
  animation:gugLogoAura 3.8s ease-in-out infinite;
}
.brand .moving-gug-logo{
  transform-origin:50% 55%;
  will-change:transform,filter;
  animation:gugLogoFloat 3.8s ease-in-out infinite;
}
.brand:hover .moving-gug-logo{
  animation-duration:1.35s;
  filter:drop-shadow(0 8px 12px rgba(23,77,42,.16));
}

@keyframes gugLogoFloat{
  0%,100%{
    transform:translate3d(0,0,0) rotate(-.6deg) scale(1);
    filter:drop-shadow(0 3px 5px rgba(23,77,42,.08));
  }
  25%{
    transform:translate3d(2px,-2px,0) rotate(.4deg) scale(1.015);
  }
  50%{
    transform:translate3d(0,-5px,0) rotate(.8deg) scale(1.025);
    filter:drop-shadow(0 8px 12px rgba(23,77,42,.14));
  }
  75%{
    transform:translate3d(-2px,-2px,0) rotate(-.2deg) scale(1.012);
  }
}
@keyframes gugLogoAura{
  0%,100%{transform:scale(.92);opacity:.20}
  50%{transform:scale(1.08);opacity:.52}
}

.powered-by{
  border-top:1px solid rgba(255,255,255,.07);
  padding:17px 18px 20px;
  text-align:center;
}
.ny-powered-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#d9e6dc !important;
  font-size:14px !important;
  font-weight:650;
  letter-spacing:.01em;
  transition:transform .2s ease,color .2s ease;
}
.ny-powered-link:hover{
  color:white !important;
  transform:translateY(-1px);
  text-decoration:none !important;
}
.ny-powered-link strong{
  color:white;
  font-size:15px;
  font-weight:850;
}
.ny-powered-logo{
  width:54px;
  height:42px;
  object-fit:contain;
  background:white;
  border-radius:8px;
  padding:3px;
  box-shadow:0 5px 16px rgba(0,0,0,.16);
}

@media(max-width:600px){
  .ny-powered-link{
    font-size:13px !important;
    gap:9px;
  }
  .ny-powered-link strong{font-size:14px}
  .ny-powered-logo{width:48px;height:38px}
}

@media(prefers-reduced-motion:reduce){
  .brand::after,
  .brand .moving-gug-logo{
    animation:none !important;
  }
}
