/*
Theme Name: Big2Big Pro
Theme URI: https://big2big.fr
Author: Big2Big
Description: Thème professionnel Big2Big — Grossiste Alimentaire
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: big2big
*/

/* ╔═══════════════════════════════════════╗
   ║  RESET TOTAL                          ║
   ╚═══════════════════════════════════════╝ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: 'Barlow', sans-serif; background: #fff; overflow-x: hidden; color: #0c1240; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; border-radius: 0; }

/* ╔═══════════════════════════════════════╗
   ║  TOKENS                               ║
   ╚═══════════════════════════════════════╝ */
:root {
  --navy:   #1a2870;
  --dark:   #0c1240;
  --deeper: #070c2a;
  --mid:    #253494;
  --yellow: #F5C518;
  --ydark:  #c9a10a;
  --ylight: #fdd84e;
  --white:  #ffffff;
  --light:  #eef0f8;
  --muted:  #f6f7fc;

  --t1: rgba(255,255,255,.96);
  --t2: rgba(255,255,255,.58);
  --t3: rgba(255,255,255,.24);
  --t4: rgba(255,255,255,.08);
  --t5: rgba(255,255,255,.04);

  --d1: rgba(12,18,64,.7);
  --d2: rgba(12,18,64,.12);
  --d3: rgba(12,18,64,.06);

  --fd: 'Bebas Neue', sans-serif;
  --fc: 'Barlow Condensed', sans-serif;
  --fb: 'Barlow', sans-serif;

  --nav-h: 76px;
  --max: 1480px;
  --pad: clamp(24px,5vw,100px);
}

/* ╔═══════════════════════════════════════╗
   ║  WP / HOSTINGER KILL SWITCH           ║
   ╚═══════════════════════════════════════╝ */
html, body { margin: 0 !important; padding: 0 !important; }

.b2b-site .site-header,
.b2b-site #masthead,
.b2b-site .main-header,
.b2b-site header.site-header,
.b2b-site .header-wrap,
.b2b-site .header-main,
.b2b-site #site-header,
.b2b-site .hfe-header,
.b2b-site .hfe-nav-menu,
.b2b-site .elementor-location-header,
.b2b-site [class*="site-header"]:not(.b2b-nav) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.b2b-site .site-footer,
.b2b-site footer.site-footer,
.b2b-site #colophon,
.b2b-site #site-footer,
.b2b-site .footer-wrap,
.b2b-site .elementor-location-footer,
.b2b-site [class*="site-footer"] {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.b2b-site #page,
.b2b-site #content,
.b2b-site #primary,
.b2b-site .site-content,
.b2b-site .entry-content,
.b2b-site .post-content,
.b2b-site .page-content,
.b2b-site .elementor-section-wrap,
.b2b-site .elementor {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

#b2b-wrap { padding-top: var(--nav-h); }
.admin-bar #b2b-wrap  { padding-top: calc(var(--nav-h) + 32px); }
.admin-bar .b2b-nav   { top: 32px !important; }

/* ╔═══════════════════════════════════════╗
   ║  NAVIGATION                           ║
   ╚═══════════════════════════════════════╝ */
.b2b-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  height: var(--nav-h);
  background: rgba(7,12,42,.97);
  border-bottom: 1px solid rgba(245,197,24,.14);
  transition: background .3s, box-shadow .3s, border-color .3s;
}
.b2b-nav.stuck {
  background: rgba(5,8,30,.99);
  border-bottom-color: rgba(245,197,24,.22);
  box-shadow: 0 1px 0 rgba(245,197,24,.08), 0 12px 48px rgba(0,0,0,.55);
}
.nav-in {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad);
  height: 100%;
  display: flex; align-items: center; gap: 0;
}

/* ── Logo navbar ── */
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: clamp(28px,3.5vw,60px);
}
.nav-logo-img {
  height: 8px;   /* taille maîtrisée — ni trop grand, ni trop petit */
  width: auto;
  display: block;
  object-fit: contain;
}

/* Menu */
.nav-menu { display: flex; align-items: center; flex: 1; }
.nav-menu a {
  display: flex; align-items: center;
  height: var(--nav-h); padding: 0 17px;
  font-family: var(--fc); font-size: 11px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(255,255,255,.5);
  position: relative; white-space: nowrap;
  transition: color .2s;
}
.nav-menu a::after {
  content: ''; position: absolute;
  bottom: 0; left: 17px; right: 17px; height: 2px;
  background: var(--yellow);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s cubic-bezier(.4,0,.2,1);
}
.nav-menu a:hover,
.nav-menu a.cur { color: var(--white); }
.nav-menu a:hover::after,
.nav-menu a.cur::after { transform: scaleX(1); }

/* Actions */
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.nav-act {
  font-family: var(--fc); font-size: 10px; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 11px 24px; border: 1.5px solid transparent;
  transition: transform .15s, background .18s, border-color .18s, color .18s;
  white-space: nowrap; cursor: pointer; display: inline-block; line-height: 1;
}
.nav-act:hover { transform: translateY(-1px); }
.nav-act-gl { background: transparent; color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.16); }
.nav-act-gl:hover { color: var(--white); border-color: rgba(255,255,255,.4); }
.nav-act-cta { background: var(--yellow); color: var(--dark); border-color: var(--yellow); }
.nav-act-cta:hover { background: var(--ylight); }

