:root{
  --navy:#11162f;
  --navy-2:#1b2143;
  --ink:#14182a;
  --paper:#fbfaf7;
  --cream:#f2ede3;
  --cream-2:#e8dfcf;
  --gold:#f1c654;
  --gold-deep:#a77717;
  --line:rgba(17,22,47,.14);
  --text:#5f6472;
  --white:#fff;
  --radius:28px;
  --shadow:0 24px 60px rgba(20,24,42,.08);
  --serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1280px,calc(100% - 64px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:12px;transform:translateY(-150%);padding:10px 14px;background:#fff;z-index:9999;border-radius:8px}.skip-link:focus{transform:none}

.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;color:#fff;transition:background .3s,color .3s,box-shadow .3s,border-color .3s;border-bottom:1px solid transparent}
.site-header.is-scrolled{background:rgba(251,250,247,.94);backdrop-filter:blur(18px);color:var(--ink);border-color:var(--line);box-shadow:0 8px 30px rgba(17,22,47,.05)}
.nav-shell{width:min(1320px,calc(100% - 48px));height:88px;margin:auto;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:12px;white-space:nowrap}.brand img{width:36px;height:46px;object-fit:contain}.brand-name{font-family:var(--serif);font-size:18px;letter-spacing:.02em}.brand-name strong{color:var(--gold);font-weight:500}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:36px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:750;letter-spacing:-.01em;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--gold);transition:right .2s}.desktop-nav a:hover:after{right:0}
.header-cta{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:13px;font-weight:800;margin-left:20px}.site-header.is-scrolled .header-cta{background:var(--navy);color:#fff;border-color:var(--navy)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;width:42px;height:42px;padding:10px}.menu-toggle span{display:block;height:2px;background:currentColor;margin:6px 0}
.mobile-nav{display:none}

.hero{background:var(--navy);color:#fff;padding-top:88px;overflow:hidden}
.hero-grid{min-height:760px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:72px;align-items:center;padding-block:76px 54px}
.eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.18em;font-weight:850;text-transform:uppercase;color:#dfe2ed;margin:0 0 22px}.eyebrow span{width:30px;height:1px;background:var(--gold)}
h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;margin:0}
h1{font-size:clamp(54px,5.4vw,82px);line-height:.98;max-width:760px}h1 em,h2 em{font-weight:400;color:var(--gold);font-style:italic}
.hero-lead{max-width:720px;color:#d5d8e2;font-size:18px;line-height:1.75;margin:28px 0 30px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;padding:15px 22px;font-size:14px;font-weight:850;border:0;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:var(--navy);box-shadow:0 12px 28px rgba(241,198,84,.16)}
.hero-visual{margin:0}.hero-photo-frame{position:relative;aspect-ratio:4/4.15;border-radius:34px;overflow:hidden;box-shadow:0 38px 90px rgba(0,0,0,.28)}.hero-photo-frame>img{width:100%;height:100%;object-fit:cover;object-position:center 38%}.hero-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(10,13,31,.74) 100%)}
.hero-photo-frame figcaption{position:absolute;right:22px;bottom:20px;display:flex;align-items:center;gap:12px;background:rgba(17,22,47,.9);border:1px solid rgba(241,198,84,.34);border-radius:16px;padding:12px 16px}.hero-photo-frame figcaption img{width:30px;height:38px;object-fit:contain}.hero-photo-frame figcaption span{display:flex;flex-direction:column}.hero-photo-frame figcaption strong{font-family:var(--serif);font-size:17px}.hero-photo-frame figcaption small{font-size:11px;color:#d8d9df}
.marquee{height:48px;border-top:1px solid rgba(255,255,255,.15);background:#0d1229;display:flex;align-items:center;overflow:hidden}.marquee-track{display:flex;align-items:center;gap:28px;min-width:max-content;animation:marquee 28s linear infinite;font-family:var(--serif);font-size:18px}.marquee-track span{min-width:110px;text-align:center}.marquee-track i{color:var(--gold);font-style:normal}@keyframes marquee{to{transform:translateX(-50%)}}

.section-paper{background:var(--paper)}.section-cream{background:var(--cream)}.section-dark{background:var(--navy);color:#fff}
.positioning{padding:110px 0}.positioning-grid{display:grid;grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr);gap:80px;align-items:center}.positioning-visual{margin:0;border-radius:28px;overflow:hidden;height:520px;box-shadow:var(--shadow)}.positioning-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.positioning-copy{font-size:18px;line-height:1.78;color:var(--text)}.positioning-copy p{margin:0 0 24px}.positioning-copy strong{color:var(--ink);font-weight:650}.positioning-copy blockquote{font-family:var(--serif);font-size:30px;line-height:1.25;color:var(--ink);margin:38px 0 0;padding:24px 0 0;border-top:1px solid var(--line)}

.situations{padding:112px 0 126px}.section-title{display:flex;align-items:baseline;gap:20px;margin-bottom:46px}.section-number{margin:0;color:var(--gold-deep);font-size:12px;letter-spacing:.18em;font-weight:900;text-transform:uppercase}.section-title h2{font-size:clamp(42px,4.1vw,64px);line-height:1.05}.section-title-dark .section-number{color:var(--gold)}
.cases{display:grid;grid-template-columns:36% 64%;grid-template-rows:repeat(5,1fr);min-height:690px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.62);box-shadow:var(--shadow)}
.case-item{display:contents}.case-item:nth-child(1) .case-trigger{grid-row:1}.case-item:nth-child(2) .case-trigger{grid-row:2}.case-item:nth-child(3) .case-trigger{grid-row:3}.case-item:nth-child(4) .case-trigger{grid-row:4}.case-item:nth-child(5) .case-trigger{grid-row:5}
.case-trigger{grid-column:1;display:grid;grid-template-columns:42px 1fr 24px;gap:14px;align-items:center;text-align:left;border:0;border-bottom:1px solid var(--line);background:var(--cream-2);padding:18px 22px;color:var(--ink);transition:background .2s,color .2s}.case-item:last-child .case-trigger{border-bottom:0}.case-trigger-copy{display:flex;flex-direction:column;gap:5px}.case-trigger strong{font-family:var(--serif);font-size:17px;line-height:1.18;font-weight:500}.case-trigger small,.case-context{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#7f7666}.case-index{font-family:var(--serif);font-size:22px;color:var(--gold-deep)}.case-arrow{font-size:18px;opacity:0}.case-item.is-active .case-trigger{background:var(--navy);color:#fff}.case-item.is-active .case-trigger small{color:#cfd2de}.case-item.is-active .case-index{color:var(--gold)}.case-item.is-active .case-arrow{opacity:1;color:var(--gold)}
.case-panel{grid-column:2;grid-row:1/span 5;padding:42px 48px 38px;position:relative;overflow:auto;background:var(--paper)}.case-watermark{position:absolute;right:25px;top:8px;font-family:var(--serif);font-size:118px;line-height:1;color:rgba(17,22,47,.045)}.case-context{margin:0 0 10px;color:var(--gold-deep);font-weight:800}.case-panel h3{font-size:clamp(32px,3.1vw,48px);line-height:1.08;max-width:790px;padding-right:90px}.case-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 26px;margin-top:34px}.case-block{border-top:1px solid var(--line);padding-top:18px}.case-block h4{margin:0 0 10px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}.case-block p{margin:0;color:var(--text);font-size:14px;line-height:1.62}.case-block.result,.case-block.bonus{background:#eee8dc;border-top:0;border-radius:14px;padding:18px 20px}.case-block.bonus{background:#f7f2e8}

.interventions{padding:112px 0}.intervention-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.intervention-card{min-height:430px;border-radius:28px;padding:34px 38px;display:flex;flex-direction:column}.intervention-card.light{background:var(--paper);color:var(--ink)}.intervention-card.gold{background:var(--gold);color:var(--navy)}.card-number{font-family:var(--serif);font-size:28px;border-bottom:1px solid currentColor;padding-bottom:20px;margin-bottom:40px;opacity:.85}.intervention-card h3{font-size:clamp(36px,3.1vw,48px);line-height:1.08;max-width:520px}.intervention-card p{margin:auto 0 0;font-size:16px;line-height:1.75;color:#5b6070}.intervention-card.gold p{color:#433c2f}

.adn{padding:112px 0}.adn-list{margin-left:min(27vw,360px);border-top:1px solid var(--line)}.adn-item{display:grid;grid-template-columns:72px 1fr;gap:28px;padding:35px 0;border-bottom:1px solid var(--line)}.adn-item>span{font-family:var(--serif);font-size:34px;color:var(--gold-deep)}.adn-item h3{font-size:clamp(30px,2.8vw,42px);line-height:1.12;margin-bottom:12px}.adn-item p{margin:0;color:var(--text);font-size:16px;line-height:1.72;max-width:860px}

.about{padding:112px 0}.about-grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);gap:80px;align-items:start}.about-visual{margin:0;position:sticky;top:122px;height:590px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.about-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.section-title-inline{display:block;margin-bottom:28px}.section-title-inline .section-number{display:block;margin-bottom:12px}.section-title-inline h2{font-size:clamp(42px,4vw,60px)}.about-copy p{font-size:16.5px;line-height:1.8;color:var(--text);margin:0 0 20px}.about-conclusion{font-family:var(--serif);font-size:25px!important;line-height:1.45!important;color:var(--ink)!important;padding-top:20px;border-top:1px solid var(--line)}

.contact{padding:112px 0 96px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:82px;align-items:start}.contact-copy .section-number{color:var(--gold)}.contact-copy h2{font-size:clamp(52px,5vw,76px);margin:8px 0 18px}.contact-copy h3{font-size:clamp(34px,3.3vw,50px);line-height:1.12;color:var(--gold);font-style:italic}.contact-copy p{color:#c9ccd8;max-width:560px;font-size:17px;line-height:1.75;margin:28px 0}.contact-email{display:inline-block;color:var(--gold);font-weight:850;border-bottom:1px solid rgba(241,198,84,.45);padding-bottom:4px}
.contact-form{background:#202746;border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:32px}.contact-form label{display:grid;gap:8px;color:#e8eaf1;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form textarea{width:100%;background:#303754;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#fff;padding:13px 14px;outline:none;text-transform:none;letter-spacing:normal}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(241,198,84,.08)}.contact-form textarea{resize:vertical;min-height:130px}.consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:10px!important;text-transform:none!important;letter-spacing:0!important;font-weight:500!important;font-size:12px!important;color:#cfd2dc!important}.consent input{width:18px;height:18px;accent-color:var(--gold);margin-top:1px;padding:0}.button-submit{width:100%;margin-top:6px}.form-status{min-height:22px;text-align:center;font-size:12px;color:#d8dbe5;margin:12px 0 0}.form-status.is-success{color:#dcf4df}.form-status.is-error{color:#ffd1d1}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}

.site-footer{background:#0b1024;color:#fff;border-top:1px solid rgba(255,255,255,.08);padding:30px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:24px}.footer-grid p{margin:0;text-align:center;font-family:var(--serif);font-size:14px;color:#c9ccd7}.footer-links{display:flex;gap:18px;font-size:12px}.footer-grid small{grid-column:1/-1;font-size:9px;color:#777c90}.footer-brand img{width:30px;height:38px}.footer-brand .brand-name{font-size:15px}
.mobile-sticky-cta{display:none}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.in-view{opacity:1;transform:none}.reveal-delay{transition-delay:.08s}

@media (max-width:1100px){
  .desktop-nav{gap:22px}.desktop-nav a{font-size:13px}.header-cta{margin-left:0}
  .hero-grid{grid-template-columns:1fr .82fr;gap:40px;min-height:680px}.hero-lead{font-size:16px}.positioning-grid,.about-grid{gap:48px}.cases{grid-template-columns:38% 62%;min-height:760px}.case-panel{padding:34px 34px}.case-content-grid{grid-template-columns:1fr}.adn-list{margin-left:0}.contact-grid{gap:46px}
}

@media (max-width:820px){
  html{scroll-padding-top:76px}.container{width:min(100% - 32px,720px)}.nav-shell{width:calc(100% - 28px);height:74px}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.brand img{width:30px;height:38px}.brand-name{font-size:15px}
  .mobile-nav{position:absolute;top:74px;left:0;right:0;background:var(--paper);color:var(--ink);border-top:1px solid var(--line);padding:12px 16px 18px;box-shadow:0 18px 30px rgba(17,22,47,.08)}.mobile-nav.is-open{display:grid}.mobile-nav a{padding:12px 4px;font-weight:750;border-bottom:1px solid var(--line)}.mobile-menu-cta{color:var(--gold-deep)}
  .hero{padding-top:74px}.hero-grid{display:block;min-height:0;padding:52px 0 30px}.hero-copy{margin-bottom:38px}h1{font-size:clamp(46px,13vw,68px)}.hero-lead{font-size:16px;line-height:1.7}.hero-photo-frame{max-height:570px;aspect-ratio:4/4.6;border-radius:24px}.marquee{height:44px}.marquee-track{font-size:16px;gap:20px}
  .positioning,.situations,.interventions,.adn,.about,.contact{padding:78px 0}.positioning-grid{display:flex;flex-direction:column;gap:36px}.positioning-visual{width:100%;height:380px}.positioning-copy{font-size:16px}.positioning-copy blockquote{font-size:26px}
  .section-title{margin-bottom:30px}.section-title h2{font-size:43px}
  .cases{display:block;min-height:0;border:0;background:transparent;box-shadow:none;border-radius:0}.case-item{display:block;margin-bottom:10px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--paper)}.case-trigger{display:grid;width:100%;border:0;background:var(--cream-2);padding:18px;grid-template-columns:36px 1fr 20px}.case-trigger strong{font-size:18px}.case-item.is-active .case-trigger{background:var(--navy)}.case-panel{display:block;position:relative;padding:24px 18px 22px;overflow:visible}.case-panel[hidden]{display:none}.case-panel h3{font-size:32px;padding-right:0}.case-watermark{font-size:82px}.case-content-grid{grid-template-columns:1fr;gap:18px;margin-top:26px}.case-block p{font-size:14px}.case-block.result,.case-block.bonus{padding:16px}
  .intervention-grid{grid-template-columns:1fr}.intervention-card{min-height:0;padding:28px 24px}.card-number{margin-bottom:26px}.intervention-card h3{font-size:35px}.intervention-card p{margin-top:28px}
  .adn-list{margin-left:0}.adn-item{grid-template-columns:48px 1fr;gap:14px;padding:28px 0}.adn-item>span{font-size:28px}.adn-item h3{font-size:31px}.adn-item p{font-size:15px}
  .about-grid{display:flex;flex-direction:column;gap:36px}.about-visual{position:relative;top:auto;width:100%;height:420px}.about-copy p{font-size:15.5px}.about-conclusion{font-size:22px!important}
  .contact-grid{grid-template-columns:1fr;gap:40px}.contact-copy h2{font-size:56px}.contact-copy h3{font-size:38px}.form-row{grid-template-columns:1fr}.contact-form{padding:24px 18px}.footer-grid{grid-template-columns:1fr auto}.footer-grid p{display:none}.footer-grid small{grid-column:1/-1}.mobile-sticky-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:999;display:flex;justify-content:center;align-items:center;gap:10px;background:var(--gold);color:var(--navy);padding:13px 18px;border-radius:999px;font-weight:850;font-size:13px;box-shadow:0 12px 30px rgba(17,22,47,.22);transform:translateY(120px);transition:transform .3s}.mobile-sticky-cta.is-visible{transform:none}body{padding-bottom:76px}
}

@media (max-width:460px){
  .container{width:calc(100% - 24px)}.brand-name{font-size:14px}.hero-grid{padding-top:42px}h1{font-size:45px}.hero-lead{font-size:15px}.hero-photo-frame{max-height:500px}.hero-photo-frame figcaption{right:12px;left:12px;bottom:12px}.positioning-visual{height:300px}.positioning-copy blockquote{font-size:23px}.section-title h2{font-size:38px}.case-panel h3{font-size:29px}.intervention-card h3{font-size:31px}.adn-item{grid-template-columns:1fr}.adn-item>span{font-size:22px}.about-visual{height:340px}.contact-copy h2{font-size:48px}.contact-copy h3{font-size:34px}.footer-links{gap:12px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* ===== V5 — Premium UX/UI polish ===== */
:root{
  --paper:#fcfbf8;
  --cream:#f3eee4;
  --cream-2:#ebe3d5;
  --line:rgba(17,22,47,.12);
  --shadow:0 24px 70px rgba(20,24,42,.09);
}
body{font-size:16.5px;line-height:1.68;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.container{width:min(1320px,calc(100% - 64px))}
.desktop-nav{gap:38px}.desktop-nav a{font-size:15px;font-weight:730}.header-cta{font-size:14px;padding:13px 22px}
.button,.header-cta,.case-trigger,.intervention-card,.contact-form{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(241,198,84,.45);outline-offset:3px}

/* Section headings: no editorial numbering on the public site. */
.section-title{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:48px;padding-top:20px}
.section-title::before{content:"";position:absolute;left:0;top:0;width:54px;height:2px;background:var(--gold)}
.section-title h2{font-size:clamp(42px,4.4vw,64px);line-height:1.02;max-width:980px}
.section-title-dark::before{background:var(--gold)}
.section-title-dark h2{color:#fff}
.section-number{display:none!important}

/* Situations */
.situations{padding:104px 0 112px}
.cases{border-radius:32px;box-shadow:0 28px 80px rgba(20,24,42,.08);border-color:rgba(17,22,47,.11);min-height:700px}
.case-trigger{padding:23px 24px;grid-template-columns:42px 1fr 24px;min-height:0}
.case-trigger:hover{background:#e4dac8}.case-item.is-active .case-trigger:hover{background:#171d3c}
.case-trigger strong{font-size:18px;line-height:1.25}.case-trigger small{margin-top:5px;font-size:10px;letter-spacing:.08em}
.case-index{font-size:19px}.case-arrow{opacity:.55}.case-item.is-active .case-arrow{opacity:1}
.case-panel{padding:46px 52px 42px;overflow:auto}.case-watermark{display:none}.case-context{font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.case-panel h3{font-size:clamp(34px,3vw,47px);line-height:1.08;max-width:860px;padding-right:0}
.case-content-grid{gap:24px 30px;margin-top:38px}.case-block{padding-top:20px}.case-block h4{font-size:11.5px}.case-block p{font-size:15px;line-height:1.66;color:#4f5564}
.case-block.result,.case-block.bonus{padding:20px 22px;border-radius:16px}

/* Two ways to intervene */
.interventions{padding:104px 0 112px}
.intervention-grid{gap:28px}
.intervention-card{min-height:390px;border-radius:30px;padding:44px 44px 40px;position:relative;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.07)}
.intervention-card::before{content:"";display:block;width:54px;height:2px;background:var(--gold);margin-bottom:44px}
.intervention-card.gold::before{background:var(--navy)}
.intervention-card h3{font-size:clamp(34px,3.05vw,47px);line-height:1.08;max-width:540px}
.intervention-card p{margin:34px 0 0;font-size:16.5px;line-height:1.78;max-width:610px;color:#555b68}
.intervention-card.gold p{color:#443d30}
.intervention-card:hover{transform:translateY(-3px);box-shadow:0 28px 68px rgba(0,0,0,.10)}
.card-number{display:none!important}

/* ADN: editorial triptych, calmer and more premium. */
.adn{padding:104px 0 118px}
.adn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.adn-item{display:block;position:relative;border:1px solid var(--line);border-radius:24px;padding:34px 32px 36px;background:#fff;box-shadow:0 18px 44px rgba(20,24,42,.045);overflow:hidden}
.adn-item::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(241,198,84,.18))}
.adn-item h3{font-size:clamp(28px,2.3vw,36px);line-height:1.12;margin:0 0 22px}
.adn-item p{margin:0;color:#565c69;font-size:16px;line-height:1.76}
.adn-item:hover{transform:translateY(-3px);box-shadow:0 24px 58px rgba(20,24,42,.075)}

/* About */
.about{padding:108px 0 116px}
.about-grid{grid-template-columns:minmax(380px,.86fr) minmax(0,1.14fr);gap:84px;align-items:center}
.about-visual{position:relative;top:auto;height:520px;border-radius:30px;box-shadow:0 28px 70px rgba(20,24,42,.12)}
.about-visual::after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(10,13,31,.10));pointer-events:none}
.section-title-inline{margin-bottom:28px;padding-top:18px}.section-title-inline h2{font-size:clamp(40px,4vw,58px)}
.about-copy p{font-size:16.5px;line-height:1.82;max-width:760px}.about-conclusion{font-size:24px!important;padding-top:24px;margin-top:26px!important}

/* Contact: let the question lead, keep the section label discreet. */
.contact{padding:104px 0 92px}
.contact-grid{grid-template-columns:.92fr 1.08fr;gap:88px;align-items:center}
.contact-kicker{margin:0 0 18px!important;color:var(--gold)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase}
.contact-copy h2{font-size:clamp(48px,4.8vw,72px);line-height:1.02;margin:0;max-width:620px}
.contact-copy h2 em{color:var(--gold);font-style:italic;font-weight:400}
.contact-copy h3{display:none}
.contact-copy p{font-size:17px;line-height:1.8;margin:28px 0}
.contact-form{border-radius:28px;padding:34px;background:linear-gradient(180deg,#222946,#1d2440);box-shadow:0 28px 70px rgba(0,0,0,.16)}
.contact-form label{font-size:11.5px}.contact-form input,.contact-form textarea{font-size:15px;padding:14px 15px;border-radius:13px}
.button-submit{min-height:52px}

/* Footer */
.site-footer{padding:32px 0}.footer-links a{opacity:.78}.footer-links a:hover{opacity:1;color:var(--gold)}

@media (max-width:1100px){
  .desktop-nav{gap:24px}.desktop-nav a{font-size:14px}
  .case-panel{padding:38px 36px}.case-content-grid{grid-template-columns:1fr}.cases{min-height:780px}
  .adn-grid{grid-template-columns:1fr 1fr}.adn-item:last-child{grid-column:1/-1}
  .about-grid{gap:52px}.about-visual{height:500px}.contact-grid{gap:52px}
}

@media (max-width:820px){
  .container{width:min(100% - 32px,720px)}
  .section-title{margin-bottom:32px;padding-top:16px}.section-title::before{width:42px}.section-title h2{font-size:clamp(38px,10.5vw,52px)}
  .situations,.interventions,.adn,.about,.contact{padding:76px 0}
  .case-trigger{padding:18px;grid-template-columns:36px 1fr 20px}.case-trigger strong{font-size:18px}.case-panel{padding:25px 20px 24px}.case-panel h3{font-size:31px}.case-block p{font-size:15px}
  .intervention-grid{grid-template-columns:1fr;gap:16px}.intervention-card{min-height:0;padding:30px 26px}.intervention-card::before{margin-bottom:28px}.intervention-card h3{font-size:34px}.intervention-card p{font-size:16px;margin-top:24px}
  .adn-grid{grid-template-columns:1fr;gap:14px}.adn-item:last-child{grid-column:auto}.adn-item{padding:28px 24px}.adn-item h3{font-size:30px}.adn-item p{font-size:15.5px}
  .about-grid{gap:38px}.about-visual{height:420px}.section-title-inline{margin-bottom:24px}.about-copy p{font-size:15.8px}
  .contact-grid{grid-template-columns:1fr;gap:42px}.contact-copy h2{font-size:clamp(46px,12vw,58px)}.contact-form{padding:25px 20px}
}

@media (max-width:460px){
  .section-title h2{font-size:38px}.case-panel h3{font-size:28px}.intervention-card h3{font-size:31px}.adn-item h3{font-size:28px}.about-visual{height:340px}.contact-copy h2{font-size:46px}
}


/* ===== V5.1 — Layout refinement + premium footer ===== */

/* Static expertise strip: no ticker / no horizontal animation. */
.marquee,.marquee-track{display:none!important}
.key-strip{background:#0d1229;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}
.key-strip-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:58px;align-items:stretch}
.key-strip-grid span{position:relative;display:flex;align-items:center;justify-content:center;padding:15px 10px;font-family:var(--serif);font-size:17px;line-height:1;text-align:center;white-space:nowrap}
.key-strip-grid span:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;width:4px;height:4px;border-radius:999px;background:var(--gold);transform:translate(50%,-50%)}

/* Positioning: the SEVEN signature leads the section. */
.positioning-copy{display:flex;flex-direction:column}
.positioning-copy .positioning-signature{order:-1;margin:0 0 34px;padding:0 0 28px;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:clamp(28px,2.5vw,38px);line-height:1.18;color:var(--ink);letter-spacing:-.015em}
.positioning-signature em{display:block;color:var(--gold-deep);font-weight:400}
.positioning-copy p:not(.positioning-signature){font-size:17px;line-height:1.82}

/* Situations: remove artificial numbering and reinforce secondary copy. */
.case-trigger{grid-template-columns:1fr 26px;gap:18px;padding:24px 25px}
.case-index{display:none!important}
.case-trigger strong{font-size:18.5px;line-height:1.25;font-weight:600}
.case-trigger small{font-size:11.5px;line-height:1.35;font-weight:750;letter-spacing:.075em;color:#756d61}
.case-item.is-active .case-trigger small{color:#e1e3eb}
.case-context{font-size:12px;line-height:1.4;font-weight:850;letter-spacing:.085em}
.case-panel h3{font-size:clamp(34px,3vw,46px);max-width:900px}
.case-block h4{font-weight:900}
.case-block p{font-size:15.5px;line-height:1.7}

/* Philippe: headline spans the section, photo and copy begin on the same line. */
.about-heading{margin-bottom:38px}
.about-heading h2{max-width:none}
.about-grid{grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);gap:72px;align-items:start}
.about-visual{height:500px;position:relative;top:auto}
.about-copy{padding-top:2px}
.about-copy p{font-size:16.5px;line-height:1.82;margin:0 0 22px}
.about-conclusion-wide{width:100%;margin:46px 0 0;padding:34px 0 0;border-top:1px solid var(--line);font-family:var(--serif);font-size:clamp(25px,2.35vw,34px);line-height:1.38;color:var(--ink);max-width:none}

/* Footer: distinct closing experience, not a utility bar. */
.site-footer{position:relative;background:linear-gradient(145deg,#080d20 0%,#0e1430 62%,#111936 100%);color:#fff;border-top:0;padding:0;overflow:hidden}
.site-footer::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(241,198,84,.9),transparent)}
.site-footer::after{content:"";position:absolute;right:-130px;bottom:-170px;width:440px;height:440px;border:1px solid rgba(241,198,84,.08);border-radius:50%;pointer-events:none}
.footer-main{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:80px;padding-top:62px;padding-bottom:52px}
.footer-identity{max-width:430px}.footer-brand{display:inline-flex;margin-bottom:26px}.footer-brand img{width:38px;height:48px}.footer-brand .brand-name{font-size:17px;letter-spacing:.015em}
.footer-signature{margin:0;font-family:var(--serif);font-size:clamp(24px,2vw,30px);line-height:1.25;color:#fff}.footer-signature em{color:var(--gold);font-style:italic}
.footer-label{margin:0 0 18px;color:var(--gold);font-size:10.5px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-nav a{color:#d8dbe5;font-size:14.5px;line-height:1.35}.footer-nav a:hover{color:#fff;transform:translateX(3px)}
.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.footer-email{color:#fff;font-size:15px;font-weight:750;border-bottom:1px solid rgba(241,198,84,.35);padding-bottom:5px}.footer-email:hover{color:var(--gold)}
.footer-linkedin{display:inline-grid!important;grid-template-columns:32px auto 18px;align-items:center;gap:10px;min-width:150px;padding:9px 12px 9px 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(255,255,255,.045);font-size:13px;font-weight:800;opacity:1!important}.footer-linkedin:hover{background:#fff;color:var(--navy)!important;border-color:#fff;transform:translateY(-1px)}
.linkedin-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--gold);color:var(--navy);font-family:Arial,sans-serif;font-size:14px;font-weight:900}.social-arrow{justify-self:end}
.footer-cta{margin-top:4px;display:inline-flex;align-items:center;gap:12px;padding:12px 17px;border-radius:999px;background:var(--gold);color:var(--navy);font-size:13px;font-weight:900}.footer-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(241,198,84,.14)}
.footer-bottom{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;padding-top:20px;padding-bottom:24px;border-top:1px solid rgba(255,255,255,.09);color:#878da3;font-size:10.5px;letter-spacing:.03em}.footer-bottom small{font-size:10.5px}.footer-bottom span{text-align:center}.footer-bottom a{justify-self:end;color:#afb4c4}.footer-bottom a:hover{color:var(--gold)}

@media (max-width:1100px){
  .key-strip-grid span{font-size:15.5px;padding-inline:6px}
  .about-grid{gap:48px}.about-visual{height:470px}
  .footer-main{gap:44px;grid-template-columns:1.05fr .8fr 1fr}
}

@media (max-width:820px){
  .key-strip-grid{grid-template-columns:repeat(4,1fr);padding:8px 0}.key-strip-grid span{min-height:38px;font-size:15px}.key-strip-grid span::after{display:none}
  .positioning-copy .positioning-signature{font-size:29px;margin-bottom:28px;padding-bottom:23px}
  .case-trigger{grid-template-columns:1fr 24px;padding:19px}.case-trigger strong{font-size:18px}.case-trigger small{font-size:11px}.case-context{font-size:11.5px}
  .about-heading{margin-bottom:30px}.about-grid{display:grid;grid-template-columns:1fr;gap:30px}.about-visual{height:430px}.about-conclusion-wide{margin-top:34px;padding-top:27px;font-size:25px}
  .footer-main{grid-template-columns:1fr 1fr;gap:38px 28px;padding-top:48px;padding-bottom:38px}.footer-identity{grid-column:1/-1;max-width:520px}.footer-signature br{display:none}.footer-contact{align-items:flex-start}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom span{display:none}.footer-bottom a{justify-self:end}
}

@media (max-width:520px){
  .key-strip-grid{grid-template-columns:repeat(2,1fr);padding:10px 0}.key-strip-grid span:last-child{grid-column:1/-1}.key-strip-grid span{font-size:15px}
  .positioning-copy .positioning-signature{font-size:26px}
  .case-trigger small{font-size:10.5px}.case-panel h3{font-size:28px}.case-block p{font-size:15px}
  .about-visual{height:355px}.about-conclusion-wide{font-size:23px}
  .footer-main{grid-template-columns:1fr;gap:32px;padding-top:42px}.footer-identity{grid-column:auto}.footer-signature{font-size:25px}.footer-nav{gap:10px}.footer-bottom{grid-template-columns:1fr;gap:8px}.footer-bottom a{justify-self:start}.footer-linkedin{min-width:164px}
}

/* ===== V5.3 — Case Studies UX/UI premium + section title underline ===== */

/* Les traits jaunes passent SOUS les titres de section. */
.section-title{
  position:relative;
  padding-top:0!important;
  padding-bottom:24px;
  margin-bottom:46px;
}
.section-title::before{display:none!important}
.section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:58px;
  height:2px;
  border-radius:999px;
  background:var(--gold);
}
.section-title-dark::after{background:var(--gold)}

/* Case studies : davantage de contraste et de relief par rapport au fond. */
.cases{
  border:1px solid rgba(17,22,47,.18)!important;
  box-shadow:
    0 32px 86px rgba(17,22,47,.12),
    0 2px 0 rgba(255,255,255,.7) inset;
  background:#f8f5ef;
}
.case-trigger{
  border-right:1px solid rgba(17,22,47,.09);
}
.case-trigger strong{
  font-size:19.5px;
  line-height:1.25;
  font-weight:650;
}
.case-trigger small{
  font-size:11.75px;
  line-height:1.42;
  font-weight:800;
  letter-spacing:.07em;
  color:#686154;
}
.case-item.is-active .case-trigger{
  background:var(--navy)!important;
  color:#fff;
  box-shadow:inset 0 3px 0 rgba(241,198,84,.65);
}
.case-item.is-active .case-trigger strong{
  color:var(--gold)!important;
}
.case-item.is-active .case-trigger small{
  color:#f2f3f7!important;
}
.case-item.is-active .case-arrow{
  color:var(--gold)!important;
  opacity:1;
}
.case-panel{
  background:#fffdf9;
}
.case-panel h3{
  font-size:clamp(36px,3.15vw,49px);
  line-height:1.075;
}
.case-context{
  color:#8a6110;
  font-size:12.5px;
  font-weight:900;
  letter-spacing:.085em;
}
.case-block h4{
  color:#8a6110;
  font-size:12.5px;
  font-weight:950;
  letter-spacing:.12em;
}
.case-block p{
  font-size:16px;
  line-height:1.72;
  color:#454b5b;
}
.case-block.result,.case-block.bonus{
  border:1px solid rgba(167,119,23,.12);
  box-shadow:0 10px 28px rgba(17,22,47,.035);
}

@media (max-width:820px){
  .section-title{padding-bottom:18px;margin-bottom:32px}
  .section-title::after{width:46px;height:2px}

  /* Mobile : accordéon premium, une situation = une carte claire et autonome. */
  .cases{
    display:block!important;
    min-height:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .case-item{
    display:block!important;
    margin:0 0 14px;
    border:1px solid rgba(17,22,47,.13);
    border-radius:20px;
    overflow:hidden;
    background:#fffdf9;
    box-shadow:0 14px 34px rgba(17,22,47,.065);
  }
  .case-trigger{
    display:grid!important;
    width:100%;
    grid-template-columns:1fr 28px!important;
    gap:16px;
    padding:21px 20px!important;
    border:0!important;
    border-right:0!important;
    background:#eee6d9;
    align-items:center;
  }
  .case-trigger strong{
    font-size:19px!important;
    line-height:1.22;
    font-weight:650;
  }
  .case-trigger small{
    margin-top:7px;
    font-size:11.25px!important;
    line-height:1.45;
    font-weight:850;
  }
  .case-arrow{
    opacity:.7!important;
    font-size:20px;
    transition:transform .22s ease,color .22s ease;
  }
  .case-item.is-active .case-arrow{transform:rotate(45deg)}
  .case-item.is-active .case-trigger{
    box-shadow:inset 0 3px 0 var(--gold);
  }
  .case-panel{
    display:block!important;
    padding:22px 18px 20px!important;
    overflow:visible!important;
    background:#fffdf9;
  }
  .case-panel[hidden]{display:none!important}
  /* Le titre et le contexte sont déjà visibles dans l'en-tête de l'accordéon. */
  .case-panel>.case-context,
  .case-panel>h3{display:none!important}
  .case-content-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:0!important;
  }
  .case-block{
    border-top:0!important;
    border-left:3px solid rgba(241,198,84,.95);
    border-radius:14px;
    padding:16px 16px 16px 17px!important;
    background:#faf7f1;
  }
  .case-block.result,.case-block.bonus{
    background:#f2ecdf;
    border:1px solid rgba(167,119,23,.13)!important;
    border-left:3px solid rgba(241,198,84,.95)!important;
  }
  .case-block h4{
    margin-bottom:7px;
    font-size:12px!important;
    color:#80580c;
  }
  .case-block p{
    font-size:15.5px!important;
    line-height:1.68;
  }
}

@media (max-width:460px){
  .case-trigger{padding:19px 17px!important}
  .case-trigger strong{font-size:18.25px!important}
  .case-trigger small{font-size:10.8px!important}
  .case-panel{padding:18px 14px 16px!important}
  .case-block{padding:15px!important}
  .case-block p{font-size:15px!important}
}


/* ===== V5.4 — Premium capability rail ===== */
.key-strip{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:14px 0;
  background:
    radial-gradient(70% 180% at 50% 0%, rgba(241,198,84,.10), transparent 60%),
    linear-gradient(180deg,#0b1026 0%,#101630 100%);
  border-top:1px solid rgba(241,198,84,.24);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 34px rgba(7,10,26,.12);
}
.key-strip::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.055;
  background:url('assets/monogramme-seven.svg') center / 210px auto no-repeat;
  filter:grayscale(1) brightness(2);
  pointer-events:none;
}
.key-strip-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:10px;
  min-height:0;
  align-items:center;
}
.key-strip-grid span{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:12px 10px 11px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  color:#f7f4eb;
  font-family:var(--serif);
  font-size:18px;
  font-weight:600;
  line-height:1;
  letter-spacing:.01em;
  text-align:center;
  white-space:nowrap;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.key-strip-grid span::before{
  content:"";
  width:5px;
  height:5px;
  margin-right:10px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 4px rgba(241,198,84,.07);
  flex:0 0 auto;
}
.key-strip-grid span:not(:last-child)::after{display:none!important}
.key-strip-grid span:hover{
  transform:translateY(-2px);
  border-color:rgba(241,198,84,.52);
  background:linear-gradient(180deg,rgba(241,198,84,.16),rgba(241,198,84,.07));
  color:#fff;
  box-shadow:0 10px 22px rgba(4,7,20,.18), inset 0 1px 0 rgba(255,255,255,.08);
}

@media (max-width:1180px){
  .key-strip{padding:12px 0}
  .key-strip-grid{grid-template-columns:repeat(4,1fr);gap:8px}
  .key-strip-grid span{min-height:48px;font-size:16px}
  .key-strip-grid span:last-child{grid-column:2/4}
}
@media (max-width:680px){
  .key-strip{padding:10px 0}
  .key-strip::before{background-size:150px auto}
  .key-strip-grid{grid-template-columns:repeat(2,1fr);gap:7px}
  .key-strip-grid span{min-height:45px;padding:10px 8px;font-size:15px;border-radius:12px}
  .key-strip-grid span:last-child{grid-column:1/-1}
}

/* ===== V5.5 — Bande éditoriale premium + icônes Case Study ===== */

/* Bande : on abandonne l'effet "7 boutons". Elle devient un rail éditorial,
   plus statutaire et davantage intégré au hero. */
.key-strip{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:0!important;
  background:
    radial-gradient(70% 180% at 18% -40%,rgba(241,198,84,.10),transparent 64%),
    linear-gradient(180deg,#0b1027 0%,#0e142d 100%)!important;
  border-top:1px solid rgba(241,198,84,.24)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 16px 38px rgba(7,10,26,.13)!important;
}
.key-strip::before{display:none!important}
.key-strip::after{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(241,198,84,.55),transparent);
  pointer-events:none;
}
.key-strip-inner{
  min-height:92px;
  display:grid;
  grid-template-columns:66px 1fr;
  align-items:stretch;
  gap:24px;
}
.key-strip-mark{
  align-self:center;
  width:54px;height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(241,198,84,.42);
  border-radius:50%;
  background:rgba(255,255,255,.025);
  box-shadow:inset 0 0 0 7px rgba(241,198,84,.025),0 10px 28px rgba(0,0,0,.16);
}
.key-strip-mark img{width:24px;height:34px;object-fit:contain}
.key-strip-grid{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:0!important;
  min-height:92px;
  align-items:stretch!important;
}
.key-strip-grid span{
  position:relative;
  min-height:92px!important;
  padding:34px 12px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.085)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#f8f6f0!important;
  font-family:var(--serif)!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.015em!important;
  white-space:nowrap;
  text-align:center;
  transition:color .22s ease,background .22s ease,transform .22s ease!important;
}
.key-strip-grid span:last-child{border-right:1px solid rgba(255,255,255,.085)!important}
.key-strip-grid span::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:23px!important;
  width:24px!important;
  height:2px!important;
  margin:0!important;
  border-radius:999px!important;
  background:var(--gold)!important;
  box-shadow:none!important;
  transform:translateX(-50%)!important;
  opacity:.52;
  transition:width .22s ease,opacity .22s ease!important;
}
.key-strip-grid span::after{display:none!important}
.key-strip-grid span:hover{
  transform:none!important;
  color:var(--gold)!important;
  background:linear-gradient(180deg,rgba(241,198,84,.07),transparent)!important;
  box-shadow:none!important;
}
.key-strip-grid span:hover::before{width:42px!important;opacity:1}

/* Icônes des onglets Case Study */
.case-trigger{
  grid-template-columns:52px minmax(0,1fr) 34px!important;
  gap:18px!important;
}
.case-icon{
  width:42px;height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#17203e;
  background:rgba(255,255,255,.34);
  border:1px solid rgba(17,22,47,.10);
  transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;
}
.case-icon svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.case-item.is-active .case-icon{
  color:var(--gold);
  background:rgba(241,198,84,.09);
  border-color:rgba(241,198,84,.36);
  box-shadow:0 0 0 5px rgba(241,198,84,.035);
}
.case-trigger:hover .case-icon{transform:translateY(-1px)}
.case-arrow{
  width:30px;height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(17,22,47,.12);
  opacity:.6!important;
  font-size:15px!important;
}
.case-item.is-active .case-arrow{
  border-color:rgba(241,198,84,.42);
  background:rgba(241,198,84,.08);
  opacity:1!important;
}

@media (max-width:1180px){
  .key-strip-inner{grid-template-columns:58px 1fr;gap:16px}
  .key-strip-mark{width:48px;height:48px}
  .key-strip-grid{grid-template-columns:repeat(4,1fr)!important;min-height:0}
  .key-strip-grid span{min-height:68px!important;padding:27px 10px 13px!important;font-size:16.5px!important;border-bottom:1px solid rgba(255,255,255,.075)!important}
  .key-strip-grid span:nth-child(5){grid-column:1/2}
  .key-strip-grid span:last-child{grid-column:auto!important}
  .key-strip-grid span::before{top:17px!important;width:20px!important}
}

@media (max-width:820px){
  .key-strip{padding:10px 0!important}
  .key-strip-inner{display:block;min-height:0}
  .key-strip-mark{display:none}
  .key-strip-grid{grid-template-columns:repeat(2,1fr)!important;border-top:1px solid rgba(255,255,255,.07);border-right:1px solid rgba(255,255,255,.07)}
  .key-strip-grid span{min-height:60px!important;padding:24px 8px 12px!important;font-size:16px!important;border-left:1px solid rgba(255,255,255,.07)!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
  .key-strip-grid span:last-child{grid-column:1/-1!important}
  .key-strip-grid span::before{top:14px!important;width:18px!important;height:2px!important}

  .case-trigger{grid-template-columns:46px minmax(0,1fr) 30px!important;gap:13px!important}
  .case-icon{width:40px;height:40px;border-radius:12px}
  .case-icon svg{width:23px;height:23px}
  .case-arrow{width:28px;height:28px}
}

@media (max-width:460px){
  .key-strip-grid span{font-size:15px!important;min-height:57px!important}
  .case-trigger{grid-template-columns:42px minmax(0,1fr) 28px!important;gap:11px!important}
  .case-icon{width:36px;height:36px;border-radius:11px}
  .case-icon svg{width:21px;height:21px}
  .case-trigger strong{font-size:17.5px!important}
}

/* ===== V5.6 — Consolidated premium refinements ===== */
/* Navigation: persistent active state, controlled by scrollspy in script.js. */
.desktop-nav a{padding-bottom:8px;transition:color .2s ease}
.desktop-nav a::after{left:0!important;right:auto!important;bottom:0!important;width:0!important;height:2px!important;border-radius:999px;background:var(--gold)!important;transition:width .22s ease!important}
.desktop-nav a:hover::after,.desktop-nav a.is-active::after{width:100%!important}
.desktop-nav a.is-active{color:var(--gold)}
.mobile-nav a[data-nav-section]{position:relative;padding-left:14px}
.mobile-nav a[data-nav-section]::before{content:"";position:absolute;left:0;top:50%;width:3px;height:0;border-radius:999px;background:var(--gold);transform:translateY(-50%);transition:height .2s ease}
.mobile-nav a[data-nav-section].is-active{color:var(--gold-deep)}
.mobile-nav a[data-nav-section].is-active::before{height:22px}

/* CTA arrows: replace tiny unicode diagonal arrows with a consistent line icon. */
.cta-arrow{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 24px;border-radius:999px;border:1px solid currentColor;opacity:.82;transition:transform .2s ease,background .2s ease}
.cta-arrow svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
a:hover>.cta-arrow,button:hover>.cta-arrow{transform:translateX(2px)}
.button-gold .cta-arrow,.footer-cta .cta-arrow{border-color:rgba(17,22,47,.35);background:rgba(17,22,47,.05)}
.header-cta .cta-arrow{border-color:rgba(255,255,255,.32)}
.site-header.is-scrolled .header-cta .cta-arrow{border-color:rgba(255,255,255,.3)}

/* Positioning signature: the italic promise stays on one line. */
.positioning-signature em{display:block!important;white-space:nowrap;font-size:clamp(15px,2.35vw,34px);letter-spacing:-.02em}

/* Section titles use one consistent editorial format. */
.section-title{padding-top:0!important;padding-bottom:20px!important}
.section-title::before{display:none!important}
.section-title::after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:58px!important;height:2px!important;border-radius:999px!important;background:var(--gold)!important}
.section-title h2{text-transform:none!important}

/* Intervention cards: gold rule above AND below the title. */
.intervention-card::before{width:54px!important;height:2px!important;margin-bottom:34px!important}
.intervention-card h3{position:relative;padding-bottom:26px;margin-bottom:0}
.intervention-card h3::after{content:"";position:absolute;left:0;bottom:0;width:54px;height:2px;border-radius:999px;background:var(--gold)}
.intervention-card.gold h3::after{background:var(--navy)}
.intervention-card p{margin-top:30px!important}

/* Seven pillars strip: no left monogram, one premium line icon for each verb. */
.key-strip{padding:0!important;background:linear-gradient(180deg,#0b1026 0%,#0e1631 100%)!important;border-top:1px solid rgba(241,198,84,.45)!important;border-bottom:1px solid rgba(255,255,255,.10)!important;box-shadow:0 18px 36px rgba(5,8,22,.15)!important}
.key-strip-inner{display:block!important;min-height:0!important}
.key-strip-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:0!important;min-height:148px!important;border-left:1px solid rgba(255,255,255,.08)!important}
.key-strip-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-width:0;padding:20px 8px 18px;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);transition:background .22s ease,transform .22s ease}
.key-strip-item::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(241,198,84,.35),transparent);opacity:.55}
.key-strip-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--gold);filter:drop-shadow(0 4px 12px rgba(241,198,84,.08))}
.key-strip-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.key-strip-rule{width:32px;height:2px;border-radius:999px;background:var(--gold);opacity:.78;transition:width .22s ease,opacity .22s ease}
.key-strip-item strong{font-family:var(--serif);font-size:19px;line-height:1;color:#fff;font-weight:500;white-space:nowrap;letter-spacing:.005em}
.key-strip-item:hover{background:linear-gradient(180deg,rgba(241,198,84,.075),rgba(241,198,84,.015));transform:translateY(-1px)}
.key-strip-item:hover .key-strip-rule{width:46px;opacity:1}
.key-strip-item:hover strong{color:var(--gold)}
/* Disable legacy span styling from prior revisions. */
.key-strip-grid>span,.key-strip-mark{display:none!important}

/* Case study arrow treatment: quiet circular chevron, not a diagonal arrow. */
.case-arrow{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:50%!important;border:1px solid rgba(17,22,47,.16)!important;background:rgba(255,255,255,.22)!important;color:#4b5060!important;opacity:1!important;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease!important}
.case-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.case-item.is-active .case-arrow{color:var(--navy)!important;background:var(--gold)!important;border-color:var(--gold)!important;box-shadow:0 8px 20px rgba(241,198,84,.16)}
.case-trigger:hover .case-arrow{transform:translateX(2px)}
.case-item.is-active .case-trigger:hover .case-arrow{transform:translateX(2px)}

@media (max-width:1180px){
  .key-strip-grid{grid-template-columns:repeat(4,1fr)!important;min-height:0!important}
  .key-strip-item{min-height:124px;border-bottom:1px solid rgba(255,255,255,.08)}
  .key-strip-item:nth-child(5),.key-strip-item:nth-child(6),.key-strip-item:nth-child(7){grid-column:auto!important}
  .key-strip-item:last-child{grid-column:2/4!important}
}
@media (max-width:820px){
  .key-strip-grid{grid-template-columns:repeat(2,1fr)!important;border-top:0!important}
  .key-strip-item{min-height:110px;padding:16px 8px 14px}
  .key-strip-item:last-child{grid-column:1/-1!important}
  .key-strip-icon{width:38px;height:38px}.key-strip-icon svg{width:34px;height:34px}.key-strip-item strong{font-size:17px}
  .positioning-signature em{font-size:clamp(14px,4.05vw,18px)}
  .intervention-card h3{padding-bottom:22px}
  .desktop-nav a.is-active{color:inherit}
}
@media (max-width:460px){
  .key-strip-item{min-height:102px}.key-strip-item strong{font-size:16px}.key-strip-icon{width:34px;height:34px}.key-strip-icon svg{width:31px;height:31px}
  .positioning-signature em{font-size:3.75vw}
}
.social-arrow{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;border:1px solid currentColor;opacity:.78}
.social-arrow svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}


/* ===== V5.7 — Compact case studies, refined capability icons, stronger header CTA ===== */

/* Header CTA: visible and premium in both hero and scrolled states. */
.header-cta,
.site-header.is-scrolled .header-cta{
  background:var(--gold)!important;
  color:var(--navy)!important;
  border-color:var(--gold)!important;
  box-shadow:0 10px 28px rgba(241,198,84,.18)!important;
}
.header-cta .cta-arrow,
.site-header.is-scrolled .header-cta .cta-arrow{
  border-color:rgba(17,22,47,.34)!important;
  background:rgba(17,22,47,.05)!important;
}
.header-cta:hover{
  background:#ffd66a!important;
  color:var(--navy)!important;
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(241,198,84,.24)!important;
}

/* Intervention cards: keep only the underline below each title. */
.intervention-card::before{display:none!important}
.intervention-card h3{padding-top:0!important}

/* Capability rail: one clear gold icon + one underline + one label. */
.key-strip{
  border-top:0!important;
  background:
    radial-gradient(90% 150% at 50% -70%,rgba(241,198,84,.08),transparent 58%),
    linear-gradient(180deg,#0b1129 0%,#0d1632 100%)!important;
}
.key-strip::after{display:none!important}
.key-strip-grid{
  min-height:132px!important;
  border-left:0!important;
}
.key-strip-item{
  min-height:132px!important;
  gap:10px!important;
  padding:18px 10px 16px!important;
  border-right:1px solid rgba(255,255,255,.075)!important;
  background:transparent!important;
}
.key-strip-item:first-child{border-left:1px solid rgba(255,255,255,.075)!important}
.key-strip-item::before{display:none!important}
.key-strip-icon{
  width:56px!important;
  height:56px!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--gold)!important;
  opacity:.96;
  filter:drop-shadow(0 6px 16px rgba(241,198,84,.09));
}
.key-strip-icon::before,.key-strip-icon::after{display:none!important}
.key-strip-icon svg{
  width:50px!important;
  height:50px!important;
  stroke-width:1.65!important;
}
.key-strip-rule{
  width:34px!important;
  height:2px!important;
  min-height:0!important;
  padding:0!important;
  margin:1px 0 2px!important;
  display:block!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--gold)!important;
  box-shadow:none!important;
  opacity:.9!important;
}
.key-strip-rule::before,.key-strip-rule::after{display:none!important}
.key-strip-item strong{
  font-size:19px!important;
  line-height:1.05!important;
  font-weight:500!important;
}
.key-strip-item:hover{
  background:linear-gradient(180deg,rgba(241,198,84,.055),transparent)!important;
}
.key-strip-item:hover .key-strip-icon{transform:translateY(-1px)}
.key-strip-item:hover .key-strip-rule{width:46px!important}

/* Case studies: restore a compact desktop footprint without sacrificing readability. */
@media (min-width:1181px){
  .cases{
    grid-template-columns:38% 62%!important;
    grid-template-rows:repeat(5,minmax(0,1fr))!important;
    height:590px!important;
    min-height:0!important;
  }
  .case-trigger{
    grid-template-columns:44px minmax(0,1fr) 30px!important;
    gap:14px!important;
    padding:13px 20px!important;
    min-height:0!important;
  }
  .case-icon{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
  }
  .case-icon svg{width:22px!important;height:22px!important}
  .case-trigger strong{
    font-size:17.5px!important;
    line-height:1.18!important;
  }
  .case-trigger small{
    margin-top:4px!important;
    font-size:10.6px!important;
    line-height:1.28!important;
  }
  .case-arrow{width:28px!important;height:28px!important}
  .case-panel{
    padding:28px 36px 26px!important;
    overflow:auto!important;
  }
  .case-context{margin-bottom:8px!important;font-size:11.5px!important}
  .case-panel h3{
    font-size:clamp(31px,2.55vw,41px)!important;
    line-height:1.05!important;
  }
  .case-content-grid{
    margin-top:24px!important;
    gap:16px 22px!important;
  }
  .case-block{padding-top:13px!important}
  .case-block h4{margin-bottom:7px!important;font-size:11.5px!important}
  .case-block p{font-size:14.5px!important;line-height:1.52!important}
  .case-block.result,.case-block.bonus{
    padding:14px 17px!important;
    border-radius:14px!important;
  }
}

@media (max-width:1180px) and (min-width:821px){
  .key-strip-grid{grid-template-columns:repeat(7,1fr)!important}
  .key-strip-item{min-height:116px!important;padding:14px 6px 12px!important;border-bottom:0!important}
  .key-strip-item:last-child{grid-column:auto!important}
  .key-strip-icon{width:46px!important;height:46px!important}
  .key-strip-icon svg{width:42px!important;height:42px!important}
  .key-strip-item strong{font-size:16px!important}
  .cases{min-height:660px!important}
}

@media (max-width:820px){
  .key-strip-grid{grid-template-columns:repeat(2,1fr)!important}
  .key-strip-item{min-height:96px!important;padding:13px 8px 11px!important}
  .key-strip-icon{width:40px!important;height:40px!important}
  .key-strip-icon svg{width:36px!important;height:36px!important}
  .key-strip-rule{width:28px!important}
  .key-strip-item strong{font-size:16px!important}
}

/* ===== V5.8 — Header alignment + signature + premium strip refinements ===== */

/* Header: logo, navigation and CTA perfectly aligned on one visual axis */
.site-header{background:rgba(17,22,47,.96)}
.site-header.is-scrolled{background:rgba(251,250,247,.96)}
.nav-shell{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  column-gap:34px!important;
  height:84px!important;
}
.brand,.desktop-nav,.header-cta{align-self:center!important}
.brand{min-height:52px}
.brand-name{display:inline-flex;align-items:center;line-height:1}
.desktop-nav{margin:0!important;justify-self:center!important;height:100%;display:flex!important;align-items:center!important}
.desktop-nav a{display:inline-flex;align-items:center;height:100%;padding-top:2px}
.header-cta{
  justify-self:end!important;
  margin-left:0!important;
  min-height:50px;
  padding:0 22px!important;
  background:var(--gold)!important;
  color:var(--navy)!important;
  border-color:var(--gold)!important;
  box-shadow:0 10px 30px rgba(241,198,84,.18);
}
.header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(241,198,84,.22)}
.header-cta .cta-arrow{border-color:rgba(17,22,47,.18)!important;color:var(--navy)!important}
.site-header.is-scrolled .header-cta{background:var(--gold)!important;color:var(--navy)!important;border-color:var(--gold)!important}
.site-header.is-scrolled .header-cta .cta-arrow{border-color:rgba(17,22,47,.18)!important;color:var(--navy)!important}

/* Hero and strip should feel like one coherent area */
.hero{padding-top:84px!important}
.key-strip{
  padding:0!important;
  background:linear-gradient(180deg,#12193a 0%,#11162f 100%)!important;
  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 28px rgba(11,16,36,.08)!important;
}
.key-strip::before,.key-strip::after{display:none!important}
.key-strip-grid{
  min-height:136px!important;
  border-left:1px solid rgba(255,255,255,.08)!important;
}
.key-strip-item{
  min-height:136px!important;
  gap:11px!important;
  padding:18px 12px 14px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.005))!important;
}
.key-strip-item::before{display:none!important}
.key-strip-icon{
  width:48px!important;
  height:48px!important;
  color:#f1c654!important;
  filter:drop-shadow(0 6px 14px rgba(241,198,84,.10))!important;
}
.key-strip-icon svg{width:40px!important;height:40px!important;stroke-width:1.45!important}
.key-strip-rule{width:34px!important;height:2px!important;opacity:1!important;background:var(--gold)!important}
.key-strip-item strong{font-size:18px!important;line-height:1.05!important;letter-spacing:.005em!important;color:#fff!important}
.key-strip-item:hover{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.012))!important;transform:none!important}
.key-strip-item:hover strong{color:var(--gold)!important}
.key-strip-item:hover .key-strip-rule{width:40px!important}

/* Signature block below the strip: moved up and stronger hierarchy */
.positioning{padding:78px 0 102px!important}
.positioning-grid{align-items:start!important;gap:72px!important}
.positioning-copy{padding-top:18px}
.positioning-copy .positioning-signature{
  margin:0 0 26px!important;
  padding:0 0 24px!important;
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.03em!important;
}
.positioning-signature em{
  display:block!important;
  margin-top:8px!important;
  white-space:nowrap!important;
  font-size:clamp(24px,2.7vw,42px)!important;
  line-height:1.12!important;
  color:var(--gold-deep)!important;
}
.positioning-copy p:not(.positioning-signature){font-size:17px!important;line-height:1.8!important}

/* Intervention cards: only underline below title, no top accent line */
.intervention-card::before{display:none!important}
.intervention-card h3{padding-bottom:24px!important}
.intervention-card h3::after{bottom:0!important}

/* Case studies: more compact and premium */
.cases{
  min-height:620px!important;
  border-radius:30px!important;
  border:1px solid rgba(17,22,47,.10)!important;
  box-shadow:0 20px 60px rgba(17,22,47,.07)!important;
}
.case-trigger{
  padding:18px 22px!important;
  min-height:0!important;
  gap:16px!important;
}
.case-trigger strong{font-size:17.8px!important;line-height:1.18!important}
.case-trigger small{font-size:11px!important;line-height:1.3!important}
.case-panel{padding:36px 40px 32px!important}
.case-panel h3{font-size:clamp(36px,3.05vw,52px)!important;line-height:1.04!important;max-width:760px!important}
.case-block h4{font-size:12px!important;color:#9a6f1a!important;font-weight:900!important}
.case-block p{font-size:14px!important;line-height:1.65!important}
.case-block.result,.case-block.bonus{padding:18px 20px!important}

/* Mobile UX */
@media (max-width:820px){
  .site-header{background:rgba(17,22,47,.98)!important}
  .nav-shell{display:flex!important;height:74px!important;column-gap:14px!important}
  .hero{padding-top:74px!important}
  .key-strip{padding:6px 0 0!important}
  .key-strip-grid{
    grid-template-columns:repeat(2,1fr)!important;
    min-height:0!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
  }
  .key-strip-item{
    min-height:98px!important;
    padding:14px 10px 12px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }
  .key-strip-item:last-child{grid-column:1/-1!important}
  .key-strip-icon{width:36px!important;height:36px!important}
  .key-strip-icon svg{width:30px!important;height:30px!important}
  .key-strip-item strong{font-size:16px!important}

  .positioning{padding:58px 0 74px!important}
  .positioning-copy{padding-top:0!important}
  .positioning-copy .positioning-signature{
    font-size:clamp(34px,9vw,48px)!important;
    margin-bottom:20px!important;
    padding-bottom:18px!important;
  }
  .positioning-signature em{
    margin-top:8px!important;
    white-space:normal!important;
    font-size:clamp(19px,5vw,28px)!important;
  }

  .cases{display:block!important;min-height:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
  .case-item{border:1px solid rgba(17,22,47,.10)!important;border-radius:18px!important;overflow:hidden;background:var(--paper)!important;box-shadow:0 8px 26px rgba(17,22,47,.05)!important}
  .case-trigger{grid-template-columns:44px 1fr 30px!important;padding:18px 18px!important}
  .case-icon{width:42px!important;height:42px!important}
  .case-arrow{width:30px!important;height:30px!important}
  .case-panel{padding:20px 18px 18px!important}
  .case-panel h3{font-size:28px!important}
}

@media (max-width:460px){
  .positioning-copy .positioning-signature{font-size:32px!important}
  .positioning-signature em{font-size:18px!important;white-space:normal!important}
}


/* ===== V5.9 — transparent header + nav alignment + shorter signature ===== */
.site-header{background:rgba(10,15,35,.74)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;box-shadow:0 1px 0 rgba(255,255,255,.05) inset}
.site-header.is-scrolled{background:rgba(251,250,247,.92)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.nav-shell{height:82px!important;align-items:center!important}
.desktop-nav{position:relative;top:3px!important}
.desktop-nav a{padding-top:0!important;padding-bottom:6px!important}
.brand{position:relative;top:0!important}
.header-cta{position:relative;top:0!important}

/* Harmonise the strip with the hero while keeping contrast */
.key-strip{background:linear-gradient(180deg,rgba(14,21,52,.96) 0%,rgba(12,18,44,.98) 100%)!important}

/* Positioning block */
.positioning{padding-top:64px!important}
.positioning-copy .positioning-signature{font-size:clamp(40px,4.1vw,58px)!important;margin-bottom:22px!important;padding-bottom:20px!important}
.positioning-signature em{font-size:clamp(20px,2.05vw,31px)!important;letter-spacing:-.012em!important;white-space:nowrap!important}

@media (max-width:1100px){
  .desktop-nav{top:2px!important}
  .positioning-signature em{font-size:clamp(18px,2vw,26px)!important}
}
@media (max-width:820px){
  .site-header{background:rgba(10,15,35,.88)!important}
  .nav-shell{height:74px!important}
  .desktop-nav{top:0!important}
  .positioning{padding-top:52px!important}
  .positioning-copy .positioning-signature{font-size:clamp(34px,9vw,46px)!important}
  .positioning-signature em{font-size:clamp(17px,4.25vw,22px)!important;white-space:normal!important}
}


/* ===== V5.10 — menu color + active underline correction ===== */
.site-header{
  background:rgba(17,22,47,.96)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset!important;
}
.site-header.is-scrolled{
  background:rgba(251,250,247,.96)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.nav-shell{height:82px!important}
.desktop-nav{top:4px!important}
.desktop-nav a{padding-top:0!important;padding-bottom:14px!important;height:auto!important;line-height:1!important}
.desktop-nav a::after{bottom:8px!important;height:2px!important}

/* Slightly closer underline on the light/scrolled header too */
.site-header.is-scrolled .desktop-nav a::after{bottom:8px!important}

@media (max-width:820px){
  .site-header{background:rgba(251,250,247,.98)!important;color:var(--ink)!important}
  .site-header.is-scrolled{background:rgba(251,250,247,.98)!important}
  .nav-shell{height:74px!important}
  .desktop-nav{top:0!important}
  .mobile-drawer .desktop-nav a::after,.desktop-nav a::after{bottom:10px!important}
  .mobile-nav a::after,.mobile-drawer a::after{bottom:10px!important}
}


/* ===== V5.11 — direct color switch blue header / white header ===== */
.site-header,
.site-header.is-scrolled,
.brand,
.brand-name,
.desktop-nav a,
.menu-toggle,
.mobile-nav,
.mobile-nav a{
  transition:none!important;
}

/* Keep only subtle structural transitions, not color blending */
.site-header{
  transition:box-shadow .18s ease,border-color .18s ease!important;
}
.site-header.is-scrolled{
  transition:box-shadow .18s ease,border-color .18s ease!important;
}

/* Preserve underline animation only */
.desktop-nav a::after,
.mobile-nav a::after,
.mobile-nav a[data-nav-section]::before{
  transition:width .18s ease,height .18s ease,opacity .18s ease!important;
}


/* ===== V5.12 — Case Study titles reduced ===== */
.case-panel h3{
  font-size:clamp(24px,2.2vw,36px)!important;
  line-height:1.12!important;
  max-width:700px!important;
  letter-spacing:-.02em!important;
}
@media (max-width:1100px){
  .case-panel h3{font-size:clamp(23px,2.7vw,32px)!important;max-width:100%!important;}
}
@media (max-width:820px){
  .case-panel h3{font-size:27px!important;line-height:1.14!important;}
}
@media (max-width:460px){
  .case-panel h3{font-size:24px!important;line-height:1.16!important;}
}


/* ===== V5.14 — fast but softer header transition ===== */
/* Background gets a short fade; text colors still switch instantly. */
.site-header,
.site-header.is-scrolled{
  transition:background-color .18s ease-out,box-shadow .18s ease,border-color .18s ease!important;
}
.brand,
.brand-name,
.desktop-nav a,
.menu-toggle,
.mobile-nav,
.mobile-nav a{
  transition:none!important;
}
.desktop-nav a::after,
.mobile-nav a::after,
.mobile-nav a[data-nav-section]::before{
  transition:width .18s ease,height .18s ease,opacity .18s ease!important;
}


/* ===== V5.15 — Footer minimal + Case Study depth ===== */

/* Footer: lowercase editorial treatment, no extra CTA button. */
.site-footer .footer-label,
.site-footer .footer-nav a,
.site-footer .footer-linkedin,
.site-footer .footer-bottom,
.site-footer .footer-signature{
  text-transform:lowercase!important;
}
.site-footer .footer-label{letter-spacing:.13em!important}
.footer-contact{gap:14px!important}

/* Case Studies: subtle relief on the sides and lower edge. */
.cases{
  border-color:rgba(17,22,47,.12)!important;
  box-shadow:
    0 16px 30px rgba(17,22,47,.055),
    0 34px 72px rgba(17,22,47,.085),
    -10px 0 26px rgba(17,22,47,.025),
    10px 0 26px rgba(17,22,47,.025)!important;
}

@media (max-width:820px){
  .case-item{
    box-shadow:0 10px 28px rgba(17,22,47,.07)!important;
  }
}


/* ===== V5.16 — Footer headings emphasis ===== */
.footer-label{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 22px!important;
  color:var(--gold)!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:lowercase!important;
  padding-bottom:10px;
}
.footer-label::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:32px;
  height:2px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 12px rgba(241,198,84,.18);
}
.footer-nav,.footer-contact{padding-top:2px}


/* ===== V5.17 — Footer signature + logo alignment ===== */
.footer-brand img{
  width:36px!important;
  height:46px!important;
}
.footer-brand .brand-name{
  font-size:18px!important;
  line-height:1!important;
}
.footer-signature{
  font-size:clamp(24px,2.08vw,31px)!important;
  line-height:1.18!important;
  color:var(--gold)!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
}
.footer-signature em{
  color:inherit!important;
  font-style:inherit!important;
  font-size:inherit!important;
}
@media (max-width:820px){
  .footer-brand img{width:32px!important;height:41px!important}
  .footer-brand .brand-name{font-size:16px!important}
  .footer-signature{font-size:26px!important;line-height:1.16!important}
}


/* ===== V5.18 — Footer labels use baseline typography / baseline restored ===== */
/* Restore the baseline to the validated previous treatment. */
.footer-signature{
  margin:0!important;
  font-family:var(--serif)!important;
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.25!important;
  color:#fff!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:0!important;
}
.footer-signature em{
  color:var(--gold)!important;
  font-style:italic!important;
  font-size:inherit!important;
  font-weight:400!important;
}

/* Explorer / Échanger now use the editorial baseline typography. */
.footer-label{
  font-family:var(--serif)!important;
  font-size:clamp(23px,1.8vw,28px)!important;
  line-height:1.05!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
  text-transform:lowercase!important;
  color:var(--gold)!important;
  margin:0 0 22px!important;
  padding-bottom:12px!important;
}
.footer-label::after{
  width:38px!important;
  height:2px!important;
}

/* Keep the larger footer logo from V5.17. */
.footer-brand img{width:36px!important;height:46px!important}
.footer-brand .brand-name{font-size:18px!important}

@media (max-width:820px){
  .footer-label{font-size:24px!important}
  .footer-signature{font-size:25px!important}
}


/* ===== V5.19 — Client review integration ===== */
/* Hero photo: tighter crop to remove the empty right-hand area noted by the client. */
.hero-photo-frame>img{
  object-position:30% 38%!important;
  transform:scale(1.08);
  transform-origin:42% 42%;
}
.hero-lead strong{color:#fff;font-weight:700}

/* Positioning visual now uses a supplied team image, reducing repetition of Philippe's portrait. */
.positioning-visual img{object-position:center 48%!important}

/* Revised navigation labels are slightly more compact. */
.desktop-nav{gap:40px!important}

/* Case study labels: improve distinction of the new headings. */
.case-block h4{color:var(--gold-deep)!important;font-weight:900!important;letter-spacing:.11em!important}

@media (max-width:820px){
  .hero-photo-frame>img{object-position:32% 40%!important;transform:scale(1.05)}
}


/* ===== V5.20 — Hero line-break + stable anchor scrolling ===== */
html{scroll-behavior:auto!important;}
.hero-question-nowrap{white-space:nowrap;}
@media (max-width:460px){.hero-question-nowrap{white-space:normal;}}

/* ===== V5.21 — Responsive navigation + smooth performance ===== */

/* Let manual scrolling remain fully native. Internal anchors are handled in JS. */
html{scroll-behavior:auto!important}
#situations,#interventions,#adn,#philippe,#echange{scroll-margin-top:92px}

/* Reduce paint work during fast scroll without changing layout. */
.hero-photo-frame>img,.positioning-visual img,.about-visual img{backface-visibility:hidden;transform-style:preserve-3d}

@media (max-width:900px){
  html{scroll-padding-top:74px}
  body.mobile-menu-open{overflow:hidden}

  /* Force the desktop navigation out: earlier desktop !important rules must not leak on mobile. */
  .desktop-nav,.header-cta{display:none!important}
  .nav-shell{display:flex!important;height:74px!important;width:calc(100% - 24px)!important;gap:12px!important}
  .brand{min-width:0;gap:9px!important}
  .brand img{width:31px!important;height:40px!important;flex:0 0 auto}
  .brand-name{font-size:14px!important;min-width:0;white-space:nowrap}

  /* Premium burger: compact circular control, clean morph to close icon. */
  .menu-toggle{
    display:grid!important;
    place-items:center;
    position:relative;
    margin-left:auto!important;
    width:44px!important;
    height:44px!important;
    padding:0!important;
    border:1px solid rgba(17,22,47,.13)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:var(--navy)!important;
    box-shadow:0 7px 22px rgba(17,22,47,.08);
  }
  .menu-toggle::after{
    content:"";
    position:absolute;
    inset:4px;
    border:1px solid rgba(241,198,84,.48);
    border-radius:inherit;
    pointer-events:none;
  }
  .menu-toggle span{
    position:absolute;
    left:50%;
    width:17px!important;
    height:1.8px!important;
    margin:0!important;
    border-radius:999px;
    background:currentColor!important;
    transform-origin:center;
    transition:transform .2s ease,opacity .15s ease!important;
  }
  .menu-toggle span:first-child{transform:translate(-50%,-4px)}
  .menu-toggle span:last-child{transform:translate(-50%,4px)}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translate(-50%,0) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child{transform:translate(-50%,0) rotate(-45deg)}

  /* Premium mobile menu panel. */
  .mobile-nav{
    display:grid!important;
    position:fixed!important;
    top:74px!important;
    left:10px!important;
    right:10px!important;
    padding:10px 16px 16px!important;
    background:linear-gradient(145deg,#11162f 0%,#171e40 100%)!important;
    color:#fff!important;
    border:1px solid rgba(241,198,84,.22)!important;
    border-top:0!important;
    border-radius:0 0 22px 22px!important;
    box-shadow:0 24px 55px rgba(8,12,30,.24)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px) scale(.985);
    transform-origin:top center;
    transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s!important;
    z-index:1002;
  }
  .mobile-nav.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    transition:opacity .18s ease,transform .18s ease,visibility 0s!important;
  }
  .mobile-nav a{
    position:relative;
    display:flex!important;
    align-items:center;
    min-height:52px;
    padding:13px 10px!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:800!important;
    letter-spacing:.02em;
  }
  .mobile-nav a[data-nav-section]{padding-left:24px!important}
  .mobile-nav a[data-nav-section]::before{
    left:8px!important;
    width:4px!important;
    height:4px!important;
    border-radius:50%!important;
    background:rgba(241,198,84,.62)!important;
    transform:translateY(-50%)!important;
  }
  .mobile-nav a[data-nav-section].is-active{color:var(--gold)!important}
  .mobile-nav a[data-nav-section].is-active::before{height:4px!important;background:var(--gold)!important;box-shadow:0 0 0 5px rgba(241,198,84,.08)}
  .mobile-menu-cta{
    justify-content:center!important;
    margin-top:10px!important;
    min-height:48px!important;
    padding:12px 16px!important;
    border:0!important;
    border-radius:999px!important;
    background:var(--gold)!important;
    color:var(--navy)!important;
    font-weight:900!important;
  }

  /* Case Studies: opening a card keeps its title in view; panel begins with the first content block. */
  .case-item{scroll-margin-top:88px}
  .case-trigger{scroll-margin-top:88px}
  .case-panel{scroll-margin-top:142px}

  /* Sticky CTA stays yellow but now sits on a navy mobile action bar instead of white content. */
  .mobile-sticky-cta{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    background:var(--gold)!important;
    color:var(--navy)!important;
    border:1px solid rgba(241,198,84,.92)!important;
    box-shadow:
      0 0 0 14px var(--navy),
      0 -12px 30px rgba(17,22,47,.12),
      0 12px 28px rgba(17,22,47,.20)!important;
  }
  .mobile-sticky-cta .cta-arrow{border-color:rgba(17,22,47,.22)!important;color:var(--navy)!important}
}

@media (max-width:520px){
  .brand-name{font-size:13px!important}
  .mobile-nav{left:8px!important;right:8px!important}
  .case-trigger strong{font-size:18px!important;line-height:1.22!important}
}


/* ===== V5.22 — Mobile CTA corrections ===== */
@media (max-width:820px){
  /* Burger CTA: yellow button with navy text, overriding generic mobile link color. */
  .mobile-nav .mobile-menu-cta{
    color:var(--navy)!important;
    background:var(--gold)!important;
  }

  /* Restore the sticky button itself: no navy ring / outline around it. */
  .mobile-sticky-cta{
    left:14px!important;
    right:14px!important;
    bottom:13px!important;
    background:var(--gold)!important;
    color:var(--navy)!important;
    border:0!important;
    box-shadow:0 12px 28px rgba(6,10,27,.28)!important;
    z-index:1000!important;
  }

  /* A real full-width navy action area behind the sticky CTA.
     This removes the white strip at the bottom, including over the footer. */
  body.sticky-cta-visible::after{
    content:"";
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:82px;
    background:var(--navy);
    border-top:1px solid rgba(255,255,255,.07);
    box-shadow:0 -10px 28px rgba(8,12,30,.08);
    z-index:998;
    pointer-events:none;
  }
  body{padding-bottom:82px!important}
}

@media (max-width:460px){
  .mobile-sticky-cta{left:12px!important;right:12px!important;bottom:12px!important}
  body.sticky-cta-visible::after{height:80px}
}


/* ===== V5.23 — Sticky CTA: no navy bar during page scroll ===== */
@media (max-width:820px){
  /* The sticky CTA floats by itself on normal page content. */
  .mobile-sticky-cta{
    left:14px!important;
    right:14px!important;
    bottom:13px!important;
    background:var(--gold)!important;
    color:var(--navy)!important;
    border:0!important;
    box-shadow:0 12px 28px rgba(6,10,27,.24)!important;
    z-index:1000!important;
  }

  /* Remove the fixed navy strip that used to follow the CTA everywhere. */
  body.sticky-cta-visible::after{
    content:none!important;
    display:none!important;
  }

  /* No artificial white area below the page. */
  body{
    padding-bottom:0!important;
  }

  /* Reserve the CTA breathing room inside the real navy footer instead. */
  .site-footer{
    padding-bottom:86px!important;
  }
}

@media (max-width:460px){
  .mobile-sticky-cta{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
  }
  .site-footer{
    padding-bottom:82px!important;
  }
}


/* ===== V5.24 — CTA wording ===== */
@media (max-width:460px){
  .mobile-sticky-cta{font-size:12.5px!important;letter-spacing:-.01em!important;padding-left:16px!important;padding-right:16px!important;}
  .mobile-menu-cta{font-size:14px!important;}
}


/* ===== V5.28 — Official HubSpot form embed (reliable production integration) ===== */
.hubspot-form-shell{
  min-height:560px;
  overflow:hidden;
}
.hubspot-form-shell .hs-form-frame{
  width:100%;
  min-height:520px;
}
.hubspot-form-shell iframe{
  display:block!important;
  width:100%!important;
  min-height:520px!important;
  border:0!important;
  background:transparent!important;
}
.hubspot-noscript{
  margin:0;
  color:#fff;
  font-size:14px;
  line-height:1.6;
}
.hubspot-noscript a{color:var(--gold);text-decoration:underline;}
@media (max-width:820px){
  .hubspot-form-shell{min-height:620px;padding:18px 14px!important;}
  .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell iframe{min-height:590px!important;}
}


/* ===== V5.29 — official HubSpot embed only ===== */
.hubspot-form-shell{min-height:560px;overflow:visible!important}
.hubspot-form-shell .hs-form-frame{width:100%;min-height:540px}
@media(max-width:820px){
  .hubspot-form-shell{min-height:620px}
  .hubspot-form-shell .hs-form-frame{min-height:600px}
}


/* ===== V5.32 — HubSpot official embed styled like the original SEVEN form ===== */
:root{
  --hsf-global__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-global__font-size: 14px;
  --hsf-global__color: #e8eaf1;
  --hsf-global-error__color: #ffd1d1;

  --hsf-row__horizontal-spacing: 14px;
  --hsf-row__vertical-spacing: 14px;
  --hsf-module__vertical-spacing: 14px;

  --hsf-background__background-color: #202746;
  --hsf-background__background-image: none;
  --hsf-background__border-style: solid;
  --hsf-background__border-color: rgba(255,255,255,.14);
  --hsf-background__border-width: 1px;
  --hsf-background__border-radius: 24px;
  --hsf-background__padding: 32px;

  --hsf-field-label__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-field-label__font-size: 11px;
  --hsf-field-label__color: #e8eaf1;
  --hsf-field-label-requiredindicator__color: #f1c654;
  --hsf-field-description__color: #cfd2dc;
  --hsf-field-footer__color: #cfd2dc;

  --hsf-field-input__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-field-input__color: #ffffff;
  --hsf-field-input__background-color: #303754;
  --hsf-field-input__placeholder-color: #9ca2b8;
  --hsf-field-input__border-color: rgba(255,255,255,.16);
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 12px;
  --hsf-field-input__padding: 13px 14px;

  --hsf-field-textarea__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-field-textarea__color: #ffffff;
  --hsf-field-textarea__background-color: #303754;
  --hsf-field-textarea__placeholder-color: #9ca2b8;
  --hsf-field-textarea__border-color: rgba(255,255,255,.16);
  --hsf-field-textarea__border-width: 1px;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: 12px;
  --hsf-field-textarea__padding: 13px 14px;

  --hsf-field-checkbox__padding: 2px;
  --hsf-field-checkbox__background-color: #303754;
  --hsf-field-checkbox__color: #f1c654;
  --hsf-field-checkbox__border-color: rgba(255,255,255,.30);
  --hsf-field-checkbox__border-width: 1px;
  --hsf-field-checkbox__border-style: solid;

  --hsf-button__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-button__font-size: 14px;
  --hsf-button__color: #11162f;
  --hsf-button__background-color: #f1c654;
  --hsf-button__background-image: none;
  --hsf-button__border-radius: 999px;
  --hsf-button__padding: 16px 46px;
  --hsf-button__box-shadow: 0 12px 30px rgba(241,198,84,.16);

  --hsf-richtext__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-richtext__font-size: 12px;
  --hsf-richtext__color: #cfd2dc;
  --hsf-infoalert__color: #cfd2dc;
  --hsf-erroralert__color: #ffd1d1;
}

/* The HubSpot form itself now carries the visual card, so avoid a double wrapper. */
.hubspot-form-shell.contact-form{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.hubspot-form-shell .hs-form-frame{
  width:100%!important;
  min-height:560px!important;
  background:transparent!important;
  border:0!important;
}
.hubspot-form-shell iframe{
  display:block!important;
  width:100%!important;
  min-height:560px!important;
  border:0!important;
  background:transparent!important;
}

@media (max-width:820px){
  :root{
    --hsf-background__padding: 22px;
    --hsf-row__horizontal-spacing: 10px;
    --hsf-row__vertical-spacing: 12px;
    --hsf-button__padding: 15px 28px;
  }
  .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell iframe{min-height:620px!important}
}


/* ===== V5.34 — HubSpot light premium card ===== */
:root{
  --hsf-global__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-global__font-size: 14px;
  --hsf-global__color: #26324a;
  --hsf-global-error__color: #c44c61;

  --hsf-row__horizontal-spacing: 16px;
  --hsf-row__vertical-spacing: 16px;
  --hsf-module__vertical-spacing: 16px;

  --hsf-background__background-color: #ece7dc;
  --hsf-background__background-image: none;
  --hsf-background__border-style: solid;
  --hsf-background__border-color: rgba(241,198,84,.55);
  --hsf-background__border-width: 1px;
  --hsf-background__border-radius: 32px;
  --hsf-background__padding: 28px;

  --hsf-field-label__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-field-label__font-size: 13px;
  --hsf-field-label__font-weight: 700;
  --hsf-field-label__color: #22304a;
  --hsf-field-label-requiredindicator__color: #d34f5f;
  --hsf-field-description__color: #4b5870;
  --hsf-field-footer__color: #4b5870;

  --hsf-field-input__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-field-input__color: #10182b;
  --hsf-field-input__background-color: #f5f6f8;
  --hsf-field-input__placeholder-color: #768198;
  --hsf-field-input__border-color: #bcc5d2;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 10px;
  --hsf-field-input__padding: 14px 15px;

  --hsf-field-textarea__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-field-textarea__color: #10182b;
  --hsf-field-textarea__background-color: #f5f6f8;
  --hsf-field-textarea__placeholder-color: #768198;
  --hsf-field-textarea__border-color: #bcc5d2;
  --hsf-field-textarea__border-width: 1px;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: 10px;
  --hsf-field-textarea__padding: 14px 15px;

  --hsf-field-checkbox__padding: 2px;
  --hsf-field-checkbox__background-color: #f5f6f8;
  --hsf-field-checkbox__color: #f1c654;
  --hsf-field-checkbox__border-color: #9ea8b8;
  --hsf-field-checkbox__border-width: 1px;
  --hsf-field-checkbox__border-style: solid;

  --hsf-button__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-button__font-size: 14px;
  --hsf-button__font-weight: 800;
  --hsf-button__color: #f1c654;
  --hsf-button__background-color: #506584;
  --hsf-button__background-image: none;
  --hsf-button__border-radius: 10px;
  --hsf-button__padding: 14px 30px;
  --hsf-button__box-shadow: none;

  --hsf-richtext__font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --hsf-richtext__font-size: 12px;
  --hsf-richtext__color: #4b5870;
  --hsf-infoalert__color: #4b5870;
  --hsf-erroralert__color: #c44c61;
}

.hubspot-form-shell.contact-form{
  background: transparent!important;
  border: 0!important;
  border-radius: 0!important;
  padding: 0!important;
  box-shadow: none!important;
  overflow: visible!important;
}
.hubspot-form-shell .hs-form-frame{
  width: 100%!important;
  min-height: 690px!important;
  background: transparent!important;
  border: 0!important;
}
.hubspot-form-shell iframe{
  display:block!important;
  width:100%!important;
  min-height:690px!important;
  border:0!important;
  background:transparent!important;
}
@media (max-width: 820px){
  :root{
    --hsf-background__padding: 22px;
    --hsf-row__horizontal-spacing: 12px;
    --hsf-row__vertical-spacing: 14px;
  }
  .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell iframe{min-height:760px!important}
}


/* ===== V5.35 — HubSpot light card hotfix ===== */
.contact-content .hubspot-form-shell.contact-form,
.hubspot-form-shell.contact-form{
  background: #ece7dc !important;
  border: 1px solid rgba(241,198,84,.45) !important;
  border-radius: 32px !important;
  padding: 28px !important;
  box-shadow: 0 22px 50px rgba(7, 14, 38, .18) !important;
  overflow: hidden !important;
  position: relative !important;
}
.contact-content .hubspot-form-shell.contact-form::before,
.hubspot-form-shell.contact-form::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  pointer-events: none;
}
.contact-content .hubspot-form-shell .hs-form-frame,
.hubspot-form-shell .hs-form-frame,
.contact-content .hubspot-form-shell iframe,
.hubspot-form-shell iframe{
  background: transparent !important;
  border: 0 !important;
  width: 100% !important;
  min-height: 760px !important;
  display: block !important;
}
@media (max-width: 820px){
  .contact-content .hubspot-form-shell.contact-form,
  .hubspot-form-shell.contact-form{
    border-radius: 24px !important;
    padding: 18px !important;
  }
  .contact-content .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell .hs-form-frame,
  .contact-content .hubspot-form-shell iframe,
  .hubspot-form-shell iframe{min-height: 820px !important;}
}


/* ===== V5.36 — HubSpot light card compact height ===== */
.contact-content .hubspot-form-shell .hs-form-frame,
.hubspot-form-shell .hs-form-frame,
.contact-content .hubspot-form-shell iframe,
.hubspot-form-shell iframe{
  min-height: 590px !important;
}
@media (max-width: 1200px){
  .contact-content .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell .hs-form-frame,
  .contact-content .hubspot-form-shell iframe,
  .hubspot-form-shell iframe{
    min-height: 620px !important;
  }
}
@media (max-width: 820px){
  .contact-content .hubspot-form-shell .hs-form-frame,
  .hubspot-form-shell .hs-form-frame,
  .contact-content .hubspot-form-shell iframe,
  .hubspot-form-shell iframe{
    min-height: 700px !important;
  }
}
