*{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0c2547;
  --ink:#12182b;
  --gold:#c68a34;
  --gold-light:#e9bd6c;
  --paper:#ffffff;
  --cream:#f6f4ef;
  --muted:#666f80;
  --line:rgba(12,37,71,.12);
}
html{scroll-behavior:smooth}
body{
  font-family:"Manrope",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{list-style:none}
h1,h2,h3{font-family:"Manrope",sans-serif;font-weight:800;letter-spacing:-.02em}
.mono{font-variant-numeric:tabular-nums;font-weight:700}
.icon-svg{width:1em;height:1em;display:block}
.ic-inline{width:.9em;height:.9em;display:inline-block;vertical-align:-.12em;margin-right:.35em}

/* NAV */
.navbar{
  width:min(1240px,calc(100% - 48px));
  height:88px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:26px;
  border-bottom:1px solid var(--line);
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:44px;height:44px;object-fit:contain;border-radius:9px}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text strong{font-size:15px;font-weight:800;color:var(--navy)}
.brand-text span{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--gold);font-weight:700}
.nav-links{display:flex;align-items:center;gap:28px;margin-left:auto}
.nav-links a{font-size:13px;font-weight:600;color:#4a5568}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-account{padding:10px 16px;border-radius:8px;border:1px solid var(--line);color:var(--navy);font-size:13px;font-weight:700}
.nav-account:hover{border-color:var(--gold)}
.nav-cta{padding:12px 18px;border-radius:8px;background:var(--navy);color:#fff;font-size:13px;font-weight:700}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;color:var(--navy);font-size:22px;cursor:pointer}

/* BUTTONS */
.btn{min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer}
.btn-primary{background:var(--navy);color:#fff}
.btn-secondary{border:1px solid var(--navy);background:#fff;color:var(--navy)}
.btn-gold{background:var(--gold);color:#fff}

/* EYEBROW / KICKER */
.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.kicker.light{color:var(--gold-light)}

/* HERO */
.hero{width:min(1240px,calc(100% - 48px));min-height:600px;margin:auto;padding:80px 0;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}
.hero h1{margin-top:18px;color:var(--navy);font-size:clamp(40px,4.6vw,64px);line-height:1.05}
.hero h1 em{color:var(--gold);font-style:normal}
.hero-copy>p{max-width:600px;margin-top:22px;color:var(--muted);font-size:17px;line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.stats{display:flex;flex-wrap:wrap;gap:34px;margin-top:44px;padding-top:24px;border-top:1px solid var(--line)}
.stats div{display:flex;flex-direction:column;gap:3px}
.stats strong{color:var(--navy);font-size:18px;font-weight:800}
.stats span{color:var(--muted);font-size:11px}

/* HERO PANEL — replaces illustration with clean numbers */
.hero-panel{border:1px solid var(--line);border-radius:12px;overflow:hidden}
.hero-panel-row{display:flex;align-items:baseline;justify-content:space-between;padding:26px 28px;border-bottom:1px solid var(--line)}
.hero-panel-row:last-child{border-bottom:0}
.hero-panel-row strong{font-size:30px;font-weight:800;color:var(--navy)}
.hero-panel-row span{color:var(--muted);font-size:13px;text-align:right;max-width:180px}
.hero-panel-row:nth-child(odd){background:var(--cream)}

/* PERKS */
.perks-row{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:32px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.perk{display:flex;align-items:center;gap:12px}
.perk>span{font-size:20px;color:var(--gold);flex-shrink:0}
.perk strong{display:block;color:var(--navy);font-size:14px;font-weight:700}
.perk small{color:var(--muted);font-size:12px}

/* SECTIONS */
.section{width:min(1240px,calc(100% - 48px));margin:auto;padding:88px 0}
.section.soft{
  background:var(--cream);
  box-shadow:0 0 0 100vmax var(--cream);
  clip-path:inset(0 -100vmax);
  padding-top:76px;
  padding-bottom:76px;
}
.section-heading{max-width:680px;margin:0 auto 46px;text-align:center}
.section-heading.left{text-align:left;margin-left:0}
.section-heading h2{margin-top:12px;color:var(--navy);font-size:clamp(28px,3.4vw,42px);line-height:1.15}
.section-heading p{margin-top:15px;color:var(--muted);line-height:1.7}

/* FEATURE CARDS */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.feature-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:10px}
.feature-card>span{
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border-radius:9px;
  background:var(--cream);
  font-size:20px;
  color:var(--gold);
}
.feature-card h3{margin-top:20px;color:var(--navy);font-size:17px;font-weight:700}
.feature-card p{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.6}

/* CATEGORY GRID */
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.category-card{
  background:#fff;
  padding:26px 22px;
  display:flex;
  align-items:center;
  gap:16px;
  border:1px solid var(--line);
  border-radius:10px;
  transition:.15s ease;
}
.category-card:hover{border-color:var(--gold);background:var(--cream)}
.cat-photo{
  width:52px;height:52px;
  flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  border-radius:10px;
  background:var(--navy);
  font-size:22px;
  color:var(--gold-light);
}
.category-card-text{display:flex;flex-direction:column;gap:5px}
.category-card h3{font-weight:700;font-size:15.5px;color:var(--navy)}
.category-card p{color:var(--gold);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:5px}
.category-card p::after{content:"→";transition:.15s}
.category-card:hover p::after{transform:translateX(3px)}

/* PROMO TILES */
.promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.promo-tile{
  padding:26px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:14px;
  justify-content:space-between;
  min-height:150px;
}
.promo-tile.alt{background:var(--gold)}
.promo-tile span.tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-light)}
.promo-tile.alt span.tag{color:rgba(255,255,255,.85)}
.promo-tile strong{font-size:19px;font-weight:800;line-height:1.25}
.promo-tile a{font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px}
.promo-tile a::after{content:"→"}

/* QUICK ACTIONS */
.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:44px}
.quick-action{background:#fff;padding:22px;display:flex;align-items:center;gap:14px}
.quick-action:hover{background:var(--cream)}
.quick-action span{
  width:38px;height:38px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  border-radius:8px;background:var(--cream);color:var(--gold);font-size:17px;
}
.quick-action strong{display:block;font-size:13.5px;color:var(--navy);font-weight:700}
.quick-action small{color:var(--muted);font-size:11.5px}

/* WHY BAND */
.why-band{width:100%;padding:88px 0;color:#fff;background:var(--navy)}
.why-band .section-heading{margin-bottom:44px}
.why-band h2{color:#fff}
.why-grid{width:min(1240px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.why-item{padding:0 26px;border-left:1px solid rgba(255,255,255,.14)}
.why-item:first-child{border-left:0;padding-left:0}
.why-item>span{font-size:20px;color:var(--gold-light);display:inline-block}
.why-item strong{display:block;margin-top:16px;font-size:15px;font-weight:700}
.why-item p{margin-top:8px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.6}

/* CTA PANEL */
.cta-panel{padding:52px;display:flex;align-items:center;justify-content:space-between;gap:38px;border-radius:12px;color:#fff;background:var(--navy)}
.cta-panel h2{color:#fff;margin-top:10px}
.cta-panel p{margin-top:12px;color:rgba(255,255,255,.65)}

/* INNER PAGE HERO */
.page-hero{width:min(980px,calc(100% - 48px));margin:0 auto;padding:88px 0 50px;text-align:center}
.page-hero h1{margin-top:16px;color:var(--navy);font-size:clamp(34px,4.2vw,52px);line-height:1.1}
.page-hero p{max-width:620px;margin:20px auto 0;color:var(--muted);font-size:16px;line-height:1.7}

/* ACCOUNT SWITCH */
.account-switch-wrap{width:min(1240px,calc(100% - 48px));margin:0 auto 10px;display:grid;justify-items:center;gap:16px}
.account-switch{display:inline-flex;padding:4px;gap:2px;border-radius:10px;border:1px solid var(--line)}
.account-btn{display:grid;gap:2px;padding:12px 26px;border:0;border-radius:8px;background:transparent;color:var(--navy);cursor:pointer;text-align:left}
.account-btn-label{font-size:14px;font-weight:700}
.account-btn-sub{font-size:11px;color:var(--muted)}
.account-btn.is-active{background:var(--navy)}
.account-btn.is-active .account-btn-label{color:#fff}
.account-btn.is-active .account-btn-sub{color:var(--gold-light)}
.account-note{color:var(--muted);font-size:13px;text-align:center}
.account-note-value{color:var(--gold);font-weight:700}

/* CATALOGUE LAYOUT */
.catalogue-section{padding-top:40px}
.catalogue-layout{display:grid;grid-template-columns:220px 1fr;gap:0;border:1px solid var(--line)}
.cat-sidebar{padding:26px 22px;border-right:1px solid var(--line)}
.cat-sidebar h3{font-size:12px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}
.cat-sidebar nav{display:grid;gap:2px}
.cat-sidebar nav a{padding:9px 0;color:var(--navy);font-size:13.5px;font-weight:600}
.cat-sidebar nav a:hover{color:var(--gold)}
.catalogue-list{display:grid}
.catalogue-block{padding:36px;display:grid;gap:24px;border-bottom:1px solid var(--line)}
.catalogue-block:last-child{border-bottom:0}
.catalogue-block-head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.big-icon{display:none}
.catalogue-block h2{color:var(--navy);font-size:20px}
.catalogue-block>div>p:not(.unit){color:var(--muted);line-height:1.6;font-size:13.5px;margin-top:6px}
.catalogue-block-head>div{display:block}
.block-link{color:var(--gold);font-size:13px;font-weight:700}

/* PRODUCT ROWS */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.product-card{padding:18px;background:#fff;display:grid;gap:6px}
.product-thumb{
  width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;
  border-radius:8px;
  background:var(--cream);
  color:var(--gold);
  font-size:16px;
  margin-bottom:6px;
}
.product-card h3{font-weight:700;color:var(--navy);font-size:13.5px;line-height:1.3}
.product-card .unit{color:var(--muted);font-size:11px}
.product-avail{display:inline-flex;align-items:center;gap:5px;color:#237033;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}
.product-avail::before{content:"";width:6px;height:6px;border-radius:50%;background:#237033}
.product-card .price{margin-top:6px;padding-top:9px;border-top:1px solid var(--line);font-size:18px;font-weight:800;color:var(--navy)}
body.account-pro .product-card .price{color:var(--gold)}
.product-cta{
  margin-top:8px;
  padding:9px;
  text-align:center;
  border-radius:7px;
  background:var(--navy);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.product-cta:hover{background:var(--gold)}
.price-pro{display:none}
body.account-pro .price-particulier{display:none}
body.account-pro .price-pro{display:inline}

/* TIMELINE */
.timeline{border:1px solid var(--line)}
.timeline article{position:relative;padding:32px 32px 32px 108px;border-bottom:1px solid var(--line)}
.timeline article:last-child{border-bottom:0}
.timeline-num{position:absolute;left:32px;top:32px;color:var(--gold);font-size:22px;font-weight:800}
.timeline h2{color:var(--navy);font-size:19px}
.timeline p{margin-top:8px;color:var(--muted);font-size:14px}

/* PRO GRID */
.pro-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pro-grid article{padding:26px;background:#fff;border:1px solid var(--line);border-radius:10px}
.pro-grid>article>span{
  width:40px;height:40px;
  display:flex;align-items:center;justify-content:center;
  border-radius:9px;
  background:var(--cream);
  font-size:18px;
  color:var(--gold);
}
.pro-grid h3{margin-top:20px;color:var(--navy);font-size:16px;font-weight:700}
.pro-grid p{margin-top:8px;color:var(--muted);font-size:13.5px;line-height:1.6}
.pro-highlight{margin-top:1px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:34px;background:var(--cream)}
.pro-highlight>div{max-width:700px}
.pro-highlight h2{margin-top:8px;color:var(--navy);font-size:clamp(24px,3vw,32px)}
.pro-highlight p{margin-top:12px;color:var(--muted)}

/* APROPOS */
.trust-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:center}
.trust-visual{aspect-ratio:1/1;border-radius:12px;display:grid;place-items:center;font-size:64px;color:var(--gold-light);background:var(--navy)}
.trust-copy h2{margin-top:10px;color:var(--navy);font-size:clamp(26px,3.2vw,36px)}
.trust-copy>p{margin-top:15px;color:var(--muted);line-height:1.7}
.check-list{display:grid;gap:10px;margin:22px 0 28px;color:var(--navy);font-size:14px;font-weight:600}
.check-list li{padding-left:26px;position:relative}
.check-list li::before{content:"—";position:absolute;left:0;color:var(--gold);font-weight:800}
.pedro-panel{display:flex;align-items:center;gap:40px;padding:48px;background:#fff;border:1px solid var(--line)}
.pedro-avatar{flex-shrink:0;width:96px;height:96px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#fff;font-size:38px;font-weight:800}
.pedro-copy p{margin-top:8px;color:var(--navy);font-size:16px;line-height:1.7}
.pedro-copy strong{display:block;margin-top:14px;color:var(--gold)}

/* FORMS */
.form-layout,.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}
.form-layout>div>p{margin-top:14px;color:var(--muted);line-height:1.7}
.mini-points{display:grid;gap:12px;margin-top:26px;color:var(--navy);font-weight:600;font-size:13.5px}
.main-form{display:grid;gap:16px;padding:30px;border:1px solid var(--line)}
.main-form label{display:grid;gap:7px;color:var(--navy);font-size:13px;font-weight:700}
.main-form input,.main-form textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:6px;outline:none;font:inherit;font-size:14px}
.main-form input:focus,.main-form textarea:focus{border-color:var(--gold)}
.main-form textarea{resize:vertical}
.contact-info{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}
.contact-info div{padding:20px;background:#fff}
.contact-info span{display:block;color:var(--muted);font-size:12px}
.contact-info strong{display:block;margin-top:5px;color:var(--navy)}

/* FOOTER */
.footer{width:min(1240px,calc(100% - 48px));margin:auto;padding:40px 0;display:grid;grid-template-columns:1fr auto auto;gap:25px;align-items:center;border-top:1px solid var(--line)}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:38px;height:38px;object-fit:contain;border-radius:8px}
.footer-brand p{margin-top:2px;color:var(--muted);font-size:12px}
.footer-links{display:flex;gap:20px;color:var(--navy);font-size:13px;font-weight:600}
.footer-social{display:flex;gap:10px}
.footer-social a{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);color:var(--navy);font-weight:700;font-size:12px}
.footer-social a:hover{border-color:var(--gold);color:var(--gold)}
.footer small{grid-column:1/-1;color:#98a2b3;font-size:11px}

/* RESPONSIVE */
@media(max-width:980px){
  .nav-links{position:absolute;z-index:20;top:80px;left:24px;right:24px;display:none;flex-direction:column;align-items:flex-start;padding:20px;border:1px solid var(--line);background:#fff}
  .nav-links.open{display:flex}
  .menu-toggle{display:block}
  .nav-cta,.nav-account{display:none}
  .hero{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero-copy>p{margin-left:auto;margin-right:auto}
  .hero-actions,.stats{justify-content:center}
  .hero-panel{margin-top:24px}
  .perks-row{grid-template-columns:repeat(2,1fr);gap:20px}
  .quick-actions{grid-template-columns:repeat(2,1fr)}
  .promo-row{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:26px}
  .why-item{border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.14);padding-top:20px}
  .why-item:first-child,.why-item:nth-child(2){border-top:0;padding-top:0}
  .feature-grid,.pro-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .catalogue-layout{grid-template-columns:1fr}
  .cat-sidebar{border-right:0;border-bottom:1px solid var(--line)}
  .cat-sidebar nav{display:flex;flex-wrap:wrap;gap:14px}
  .cta-panel,.pro-highlight{flex-direction:column;align-items:flex-start}
  .form-layout,.contact-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .pedro-panel{flex-direction:column;text-align:center}
}
@media(max-width:640px){
  .navbar,.hero,.section,.footer,.page-hero,.perks-row,.why-grid,.account-switch-wrap{width:min(100% - 28px,1240px)}
  .navbar{height:74px}
  .brand-text{display:none}
  .hero{min-height:auto;padding:44px 0}
  .hero h1{font-size:clamp(34px,10vw,46px)}
  .feature-grid,.pro-grid,.category-grid,.perks-row,.why-grid,.quick-actions{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .section{padding:56px 0}
  .cta-panel,.pro-highlight{padding:26px}
  .catalogue-block{padding:22px}
  .timeline article{padding:24px}
  .timeline-num{position:static;display:block;margin-bottom:10px}
  .footer{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
  .footer-links{flex-wrap:wrap;justify-content:center}
  .footer-social{justify-content:center}
  .form-layout,.contact-grid{gap:28px}
}

/* ===== V2 POLISH ===== */
body{overflow-x:hidden}
button,input,textarea{font-family:inherit}
a,button{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(198,138,52,.28);outline-offset:3px}
.navbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.brand img{width:46px;height:46px;border-radius:10px;background:var(--navy)}
.nav-account.is-disabled{cursor:default;display:flex;align-items:center;gap:7px}
.nav-account.is-disabled small{padding:2px 5px;border-radius:999px;background:var(--cream);color:var(--gold);font-size:8px;text-transform:uppercase;letter-spacing:.04em}
.nav-cta:hover,.btn-primary:hover{background:#071d38;transform:translateY(-1px)}
.btn-gold:hover{background:#b87924;transform:translateY(-1px)}
.btn-secondary:hover{background:var(--cream)}
.hero{position:relative}
.hero-panel{box-shadow:0 18px 50px rgba(12,37,71,.07);background:#fff}
.delivery-disclaimer{position:absolute;right:0;bottom:34px;width:43%;color:var(--muted);font-size:10px;text-align:right}
.feature-card,.category-card,.promo-tile,.pro-grid article{box-shadow:0 8px 28px rgba(12,37,71,.035)}
.feature-card:hover,.pro-grid article:hover{transform:translateY(-3px);border-color:rgba(198,138,52,.38);box-shadow:0 16px 36px rgba(12,37,71,.07)}

.catalogue-tools{width:min(1240px,calc(100% - 48px));margin:10px auto 0;display:flex;justify-content:space-between;align-items:center;gap:18px}
.catalogue-search{width:min(560px,100%);min-height:48px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:9px;background:#fff}
.catalogue-search:focus-within{border-color:var(--gold);box-shadow:0 0 0 4px rgba(198,138,52,.08)}
.catalogue-search input{width:100%;border:0;outline:0;background:transparent;color:var(--navy);font-size:14px}
.ic-search{width:18px;height:18px;color:var(--gold);flex-shrink:0}
.catalogue-count{color:var(--muted);font-size:12px}
.catalogue-count strong{color:var(--navy)}
.catalogue-price-note{width:min(1240px,calc(100% - 48px));margin:14px auto 0;color:#8a6a34;font-size:11px;text-align:center}
.product-card.is-hidden,.catalogue-block.is-hidden{display:none}
.product-cta{border:0;cursor:pointer;width:100%}
.product-cta.added{background:#237033}
.product-cta.added::after{content:" ✓"}

.cart-float{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;align-items:center;gap:10px;padding:12px 15px;border-radius:999px;background:var(--navy);color:#fff;box-shadow:0 15px 35px rgba(12,37,71,.24);font-size:13px;font-weight:700}
.cart-float:hover{background:var(--gold);transform:translateY(-2px)}
.cart-badge{min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:var(--gold);color:#fff;font-size:11px}
.cart-float:hover .cart-badge{background:#fff;color:var(--gold)}

.form-layout{align-items:start}
.order-summary{margin-top:28px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.order-summary-head{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line)}
.order-summary-head h3{margin-top:4px;color:var(--navy);font-size:15px}
.clear-cart{border:0;background:transparent;color:var(--gold);font-size:12px;font-weight:700;cursor:pointer}
.cart-items{display:grid}
.cart-item{padding:13px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}
.cart-item:last-child{border-bottom:0}
.cart-item-name{display:grid;gap:2px}
.cart-item-name strong{color:var(--navy);font-size:12.5px}
.cart-item-name small{color:var(--muted);font-size:10.5px}
.cart-item-price{font-size:12px;font-weight:800;color:var(--gold)}
.cart-remove{border:0;background:transparent;color:#9b3b3b;font-size:16px;cursor:pointer}
.empty-cart{padding:18px 20px;color:var(--muted);font-size:12px}
.order-summary-total{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);background:var(--cream)}
.order-summary-total span{color:var(--muted);font-size:12px}
.order-summary-total strong{color:var(--navy);font-size:16px}

@media(max-width:980px){
  .delivery-disclaimer{position:static;width:100%;margin-top:14px;text-align:center}
  .catalogue-tools{flex-direction:column;align-items:stretch}
  .catalogue-count{text-align:center}
}
@media(max-width:640px){
  .catalogue-tools,.catalogue-price-note{width:min(100% - 28px,1240px)}
  .cart-float{right:14px;bottom:14px}
  .nav-account.is-disabled{display:none}
}


/* ===== Margin fix for categories / soft sections ===== */
.section.soft .section-heading{
  margin-bottom:34px;
}
.section.soft .section-heading h2{
  max-width:720px;
}
.section.soft .category-grid{
  margin-top:0;
}
.section.soft .promo-row{
  margin-top:14px;
}

@media(max-width:640px){
  .section{padding:52px 0}
  .section.soft{
    padding-top:48px;
    padding-bottom:48px;
  }
  .section.soft .section-heading{
    margin-bottom:26px;
  }
}


/* ===== V4 PREMIUM POLISH ===== */

:root{
  --navy:#0a2448;
  --navy-deep:#071a35;
  --gold:#c88a31;
  --gold-soft:#e9bd6c;
  --cream:#f7f4ee;
  --surface:#ffffff;
  --muted:#667085;
  --line:rgba(10,36,72,.11);
  --shadow-sm:0 8px 24px rgba(10,36,72,.05);
  --shadow-md:0 18px 42px rgba(10,36,72,.08);
  --shadow-lg:0 28px 70px rgba(10,36,72,.12);
}

body{
  background:#fff;
}

main{
  overflow:hidden;
}

h1,h2,h3{
  text-wrap:balance;
}

/* NAVIGATION */
.navbar{
  height:82px;
  border-bottom:1px solid rgba(10,36,72,.08);
  box-shadow:0 5px 18px rgba(10,36,72,.025);
}
.brand{
  min-width:max-content;
}
.brand-text strong{
  font-size:14px;
  letter-spacing:-.01em;
}
.nav-links{
  gap:24px;
}
.nav-links a{
  position:relative;
  padding:29px 0 27px;
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:17px;
  width:0;
  height:2px;
  border-radius:999px;
  background:var(--gold);
  transform:translateX(-50%);
  transition:.18s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after{
  width:18px;
}
.nav-cta{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 22px rgba(10,36,72,.12);
}

/* HERO */
.hero{
  min-height:620px;
  padding-top:72px;
  padding-bottom:72px;
}
.hero-home{
  background:
    radial-gradient(circle at 75% 30%,rgba(200,138,49,.10),transparent 26%),
    radial-gradient(circle at 90% 68%,rgba(10,36,72,.05),transparent 24%);
}
.hero-copy{
  max-width:690px;
}
.hero h1{
  max-width:760px;
  font-size:clamp(42px,4.6vw,66px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.hero-copy>p{
  font-size:16px;
  max-width:620px;
}
.eyebrow{
  padding:7px 11px;
  border:1px solid rgba(200,138,49,.18);
  border-radius:999px;
  background:rgba(200,138,49,.06);
}
.hero-actions{
  margin-top:28px;
}
.stats{
  max-width:600px;
  margin-top:38px;
}
.stats strong{
  font-size:17px;
}

.hero-panel{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(10,36,72,.09);
  box-shadow:var(--shadow-lg);
  transform:translateY(-2px);
}
.hero-panel-row{
  padding:24px 26px;
}
.hero-panel-row strong{
  font-size:28px;
  letter-spacing:-.03em;
}
.hero-panel-row span{
  line-height:1.45;
}

/* QUICK ACTIONS */
.quick-actions{
  width:min(1240px,calc(100% - 48px));
  margin:28px auto 0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.quick-action{
  min-height:82px;
}
.quick-action:hover{
  transform:translateY(-1px);
}
.quick-action span{
  background:rgba(200,138,49,.08);
}
.quick-action strong{
  font-size:13px;
}

/* PERKS */
.perks-row{
  padding:28px 0;
}
.perk{
  padding:4px 0;
}
.perk>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(200,138,49,.08);
}
.perk strong{
  font-size:13px;
}

/* SECTION TYPOGRAPHY */
.section{
  padding-top:82px;
  padding-bottom:82px;
}
.section-heading{
  margin-bottom:38px;
}
.section-heading h2{
  font-size:clamp(30px,3vw,42px);
  letter-spacing:-.035em;
}
.section-heading p{
  font-size:15px;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}
.section-heading.left p{
  margin-left:0;
}

/* FEATURE CARDS */
.feature-grid{
  gap:18px;
}
.feature-card{
  min-height:235px;
  padding:28px;
  border-radius:14px;
  border:1px solid rgba(10,36,72,.09);
  box-shadow:var(--shadow-sm);
}
.feature-card>span{
  width:46px;
  height:46px;
  border-radius:11px;
}
.feature-card h3{
  font-size:17px;
}
.feature-card p{
  font-size:13.5px;
  line-height:1.65;
}

/* CATEGORIES */
.section.soft{
  box-shadow:0 0 0 100vmax var(--cream);
}
.category-grid{
  gap:16px;
}
.category-card{
  min-height:104px;
  padding:22px;
  border-radius:13px;
  border-color:rgba(10,36,72,.10);
  box-shadow:var(--shadow-sm);
}
.category-card:hover{
  transform:translateY(-3px);
  background:#fff;
  box-shadow:var(--shadow-md);
}
.cat-photo{
  width:54px;
  height:54px;
  border-radius:12px;
}
.category-card h3{
  font-size:15px;
}
.category-card p{
  margin-top:2px;
  font-size:10px;
}

/* PROMO */
.promo-row{
  gap:16px;
  margin-top:18px;
}
.promo-tile{
  min-height:165px;
  padding:26px;
  border-radius:13px;
  box-shadow:var(--shadow-sm);
}
.promo-tile strong{
  font-size:18px;
  line-height:1.28;
}
.promo-tile a{
  margin-top:auto;
}

/* WHY */
.why-band{
  padding:78px 0;
  background:
    radial-gradient(circle at 85% 10%,rgba(200,138,49,.11),transparent 24%),
    var(--navy-deep);
}
.why-grid{
  gap:0;
}
.why-item{
  min-height:155px;
}
.why-item strong{
  font-size:14px;
}
.why-item p{
  font-size:12.5px;
}

/* CTA */
.cta-panel{
  border-radius:16px;
  padding:46px 48px;
  box-shadow:var(--shadow-lg);
  background:
    radial-gradient(circle at 100% 0%,rgba(200,138,49,.16),transparent 28%),
    var(--navy-deep);
}
.cta-panel h2{
  font-size:clamp(28px,3vw,40px);
}

/* INNER PAGE HERO */
.page-hero{
  padding-top:76px;
  padding-bottom:44px;
}
.page-hero h1{
  font-size:clamp(36px,4vw,52px);
}
.page-hero p{
  font-size:15px;
}

/* ACCOUNT SWITCH */
.account-switch{
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.account-btn{
  min-width:170px;
}
.account-btn.is-active{
  box-shadow:0 8px 18px rgba(10,36,72,.12);
}

/* CATALOGUE */
.catalogue-layout{
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.cat-sidebar{
  background:#fbfcfe;
}
.cat-sidebar nav a{
  border-radius:7px;
  padding:9px 10px;
}
.cat-sidebar nav a:hover{
  background:#fff;
}
.catalogue-block{
  padding:32px;
}
.product-grid{
  gap:12px;
  background:transparent;
  border:0;
}
.product-card{
  min-height:255px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:11px;
  box-shadow:0 5px 15px rgba(10,36,72,.025);
}
.product-card:hover{
  border-color:rgba(200,138,49,.35);
  box-shadow:var(--shadow-sm);
  transform:translateY(-2px);
}
.product-thumb{
  width:42px;
  height:42px;
}
.product-card h3{
  font-size:13px;
}
.product-card .price{
  margin-top:auto;
}
.product-cta{
  min-height:38px;
}
.catalogue-search{
  border-radius:10px;
  box-shadow:0 4px 14px rgba(10,36,72,.025);
}

/* TIMELINE */
.timeline{
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.timeline article{
  padding-top:29px;
  padding-bottom:29px;
}
.timeline article:hover{
  background:#fbfcfe;
}

/* PRO */
.pro-grid{
  gap:16px;
}
.pro-grid article{
  border-radius:13px;
  min-height:220px;
  box-shadow:var(--shadow-sm);
}
.pro-highlight{
  margin-top:20px;
  border-radius:14px;
  border:1px solid rgba(200,138,49,.12);
}

/* ABOUT */
.trust-grid{
  gap:64px;
}
.trust-visual{
  border-radius:16px;
  box-shadow:var(--shadow-lg);
}
.pedro-panel{
  border-radius:14px;
  box-shadow:var(--shadow-sm);
}
.pedro-avatar{
  box-shadow:0 10px 24px rgba(200,138,49,.18);
}

/* FORMS */
.main-form{
  border-radius:14px;
  box-shadow:var(--shadow-sm);
}
.main-form input,
.main-form textarea{
  min-height:46px;
  border-radius:8px;
  background:#fcfdff;
}
.main-form textarea{
  min-height:150px;
}
.contact-info{
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}

/* FOOTER */
.footer{
  padding-top:34px;
  padding-bottom:34px;
}
.footer-links a:hover{
  color:var(--gold);
}

/* RESPONSIVE REFINEMENT */
@media(max-width:1100px){
  .nav-links{gap:18px}
  .nav-links a{font-size:12px}
}
@media(max-width:980px){
  .navbar{
    height:76px;
  }
  .nav-links{
    top:76px;
    border-radius:0 0 14px 14px;
    box-shadow:0 18px 34px rgba(10,36,72,.10);
  }
  .nav-links a{
    width:100%;
    padding:11px 0;
  }
  .nav-links a::after{
    display:none;
  }
  .hero{
    padding-top:54px;
    padding-bottom:54px;
  }
  .hero-copy{
    margin:auto;
  }
  .hero-panel{
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
  }
  .quick-actions{
    margin-top:18px;
  }
}
@media(max-width:640px){
  .navbar{
    width:min(100% - 22px,1240px);
  }
  .hero,
  .section,
  .footer,
  .page-hero,
  .perks-row,
  .why-grid,
  .account-switch-wrap,
  .catalogue-tools,
  .catalogue-price-note{
    width:min(100% - 24px,1240px);
  }
  .hero h1{
    font-size:clamp(36px,11vw,48px);
  }
  .hero-copy>p{
    font-size:15px;
  }
  .hero-actions{
    flex-direction:column;
  }
  .hero-actions .btn{
    width:100%;
  }
  .stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .stats div{
    align-items:center;
    text-align:center;
  }
  .stats span{
    font-size:10px;
  }
  .quick-actions{
    width:min(100% - 24px,1240px);
  }
  .quick-action{
    min-height:74px;
  }
  .section{
    padding-top:52px;
    padding-bottom:52px;
  }
  .section-heading{
    margin-bottom:28px;
  }
  .section-heading h2{
    font-size:30px;
  }
  .feature-card{
    min-height:auto;
  }
  .category-card{
    min-height:90px;
  }
  .promo-tile{
    min-height:145px;
  }
  .why-band{
    padding:56px 0;
  }
  .why-item{
    min-height:auto;
  }
  .cta-panel{
    padding:28px;
  }
  .catalogue-block{
    padding:20px;
  }
  .product-card{
    min-height:auto;
  }
  .account-switch{
    width:100%;
  }
  .account-btn{
    flex:1;
    min-width:0;
    padding:11px 13px;
  }
}


/* =========================================================
   V5 — HARMONISATION GLOBALE
   ========================================================= */

:root{
  --container:1240px;
  --page-x:48px;
  --section-y:82px;
  --radius-sm:10px;
  --radius-md:14px;
  --radius-lg:18px;
}

/* GLOBAL LAYOUT */
body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

main{
  flex:1;
}

.navbar,
.hero,
.section,
.footer,
.perks-row,
.why-grid,
.catalogue-tools,
.catalogue-price-note,
.account-switch-wrap{
  width:min(var(--container),calc(100% - var(--page-x)));
}

/* COMMON PAGE HERO */
.page-hero{
  width:min(900px,calc(100% - var(--page-x)));
  min-height:300px;
  padding:74px 0 48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.page-hero .eyebrow{
  margin-bottom:0;
}

.page-hero h1{
  max-width:820px;
  margin-top:16px;
}

.page-hero p{
  max-width:650px;
}

/* COMMON SECTION RHYTHM */
.section{
  padding-top:var(--section-y);
  padding-bottom:var(--section-y);
}

.section + .section{
  border-top:1px solid rgba(10,36,72,.055);
}

.section.soft + .section,
.section + .section.soft{
  border-top:0;
}

.section-heading{
  max-width:720px;
}

.section-heading.left{
  max-width:760px;
}

.section-heading h2,
.trust-copy h2,
.pro-highlight h2,
.form-layout h2,
.cta-panel h2{
  letter-spacing:-.035em;
}

/* HEADER */
.navbar{
  padding:0 2px;
}

.nav-links{
  height:100%;
}

.nav-links a{
  height:100%;
  display:flex;
  align-items:center;
  padding:0;
}

.nav-links a::after{
  bottom:13px;
}

.nav-cta.is-current{
  background:var(--gold);
}

/* BUTTON CONSISTENCY */
.btn,
.nav-cta,
.product-cta{
  border-radius:9px;
}

.btn{
  min-height:48px;
}

.btn-primary,
.nav-cta{
  box-shadow:0 10px 24px rgba(10,36,72,.12);
}

/* CARD CONSISTENCY */
.feature-card,
.category-card,
.pro-grid article,
.catalogue-layout,
.timeline,
.main-form,
.contact-info,
.pedro-panel,
.order-summary,
.hero-panel,
.promo-tile{
  border-radius:var(--radius-md);
}

/* HOME */
.page-home .hero{
  padding-top:64px;
  padding-bottom:64px;
}

.page-home .quick-actions{
  margin-top:24px;
}

.page-home .perks-row{
  margin-top:0;
}

/* CATALOGUE */
.page-catalogue .page-hero{
  padding-bottom:34px;
}

.page-catalogue .account-switch-wrap{
  margin-top:0;
  margin-bottom:28px;
}

.page-catalogue .catalogue-tools{
  margin-top:0;
}

.page-catalogue .catalogue-section{
  padding-top:32px;
}

.page-catalogue .catalogue-block{
  scroll-margin-top:110px;
}

.page-catalogue .product-card{
  display:flex;
  flex-direction:column;
}

.page-catalogue .product-card .product-cta{
  margin-top:10px;
}

/* LIVRAISON */
.page-livraison .timeline{
  max-width:980px;
  margin:auto;
}

.page-livraison .timeline article{
  min-height:120px;
}

.page-livraison .cta-panel{
  max-width:1100px;
  margin:auto;
}

/* PROFESSIONALS */
.page-professionnels .pro-grid{
  align-items:stretch;
}

.page-professionnels .pro-grid article{
  height:100%;
}

.page-professionnels .pro-highlight{
  margin-top:22px;
}

/* ABOUT */
.page-apropos .trust-grid{
  max-width:1080px;
  margin:auto;
}

.page-apropos .trust-visual{
  max-width:360px;
  width:100%;
  margin:auto;
}

.page-apropos .pedro-panel{
  max-width:1040px;
  margin:auto;
}

/* CONTACT + ORDER */
.page-contact .contact-grid,
.page-commande .form-layout{
  max-width:1080px;
  margin:auto;
}

.page-contact .contact-info,
.page-contact .main-form,
.page-commande .main-form{
  height:100%;
}

.page-commande .order-summary{
  margin-top:26px;
}

/* FOOTER */
.footer{
  margin-top:30px;
  min-height:150px;
  align-items:start;
}

.footer-brand{
  max-width:330px;
}

.footer-brand strong{
  color:var(--navy);
  font-size:13px;
}

.footer-links{
  align-items:flex-start;
  flex-wrap:wrap;
  justify-content:flex-end;
  max-width:500px;
}

.footer-links a{
  line-height:30px;
}

.footer-social{
  padding-top:2px;
}

/* EMPTY LINK PLACEHOLDERS */
.footer-social a[href="#"]{
  opacity:.75;
}

/* MOBILE / TABLET */
@media(max-width:1100px){
  :root{
    --page-x:36px;
  }

  .nav-links{
    gap:15px;
  }

  .nav-links a{
    font-size:11.5px;
  }
}

@media(max-width:980px){
  :root{
    --section-y:68px;
  }

  .nav-links{
    height:auto;
  }

  .nav-links a{
    height:auto;
  }

  .page-hero{
    min-height:260px;
    padding-top:58px;
    padding-bottom:40px;
  }

  .footer{
    grid-template-columns:1fr 1fr;
  }

  .footer-social{
    justify-content:flex-end;
  }

  .footer small{
    grid-column:1/-1;
  }
}

@media(max-width:640px){
  :root{
    --page-x:24px;
    --section-y:52px;
  }

  .page-hero{
    min-height:auto;
    padding:48px 0 34px;
  }

  .page-hero h1{
    font-size:clamp(34px,10vw,44px);
  }

  .page-hero p{
    font-size:14px;
  }

  .section-heading h2,
  .trust-copy h2,
  .pro-highlight h2,
  .form-layout h2{
    font-size:28px;
  }

  .footer{
    margin-top:12px;
    grid-template-columns:1fr;
    text-align:center;
  }

  .footer-brand{
    margin:auto;
    justify-content:center;
  }

  .footer-links{
    justify-content:center;
    margin:auto;
  }

  .footer-social{
    justify-content:center;
  }

  .page-apropos .trust-visual{
    max-width:260px;
  }

  .page-contact .contact-grid,
  .page-commande .form-layout{
    width:100%;
  }
}


/* =========================================================
   V6 — E-COMMERCE
   ========================================================= */

.home-cart-note{
  margin-top:14px!important;
  font-size:12px!important;
  color:var(--muted)!important;
}

.shop-intro-strip{
  width:min(var(--container),calc(100% - var(--page-x)));
  margin:4px auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.shop-intro-strip>div{
  min-height:70px;
  padding:16px 20px;
  display:flex;
  align-items:center;
  gap:12px;
  border-right:1px solid var(--line);
}
.shop-intro-strip>div:last-child{border-right:0}
.shop-intro-strip strong{
  width:30px;height:30px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:var(--gold-soft);
  font-size:12px;
}
.shop-intro-strip span{
  color:var(--navy);
  font-size:12px;
  font-weight:700;
}

.price-unit{
  display:block;
  margin-top:-2px;
  color:#9aa2af;
  font-size:9.5px;
}
.product-buy{
  margin-top:auto;
  display:grid;
  grid-template-columns:96px 1fr;
  gap:8px;
}
.qty-control{
  height:38px;
  display:grid;
  grid-template-columns:30px 1fr 30px;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}
.qty-btn{
  border:0;
  background:var(--cream);
  color:var(--navy);
  cursor:pointer;
  font-size:16px;
  font-weight:800;
}
.qty-btn:hover{background:#eee8de}
.qty-input{
  min-width:0;
  width:100%;
  border:0;
  outline:0;
  text-align:center;
  color:var(--navy);
  font-weight:700;
  -moz-appearance:textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.product-cta{
  margin-top:0!important;
}

.form-fieldset{
  border:0;
  padding:0;
  margin:0;
}
.form-fieldset legend{
  margin-bottom:8px;
  color:var(--navy);
  font-size:13px;
  font-weight:700;
}
.radio-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.radio-card{
  min-height:68px;
  padding:12px 14px;
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center;
  gap:10px!important;
  border:1px solid var(--line);
  border-radius:9px;
  cursor:pointer;
  background:#fff;
}
.radio-card:has(input:checked){
  border-color:var(--gold);
  background:rgba(200,138,49,.045);
}
.radio-card input{
  width:16px!important;
  min-height:auto!important;
  box-shadow:none!important;
}
.radio-card span{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.radio-card strong{
  font-size:12px;
  color:var(--navy);
}
.radio-card small{
  color:var(--muted);
  font-size:10px;
}
.optional{
  color:var(--muted);
  font-size:10px;
  font-weight:500;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.main-form select{
  width:100%;
  min-height:46px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fcfdff;
  color:var(--navy);
  font:inherit;
  font-size:14px;
  outline:0;
}
.main-form select:focus{
  border-color:var(--gold);
}
.delivery-check{
  padding:16px;
  display:grid;
  gap:9px;
  border:1px solid rgba(200,138,49,.24);
  border-radius:10px;
  background:#fbf7ef;
}
.delivery-check>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:12px;
}
.delivery-check strong{
  color:var(--navy);
}
.delivery-check small{
  padding-top:7px;
  border-top:1px solid rgba(200,138,49,.17);
  color:#846f50;
  font-size:10px;
  line-height:1.5;
}

.delivery-rules{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.delivery-rules article{
  min-height:170px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.delivery-rules article::before{
  content:"";
  display:block;
  width:30px;
  height:3px;
  margin-bottom:22px;
  border-radius:999px;
  background:var(--gold);
}
.delivery-rules strong{
  color:var(--navy);
  font-size:14px;
}
.delivery-rules p{
  margin-top:9px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.6;
}

/* Cart item quantity display */
.cart-item-name small{
  line-height:1.4;
}

@media(max-width:980px){
  .delivery-rules{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:640px){
  .shop-intro-strip{
    grid-template-columns:1fr;
    width:min(100% - 24px,var(--container));
  }
  .shop-intro-strip>div{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .shop-intro-strip>div:last-child{
    border-bottom:0;
  }
  .product-buy{
    grid-template-columns:92px 1fr;
  }
  .radio-grid,
  .form-row,
  .delivery-rules{
    grid-template-columns:1fr;
  }
  .delivery-rules article{
    min-height:auto;
  }
}


/* =========================================================
   V7 — ESPACE CLIENT / HISTORIQUE
   ========================================================= */

.active-account{
  border-color:var(--gold);
  color:var(--gold);
}

.account-section{
  padding-top:40px;
}

.account-layout{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:24px;
  align-items:start;
}

.account-card{
  padding:28px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}

.account-profile{
  position:sticky;
  top:110px;
}

.account-profile h2,
.account-card-head h2{
  margin-top:7px;
  color:var(--navy);
  font-size:22px;
}

.account-profile>p{
  margin-top:14px;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
}

.account-profile .btn{
  width:100%;
  margin-top:22px;
}

.profile-choice{
  display:grid;
  gap:8px;
  margin-top:22px;
}

.profile-choice label{
  padding:12px 14px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid var(--line);
  border-radius:9px;
  color:var(--navy);
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.profile-choice label:has(input:checked){
  border-color:var(--gold);
  background:rgba(200,138,49,.05);
}

.account-main{
  display:grid;
  gap:20px;
}

.account-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}

.clear-history,
.text-link{
  border:0;
  background:transparent;
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.order-history{
  display:grid;
}

.history-order{
  padding:20px 0;
  border-bottom:1px solid var(--line);
}

.history-order:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.history-order-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}

.history-order-head strong{
  color:var(--navy);
  font-size:14px;
}

.history-order-head span{
  color:var(--muted);
  font-size:11px;
}

.history-order-total{
  color:var(--gold)!important;
  font-size:14px!important;
  font-weight:800;
}

.history-order-items{
  margin-top:12px;
  display:grid;
  gap:6px;
}

.history-order-items div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:var(--muted);
  font-size:11.5px;
}

.empty-history{
  padding:30px 0 10px;
  color:var(--muted);
  font-size:13px;
}

.account-cart-preview{
  display:grid;
  gap:1px;
  margin-top:16px;
  background:var(--line);
}

.account-cart-row{
  padding:12px 14px;
  display:flex;
  justify-content:space-between;
  gap:14px;
  background:#fff;
  color:var(--navy);
  font-size:12px;
}

.account-cart-row span:last-child{
  color:var(--gold);
  font-weight:800;
}

/* Editable cart quantity */
.cart-item{
  grid-template-columns:1fr auto auto auto;
  display:grid;
}

.cart-inline-qty{
  display:flex;
  align-items:center;
  gap:4px;
}

.cart-inline-qty button{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  color:var(--navy);
  cursor:pointer;
}

.cart-inline-qty span{
  min-width:20px;
  text-align:center;
  font-size:11px;
  font-weight:800;
  color:var(--navy);
}

/* Confirmation */
.confirmation-wrap{
  width:min(720px,calc(100% - 48px));
  min-height:620px;
  margin:auto;
  padding:100px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.confirmation-icon{
  width:70px;
  height:70px;
  margin-bottom:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef7f1;
  color:#237033;
  font-size:30px;
  font-weight:800;
}

.confirmation-wrap h1{
  margin-top:15px;
  color:var(--navy);
  font-size:clamp(38px,5vw,56px);
  line-height:1.04;
  letter-spacing:-.045em;
}

.confirmation-wrap>p{
  max-width:620px;
  margin-top:20px;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}

.confirmation-number{
  margin-top:24px;
  padding:13px 18px;
  border-radius:9px;
  background:var(--cream);
  color:var(--muted);
  font-size:12px;
}

.confirmation-number strong{
  color:var(--navy);
}

.confirmation-actions{
  margin-top:28px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}

.terms-check{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:flex-start;
  gap:10px!important;
  padding:13px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fcfdff;
  color:var(--muted)!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.5;
}

.terms-check input{
  width:16px!important;
  min-height:auto!important;
  margin-top:1px;
  flex:0 0 auto;
}

@media(max-width:980px){
  .account-layout{
    grid-template-columns:1fr;
  }
  .account-profile{
    position:static;
  }
}

@media(max-width:640px){
  .confirmation-wrap{
    width:min(100% - 24px,720px);
    min-height:520px;
    padding:70px 0;
  }
  .confirmation-actions{
    width:100%;
    flex-direction:column;
  }
  .confirmation-actions .btn{
    width:100%;
  }
  .account-card{
    padding:20px;
  }
  .history-order-head{
    flex-direction:column;
  }
  .cart-item{
    grid-template-columns:1fr auto;
  }
  .cart-inline-qty{
    grid-column:1/2;
  }
  .cart-item-price{
    grid-column:2/3;
    grid-row:1/2;
  }
}

/* ===== V8 — Catalogue Dolibarr dynamique ===== */
.catalogue-loading{
  min-height:260px;
  padding:48px 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  color:var(--muted);
}
.catalogue-loading strong{color:var(--navy);font-size:16px}
.catalogue-loading span{font-size:12px;max-width:520px}
.catalogue-error{background:#fff8f5}
.product-avail.is-unavailable{color:#9b3b3b}
.product-avail.is-unavailable::before{background:#9b3b3b}
.product-cta:disabled{cursor:not-allowed;background:#9aa2af;opacity:.75}
.product-cta:disabled:hover{transform:none;background:#9aa2af}


/* ===== V8 — DOLIBARR LIVE STOCK / CATEGORIES ===== */
.page-catalogue .account-switch-wrap{padding-top:8px}
.product-avail.is-unavailable{color:#a13d3d}
.product-avail.is-unavailable::before{background:#a13d3d}
.product-avail.is-low-stock{color:#9a6a16}
.product-avail.is-low-stock::before{background:#c88a31}
.product-card.is-low-stock{border-color:rgba(200,138,49,.28)}
.product-cta:disabled{cursor:not-allowed;background:#aab1bc;opacity:.78}
.product-cta:disabled:hover{transform:none;background:#aab1bc}
.catalogue-loading{padding:46px;display:grid;gap:8px;text-align:center;color:var(--muted)}
.catalogue-loading strong{color:var(--navy);font-size:18px}
.catalogue-error strong{color:#9b3b3b}


/* ===== V9 — Stock Dolibarr fusionné ===== */
.product-avail.is-low-stock{color:#9a6a16}
.product-avail.is-low-stock::before{background:#c88a31}
.product-avail.is-unavailable{color:#a13d3d}
.product-avail.is-unavailable::before{background:#a13d3d}
.product-card.is-low-stock{border-color:rgba(200,138,49,.32)}
.product-cta:disabled,.qty-btn:disabled,.qty-input:disabled{opacity:.58;cursor:not-allowed}
.product-cta:disabled:hover{background:#aab1bc;transform:none}

/* =========================================================
   V8 — COMPTES CLIENTS / PRIX PROTEGES
   ========================================================= */
.catalogue-auth-banner{
  width:min(var(--container),calc(100% - var(--page-x)));
  margin:0 auto 24px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(200,138,49,.24);
  border-radius:14px;
  background:#fbf7ef;
  box-shadow:var(--shadow-sm);
}
.catalogue-auth-banner.is-authenticated{background:#f4f8f5;border-color:rgba(35,112,51,.18)}
.catalogue-auth-banner>div:first-child{display:grid;gap:4px}
.catalogue-auth-banner strong{color:var(--navy);font-size:14px}
.catalogue-auth-banner span{color:var(--muted);font-size:12px}
.catalogue-auth-actions{display:flex;gap:10px;flex-wrap:wrap}
.price{display:flex;align-items:baseline;gap:6px}
.price small{font-size:9px;color:var(--muted);font-weight:700}
.price-locked{min-height:44px;display:flex;align-items:center;color:var(--muted)!important;font-size:11px!important;font-weight:700!important}
.locked-cta{display:flex;align-items:center;justify-content:center;text-decoration:none}
.product-cta:disabled,.qty-btn:disabled,.qty-input:disabled{opacity:.48;cursor:not-allowed}
.product-avail.is-unavailable{color:#b42318}.product-avail.is-unavailable::before{background:#b42318}
.product-avail.is-low-stock{color:#b86f00}.product-avail.is-low-stock::before{background:#b86f00}

.auth-section{padding-top:24px}
.auth-card,.register-card{max-width:900px;margin:auto;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-md);overflow:hidden}
.auth-card{display:grid;grid-template-columns:.8fr 1.2fr;align-items:stretch}
.auth-card-copy{padding:42px;background:var(--cream)}
.auth-card-copy h2{margin-top:10px;color:var(--navy);font-size:30px}
.auth-card-copy p{margin-top:12px;color:var(--muted);line-height:1.7}
.auth-form{border:0;border-radius:0;box-shadow:none;padding:42px}
.register-card{max-width:820px}
.register-form{border:0;box-shadow:none;padding:38px}
.pro-register-fields{display:grid;gap:16px;padding:18px;border-radius:10px;background:var(--cream);border:1px solid var(--line)}
.form-message{min-height:20px;color:#b42318;font-size:12px;font-weight:700}
.auth-alt{text-align:center;color:var(--muted);font-size:12px}.auth-alt a{color:var(--gold);font-weight:800}
.checkout-account-note{padding:15px 16px;display:grid;gap:4px;border:1px solid rgba(35,112,51,.16);border-radius:10px;background:#f4f8f5}
.checkout-account-note strong{color:var(--navy);font-size:13px}.checkout-account-note span{color:var(--muted);font-size:11px}

.account-status{margin-top:18px;padding:10px 12px;border-radius:9px;font-size:12px;font-weight:800}
.status-active{background:#eef7f1;color:#237033}.status-pending{background:#fff6e7;color:#9a5b00}.status-rejected,.status-suspended{background:#fff0ee;color:#b42318}
.profile-data{display:grid;gap:1px;margin-top:18px;background:var(--line);border:1px solid var(--line)}
.profile-data div{padding:12px;background:#fff}.profile-data span{display:block;color:var(--muted);font-size:10px}.profile-data strong{font-size:12px;color:var(--navy)}
.account-access-message{padding-top:22px}.access-ok,.access-wait{padding:18px;border-radius:10px;font-weight:700;font-size:13px}.access-ok{background:#eef7f1;color:#237033}.access-wait{background:#fff6e7;color:#9a5b00}
.admin-card p{padding-top:18px;color:var(--muted);font-size:13px}
.admin-pro-list{display:grid;gap:14px;max-width:1000px;margin:auto}
.admin-pro-card{padding:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}
.admin-pro-card h3{margin-top:8px;color:var(--navy)}.admin-pro-card p{margin-top:5px;color:var(--muted);font-size:12px}.admin-pro-actions{display:flex;gap:8px;flex-wrap:wrap}
.status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:9px;font-weight:800;text-transform:uppercase}

@media(max-width:760px){
  .catalogue-auth-banner,.auth-card,.admin-pro-card{flex-direction:column;align-items:stretch}
  .catalogue-auth-banner{display:flex}.auth-card{display:grid;grid-template-columns:1fr}.auth-card-copy,.auth-form,.register-form{padding:24px}.admin-pro-card{display:flex}.admin-pro-actions .btn{flex:1}
}