/* Burger */
.nav-burg {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; background: none; border: none; cursor: pointer; margin-left: auto;
}
.nav-burg span { display: block; width: 24px; height: 2px; background: var(--white); transition: transform .28s, opacity .28s; }
.nav-burg.on span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-burg.on span:nth-child(2) { opacity: 0; }
.nav-burg.on span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.nav-mob {
  display: none; position: fixed;
  top: var(--nav-h); left: 0; right: 0; bottom: 0;
  background: rgba(5,8,30,.99);
  flex-direction: column; justify-content: center;
  padding: 40px var(--pad); z-index: 9998; overflow-y: auto;
}
.nav-mob.on { display: flex; }
.admin-bar .nav-mob { top: calc(var(--nav-h) + 32px); }
.nav-mob a {
  font-family: var(--fd); font-size: clamp(38px,9vw,60px);
  color: rgba(255,255,255,.55); line-height: 1;
  padding: 16px 0; border-bottom: 1px solid rgba(245,197,24,.07);
  letter-spacing: 1px; transition: color .2s, padding-left .25s;
}
.nav-mob a:hover { color: var(--yellow); padding-left: 8px; }
.nav-mob-cta { margin-top: 44px; display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 1000px) { .nav-menu, .nav-actions { display: none; } .nav-burg { display: flex; } }

/* ╔═══════════════════════════════════════╗
   ║  BOUTONS                              ║
   ╚═══════════════════════════════════════╝ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--fc); font-size: 11px; font-weight: 800;
  letter-spacing: 3.5px; text-transform: uppercase;
  padding: 17px 38px; border: 2px solid transparent;
  transition: transform .15s, background .18s, border-color .18s, color .18s, box-shadow .18s;
  cursor: pointer; white-space: nowrap; line-height: 1; position: relative;
}
.btn:hover { transform: translateY(-2px); }
.btn-y  { background: var(--yellow); color: var(--dark); border-color: var(--yellow); }
.btn-y:hover  { background: var(--ylight); border-color: var(--ylight); box-shadow: 0 8px 24px rgba(245,197,24,.35); }
.btn-o  { background: transparent; color: var(--white); border-color: rgba(255,255,255,.3); }
.btn-o:hover  { border-color: var(--white); }
.btn-d  { background: var(--dark); color: var(--yellow); border-color: var(--dark); }
.btn-d:hover  { background: var(--deeper); box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.btn-n  { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-n:hover  { background: var(--mid); }
.btn-fw { width: 100%; }

/* ╔═══════════════════════════════════════╗
   ║  COMPOSANTS TEXTE                     ║
   ╚═══════════════════════════════════════╝ */
.kk {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--fc); font-size: 10px; font-weight: 700;
  letter-spacing: 5px; text-transform: uppercase; margin-bottom: 14px;
}
.kk::before { content: ''; width: 22px; height: 3px; flex-shrink: 0; }
.kk-y { color: var(--yellow); } .kk-y::before { background: var(--yellow); }
.kk-n { color: var(--navy); opacity: .55; } .kk-n::before { background: var(--navy); }
.kk-d { color: var(--dark); opacity: .4; } .kk-d::before { background: var(--dark); }
.kk-w { color: rgba(255,255,255,.35); } .kk-w::before { background: rgba(255,255,255,.35); }

.h-disp {
  font-family: var(--fd); line-height: .9; letter-spacing: 1px;
  font-size: clamp(38px,5.5vw,68px);
}
.h-disp-w { color: var(--white); }
.h-disp-d { color: var(--dark); }
.h-y { color: var(--yellow); }

/* ╔═══════════════════════════════════════╗
   ║  PAGE HERO (internes)                 ║
   ╚═══════════════════════════════════════╝ */
.ph {
  background: var(--deeper); position: relative; overflow: hidden;
  padding: clamp(80px,12vh,128px) var(--pad) clamp(56px,8vh,88px);
}
.ph::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 70% 50%, rgba(37,52,148,.4) 0%, transparent 70%);
}
.ph::after {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-50deg, transparent 0, transparent 36px, rgba(245,197,24,.022) 36px, rgba(245,197,24,.022) 37px);
  pointer-events: none;
}
.ph-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--yellow); z-index: 3; }
.ph-in { position: relative; z-index: 2; max-width: 800px; }
.ph h1 {
  font-family: var(--fd); font-size: clamp(52px,9vw,108px);
  line-height: .88; color: var(--white); letter-spacing: 1px;
}
.ph h1 span { color: var(--yellow); }
.ph-sub {
  font-size: clamp(14px,1.5vw,17px); color: var(--t2);
  font-weight: 300; line-height: 1.78; margin-top: 24px; max-width: 580px;
}

/* ╔═══════════════════════════════════════╗
   ║  HERO ACCUEIL                         ║
   ╚═══════════════════════════════════════╝ */
.hero {
  position: relative; min-height: 100svh; overflow: hidden;
  background: var(--deeper);
  display: grid; grid-template-columns: 1fr 360px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 90% 90% at 55% 45%, rgba(26,40,112,.6) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 85% 20%, rgba(245,197,24,.06) 0%, transparent 60%),
    repeating-linear-gradient(-52deg, transparent 0, transparent 36px, rgba(245,197,24,.024) 36px, rgba(245,197,24,.024) 37px);
}
.hero-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--yellow); z-index: 3; }
.hero-c {
  position: relative; z-index: 2;
  padding: clamp(88px,13vh,140px) clamp(28px,5vw,80px) clamp(60px,9vh,100px) var(--pad);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: clamp(26px,4vh,40px);
}
.hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); flex-shrink: 0; }
.hero-tag-t {
  font-family: var(--fc); font-size: 10px; font-weight: 700;
  letter-spacing: 5px; text-transform: uppercase; color: var(--yellow);
}
.hero-h1 {
  font-family: var(--fd);
  font-size: clamp(72px,12.5vw,138px);
  line-height: .85; color: var(--white); letter-spacing: -1px;
  margin-bottom: clamp(22px,3vh,34px);
}
.hero-h1 .y { color: var(--yellow); }
.hero-rule { width: 52px; height: 4px; background: var(--yellow); margin-bottom: clamp(22px,3vh,34px); }
.hero-p {
  font-size: clamp(14px,1.65vw,17px); line-height: 1.82;
  color: rgba(255,255,255,.52); font-weight: 300;
  max-width: 520px; margin-bottom: clamp(38px,5.5vh,56px);
}
.hero-p strong { color: var(--white); font-weight: 500; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 32px; left: var(--pad); z-index: 3;
  display: flex; align-items: center; gap: 12px;
  font-family: var(--fc); font-size: 9px; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase; color: var(--t3);
}
.hero-scroll::before { content: ''; width: 40px; height: 1px; background: rgba(255,255,255,.2); }

/* ── Logo centré dans la zone vide du hero ── */
.hero-logo-center {
  position: absolute;
  /* On se place dans la zone centrale entre .hero-c (colonne gauche)
     et .hero-panel (colonne droite de 360px) */
  right: calc(360px + 2%);   /* décale légèrement pour ne pas mordre sur le panel */
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-logo-img {
  width: clamp(200px, 22vw, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,.55));
  opacity: .92;
}

/* Panel */
.hero-panel {
  position: relative; z-index: 2;
  border-left: 1px solid rgba(245,197,24,.1);
  background: linear-gradient(180deg, rgba(245,197,24,.03) 0%, rgba(245,197,24,.06) 100%);
  display: flex; flex-direction: column;
}
.hp {
  flex: 1; padding: clamp(22px,3.5vh,38px) clamp(26px,2.8vw,44px);
  border-bottom: 1px solid rgba(245,197,24,.08);
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  transition: background .2s;
}
.hp:last-child { border-bottom: none; }
.hp:hover { background: rgba(245,197,24,.07); }
.hp-n {
  font-family: var(--fd); font-size: clamp(38px,4.2vw,60px);
  color: var(--yellow); line-height: 1; letter-spacing: 1px;
}
.hp-l { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--t2); }
.hp-s { font-size: 12px; color: var(--t3); font-weight: 300; margin-top: 1px; }

/* ╔═══════════════════════════════════════╗
   ║  STRIPE CHIFFRES                      ║
   ╚═══════════════════════════════════════╝ */
.stripe { background: var(--yellow); display: grid; grid-template-columns: repeat(4,1fr); }
.stripe-c {
  padding: clamp(20px,2.8vh,34px) clamp(18px,2.2vw,34px);
  border-right: 1px solid rgba(12,18,64,.1);
  display: flex; align-items: center; gap: clamp(12px,1.5vw,22px);
  transition: background .2s;
}
.stripe-c:last-child { border-right: none; }
.stripe-c:hover { background: rgba(12,18,64,.05); }
.s-ico { font-size: clamp(22px,2.8vw,32px); flex-shrink: 0; opacity: .65; }
.s-n { font-family: var(--fd); font-size: clamp(26px,3.2vw,42px); color: var(--dark); line-height: 1; }
.s-l { font-family: var(--fc); font-size: clamp(9px,.95vw,11px); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); margin-top: 2px; opacity: .75; }

/* ╔═══════════════════════════════════════╗
   ║  IDENTITÉ SPLIT                       ║
   ╚═══════════════════════════════════════╝ */
.ident { display: grid; grid-template-columns: 1fr 1fr; background: var(--dark); }
.ident-l {
  padding: clamp(64px,10vh,116px) clamp(28px,4.5vw,76px) clamp(64px,10vh,116px) var(--pad);
  border-right: 1px solid rgba(245,197,24,.07);
  display: flex; flex-direction: column; justify-content: center;
}
.ident-r {
  padding: clamp(64px,10vh,116px) var(--pad) clamp(64px,10vh,116px) clamp(28px,4.5vw,76px);
  display: flex; flex-direction: column; justify-content: center;
}
.ident-body {
  font-size: clamp(14px,1.4vw,16px); line-height: 1.9;
  color: rgba(255,255,255,.5); font-weight: 300;
  margin: clamp(16px,2.2vh,26px) 0 clamp(32px,4.5vh,48px);
}
.ident-body strong { color: var(--white); font-weight: 500; }
.pil {
  display: flex; gap: 18px; align-items: flex-start;
  padding: clamp(15px,2vh,24px) 0;
  border-top: 1px solid rgba(245,197,24,.07);
}
.pil:last-child { border-bottom: 1px solid rgba(245,197,24,.07); }
.pil-n { font-family: var(--fd); font-size: 32px; color: rgba(245,197,24,.1); line-height: 1; flex-shrink: 0; width: 38px; }
.pil-t { font-family: var(--fc); font-size: clamp(12px,1.3vw,14px); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--yellow); margin-bottom: 5px; }
.pil-b { font-size: clamp(11px,1.1vw,13px); color: rgba(255,255,255,.48); line-height: 1.65; font-weight: 300; }

/* ╔═══════════════════════════════════════╗
   ║  UNIVERS GRILLE                       ║
   ╚═══════════════════════════════════════╝ */
.univ { background: var(--light); }
.univ-hd {
  padding: clamp(48px,7vh,88px) var(--pad) clamp(28px,4vh,48px);
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.univ-meta { font-family: var(--fc); font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); opacity: .35; }
.univ-grid {
  width: 100%; display: grid; grid-template-columns: repeat(4,1fr);
  gap: 3px; background: rgba(26,40,112,.1);
}
.ucard {
  background: #fff;
  padding: clamp(24px,3vw,38px) clamp(20px,2.5vw,32px);
  display: flex; flex-direction: column; gap: 9px;
  position: relative; overflow: hidden;
  cursor: pointer; transition: background .24s;
  min-height: clamp(145px,15vw,190px);
}
.ucard-bg {
  font-family: var(--fd); font-size: clamp(44px,5.5vw,66px);
  color: rgba(26,40,112,.04); position: absolute; right: 8px; top: -2px;
  line-height: 1; pointer-events: none; transition: color .24s;
}
.ucard::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--yellow); transform: scaleX(0); transform-origin: left;
  transition: transform .26s cubic-bezier(.4,0,.2,1);
}
.ucard:hover { background: var(--navy); }
.ucard:hover::after { transform: scaleX(1); }
.ucard:hover .uc-n { color: var(--yellow); }
.ucard:hover .uc-s { color: rgba(255,255,255,.32); }
.ucard:hover .ucard-bg { color: rgba(255,255,255,.04); }
.uc-ico { font-size: clamp(26px,3.2vw,36px); line-height: 1; }
.uc-n { font-family: var(--fc); font-size: clamp(13px,1.6vw,18px); font-weight: 800; text-transform: uppercase; color: var(--navy); letter-spacing: .5px; transition: color .24s; }
.uc-s { font-size: clamp(10px,1vw,12px); color: #999; font-weight: 300; line-height: 1.45; transition: color .24s; }

/* ╔═══════════════════════════════════════╗
   ║  LIVRAISON SPLIT                      ║
   ╚═══════════════════════════════════════╝ */
.livr { display: grid; grid-template-columns: 1fr 400px; }
.livr-l {
  background: var(--yellow);
  padding: clamp(64px,10vh,116px) clamp(28px,4.5vw,76px) clamp(64px,10vh,116px) var(--pad);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
}
.livr-wm {
  font-family: var(--fd); font-size: clamp(130px,24vw,300px);
  color: rgba(12,18,64,.055); position: absolute; right: -14px; bottom: -36px;
  line-height: 1; pointer-events: none; letter-spacing: -6px;
}
.livr-h {
  font-family: var(--fd); font-size: clamp(46px,7vw,88px);
  line-height: .88; color: var(--dark); letter-spacing: 1px;
  margin: clamp(14px,2vh,22px) 0; position: relative; z-index: 1;
}
.livr-p {
  font-size: clamp(13px,1.4vw,16px); line-height: 1.8; color: rgba(12,18,64,.72);
  max-width: 440px; margin-bottom: clamp(30px,4.5vh,46px);
  position: relative; z-index: 1;
}
.livr-r {
  background: var(--navy);
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.lst {
  padding: clamp(28px,4vw,50px) clamp(20px,2.2vw,34px);
  border-right: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 6px;
  transition: background .2s;
}
.lst:hover { background: rgba(245,197,24,.06); }
.lst:nth-child(even) { border-right: none; }
.lst:nth-child(3), .lst:nth-child(4) { border-bottom: none; }
.lst-n { font-family: var(--fd); font-size: clamp(36px,4.2vw,56px); color: var(--yellow); line-height: 1; }
.lst-l { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--t2); }

/* ╔═══════════════════════════════════════╗
   ║  MARQUES                              ║
   ╚═══════════════════════════════════════╝ */
.mq { background: var(--dark); padding: clamp(60px,9vh,96px) var(--pad); }
.mq-hd { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: clamp(30px,4.5vh,52px); }
.mq-sub { font-family: var(--fc); font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--t3); }
.mq-grid {
  display: flex; flex-wrap: wrap;
  border-top: 1px solid rgba(245,197,24,.07);
  border-left: 1px solid rgba(245,197,24,.07);
}
.mq-tag {
  padding: clamp(13px,1.7vh,20px) clamp(18px,2.2vw,32px);
  border-right: 1px solid rgba(245,197,24,.07);
  border-bottom: 1px solid rgba(245,197,24,.07);
  font-family: var(--fc); font-size: clamp(10px,1.1vw,13px);
  font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,.22);
  transition: color .2s, background .2s;
}
.mq-tag:hover { color: var(--yellow); background: rgba(245,197,24,.05); }

/* ╔═══════════════════════════════════════╗
   ║  CERTIFICATIONS                       ║
   ╚═══════════════════════════════════════╝ */
.certs { background: var(--yellow); display: grid; grid-template-columns: repeat(3,1fr); }
.cert {
  padding: clamp(42px,6.5vh,72px) clamp(28px,3.8vw,58px);
  border-right: 1px solid rgba(12,18,64,.1);
  display: flex; flex-direction: column; gap: 13px;
  transition: background .2s;
}
.cert:last-child { border-right: none; }
.cert:hover { background: rgba(12,18,64,.04); }
.cert-ico { font-size: clamp(32px,3.5vw,46px); }
.cert-t { font-family: var(--fc); font-size: clamp(15px,1.9vw,21px); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--dark); }
.cert-b { font-size: clamp(12px,1.2vw,14px); line-height: 1.72; color: rgba(12,18,64,.68); font-weight: 300; }

/* ╔═══════════════════════════════════════╗
   ║  CTA FINAL                            ║
   ╚═══════════════════════════════════════╝ */
.cta-sec {
  background: var(--navy); overflow: hidden; position: relative;
  padding: clamp(76px,12vh,136px) var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(32px,5vw,80px); flex-wrap: wrap;
}
.cta-sec::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-50deg, transparent 0, transparent 36px, rgba(245,197,24,.016) 36px, rgba(245,197,24,.016) 37px);
}
.cta-wm {
  font-family: var(--fd); font-size: clamp(220px,36vw,520px);
  color: rgba(245,197,24,.025);
  position: absolute; right: -16px; top: 50%; transform: translateY(-50%);
  line-height: 1; pointer-events: none; letter-spacing: -10px;
}
.cta-l { position: relative; z-index: 1; max-width: 650px; }
.cta-h { font-family: var(--fd); font-size: clamp(44px,7vw,90px); line-height: .88; color: var(--white); margin: clamp(14px,2vh,24px) 0; letter-spacing: 1px; }
.cta-h .y { color: var(--yellow); }
.cta-p { font-size: clamp(14px,1.4vw,16px); line-height: 1.85; color: var(--t2); font-weight: 300; }
.cta-r { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; min-width: 240px; flex-shrink: 0; }

/* ╔═══════════════════════════════════════╗
   ║  CATALOGUE                            ║
   ╚═══════════════════════════════════════╝ */
.cat-bar {
  background: var(--navy); border-bottom: 1px solid rgba(245,197,24,.1);
  padding: 0 var(--pad);
  display: flex; overflow-x: auto; scrollbar-width: none;
  position: sticky; top: var(--nav-h); z-index: 100;
}
.cat-bar::-webkit-scrollbar { display: none; }
.admin-bar .cat-bar { top: calc(var(--nav-h) + 32px); }
.cat-btn {
  padding: 20px 18px; flex-shrink: 0;
  font-family: var(--fc); font-size: 10px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(255,255,255,.42);
  background: none; border: none; border-bottom: 2px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.cat-btn:hover, .cat-btn.on { color: var(--yellow); border-bottom-color: var(--yellow); }
.cat-body { padding: clamp(52px,8vh,88px) var(--pad); background: var(--light); }
.cat-sec { margin-bottom: 60px; }
.cat-sec:last-child { margin-bottom: 0; }
.cat-hd {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; padding-bottom: 16px; margin-bottom: 24px;
  border-bottom: 2px solid var(--navy);
}
.cat-t { font-family: var(--fd); font-size: clamp(32px,4.8vw,58px); color: var(--dark); }
.cat-c { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); opacity: .28; }
.prod-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr));
  gap: 3px; background: rgba(26,40,112,.08);
}
.prod {
  background: #fff; padding: clamp(22px,2.8vw,34px);
  display: flex; flex-direction: column; gap: 11px;
  position: relative; transition: background .22s;
}
.prod::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--yellow); transform: scaleX(0); transform-origin: left;
  transition: transform .24s;
}
.prod:hover { background: var(--navy); }
.prod:hover::after { transform: scaleX(1); }
.prod:hover .p-n { color: var(--yellow); }
.prod:hover .p-b, .prod:hover .p-f, .prod:hover .p-bd { color: rgba(255,255,255,.35); border-color: rgba(255,255,255,.15); }
.p-ico { font-size: 30px; }
.p-n { font-family: var(--fc); font-size: clamp(14px,1.6vw,18px); font-weight: 800; text-transform: uppercase; color: var(--dark); letter-spacing: .5px; transition: color .22s; }
.p-b { font-size: 12px; color: #888; font-weight: 300; transition: color .22s; }
.p-f { font-size: 11px; color: #aaa; font-weight: 300; transition: color .22s; }
.p-bd {
  display: inline-block; font-family: var(--fc); font-size: 9px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 3px 9px; border: 1px solid rgba(26,40,112,.2); color: var(--navy);
  align-self: flex-start;
  transition: color .22s, border-color .22s;
}
.cat-cta {
  background: var(--yellow);
  padding: clamp(38px,6vh,60px) var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cat-cta-h { font-family: var(--fd); font-size: clamp(28px,4.5vw,56px); color: var(--dark); line-height: .93; }
.cat-cta-s { font-size: 14px; color: rgba(12,18,64,.65); font-weight: 300; margin-top: 7px; }

/* ╔═══════════════════════════════════════╗
   ║  CONTACT                              ║
   ╚═══════════════════════════════════════╝ */
.contact-wrap { display: grid; grid-template-columns: 1fr 420px; }
.cf { padding: clamp(60px,9vh,96px) clamp(28px,4.5vw,76px); background: #fff; }
.cf-t { font-family: var(--fd); font-size: clamp(34px,4.5vw,56px); color: var(--dark); line-height: .91; margin: 12px 0 32px; }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-g { display: flex; flex-direction: column; gap: 7px; }
.f-full { grid-column: 1/-1; }
.f-lbl { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); opacity: .6; }
.f-in {
  width: 100%; padding: 14px 17px;
  border: 1.5px solid rgba(26,40,112,.13);
  font-size: 14px; color: var(--dark);
  background: #fff; outline: none; border-radius: 0;
  -webkit-appearance: none; appearance: none;
  transition: border-color .2s, background .2s;
}
.f-in:focus { border-color: var(--navy); background: #f6f7ff; }
.f-sel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 4.5 5-4.5' stroke='%231a2870' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 17px center;
  padding-right: 44px;
}
.f-ta { resize: vertical; min-height: 132px; line-height: 1.65; }
.f-bot { margin-top: 10px; }
.f-ok { display: none; margin-top: 14px; font-family: var(--fc); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #147a3a; font-weight: 700; }
.ci { background: var(--navy); padding: clamp(60px,9vh,96px) clamp(28px,3.5vw,56px); display: flex; flex-direction: column; gap: 38px; }
.ci-blk { border-top: 1px solid rgba(245,197,24,.1); padding-top: 30px; }
.ci-blk:first-child { border-top: none; padding-top: 0; }
.ci-t { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--yellow); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.ci-t::before { content: ''; width: 16px; height: 2px; background: var(--yellow); flex-shrink: 0; }
.ci-row { display: flex; gap: 13px; margin-bottom: 17px; align-items: flex-start; }
.ci-ico { font-size: 17px; flex-shrink: 0; margin-top: 2px; color: var(--yellow); opacity: .65; }
.ci-val { font-size: 13px; color: var(--t2); font-weight: 300; line-height: 1.6; }
.ci-val strong { color: var(--white); font-weight: 500; display: block; font-size: 10px; font-family: var(--fc); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }
.ci-val a { color: var(--t2); transition: color .2s; }
.ci-val a:hover { color: var(--yellow); }
.ci-hrs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ci-hr-d { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--t3); margin-bottom: 3px; }
.ci-hr-t { font-size: 13px; color: var(--yellow); font-weight: 500; }
.ci-bd { display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(245,197,24,.15); background: rgba(245,197,24,.04); margin-bottom: 8px; }
.ci-bd-ico { font-size: 15px; }
.ci-bd-t { font-family: var(--fc); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); }

/* ╔═══════════════════════════════════════╗
   ║  À PROPOS                             ║
   ╚═══════════════════════════════════════╝ */
.about-sp { display: grid; grid-template-columns: 1fr 1fr; background: var(--dark); }
.about-l { padding: clamp(64px,10vh,116px) clamp(28px,4.5vw,76px) clamp(64px,10vh,116px) var(--pad); border-right: 1px solid rgba(245,197,24,.07); }
.about-r { padding: clamp(64px,10vh,116px) var(--pad) clamp(64px,10vh,116px) clamp(28px,4.5vw,76px); }
.about-t { font-family: var(--fd); font-size: clamp(40px,6vw,74px); color: var(--white); line-height: .89; letter-spacing: 1px; margin: 12px 0 26px; }
.about-t span { color: var(--yellow); }
.about-body { font-size: clamp(13px,1.4vw,16px); color: rgba(255,255,255,.5); line-height: 1.9; font-weight: 300; }
.about-body p { margin-bottom: 18px; }
.about-body strong { color: var(--white); font-weight: 500; }
.val { padding: clamp(16px,2.2vh,24px) 0; border-top: 1px solid rgba(245,197,24,.07); display: flex; gap: 18px; align-items: flex-start; }
.val:last-child { border-bottom: 1px solid rgba(245,197,24,.07); }
.val-ico { font-size: 24px; flex-shrink: 0; margin-top: 3px; }
.val-t { font-family: var(--fc); font-size: clamp(13px,1.4vw,15px); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--yellow); margin-bottom: 5px; }
.val-b { font-size: clamp(11px,1.1vw,13px); color: rgba(255,255,255,.45); line-height: 1.68; font-weight: 300; }
.stats { background: var(--yellow); display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: clamp(34px,5.5vh,56px) clamp(26px,3.2vw,44px); border-right: 1px solid rgba(12,18,64,.1); text-align: center; transition: background .2s; }
.stat:last-child { border-right: none; }
.stat:hover { background: rgba(12,18,64,.05); }
.stat-n { font-family: var(--fd); font-size: clamp(42px,6.5vw,76px); color: var(--dark); line-height: 1; }
.stat-l { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); margin-top: 6px; opacity: .75; }
.stat-s { font-size: 11px; color: rgba(12,18,64,.48); margin-top: 3px; }
.certs2 { background: var(--navy); padding: clamp(60px,9vh,96px) var(--pad); }
.certs2-t { font-family: var(--fd); font-size: clamp(38px,5.8vw,70px); color: var(--white); line-height: .9; margin: 12px 0 52px; }
.certs2-t span { color: var(--yellow); }
.certs2-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; background: rgba(245,197,24,.08); }
.cert2 { background: rgba(8,12,44,.8); padding: clamp(34px,5.5vh,56px) clamp(26px,3.2vw,44px); display: flex; flex-direction: column; gap: 14px; transition: background .2s; }
.cert2:hover { background: rgba(8,12,44,.95); }
.cert2-ico { font-size: 40px; }
.cert2-t { font-family: var(--fc); font-size: clamp(15px,1.9vw,21px); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--yellow); }
.cert2-b { font-size: clamp(12px,1.2vw,14px); color: var(--t2); line-height: 1.72; font-weight: 300; }

/* ╔═══════════════════════════════════════╗
   ║  PAGES LÉGALES                        ║
   ╚═══════════════════════════════════════╝ */
.legal-wrap {
  background: var(--muted);
  padding: clamp(56px,8vh,88px) var(--pad);
  display: grid; grid-template-columns: 220px 1fr; gap: clamp(32px,5vw,80px);
  align-items: start;
}
.legal-nav { position: sticky; top: calc(var(--nav-h) + 24px); }
.admin-bar .legal-nav { top: calc(var(--nav-h) + 32px + 24px); }
.legal-nav-title { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); opacity: .45; margin-bottom: 16px; }
.legal-nav a { display: block; font-size: 13px; color: var(--navy); opacity: .55; padding: 8px 0; border-bottom: 1px solid var(--d2); transition: opacity .2s, color .2s; }
.legal-nav a:hover, .legal-nav a.on { opacity: 1; color: var(--navy); font-weight: 500; }
.legal-content { max-width: 760px; }
.legal-content h2 { font-family: var(--fd); font-size: clamp(28px,3.5vw,42px); color: var(--dark); line-height: .92; margin: 48px 0 20px; padding-top: 48px; border-top: 2px solid var(--d2); }
.legal-content h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal-content h3 { font-family: var(--fc); font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); margin: 28px 0 10px; }
.legal-content p { font-size: 14px; line-height: 1.85; color: rgba(12,18,64,.7); margin-bottom: 14px; font-weight: 300; }
.legal-content p strong { color: var(--dark); font-weight: 600; }
.legal-content ul { margin: 10px 0 18px 0; }
.legal-content ul li { font-size: 14px; line-height: 1.75; color: rgba(12,18,64,.7); font-weight: 300; padding: 4px 0 4px 18px; position: relative; }
.legal-content ul li::before { content: '—'; position: absolute; left: 0; color: var(--yellow); font-weight: 700; }
.legal-content a { color: var(--navy); text-decoration: underline; transition: color .2s; }
.legal-content a:hover { color: var(--dark); }
.legal-updated { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); opacity: .35; margin-bottom: 40px; }

/* ╔═══════════════════════════════════════╗
   ║  FOOTER                               ║
   ╚═══════════════════════════════════════╝ */
.foot { background: var(--deeper); border-top: 1px solid rgba(245,197,24,.1); }
.foot-nl {
  background: rgba(245,197,24,.05); border-bottom: 1px solid rgba(245,197,24,.09);
  padding: clamp(26px,4vh,40px) var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.foot-nl-t { font-family: var(--fc); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--t2); }
.foot-nl-t strong { color: var(--yellow); }
.foot-nl-f { display: flex; }
.foot-nl-in {
  background: rgba(255,255,255,.06); border: 1px solid rgba(245,197,24,.18); border-right: none;
  padding: 13px 20px; font-size: 13px; color: var(--white); outline: none; width: 290px;
  transition: border-color .2s, background .2s;
}
.foot-nl-in::placeholder { color: rgba(255,255,255,.2); }
.foot-nl-in:focus { border-color: rgba(245,197,24,.5); background: rgba(255,255,255,.08); }
.foot-nl-btn {
  background: var(--yellow); color: var(--dark); border: none; cursor: pointer;
  padding: 13px 24px; font-family: var(--fc); font-size: 10px; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase; transition: background .2s;
}
.foot-nl-btn:hover { background: var(--ylight); }
.foot-cols {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(245,197,24,.07);
}
.foot-col { padding: clamp(52px,8vh,88px) clamp(22px,3vw,52px); border-right: 1px solid rgba(245,197,24,.07); }
.foot-col:last-child { border-right: none; }
.foot-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; }
.foot-logo-sq { width: 38px; height: 38px; background: var(--yellow); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 20px; color: var(--dark); }
.foot-logo-n { font-family: var(--fd); font-size: 24px; color: var(--white); letter-spacing: 2px; }
.foot-logo-n em { color: var(--yellow); font-style: normal; }
.foot-tag { font-size: 13px; color: var(--t2); line-height: 1.78; font-weight: 300; max-width: 285px; margin-bottom: 26px; }
.foot-certs { display: flex; gap: 8px; flex-wrap: wrap; }
.foot-cert { font-family: var(--fc); font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 11px; border: 1px solid rgba(245,197,24,.2); color: var(--yellow); transition: background .2s; }
.foot-cert:hover { background: rgba(245,197,24,.08); }
.foot-col-t { font-family: var(--fc); font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--yellow); margin-bottom: 22px; display: flex; align-items: center; gap: 8px; }
.foot-col-t::before { content: ''; width: 14px; height: 2px; background: var(--yellow); flex-shrink: 0; }
.foot-links { display: flex; flex-direction: column; gap: 11px; }
.foot-links a { font-size: 13px; color: var(--t2); font-weight: 300; transition: color .2s, padding-left .2s; }
.foot-links a:hover { color: var(--yellow); padding-left: 6px; }
.foot-ci { display: flex; flex-direction: column; gap: 16px; }
.foot-ci-r { display: flex; gap: 11px; align-items: flex-start; }
.foot-ci-ico { font-size: 14px; flex-shrink: 0; margin-top: 1px; opacity: .5; color: var(--yellow); }
.foot-ci-v { font-size: 13px; color: var(--t2); font-weight: 300; line-height: 1.6; }
.foot-ci-v strong { color: var(--white); font-weight: 500; display: block; font-size: 10px; font-family: var(--fc); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1px; }
.foot-ci-v a { color: var(--t2); transition: color .2s; }
.foot-ci-v a:hover { color: var(--yellow); }
.foot-btm {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  padding: 24px var(--pad);
}
.foot-copy { font-size: 11px; color: rgba(255,255,255,.16); font-weight: 300; }
.foot-legal { display: flex; gap: 24px; }
.foot-legal a { font-size: 11px; color: rgba(255,255,255,.16); transition: color .2s; }
.foot-legal a:hover { color: var(--yellow); }

/* ╔═══════════════════════════════════════╗
   ║  ANIMATIONS                           ║
   ╚═══════════════════════════════════════╝ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ╔═══════════════════════════════════════╗
   ║  RESPONSIVE                           ║
   ╚═══════════════════════════════════════╝ */
@media (max-width: 1280px) {
  .hero { grid-template-columns: 1fr 300px; }
  .hero-logo-center { right: calc(300px + 2%); }
  .univ-grid { grid-template-columns: repeat(3,1fr); }
  .livr { grid-template-columns: 1fr 340px; }
  .foot-cols { grid-template-columns: 1.6fr 1fr 1fr; }
  .foot-col:first-child { grid-column: 1/-1; border-right: none; border-bottom: 1px solid rgba(245,197,24,.07); padding-bottom: 36px; }
  .foot-col:nth-child(3) { border-right: none; }
  .legal-wrap { grid-template-columns: 180px 1fr; }
}
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  /* Sur mobile on cache le logo hero-center (pas de zone vide à remplir) */
  .hero-logo-center { display: none; }
  .hero-panel { flex-direction: row; border-left: none; border-top: 1px solid rgba(245,197,24,.1); }
  .hp { flex: 1; border-bottom: none; border-right: 1px solid rgba(245,197,24,.07); padding: 24px 18px; }
  .hp:last-child { border-right: none; }
  .stripe { grid-template-columns: 1fr 1fr; }
  .stripe-c:nth-child(2) { border-right: none; }
  .stripe-c:nth-child(3) { border-top: 1px solid rgba(12,18,64,.1); }
  .ident { grid-template-columns: 1fr; }
  .ident-l { border-right: none; border-bottom: 1px solid rgba(245,197,24,.07); }
  .univ-grid { grid-template-columns: repeat(3,1fr); }
  .livr { grid-template-columns: 1fr; }
  .livr-r { grid-template-columns: repeat(4,1fr); grid-template-rows: 1fr; }
  .lst { border-bottom: none; }
  .lst:nth-child(even) { border-right: 1px solid rgba(255,255,255,.05); }
  .lst:nth-child(4) { border-right: none; }
  .certs { grid-template-columns: 1fr; }
  .cert { border-right: none; border-bottom: 1px solid rgba(12,18,64,.1); }
  .cert:last-child { border-bottom: none; }
  .cta-sec { flex-direction: column; align-items: flex-start; }
  .cta-r { flex-direction: row; flex-wrap: wrap; min-width: 0; width: 100%; }
  .cta-r .btn { flex: 1; }
  .contact-wrap { grid-template-columns: 1fr; }
  .about-sp { grid-template-columns: 1fr; }
  .about-l { border-right: none; border-bottom: 1px solid rgba(245,197,24,.07); }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid rgba(12,18,64,.1); }
  .certs2-grid { grid-template-columns: 1fr 1fr; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .foot-col:first-child { grid-column: 1/-1; border-right: none; }
  .foot-col:nth-child(3) { border-right: none; }
  .foot-col:nth-child(4) { grid-column: 1/-1; border-right: none; border-top: 1px solid rgba(245,197,24,.07); }
  .legal-wrap { grid-template-columns: 1fr; }
  .legal-nav { position: static; display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
  .legal-nav a { padding: 6px 14px; border: 1px solid rgba(26,40,112,.15); border-bottom: 1px solid rgba(26,40,112,.15); font-size: 12px; }
}
@media (max-width: 640px) {
  .hero-c { padding: 64px 24px 40px; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; }
  .hero-panel { flex-wrap: wrap; }
  .hp { flex: 0 0 50%; }
  .hp:nth-child(even) { border-right: none; }
  .hp:nth-child(3), .hp:nth-child(4) { border-top: 1px solid rgba(245,197,24,.07); }
  .stripe { grid-template-columns: 1fr 1fr; }
  .univ-grid { grid-template-columns: 1fr 1fr; }
  .livr-l { padding: 56px 24px; }
  .livr-r { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .lst:nth-child(even) { border-right: none; }
  .lst:nth-child(3), .lst:nth-child(4) { border-top: 1px solid rgba(255,255,255,.05); }
  .lst:nth-child(3) { border-right: 1px solid rgba(255,255,255,.05); }
  .cta-sec { padding: 68px 24px; }
  .cta-r { flex-direction: column; width: 100%; }
  .cta-r .btn { width: 100%; }
  .cf, .ci { padding: 48px 24px; }
  .f-grid { grid-template-columns: 1fr; }
  .about-l, .about-r { padding: 52px 24px; }
  .certs2 { padding: 52px 24px; }
  .certs2-grid { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr; }
  .foot-col { border-right: none !important; border-top: 1px solid rgba(245,197,24,.07); padding: 36px 24px; }
  .foot-col:first-child { border-top: none; }
  .foot-nl { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .foot-nl-in { width: 100%; }
  .foot-nl-f { width: 100%; }
  .foot-btm { flex-direction: column; align-items: flex-start; padding: 24px; }
  .univ-hd { flex-direction: column; align-items: flex-start; }
  .cat-body { padding: 48px 24px; }
  .legal-wrap { padding: clamp(48px,7vh,72px) 24px; }
}