/* LEXORA â€” Home 1
   Core visual system: monochrome, editorial, asymmetric, no pill/box-card UI.
*/
:root{
  --black:#050505;
  --ink:#111111;
  --white:#ffffff;
  --paper:#f5f5f2;
  --paper-2:#e9e9e5;
  --muted:#666;
  --line:rgba(17,17,17,.18);
  --line-dark:rgba(255,255,255,.18);
  --ease:cubic-bezier(.22,.8,.22,1);
  --max:1440px;
  --header-h:78px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;font-weight:500;overflow-x:hidden;transition:background .35s,color .35s}
body.menu-open{overflow:hidden}
img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .55s ease,transform .8s var(--ease)}
img:hover{filter:grayscale(0%) !important}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
.site-progress{position:fixed;z-index:2000;top:0;left:0;width:100%;height:2px;background:transparent}
.site-progress span{display:block;width:0;height:100%;background:var(--white);transform-origin:left}
.site-header{position:fixed;z-index:1500;top:0;left:0;width:100%;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;background:rgba(5,5,5,.88);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px);transition:transform .35s var(--ease),background .35s}
.brand{display:inline-flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.04em;font-size:1.08rem;white-space:nowrap;transition:transform .3s var(--ease)}
.brand:hover{transform:scale(1.05)}
.brand-mark{display:grid;place-items:center;width:28px;height:28px;font-size:15px;transition:transform .5s var(--ease)}
.brand:hover .brand-mark{transform:rotate(15deg)}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,1.7vw,30px);justify-self:center}
.nav-item{position:relative}
.nav-link,.login-link{font-size:15px;font-weight:700;letter-spacing:.01em;display:inline-flex;align-items:center;gap:7px;padding:10px 0;white-space:nowrap;transition:opacity .25s,transform .3s var(--ease)}
.nav-link:hover,.login-link:hover{opacity:.68;transform:translateY(-2px)}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;justify-self:end}
.dropdown-trigger i{font-size:15px;transition:transform .25s}
.has-dropdown.open .dropdown-trigger i{transform:rotate(180deg)}
.dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:180px;padding:8px 0;background:#0c0c0c;border-bottom:1px solid rgba(255,255,255,.4);border-top:1px solid rgba(255,255,255,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s var(--ease)}
.has-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:none}
.dropdown-menu a{display:block;padding:11px 18px;font-size:15px}
.dropdown-menu a:hover{background:#fff;color:#050505}
.dropdown-right{right:0;left:auto}
.icon-control,.menu-toggle{width:32px;height:32px;display:grid;place-items:center;border-bottom:1px solid rgba(255,255,255,.4);font-size:15px;transition:.25s,transform .3s var(--ease)}
.icon-control:hover,.menu-toggle:hover{background:#fff;color:#050505;transform:scale(1.1)}
.login-link{border-bottom:1px solid #fff}
.mobile-actions,.mobile-panel{display:none}

main{position:relative}
section{position:relative;min-height:100vh;overflow:hidden}
.section-dark{background:var(--black);color:var(--white)}
.section-light{background:var(--paper);color:var(--ink)}
.section-index{position:absolute;top:clamp(28px,5vw,70px);left:4vw;font:600 15px/1.2 Manrope,sans-serif;letter-spacing:.16em;z-index:5;opacity:.7}
.section-title,.display-title{font-family:Manrope,sans-serif;letter-spacing:-.06em;line-height:.96;margin:0;font-weight:800}
.section-light .section-title{color:var(--ink)}
.section-title{font-size:clamp(2.35rem,4.6vw,5.2rem)}
.display-title{font-size:clamp(2.2rem,4.5vw,5rem)}
.section-title em{font-style:normal;font-weight:500}
.eyebrow{font:700 15px/1.35 Manrope,sans-serif;letter-spacing:.12em;margin:0 0 22px;color:#666}
.section-light .eyebrow{color:#555}
.text-cta{display:inline-flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid currentColor;font-size:15px;font-weight:700;transition:gap .3s var(--ease),opacity .25s,transform .3s var(--ease)}
.section-light .text-cta{color:var(--ink)}
.text-cta:hover{gap:19px}
.cta-invert{color:#fff;border-color:#fff}
.text-cta-ghost{color:#fff;border-color:rgba(255,255,255,.45)}
.reveal-up{opacity:0;transform:translateY(22px)}
[data-parallax]{will-change:transform}

/* HERO - Auto-rotating full-bleed slider */
.hero{position:relative;padding:0;min-height:100svh;background:#000;overflow:hidden}
.hero-noise{position:absolute;inset:0;z-index:5;pointer-events:none;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.6}}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
@keyframes slideIn{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes slideFromLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}
@keyframes textReveal{0%{clip-path:inset(0 100% 0 0)}100%{clip-path:inset(0 0 0 0)}}
@keyframes scaleIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}
@keyframes slideRight{0%{transform:translateX(-50px);opacity:0}100%{transform:translateX(0);opacity:1}}
.hero-slider-track{position:relative;height:100svh;display:flex;transition:transform .95s var(--ease)}
.hero-slide{position:relative;flex:0 0 100%;height:100%;overflow:hidden}
.hero-slide-media{position:absolute;inset:0}
.hero-slide-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);transition:transform 7s linear,filter .5s ease}
.hero-slide.active .hero-slide-media img{transform:scale(1)}
.hero-slide-scrim{position:absolute;inset:0;z-index:2;background:linear-gradient(100deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.62) 30%,rgba(0,0,0,.16) 56%,rgba(0,0,0,.5) 100%)}
.hero-slide-body{position:absolute;z-index:3;left:4vw;bottom:clamp(120px,13vw,180px);max-width:min(560px,46vw);color:#fff}
.hero-slide-eyebrow{margin:0 0 22px;font:700 15px/1.35 Manrope,sans-serif;letter-spacing:.12em;color:#e2e2e2;opacity:0}
.hero-slide-title{margin:0 0 22px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.05em;line-height:.98;font-size:clamp(2.1rem,4.3vw,4.4rem);color:#fff}
.hero-slide-title span{display:block;opacity:0}
.hero-slide-desc{max-width:460px;margin:0 0 30px;font-size:.98rem;line-height:1.65;color:#d6d6d6;opacity:0}
.hero-slide-cta{position:relative;display:inline-flex;align-items:center;gap:16px;padding:6px 6px 6px 26px;background:#fff;color:#050505;border-radius:40px;font:700 14px/1 Manrope,sans-serif;letter-spacing:.01em;opacity:0;transition:gap .3s var(--ease),transform .3s var(--ease)}
.hero-slide-cta:hover{gap:22px;transform:translateY(-2px)}
.hero-cta-ring{width:40px;height:40px;border-radius:50%;background:#050505;color:#fff;display:grid;place-items:center;font-size:13px;transition:transform .35s var(--ease)}
.hero-slide-cta:hover .hero-cta-ring{transform:rotate(-42deg)}
.hero-slide.active .hero-slide-eyebrow{animation:fadeInUp .7s var(--ease) .25s forwards}
.hero-slide.active .hero-slide-title span{animation:fadeInUp .8s var(--ease) forwards}
.hero-slide.active .hero-slide-title span:nth-child(1){animation-delay:.38s}
.hero-slide.active .hero-slide-title span:nth-child(2){animation-delay:.52s}
.hero-slide.active .hero-slide-desc{animation:fadeInUp .7s var(--ease) .68s forwards}
.hero-slide.active .hero-slide-cta{animation:fadeInUp .7s var(--ease) .82s forwards}

/* Card navigation rail */
.hero-cards-rail{position:absolute;z-index:6;right:4vw;top:50%;transform:translateY(-50%);display:flex;gap:14px;height:min(48vh,400px)}
.hero-card{position:relative;flex:0 0 auto;width:clamp(108px,9.4vw,150px);height:100%;border-radius:18px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.16);transition:width .5s var(--ease),border-color .3s,transform .35s var(--ease)}
.hero-card-media{position:absolute;inset:0}
.hero-card-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(65%) brightness(.72)}
.hero-card:hover .hero-card-media img,.hero-card.active .hero-card-media img{filter:grayscale(0%) brightness(1)}
.hero-card-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.88) 100%)}
.hero-card-index{position:absolute;top:12px;left:14px;z-index:2;color:#fff;font:700 12px Manrope,sans-serif;letter-spacing:.08em;opacity:.8}
.hero-card-label{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;color:#fff;font:700 13px/1.25 Manrope,sans-serif;letter-spacing:-.01em;text-align:left}
.hero-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.4)}
.hero-card.active{width:clamp(150px,13vw,200px);border-color:#fff}

/* Controls */
.hero-slider-controls{position:absolute;z-index:6;left:4vw;bottom:4vw;display:flex;gap:12px}
.hero-arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);color:#fff;display:grid;place-items:center;font-size:14px;transition:.3s var(--ease)}
.hero-arrow:hover{background:#fff;color:#050505;transform:scale(1.08)}
.hero-slider-index{position:absolute;z-index:6;right:4vw;bottom:4vw;color:#fff;display:flex;align-items:baseline;gap:8px;font-family:Manrope,sans-serif}
#heroCurrentNum{font-size:clamp(1.6rem,2.4vw,2.4rem);font-weight:800;letter-spacing:-.03em}
.hero-index-sep{display:inline-block;width:22px;height:1px;background:rgba(255,255,255,.4);align-self:center}
#heroTotalNum{font-size:.85rem;font-weight:700;opacity:.55}
.hero-progress{position:absolute;z-index:6;left:0;bottom:0;width:100%;height:2px;background:rgba(255,255,255,.15)}
.hero-progress span{display:block;height:100%;width:0;background:#fff}

@media(max-width:980px){
  .hero-cards-rail{display:none}
  .hero-slide-body{max-width:64vw}
}
@media(max-width:640px){
  .hero-slide-body{left:6vw;right:6vw;max-width:none;bottom:104px}
  .hero-slide-title{font-size:clamp(2rem,9vw,2.8rem)}
  .hero-slide-desc{max-width:none}
  .hero-slider-controls{left:6vw;bottom:26px}
  .hero-slider-index{right:6vw;bottom:26px}
}

/* WHY - Clean Grid Layout */
.why{padding:10vw 4vw 8vw}
.why-container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center}
.why-container>*{min-width:0}
.why-content{max-width:650px}
.why-content .eyebrow{animation:fadeInUp 0.8s var(--ease) 0.2s forwards;opacity:0}
.why-content h2{animation:fadeInUp 0.8s var(--ease) 0.3s forwards;opacity:0}
.why-content>p:not(.eyebrow){font-size:1rem;line-height:1.8;max-width:600px;color:#222;margin:30px 0;animation:fadeInUp 0.8s var(--ease) 0.4s forwards;opacity:0}
.why-content>.text-cta{animation:fadeInUp 0.8s var(--ease) 0.6s forwards;opacity:0}
.why-features{display:grid;grid-template-columns:1fr;gap:25px;margin:40px 0}
.why-feature{display:flex;gap:20px;align-items:flex-start;padding:25px;border:1px solid var(--line);transition:transform .3s var(--ease),border-color .3s var(--ease),background .3s var(--ease);animation:slideFromLeft 0.8s var(--ease) forwards;opacity:0}
.why-feature:hover{transform:translateX(8px);border-color:var(--ink);background:rgba(17,17,17,0.02)}
.why-feature:nth-child(1){animation-delay:0.2s}
.why-feature:nth-child(2){animation-delay:0.4s}
.why-feature:nth-child(3){animation-delay:0.6s}
.feature-icon{width:50px;height:50px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:4px;font-size:18px;flex-shrink:0;transition:transform .3s var(--ease)}
.why-feature:hover .feature-icon{transform:scale(1.1) rotate(5deg)}
.why-feature h3{font:800 1.1rem Manrope;margin:0 0 8px;color:var(--ink)}
.why-feature p{font-size:15px;color:#333;line-height:1.6;margin:0}
.why-visual{position:relative;animation:scaleIn 1s var(--ease) 0.8s forwards;opacity:0}
.why-image{position:relative;height:min(60vh,600px);overflow:hidden;border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,0.15);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.why-image:hover{transform:scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,0.2)}
.why-image img{width:100%;height:100%;object-fit:cover}
.why-stats{position:absolute;bottom:-25px;right:-20px;display:flex;flex-direction:column;gap:12px}
.why-stat{background:rgba(5,5,5,.85);backdrop-filter:blur(12px);padding:20px 24px;border-radius:16px;border:1px solid rgba(255,255,255,.1);text-align:center;color:#fff;min-width:140px;transition:transform .3s var(--ease);opacity:0}
.why-stat:hover{transform:translateY(-5px)}
.why-stat:nth-child(1){animation:fadeInUp 0.8s var(--ease) 1.2s forwards}
.why-stat:nth-child(2){animation:fadeInUp 0.8s var(--ease) 1.4s forwards}
.why-stat strong{display:block;font:800 2.2rem Manrope}
.why-stat span{font-size:14px;color:#bbb}

@media(max-width:1023px){
  .why-container{grid-template-columns:1fr;gap:12vw}
  .why-content{max-width:100%}
  .why-visual{order:-1}
  .why-image{height:min(58vh,520px)}
}
@media(max-width:640px){
  .why{padding:28vw 6vw 14vw}
  .why-container{gap:9vw}
  .why-image{height:48vh;min-height:280px}
  .why-stats{
    position:relative;
    bottom:auto;right:auto;
    flex-direction:row;
    flex-wrap:wrap;
    margin-top:16px;
  }
  .why-stat{min-width:0;flex:1 1 140px}
}

/* FRAMEWORK â€” Process Steps Layout */
.framework{padding:10vw 4vw 8vw;min-height:100vh;background:#050505;color:#fff}
.framework-container{max-width:1440px;margin:0 auto}
.framework-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(36px,4.5vw,70px)}
.framework-header-content{max-width:780px}
.framework-head .eyebrow{animation:fadeInUp 0.8s var(--ease) 0.2s forwards;opacity:0}
.framework-head .section-title{animation:fadeInUp 0.8s var(--ease) 0.3s forwards;opacity:0;font-size:clamp(2.5rem,4.5vw,5.2rem)}
.framework-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 28px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:30px;font-size:15px;font-weight:700;transition:all .3s var(--ease);animation:fadeInUp 0.8s var(--ease) 0.4s forwards;opacity:0}
.framework-cta-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);gap:18px}

/* ===== Section 03 â€” stepped process (staircase) ===== */
.framework-steps{
  --step-h:clamp(172px,12.4vw,196px);
  --step-gap:14px;
  --step-line:rgba(255,255,255,.28);
  position:relative;
  padding-top:clamp(28px,3vw,46px);
  border-top:1px solid rgba(255,255,255,.18);
}
.steps-track{
  list-style:none;margin:0;padding:0;
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:var(--step-h);
  row-gap:var(--step-gap);
}
.step-card:nth-child(1){grid-column:1 / 3;grid-row:1}
.step-card:nth-child(2){grid-column:2 / 4;grid-row:2}
.step-card:nth-child(3){grid-column:3 / 5;grid-row:3}

.step-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  column-gap:clamp(18px,2.4vw,36px);
  padding:clamp(20px,1.9vw,28px) clamp(22px,2.2vw,32px);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  box-sizing:border-box;
  overflow:hidden;
  transition:background .3s var(--ease),border-color .3s var(--ease);
}
.step-card:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.34)}

.step-card-main{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:0}
.step-number{
  display:grid;place-items:center;
  width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.2);
  font:800 .95rem Manrope,sans-serif;color:#fff;letter-spacing:0;
}
.step-title{
  margin:0;
  font:700 clamp(1.35rem,1.9vw,1.95rem)/1.08 Manrope,sans-serif;
  letter-spacing:-.045em;color:#fff;
}
.step-card-info{display:flex;flex-direction:column;justify-content:space-between;min-width:0}
.step-duration{
  font:700 13px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.06em;color:#fff;text-transform:uppercase;
}
.step-text{
  margin:0;
  font-size:clamp(13px,1.02vw,15.5px);line-height:1.55;color:#c9c9c9;
}

/* connectors that draw the "stairs" between the cards */
.step-link{
  position:absolute;z-index:1;pointer-events:none;box-sizing:border-box;
  border:0 solid var(--step-line);
}
.step-link::after{
  content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;opacity:.75;
}
.step-link-a{
  inset-inline-start:10%;
  top:calc(clamp(28px,3vw,46px) + var(--step-h));
  width:15%;
  height:calc(var(--step-gap) + var(--step-h) / 2);
  border-inline-start-width:1px;border-block-end-width:1px;
  border-end-start-radius:28px;
}
.step-link-a::after{inset-inline-end:-3px;bottom:-4px}
.step-link-b{
  inset-inline-start:75%;
  top:calc(clamp(28px,3vw,46px) + var(--step-h) + var(--step-gap) + var(--step-h) / 2);
  width:14.5%;
  height:calc(var(--step-h) / 2 + var(--step-gap));
  border-block-start-width:1px;border-inline-end-width:1px;
  border-start-end-radius:28px;
}
.step-link-b::after{inset-inline-end:-4px;bottom:-3px}

/* tablet + mobile: stacked steps, slightly indented so the stair feel remains */
@media(max-width:980px){
  .framework-steps{--step-h:auto;padding-top:28px}
  .step-link{display:none}
  .steps-track{grid-template-columns:1fr;grid-auto-rows:auto;row-gap:16px}
  .step-card:nth-child(1),.step-card:nth-child(2),.step-card:nth-child(3){grid-column:1;grid-row:auto}
  .step-card:nth-child(2){margin-inline-start:5%}
  .step-card:nth-child(3){margin-inline-start:10%}
  .step-card{grid-template-columns:1fr;row-gap:18px;padding:22px 22px 24px}
  .step-card-main{flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}
  .step-card-info{gap:10px}
  .step-text{font-size:15px}
}
@media(max-width:520px){
  .step-card:nth-child(2){margin-inline-start:4%}
  .step-card:nth-child(3){margin-inline-start:8%}
  .step-title{font-size:1.35rem}
}

/* PROGRAMS â€” Clean Horizontal Cards */

/* ===== Section 04 â€” programs: pinned scroll layout ===== */
.programs{
  --pg-line:color-mix(in srgb,currentColor 18%,transparent);
  --pg-muted:color-mix(in srgb,currentColor 62%,transparent);
  padding:clamp(84px,14vw,130px) 5vw clamp(60px,10vw,100px);
  min-height:0;overflow:visible;
}
.programs-pin{max-width:1440px;margin:0 auto}
.programs-media,.programs-progress{display:none}
.programs-list{display:flex;flex-direction:column}
.programs-intro{margin-bottom:clamp(24px,5vw,48px)}
.programs-intro .section-title{font-size:clamp(2.4rem,9vw,4.4rem);margin-bottom:26px}
.program-item{padding:30px 0 34px;border-top:1px solid var(--pg-line)}
.program-item-img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-bottom:22px}
.program-item-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.program-item-num{display:grid;place-items:center;width:40px;height:40px;background:var(--ink);color:#fff;font:700 15px Manrope,sans-serif}
.program-category{display:block;font:700 15px Manrope,sans-serif;letter-spacing:.1em;color:var(--pg-muted)}
.program-item h3{font:800 clamp(1.6rem,6vw,2.1rem)/1.06 Manrope,sans-serif;letter-spacing:-.05em;margin:0 0 14px}
.program-item p{font-size:16px;line-height:1.6;color:var(--pg-muted);margin:0 0 22px;max-width:540px}
.program-link{display:inline-flex;align-items:center;gap:8px;font:700 15px Manrope,sans-serif;color:inherit;transition:gap .3s var(--ease)}
.program-link:hover{gap:15px}

@media(min-width:981px){
  /* JS adds .pin-ready (desktop + motion allowed). Without it the stacked layout above is used. */
  .programs.pin-ready{padding:0}
  .programs.pin-ready .programs-pin{max-width:none;margin:0;position:relative}
  .programs.pin-ready .programs-stage{
    position:sticky;top:0;height:100vh;overflow:hidden;box-sizing:border-box;
    display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    column-gap:clamp(36px,6vw,110px);
    padding:calc(var(--header-h) + 58px) max(4vw,calc((100vw - 1440px) / 2)) 30px;
  }
  .programs.pin-ready .section-index{top:calc(var(--header-h) + 18px)}

  /* left: image tiles */
  .programs.pin-ready .programs-media{
    --stagger:clamp(16px,4vh,40px);
    display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;
    min-height:0;height:100%;position:relative;
  }
  .program-tile{position:relative;margin:0;overflow:hidden;background:#d9d9d5;height:calc(100% - var(--stagger));will-change:transform;
    transition:opacity .45s var(--ease),scale .5s var(--ease)}
  .program-tile:nth-child(odd){align-self:start}
  .program-tile:nth-child(even){align-self:end}
  .program-tile:nth-child(1){z-index:1}.program-tile:nth-child(2){z-index:2}.program-tile:nth-child(3){z-index:3}.program-tile:nth-child(4){z-index:4}
  .program-tile img{width:100%;height:100%;object-fit:cover}
  .program-tile-num{position:absolute;top:14px;inset-inline-end:14px;display:grid;place-items:center;width:38px;height:38px;background:rgba(5,5,5,.85);color:#fff;font:700 14px Manrope,sans-serif}
  .programs-media.has-active .program-tile{opacity:.4}
  .programs-media.has-active .program-tile.is-active{opacity:1;scale:1.025;z-index:6}
  .program-tile.is-active img{filter:none}

  /* right: scrolling copy */
  .programs.pin-ready .programs-copy{
    position:relative;height:100%;min-height:0;overflow:hidden;will-change:transform,opacity;
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 7%,#000 90%,transparent 100%);
            mask-image:linear-gradient(to bottom,transparent 0,#000 7%,#000 90%,transparent 100%);
  }
  .programs.pin-ready .programs-list{will-change:transform;padding:5vh 0 7vh}
  .programs.pin-ready .programs-intro{min-height:calc((100vh - var(--header-h) - 88px) * .58);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0}
  .programs.pin-ready .programs-intro .section-title{font-size:clamp(2.4rem,4vw,4.6rem)}
  .programs.pin-ready .program-item{
    min-height:calc((100vh - var(--header-h) - 88px) * .6);
    display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
    padding:3vh 0;transition:opacity .45s var(--ease);
  }
  .programs.pin-ready .program-item-img{display:none}
  .programs.pin-ready .program-item h3{font-size:clamp(1.8rem,2.7vw,2.9rem)}
  .programs.pin-ready .program-item p{font-size:clamp(15px,1.15vw,18px)}
  .programs.pin-ready .programs-list.has-active .program-item{opacity:.38}
  .programs.pin-ready .programs-list.has-active .program-item.is-active{opacity:1}

  /* thin progress line on the far edge */
  .programs.pin-ready .programs-progress{
    display:block;position:absolute;inset-inline-end:clamp(10px,1.4vw,24px);
    top:calc(var(--header-h) + 58px);bottom:30px;width:2px;background:var(--pg-line);
  }
  .programs-progress span{display:block;width:100%;height:100%;background:currentColor;transform-origin:top;transform:scaleY(0)}
}


/* DELIVERY â€” Scroll-driven wheel (Online -> On-site -> Hybrid).
   Base = stacked/interactive layout (mobile, reduced motion, no JS). JS adds .pin-ready on desktop to pin the stage. */
.delivery{padding:10vw 4vw 8vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center}
.delivery-pin{width:100%}
.delivery-container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:.94fr 1.06fr;gap:clamp(28px,3.2vw,56px);align-items:center}
.delivery-copy{min-width:0}
.delivery-head{max-width:650px}
.delivery-head>p:last-child{max-width:530px;color:#b8b8b8;line-height:1.7;margin-top:28px}

.delivery-wheel-wrap{margin-top:44px}
.delivery-pie{--wheel-rot:0deg;--pie:min(320px,90%);position:relative;width:var(--pie);aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.pie-ring{position:absolute;inset:-14px;width:calc(100% + 28px);height:calc(100% + 28px);transform:rotate(-90deg);pointer-events:none;overflow:visible}
.pie-ring circle{fill:none;stroke-width:.55}
.pie-ring-track{stroke:rgba(255,255,255,.14)}
.pie-ring-fill{stroke:#fff;stroke-dasharray:100;stroke-dashoffset:calc(100 - var(--ring,0));stroke-linecap:butt}
.delivery:not(.pin-ready) .pie-ring-fill{display:none}
.pie-wheel{position:absolute;inset:0;border-radius:50%;transform:rotate(var(--wheel-rot));transition:transform 1s var(--ease);will-change:transform}
.pie-slice{position:absolute;inset:0;width:100%;height:100%;padding:0;margin:0;background:transparent;border:0;cursor:pointer;color:#fff;transition:background .45s var(--ease),color .45s var(--ease)}
.pie-slice-online{clip-path:polygon(50% 50%,50.00% 0.00%,58.68% 0.76%,67.10% 3.02%,75.00% 6.70%,82.14% 11.70%,88.30% 17.86%,93.30% 25.00%,96.98% 32.90%,99.24% 41.32%,100.00% 50.00%,99.24% 58.68%,96.98% 67.10%,93.30% 75.00%)}
.pie-slice-onsite{clip-path:polygon(50% 50%,93.30% 75.00%,88.30% 82.14%,82.14% 88.30%,75.00% 93.30%,67.10% 96.98%,58.68% 99.24%,50.00% 100.00%,41.32% 99.24%,32.90% 96.98%,25.00% 93.30%,17.86% 88.30%,11.70% 82.14%,6.70% 75.00%)}
.pie-slice-hybrid{clip-path:polygon(50% 50%,6.70% 75.00%,3.02% 67.10%,0.76% 58.68%,0.00% 50.00%,0.76% 41.32%,3.02% 32.90%,6.70% 25.00%,11.70% 17.86%,17.86% 11.70%,25.00% 6.70%,32.90% 3.02%,41.32% 0.76%,50.00% 0.00%)}
.pie-slice:hover,.pie-slice:focus-visible{background:rgba(255,255,255,.14)}
.pie-slice.active{background:#f4f4f1;color:#050505}
.pie-slice.active:hover,.pie-slice.active:focus-visible{background:#fff}
.pie-slice-label{position:absolute;display:flex;flex-direction:column;align-items:center;gap:6px;font:700 13px Manrope,sans-serif;letter-spacing:.04em;pointer-events:none;opacity:.72;transition:opacity .4s var(--ease),transform 1s var(--ease);transform:translate(-50%,-50%) rotate(calc(-1 * var(--wheel-rot)))}
.pie-slice-online .pie-slice-label{left:76.85%;top:34.5%}
.pie-slice-onsite .pie-slice-label{left:50%;top:81%}
.pie-slice-hybrid .pie-slice-label{left:23.15%;top:34.5%}
.pie-slice-label i{font-size:18px}
.pie-slice:hover .pie-slice-label,.pie-slice:focus-visible .pie-slice-label,.pie-slice.active .pie-slice-label{opacity:1}
.pie-dividers{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.pie-dividers line{stroke:rgba(255,255,255,.2);stroke-width:.35}
.pie-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:#050505;color:#fff;border:3px solid #fff;display:grid;place-items:center;font-size:18px;pointer-events:none;box-shadow:0 10px 24px rgba(0,0,0,.45);z-index:2}
.pie-center i{display:block;transform:rotate(var(--wheel-rot));transition:transform 1s var(--ease)}
.delivery-progress{display:flex;align-items:center;gap:18px;margin-top:30px}
.delivery-count{font:600 13px Manrope,sans-serif;letter-spacing:.16em;color:#9a9a9a;white-space:nowrap}
.delivery-count b{color:#fff;font-weight:800}
.pie-hint{margin:0;font-size:13px;color:#999}

.delivery-visual{position:relative;height:min(60vh,600px);overflow:hidden;background:#111;border-radius:18px;clip-path:polygon(0 0,calc(100% - clamp(26px,3.2vw,46px)) 0,100% clamp(26px,3.2vw,46px),100% 100%,0 100%)}
.delivery-panel{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translate3d(0,7%,0);transition:opacity .6s var(--ease),transform .9s var(--ease),visibility 0s linear .6s}
.delivery-panel.is-before{transform:translate3d(0,-7%,0)}
.delivery-panel.active{opacity:1;visibility:visible;transform:none;transition:opacity .7s var(--ease) .12s,transform .95s var(--ease) .12s,visibility 0s}
.delivery-panel img{transform:scale(1.14);transition:transform 1.8s var(--ease),filter .55s ease}
.delivery-panel.active img{transform:scale(1)}
.delivery-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.86) 100%);pointer-events:none}
.delivery-caption{position:absolute;z-index:2;bottom:clamp(26px,5vh,44px);left:clamp(36px,8%,64px);right:clamp(36px,8%,64px);color:#fff}
.delivery-caption>*{opacity:0;transform:translate3d(0,20px,0);transition:opacity .5s var(--ease),transform .7s var(--ease)}
.delivery-panel.active .delivery-caption>*{opacity:1;transform:none;transition-delay:calc(.3s + var(--i,0) * .1s)}
.delivery-kicker{display:flex;align-items:center;gap:12px;font:700 14px Manrope,sans-serif;letter-spacing:.16em}
.delivery-kicker b{display:inline-grid;place-items:center;min-width:34px;height:34px;padding:0 6px;background:#fff;color:#050505;font:800 13px Manrope,sans-serif;letter-spacing:.02em}
.delivery-caption strong{display:block;font:800 clamp(1.5rem,2.3vw,2.2rem)/1.05 Manrope,sans-serif;letter-spacing:-.03em;margin-top:14px;max-width:460px}
.delivery-caption p{margin:14px 0 0;max-width:470px;font-size:clamp(14px,1.05vw,16px);line-height:1.6;color:#dcdcdc}
.delivery-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:18px 0 0;padding:0}
.delivery-tags li{padding:7px 12px;border:1px solid rgba(255,255,255,.4);font:700 12px Manrope,sans-serif;letter-spacing:.05em;color:#fff;background:rgba(0,0,0,.28)}

/* Desktop: pinned stage. .pin-ready is added by JS (desktop + motion allowed); JS sets the pin height. */
@media(min-width:981px) and (min-height:600px){
  .delivery.pin-ready{padding:0;min-height:0;display:block;overflow:visible}
  .delivery.pin-ready .delivery-pin{position:relative}
  .delivery.pin-ready .delivery-stage{position:sticky;top:0;height:100vh;box-sizing:border-box;display:flex;align-items:center;overflow:hidden;padding:calc(var(--header-h) + 46px) 4vw 30px}
  .delivery.pin-ready .section-index{top:calc(var(--header-h) + 18px)}
  .delivery.pin-ready .delivery-container{width:100%;height:100%;grid-template-columns:.94fr 1.06fr;gap:clamp(24px,3vw,56px)}
  .delivery.pin-ready .delivery-copy{display:flex;flex-direction:column;justify-content:center}
  .delivery.pin-ready .delivery-head .section-title{font-size:clamp(2.2rem,min(4vw,7.2vh),4.6rem)}
  .delivery.pin-ready .delivery-head>p:last-child{margin-top:clamp(12px,2.2vh,28px)}
  .delivery.pin-ready .delivery-head .eyebrow{margin-bottom:clamp(10px,2vh,22px)}
  .delivery.pin-ready .delivery-wheel-wrap{margin-top:clamp(26px,4.6vh,48px);padding-left:14px}
  .delivery.pin-ready .delivery-pie{--pie:min(300px,31vh)}
  .delivery.pin-ready .delivery-progress{margin-top:clamp(22px,3.6vh,34px)}
  .delivery.pin-ready .delivery-visual{height:100%;max-height:660px;align-self:center}
}

@media(max-width:980px){
  .delivery{padding:25vw 5vw 15vw;min-height:0}
  .delivery-container{grid-template-columns:1fr;gap:12vw}
  .delivery-wheel-wrap{margin-top:36px;padding:14px}
  .delivery-visual{width:100%;height:min(74vh,560px);margin:0 auto}
}
@media(max-width:520px){
  .delivery{padding:28vw 5vw 18vw}
  .delivery-pie{--pie:min(280px,86%)}
  .delivery-progress{flex-direction:column;align-items:flex-start;gap:8px}
  .delivery-visual{height:min(78vh,520px)}
  .delivery-caption{left:34px;right:34px}
  .delivery-caption strong{font-size:1.4rem}
  .delivery-caption p{font-size:14px}
}
@media(prefers-reduced-motion:reduce){
  .pie-wheel,.pie-center i,.pie-slice-label,.delivery-panel,.delivery-panel img,.delivery-caption>*{transition-duration:.01s!important;transition-delay:0s!important}
}

/* Home 1 section 6: balanced inset and clean framed image shape. */
.delivery-container{width:100%;max-width:1480px}
.delivery-visual{clip-path:none;border:1px solid rgba(255,255,255,.2);border-radius:26px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.delivery.pin-ready .delivery-stage{padding-inline:clamp(30px,5.5vw,88px)}
.delivery.pin-ready .delivery-container{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(30px,4vw,72px)}
.delivery.pin-ready .delivery-copy{width:100%;max-width:600px;margin-inline:auto}
.delivery.pin-ready .delivery-wheel-wrap{padding-left:0}
@media(max-width:980px){
  .delivery{padding-inline:clamp(22px,6vw,64px)}
  .delivery-container{max-width:820px;gap:clamp(34px,7vw,72px)}
  .delivery-visual{border-radius:22px}
}
@media(max-width:520px){
  .delivery{padding-inline:20px}
  .delivery-visual{border-radius:18px}
}
/* Section 05 â€” Live Outcomes Dashboard */
.live-outcomes{padding:10vw 4vw 8vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center}
.live-outcomes .dashboard-shell{max-width:1280px;margin:0 auto;position:relative}
.live-outcomes .dashboard-header{max-width:760px;margin:0 auto 2.5rem;text-align:center}
.live-outcomes .eyebrow{font-size:15px}
.live-outcomes .section-title{font-size:clamp(2.4rem,4.5vw,5.1rem)}
.live-outcomes .dashboard-stage{position:relative;max-width:1100px;margin:0 auto;border:1px solid rgba(17,17,17,.12);border-radius:30px;background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(245,245,242,.92));box-shadow:0 26px 60px rgba(0,0,0,.08);overflow:hidden;transform:perspective(1200px) rotateX(0deg);transition:transform .35s var(--ease)}
.live-outcomes .dashboard-stage:hover{transform:perspective(1200px) rotateX(1.1deg) rotateY(-1deg)}
.live-outcomes .dashboard-browser{display:flex;align-items:center;gap:18px;padding:16px 22px;border-bottom:1px solid rgba(17,17,17,.1);background:rgba(17,17,17,.015)}
.live-outcomes .browser-dots{display:flex;gap:8px}
.live-outcomes .browser-dots span{display:block;width:10px;height:10px;border-radius:50%;background:rgba(17,17,17,.65)}
.live-outcomes .browser-dots span:nth-child(2){background:rgba(17,17,17,.45)}
.live-outcomes .browser-dots span:nth-child(3){background:rgba(17,17,17,.3)}
.live-outcomes .browser-title{margin-left:auto;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .dashboard-inner{display:grid;grid-template-columns:1.9fr .9fr;gap:24px;padding:28px}
.live-outcomes .dashboard-main{padding:18px 12px 6px 12px}
.live-outcomes .dashboard-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}
.live-outcomes .metric-lead{display:block;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .metric-heading{display:block;margin-top:6px;font-size:clamp(1.5rem,2vw,2.1rem);font-family:Manrope,sans-serif;letter-spacing:-.05em}
.live-outcomes .metric-badge{padding:8px 12px;border:1px solid rgba(17,17,17,.18);border-radius:999px;background:rgba(17,17,17,.04);font-size:14px;font-weight:800;letter-spacing:.04em}
.live-outcomes .completion-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0 26px;border-bottom:1px solid rgba(17,17,17,.08)}
.live-outcomes .completion-label{display:block;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .completion-value{display:block;margin-top:8px;font-size:clamp(2.2rem,4vw,4rem);font-family:Manrope,sans-serif;letter-spacing:-.06em;line-height:1}
.live-outcomes .completion-ring{position:relative;width:128px;height:128px;display:grid;place-items:center}
.live-outcomes .completion-ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.live-outcomes .ring-track,.live-outcomes .ring-fill{fill:none;stroke-width:10;stroke-linecap:round}
.live-outcomes .ring-track{stroke:rgba(17,17,17,.13)}
.live-outcomes .ring-fill{stroke:var(--ink);stroke-dasharray:301.6;stroke-dashoffset:301.6;transition:stroke-dashoffset 1.6s cubic-bezier(.22,.8,.22,1)}
.live-outcomes .completion-ring span{position:absolute;inset:0;display:grid;place-items:center;font-size:1.15rem;font-weight:800;letter-spacing:-.04em}
.live-outcomes .progress-wrap{padding-top:24px}
.live-outcomes .progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;font-weight:700;margin-bottom:12px}
.live-outcomes .progress-meta strong{font-size:1.1rem}
.live-outcomes .progress-track{position:relative;height:12px;border-radius:999px;overflow:hidden;background:rgba(17,17,17,.12)}
.live-outcomes .progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d0d0d 0%,#606060 52%,#b8b8b8 100%);box-shadow:0 8px 20px rgba(17,17,17,.18);transition:width 1.6s cubic-bezier(.22,.8,.22,1)}
.live-outcomes .chart-panel{margin-top:26px;padding:18px 18px 10px;border:1px solid rgba(17,17,17,.08);border-radius:20px;background:rgba(255,255,255,.45)}
.live-outcomes .chart-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:15px;font-weight:800;letter-spacing:.02em}
.live-outcomes .chart-header strong{font-size:1.2rem;font-family:Manrope,sans-serif;letter-spacing:-.05em}
.live-outcomes .chart-svg{display:block;width:100%;height:190px}
.live-outcomes .chart-grid{fill:none;stroke:rgba(17,17,17,.12);stroke-width:1}
.live-outcomes .chart-line{fill:none;stroke:url(#lineGlow);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:700;stroke-dashoffset:700;transition:stroke-dashoffset 1.8s cubic-bezier(.22,.8,.22,1)}
.live-outcomes .chart-point{fill:#fff;stroke:var(--ink);stroke-width:3}
.live-outcomes .chart-point.active{fill:var(--ink);stroke:#fff;stroke-width:3}
.live-outcomes .kpi-stack{display:grid;gap:18px;padding:18px 0 6px}
.live-outcomes .kpi-card{position:relative;padding:22px 20px;border:1px solid rgba(17,17,17,.1);border-radius:20px;background:linear-gradient(180deg, rgba(255,255,255,.7), rgba(245,245,242,.94));box-shadow:0 18px 28px rgba(17,17,17,.06);transform:translate3d(0,0,0);animation:dashboardFloat 5s ease-in-out infinite}
.live-outcomes .kpi-card:nth-child(2){animation-delay:.55s}
.live-outcomes .kpi-card:nth-child(3){animation-delay:1.1s}
.live-outcomes .kpi-card .kpi-tag{display:block;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .kpi-card .kpi-value{display:block;margin:12px 0 6px;font-size:clamp(2rem,3vw,2.8rem);font-family:Manrope,sans-serif;letter-spacing:-.06em;line-height:1}
.live-outcomes .kpi-card small{font-size:15px;color:rgba(17,17,17,.7)}
.live-outcomes.is-visible .ring-fill{stroke-dashoffset:0}
.live-outcomes.is-visible .chart-line{stroke-dashoffset:0}
.live-outcomes.is-visible .progress-fill{width:var(--final-progress, 0%)}
@keyframes dashboardFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}
@media(max-width:980px){
  .live-outcomes{padding:22vw 5vw 14vw}
  .live-outcomes .dashboard-inner{grid-template-columns:1fr;gap:12px;padding:18px}
  .live-outcomes .dashboard-main{padding:8px 4px 0}
  .live-outcomes .completion-row{padding-bottom:22px}
  .live-outcomes .kpi-stack{grid-template-columns:repeat(3, minmax(0,1fr));padding-top:8px}
}
@media(max-width:640px){
  .live-outcomes .dashboard-header{text-align:left}
  .live-outcomes .section-title{font-size:clamp(2.1rem,9vw,3.1rem)}
  .live-outcomes .dashboard-inner{padding:12px}
  .live-outcomes .kpi-stack{grid-template-columns:1fr}
  .live-outcomes .completion-row{flex-direction:column;align-items:flex-start}
  .live-outcomes .browser-title{font-size:12px;letter-spacing:.06em}
}

/* CASES â€” Clean Featured Layout */
.cases{padding:10vw 4vw 8vw;min-height:100vh}
.cases-container{max-width:1440px;margin:0 auto}
.cases-head{max-width:650px;margin-bottom:6vw}
.cases-head .section-title{font-size:clamp(2.7rem,4.8vw,5.2rem)}
.cases-head .text-cta{margin-top:30px}
.case-featured{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4.5vw,64px);align-items:center}
.case-image-container{position:relative;min-width:0}
.case-number{position:absolute;top:-26px;left:-14px;z-index:0;font:800 clamp(3.4rem,5.2vw,5rem) Manrope;color:rgba(255,255,255,.12);letter-spacing:-.1em;pointer-events:none}
.case-image{position:relative;z-index:1;height:min(55vh,550px);overflow:hidden;border-radius:16px;clip-path:polygon(0 0,100% 0,100% 100%,26px 100%,0 calc(100% - 26px))}
.case-image img{width:100%;height:100%;object-fit:cover}
.case-content{max-width:600px}
.case-tag{display:block;font:700 15px Manrope;letter-spacing:.15em;color:#aaa;margin-bottom:15px}
.case-content h3{font:800 clamp(2rem,3.5vw,4rem)/.98 Manrope;letter-spacing:-.06em;margin:0 0 20px;color:#fff}
.case-content p{color:#bdbdbd;line-height:1.7;max-width:510px;margin-bottom:25px}
.case-result{display:flex;align-items:baseline;gap:12px;border-top:1px solid var(--line-dark);margin-top:25px;padding-top:18px}
.case-result strong{font:800 2.7rem Manrope;color:#fff}
.case-result span{font-size:15px;color:#aaa}
.case-controls{display:flex;gap:12px;margin-top:25px}
.case-nav-btn{width:50px;height:50px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.05);color:#fff;transition:all .3s var(--ease)}
.case-nav-btn:hover{background:rgba(255,255,255,.15);transform:scale(1.05)}

@media(max-width:1023px){
  .case-featured{grid-template-columns:1fr;gap:14vw 0}
  .case-image-container{order:1}
  .case-content{order:2;max-width:100%}
  .case-number{top:-20px;left:-8px;font-size:clamp(3rem,9vw,4rem)}
  .case-image{height:min(52vh,440px)}
}
@media(max-width:768px){
  .cases{padding:22vw 6vw 14vw}
  .case-featured{gap:12vw 0}
  .case-number{top:-14px;left:-4px;font-size:clamp(2.5rem,11vw,3.4rem)}
  .case-image{height:44vh;min-height:280px}
  .case-content h3{font-size:clamp(1.8rem,7.5vw,2.6rem);line-height:1.08}
  .case-result strong{font-size:2.2rem}
}
@media(max-width:520px){
  .case-image{height:38vh;min-height:240px}
  .case-content p{font-size:14.5px}
  .case-controls{margin-top:20px}
}

/* JOURNEY */
.journey{padding:10vw 4vw 8vw;min-height:100vh}
.journey-title{max-width:700px;margin-left:10vw}
.journey-track{position:relative;max-width:1250px;height:620px;margin:7vw auto 0}
.journey-line{position:absolute;left:50%;top:0;width:1px;height:100%;background:var(--line);overflow:hidden}
.journey-line span{display:block;width:100%;height:0;background:var(--ink)}
.journey-step{position:absolute;width:40%;display:grid;grid-template-columns:60px 1fr;gap:20px;align-items:start;transition:transform .3s var(--ease),background .3s var(--ease);padding:15px;border-radius:4px}
.journey-step:hover{transform:scale(1.03);background:rgba(17,17,17,.03)}
.journey-step>span{font:800 1rem Manrope;border-bottom:1px solid var(--ink);padding-bottom:8px}
.journey-step strong{font:800 1.6rem Manrope;letter-spacing:-.04em}
.journey-step p{font-size:15px;color:#666;line-height:1.6;margin:8px 0 0}
.step-a{left:2%;top:0}.step-b{right:2%;top:23%}.step-c{left:2%;top:52%}.step-d{right:2%;top:80%}
.journey-image{position:absolute;right:3vw;bottom:3vw;width:21vw;height:25vh;clip-path:polygon(0 5%,100% 0,95% 100%,5% 94%);opacity:.72}

/* FINAL â€” Strong Call to Action */
.final-cta{padding:10vw 4vw 8vw;min-height:100vh}
.final-container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center}
.final-content{max-width:650px}
.final-content p:not(.eyebrow){max-width:560px;color:#bdbdbd;line-height:1.7;margin:32px 0}
.final-actions{display:flex;gap:30px;align-items:center;flex-wrap:wrap}
.final-visual{position:relative;height:min(60vh,600px);overflow:hidden;clip-path:polygon(0 0,100% 0,95% 100%,5% 100%)}
.final-visual img{width:100%;height:100%;object-fit:cover}
.site-footer{
  --footer-bg: #050505;
  --footer-text: #ffffff;
  --footer-muted: #b7b7b7;
  --footer-line: rgba(255,255,255,.18);
  --footer-hover: #ffffff;
  --footer-social-bg: rgba(255,255,255,.08);
  --footer-social-hover: rgba(255,255,255,.15);

  background: var(--footer-bg);
  color: var(--footer-text);
  border-top: 1px solid var(--footer-line);
  padding: 60px 4vw 0;
}

html[data-theme="light"] .site-footer{
  --footer-bg: #f4f4f0;
  --footer-text: #111111;
  --footer-muted: #555555;
  --footer-line: rgba(17,17,17,.18);
  --footer-hover: #111111;
  --footer-social-bg: rgba(17,17,17,.08);
  --footer-social-hover: rgba(17,17,17,.15);
}

.footer-container{
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-column{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Brand Column */
.footer-column--brand .brand{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  text-decoration: none;
  color: var(--footer-text);
}

.footer-column--brand .brand-mark{
  font-size: 24px;
  color: var(--footer-text);
}

.footer-column--brand .brand-name{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer-description{
  max-width: 320px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--footer-muted);
}

.footer-social{
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-social a{
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--footer-social-bg);
  color: var(--footer-text);
  font-size: 16px;
  transition: background .3s ease, transform .3s ease;
}

.footer-social a:hover{
  background: var(--footer-social-hover);
  transform: translateY(-2px);
}

/* Links Columns */
.footer-heading{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--footer-text);
}

.footer-nav{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a{
  font-size: 14px;
  color: var(--footer-muted);
  text-decoration: none;
  transition: color .3s ease, transform .3s ease;
  display: inline-block;
}

.footer-nav a:hover{
  color: var(--footer-hover);
  transform: translateX(4px);
}

/* Contact Column */
.footer-contact-info{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--footer-muted);
}

.footer-contact-item i{
  margin-top: 2px;
  color: var(--footer-text);
  font-size: 16px;
  flex-shrink: 0;
}

.footer-contact-item a{
  color: var(--footer-muted);
  text-decoration: none;
  transition: color .3s ease;
}

.footer-contact-item a:hover{
  color: var(--footer-hover);
}

.footer-contact-item span{
  line-height: 1.5;
}

/* Footer Bottom */
.footer-bottom{
  border-top: 1px solid var(--footer-line);
  padding: 24px 4vw;
  margin-top: 20px;
}

.footer-bottom-content{
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-copyright{
  font-size: 13px;
  color: var(--footer-muted);
}

.footer-tagline{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--footer-muted);
}

/* RTL Support */
html[dir="rtl"] .site-footer{
  direction: rtl;
}

html[dir="rtl"] .footer-column--brand .brand{
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-nav a:hover{
  transform: translateX(-4px);
}

html[dir="rtl"] .footer-contact-item{
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-contact-item i{
  margin-top: 2px;
  margin-left: 0;
  margin-right: 12px;
}

html[dir="rtl"] .footer-bottom-content{
  flex-direction: row-reverse;
}
.back-to-top{position:fixed;z-index:1400;right:24px;bottom:24px;width:54px;height:54px;border:1px solid currentColor;background:var(--black);color:#fff;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(15px);transition:.3s var(--ease)}
.back-to-top.show{opacity:1;visibility:visible;transform:none}
.back-to-top span{position:absolute;bottom:-17px;font:700 15px Manrope;letter-spacing:.1em}

/* Responsive */
@media(max-width:1023px){
  :root{--header-h:70px}
  body.home-one .site-header{grid-template-columns:1fr auto 1fr}.desktop-nav{gap:16px}.nav-link,.login-link{font-size:15px}
  .why-stage{grid-template-columns:1fr}.why-media{height:60vh;margin-bottom:8vw}.why-copy{padding:0}
  .framework{min-height:118vh}.framework-constellation{height:650px}.framework-skill{width:30vw}
  .framework-head{flex-direction:column;align-items:flex-start;gap:20px}
  .program-scene{height:850px}
  .program-panel{width:34%}.panel-two{left:20%}.panel-three{left:42%}.panel-four{right:0}


  .footer-container{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

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

  .footer-bottom-content{
    flex-direction: column;
    align-items: flex-start;
  }

  html[dir="rtl"] .footer-bottom-content{
    flex-direction: column;
    align-items: flex-end;
  }
}
@media(max-width:520px){
  .display-title{font-size:clamp(2.8rem,12vw,5rem)}
  .section-title{font-size:clamp(2.35rem,10vw,4.1rem)}
  .why-media{height:48vh}.floating-note{min-width:140px}.floating-note small{font-size:15px}
  .framework-head{flex-direction:column;align-items:flex-start;gap:20px}
  .program-scene{grid-template-columns:1fr;gap:22px}.program-panel{height:430px;margin:0!important}.metric-number{font-size:4.6rem}.metric-symbol{font-size:1.3rem}.metric-line{gap:6px 10px}
  .case-image{height:38vh}.journey-track{padding-left:18px}.journey-step{grid-template-columns:38px 1fr}.journey-step strong{font-size:1.3rem}.final-image{width:92vw}
}
@media(max-width:1023px){
  body.home-one .site-header{display:flex}.site-header{padding:0 5vw}.desktop-nav{display:none}.header-tools{display:none}.mobile-actions{display:flex;align-items:center;gap:9px}
  .mobile-panel{position:fixed;z-index:1450;display:block;inset:var(--header-h) 0 0;background:var(--black);color:#fff;transform:translateX(100%);transition:transform .45s var(--ease);overflow-y:auto}
  .mobile-panel.open{transform:none}
  .mobile-panel-inner{min-height:100%;padding:30px 7vw 45px;display:flex;flex-direction:column}
  .mobile-panel-inner>a,.mobile-parent{width:100%;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.15);text-align:left;font:700 1rem Manrope;display:flex;justify-content:space-between;align-items:center}
  .mobile-parent i{font-size:15px;transition:.25s}.mobile-nav-group.open .mobile-parent i{transform:rotate(180deg)}
  .mobile-submenu{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}
  .mobile-nav-group.open .mobile-submenu{max-height:160px}
  .mobile-submenu a{display:block;padding:13px 0 13px 22px;color:#aaa;font-size:15px;border-bottom:1px solid rgba(255,255,255,.08)}
  .mobile-login{margin-top:auto!important;padding:20px 0!important;border-bottom:1px solid #fff!important}
  .section-index{left:5vw}
  .why{padding:25vw 5vw 15vw}.why-media{height:58vh}.why-copy{padding:0}.why-copy .section-title{font-size:clamp(2.5rem,10vw,4.5rem)}
  .framework{padding:25vw 5vw 16vw;min-height:auto}.framework-head{margin:0;flex-direction:column;align-items:flex-start;gap:20px}.framework-head .section-title{font-size:clamp(2.4rem,9vw,4.4rem)}.framework-lead{font-size:16px}
  .framework-constellation{height:auto;margin-top:14vw;display:flex;flex-direction:column;gap:36px}.framework-visual{position:relative;left:auto;top:auto;transform:none;width:82vw;height:78vw;max-height:560px;margin:0 auto;order:0}.framework-visual-index{left:-16px}.framework-visual-caption{right:-12px}.framework-visual-line{left:-15px}
  .framework-skill{position:relative;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;width:100%;order:1}.framework-skill p{max-width:600px}.framework-detail{position:relative;left:auto;bottom:auto;transform:none;width:100%;margin:18px 0 0;text-align:left;align-items:flex-start}.framework-detail .text-cta{align-self:flex-start}
  .program-head{display:block;margin-bottom:12vw}.program-head .text-cta{margin-top:25px}.program-scene{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .program-panel{position:relative;left:auto!important;right:auto!important;top:auto!important;width:100%;height:420px}.panel-three{margin-top:35px}.panel-four{margin-top:-35px}

  .outcomes{padding:25vw 5vw 15vw}.outcomes-container{grid-template-columns:1fr}.outcome-image{position:relative;right:auto;bottom:auto;width:75vw;height:40vh;margin:12vw 0 0 auto}.metric-line{grid-template-columns:auto auto;align-items:center}.metric-line div{grid-column:1/3;padding-left:0}
  .cases-head{margin-left:0}
  .journey{padding:25vw 5vw 15vw}.journey-title{margin-left:0}.journey-track{height:auto;margin-top:14vw;padding-left:22px}.journey-line{left:0;height:100%}.journey-step{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:100%;grid-template-columns:45px 1fr;margin:0 0 55px}.journey-image{position:relative;right:auto;bottom:auto;width:78vw;height:34vh;margin:5vw 0 0 auto}
  .final-cta{padding:25vw 5vw 18vw;min-height:100vh;display:block}.final-content{margin-left:0;padding-top:10vw}.final-image{position:relative;right:auto;bottom:auto;width:82vw;height:42vh;margin:15vw 0 0 auto}.final-note{right:5vw;top:auto;bottom:6vw}
  .site-footer{
    padding: 44px 5vw 0;
  }

  .footer-container{
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-column--brand{
    grid-column: 1;
  }

  .footer-bottom-content{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  html[dir="rtl"] .footer-bottom-content{
    flex-direction: column;
    align-items: flex-end;
  }

  .back-to-top{right:16px;bottom:16px}
}
@media(max-width:520px){
  .display-title{font-size:clamp(2.8rem,12vw,5rem)}
  .section-title{font-size:clamp(2.35rem,10vw,4.1rem)}
  .why-media{height:48vh}.floating-note{min-width:140px}.floating-note small{font-size:15px}
  .framework-head{flex-direction:column;align-items:flex-start;gap:20px}
  .program-scene{grid-template-columns:1fr;gap:22px}.program-panel{height:430px;margin:0!important}.metric-number{font-size:4.6rem}.metric-symbol{font-size:1.3rem}.metric-line{gap:6px 10px}
  .case-image{height:38vh}.journey-track{padding-left:18px}.journey-step{grid-template-columns:38px 1fr}.journey-step strong{font-size:1.3rem}.final-image{width:92vw}

  .site-footer{
    padding: 36px 6vw 0;
  }

  .footer-container{
    gap: 28px;
  }

  .footer-column--brand .brand-name{
    font-size: 18px;
  }

  .footer-description{
    font-size: 13px;
  }

  .footer-heading{
    font-size: 15px;
  }

  .footer-nav a{
    font-size: 13px;
  }

  .footer-contact-item{
    font-size: 13px;
  }

  .footer-social a{
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .footer-bottom{
    padding: 20px 6vw;
  }

  .footer-copyright,
  .footer-tagline{
    font-size: 12px;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* HOME 1 HEADER â€” centered navigation */
body.home-one .site-header{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);
  gap:24px;
}
body.home-one .brand{justify-self:start}
body.home-one .header-tools{justify-self:end}
body.home-one .site-header .icon-control,
body.home-one .site-header .menu-toggle{width:40px;height:40px;font-size:15px}
body.home-one .site-header .login-link{font-size:15px;padding:9px 0}

@media(max-width:1023px){
  body.home-one .site-header{display:flex;grid-template-columns:none}
  body.home-one .header-tools{display:none}
}


/* Home Page 1 refinements: compact Section 5 and redesigned Section 7 */
@media (min-width: 769px) {
  .outcomes {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .outcomes .section-image,
  .outcomes .image-wrap,
  .outcomes img {
    max-height: 360px;
    object-fit: cover;
  }
  .outcomes .section-content,
  .outcomes .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cases {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .cases img {
    border-radius: 28px 28px 90px 28px !important;
    clip-path: polygon(0 0, 88% 0, 100% 18%, 100% 82%, 88% 100%, 0 100%, 0 12%) !important;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .outcomes {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .outcomes img {
    max-height: 280px;
    object-fit: cover;
  }
  .cases img {
    border-radius: 22px 22px 55px 22px !important;
    clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 88%, 92% 100%, 0 100%) !important;
  }
}

/* SECTION 08 â€” SCROLL-OUT FROM IMAGE */
.journey-split{
  min-height:auto;
  padding:clamp(70px,9vw,140px) clamp(24px,4vw,72px) clamp(60px,7vw,110px);
  overflow:visible;
}
.journey-split-wrap{
  position:relative;
  width:min(1420px,100%);
  margin:0 auto;
}
.journey-split-intro{
  position:relative;
  z-index:3;
  width:min(760px,72%);
  margin:0 auto;
  padding-top:2vw;
  text-align:center;
}
.journey-split-intro .section-title{
  font-size:clamp(2.35rem,4.4vw,4.8rem);
}
.journey-split-lead{
  max-width:560px;
  margin:26px auto 0;
  color:#555;
  font-size:16px;
  line-height:1.7;
}
.journey-stage{
  position:relative;
  display:grid;
  grid-template-columns:minmax(240px,320px) minmax(320px,1fr) minmax(240px,320px);
  align-items:stretch;
  gap:clamp(40px,4vw,60px);
  height:auto;
  min-height:0;
  max-height:none;
  margin-top:1vw;
  padding:0 clamp(8px,1.5vw,24px);
  overflow:visible;
}
.journey-col{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:clamp(24px,3vw,40px);
}
.journey-stage-image{
  position:relative;
  z-index:4;
  width:100%;
  height:min(600px,62vh);
  min-height:420px;
  align-self:center;
  overflow:hidden;
  border-radius:22px;
  background:#111;
  box-shadow:0 30px 90px rgba(0,0,0,.18);
  transform:translateZ(0);
}
.journey-stage-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(100%);
  transform:scale(1.08);
  transition:filter .7s ease, transform 1s cubic-bezier(.2,.75,.2,1);
}
.journey-stage-image:hover img{
  filter:grayscale(0%);
  transform:scale(1.02);
}
.journey-image-glow{
  position:absolute;
  inset:-20%;
  z-index:1;
  pointer-events:none;
  background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.16),transparent 48%);
  mix-blend-mode:screen;
}
.journey-image-label{
  position:absolute;
  z-index:5;
  left:20px;
  bottom:18px;
  font:700 14px/1 Manrope,sans-serif;
  letter-spacing:.12em;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.journey-float{
  position:relative;
  z-index:6;
  width:100%;
  min-height:0;
  padding:28px 32px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:18px;
  align-items:start;
  background:#f0f1f2;
  border:1px solid rgba(17,17,17,.09);
  border-radius:22px;
  box-shadow:0 24px 55px rgba(0,0,0,.09);
  will-change:transform,opacity;
}
.journey-float-number{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:2px solid #111;
  border-radius:50%;
  font:800 14px/1 Manrope,sans-serif;
  color:#111;
  flex-shrink:0;
  background:#fff;
}
.journey-float strong{
  display:block;
  font:800 clamp(1.15rem,1.6vw,1.4rem)/1.15 Manrope,sans-serif;
  letter-spacing:-.03em;
  color:#111;
}
.journey-float p{
  margin:10px 0 0;
  color:#555;
  font-size:14px;
  line-height:1.55;
}

.journey-proof{
  position:relative;
  z-index:8;
  min-height:92px;
  margin:2vw 0 0;
  padding:18px 22px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
  background:#0b0b0b;
  color:#fff;
  border-radius:20px;
}
.journey-proof-avatars{
  display:flex;
  align-items:center;
  padding-left:5px;
}
.journey-proof-avatars span{
  width:42px;
  height:42px;
  margin-left:-7px;
  display:grid;
  place-items:center;
  border:2px solid #0b0b0b;
  border-radius:50%;
  background:#d9d9d9;
  color:#111;
  font:800 15px/1 Manrope,sans-serif;
}
.journey-proof-copy strong{
  display:block;
  font:800 17px/1.2 Manrope,sans-serif;
}
.journey-proof-copy small{
  display:block;
  margin-top:6px;
  color:#a9a9a9;
  font:700 15px/1.2 Manrope,sans-serif;
  letter-spacing:.08em;
}
.journey-proof-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
  transition:transform .3s ease,background .3s ease;
}
.journey-proof-link:hover{
  transform:translateY(-3px);
  background:#e8e8e8;
}

/* Desktop scroll choreography:
   cards are hidden until the image is established in the viewport,
   then each card grows out of the image and settles into its side position. */
.journey-split .journey-float{
  opacity:1;
  transform-origin:50% 50%;
  pointer-events:auto;
}

html[data-theme="dark"] .journey-split{background:#080808;color:#fff}
html[data-theme="dark"] .journey-split-lead{color:#bdbdbd}
html[data-theme="dark"] .journey-float{
  background:#1c1c1e;
  border-color:rgba(255,255,255,.14);
  box-shadow:0 24px 60px rgba(0,0,0,.4);
}
html[data-theme="dark"] .journey-float-number{
  border-color:#fff;
  color:#fff;
  background:#111;
}
html[data-theme="dark"] .journey-float strong{color:#fff}
html[data-theme="dark"] .journey-float p{color:#bdbdbd}
html[data-theme="dark"] .journey-proof{background:#fff;color:#111}
html[data-theme="dark"] .journey-proof-avatars span{border-color:#fff;background:#111;color:#fff}
html[data-theme="dark"] .journey-proof-copy small{color:#666}
html[data-theme="dark"] .journey-proof-link{background:#111;color:#fff}

html[dir="rtl"] .journey-split-intro{
  margin:0 auto;
}
html[dir="rtl"] .journey-stage{direction:rtl}
html[dir="rtl"] .journey-float{direction:ltr;text-align:left}
html[dir="rtl"] .journey-proof-copy{text-align:right}

@media(max-width:1023px){
  .journey-split{
    min-height:auto;
    padding:110px 5vw 70px;
  }
  .journey-split-intro{
    width:100%;
    max-width:700px;
    margin:0 auto 55px;
  }
  .journey-stage{
    height:auto;
    min-height:0;
    max-height:none;
    margin:0;
    padding:0 0 30px;
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
  }
  .journey-col{display:contents}
  .journey-stage-image{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    transform:none;
    order:0;
    width:min(620px,100%);
    height:min(70vh,620px);
    min-height:430px;
    margin:0 auto 18px;
  }
  .journey-float{
    position:relative;
    inset:auto!important;
    width:100%;
    min-height:0;
    opacity:1!important;
    transform:none!important;
  }
  .journey-float-1{order:1}
  .journey-float-2{order:2}
  .journey-float-3{order:3}
  .journey-float-4{order:4}
  .journey-proof{
    margin-top:15px;
    grid-template-columns:auto 1fr;
  }
  .journey-proof-link{
    grid-column:1/-1;
    justify-self:start;
  }
  html[dir="rtl"] .journey-split-intro{
    margin-right:0;
  }
}

@media(max-width:560px){
  .journey-split{padding:90px 5vw 55px}
  .journey-split-intro .section-title{font-size:clamp(2.2rem,10vw,3.6rem)}
  .journey-split-lead{font-size:15px}
  .journey-stage-image{
    min-height:360px;
    height:62vh;
    border-radius:16px;
  }
  .journey-float{
    grid-template-columns:44px 1fr;
    gap:13px;
    padding:21px 18px;
    border-radius:16px;
  }
  .journey-float-number{width:38px;height:38px}
  .journey-float strong{font-size:1.15rem}
  .journey-proof{
    grid-template-columns:1fr;
    gap:14px;
    padding:20px 18px;
    border-radius:16px;
  }
  .journey-proof-link{
    width:100%;
    justify-content:center;
  }
  .journey-proof-avatars span{width:38px;height:38px}
}


/* =========================================================
   LEXORA FINAL OVERRIDES â€” SECTION 08 CONTRAST + SECTION 09
   ========================================================= */

/* Section 08: keep editorial typography readable in both themes.
   The base .section-light .section-title rule otherwise keeps --ink
   (black) in dark mode. */
html[data-theme="dark"] .journey-split .section-title{
  color:#f7f7f5 !important;
  text-shadow:0 0 28px rgba(255,255,255,.025);
}
html[data-theme="dark"] .journey-split .section-title em{
  color:#bdbdbd;
}
html[data-theme="dark"] .journey-split-intro .eyebrow{
  color:#d2d2d2 !important;
}
html[data-theme="dark"] .journey-split-lead{
  color:#c5c5c5 !important;
}

/* SECTION 09 â€” asymmetric editorial closing scene */
.final-cta-editorial{
  position:relative;
  min-height:100svh;
  padding:0;
  overflow:hidden;
  isolation:isolate;
  background:#050505;
  color:#fff;
  display:flex;
  align-items:center;
}
.final-editorial-noise{
  position:absolute;
  inset:0;
  z-index:-3;
  pointer-events:none;
  opacity:.22;
  background:
    radial-gradient(circle at 15% 75%,rgba(255,255,255,.11),transparent 22%),
    radial-gradient(circle at 82% 20%,rgba(255,255,255,.08),transparent 26%);
}
.final-editorial-index{
  position:absolute;
  z-index:7;
  top:clamp(30px,5vw,70px);
  left:4vw;
  font:700 14px/1.2 Manrope,sans-serif;
  letter-spacing:.16em;
  color:#c8c8c8;
}
.final-editorial-media{
  position:absolute;
  z-index:-1;
  top:7%;
  right:-2%;
  width:54vw;
  height:86%;
  overflow:hidden;
  clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
}
.final-editorial-media:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:
    linear-gradient(90deg,#050505 0%,rgba(5,5,5,.72) 18%,rgba(5,5,5,.18) 65%,rgba(5,5,5,.42) 100%),
    linear-gradient(0deg,rgba(5,5,5,.45),transparent 42%,rgba(5,5,5,.2));
}
.final-editorial-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:grayscale(100%) contrast(.95);
  transform:scale(1.08);
  opacity:.72;
  transition:filter 1s ease,transform 1.4s cubic-bezier(.2,.75,.2,1);
}
.final-cta-editorial:hover .final-editorial-media img{
  filter:grayscale(20%) contrast(1);
  transform:scale(1.02);
}
.final-media-caption{
  position:absolute;
  z-index:3;
  right:4vw;
  bottom:28px;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font:700 11px/1 Manrope,sans-serif;
  letter-spacing:.16em;
  color:rgba(255,255,255,.7);
}
.final-editorial-content{
  position:relative;
  z-index:5;
  width:min(790px,64vw);
  margin-left:8vw;
  padding:9vh 0 12vh;
}
.final-editorial-content .eyebrow{
  color:#cfcfcf;
  margin-bottom:28px;
}
.final-editorial-title{
  margin:0;
  max-width:780px;
  font:800 clamp(3.2rem,6vw,7rem)/.86 Manrope,sans-serif;
  letter-spacing:-.075em;
  color:#fff;
}
.final-editorial-title span{
  display:inline-block;
  color:#969696;
  font-weight:500;
  font-style:italic;
  transform:translateX(.06em);
}
.final-editorial-lead{
  max-width:520px;
  margin:34px 0 0;
  color:#c1c1c1;
  font-size:16px;
  line-height:1.75;
}
.final-editorial-actions{
  display:flex;
  align-items:center;
  gap:32px;
  margin-top:42px;
  flex-wrap:wrap;
}
.final-editorial-primary{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:58px;
  padding:0 0 12px;
  border-bottom:1px solid rgba(255,255,255,.85);
  color:#fff;
  font:800 16px/1 Manrope,sans-serif;
  text-decoration:none;
  transition:gap .35s ease,border-color .35s ease;
}
.final-editorial-primary i{
  font-size:14px;
  transition:transform .35s ease;
}
.final-editorial-primary:hover{
  gap:32px;
  border-color:#fff;
}
.final-editorial-primary:hover i{
  transform:translate(3px,-3px);
}
.final-editorial-secondary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.3);
  color:#aaa;
  font:700 15px/1 Manrope,sans-serif;
  text-decoration:none;
  transition:color .3s ease,border-color .3s ease,gap .3s ease;
}
.final-editorial-secondary:hover{
  color:#fff;
  border-color:#fff;
  gap:17px;
}
.final-editorial-footer{
  position:absolute;
  z-index:6;
  left:8vw;
  right:4vw;
  bottom:30px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#777;
  font:700 14px/1.2 Manrope,sans-serif;
  letter-spacing:.14em;
}

/* 09 CTA â€” centered variant (no image/orbit) */
.final-cta-centered{
  position:relative;
  min-height:100svh;
  padding:0;
  overflow:hidden;
  isolation:isolate;
  background:#050505;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.final-centered-content{
  position:relative;
  z-index:5;
  max-width:820px;
  margin:0 auto;
  padding:14vh 6vw 12vh;
  text-align:center;
}
.final-centered-content .eyebrow{
  color:#cfcfcf;
  margin:0 0 28px;
}
.final-centered-title{
  margin:0;
  font:800 clamp(2.6rem,6.2vw,6.4rem)/1.02 Manrope,sans-serif;
  letter-spacing:-.04em;
  color:#fff;
}
.final-centered-title span{
  display:inline-block;
  color:#969696;
  font-weight:500;
  font-style:italic;
}
.final-centered-lead{
  max-width:560px;
  margin:34px auto 0;
  color:#c1c1c1;
  font-size:16px;
  line-height:1.75;
}
.final-centered-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  margin-top:42px;
  flex-wrap:wrap;
}
.final-cta-centered .final-editorial-primary,
.final-cta-centered .final-editorial-secondary{
  min-height:0;
}

html[data-theme="light"] .final-cta-centered{
  background:#f4f3ef;
  color:#111;
}
html[data-theme="light"] .final-centered-content .eyebrow{color:#555}
html[data-theme="light"] .final-centered-title{color:#111}
html[data-theme="light"] .final-centered-title span{color:#666}
html[data-theme="light"] .final-centered-lead{color:#4f4f4f}

@media(max-width:900px){
  .final-cta-centered{min-height:80vh}
  .final-centered-content{padding:18vh 7vw 12vh}
}
@media(max-width:560px){
  .final-cta-centered{min-height:auto;padding:110px 0 90px}
  .final-centered-content{padding:0 6vw}
  .final-centered-actions{gap:22px}
}
.final-editorial-orbit{
  position:absolute;
  z-index:-1;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  pointer-events:none;
}
.final-orbit-a{
  width:420px;
  height:420px;
  right:24vw;
  top:50%;
  transform:translateY(-50%);
}
.final-orbit-b{
  width:700px;
  height:700px;
  right:10vw;
  top:50%;
  transform:translateY(-50%);
  border-color:rgba(255,255,255,.055);
}
.final-cta-editorial:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:8vw;
  top:20%;
  width:1px;
  height:56%;
  background:linear-gradient(to bottom,transparent,rgba(255,255,255,.22),transparent);
}

/* Light theme: intentionally invert the editorial scene while preserving
   the same composition and contrast. */
html[data-theme="light"] .final-cta-editorial{
  background:#f4f3ef;
  color:#111;
}
html[data-theme="light"] .final-editorial-noise{
  background:
    radial-gradient(circle at 15% 75%,rgba(0,0,0,.06),transparent 22%),
    radial-gradient(circle at 82% 20%,rgba(0,0,0,.05),transparent 26%);
}
html[data-theme="light"] .final-editorial-index{color:#555}
html[data-theme="light"] .final-editorial-media:before{
  background:
    linear-gradient(90deg,#f4f3ef 0%,rgba(244,243,239,.8) 18%,rgba(244,243,239,.08) 65%,rgba(244,243,239,.4) 100%),
    linear-gradient(0deg,rgba(244,243,239,.38),transparent 42%,rgba(244,243,239,.12));
}
html[data-theme="light"] .final-editorial-media img{
  filter:grayscale(100%) contrast(.9);
  opacity:.62;
}
html[data-theme="light"] .final-media-caption{color:rgba(17,17,17,.65)}
html[data-theme="light"] .final-editorial-content .eyebrow{color:#555}
html[data-theme="light"] .final-editorial-title{color:#111}
html[data-theme="light"] .final-editorial-title span{color:#666}
html[data-theme="light"] .final-editorial-lead{color:#4f4f4f}
html[data-theme="light"] .final-editorial-primary{color:#111;border-color:#111}
html[data-theme="light"] .final-editorial-secondary{color:#555;border-color:rgba(17,17,17,.35)}
html[data-theme="light"] .final-editorial-secondary:hover{color:#111;border-color:#111}
html[data-theme="light"] .final-editorial-footer{
  color:#777;
  border-color:rgba(17,17,17,.15);
}
html[data-theme="light"] .final-editorial-orbit{border-color:rgba(17,17,17,.1)}
html[data-theme="light"] .final-orbit-b{border-color:rgba(17,17,17,.05)}
html[data-theme="light"] .final-cta-editorial:after{
  background:linear-gradient(to bottom,transparent,rgba(17,17,17,.18),transparent);
}

/* Editorial motion */
@keyframes finalEditorialFloat{
  0%,100%{transform:translateY(-50%) rotate(0deg)}
  50%{transform:translateY(calc(-50% - 12px)) rotate(1deg)}
}
.final-orbit-a{
  animation:finalEditorialFloat 8s ease-in-out infinite;
}
.final-orbit-b{
  animation:finalEditorialFloat 11s ease-in-out -2s infinite reverse;
}
@media(prefers-reduced-motion:reduce){
  .final-orbit-a,.final-orbit-b{animation:none}
}

/* Keep the closing scene clean at tablet/mobile sizes. */
@media(max-width:900px){
  .final-cta-editorial{
    min-height:900px;
    align-items:flex-start;
  }
  .final-editorial-media{
    top:auto;
    right:0;
    bottom:0;
    width:100%;
    height:55%;
    clip-path:polygon(16% 0,100% 0,100% 100%,0 100%);
    opacity:.7;
  }
  .final-editorial-media:before{
    background:linear-gradient(180deg,#050505 0%,rgba(5,5,5,.58) 28%,rgba(5,5,5,.25) 100%);
  }
  html[data-theme="light"] .final-editorial-media:before{
    background:linear-gradient(180deg,#f4f3ef 0%,rgba(244,243,239,.58) 28%,rgba(244,243,239,.18) 100%);
  }
  .final-editorial-content{
    width:auto;
    margin:0 7vw;
    padding:150px 0 240px;
  }
  .final-editorial-title{
    font-size:clamp(3.4rem,9vw,5.8rem);
  }
  .final-editorial-footer{
    left:7vw;
    right:7vw;
    bottom:24px;
  }
  .final-editorial-footer span:nth-child(3){display:none}
  .final-orbit-a{right:4vw;top:58%;width:300px;height:300px}
  .final-orbit-b{right:-12vw;top:58%;width:500px;height:500px}
}
@media(max-width:560px){
  .final-cta-editorial{min-height:820px}
  .final-editorial-index{
    left:5vw;
    top:28px;
    font-size:12px;
  }
  .final-editorial-content{
    margin:0 5vw;
    padding:115px 0 210px;
  }
  .final-editorial-content .eyebrow{margin-bottom:22px}
  .final-editorial-title{
    font-size:clamp(2.8rem,12vw,4.4rem);
    line-height:.86;
  }
  .final-editorial-lead{
    margin-top:26px;
    font-size:15px;
    max-width:360px;
  }
  .final-editorial-actions{
    margin-top:32px;
    gap:22px;
  }
  .final-editorial-primary{font-size:15px}
  .final-editorial-secondary{font-size:14px}
  .final-editorial-footer{
    left:5vw;
    right:5vw;
    bottom:18px;
    padding-top:12px;
    font-size:14px;
    gap:10px;
  }
  .final-editorial-footer span:nth-child(2),
  .final-editorial-footer span:nth-child(3){display:none}
  .final-editorial-media{height:48%;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}
  .final-media-caption{display:none}
  .final-orbit-a{width:220px;height:220px;right:-20px}
  .final-orbit-b{width:350px;height:350px;right:-85px}
}

/* ============================================
   HOME 2 â€” 01 HERO â€” Split content/image
   with clickable programme switcher
   ============================================ */
.h2-hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:calc(var(--header-h) + 5vh) 4vw 6vh;
  background:var(--paper);
}
.h2-hero-inner{
  width:100%;
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(320px,460px) 1fr;
  gap:clamp(30px,5vw,80px);
  align-items:center;
}

/* ---- Left content ---- */
.h2-hero-content{position:relative}
.h2-hero-title{
  margin:18px 0 0;
  font:800 clamp(2.2rem,3.4vw,3.4rem)/1.08 Manrope,sans-serif;
  letter-spacing:-.03em;
  color:var(--ink);
  min-height:3.3em;
  transition:opacity .25s ease;
}
.h2-hero-title span{color:#8a8a8a;font-style:italic;font-weight:600}
.h2-hero-desc{
  margin:22px 0 0;
  max-width:420px;
  font-size:16px;
  line-height:1.7;
  color:#555;
  transition:opacity .25s ease;
}

.h2-hero-switcher{
  display:flex;
  gap:14px;
  margin-top:36px;
}
.h2-switch-box{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  width:112px;
  padding:0;
  opacity:.55;
  transition:opacity .3s ease,transform .3s var(--ease);
}
.h2-switch-box:hover{opacity:.85}
.h2-switch-box.is-active{opacity:1}
.h2-switch-thumb{
  display:block;
  width:100%;
  height:78px;
  border-radius:10px;
  overflow:hidden;
  border:2px solid transparent;
  transition:border-color .3s ease,transform .3s var(--ease);
}
.h2-switch-box.is-active .h2-switch-thumb{
  border-color:var(--ink);
  transform:translateY(-3px);
}
.h2-switch-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(65%);
  transition:filter .3s ease;
}
.h2-switch-box.is-active .h2-switch-thumb img,
.h2-switch-box:hover .h2-switch-thumb img{filter:grayscale(0%)}
.h2-switch-label{
  font:700 14px/1.25 Manrope,sans-serif;
  letter-spacing:-.01em;
  color:var(--ink);
  text-align:left;
}

.h2-hero-nav{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:38px;
}
.h2-hero-count{
  font:700 14px/1 Manrope,sans-serif;
  letter-spacing:.06em;
  color:#666;
}
.h2-hero-arrows{display:flex;gap:8px}
.h2-arrow{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  font-size:14px;
  color:var(--ink);
  transition:background .25s,color .25s,transform .25s var(--ease);
}
.h2-arrow:hover{background:var(--ink);color:#fff;transform:scale(1.08)}

/* ---- Right visual ---- */
.h2-hero-visual{position:relative}
.h2-hero-media{
  position:relative;
  width:100%;
  aspect-ratio:4/3.1;
  border-radius:18px;
  overflow:hidden;
  background:var(--paper-2);
}
.h2-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:none !important;
  transition:opacity .25s ease;
}
.h2-hero-badge{
  position:absolute;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:14px 18px;
  border-radius:12px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 30px rgba(0,0,0,.14);
}
.h2-badge-value{font:800 20px/1 Manrope,sans-serif;color:var(--ink)}
.h2-badge-label{font:600 14px/1.3 Manrope,sans-serif;color:#666;white-space:nowrap}
.h2-badge-top{top:24px;left:24px}
.h2-badge-bottom{bottom:24px;right:24px}
.h2-hero-vertical{
  position:absolute;
  top:50%;
  right:-30px;
  transform:translateY(-50%) rotate(90deg);
  transform-origin:center;
  font:700 12px/1 Manrope,sans-serif;
  letter-spacing:.18em;
  color:#999;
  white-space:nowrap;
}

/* Dark mode */
html[data-theme="dark"] .h2-hero{background:var(--black)}
html[data-theme="dark"] .h2-hero-title{color:#fff}
html[data-theme="dark"] .h2-hero-title span{color:#9c9c9c}
html[data-theme="dark"] .h2-hero-desc{color:#bdbdbd}
html[data-theme="dark"] .h2-switch-label{color:#fff}
html[data-theme="dark"] .h2-switch-box.is-active .h2-switch-thumb{border-color:#fff}
html[data-theme="dark"] .h2-hero-count{color:#aaa}
html[data-theme="dark"] .h2-arrow{border-color:var(--line-dark);color:#fff}
html[data-theme="dark"] .h2-arrow:hover{background:#fff;color:#050505}
html[data-theme="dark"] .h2-hero-media{background:#161616}
html[data-theme="dark"] .h2-hero-badge{background:rgba(15,15,15,.85)}
html[data-theme="dark"] .h2-badge-value{color:#fff}
html[data-theme="dark"] .h2-badge-label{color:#bbb}
html[data-theme="dark"] .h2-hero-vertical{color:#777}

/* Responsive */
@media(max-width:1080px){
  .h2-hero-inner{grid-template-columns:1fr}
  .h2-hero-visual{order:-1}
  .h2-hero-vertical{display:none}
}
@media(max-width:560px){
  .h2-hero{padding:calc(var(--header-h) + 4vh) 6vw 6vh}
  .h2-hero-content{width:100%}
  .h2-hero-title{font-size:clamp(2.2rem,12vw,3rem);min-height:auto}
  .h2-hero-desc{font-size:14px;max-width:100%}
  .h2-hero-switcher{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:space-between;
  }
  .h2-switch-box{
    flex:1 1 30%;
    width:auto;
    min-width:0;
    max-width:120px;
  }
  .h2-switch-thumb{height:66px}
  .h2-hero-nav{justify-content:space-between;gap:12px}
  .h2-hero-badge{padding:10px 14px}
  .h2-badge-value{font-size:17px}
}

/* ============================================
   HOME 2 â€” 02 TRUST STRIP
   Client logo marquee + count-up stats
   ============================================ */
.h2-trust{
  min-height:auto;
  padding:8vh 0;
  background:var(--paper);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.h2-trust-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:0 4vw;
}
.h2-trust-eyebrow{
  text-align:center;
  margin:0 0 34px;
}

/* Marquee */
.h2-trust-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.h2-trust-track{
  display:flex;
  align-items:center;
  gap:clamp(40px,6vw,90px);
  width:max-content;
  animation:h2TrustScroll 26s linear infinite;
}
.h2-trust-marquee:hover .h2-trust-track{animation-play-state:paused}
.h2-trust-logo{
  font:800 clamp(1.1rem,1.8vw,1.5rem) Manrope,sans-serif;
  letter-spacing:-.02em;
  color:#b9b9b3;
  white-space:nowrap;
  transition:color .3s ease;
  cursor:default;
}
.h2-trust-logo:hover{color:var(--ink)}
@keyframes h2TrustScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* Stats */
.h2-trust-stats{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(24px,5vw,64px);
  margin-top:56px;
  padding-top:40px;
  border-top:1px solid var(--line);
  flex-wrap:wrap;
}
.h2-trust-stat{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  text-align:center;
}
.h2-stat-value{
  font:800 clamp(2rem,3.2vw,2.8rem) Manrope,sans-serif;
  letter-spacing:-.03em;
  color:var(--ink);
}
.h2-stat-label{
  font:600 15px/1.3 Manrope,sans-serif;
  letter-spacing:.02em;
  color:#666;
}
.h2-trust-divider{
  width:1px;
  height:44px;
  background:var(--line);
}

/* Dark mode */
html[data-theme="dark"] .h2-trust{
  background:var(--black);
  border-color:var(--line-dark);
}
html[data-theme="dark"] .h2-trust-logo{color:#4a4a4a}
html[data-theme="dark"] .h2-trust-logo:hover{color:#fff}
html[data-theme="dark"] .h2-trust-stats{border-color:var(--line-dark)}
html[data-theme="dark"] .h2-stat-value{color:#fff}
html[data-theme="dark"] .h2-stat-label{color:#aaa}
html[data-theme="dark"] .h2-trust-divider{background:var(--line-dark)}

/* Responsive */
@media(max-width:700px){
  .h2-trust{padding:7vh 0}
  .h2-trust-stats{
    gap:20px 32px;
    margin-top:40px;
    padding-top:28px;
  }
  .h2-trust-divider{display:none}
}
@media(prefers-reduced-motion:reduce){
  .h2-trust-track{animation:none}
}

/* ============================================
   HOME 2 â€” 03 PROCESS REVEAL
   Pinned scroll (100vh per step): numbered list on the left advances step by
   step; the image and description on the right crossfade in sync with it.
   ============================================ */
.h2-process{min-height:100vh;padding:0;overflow:visible;background:var(--black);color:#fff}
.h2-process-pin{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}
.h2-process-inner{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(30px,5vw,80px);
  width:100%;max-width:var(--max);height:min(70vh,600px);min-height:0;margin:0 auto;padding:0 clamp(20px,5vw,60px);
}

.h2-process-left{display:flex;flex-direction:column;height:100%}
.h2-process-heading{margin:0 0 clamp(26px,4vh,42px)}
.h2-process-eyebrow{font:700 13px/1.3 Manrope,sans-serif;letter-spacing:.12em;margin:0 0 10px;color:#fff;text-transform:uppercase}
.h2-process-title{font:700 clamp(1.5rem,2.3vw,2.1rem) Manrope,sans-serif;letter-spacing:-.02em;line-height:1.15;margin:0;color:#fff}
.h2-process-list{display:flex;flex-direction:column;gap:clamp(26px,4vh,42px)}
.h2-process-item-head{display:flex;align-items:baseline;gap:16px;opacity:.4;transition:opacity .4s var(--ease);cursor:pointer}
.h2-process-item.active .h2-process-item-head{opacity:1}
.h2-process-num{
  display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;
  background:#fff;color:#111;font:800 13px/1 Manrope,sans-serif;letter-spacing:.04em;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.h2-process-item.active .h2-process-num{background:#fff;color:#111}
.h2-process-label{font:600 clamp(1.05rem,1.7vw,1.5rem) Manrope,sans-serif;position:relative;color:#fff}
.h2-process-item.active .h2-process-label::after{
  content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:#fff;
}
.h2-process-item-mobile{display:none}

/* Fills the leftover space below the list, down to the same bottom edge as the image */
.h2-process-desc{position:relative;flex:0 0 auto;display:block;margin-top:clamp(20px,3.5vh,32px);min-height:110px}
.h2-process-desc-item{display:none;align-items:flex-start;gap:16px;opacity:1}
.h2-process-desc-item.active{display:flex}
.h2-process-desc-icon{
  width:44px;height:44px;border-radius:50%;flex-shrink:0;
  border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;font-size:16px;color:#fff;
}
.h2-process-desc-item p{margin:0;color:#d6d6d6;font-size:clamp(1rem,1.15vw,1.2rem);line-height:1.65;max-width:56ch}

.h2-process-visual{display:flex;flex-direction:column;height:100%;min-height:0;min-width:0}
.h2-process-image{position:relative;display:grid;border-radius:18px;overflow:hidden;height:100%;min-height:0;background:#111}
.h2-process-image img{grid-area:1/1;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .55s var(--ease)}
.h2-process-image img.active{opacity:1}
.h2-process-arrows{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;pointer-events:none}
.h2-process-arrow{
  pointer-events:auto;width:42px;height:42px;border-radius:50%;border:none;
  background:rgba(255,255,255,.92);color:#111;display:grid;place-items:center;
  font-size:14px;cursor:pointer;transition:transform .25s var(--ease),background .25s;
}
.h2-process-arrow:hover{background:#fff;transform:scale(1.08)}

@media(max-width:900px){
  .h2-process{height:auto;padding:60px 0}
  .h2-process-pin{position:relative;height:auto;display:block;overflow:visible}
  .h2-process-inner{display:block;height:auto;padding:0 6vw}
  .h2-process-left{height:auto}
  .h2-process-visual{display:none}
  .h2-process-desc{display:none}
  .h2-process-item-head{opacity:1;margin-bottom:0}
  .h2-process-item{margin-bottom:8px}
  .h2-process-item-mobile{display:block;margin:14px 0 34px}
  .h2-process-item-mobile img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px;margin-bottom:14px}
  .h2-process-item-mobile p{margin:0;color:#c9c9c9;line-height:1.6;font-size:.95rem}
}
@media(prefers-reduced-motion:reduce){
  .h2-process-image img,.h2-process-desc-item{transition:none}
}

/* ============================================
   HOME 2 â€” 05 LIVE OUTCOMES DASHBOARD
   ============================================ */
.live-outcomes{padding:10vw 4vw 8vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center}
.live-outcomes .dashboard-shell{max-width:1280px;margin:0 auto;position:relative}
.live-outcomes .dashboard-header{max-width:760px;margin:0 auto 2.5rem;text-align:center}
.live-outcomes .eyebrow{font-size:15px}
.live-outcomes .section-title{font-size:clamp(2.4rem,4.5vw,5.1rem)}
.live-outcomes .dashboard-stage{position:relative;max-width:1100px;margin:0 auto;border:1px solid rgba(17,17,17,.12);border-radius:30px;background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(245,245,242,.92));box-shadow:0 26px 60px rgba(0,0,0,.08);overflow:hidden;transform:perspective(1200px) rotateX(0deg);transition:transform .35s var(--ease)}
.live-outcomes .dashboard-stage:hover{transform:perspective(1200px) rotateX(1.1deg) rotateY(-1deg)}
.live-outcomes .dashboard-browser{display:flex;align-items:center;gap:18px;padding:16px 22px;border-bottom:1px solid rgba(17,17,17,.1);background:rgba(17,17,17,.015)}
.live-outcomes .browser-dots{display:flex;gap:8px}
.live-outcomes .browser-dots span{display:block;width:10px;height:10px;border-radius:50%;background:rgba(17,17,17,.65)}
.live-outcomes .browser-dots span:nth-child(2){background:rgba(17,17,17,.45)}
.live-outcomes .browser-dots span:nth-child(3){background:rgba(17,17,17,.3)}
.live-outcomes .browser-title{margin-left:auto;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .dashboard-inner{display:grid;grid-template-columns:1.9fr .9fr;gap:24px;padding:28px}
.live-outcomes .dashboard-main{padding:18px 12px 6px 12px}
.live-outcomes .dashboard-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}
.live-outcomes .metric-lead{display:block;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .metric-heading{display:block;margin-top:6px;font-size:clamp(1.5rem,2vw,2.1rem);font-family:Manrope,sans-serif;letter-spacing:-.05em}
.live-outcomes .metric-badge{padding:8px 12px;border:1px solid rgba(17,17,17,.18);border-radius:999px;background:rgba(17,17,17,.04);font-size:14px;font-weight:800;letter-spacing:.04em}
.live-outcomes .completion-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0 26px;border-bottom:1px solid rgba(17,17,17,.08)}
.live-outcomes .completion-label{display:block;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .completion-value{display:block;margin-top:8px;font-size:clamp(2.2rem,4vw,4rem);font-family:Manrope,sans-serif;letter-spacing:-.06em;line-height:1}
.live-outcomes .completion-ring{position:relative;width:128px;height:128px;display:grid;place-items:center}
.live-outcomes .completion-ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.live-outcomes .ring-track,.live-outcomes .ring-fill{fill:none;stroke-width:10;stroke-linecap:round}
.live-outcomes .ring-track{stroke:rgba(17,17,17,.13)}
.live-outcomes .ring-fill{stroke:var(--ink);stroke-dasharray:301.6;stroke-dashoffset:301.6;transition:stroke-dashoffset 1.6s cubic-bezier(.22,.8,.22,1)}
.live-outcomes .completion-ring span{position:absolute;inset:0;display:grid;place-items:center;font-size:1.15rem;font-weight:800;letter-spacing:-.04em}
.live-outcomes .progress-wrap{padding-top:24px}
.live-outcomes .progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;font-weight:700;margin-bottom:12px}
.live-outcomes .progress-meta strong{font-size:1.1rem}
.live-outcomes .progress-track{position:relative;height:12px;border-radius:999px;overflow:hidden;background:rgba(17,17,17,.12)}
.live-outcomes .progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d0d0d 0%,#606060 52%,#b8b8b8 100%);box-shadow:0 8px 20px rgba(17,17,17,.18);transition:width 1.6s cubic-bezier(.22,.8,.22,1)}
.live-outcomes .chart-panel{margin-top:26px;padding:18px 18px 10px;border:1px solid rgba(17,17,17,.08);border-radius:20px;background:rgba(255,255,255,.45)}
.live-outcomes .chart-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:15px;font-weight:800;letter-spacing:.02em}
.live-outcomes .chart-header strong{font-size:1.2rem;font-family:Manrope,sans-serif;letter-spacing:-.05em}
.live-outcomes .chart-svg{display:block;width:100%;height:190px}
.live-outcomes .chart-grid{fill:none;stroke:rgba(17,17,17,.12);stroke-width:1}
.live-outcomes .chart-line{fill:none;stroke:url(#lineGlow);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:700;stroke-dashoffset:700;transition:stroke-dashoffset 1.8s cubic-bezier(.22,.8,.22,1)}
.live-outcomes .chart-point{fill:#fff;stroke:var(--ink);stroke-width:3}
.live-outcomes .chart-point.active{fill:var(--ink);stroke:#fff;stroke-width:3}
.live-outcomes .kpi-stack{display:grid;gap:18px;padding:18px 0 6px}
.live-outcomes .kpi-card{position:relative;padding:22px 20px;border:1px solid rgba(17,17,17,.1);border-radius:20px;background:linear-gradient(180deg, rgba(255,255,255,.7), rgba(245,245,242,.94));box-shadow:0 18px 28px rgba(17,17,17,.06);transform:translate3d(0,0,0);animation:dashboardFloat 5s ease-in-out infinite}
.live-outcomes .kpi-card:nth-child(2){animation-delay:.55s}
.live-outcomes .kpi-card:nth-child(3){animation-delay:1.1s}
.live-outcomes .kpi-card .kpi-tag{display:block;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.7)}
.live-outcomes .kpi-card .kpi-value{display:block;margin:12px 0 6px;font-size:clamp(2rem,3vw,2.8rem);font-family:Manrope,sans-serif;letter-spacing:-.06em;line-height:1}
.live-outcomes .kpi-card small{font-size:15px;color:rgba(17,17,17,.7)}
.live-outcomes.is-visible .ring-fill{stroke-dashoffset:0}
.live-outcomes.is-visible .chart-line{stroke-dashoffset:0}
.live-outcomes.is-visible .progress-fill{width:var(--final-progress, 0%)}
@keyframes dashboardFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}
@media(max-width:980px){
  .live-outcomes{padding:22vw 5vw 14vw}
  .live-outcomes .dashboard-inner{grid-template-columns:1fr;gap:12px;padding:18px}
  .live-outcomes .dashboard-main{padding:8px 4px 0}
  .live-outcomes .completion-row{padding-bottom:22px}
  .live-outcomes .kpi-stack{grid-template-columns:repeat(3, minmax(0,1fr));padding-top:8px}
}
@media(max-width:640px){
  .live-outcomes .dashboard-header{text-align:left}
  .live-outcomes .section-title{font-size:clamp(2.1rem,9vw,3.1rem)}
  .live-outcomes .dashboard-inner{padding:12px}
  .live-outcomes .kpi-stack{grid-template-columns:1fr}
  .live-outcomes .completion-row{flex-direction:column;align-items:flex-start}
  .live-outcomes .browser-title{font-size:12px;letter-spacing:.06em}
}

/* ============================================
   HOME 2 â€” 04 HOW IT WORKS
   Pinned horizontal timeline: SVG line draws on scroll, nodes pop active in sequence
   ============================================ */
.h2-steps{height:400vh;padding:0;overflow:visible}
.h2-steps-pin{
  position:sticky;top:0;height:100vh;
  display:flex;flex-direction:column;justify-content:center;
  padding:0 6vw;
}
.h2-steps .eyebrow{color:#9c9c9c;text-align:center}
.h2-steps .section-title{color:#fff;text-align:center;margin:0 auto 8vh;font-size:clamp(1.9rem,3.6vw,3.4rem)}

.h2-steps-track{position:relative;max-width:var(--max);margin:0 auto;width:100%}
.h2-steps-svg{position:absolute;top:22px;left:0;width:100%;height:4px;overflow:visible}
.h2-steps-line-base{stroke:rgba(255,255,255,.16);stroke-width:2}
.h2-steps-line-fill{stroke:#fff;stroke-width:2}

.h2-steps-nodes{position:relative;display:flex;justify-content:space-between;gap:24px}
.h2-step-node{
  position:relative;flex:1;display:flex;flex-direction:column;align-items:center;
  text-align:center;opacity:.4;transform:translateY(6px);
  transition:opacity .5s var(--ease),transform .5s var(--ease);
}
.h2-step-dot{
  width:46px;height:46px;border-radius:50%;
  background:var(--black);border:1px solid rgba(255,255,255,.25);
  display:grid;place-items:center;font-size:16px;color:#9c9c9c;
  margin-bottom:18px;transition:.45s var(--ease);
}
.h2-step-num{
  position:absolute;top:-30px;
  font:800 13px/1 Manrope,sans-serif;letter-spacing:.08em;color:#6a6a6a;
  transition:color .4s;
}
.h2-step-label{font:700 17px/1.3 Manrope,sans-serif;color:#e2e2e2;margin-bottom:8px;transition:color .4s}
.h2-step-desc{margin:0;font-size:13.5px;line-height:1.55;color:#8a8a8a;max-width:26ch;transition:color .4s}

.h2-step-node.is-active{opacity:1;transform:translateY(0)}
.h2-step-node.is-active .h2-step-dot{background:#fff;border-color:#fff;color:#050505;transform:scale(1.12)}
.h2-step-node.is-active .h2-step-num{color:#fff}
.h2-step-node.is-active .h2-step-label{color:#fff}
.h2-step-node.is-active .h2-step-desc{color:#c2c2c2}

@media(max-width:900px){
  .h2-steps{height:auto;padding:14vh 0}
  .h2-steps-pin{position:relative;height:auto;padding:0 8vw}
  .h2-steps-svg{display:none}
  .h2-steps-nodes{flex-direction:column;align-items:flex-start;gap:0}
  .h2-step-node{
    flex-direction:row;align-items:flex-start;text-align:left;gap:20px;
    width:100%;padding:0 0 34px 0;opacity:1;transform:none;position:relative;
  }
  .h2-step-node:not(:last-child)::before{
    content:"";position:absolute;left:22px;top:46px;bottom:0;width:1px;
    background:rgba(255,255,255,.18);
  }
  .h2-step-dot{margin-bottom:0;flex-shrink:0;background:#fff;color:#050505;border-color:#fff}
  .h2-step-body{display:flex;flex-direction:column;padding-top:2px}
  .h2-step-num{position:static;order:-1;margin-right:auto;margin-bottom:6px}
  .h2-steps .section-title{text-align:left;margin-bottom:6vh}
  .h2-steps .eyebrow{text-align:left}
}

/* =========================================================
   SECTION 06 â€” TESTIMONIALS CAROUSEL
   Isolated prefix: s6-
   ========================================================= */

.s6-testimonials {
  min-height: 100vh;
  padding: clamp(100px, 10vw, 150px) 4vw clamp(70px, 8vw, 110px);
  overflow:hidden;
  background:var(--paper);
  color:var(--ink);
}

.s6-testimonials-inner {
  width:100%;
  max-width:var(--max);
  margin:0 auto;
}

.s6-testimonials-index {
  margin-bottom:clamp(38px, 6vw, 75px);
  font:700 14px/1.2 Manrope, sans-serif;
  letter-spacing:.16em;
  color:#777;
}

.s6-testimonials-heading {
  max-width:760px;
  margin-bottom:clamp(45px, 7vw, 85px);
}

.s6-testimonials-heading .eyebrow {
  margin-bottom:20px;
}

.s6-testimonials-heading .section-title {
  font-size:clamp(2.6rem, 5vw, 5.4rem);
}

.s6-testimonials-heading .section-title em {
  color:#8b8b8b;
  font-style:italic;
  font-weight:500;
}

.s6-testimonials-intro {
  max-width:540px;
  margin:28px 0 0;
  color:#666;
  font-size:16px;
  line-height:1.7;
}

/* Main layout */
.s6-testimonials-layout {
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(360px, .92fr);
  gap:clamp(28px, 4vw, 64px);
  align-items:stretch;
}

/* Featured testimonial */
.s6-testimonial-featured {
  min-width:0;
  display:grid;
  grid-template-columns:minmax(220px, .84fr) minmax(240px, 1fr);
  min-height:520px;
  background:#111;
  color:#fff;
  overflow:hidden;
}

.s6-testimonial-image-wrap {
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#222;
}

.s6-testimonial-image-wrap img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(100%);
  transform:scale(1.04);
  transition:
    opacity .35s ease,
    transform .8s var(--ease),
    filter .6s ease;
}

.s6-testimonial-featured:hover
.s6-testimonial-image-wrap img {
  filter:grayscale(15%);
  transform:scale(1);
}

.s6-testimonial-image-overlay {
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.05) 30%,
      rgba(0,0,0,.8) 100%
    );
  pointer-events:none;
}

.s6-testimonial-image-meta {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
  display:flex;
  justify-content:space-between;
  gap:15px;
  color:#fff;
  font:700 12px/1.3 Manrope, sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.s6-testimonial-content {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(30px, 4vw, 58px);
}

.s6-testimonial-quote-mark {
  display:block;
  height:58px;
  color:#898989;
  font:800 100px/.8 Georgia, serif;
}

.s6-testimonial-content blockquote {
  margin:20px 0 34px;
  max-width:500px;
  font:600 clamp(1.35rem, 2vw, 2.05rem)/1.25 Manrope, sans-serif;
  letter-spacing:-.045em;
}

.s6-testimonial-person {
  display:flex;
  flex-direction:column;
  gap:7px;
  padding-top:23px;
  border-top:1px solid rgba(255,255,255,.22);
}

.s6-testimonial-person strong {
  font:800 16px/1.2 Manrope, sans-serif;
}

.s6-testimonial-person span {
  color:#a9a9a9;
  font-size:14px;
  line-height:1.4;
}

.s6-testimonial-result {
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:32px;
}

.s6-testimonial-result strong {
  font:800 clamp(2rem, 3vw, 3rem)/1 Manrope, sans-serif;
  letter-spacing:-.06em;
}

.s6-testimonial-result span {
  color:#aaa;
  font-size:13px;
  line-height:1.3;
}

/* Testimonial navigation */
.s6-testimonial-list {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-top:1px solid var(--line);
}

.s6-testimonial-tab {
  position:relative;
  display:grid;
  grid-template-columns:65px 1fr 30px;
  align-items:center;
  gap:18px;
  width:100%;
  min-height:86px;
  padding:17px 0;
  text-align:left;
  border-bottom:1px solid var(--line);
  color:var(--ink);
  opacity:.48;
  transition:
    opacity .35s ease,
    padding .4s var(--ease),
    background .35s ease;
}

.s6-testimonial-tab::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--ink);
  transform:scaleY(0);
  transform-origin:center;
  transition:transform .4s var(--ease);
}

.s6-testimonial-tab.is-active .s6-tab-number {
  background:#111;
  color:#fff;
  border-color:#111;
}

.s6-testimonial-tab:hover,
.s6-testimonial-tab:focus-visible,
.s6-testimonial-tab.is-active {
  opacity:1;
}

.s6-testimonial-tab.is-active {
  padding-left:18px;
  background:rgba(17,17,17,.035);
}

.s6-testimonial-tab.is-active::before {
  transform:scaleY(1);
}

.s6-tab-number {
  font:700 15px/1 Manrope, sans-serif;
  color:#111;
  background:#fff;
  border:1px solid rgba(17,17,17,.18);
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
}

.s6-tab-info {
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}

.s6-tab-info strong {
  font:800 clamp(1rem, 1.35vw, 1.25rem)/1.2 Manrope, sans-serif;
  letter-spacing:-.025em;
}

.s6-tab-info small {
  color:#777;
  font-size:14px;
  line-height:1.3;
}

.s6-testimonial-tab > i {
  justify-self:end;
  font-size:14px;
  transform:rotate(0deg);
  transition:transform .35s var(--ease);
}

.s6-testimonial-tab:hover > i,
.s6-testimonial-tab.is-active > i {
  transform:translate(3px, -3px);
}

/* Bottom line */
.s6-testimonials-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  margin-top:50px;
  padding-top:20px;
  border-top:1px solid var(--line);
  color:#777;
  font:700 12px/1.3 Manrope, sans-serif;
  letter-spacing:.12em;
}

.s6-testimonials-cta {
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding-bottom:8px;
  border-bottom:1px solid currentColor;
  color:var(--ink);
  white-space:nowrap;
  transition:gap .3s var(--ease);
}

.s6-testimonials-cta:hover {
  gap:19px;
}

/* Responsive */
@media(max-width:1050px) {
  .s6-testimonials-layout {
    grid-template-columns:1fr;
    gap:40px;
  }

  .s6-testimonial-featured {
    min-height:460px;
  }

  .s6-testimonial-image-wrap {
    min-height:460px;
  }

  .s6-testimonial-list {
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .s6-testimonial-tab {
    padding:18px 14px;
  }

  .s6-testimonial-tab.is-active {
    padding-left:28px;
  }
}

@media(max-width:650px) {
  .s6-testimonials {
    padding:100px 6vw 70px;
  }

  .s6-testimonials-heading .section-title {
    font-size:clamp(2.35rem, 10vw, 4rem);
  }

  .s6-testimonial-featured {
    display:flex;
    flex-direction:column;
    min-height:0;
  }

  .s6-testimonial-image-wrap {
    min-height:390px;
    height:62vw;
    max-height:490px;
  }

  .s6-testimonial-content {
    min-height:390px;
    padding:32px 25px 38px;
  }

  .s6-testimonial-content blockquote {
    font-size:1.45rem;
  }

  .s6-testimonial-list {
    display:flex;
  }

  .s6-testimonial-tab {
    grid-template-columns:52px 1fr 24px;
    min-height:78px;
    gap:12px;
  }

  .s6-testimonial-tab.is-active {
    padding-left:17px;
  }

  .s6-testimonials-footer {
    align-items:flex-start;
    flex-direction:column;
    gap:22px;
  }
}

@media(prefers-reduced-motion:reduce) {
  .s6-testimonial-image-wrap img,
  .s6-testimonial-tab,
  .s6-testimonial-tab::before,
  .s6-testimonial-tab > i,
  .s6-testimonials-cta {
    transition:none;
  }
}
/* =========================================================
   LEXORA HOME 2 â€” SECTION 07
   PROGRAMME TIERS COMPARISON
   MONOCHROME ONLY
   ========================================================= */

#lx-s7-tiers{
  --lx7-black:#050505;
  --lx7-white:#fff;
  --lx7-paper:#f5f5f2;
  --lx7-soft:#e9e9e5;
  --lx7-muted:#666;
  --lx7-line:rgba(5,5,5,.16);

  position:relative;
  width:100%;
  min-height:auto;
  overflow:hidden;
  background:var(--lx7-paper);
  color:var(--lx7-black);
  padding:clamp(90px,9vw,145px) 4vw clamp(70px,8vw,115px);
}

#lx-s7-tiers *{
  box-sizing:border-box;
}

#lx-s7-tiers .lx-s7-inner{
  width:min(1320px,100%);
  margin:0 auto;
}


/* HEADING */

#lx-s7-tiers .lx-s7-heading{
  display:grid;
  grid-template-columns:160px minmax(0,720px);
  gap:clamp(35px,7vw,110px);
  align-items:start;
  margin-bottom:70px;
}

#lx-s7-tiers .lx-s7-index{
  font:700 14px/1.3 Manrope,sans-serif;
  letter-spacing:.13em;
  color:#555;
}

#lx-s7-tiers .lx-s7-eyebrow{
  margin:0 0 20px;
  font:700 15px/1.35 Manrope,sans-serif;
  letter-spacing:.12em;
  color:#555;
}

#lx-s7-tiers .lx-s7-title{
  margin:0;
  font-family:Manrope,sans-serif;
  font-size:clamp(2.5rem,5vw,5.3rem);
  line-height:.94;
  letter-spacing:-.065em;
  font-weight:800;
  color:#050505;
}

#lx-s7-tiers .lx-s7-title em{
  display:block;
  font-style:normal;
  font-weight:500;
  color:#555;
}

#lx-s7-tiers .lx-s7-intro{
  max-width:650px;
  margin:27px 0 0;
  font-size:16px;
  line-height:1.75;
  color:#555;
}


/* CARD GRID */

#lx-s7-tiers .lx-s7-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}


/* CARD */

#lx-s7-tiers .lx-s7-card{
  position:relative;
  min-height:610px;
  display:flex;
  flex-direction:column;
  padding:30px;
  background:#fff;
  border:1px solid rgba(5,5,5,.14);
  box-shadow:0 12px 30px rgba(5,5,5,.04);
  transition:
    transform .5s cubic-bezier(.22,.8,.22,1),
    box-shadow .5s cubic-bezier(.22,.8,.22,1),
    border-color .35s ease;
}

#lx-s7-tiers .lx-s7-card:hover{
  transform:translateY(-12px);
  box-shadow:0 30px 65px rgba(5,5,5,.14);
  border-color:#050505;
}


/* FEATURED */

#lx-s7-tiers .lx-s7-card-featured{
  transform:translateY(-20px);
  background:#050505;
  color:#fff;
  border-color:#050505;
  box-shadow:0 28px 70px rgba(5,5,5,.2);
}

#lx-s7-tiers .lx-s7-card-featured:hover{
  transform:translateY(-30px);
  box-shadow:0 38px 80px rgba(5,5,5,.28);
}


/* MOST POPULAR */

#lx-s7-tiers .lx-s7-popular{
  position:absolute;
  top:0;
  right:0;
  padding:9px 14px;
  background:#fff;
  color:#050505;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  font:700 14px/1 Manrope,sans-serif;
  letter-spacing:.08em;
}


/* CARD TOP */

#lx-s7-tiers .lx-s7-card-top{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:32px;
}

#lx-s7-tiers .lx-s7-number{
  font:800 15px/1 Manrope,sans-serif;
  letter-spacing:.04em;
}

#lx-s7-tiers .lx-s7-card-line{
  flex:1;
  height:1px;
  background:rgba(5,5,5,.16);
}

#lx-s7-tiers .lx-s7-card-type{
  font:700 14px/1.2 Manrope,sans-serif;
  letter-spacing:.08em;
  color:#666;
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-card-line{
  background:rgba(255,255,255,.28);
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-card-type{
  color:#bdbdbd;
}


/* CONTENT */

#lx-s7-tiers .lx-s7-card-content{
  flex:1;
  padding-top:60px;
}

#lx-s7-tiers .lx-s7-card h3{
  margin:0;
  max-width:390px;
  font:800 clamp(1.9rem,2.6vw,2.75rem)/.98 Manrope,sans-serif;
  letter-spacing:-.055em;
  color:#050505;
}

#lx-s7-tiers .lx-s7-card-featured h3{
  color:#fff;
}

#lx-s7-tiers .lx-s7-card-description{
  max-width:390px;
  margin:24px 0 0;
  font-size:16px;
  line-height:1.7;
  color:#5b5b5b;
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-card-description{
  color:#c9c9c9;
}


/* DIVIDER */

#lx-s7-tiers .lx-s7-divider{
  width:100%;
  height:1px;
  margin:34px 0 25px;
  background:rgba(5,5,5,.13);
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-divider{
  background:rgba(255,255,255,.2);
}

#lx-s7-tiers .lx-s7-includes{
  margin:0 0 18px;
  font:700 14px/1.3 Manrope,sans-serif;
  letter-spacing:.1em;
  color:#555;
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-includes{
  color:#bbb;
}


/* FEATURES */

#lx-s7-tiers .lx-s7-features{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}

#lx-s7-tiers .lx-s7-features li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:15px;
  line-height:1.5;
  color:#222;
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-features li{
  color:#eee;
}

#lx-s7-tiers .lx-s7-features i{
  flex:0 0 18px;
  margin-top:3px;
  font-size:14px;
  color:#050505;
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-features i{
  color:#fff;
}


/* CTA */

#lx-s7-tiers .lx-s7-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  width:100%;
  padding:17px 0 4px;
  border-top:1px solid rgba(5,5,5,.18);
  color:#050505;
  font:700 15px/1.4 Manrope,sans-serif;
  transition:gap .35s ease,border-color .35s ease;
}

#lx-s7-tiers .lx-s7-card-featured .lx-s7-cta{
  color:#fff;
  border-color:rgba(255,255,255,.25);
}

#lx-s7-tiers .lx-s7-cta:hover{
  gap:24px;
}

#lx-s7-tiers .lx-s7-cta i{
  font-size:15px;
  transition:transform .35s ease;
}

#lx-s7-tiers .lx-s7-cta:hover i{
  transform:translate(3px,-3px);
}


/* BOTTOM NOTE */

#lx-s7-tiers .lx-s7-bottom-note{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:65px;
  color:#666;
  font:700 14px/1.3 Manrope,sans-serif;
  letter-spacing:.1em;
  text-align:center;
}

#lx-s7-tiers .lx-s7-bottom-rule{
  flex:1;
  height:1px;
  background:rgba(5,5,5,.14);
}


/* =========================================================
   SECTION 08 â€” FINAL CTA
   ========================================================= */

#lx-s8-final{
  --lx8-black:#050505;
  --lx8-white:#fff;
  --lx8-muted:#aaa;
  --lx8-line:rgba(255,255,255,.18);

  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  background:#050505;
  color:#fff;
  padding:clamp(90px,9vw,145px) 4vw 45px;
}

#lx-s8-final *{
  box-sizing:border-box;
}


/* GRID */

#lx-s8-final .lx-s8-grid-lines{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.2;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(
    to bottom,
    transparent 0%,
    #000 18%,
    #000 82%,
    transparent 100%
  );
}


/* DRIFTING MONOCHROME SHAPES */

#lx-s8-final .lx-s8-drift{
  position:absolute;
  pointer-events:none;
  border-radius:50%;
  filter:blur(50px);
  opacity:.16;
  mix-blend-mode:screen;
}

#lx-s8-final .lx-s8-drift-one{
  width:360px;
  height:360px;
  top:5%;
  right:8%;
  background:radial-gradient(
    circle,
    rgba(255,255,255,.55) 0%,
    rgba(255,255,255,.15) 35%,
    transparent 72%
  );
  animation:lxS8DriftOne 14s ease-in-out infinite alternate;
}

#lx-s8-final .lx-s8-drift-two{
  width:300px;
  height:300px;
  bottom:4%;
  left:5%;
  background:radial-gradient(
    circle,
    rgba(255,255,255,.35) 0%,
    rgba(255,255,255,.1) 38%,
    transparent 72%
  );
  animation:lxS8DriftTwo 17s ease-in-out infinite alternate;
}

@keyframes lxS8DriftOne{
  from{
    transform:translate3d(0,0,0) scale(1);
  }
  to{
    transform:translate3d(-80px,55px,0) scale(1.18);
  }
}

@keyframes lxS8DriftTwo{
  from{
    transform:translate3d(0,0,0) scale(.9);
  }
  to{
    transform:translate3d(75px,-65px,0) scale(1.15);
  }
}


/* MAIN */

#lx-s8-final .lx-s8-inner{
  position:relative;
  z-index:2;
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,520px);
  gap:clamp(60px,9vw,150px);
  align-items:center;
}


/* LEFT CONTENT */

#lx-s8-final .lx-s8-content{
  max-width:700px;
}

#lx-s8-final .lx-s8-index{
  display:block;
  margin-bottom:65px;
  font:700 14px/1.3 Manrope,sans-serif;
  letter-spacing:.13em;
  color:#aaa;
}

#lx-s8-final .lx-s8-eyebrow{
  margin:0 0 20px;
  font:700 15px/1.35 Manrope,sans-serif;
  letter-spacing:.12em;
  color:#aaa;
}

#lx-s8-final .lx-s8-title{
  margin:0;
  font:800 clamp(3rem,6vw,6.6rem)/.91 Manrope,sans-serif;
  letter-spacing:-.07em;
  color:#fff;
}

#lx-s8-final .lx-s8-title em{
  display:block;
  font-style:normal;
  font-weight:500;
  color:#d5d5d5;
}

#lx-s8-final .lx-s8-description{
  max-width:600px;
  margin:32px 0 0;
  font-size:16px;
  line-height:1.75;
  color:#d7d7d7;
}


/* TRUST */

#lx-s8-final .lx-s8-trust{
  display:flex;
  align-items:center;
  gap:16px;
  max-width:570px;
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.18);
}

#lx-s8-final .lx-s8-trust-icon{
  flex:0 0 46px;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.4);
  color:#fff;
  font-size:16px;
}

#lx-s8-final .lx-s8-trust strong{
  display:block;
  font:700 15px/1.45 Manrope,sans-serif;
  color:#fff;
}

#lx-s8-final .lx-s8-trust div span{
  display:block;
  margin-top:5px;
  font-size:14px;
  line-height:1.5;
  color:#aaa;
}


/* PROOF */

#lx-s8-final .lx-s8-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px 28px;
  margin-top:42px;
}

#lx-s8-final .lx-s8-proof span{
  font:700 14px/1.4 Manrope,sans-serif;
  letter-spacing:.08em;
  color:#777;
}


/* FORM CARD */

#lx-s8-final .lx-s8-form-card{
  position:relative;
  padding:35px;
  background:#f5f5f3;
  color:#050505;
  box-shadow:0 35px 90px rgba(0,0,0,.45);
  transform-origin:center;
  transition:transform .45s ease,box-shadow .45s ease;
}

#lx-s8-final .lx-s8-form-card:hover{
  transform:translateY(-8px);
  box-shadow:0 45px 105px rgba(0,0,0,.55);
}


/* FORM HEADING */

#lx-s8-final .lx-s8-form-heading{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding-bottom:27px;
  border-bottom:1px solid rgba(5,5,5,.14);
}

#lx-s8-final .lx-s8-form-number{
  font:800 15px/1 Manrope,sans-serif;
  color:#666;
}

#lx-s8-final .lx-s8-form-eyebrow{
  margin:0 0 9px;
  font:700 14px/1.3 Manrope,sans-serif;
  letter-spacing:.1em;
  color:#666;
}

#lx-s8-final .lx-s8-form-heading h3{
  margin:0;
  font:800 clamp(1.7rem,2.5vw,2.4rem)/.98 Manrope,sans-serif;
  letter-spacing:-.055em;
  color:#050505;
}


/* FORM */

#lx-s8-final .lx-s8-form{
  padding-top:30px;
}

#lx-s8-final .lx-s8-field{
  margin-bottom:22px;
}

#lx-s8-final .lx-s8-field label{
  display:block;
  margin-bottom:8px;
  font:700 14px/1.35 Manrope,sans-serif;
  color:#222;
}

#lx-s8-final .lx-s8-input-wrap{
  position:relative;
}

#lx-s8-final .lx-s8-input-wrap input{
  width:100%;
  height:48px;
  padding:4px 0 11px;
  border:0;
  border-bottom:1px solid #bdbdbd;
  outline:0;
  background:transparent;
  color:#111111;
  font:600 15px/1.4 "DM Sans",sans-serif;
  border-radius:0;
  transition:border-color .25s ease;
}

#lx-s8-final .lx-s8-input-wrap input::placeholder{
  color:#6d6d6d;
}

#lx-s8-final .lx-s8-input-wrap input:focus{
  border-color:#050505;
}

#lx-s8-final .lx-s8-input-line{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:#050505;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .45s cubic-bezier(.22,.8,.22,1);
}

#lx-s8-final .lx-s8-input-wrap:focus-within .lx-s8-input-line{
  transform:scaleX(1);
}


/* ERROR */

#lx-s8-final .lx-s8-error{
  display:block;
  min-height:19px;
  padding-top:5px;
  font-size:14px;
  line-height:1.35;
  color:#1b1b1b;
}


/* SUBMIT */

#lx-s8-final .lx-s8-submit{
  position:relative;
  width:100%;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-top:8px;
  padding:0 18px 0 22px;
  background:#050505;
  color:#fff;
  border:1px solid #050505;
  font:700 15px/1.3 Manrope,sans-serif;
  cursor:pointer;
  overflow:hidden;
  transition:background .3s ease,color .3s ease,transform .3s ease;
}

#lx-s8-final .lx-s8-submit:hover{
  transform:translateY(-2px);
  background:#fff;
  color:#050505;
  border-color:#050505;
}

#lx-s8-final .lx-s8-submit-arrow{
  transition:transform .35s ease;
}

#lx-s8-final .lx-s8-submit:hover .lx-s8-submit-arrow{
  transform:translateX(4px);
}


/* SUCCESS ICON */

#lx-s8-final .lx-s8-success-icon{
  position:absolute;
  left:50%;
  top:50%;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#050505;
  border-radius:50%;
  opacity:0;
  transform:translate(-50%,-50%) scale(.2);
}

#lx-s8-final .lx-s8-submit.is-success{
  justify-content:center;
  background:#fff;
  color:#050505;
}

#lx-s8-final .lx-s8-submit.is-success .lx-s8-submit-text,
#lx-s8-final .lx-s8-submit.is-success .lx-s8-submit-arrow{
  opacity:0;
}

#lx-s8-final .lx-s8-submit.is-success .lx-s8-success-icon{
  animation:lxS8CheckPop .55s cubic-bezier(.22,.8,.22,1) forwards;
}

@keyframes lxS8CheckPop{
  0%{
    opacity:0;
    transform:translate(-50%,-50%) scale(.2);
  }
  65%{
    opacity:1;
    transform:translate(-50%,-50%) scale(1.2);
  }
  100%{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
  }
}


/* FORM STATUS */

#lx-s8-final .lx-s8-form-status{
  min-height:21px;
  margin:13px 0 0;
  font-size:14px;
  line-height:1.45;
  color:#1b1b1b;
}


/* FOOTER LINE */

#lx-s8-final .lx-s8-footer-line{
  position:relative;
  z-index:2;
  width:min(1320px,100%);
  margin:90px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.15);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font:700 14px/1.4 Manrope,sans-serif;
  letter-spacing:.08em;
  color:#777;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1050px){

  #lx-s7-tiers .lx-s7-heading{
    grid-template-columns:1fr;
    gap:25px;
  }

  #lx-s7-tiers .lx-s7-grid{
    grid-template-columns:1fr;
  }

  #lx-s7-tiers .lx-s7-card{
    min-height:auto;
  }

  #lx-s7-tiers .lx-s7-card-featured{
    transform:none;
  }

  #lx-s7-tiers .lx-s7-card-featured:hover{
    transform:translateY(-12px);
  }

  #lx-s8-final .lx-s8-inner{
    grid-template-columns:1fr;
    gap:70px;
  }

  #lx-s8-final .lx-s8-content{
    max-width:760px;
  }

  #lx-s8-final .lx-s8-form-wrap{
    width:min(560px,100%);
  }

}


@media(max-width:700px){

  #lx-s7-tiers{
    padding:80px 20px;
  }

  #lx-s7-tiers .lx-s7-heading{
    margin-bottom:45px;
  }

  #lx-s7-tiers .lx-s7-title{
    font-size:clamp(2.4rem,11vw,4rem);
  }

  #lx-s7-tiers .lx-s7-card{
    padding:25px;
  }

  #lx-s7-tiers .lx-s7-card-content{
    padding-top:45px;
  }

  #lx-s7-tiers .lx-s7-bottom-note{
    display:none;
  }


  #lx-s8-final{
    min-height:auto;
    padding:80px 20px 35px;
  }

  #lx-s8-final .lx-s8-index{
    margin-bottom:45px;
  }

  #lx-s8-final .lx-s8-title{
    max-width:520px;
    font-size:clamp(2.7rem,12vw,4.5rem);
    line-height:.92;
    letter-spacing:-.055em;
  }

  #lx-s8-final .lx-s8-title em{
    display:inline;
    font-weight:600;
  }

  #lx-s8-final .lx-s8-description{
    max-width:520px;
    font-size:15px;
  }

  #lx-s8-final .lx-s8-form-card{
    padding:25px;
  }

  #lx-s8-final .lx-s8-footer-line{
    margin-top:65px;
    flex-direction:column;
    gap:8px;
  }

  #lx-s8-final .lx-s8-drift{
    opacity:.1;
  }

}


@media(max-width:420px){

  #lx-s7-tiers .lx-s7-card-top{
    flex-wrap:wrap;
  }

  #lx-s7-tiers .lx-s7-card-line{
    min-width:30px;
  }

  #lx-s7-tiers .lx-s7-card-type{
    width:100%;
  }

  #lx-s8-final .lx-s8-trust{
    align-items:flex-start;
  }

  #lx-s8-final .lx-s8-proof{
    gap:10px 16px;
  }

}


/* REDUCED MOTION */

@media(prefers-reduced-motion:reduce){

  #lx-s8-final .lx-s8-drift-one,
  #lx-s8-final .lx-s8-drift-two{
    animation:none;
  }

  #lx-s7-tiers .lx-s7-card,
  #lx-s8-final .lx-s8-form-card{
    transition:none;
  }

}
/* =========================================================
   LEXORA ABOUT US â€” SECTION 01 HERO
   Namespace: lx-about-banner
   60VH / NO NAVBAR OVERLAP
   ========================================================= */

#lxAboutBanner {
    --lx-ab-black: #050505;
    --lx-ab-white: #ffffff;
    --lx-ab-grey: #bdbdbd;

    position: relative;

    width: 100%;

    /*
      IMPORTANT:
      Hero is normal-flow content.
      It does NOT use position:fixed or absolute top offsets.
      Therefore it cannot sit underneath the navbar.
    */

    height: 65vh;
    min-height: 520px;
    max-height: 760px;

    overflow: hidden;

    background: #050505;
    color: #ffffff;

    isolation: isolate;
}


/* =========================================================
   IMAGE
   ========================================================= */

#lxAboutBanner .lx-about-banner-media {
    position: absolute;
    inset: 0;

    z-index: -3;

    overflow: hidden;
}


#lxAboutBanner .lx-about-banner-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    /*
      Change this if your image composition is different.
    */
    object-position: center center;

    filter:
        grayscale(100%)
        contrast(1.08)
        brightness(.62);

    transform: scale(1.04);

    transition:
        transform 1.4s cubic-bezier(.22,.8,.22,1),
        filter .6s ease;
}


/* =========================================================
   IMAGE OVERLAY
   ========================================================= */

#lxAboutBanner .lx-about-banner-overlay {
    position: absolute;
    inset: 0;

    z-index: -2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.96) 0%,
            rgba(0,0,0,.82) 30%,
            rgba(0,0,0,.48) 58%,
            rgba(0,0,0,.58) 100%
        );
}


/*
   Bottom cinematic shade
*/

#lxAboutBanner::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 35%;

    z-index: -1;

    pointer-events: none;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.7),
            transparent
        );
}


/* =========================================================
   CONTENT
   ========================================================= */

#lxAboutBanner .lx-about-banner-content {
    position: relative;

    z-index: 3;

    width: min(1380px, calc(100% - 48px));

    box-sizing: border-box;

    height: 100%;

    margin: 0 auto;

    display: flex;
    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    padding: 64px 0;

    /*
      Keeps content safely inside the hero,
      away from the existing navbar.
    */

    opacity: 0;

    transform: translateY(35px);
}


/* =========================================================
   INDEX
   ========================================================= */

#lxAboutBanner .lx-about-banner-index {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-left: auto;
    margin-right: auto;

    margin-bottom: 18px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 800;

    line-height: 1.4;

    letter-spacing: .16em;

    text-transform: uppercase;
}


#lxAboutBanner .lx-about-banner-index-line {
    width: 42px;
    height: 1px;

    display: block;

    background: #ffffff;
}


/* =========================================================
   EYEBROW
   ========================================================= */

#lxAboutBanner .lx-about-banner-eyebrow {
    margin: 0 0 12px;

    color: #c9c9c9;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.5;

    letter-spacing: .15em;
}


/* =========================================================
   TITLE
   ========================================================= */

#lxAboutBanner .lx-about-banner-title {
    max-width: 760px;

    margin: 0 auto;

    color: #ffffff;

    font-size:
        clamp(42px, 5.6vw, 76px);

    font-weight: 800;

    line-height: .98;

    letter-spacing: -.045em;
}


#lxAboutBanner .lx-about-banner-title span {
    display: block;

    color: #a9a9a9;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

#lxAboutBanner .lx-about-banner-description {
    max-width: 610px;

    margin: 22px auto 0;

    color: #dedede;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.7;
}


/* =========================================================
   ACTIONS
   ========================================================= */

#lxAboutBanner .lx-about-banner-actions {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 28px;
}


/* =========================================================
   PRIMARY BUTTON
   ========================================================= */

#lxAboutBanner .lx-about-banner-button {
    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    min-height: 50px;

    padding: 0 22px;

    overflow: hidden;

    color: #050505;

    background: #ffffff;

    border: 1px solid #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    transition:
        color .35s ease,
        transform .35s ease;
}


#lxAboutBanner .lx-about-banner-button::before {
    content: "";

    position: absolute;

    inset: 0;

    background: #050505;

    transform: translateY(101%);

    transition:
        transform .4s cubic-bezier(.22,.8,.22,1);

    z-index: 0;
}


#lxAboutBanner .lx-about-banner-button span,
#lxAboutBanner .lx-about-banner-button i {
    position: relative;

    z-index: 1;
}


#lxAboutBanner .lx-about-banner-button:hover {
    color: #ffffff;

    transform: translateY(-3px);
}


#lxAboutBanner .lx-about-banner-button:hover::before {
    transform: translateY(0);
}


#lxAboutBanner .lx-about-banner-button i {
    transition: transform .3s ease;
}


#lxAboutBanner .lx-about-banner-button:hover i {
    transform: translate(3px, -3px);
}


/* =========================================================
   SECONDARY LINK
   ========================================================= */

#lxAboutBanner .lx-about-banner-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 50px;

    color: #ffffff;

    border-bottom: 1px solid rgba(255,255,255,.5);

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition:
        gap .3s ease,
        border-color .3s ease;
}


#lxAboutBanner .lx-about-banner-link:hover {
    gap: 15px;

    border-color: #ffffff;
}


/* =========================================================
   BOTTOM META
   ========================================================= */

#lxAboutBanner .lx-about-banner-meta {
    position: absolute;

    left: 50%;
    bottom: 20px;

    z-index: 5;

    width: min(1380px, calc(100% - 48px));

    box-sizing: border-box;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    gap: 13px;

    color: #a9a9a9;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .1em;

    pointer-events: none;
}


#lxAboutBanner .lx-about-banner-meta-line {
    display: block;

    width: 48px;
    height: 1px;

    background: rgba(255,255,255,.35);
}


/* =========================================================
   ACTIVE HERO ANIMATION
   ========================================================= */

#lxAboutBanner.is-visible
.lx-about-banner-content {

    opacity: 1;

    transform: translateY(0);

    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.22,.8,.22,1);
}


#lxAboutBanner.is-visible
.lx-about-banner-image {

    transform: scale(1.08);

    transition:
        transform 1.5s cubic-bezier(.22,.8,.22,1);
}


/* =========================================================
   DESKTOP HOVER IMAGE
   ========================================================= */

@media (min-width: 1024px) {

    #lxAboutBanner:hover
    .lx-about-banner-image {

        transform: scale(1.11);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1023px) {

    #lxAboutBanner {

        height: 65vh;

        min-height: 500px;
    }


    #lxAboutBanner .lx-about-banner-content {

        width: 90%;

        padding: 64px 0;
    }


    #lxAboutBanner .lx-about-banner-title {

        font-size:
            clamp(40px, 6vw, 62px);
    }


    #lxAboutBanner .lx-about-banner-description {

        max-width: 530px;

        font-size: 15px;
    }


    #lxAboutBanner .lx-about-banner-overlay {

        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.96) 0%,
                rgba(0,0,0,.78) 45%,
                rgba(0,0,0,.52) 100%
            );
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #lxAboutBanner {

        height: 65vh;

        min-height: 620px;

        max-height: none;
    }


    #lxAboutBanner .lx-about-banner-content {

        width: 100%;

        box-sizing: border-box;

        height: 100%;

        padding: 72px 24px;

        justify-content: center;
    }


    #lxAboutBanner .lx-about-banner-index {

        margin-bottom: 15px;

        font-size: 14px;
    }


    #lxAboutBanner .lx-about-banner-eyebrow {

        font-size: 14px;
    }


    #lxAboutBanner .lx-about-banner-title {

        max-width: 100%;

        font-size:
            clamp(38px, 11vw, 54px);

        line-height: 1;
    }


    #lxAboutBanner .lx-about-banner-description {

        max-width: 100%;

        margin-top: 20px;

        font-size: 15px;

        line-height: 1.65;
    }


    #lxAboutBanner .lx-about-banner-actions {

        align-items: flex-start;

        flex-wrap: wrap;

        gap: 15px;

        margin-top: 24px;
    }


    #lxAboutBanner .lx-about-banner-button,
    #lxAboutBanner .lx-about-banner-link {

        min-height: 48px;
    }


    #lxAboutBanner .lx-about-banner-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,.62) 0%,
                rgba(0,0,0,.78) 42%,
                rgba(0,0,0,.93) 100%
            );
    }


    #lxAboutBanner .lx-about-banner-image {

        object-position: center center;

        filter:
            grayscale(100%)
            contrast(1.08)
            brightness(.55);
    }


    #lxAboutBanner .lx-about-banner-meta {

        bottom: 17px;

        width: calc(100% - 48px);

        font-size: 14px;

        gap: 9px;
    }


    #lxAboutBanner .lx-about-banner-meta-line {

        flex: 1;

        max-width: 50px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    #lxAboutBanner {

        min-height: 620px;
    }


    #lxAboutBanner .lx-about-banner-content {

        padding: 70px 20px;
    }


    #lxAboutBanner .lx-about-banner-title {

        font-size: 38px;
    }


    #lxAboutBanner .lx-about-banner-description {

        font-size: 14px;
    }


    #lxAboutBanner .lx-about-banner-actions {

        flex-direction: column;

        align-items: flex-start;
    }


    #lxAboutBanner .lx-about-banner-meta {

        width: calc(100% - 40px);

        font-size: 14px;
    }
}


/* ===========================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #lxAboutBanner *,
    #lxAboutBanner *::before,
    #lxAboutBanner *::after {

        animation-duration: .01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: .01ms !important;

        scroll-behavior: auto !important;
    }

}
/* =========================================================
   LEXORA ABOUT US â€” SECTION 2
   SCROLL SPLIT IMAGE EXPERIENCE
========================================================= */

.lx-about-split {
    position: relative;
    width: 100%;
    height: 260vh;
    background: #f3f3f3;
    color: #080808;
    overflow: clip;
    scroll-margin-top: 100px;
}

.lx-about-split-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
}


/* =========================================================
   BACKGROUND GRID
========================================================= */

.lx-about-split-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.38;

    background-image:
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.055) 1px,
            transparent 1px
        );

    background-size: 90px 90px;

    transform: scale(1.08);
    transition: transform 1.5s ease;
}


/* =========================================================
   CENTRAL CONTENT
========================================================= */

.lx-about-split-content {
    position: absolute;
    z-index: 20;

    left: 50%;
    top: 50%;

    width: min(620px, 46vw);

    transform:
        translate(-50%, -50%)
        translateY(40px);

    text-align: center;

    opacity: 0;

    transition:
        opacity 0.9s ease,
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);

    pointer-events: none;
}

.lx-about-split.is-active
.lx-about-split-content {
    opacity: 1;

    transform:
        translate(-50%, -50%)
        translateY(0);
}


/* =========================================================
   SECTION NUMBER
========================================================= */

.lx-about-split-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-bottom: 26px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lx-about-split-number span:first-child {
    display: block;

    width: 34px;
    height: 1px;

    background: currentColor;
    opacity: 0.45;
}

.lx-about-split-number strong {
    font-size: 16px;
    font-weight: 800;
}

.lx-about-split-number span:last-child {
    opacity: 0.55;
}


/* =========================================================
   EYEBROW
========================================================= */

.lx-about-split-eyebrow {
    margin: 0 0 18px;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.lx-about-split-title {
    margin: 0;

    font-size: clamp(42px, 5.2vw, 78px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.lx-about-split-title span {
    display: block;

    font-weight: 400;
    font-style: italic;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lx-about-split-description {
    max-width: 560px;

    margin: 30px auto 0;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;

    color: #4c4c4c;
}


/* =========================================================
   META NUMBERS
========================================================= */

.lx-about-split-meta {
    display: flex;
    justify-content: center;

    gap: 42px;

    margin-top: 38px;
}

.lx-about-split-meta-item {
    display: flex;
    flex-direction: column;

    gap: 5px;

    text-align: center;
}

.lx-about-split-meta-item strong {
    font-size: 14px;
    font-weight: 800;
}

.lx-about-split-meta-item span {
    font-size: 14px;
    font-weight: 600;

    color: #686868;
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.lx-about-split-scroll {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 48px;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;

    opacity: 0.6;
}

.lx-about-split-scroll-line {
    width: 35px;
    height: 1px;

    background: currentColor;
}

.lx-about-split-scroll i {
    font-size: 12px;
}


/* =========================================================
   IMAGE SYSTEM
========================================================= */

.lx-about-split-image {
    position: absolute;

    z-index: 8;

    display: block;

    width: clamp(215px, calc(16vw + 60px), 300px);
    height: clamp(255px, calc(29vh + 42px), 322px);

    overflow: hidden;

    text-decoration: none;

    border-radius: 22px;

    background: #d7d7d7;

    opacity: 0;

    transform:
        translate(-50%, -50%)
        scale(0.48)
        rotate(0deg);

    transition:
        opacity 0.35s ease,
        transform 0.1s linear;

    pointer-events: none;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.14);
}


/* Image inner */

.lx-about-split-image-inner {
    position: absolute;
    inset: 0;

    overflow: hidden;
}

.lx-about-split-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter: grayscale(100%);

    transform: scale(1.04);

    transition:
        filter 0.7s ease,
        transform 0.7s ease;
}


/* =========================================================
   IMAGE LABEL
========================================================= */

.lx-about-split-image-label {
    position: absolute;

    left: 16px;
    bottom: 16px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 8px 11px;

    background: rgba(255, 255, 255, 0.94);
    color: #080808;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;

    opacity: 0;

    transform: translateY(12px);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.lx-about-split-image-label i {
    font-size: 11px;
}


/* =========================================================
   IMAGE POSITIONS
========================================================= */

/* Left top */

.lx-split-image-01 {
    left: 50%;
    top: 35%;
}

/* Left bottom */

.lx-split-image-02 {
    left: 50%;
    top: 66%;

}

/* Right top */

.lx-split-image-03 {
    left: 50%;
    top: 34%;

}

/* Right bottom */

.lx-split-image-04 {
    left: 50%;
    top: 67%;

}


/* =========================================================
   ACTIVE IMAGE STATES
========================================================= */

.lx-about-split-image.is-visible {
    opacity: 1;
}


/* =========================================================
   FINAL IMAGE POSITIONS
========================================================= */

.lx-about-split.split-complete
.lx-split-image-01 {
    transform:
        translate(-50%, -50%)
        translateX(calc(-50vw + 185px))
        rotate(0deg)
        scale(1);
}

.lx-about-split.split-complete
.lx-split-image-02 {
    transform:
        translate(-50%, -50%)
        translateX(calc(-50vw + 145px))
        translateY(75px)
        rotate(0deg)
        scale(1);
}

.lx-about-split.split-complete
.lx-split-image-03 {
    transform:
        translate(-50%, -50%)
        translateX(calc(50vw - 170px))
        rotate(0deg)
        scale(1);
}

.lx-about-split.split-complete
.lx-split-image-04 {
    transform:
        translate(-50%, -50%)
        translateX(calc(50vw - 150px))
        translateY(70px)
        rotate(0deg)
        scale(1);
}


/* =========================================================
   IMAGE HOVER
========================================================= */

.lx-about-split-image:hover img {
    filter: grayscale(0%);
    transform: scale(1.09);
}

.lx-about-split-image:hover
.lx-about-split-image-label {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   PROGRESS INDICATOR
========================================================= */

.lx-about-split-progress {
    position: absolute;

    right: 34px;
    bottom: 34px;

    z-index: 30;

    display: flex;
    align-items: center;

    gap: 12px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;

    opacity: 0.65;
}

.lx-about-split-progress-line {
    position: relative;

    width: 70px;
    height: 1px;

    background: rgba(0, 0, 0, 0.22);
}

.lx-about-split-progress-line::after {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: var(--lx-progress, 0%);
    height: 100%;

    background: #080808;

    transition: width 0.08s linear;
}


/* =========================================================
   DESKTOP IMAGE EMERGENCE
========================================================= */

.lx-about-split.has-images
.lx-about-split-image {
    opacity: 1;
}


/* =========================================================
   MEDIUM LAPTOP
========================================================= */

@media (max-width: 1023px) {

    .lx-about-split-image {
        width: 245px;
        height: 295px;
    }

    .lx-about-split-content {
        width: min(560px, 47vw);
    }

    .lx-about-split-title {
        font-size: clamp(40px, 5vw, 66px);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1023px) {

    .lx-about-split {
        height: 240vh;
    }

    .lx-about-split-sticky {
        min-height: 700px;
    }

    .lx-about-split-content {
        width: min(560px, 60vw);
    }

    .lx-about-split-title {
        font-size: clamp(40px, 6vw, 62px);
    }

    .lx-about-split-description {
        font-size: 15px;
    }

    .lx-about-split-meta {
        gap: 28px;
    }

    .lx-about-split-image {
        width: 210px;
        height: 255px;
    }

    .lx-about-split-progress {
        right: 22px;
        bottom: 22px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lx-about-split {
        height: 210vh;
    }

    .lx-about-split-sticky {
        height: 100svh;
        min-height: 650px;
    }

    .lx-about-split-content {
        width: calc(100% - 42px);

        top: 48%;

        transform:
            translate(-50%, -50%)
            translateY(30px);
    }

    .lx-about-split.is-active
    .lx-about-split-content {
        transform:
            translate(-50%, -50%)
            translateY(0);
    }

    .lx-about-split-number {
        margin-bottom: 20px;
    }

    .lx-about-split-eyebrow {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .lx-about-split-title {
        font-size: clamp(38px, 12vw, 54px);
        line-height: 0.98;
    }

    .lx-about-split-description {
        margin-top: 24px;

        font-size: 14px;
        line-height: 1.75;
    }

    .lx-about-split-meta {
        gap: 18px;
        margin-top: 28px;
    }

    .lx-about-split-meta-item span {
        font-size: 13px;
    }

    .lx-about-split-scroll {
        margin-top: 30px;
        font-size: 12px;
    }

    /* Images stay smaller on mobile */

    .lx-about-split-image {
        width: 130px;
        height: 175px;
        border-radius: 16px;
    }

    .lx-split-image-02 {
    }

    .lx-split-image-03 {
    }

    .lx-split-image-04 {
    }

    .lx-about-split-image-label {
        display: none;
    }

    .lx-about-split-progress {
        right: 18px;
        bottom: 18px;

        font-size: 11px;
    }

    .lx-about-split-progress-line {
        width: 45px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lx-about-split {
        height: 205vh;
    }

    .lx-about-split-content {
        width: calc(100% - 32px);
    }

    .lx-about-split-title {
        font-size: 38px;
    }

    .lx-about-split-description {
        font-size: 14px;
    }

    .lx-about-split-meta {
        gap: 13px;
    }

    .lx-about-split-meta-item strong {
        font-size: 13px;
    }

    .lx-about-split-meta-item span {
        font-size: 12px;
    }

    .lx-about-split-image {
        width: 105px;
        height: 145px;
        border-radius: 14px;
    }

    .lx-split-image-02 {
    }

    .lx-split-image-03 {
    }

    .lx-split-image-04 {
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .lx-about-split-content,
    .lx-about-split-image,
    .lx-about-split-image img,
    .lx-about-split-grid {
        transition: none !important;
    }

    .lx-about-split {
        height: auto;
    }

    .lx-about-split-sticky {
        position: relative;
        height: auto;
        min-height: 720px;
    }
}
/* =========================================================
   LEXORA ABOUT US â€” SECTION 2
   SCROLL SPLIT IMAGE EXPERIENCE
========================================================= */

.lx-about-split {
    position: relative;
    width: 100%;
    height: 260vh;
    background: #f3f3f3;
    color: #080808;
    overflow: clip;
    scroll-margin-top: 100px;
}

.lx-about-split-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    isolation: isolate;
}


/* =========================================================
   BACKGROUND GRID
========================================================= */

.lx-about-split-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.38;

    background-image:
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.055) 1px,
            transparent 1px
        );

    background-size: 90px 90px;

    transform: scale(1.08);
    transition: transform 1.5s ease;
}


/* =========================================================
   CENTRAL CONTENT
========================================================= */

.lx-about-split-content {
    position: absolute;
    z-index: 20;

    left: 50%;
    top: 50%;

    width: min(620px, 46vw);

    transform:
        translate(-50%, -50%)
        translateY(40px);

    text-align: center;

    opacity: 0;

    transition:
        opacity 0.9s ease,
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);

    pointer-events: none;
}

.lx-about-split.is-active
.lx-about-split-content {
    opacity: 1;

    transform:
        translate(-50%, -50%)
        translateY(0);
}


/* =========================================================
   SECTION NUMBER
========================================================= */

.lx-about-split-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-bottom: 26px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lx-about-split-number span:first-child {
    display: block;

    width: 34px;
    height: 1px;

    background: currentColor;
    opacity: 0.45;
}

.lx-about-split-number strong {
    font-size: 16px;
    font-weight: 800;
}

.lx-about-split-number span:last-child {
    opacity: 0.55;
}


/* =========================================================
   EYEBROW
========================================================= */

.lx-about-split-eyebrow {
    margin: 0 0 18px;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.lx-about-split-title {
    margin: 0;

    font-size: clamp(42px, 5.2vw, 78px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.lx-about-split-title span {
    display: block;

    font-weight: 400;
    font-style: italic;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lx-about-split-description {
    max-width: 560px;

    margin: 30px auto 0;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;

    color: #4c4c4c;
}


/* =========================================================
   META NUMBERS
========================================================= */

.lx-about-split-meta {
    display: flex;
    justify-content: center;

    gap: 42px;

    margin-top: 38px;
}

.lx-about-split-meta-item {
    display: flex;
    flex-direction: column;

    gap: 5px;

    text-align: center;
}

.lx-about-split-meta-item strong {
    font-size: 14px;
    font-weight: 800;
}

.lx-about-split-meta-item span {
    font-size: 14px;
    font-weight: 600;

    color: #686868;
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.lx-about-split-scroll {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 48px;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;

    opacity: 0.6;
}

.lx-about-split-scroll-line {
    width: 35px;
    height: 1px;

    background: currentColor;
}

.lx-about-split-scroll i {
    font-size: 12px;
}


/* =========================================================
   IMAGE SYSTEM
========================================================= */

.lx-about-split-image {
    position: absolute;

    z-index: 8;

    display: block;

    width: clamp(215px, calc(16vw + 60px), 300px);
    height: clamp(255px, calc(29vh + 42px), 322px);

    overflow: hidden;

    text-decoration: none;

    background: #d7d7d7;

    opacity: 0;

    transform:
        translate(-50%, -50%)
        scale(0.48)
        rotate(0deg);

    transition:
        opacity 0.35s ease,
        transform 0.1s linear;

    pointer-events: none;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.14);
}


/* Image inner */

.lx-about-split-image-inner {
    position: absolute;
    inset: 0;

    overflow: hidden;
}

.lx-about-split-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter: grayscale(100%);

    transform: scale(1.04);

    transition:
        filter 0.7s ease,
        transform 0.7s ease;
}


/* =========================================================
   IMAGE LABEL
========================================================= */

.lx-about-split-image-label {
    position: absolute;

    left: 16px;
    bottom: 16px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 8px 11px;

    background: rgba(255, 255, 255, 0.94);
    color: #080808;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;

    opacity: 0;

    transform: translateY(12px);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.lx-about-split-image-label i {
    font-size: 11px;
}


/* =========================================================
   IMAGE POSITIONS
========================================================= */

/* Left top */

.lx-split-image-01 {
    left: 50%;
    top: 35%;
}

/* Left bottom */

.lx-split-image-02 {
    left: 50%;
    top: 66%;

}

/* Right top */

.lx-split-image-03 {
    left: 50%;
    top: 34%;

}

/* Right bottom */

.lx-split-image-04 {
    left: 50%;
    top: 67%;

}


/* =========================================================
   ACTIVE IMAGE STATES
========================================================= */

.lx-about-split-image.is-visible {
    opacity: 1;
}


/* =========================================================
   FINAL IMAGE POSITIONS
========================================================= */

.lx-about-split.split-complete
.lx-split-image-01 {
    transform:
        translate(-50%, -50%)
        translateX(calc(-50vw + 185px))
        rotate(0deg)
        scale(1);
}

.lx-about-split.split-complete
.lx-split-image-02 {
    transform:
        translate(-50%, -50%)
        translateX(calc(-50vw + 145px))
        translateY(75px)
        rotate(0deg)
        scale(1);
}

.lx-about-split.split-complete
.lx-split-image-03 {
    transform:
        translate(-50%, -50%)
        translateX(calc(50vw - 170px))
        rotate(0deg)
        scale(1);
}

.lx-about-split.split-complete
.lx-split-image-04 {
    transform:
        translate(-50%, -50%)
        translateX(calc(50vw - 150px))
        translateY(70px)
        rotate(0deg)
        scale(1);
}


/* =========================================================
   IMAGE HOVER
========================================================= */

.lx-about-split-image:hover img {
    filter: grayscale(0%);
    transform: scale(1.09);
}

.lx-about-split-image:hover
.lx-about-split-image-label {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   PROGRESS INDICATOR
========================================================= */

.lx-about-split-progress {
    position: absolute;

    right: 34px;
    bottom: 34px;

    z-index: 30;

    display: flex;
    align-items: center;

    gap: 12px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;

    opacity: 0.65;
}

.lx-about-split-progress-line {
    position: relative;

    width: 70px;
    height: 1px;

    background: rgba(0, 0, 0, 0.22);
}

.lx-about-split-progress-line::after {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: var(--lx-progress, 0%);
    height: 100%;

    background: #080808;

    transition: width 0.08s linear;
}


/* =========================================================
   DESKTOP IMAGE EMERGENCE
========================================================= */

.lx-about-split.has-images
.lx-about-split-image {
    opacity: 1;
}


/* =========================================================
   MEDIUM LAPTOP
========================================================= */

@media (max-width: 1023px) {

    .lx-about-split-image {
        width: 245px;
        height: 295px;
    }

    .lx-about-split-content {
        width: min(560px, 47vw);
    }

    .lx-about-split-title {
        font-size: clamp(40px, 5vw, 66px);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1023px) {

    .lx-about-split {
        height: 240vh;
    }

    .lx-about-split-sticky {
        min-height: 700px;
    }

    .lx-about-split-content {
        width: min(560px, 60vw);
    }

    .lx-about-split-title {
        font-size: clamp(40px, 6vw, 62px);
    }

    .lx-about-split-description {
        font-size: 15px;
    }

    .lx-about-split-meta {
        gap: 28px;
    }

    .lx-about-split-image {
        width: 210px;
        height: 255px;
    }

    .lx-about-split-progress {
        right: 22px;
        bottom: 22px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lx-about-split {
        height: 210vh;
    }

    .lx-about-split-sticky {
        height: 100svh;
        min-height: 650px;
    }

    .lx-about-split-content {
        width: calc(100% - 42px);

        top: 48%;

        transform:
            translate(-50%, -50%)
            translateY(30px);
    }

    .lx-about-split.is-active
    .lx-about-split-content {
        transform:
            translate(-50%, -50%)
            translateY(0);
    }

    .lx-about-split-number {
        margin-bottom: 20px;
    }

    .lx-about-split-eyebrow {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .lx-about-split-title {
        font-size: clamp(38px, 12vw, 54px);
        line-height: 0.98;
    }

    .lx-about-split-description {
        margin-top: 24px;

        font-size: 14px;
        line-height: 1.75;
    }

    .lx-about-split-meta {
        gap: 18px;
        margin-top: 28px;
    }

    .lx-about-split-meta-item span {
        font-size: 13px;
    }

    .lx-about-split-scroll {
        margin-top: 30px;
        font-size: 12px;
    }

    /* Images stay smaller on mobile */

    .lx-about-split-image {
        width: 153px;
        height: 193px;
    }

    .lx-about-split-image-label {
        display: none;
    }

    .lx-about-split-progress {
        right: 18px;
        bottom: 18px;

        font-size: 11px;
    }

    .lx-about-split-progress-line {
        width: 45px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lx-about-split {
        height: 205vh;
    }

    .lx-about-split-content {
        width: calc(100% - 32px);
    }

    .lx-about-split-title {
        font-size: 38px;
    }

    .lx-about-split-description {
        font-size: 14px;
    }

    .lx-about-split-meta {
        gap: 13px;
    }

    .lx-about-split-meta-item strong {
        font-size: 13px;
    }

    .lx-about-split-meta-item span {
        font-size: 12px;
    }

    .lx-about-split-image {
        width: 96px;
        height: 132px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .lx-about-split-content,
    .lx-about-split-image,
    .lx-about-split-image img,
    .lx-about-split-grid {
        transition: none !important;
    }

    .lx-about-split {
        height: auto;
    }

    .lx-about-split-sticky {
        position: relative;
        height: auto;
        min-height: 720px;
    }
}

/* =========================================================
   LEXORA ABOUT US â€” SECTION 03
   CREATIVE EXPERT TEAM LAYOUT
========================================================= */

.lx-about-s3 {
    position: relative;

    width: 100%;
    min-height: 780px;

    padding: 54px 34px;

    background: var(--paper);

    color: var(--ink);

    display: grid;

    grid-template-columns:
        minmax(260px, 1.05fr)
        minmax(260px, 1fr)
        minmax(300px, .95fr);

    grid-template-rows:
        258px
        148px
        148px;

    gap: 20px;

    overflow: hidden;

    isolation: isolate;
}


/* =========================================================
   INTRO
========================================================= */

.lx-about-s3-intro {

    grid-column: 1;
    grid-row: 1;

    padding: 2px 12px 0 6px;

    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    z-index: 3;
}


.lx-about-s3-eyebrow {

    display: block;

    margin-bottom: 12px;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.lx-about-s3-title {

    margin: 0;

    max-width: 340px;

    font-size: clamp(34px, 3.2vw, 54px);

    line-height: .98;

    letter-spacing: -.055em;

    font-weight: 500;
}


.lx-about-s3-description {

    max-width: 330px;

    margin: 24px 0 0;

    font-size: 16px;

    line-height: 1.55;

    color: #626262;

}


/* =========================================================
   LARGE CENTER IMAGE
========================================================= */

.lx-about-s3-main-image {

    grid-column: 2;
    grid-row: 1;

    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    border-radius: 22px;

    background: #deded9;

}


.lx-about-s3-main-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
        grayscale(100%)
        contrast(1.04);

    transform: scale(1.02);

    transition:
        transform .8s var(--ease),
        filter .6s ease;
}


.lx-about-s3-main-image:hover img {

    transform: scale(1.07);

    filter:
        grayscale(100%)
        contrast(1.1);
}


/* =========================================================
   FOUNDER / LOWER LEFT IMAGE
========================================================= */

.lx-about-s3-founder {

    position: relative;

    grid-column: 1;
    grid-row: 2 / 4;

    overflow: hidden;

    border-radius: 20px;

    background: #d7d7d3;
}


.lx-about-s3-founder-image {

    position: absolute;

    inset: 0;

    overflow: hidden;
}


.lx-about-s3-founder-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 15%;
    transform-origin: center top;

    filter:
        grayscale(100%)
        contrast(1.06);

    transition: transform .8s var(--ease);
}


.lx-about-s3-founder:hover img {

    transform: scale(1.02);
}


/* diagonal overlay */

.lx-about-s3-founder-overlay {

    position: absolute;

    left: -12%;
    bottom: -16%;

    width: 125%;
    height: 62%;

    background:
        linear-gradient(
            145deg,
            rgba(245,245,242,.12),
            rgba(245,245,242,.96)
        );

    clip-path:
        polygon(
            0 20%,
            100% 0,
            100% 100%,
            0 100%
        );

    z-index: 2;
}


/* founder info */

.lx-about-s3-founder-info {

    position: absolute;

    left: 20px;
    right: 20px;
    bottom: 20px;

    z-index: 4;

    display: flex;

    flex-direction: column;

    gap: 7px;
}


.lx-about-s3-small-label {

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.lx-about-s3-founder-info strong {

    font-size: 18px;

    font-weight: 600;

    letter-spacing: -.025em;
}


/* =========================================================
   STAT
========================================================= */

.lx-about-s3-stat {

    grid-column: 2;
    grid-row: 2;

    border: 1px solid rgba(17,17,17,.22);

    border-radius: 20px;

    padding: 18px 20px;

    background:
        rgba(255,255,255,.14);

    display: flex;

    flex-direction: column;

    justify-content: center;
}


.lx-about-s3-stat strong {

    font-size: clamp(38px, 4vw, 52px);

    line-height: .9;

    font-weight: 500;

    letter-spacing: -.06em;
}


.lx-about-s3-stat p {

    max-width: 300px;

    margin: 20px 0 0;

    font-size: 15px;

    line-height: 1.4;

    color: #555;
}


/* =========================================================
   TEAM MINI PANEL
========================================================= */

.lx-about-s3-team {

    grid-column: 2;
    grid-row: 3;

    border: 1px solid rgba(17,17,17,.22);

    border-radius: 20px;

    padding: 18px 20px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 16px;

    background: rgba(255,255,255,.08);
}


.lx-about-s3-avatars {

    display: flex;

    align-items: center;

    padding-left: 5px;
}


.lx-about-s3-avatars span {

    width: 42px;
    height: 42px;

    margin-left: -8px;

    border-radius: 50%;

    overflow: hidden;

    border: 2px solid var(--paper);

    background: #d5d5d5;

}


.lx-about-s3-avatars span:first-child {

    margin-left: 0;
}


.lx-about-s3-avatars img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    filter: grayscale(100%);
}


.lx-about-s3-avatar-more {

    display: flex;

    align-items: center;
    justify-content: center;

    background: #050505 !important;

    color: #fff;

    font-size: 17px;

    font-weight: 500;
}


.lx-about-s3-team > strong {

    font-size: 16px;

    font-weight: 600;
}


/* =========================================================
   RIGHT PROFILE PANEL
========================================================= */

.lx-about-s3-profile {

    position: relative;

    grid-column: 3;

    grid-row: 1 / 4;

    min-width: 0;

    padding:
        66px
        34px
        34px;

    border-radius: 24px;

    background: #e7e7e7;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    overflow: hidden;

    z-index: 3;
}


/* subtle background shape */

.lx-about-s3-profile::before {

    content: "";

    position: absolute;

    width: 210px;
    height: 210px;

    top: 68px;
    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    border: 1px solid rgba(0,0,0,.05);

    box-shadow:
        65px 0 0 -1px #f3f3f0;

    pointer-events: none;
}


/* profile image */

.lx-about-s3-profile-image {

    position: relative;

    width: 142px;
    height: 142px;

    margin-bottom: 20px;

    border-radius: 50%;

    overflow: hidden;

    z-index: 2;
}


.lx-about-s3-profile-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
        grayscale(100%)
        contrast(1.05);
}


/* profile text */

.lx-about-s3-profile-label {

    position: relative;

    z-index: 2;

    margin-top: 2px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.lx-about-s3-profile h3 {

    position: relative;

    z-index: 2;

    margin: 8px 0 0;

    font-size: 20px;

    font-weight: 600;

    letter-spacing: -.025em;
}


.lx-about-s3-profile p {

    position: relative;

    z-index: 2;

    max-width: 300px;

    margin: 26px auto 0;

    font-size: 15px;

    line-height: 1.55;

    color: #5e5e5e;
}


/* =========================================================
   BUTTON
========================================================= */

.lx-about-s3-button {

    position: relative;

    z-index: 2;

    width: 100%;

    min-height: 54px;

    margin-top: auto;

    border: 1px solid rgba(0,0,0,.09);

    border-radius: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    color: #080808;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}


.lx-about-s3-button span {

    width: 24px;
    height: 24px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #050505;

    color: #fff;

    font-size: 11px;
}


.lx-about-s3-button:hover {

    background: #050505;

    color: #fff;

    transform: translateY(-2px);
}


.lx-about-s3-button:hover span {

    background: #fff;

    color: #050505;
}


/* =========================================================
   NAVIGATION ARROWS
========================================================= */

.lx-about-s3-arrow {

    position: absolute;

    top: 50%;

    z-index: 20;

    width: 48px;
    height: 48px;

    border: 0;

    border-radius: 50%;

    background: #fff;

    color: #111;

    display: grid;

    place-items: center;

    cursor: pointer;

    box-shadow:
        0 10px 30px rgba(0,0,0,.13);

    transform: translateY(-50%);

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


.lx-about-s3-arrow:hover {

    background: #050505;

    color: #fff;

    transform:
        translateY(-50%)
        scale(1.06);
}


.lx-about-s3-arrow-prev {

    left: 12px;
}


.lx-about-s3-arrow-next {

    right: 12px;
}


/* =========================================================
   RESPONSIVE â€” TABLET
========================================================= */

@media (max-width: 1023px) {

    .lx-about-s3 {

        min-height: auto;

        padding: 40px 28px;

        grid-template-columns:
            1fr
            1fr;

        grid-template-rows:
            auto
            360px
            150px
            150px;

        gap: 16px;
    }


    .lx-about-s3-intro {

        grid-column: 1;
        grid-row: 1;

        padding: 0;
    }


    .lx-about-s3-title {

        max-width: 600px;
    }


    .lx-about-s3-description {

        max-width: 580px;
    }


    .lx-about-s3-main-image {

        grid-column: 2;
        grid-row: 1 / 3;

        min-height: 430px;
    }


    .lx-about-s3-founder {

        grid-column: 1;
        grid-row: 2 / 5;
    }


    .lx-about-s3-stat {

        grid-column: 2;
        grid-row: 3;
    }


    .lx-about-s3-team {

        grid-column: 2;
        grid-row: 4;
    }


    .lx-about-s3-profile {

        grid-column: 1 / 3;

        grid-row: 5;

        min-height: 500px;

        padding: 48px 28px;
    }


    .lx-about-s3-profile::before {

        top: 42px;
    }


    .lx-about-s3-button {

        max-width: 360px;

        margin-top: 32px;
    }
}


/* =========================================================
   RESPONSIVE â€” MOBILE
========================================================= */

@media (max-width: 700px) {

    .lx-about-s3 {

        padding: 28px 18px;

        display: flex;

        flex-direction: column;

        gap: 14px;
    }


    .lx-about-s3-intro {

        padding: 4px 4px 14px;
    }


    .lx-about-s3-title {

        font-size: clamp(34px, 11vw, 48px);
    }


    .lx-about-s3-description {

        font-size: 15px;

        margin-top: 18px;
    }


    .lx-about-s3-main-image {

        min-height: 300px;

        height: 300px;
    }


    .lx-about-s3-founder {

        height: 360px;

        min-height: 360px;
    }


    .lx-about-s3-stat {

        min-height: 145px;
    }


    .lx-about-s3-team {

        min-height: 140px;
    }


    .lx-about-s3-profile {

        min-height: 480px;

        padding:
            50px
            20px
            24px;
    }


    .lx-about-s3-profile-image {

        width: 125px;
        height: 125px;
    }


    .lx-about-s3-profile p {

        font-size: 15px;

        margin-top: 20px;
    }


    .lx-about-s3-arrow {

        width: 42px;
        height: 42px;
    }


    .lx-about-s3-arrow-prev {

        left: 8px;
    }


    .lx-about-s3-arrow-next {

        right: 8px;
    }
}


/* =========================================================
   DARK MODE
========================================================= */

html.dark-mode .lx-about-s3,
body.dark-mode .lx-about-s3 {

    background: #080808;

    color: #f5f5f2;
}


html.dark-mode .lx-about-s3-description,
body.dark-mode .lx-about-s3-description,

html.dark-mode .lx-about-s3-stat p,
body.dark-mode .lx-about-s3-stat p,

html.dark-mode .lx-about-s3-profile p,
body.dark-mode .lx-about-s3-profile p {

    color: #b5b5b5;
}


html.dark-mode .lx-about-s3-stat,
body.dark-mode .lx-about-s3-stat,

html.dark-mode .lx-about-s3-team,
body.dark-mode .lx-about-s3-team {

    border-color: rgba(255,255,255,.18);
}


html.dark-mode .lx-about-s3-profile,
body.dark-mode .lx-about-s3-profile {

    background: #171717;
}


html.dark-mode .lx-about-s3-profile::before,
body.dark-mode .lx-about-s3-profile::before {

    border-color: rgba(255,255,255,.05);

    box-shadow:
        65px 0 0 -1px #222;
}


html.dark-mode .lx-about-s3-button,
body.dark-mode .lx-about-s3-button {

    color: #f5f5f2;

    border-color: rgba(255,255,255,.14);
}


html.dark-mode .lx-about-s3-button:hover,
body.dark-mode .lx-about-s3-button:hover {

    background: #fff;

    color: #050505;
}


html.dark-mode .lx-about-s3-button span,
body.dark-mode .lx-about-s3-button span {

    background: #fff;

    color: #050505;
}


html.dark-mode .lx-about-s3-button:hover span,
body.dark-mode .lx-about-s3-button:hover span {

    background: #050505;

    color: #fff;
}


html.dark-mode .lx-about-s3-arrow,
body.dark-mode .lx-about-s3-arrow {

    background: #f5f5f2;

    color: #050505;
}
/* =========================================================
   LEXORA â€” ABOUT US SECTION 04
   PINNED SCROLL STORY
========================================================= */

.lx-about-s4 {

    position: relative;

    width: 100%;

    height: 400vh;

    background: #f5f5f2;

    color: #111;

    overflow: clip;

    isolation: isolate;
}


/* =========================================================
   PINNED SCREEN
========================================================= */

.lx-s4-pin {

    position: sticky;

    top: 0;

    width: 100%;

    height: 100vh;

    min-height: 650px;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.lx-s4-section-label {

    position: absolute;

    top: 8vh;

    left: 4vw;

    z-index: 30;

    display: flex;

    align-items: center;

    gap: 13px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .15em;

    white-space: nowrap;
}


.lx-s4-label-line {

    width: 45px;

    height: 1px;

    background: rgba(17,17,17,.22);
}


/* =========================================================
   BACKGROUND WORD
========================================================= */

.lx-s4-bg-word {

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 53%;

    transform:
        translate(-50%, -50%);

    font-size:
        clamp(100px, 17vw, 270px);

    font-weight: 800;

    line-height: .8;

    letter-spacing: -.09em;

    white-space: nowrap;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(17,17,17,.07);

    pointer-events: none;

    user-select: none;

    transition:
        transform .8s cubic-bezier(.16,1,.3,1);
}


/* =========================================================
   MAIN
========================================================= */

.lx-s4-main {

    position: relative;

    z-index: 10;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   COPY
========================================================= */

.lx-s4-copy {

    position: absolute;

    left: 11vw;

    top: 50%;

    width: min(560px, 44vw);

    transform:
        translateY(-50%);

    text-align: left;

    z-index: 20;
}


.lx-s4-number {

    margin-bottom: 17px;

    font-size: 14px;

    font-weight: 700;

    color: #666;

    letter-spacing: .04em;
}


.lx-s4-kicker {

    margin-bottom: 18px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .2em;
}


.lx-s4-title {

    margin: 0;

    max-width: 600px;

    font-size:
        clamp(48px, 6vw, 88px);

    line-height: .93;

    font-weight: 500;

    letter-spacing: -.065em;

    color: #111;
}


.lx-s4-description {

    max-width: 500px;

    margin: 30px 0 0;

    font-size: 17px;

    line-height: 1.65;

    color: #686868;
}


.lx-s4-keywords {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .02em;
}


.lx-s4-keywords i {

    width: 4px;

    height: 4px;

    flex: 0 0 4px;

    border-radius: 50%;

    background: #111;
}


/* =========================================================
   ART
========================================================= */

.lx-s4-art {

    position: absolute;

    right: 10vw;

    top: 50%;

    width: min(35vw, 480px);

    aspect-ratio: 1;

    transform:
        translateY(-50%);

    z-index: 8;

    pointer-events: none;
}


/* =========================================================
   RINGS
========================================================= */

.lx-s4-ring {

    position: absolute;

    left: 50%;

    top: 50%;

    border: 1px solid rgba(17,17,17,.14);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}


.lx-s4-ring.ring-1 {

    width: 100%;

    height: 100%;
}


.lx-s4-ring.ring-2 {

    width: 78%;

    height: 78%;
}


.lx-s4-ring.ring-3 {

    width: 56%;

    height: 56%;
}


.lx-s4-ring.ring-4 {

    width: 35%;

    height: 35%;

    border-radius:
        48% 52% 50% 46%;
}


/* =========================================================
   CENTER
========================================================= */

.lx-s4-center {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 100px;

    height: 100px;

    transform:
        translate(-50%, -50%);

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #111;

    color: #fff;

    font-size: 31px;

    font-weight: 500;

    box-shadow:
        0 20px 60px rgba(0,0,0,.14);
}


/* =========================================================
   ORBS
========================================================= */

.lx-s4-orb {

    position: absolute;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #111;

    transition:
        transform .8s cubic-bezier(.16,1,.3,1);
}


.lx-s4-orb.orb-1 {

    left: 8%;

    top: 25%;
}


.lx-s4-orb.orb-2 {

    right: 7%;

    top: 68%;
}


.lx-s4-orb.orb-3 {

    left: 54%;

    bottom: 1%;
}


/* =========================================================
   PROGRESS
========================================================= */

.lx-s4-progress {

    position: absolute;

    right: 5vw;

    top: 50%;

    transform:
        translateY(-50%);

    z-index: 30;

    display: flex;

    align-items: center;

    gap: 17px;
}


.lx-s4-progress-track {

    position: relative;

    width: 1px;

    height: 150px;

    background:
        rgba(17,17,17,.16);
}


.lx-s4-progress-fill {

    position: absolute;

    left: 0;

    top: 0;

    width: 1px;

    height: 25%;

    background: #111;

    transform-origin: top;
}


.lx-s4-progress-list {

    display: flex;

    flex-direction: column;

    gap: 18px;
}


.lx-s4-progress-list span {

    font-size: 11px;

    font-weight: 700;

    color: #aaa;

    transition:
        color .3s ease,
        transform .3s ease;
}


.lx-s4-progress-list span.active {

    color: #111;

    transform:
        translateX(2px);
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.lx-s4-scroll {

    position: absolute;

    left: 50%;

    bottom: 4vh;

    transform:
        translateX(-50%);

    z-index: 30;

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .16em;

    color: #777;

    white-space: nowrap;
}


.lx-s4-mouse {

    position: relative;

    width: 18px;

    height: 28px;

    border: 1px solid #777;

    border-radius: 12px;
}


.lx-s4-mouse b {

    position: absolute;

    left: 50%;

    top: 6px;

    width: 3px;

    height: 6px;

    border-radius: 3px;

    background: #777;

    transform:
        translateX(-50%);

    animation:
        lxS4Mouse
        1.5s ease-in-out infinite;
}


@keyframes lxS4Mouse {

    0%,
    100% {

        opacity: .3;

        transform:
            translate(-50%, 0);
    }

    50% {

        opacity: 1;

        transform:
            translate(-50%, 6px);
    }
}


/* =========================================================
   HIDDEN DATA
========================================================= */

.lx-s4-data {

    display: none !important;
}


/* =========================================================
   STAGE TRANSITION
========================================================= */

.lx-s4-copy.is-changing {

    opacity: .1;

    transform:
        translateY(-52%);
}


.lx-s4-copy {

    transition:
        opacity .35s ease,
        transform .55s cubic-bezier(.16,1,.3,1);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1023px) {

    .lx-s4-copy {

        left: 7vw;

        width: 48vw;
    }


    .lx-s4-art {

        right: 4vw;

        width: 34vw;
    }


    .lx-s4-progress {

        right: 2vw;
    }


    .lx-s4-title {

        font-size:
            clamp(44px, 6.5vw, 70px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .lx-about-s4 {

        height: 400vh;
    }


    .lx-s4-pin {

        min-height: 620px;

        height: 100svh;
    }


    .lx-s4-section-label {

        top: 25px;

        left: 20px;

        gap: 9px;

        font-size: 9px;
    }


    .lx-s4-label-line {

        width: 22px;
    }


    .lx-s4-copy {

        left: 25px;

        top: 42%;

        width:
            calc(100% - 70px);

        transform:
            translateY(-50%);

        text-align: center;
    }


    .lx-s4-number {

        margin-bottom: 11px;

        font-size: 13px;
    }


    .lx-s4-kicker {

        margin-bottom: 13px;

        font-size: 10px;
    }


    .lx-s4-title {

        font-size:
            clamp(39px, 11vw, 57px);

        line-height: .95;
    }


    .lx-s4-description {

        max-width: 380px;

        margin:
            22px auto 0;

        font-size: 15px;

        line-height: 1.55;
    }


    .lx-s4-keywords {

        justify-content: center;

        margin-top: 20px;

        font-size: 11px;
    }


    .lx-s4-art {

        left: 50%;

        right: auto;

        top: 70%;

        width: 58vw;

        transform:
            translate(-50%, -50%);

        opacity: .22;
    }


    .lx-s4-center {

        width: 70px;

        height: 70px;

        font-size: 24px;
    }


    .lx-s4-bg-word {

        top: 68%;

        font-size: 18vw;
    }


    .lx-s4-progress {

        right: 13px;

        gap: 10px;
    }


    .lx-s4-progress-track {

        height: 100px;
    }


    .lx-s4-progress-list {

        gap: 13px;
    }


    .lx-s4-progress-list span {

        font-size: 9px;
    }


    .lx-s4-scroll {

        bottom: 20px;

        font-size: 7px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .lx-s4-copy {

        top: 40%;
    }


    .lx-s4-title {

        font-size: 36px;
    }


    .lx-s4-description {

        font-size: 14px;
    }
}/* =========================================================
   LEXORA ABOUT US â€” SECTION 05
   THREE PERSPECTIVES
========================================================= */

#lxAboutPerspectives {
    --lx-p-bg: #f3f3f3;
    --lx-p-text: #080808;
    --lx-p-muted: #666666;
    --lx-p-line: rgba(0, 0, 0, .16);
    --lx-p-white: #ffffff;

    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px 4vw 45px;
    overflow: hidden;
    background: var(--lx-p-bg);
    color: var(--lx-p-text);
}


/* BACKGROUND */

#lxAboutPerspectives .lx-perspectives-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .45;
    background-image:
        linear-gradient(
            rgba(0,0,0,.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0,0,0,.045) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
}


/* HEADER */

#lxAboutPerspectives .lx-perspectives-header {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    margin: 0 auto 58px;
    text-align: center;
}


#lxAboutPerspectives .lx-perspectives-index {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
}


#lxAboutPerspectives .lx-perspectives-index-line {
    width: 38px;
    height: 1px;
    background: currentColor;
}


#lxAboutPerspectives .lx-perspectives-eyebrow {
    margin: 0 0 13px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
}


#lxAboutPerspectives .lx-perspectives-title {
    margin: 0;

    font-family: Manrope, sans-serif;
    font-size: clamp(30px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}


#lxAboutPerspectives .lx-perspectives-title span {
    display: block;
    color: #666666;
}


#lxAboutPerspectives .lx-perspectives-intro {
    max-width: 610px;
    margin: 19px auto 0;

    color: var(--lx-p-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}


/* =========================================================
   PANEL STAGE
========================================================= */

#lxAboutPerspectives .lx-perspectives-stage {
    position: relative;
    z-index: 3;

    display: flex;
    width: min(1450px, 100%);
    height: min(650px, 65vh);
    min-height: 520px;
    margin: 0 auto;

    overflow: hidden;
    background: #111111;
}


/* PANEL */

#lxAboutPerspectives .lx-perspective-panel {
    position: relative;

    flex: 1 1 20%;
    min-width: 0;

    display: block;
    overflow: hidden;

    color: #ffffff;
    text-decoration: none;

    border-right: 1px solid rgba(255,255,255,.25);

    transition:
        flex-basis .85s cubic-bezier(.22,.75,.2,1),
        filter .6s ease;
}


#lxAboutPerspectives .lx-perspective-panel:last-child {
    border-right: 0;
}


/* ACTIVE PANEL */

#lxAboutPerspectives .lx-perspective-panel.is-active {
    flex-basis: 34%;
}


/* NON ACTIVE */

#lxAboutPerspectives .lx-perspective-panel:not(.is-active) {
    flex-basis: 16.5%;
}


/* HOVER */

#lxAboutPerspectives .lx-perspective-panel:hover {
    flex-basis: 34%;
}


/* IMAGE */

#lxAboutPerspectives .lx-perspective-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}


#lxAboutPerspectives .lx-perspective-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;

    filter: grayscale(100%);
    transform: scale(1.08);

    transition:
        transform 1.2s cubic-bezier(.2,.7,.2,1),
        filter .8s ease;
}


#lxAboutPerspectives .lx-perspective-panel.is-active
.lx-perspective-image img,
#lxAboutPerspectives .lx-perspective-panel:hover
.lx-perspective-image img {
    transform: scale(1);
    filter: grayscale(0%);
}


/* IMAGE SHADE */

#lxAboutPerspectives .lx-perspective-image-shade {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 20%,
            rgba(0,0,0,.22) 48%,
            rgba(0,0,0,.88) 100%
        );
}


/* CONTENT */

#lxAboutPerspectives .lx-perspective-content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;

    justify-content: space-between;

    padding: 25px;
}


/* TOP */

#lxAboutPerspectives .lx-perspective-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .1em;
}


/* MAIN */

#lxAboutPerspectives .lx-perspective-main {
    max-width: 480px;
    margin-top: auto;
}


#lxAboutPerspectives .lx-perspective-label {
    margin: 0 0 10px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
}


#lxAboutPerspectives .lx-perspective-main h3 {
    margin: 0;

    font-family: Manrope, sans-serif;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.025em;
}


#lxAboutPerspectives .lx-perspective-main h3 span {
    display: block;
}


#lxAboutPerspectives .lx-perspective-description {
    max-width: 420px;

    margin: 16px 0 0;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;

    color: rgba(255,255,255,.82);

    opacity: 0;
    transform: translateY(20px);

    transition:
        opacity .45s ease .18s,
        transform .55s cubic-bezier(.2,.7,.2,1) .18s;
}


#lxAboutPerspectives .lx-perspective-panel.is-active
.lx-perspective-description,
#lxAboutPerspectives .lx-perspective-panel:hover
.lx-perspective-description {
    opacity: 1;
    transform: translateY(0);
}


/* ARROW */

#lxAboutPerspectives .lx-perspective-arrow {
    position: absolute;

    right: 24px;
    bottom: 24px;

    width: 44px;
    height: 44px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255,255,255,.55);

    font-size: 15px;

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}


#lxAboutPerspectives .lx-perspective-panel:hover
.lx-perspective-arrow,
#lxAboutPerspectives .lx-perspective-panel.is-active
.lx-perspective-arrow {
    background: #ffffff;
    color: #080808;
    transform: translate(3px,-3px);
}


/* =========================================================
   FOOTER
========================================================= */

#lxAboutPerspectives .lx-perspectives-footer {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 18px;

    width: min(1450px, 100%);
    margin: 25px auto 0;

    padding-top: 17px;

    border-top: 1px solid var(--lx-p-line);

    font-size: 14px;
    font-weight: 800;
}


#lxAboutPerspectives .lx-perspectives-footer-number {
    font-size: 14px;
    font-weight: 800;
}


#lxAboutPerspectives .lx-perspectives-footer p {
    margin: 0;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}


#lxAboutPerspectives .lx-perspectives-footer-line {
    height: 1px;
    background: var(--lx-p-line);
}


#lxAboutPerspectives .lx-perspectives-footer a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: inherit;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none;

    transition: gap .3s ease;
}


#lxAboutPerspectives .lx-perspectives-footer a:hover {
    gap: 16px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1023px) {

    #lxAboutPerspectives {
        padding: 85px 4vw 40px;
    }

    #lxAboutPerspectives .lx-perspectives-header {
        margin-bottom: 45px;
    }

    #lxAboutPerspectives .lx-perspectives-stage {
        height: 570px;
        min-height: 500px;
    }

    #lxAboutPerspectives .lx-perspective-content {
        padding: 20px;
    }

    #lxAboutPerspectives .lx-perspective-main h3 {
        font-size: 23px;
    }

    #lxAboutPerspectives .lx-perspective-description {
        font-size: 14px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #lxAboutPerspectives {
        min-height: auto;
        padding: 75px 18px 35px;
    }


    #lxAboutPerspectives .lx-perspectives-header {
        margin-bottom: 32px;
        text-align: left;
    }


    #lxAboutPerspectives .lx-perspectives-index {
        justify-content: flex-start;
        font-size: 14px;
    }


    #lxAboutPerspectives .lx-perspectives-title {
        font-size: 28px;
        line-height: 1.12;
    }


    #lxAboutPerspectives .lx-perspectives-intro {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.7;
    }


    /* STACK PANELS */

    #lxAboutPerspectives .lx-perspectives-stage {
        display: flex;
        flex-direction: column;

        width: 100%;
        height: auto;
        min-height: 0;

        overflow: visible;
        background: transparent;

        gap: 10px;
    }


    #lxAboutPerspectives .lx-perspective-panel,
    #lxAboutPerspectives .lx-perspective-panel.is-active,
    #lxAboutPerspectives .lx-perspective-panel:not(.is-active),
    #lxAboutPerspectives .lx-perspective-panel:hover {
        flex: none;

        width: 100%;
        height: 330px;

        border-right: 0;

        transition:
            height .6s cubic-bezier(.22,.75,.2,1);
    }


    #lxAboutPerspectives .lx-perspective-panel.is-active {
        height: 390px;
    }


    #lxAboutPerspectives .lx-perspective-content {
        padding: 20px;
    }


    #lxAboutPerspectives .lx-perspective-main h3 {
        font-size: 24px;
    }


    #lxAboutPerspectives .lx-perspective-description {
        opacity: 1;
        transform: none;

        font-size: 14px;
    }


    #lxAboutPerspectives .lx-perspective-arrow {
        right: 20px;
        bottom: 20px;

        width: 40px;
        height: 40px;
    }


    #lxAboutPerspectives .lx-perspectives-footer {
        grid-template-columns: auto 1fr auto;
        gap: 12px;

        margin-top: 25px;
    }


    #lxAboutPerspectives .lx-perspectives-footer p {
        font-size: 14px;
    }


    #lxAboutPerspectives .lx-perspectives-footer-line {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    #lxAboutPerspectives {
        padding-left: 15px;
        padding-right: 15px;
    }


    #lxAboutPerspectives .lx-perspectives-title {
        font-size: 26px;
    }


    #lxAboutPerspectives .lx-perspectives-panel {
        min-height: 0;
    }


    #lxAboutPerspectives .lx-perspective-panel,
    #lxAboutPerspectives .lx-perspective-panel.is-active {
        height: 315px;
    }


    #lxAboutPerspectives .lx-perspective-panel.is-active {
        height: 365px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    #lxAboutPerspectives *,
    #lxAboutPerspectives *::before,
    #lxAboutPerspectives *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

}

/* ============================================
   PROGRAMS â€” 01 BANNER
   Compact 60vh intro banner, mask-reveal headline
   ============================================ */
.programs-banner{
  height:65vh;min-height:65vh;
  display:flex;align-items:center;justify-content:center;
  padding:calc(var(--header-h) + 4vh) 4vw;
  text-align:center;
}
.programs-banner-inner{max-width:760px;margin:0 auto}
.programs-banner .eyebrow{color:#9c9c9c}
.programs-banner-title{margin:0 0 20px}
.pb-line{display:block;overflow:hidden}
.pb-line > span{display:block}
.programs-banner-sub{max-width:54ch;margin:0 auto 34px;color:#bdbdbd;font-size:1.02rem;line-height:1.7}
.programs-banner-cta{display:flex;flex-wrap:wrap;gap:16px 32px;justify-content:center}

@media(max-width:640px){
  .programs-banner{height:auto;min-height:65vh;padding:calc(var(--header-h) + 6vh) 6vw}
  .programs-banner-cta{flex-direction:column;align-items:center;gap:18px}
}

/* Section 01 â€” banner background image */
.programs-banner{position:relative;z-index:1}
.programs-banner-bg{position:absolute;inset:0;z-index:-1;pointer-events:none}
.programs-banner-bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(35%)}
.programs-banner-scrim{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(5,5,5,.78) 0%,rgba(5,5,5,.6) 45%,rgba(5,5,5,.85) 100%);
}
.programs-banner-inner{position:relative;z-index:2}

/* ============================================
   PROGRAMS â€” 02 PROGRAM TRACKS
   Left: two vertical marquees scrolling opposite directions, edge-to-edge.
   Right: tabbed content (Business English / Presentation Skills).
   ============================================ */
.pg-tracks{padding:0;height:100vh;min-height:100vh;overflow:hidden;margin-top:clamp(36px,5vw,80px);margin-bottom:clamp(36px,5vw,80px)}
.pg-tracks-grid{
  display:grid;grid-template-columns:38% 62%;
  height:100vh;min-height:100vh;align-items:stretch;
}

/* --- left: dual vertical marquee, no gaps, fills full section height --- */
.pg-tracks-marquees{
  position:relative;display:grid;grid-template-columns:1fr 1fr;
  gap:10px;padding:20px 10px;margin-left:5vw;
  height:100%;overflow:hidden;background:var(--black);
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 12%,#000 88%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 12%,#000 88%,transparent 100%);
}
.pg-marquee{position:relative;height:100%;overflow:hidden}
.pg-marquee-track{display:flex;flex-direction:column}
.pg-marquee-down .pg-marquee-track{animation:pgMarqueeDown 22s linear infinite}
.pg-marquee-up .pg-marquee-track{animation:pgMarqueeUp 22s linear infinite}
.pg-marquee-item{
  position:relative;flex-shrink:0;width:100%;aspect-ratio:1/1;
  margin-bottom:10px;overflow:hidden;border-radius:10px;background:#151515;
}
.pg-marquee-item img{width:100%;height:100%;object-fit:cover;pointer-events:none}
@keyframes pgMarqueeDown{from{transform:translateY(-50%)}to{transform:translateY(0)}}
@keyframes pgMarqueeUp{from{transform:translateY(0)}to{transform:translateY(-50%)}}

/* --- right: tabbed content --- */
.pg-tracks-content{
  display:flex;flex-direction:column;justify-content:center;
  padding:5vh 5vw;overflow-y:auto;
}
.pg-tracks-content .section-title{margin-bottom:24px;font-size:clamp(1.7rem,3vw,3.1rem)}

.pg-tabs{position:relative;display:inline-flex;gap:6px;padding:6px;background:var(--paper-2);border-radius:40px;margin-bottom:28px}
.pg-tab{
  position:relative;z-index:2;padding:11px 22px;border-radius:32px;
  font:700 14px/1 Manrope,sans-serif;letter-spacing:.01em;color:var(--ink);
  transition:color .35s var(--ease);white-space:nowrap;
}
.pg-tab.is-active{color:#fff}
.pg-tab-indicator{
  position:absolute;z-index:1;top:6px;left:0;height:calc(100% - 12px);
  background:var(--black);border-radius:32px;
  transition:transform .4s var(--ease),width .4s var(--ease);
}

.pg-panels{position:relative}
.pg-panel{display:none;animation:pgPanelIn .5s var(--ease)}
.pg-panel.is-active{display:block}
@keyframes pgPanelIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

.pg-panel-meta{display:flex;flex-wrap:wrap;gap:10px 24px;list-style:none;margin:0 0 20px;padding:0}
.pg-panel-meta li{display:flex;align-items:center;gap:9px;font:700 14px/1 Manrope,sans-serif;color:var(--muted)}
.pg-panel-meta i{font-size:13px;color:var(--ink)}

.pg-panel-desc{font:600 16px/1.55 "DM Sans",sans-serif;color:var(--ink);max-width:52ch;margin:0 0 22px}

.pg-panel-focus{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.pg-panel-focus li{display:flex;align-items:center;gap:14px;font:700 14.5px/1.3 Manrope,sans-serif;color:var(--ink)}
.pg-panel-focus i{
  width:24px;height:24px;flex-shrink:0;border-radius:50%;
  display:grid;place-items:center;background:var(--black);color:#fff;font-size:10px;
}

html[data-theme="dark"] .pg-tracks-content{color:#f7f7f5}
html[data-theme="dark"] .pg-tracks-content .eyebrow{color:#b8b8b8}
html[data-theme="dark"] .pg-tracks-content .section-title{color:#fff}
html[data-theme="dark"] .pg-tabs{background:#151515}
html[data-theme="dark"] .pg-tab{color:#e6e6e6}
html[data-theme="dark"] .pg-tab.is-active{color:#050505}
html[data-theme="dark"] .pg-tab-indicator{background:#fff}
html[data-theme="dark"] .pg-panel-meta li{color:#b8b8b8}
html[data-theme="dark"] .pg-panel-meta i{color:#fff}
html[data-theme="dark"] .pg-panel-desc{color:#f0f0f0}
html[data-theme="dark"] .pg-panel-focus li{color:#f0f0f0}
html[data-theme="dark"] .pg-panel-focus i{background:#fff;color:#050505}
html[data-theme="dark"] .pg-marquee-item{background:#1a1a1a}

@media(max-width:900px){
  .pg-tracks{height:auto;min-height:100vh}
  .pg-tracks-grid{grid-template-columns:1fr;height:auto;min-height:100vh}
  .pg-tracks-marquees{min-height:38vh;height:38vh;padding:14px 10px;margin-left:4vw}
  .pg-tracks-content{padding:6vh 6vw;overflow-y:visible}
  .pg-tabs{width:100%;overflow-x:auto}
}
@media(max-width:480px){
  .pg-panel-meta{gap:10px 18px}
  .pg-panel-desc{font-size:15.5px}
}
@media(prefers-reduced-motion:reduce){
  .pg-marquee-down .pg-marquee-track,.pg-marquee-up .pg-marquee-track{animation:none}
}



/* ============================================
   PROGRAMS â€” 03 PROGRAMME JOURNEY
   Integration-style curved flow diagram, draws on scroll.
   ============================================ */
.pg-journey{
  min-height:auto;
  padding:calc(var(--header-h) + 8vh) 4vw 10vh;
  background:
    radial-gradient(60% 55% at 50% 22%, rgba(5,5,5,.05), transparent 70%),
    var(--paper);
  display:flex;
  align-items:center;
  justify-content:center;
}
.pg-journey-inner{
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
.pg-journey-diagram{
  position:relative;
  width:100%;
  aspect-ratio:1200/460;
}

.pg-journey-svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.pg-journey-path{
  fill:none;
  stroke:var(--line);
  stroke-width:2;
  stroke-linecap:round;
}
.pg-journey-path-outer{stroke-width:2}

.pg-journey-dot{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--paper);
  border:2px solid #b8b8b0;
  transform:translate(-50%,-50%);
  z-index:2;
}

.pg-journey-node{
  position:absolute;
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  z-index:3;
  width:clamp(84px,9vw,120px);
}
.pg-node-circle{
  position:relative;
  width:clamp(56px,6vw,84px);
  height:clamp(56px,6vw,84px);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:clamp(18px,2vw,26px);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
  border:6px solid var(--paper);
  outline:1px solid var(--line);
}
.pg-node-circle::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  border:1.5px solid rgba(5,5,5,.28);
  z-index:-1;
  animation:pgGlowPulse 2.8s ease-in-out infinite;
}
.pg-journey-node-center .pg-node-circle{
  width:clamp(64px,7vw,96px);
  height:clamp(64px,7vw,96px);
  font-size:clamp(20px,2.3vw,30px);
}
@keyframes pgGlowPulse{
  0%{opacity:.7;transform:scale(.94)}
  100%{opacity:0;transform:scale(1.35)}
}

.pg-node-mono{background:var(--black);color:#fff;border-color:var(--paper)}
.pg-node-mono-invert{background:#fff;color:var(--black);border:6px solid var(--black);outline:none}

.pg-node-label{
  font:700 15px/1.2 Manrope,sans-serif;
  letter-spacing:-.01em;
  color:var(--ink);
  white-space:nowrap;
}

.pg-journey-center{
  position:absolute;
  left:50%;
  top:79%;
  transform:translate(-50%,-50%);
  width:min(86%,460px);
  text-align:center;
  z-index:2;
}
.pg-journey-pill{
  display:inline-block;
  padding:8px 20px;
  border-radius:40px;
  background:#fff;
  border:1px solid var(--line);
  font:700 15px/1 Manrope,sans-serif;
  letter-spacing:.02em;
  color:var(--ink);
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  margin-bottom:20px;
}
.pg-journey-title{
  margin:0 0 12px;
  font:800 clamp(1.4rem,2.6vw,2.2rem)/1.2 Manrope,sans-serif;
  letter-spacing:-.02em;
  color:var(--ink);
}
.pg-journey-sub{
  margin:0;
  font:600 15px/1.6 "DM Sans",sans-serif;
  color:var(--muted);
}

/* Dark mode */
html[data-theme="dark"] .pg-journey{
  background:
    radial-gradient(60% 55% at 50% 22%, rgba(255,255,255,.08), transparent 70%),
    #0a0a0a;
}
html[data-theme="dark"] .pg-journey-path{stroke:var(--line-dark)}
html[data-theme="dark"] .pg-journey-dot{background:#0a0a0a;border-color:#4a4a4a}
html[data-theme="dark"] .pg-node-circle{border-color:#0a0a0a;outline-color:var(--line-dark)}
html[data-theme="dark"] .pg-node-mono{background:#fff;color:#050505}
html[data-theme="dark"] .pg-node-mono-invert{background:#050505;color:#fff;border-color:#fff}
html[data-theme="dark"] .pg-node-circle::after{border-color:rgba(255,255,255,.32)}
html[data-theme="dark"] .pg-node-label{color:#f7f7f5}
html[data-theme="dark"] .pg-journey-pill{background:#151515;border-color:var(--line-dark);color:#f7f7f5;box-shadow:none}
html[data-theme="dark"] .pg-journey-title{color:#fff}
html[data-theme="dark"] .pg-journey-sub{color:#b8b8b8}

/* Responsive: below 900px, drop the curved diagram for a simple stacked flow */
@media(max-width:900px){
  .pg-journey{padding:calc(var(--header-h) + 6vh) 6vw 8vh}
  .pg-journey-diagram{
    aspect-ratio:auto;
    height:auto;
  }
  .pg-journey-svg,.pg-journey-dot{display:none}
  .pg-journey-node{
    position:static;
    transform:none;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:16px;
    width:100%;
    max-width:360px;
    margin:0 auto 26px;
    text-align:left;
  }
  .pg-journey-node-center .pg-node-circle{width:clamp(56px,10vw,72px);height:clamp(56px,10vw,72px);font-size:20px}
  .pg-journey-center{
    position:static;
    transform:none;
    width:100%;
    max-width:460px;
    margin:8px auto 0;
  }
}
@media(prefers-reduced-motion:reduce){
  .pg-node-circle::after{animation:none}
  .pg-tile-photo img{animation:none}
}

/* ============================================
   PROGRAMS â€” 04 PROGRAMME OUTCOMES
   Centered intro + asymmetric bento mosaic grid.
   ============================================ */
.pg-outcomes{
  min-height:auto;
  padding:calc(var(--header-h) + 9vh) 4vw 10vh;
  background:var(--paper);
}
.pg-outcomes-inner{
  max-width:var(--max);
  margin:0 auto;
}

/* --- head --- */
.pg-outcomes-head{
  max-width:760px;
  margin:0 auto 5vh;
  text-align:center;
}
.pg-outcomes-title{
  margin:16px 0 0;
  font:800 clamp(1.8rem,3.4vw,3rem)/1.22 Manrope,sans-serif;
  letter-spacing:-.025em;
  color:var(--ink);
}
.pg-outcomes-sub{
  margin:22px auto 0;
  max-width:56ch;
  font:600 16px/1.7 "DM Sans",sans-serif;
  color:var(--muted);
}
.pg-outcomes-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:32px;
  flex-wrap:wrap;
}
.btn-solid,.btn-outline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 26px;
  border-radius:40px;
  font:700 15px/1 Manrope,sans-serif;
  letter-spacing:.01em;
  transition:transform .3s var(--ease),background .3s ease,color .3s ease,border-color .3s ease;
}
.btn-solid{background:var(--black);color:#fff;border:1px solid var(--black)}
.btn-solid:hover{transform:translateY(-2px);background:#000}
.btn-outline{background:transparent;color:var(--ink);border:1px solid var(--line)}
.btn-outline:hover{transform:translateY(-2px);border-color:var(--ink)}

/* --- bento grid --- */
.pg-outcomes-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  grid-template-rows:repeat(2,1fr);
  gap:clamp(8px,1.1vw,16px);
  aspect-ratio:2.7/1;
}
.pg-tile{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  display:flex;
}
.pg-tile[data-tile="1"]{grid-column:1;grid-row:1}
.pg-tile[data-tile="2"]{grid-column:1;grid-row:2}
.pg-tile[data-tile="3"]{grid-column:2;grid-row:1}
.pg-tile[data-tile="4"]{grid-column:2;grid-row:2}
.pg-tile[data-tile="5"]{grid-column:3;grid-row:1/3}
.pg-tile[data-tile="6"]{grid-column:4;grid-row:1/3}
.pg-tile[data-tile="7"]{grid-column:5;grid-row:1}
.pg-tile[data-tile="8"]{grid-column:5;grid-row:2}

/* every tile lifts gently on hover, regardless of type */
.pg-tile{transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.pg-tile:hover{transform:translateY(-7px);box-shadow:0 20px 40px rgba(0,0,0,.18);z-index:4}

/* photo tiles */
.pg-tile-photo{align-items:flex-end}
.pg-tile-photo img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter:grayscale(35%) brightness(.85) !important;
  transition:filter .5s ease;
  animation:pgTileKenBurns 16s ease-in-out infinite alternate;
}
.pg-tile-photo::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.72) 100%);
}
.pg-tile-photo:hover img{filter:grayscale(0%) brightness(.95) !important}
@keyframes pgTileKenBurns{
  from{transform:scale(1)}
  to{transform:scale(1.1)}
}
.pg-tile-caption{
  position:relative;z-index:2;
  padding:16px;
  font:700 15px/1.3 Manrope,sans-serif;
  letter-spacing:-.01em;
  color:#fff;
}
.pg-tile-plain{align-items:flex-end}

/* stat tiles */
.pg-tile-stat{
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:8px;
  padding:18px;
  background:var(--black);
  color:#fff;
}
.pg-tile-stat-alt{background:#1c1c1c}
.pg-tile-stat-value{
  font:800 clamp(1.6rem,2.4vw,2.2rem)/1 Manrope,sans-serif;
  letter-spacing:-.02em;
}
.pg-tile-stat-label{
  font:600 15px/1.35 "DM Sans",sans-serif;
  color:#d8d8d8;
  max-width:20ch;
}

/* accent CTA tile â€” animated shine sweep plays once on scroll-reveal */
.pg-tile-accent{
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:18px;
  padding:26px 22px;
  background:linear-gradient(100deg,#101010 30%,#3c3c3c 50%,#101010 70%);
  background-size:220% 100%;
  background-position:0% 0;
  color:#fff;
}
.pg-tile-accent-text{
  margin:0;
  font:700 17px/1.4 Manrope,sans-serif;
  letter-spacing:-.01em;
}
.pg-tile-btn{
  display:inline-flex;
  align-items:center;
  padding:10px 20px;
  border-radius:30px;
  background:#fff;
  color:#111;
  font:700 15px/1 Manrope,sans-serif;
  transition:transform .3s var(--ease);
}
.pg-tile-btn:hover{transform:translateY(-2px)}

/* typographic mark tile */
.pg-tile-mark{
  align-items:flex-start;
  padding:22px;
  background:#101010;
  color:#fff;
}
.pg-tile-mark-text{
  margin:0;
  font:800 1.9rem/1.15 Manrope,sans-serif;
  letter-spacing:-.02em;
}
.pg-tile-mark-text span{
  display:block;
  font:600 15px/1.4 Manrope,sans-serif;
  letter-spacing:.01em;
  color:#b5b5b5;
  margin-top:2px;
}

/* Dark mode */
html[data-theme="dark"] .pg-outcomes{background:#0a0a0a}
html[data-theme="dark"] .pg-outcomes-title{color:#fff}
html[data-theme="dark"] .pg-outcomes-sub{color:#b8b8b8}
html[data-theme="dark"] .btn-solid{background:#fff;color:#050505;border-color:#fff}
html[data-theme="dark"] .btn-solid:hover{background:#eee}
html[data-theme="dark"] .btn-outline{color:#f7f7f5;border-color:var(--line-dark)}
html[data-theme="dark"] .btn-outline:hover{border-color:#fff}
html[data-theme="dark"] .pg-tile-stat{background:#141414}
html[data-theme="dark"] .pg-tile-stat-alt{background:#1e1e1e}
html[data-theme="dark"] .pg-tile-mark{background:#050505;border:1px solid var(--line-dark)}

/* Responsive */
@media(max-width:1023px){
  .pg-outcomes-grid{aspect-ratio:auto;grid-template-rows:repeat(2,160px)}
}
@media(max-width:820px){
  .pg-outcomes-grid{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:none;
    aspect-ratio:auto;
  }
  .pg-tile[data-tile="1"]{grid-column:1;grid-row:1}
  .pg-tile[data-tile="2"]{grid-column:1;grid-row:2}
  .pg-tile[data-tile="3"]{grid-column:2;grid-row:1}
  .pg-tile[data-tile="4"]{grid-column:2;grid-row:2}
  .pg-tile[data-tile="5"]{grid-column:1/3;grid-row:3;height:150px}
  .pg-tile[data-tile="6"]{grid-column:1/3;grid-row:4;height:220px}
  .pg-tile[data-tile="7"]{grid-column:1;grid-row:5}
  .pg-tile[data-tile="8"]{grid-column:2;grid-row:5}
  .pg-tile-photo,.pg-tile-stat,.pg-tile-mark{height:160px}
}
@media(max-width:480px){
  .pg-outcomes-cta{flex-direction:column;width:100%}
  .btn-solid,.btn-outline{width:100%;justify-content:center}
}

/* =========================================================
   SECTION 05 â€” PROGRAMS: CUBE REVEAL
   A scroll-pinned cube spins into view, then dismantles â€”
   three faces settle into a left column, three into a right
   column, and the programme statement resolves in the centre.
   ========================================================= */
.pg-cube-reveal{
  height:300vh;
  min-height:300vh;
  padding:0;
  background:var(--paper);
}
.pg-cube-pin{
  position:relative;
  height:100vh;
  min-height:640px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr minmax(300px,520px) 1fr;
  align-items:center;
  gap:clamp(16px,3vw,48px);
  padding:calc(var(--header-h) + 4vh) 4vw 4vh;
}

/* --- decorative cube stage (phase 1 + 2 only, hidden once dismantled) --- */
.pg-cube-stage{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  perspective:1400px;
  z-index:4;
  pointer-events:none;
}
.pg-cube{
  --cube-size:200px;
  position:relative;
  width:var(--cube-size);
  height:var(--cube-size);
  transform-style:preserve-3d;
}
.pg-cube-face{
  position:absolute;
  inset:0;
  overflow:hidden;
  border:1px solid rgba(17,17,17,.16);
  border-radius:8px;
  background:var(--paper-2);
  box-shadow:0 20px 45px rgba(0,0,0,.16);
}
.pg-cube-face img{filter:grayscale(100%) contrast(1.05)}
.pg-cube-face-front{transform:translateZ(calc(var(--cube-size) / 2))}
.pg-cube-face-back{transform:rotateY(180deg) translateZ(calc(var(--cube-size) / 2))}
.pg-cube-face-right{transform:rotateY(90deg) translateZ(calc(var(--cube-size) / 2))}
.pg-cube-face-left{transform:rotateY(-90deg) translateZ(calc(var(--cube-size) / 2))}
.pg-cube-face-top{transform:rotateX(90deg) translateZ(calc(var(--cube-size) / 2))}
.pg-cube-face-bottom{transform:rotateX(-90deg) translateZ(calc(var(--cube-size) / 2))}

/* --- resting layout: left rail / centre content / right rail --- */
.pg-cube-rail{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:clamp(10px,1.6vw,20px);
  height:min(72vh,620px);
}
.pg-cube-piece{
  position:relative;
  flex:1;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line);
}
.pg-cube-piece img{filter:grayscale(100%) contrast(1.02);transition:filter .5s ease,transform .6s var(--ease)}
.pg-cube-piece:hover img{transform:scale(1.05)}

.pg-cube-content{
  position:relative;
  z-index:2;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.pg-cube-content .eyebrow{margin-bottom:20px}
.pg-cube-title{
  margin:0;
  font:800 clamp(1.9rem,3vw,2.75rem)/1.1 Manrope,sans-serif;
  letter-spacing:-.03em;
  color:var(--ink);
}
.pg-cube-sub{
  max-width:44ch;
  margin:22px 0 0;
  font:600 16px/1.7 "DM Sans",sans-serif;
  color:var(--muted);
}
.pg-cube-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:30px;
  flex-wrap:wrap;
}

/* Dark mode */
html[data-theme="dark"] .pg-cube-reveal{background:#0a0a0a}
html[data-theme="dark"] .pg-cube-face{border-color:rgba(255,255,255,.16);background:#151515}
html[data-theme="dark"] .pg-cube-piece{border-color:var(--line-dark)}
html[data-theme="dark"] .pg-cube-content .eyebrow{color:#c9c9c9}
html[data-theme="dark"] .pg-cube-title{color:#fff}
html[data-theme="dark"] .pg-cube-sub{color:#b8b8b8}

/* Responsive */
@media(max-width:900px){
  .pg-cube{--cube-size:150px}
  .pg-cube-pin{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    height:auto;
    min-height:100vh;
    padding:calc(var(--header-h) + 5vh) 6vw 6vh;
  }
  .pg-cube-rail{
    flex-direction:row;
    height:auto;
  }
  .pg-cube-piece{height:clamp(110px,26vw,170px)}
  .pg-cube-content{order:-1;margin-bottom:8px}
}
@media(max-width:560px){
  .pg-cube{--cube-size:120px}
  .pg-cube-title{font-size:clamp(1.7rem,7vw,2.2rem)}
  .pg-cube-sub{font-size:15px}
  .pg-cube-cta{width:100%}
  .pg-cube-cta .btn-solid,.pg-cube-cta .btn-outline{width:100%;justify-content:center}
}

/* =========================================================
   SECTION 06 â€” PROGRAMS: ROI SNAPSHOT (interactive calculator)
   A team-size slider live-updates a confidence ring, two big
   numbers, a programme-length figure and a before/after bar.
   Fixed-dark section (section-dark), so colours are chosen
   directly for black-background contrast rather than relying
   on the light/dark theme toggle.
   ========================================================= */
.pg-roi{
  min-height:100vh;
  padding:calc(var(--header-h) + 9vh) 4vw 10vh;
}
.pg-roi .eyebrow{color:#9c9c9c}
.pg-roi-inner{
  max-width:var(--max);
  margin:0 auto;
}
.pg-roi-head{
  max-width:760px;
  margin:0 auto 6vh;
  text-align:center;
}
.pg-roi-sub{
  max-width:56ch;
  margin:22px auto 0;
  font:600 16px/1.7 "DM Sans",sans-serif;
  color:#bdbdbd;
}

.pg-roi-panel{
  max-width:920px;
  margin:0 auto;
  padding:clamp(28px,4vw,48px);
  background:#0e0e0e;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
}

/* --- slider control --- */
.pg-roi-control-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.pg-roi-control-label{
  font:700 14px/1 Manrope,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9c9c9c;
}
.pg-roi-control-value{
  font:800 clamp(1.1rem,2vw,1.5rem) Manrope,sans-serif;
  letter-spacing:-.02em;
  color:#fff;
}
.pg-roi-slider{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:6px;
  border-radius:6px;
  background:linear-gradient(to right,#fff 0%,#fff var(--pct,10%),rgba(255,255,255,.18) var(--pct,10%),rgba(255,255,255,.18) 100%);
  outline:none;
  cursor:pointer;
}
.pg-roi-slider::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  border:3px solid #050505;
  box-shadow:0 0 0 1px rgba(255,255,255,.6);
  cursor:pointer;
  transition:transform .25s var(--ease);
}
.pg-roi-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}
.pg-roi-slider::-moz-range-thumb{
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  border:3px solid #050505;
  box-shadow:0 0 0 1px rgba(255,255,255,.6);
  cursor:pointer;
  transition:transform .25s var(--ease);
}
.pg-roi-slider::-moz-range-thumb:hover{transform:scale(1.15)}
.pg-roi-slider::-moz-range-track{
  height:6px;
  border-radius:6px;
  background:transparent;
}
.pg-roi-slider-scale{
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  font:700 13px/1 Manrope,sans-serif;
  color:#777;
}

/* --- metrics grid --- */
.pg-roi-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:clamp(14px,2vw,24px);
  margin:clamp(32px,5vw,48px) 0;
}
.pg-roi-metric{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:14px;
  padding:22px 14px;
  background:#151515;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
}
.pg-roi-ring{
  position:relative;
  width:104px;
  height:104px;
  display:grid;
  place-items:center;
}
.pg-roi-ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.pg-roi-ring-track{
  fill:none;
  stroke:rgba(255,255,255,.14);
  stroke-width:9;
}
.pg-roi-ring-fill{
  fill:none;
  stroke:#fff;
  stroke-width:9;
  stroke-linecap:round;
  stroke-dasharray:326.7;
  stroke-dashoffset:326.7;
  transition:stroke-dashoffset .6s var(--ease);
}
.pg-roi-ring-value{
  position:absolute;
  font:800 1.3rem Manrope,sans-serif;
  letter-spacing:-.02em;
  color:#fff;
}
.pg-roi-bignum{
  font:800 clamp(2.1rem,3.4vw,2.9rem)/1 Manrope,sans-serif;
  letter-spacing:-.03em;
  color:#fff;
}
.pg-roi-metric-label{
  margin:0;
  font:600 14px/1.45 "DM Sans",sans-serif;
  color:#a8a8a8;
  max-width:22ch;
}

/* --- before / after comparison bars --- */
.pg-roi-compare{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-bottom:clamp(28px,4vw,40px);
}
.pg-roi-compare-row{
  display:grid;
  grid-template-columns:110px 1fr 56px;
  align-items:center;
  gap:16px;
}
.pg-roi-compare-label{
  font:700 14px/1 Manrope,sans-serif;
  color:#c9c9c9;
}
.pg-roi-compare-track{
  position:relative;
  height:10px;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
}
.pg-roi-compare-fill{
  position:absolute;
  inset:0;
  width:0%;
  border-radius:10px;
  transition:width .6s var(--ease);
}
.pg-roi-compare-fill-today{background:#666}
.pg-roi-compare-fill-lexora{background:#fff}
.pg-roi-compare-num{
  font:800 14px/1 Manrope,sans-serif;
  color:#fff;
  text-align:right;
}

.pg-roi-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  text-align:center;
}
.pg-roi .btn-solid{background:#fff;color:#050505;border-color:#fff}
.pg-roi .btn-solid:hover{background:#eaeaea}
.pg-roi-note{
  font:600 14px/1.5 "DM Sans",sans-serif;
  color:#888;
}

/* Responsive */
@media(max-width:900px){
  .pg-roi-metrics{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .pg-roi-panel{padding:22px}
  .pg-roi-metrics{grid-template-columns:1fr}
  .pg-roi-compare-row{grid-template-columns:80px 1fr 46px;gap:10px}
  .pg-roi-cta{flex-direction:column}
  .pg-roi .btn-solid{width:100%;justify-content:center}
}


/* ---- Active nav-link â€” pill highlight (no underline) ---- */
.nav-link[aria-current="page"] {
  background: var(--ink, #111111);
  color: var(--paper, #ffffff) !important;
  padding: 7px 16px;
  border-radius: 999px;
  opacity: 1 !important;
  transform: none !important;
}

html[data-theme="light"] .nav-link[aria-current="page"] {
  background: #111111;
  color: #ffffff !important;
}

html[data-theme="dark"] .nav-link[aria-current="page"] {
  background: #ffffff;
  color: #111111 !important;
}


/* Active state for dropdown trigger buttons (e.g. Home, Dashboard) */
button.nav-link[aria-current="page"] {
  background: var(--ink, #111111);
  color: var(--paper, #ffffff) !important;
  padding: 7px 16px;
  border-radius: 999px;
  opacity: 1 !important;
}

html[data-theme="light"] button.nav-link[aria-current="page"] {
  background: #111111;
  color: #ffffff !important;
}

html[data-theme="dark"] button.nav-link[aria-current="page"] {
  background: #ffffff;
  color: #111111 !important;
}

/* ---- Active nav-link â€” mobile panel (dark bg by default) ---- */
.mobile-panel-inner > a[aria-current="page"],
.mobile-parent[aria-current="page"] {
  color: #fff !important;
  position: relative;
  padding-left: 16px !important;
}
.mobile-panel-inner > a[aria-current="page"]::before,
.mobile-parent[aria-current="page"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.mobile-submenu a[aria-current="page"] {
  color: #fff !important;
  font-weight: 700;
}

html[data-theme="light"] .mobile-panel-inner > a[aria-current="page"],
html[data-theme="light"] .mobile-parent[aria-current="page"] {
  color: #111 !important;
}
html[data-theme="light"] .mobile-panel-inner > a[aria-current="page"]::before,
html[data-theme="light"] .mobile-parent[aria-current="page"]::before {
  background: #111;
}
html[data-theme="light"] .mobile-submenu a[aria-current="page"] {
  color: #111 !important;
}


/* =========================================================
   HOME PAGE 1 â€” SECTION 05: THE COMMUNICATION ADVANTAGE
   ========================================================= */
.communication-advantage{
  position:relative;
  overflow:hidden;
  padding:clamp(72px,8vw,132px) 5vw clamp(80px,9vw,140px);
  background:var(--section-light, #f4f1eb);
}
.communication-wrap{max-width:1440px;margin:0 auto;position:relative}
.communication-intro{position:relative;z-index:4;width:min(650px,55%);padding-top:2vw}
.communication-intro .section-title{font-size:clamp(2.6rem,5.1vw,5.8rem);line-height:1.02;letter-spacing:-.055em}
.communication-lead{max-width:510px;margin:28px 0 30px;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.8;color:var(--text-muted,#656565)}
.communication-cta{display:inline-flex;align-items:center;gap:14px}
.communication-cta i{transition:transform .3s ease}
.communication-cta:hover i{transform:translate(4px,-4px)}
.communication-collage{position:relative;height:650px;margin-top:-90px}
.communication-photo{position:absolute;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.16);background:#ddd}
.communication-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.communication-photo:hover img{transform:scale(1.07)}
.photo-main{width:42%;height:500px;right:10%;top:0;border-radius:180px 180px 24px 24px}
.photo-top{width:24%;height:245px;right:0;top:105px;border-radius:24px 80px 24px 24px;transform:rotate(5deg)}
.photo-bottom{width:25%;height:245px;right:37%;bottom:5px;border-radius:70px 24px 24px 24px;transform:rotate(-5deg)}
.photo-tag{position:absolute;bottom:18px;left:18px;padding:9px 13px;background:#fff;color:#151515;font-size:11px;font-weight:800;letter-spacing:.14em;border-radius:999px}
.tag-clarity{background:#dce8d9}.tag-impact{background:#ead7c1}
.communication-orbit{position:absolute;right:31%;top:42%;width:150px;height:150px;border:1px solid rgba(20,20,20,.28);border-radius:50%;display:grid;place-items:center;background:rgba(244,241,235,.85);backdrop-filter:blur(8px);animation:communicationFloat 6s ease-in-out infinite}
.communication-orbit span{position:absolute;font-size:9px;font-weight:800;letter-spacing:.15em}
.communication-orbit span:nth-child(1){top:18px}.communication-orbit span:nth-child(2){right:-24px;top:68px}.communication-orbit span:nth-child(3){bottom:18px;left:28px}
.communication-journey{display:flex;align-items:center;gap:clamp(16px,3vw,48px);border-top:1px solid rgba(0,0,0,.18);padding-top:30px;margin-top:-40px;position:relative;z-index:5}
.journey-step{flex:1}.journey-step span{font-size:12px;opacity:.55}.journey-step strong{display:block;font-size:clamp(1.2rem,2vw,1.7rem);margin:7px 0}.journey-step p{margin:0;font-size:14px;line-height:1.5;color:var(--text-muted,#666)}
.communication-journey>i{opacity:.45}
@keyframes communicationFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(8deg)}}
@media(max-width:900px){
  .communication-intro{width:100%;max-width:700px}
  .communication-collage{height:560px;margin-top:30px}
  .photo-main{width:48%;height:430px;right:18%}
  .photo-top{width:29%;height:210px;right:0;top:80px}
  .photo-bottom{width:30%;height:210px;right:43%;bottom:0}
  .communication-orbit{right:28%;top:42%}
  .communication-journey{margin-top:10px}
}
@media(max-width:600px){
  .communication-advantage{padding:58px 6vw 70px}
  .communication-intro .section-title{font-size:clamp(2.25rem,10vw,3.4rem)}
  .communication-lead{font-size:15px;line-height:1.7}
  .communication-collage{height:430px;margin-top:35px}
  .photo-main{width:58%;height:330px;right:13%;border-radius:110px 110px 18px 18px}
  .photo-top{width:38%;height:155px;right:0;top:48px;border-radius:18px 50px 18px 18px}
  .photo-bottom{width:40%;height:155px;right:45%;bottom:0;border-radius:50px 18px 18px 18px}
  .photo-tag{font-size:8px;padding:7px 9px;left:10px;bottom:10px}
  .communication-orbit{width:105px;height:105px;right:27%;top:40%}
  .communication-orbit span{font-size:7px}
  .communication-orbit span:nth-child(1){top:12px}.communication-orbit span:nth-child(2){right:-18px;top:47px}.communication-orbit span:nth-child(3){bottom:12px;left:18px}
  .communication-journey{display:grid;grid-template-columns:1fr;gap:18px;padding-top:24px}
  .communication-journey>i{display:none}
  .journey-step{display:grid;grid-template-columns:38px 1fr;column-gap:10px;align-items:center}
  .journey-step span{grid-row:span 2}
  .journey-step strong{margin:0}
  .journey-step p{grid-column:2}
}
@media(prefers-reduced-motion:reduce){.communication-orbit{animation:none}.communication-photo img{transition:none}}


/* =========================================================
   HOME PAGE 1 - SECTION 05: COMMUNICATION IN ACTION
   Editorial feature with outcome cards, responsive and theme-safe.
   ========================================================= */
.communication-action{
  --ca-bg:#f4f1eb;
  --ca-surface:#fff;
  --ca-ink:#171717;
  --ca-muted:#484848;
  --ca-line:rgba(23,23,23,.18);
  background:var(--ca-bg);
  color:var(--ca-ink);
  padding:clamp(64px,8vw,120px) 5vw;
  overflow:hidden;
}
html[data-theme="dark"] .communication-action{
  --ca-bg:#0a0a0a;
  --ca-surface:#171717;
  --ca-ink:#f7f7f5;
  --ca-muted:#d0d0d0;
  --ca-line:rgba(255,255,255,.2);
}
.communication-action__container{max-width:1380px;margin:0 auto}
.communication-action__header{max-width:1000px;margin:0 auto clamp(34px,5vw,64px);text-align:center}
.communication-action__eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;font-size:14px;font-weight:800;letter-spacing:.15em;margin-bottom:24px}
.communication-action__number{display:grid;place-items:center;width:40px;height:40px;border:1px solid currentColor;border-radius:50%;font-size:14px}
.communication-action__header .section-title{margin:0;font-size:clamp(2.45rem,5.3vw,5.4rem);line-height:1.04;letter-spacing:-.055em;color:var(--ca-ink)}
.communication-action__header .section-title em{color:var(--ca-muted)}
.communication-action__intro{max-width:660px;margin:22px auto 0;color:var(--ca-muted);font-size:17px;line-height:1.75}
.communication-action__feature{position:relative;isolation:isolate;min-height:clamp(350px,43vw,590px);display:flex;align-items:flex-end;overflow:hidden;border-radius:24px;background:#222;color:#fff}
.communication-action__feature>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:grayscale(100%);transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.communication-action__feature:hover>img{transform:scale(1.035)}
.communication-action__feature-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.48) 56%,rgba(0,0,0,.08)),linear-gradient(0deg,rgba(0,0,0,.5),transparent 55%)}
.communication-action__feature-copy{max-width:720px;padding:clamp(28px,5vw,68px)}
.communication-action__mini-label{display:block;font-size:14px;font-weight:800;letter-spacing:.13em;color:inherit;margin-bottom:16px}
.communication-action__feature-copy h3{max-width:700px;margin:0 0 16px;font-size:clamp(2rem,4.3vw,4.2rem);line-height:1.05;letter-spacing:-.04em}
.communication-action__feature-copy p{max-width:650px;margin:0 0 24px;font-size:17px;line-height:1.7;color:#f1f1f1}
.communication-action__text-link{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:15px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.75);padding:0 0 8px}
.communication-action__text-link i{transition:transform .25s ease}
.communication-action__text-link:hover i{transform:translateX(5px)}
.communication-action__image-caption{position:absolute;right:clamp(22px,4vw,52px);top:clamp(22px,4vw,48px);padding:12px 16px;border:1px solid rgba(255,255,255,.7);border-radius:99px;font-size:14px;font-weight:800;letter-spacing:.1em;color:#fff;background:rgba(0,0,0,.28)}
.communication-action__pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.communication-action__pillar{position:relative;isolation:isolate;min-height:245px;overflow:hidden;padding:clamp(22px,3vw,38px);border:1px solid var(--ca-line);border-radius:18px;background:var(--ca-surface);color:var(--ca-ink);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.communication-action__pillar:hover{transform:translateY(-7px);border-color:var(--ca-ink);box-shadow:0 18px 38px rgba(0,0,0,.1)}
html[data-theme="dark"] .communication-action__pillar:hover{box-shadow:0 18px 38px rgba(0,0,0,.35)}
.communication-action__pillar-top{display:flex;align-items:center;gap:14px;margin-bottom:25px}
.communication-action__pillar-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:var(--ca-ink);color:var(--ca-bg);font-size:19px}
.communication-action__pillar .communication-action__mini-label{margin:0;color:var(--ca-muted)}
.communication-action__pillar h3{position:relative;margin:0 0 10px;font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.2;letter-spacing:-.03em}
.communication-action__pillar p{position:relative;max-width:340px;margin:0;color:var(--ca-muted);font-size:16px;line-height:1.7}
.communication-action__pillar-mark{position:absolute;z-index:-1;right:8px;bottom:-35px;color:var(--ca-ink);opacity:.045;font-size:9rem;font-weight:900;line-height:1;transition:transform .4s ease,opacity .4s ease}
.communication-action__pillar:hover .communication-action__pillar-mark{transform:translateY(-8px);opacity:.09}
.communication-action__footer{display:flex;justify-content:space-between;align-items:center;gap:26px;padding-top:32px}
.communication-action__footer p{max-width:600px;margin:0;font-size:clamp(1.05rem,1.6vw,1.4rem);font-weight:700;line-height:1.5;color:var(--ca-ink)}
.communication-action__footer .btn{display:inline-flex;align-items:center;gap:14px;flex-shrink:0;font-size:15px}
.communication-action [data-aos]{will-change:transform,opacity}
@media(max-width:760px){
  .communication-action{padding:58px 6vw 68px}
  .communication-action__header{margin-bottom:32px}
  .communication-action__header .section-title{font-size:clamp(2.35rem,9vw,4rem)}
  .communication-action__intro{font-size:16px;line-height:1.65}
  .communication-action__feature{min-height:440px;border-radius:18px}
  .communication-action__feature-shade{background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.3) 82%)}
  .communication-action__feature-copy{padding:26px}
  .communication-action__feature-copy h3{font-size:clamp(2rem,8vw,3.2rem)}
  .communication-action__feature-copy p{font-size:16px}
  .communication-action__image-caption{top:18px;right:18px;font-size:14px}
  .communication-action__pillars{grid-template-columns:1fr;gap:14px;margin-top:14px}
  .communication-action__pillar{min-height:0;padding:23px}
  .communication-action__pillar-top{margin-bottom:18px}
  .communication-action__footer{align-items:flex-start;flex-direction:column;gap:20px}
}
@media(prefers-reduced-motion:reduce){
  .communication-action *, .communication-action *::before, .communication-action *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
/* =========================================================
   LOGIN & SIGNUP â€” auth pages (no nav / no footer)
   Header: brand only + theme/RTL toggles
========================================================= */
.auth-page{min-height:100vh;display:flex;flex-direction:column;background:var(--paper);color:var(--ink);transition:background .35s,color .35s}
html[data-theme="dark"] .auth-page{background:#050505;color:#f7f7f5}

.auth-topbar{display:flex;align-items:center;justify-content:space-between;padding:clamp(20px,3.5vw,36px) clamp(20px,4vw,64px)}
.auth-topbar .brand{color:inherit}
.auth-topbar .brand-mark{width:30px;height:30px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:13px}

.auth-controls{display:flex;align-items:center;gap:10px}
.auth-icon-btn{width:36px;height:36px;display:grid;place-items:center;border:1.5px solid rgba(17,17,17,.18);border-radius:50%;font-size:14px;color:inherit;background:none;cursor:pointer;transition:.25s var(--ease)}
html[data-theme="dark"] .auth-icon-btn{border-color:rgba(255,255,255,.22)}
.auth-icon-btn:hover{background:var(--ink);color:var(--paper);transform:scale(1.06)}
html[data-theme="dark"] .auth-icon-btn:hover{background:#fff;color:#050505}

.auth-body{flex:1;display:grid;grid-template-columns:1fr}
@media(min-width:940px){.auth-body{grid-template-columns:1.05fr 1fr}}

.auth-panel{position:relative;background:var(--black);color:#fff;padding:clamp(40px,6vw,80px);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.auth-panel::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.auth-panel-top{position:relative;z-index:1;font:700 13px/1.2 Manrope,sans-serif;letter-spacing:.14em;color:#8c8c8c;margin:0}
.auth-panel-statement{position:relative;z-index:1;max-width:460px}
.auth-panel-statement h2{font:800 clamp(1.9rem,3vw,2.7rem)/1.12 Manrope,sans-serif;letter-spacing:-.03em;margin:0 0 18px;color:#fff}
.auth-panel-statement p{font:500 15.5px/1.6 "DM Sans",sans-serif;color:#aaa;max-width:380px;margin:0}
.auth-panel-foot{position:relative;z-index:1;display:flex;gap:28px;font:700 13px/1 Manrope,sans-serif;letter-spacing:.06em;color:#8c8c8c}
.auth-panel-foot strong{display:block;color:#fff;font-size:20px;letter-spacing:-.02em;margin-bottom:4px}

.auth-form-side{display:flex;align-items:center;justify-content:center;padding:clamp(40px,6vw,80px)}
.auth-form-wrap{width:100%;max-width:400px}
.auth-form-wrap h1{font:800 clamp(1.8rem,3vw,2.3rem)/1.1 Manrope,sans-serif;letter-spacing:-.03em;margin:0 0 10px;color:var(--ink)}
html[data-theme="dark"] .auth-form-wrap h1{color:#f7f7f5}
.auth-form-sub{font:500 15px/1.5 "DM Sans",sans-serif;color:var(--muted);margin:0 0 32px}
html[data-theme="dark"] .auth-form-sub{color:#9c9c9c}
.auth-form-sub a{color:var(--ink);border-bottom:1px solid currentColor}
html[data-theme="dark"] .auth-form-sub a{color:#fff}

.auth-form{display:flex;flex-direction:column;gap:20px}
.auth-field{display:flex;flex-direction:column;gap:8px}
.auth-field label{font:700 13px/1.2 Manrope,sans-serif;letter-spacing:.02em;color:var(--ink)}
html[data-theme="dark"] .auth-field label{color:#f5f5f5}
.auth-input-wrap{position:relative}
.auth-field input{width:100%;padding:14px 18px;border:1.5px solid rgba(17,17,17,.16);border-radius:6px;background:transparent;color:var(--ink);font:500 15px/1.4 "DM Sans",sans-serif;transition:border-color .3s var(--ease),box-shadow .3s var(--ease);box-sizing:border-box}
html[data-theme="dark"] .auth-field input{border-color:rgba(255,255,255,.16);color:#f5f5f5}
.auth-field input::placeholder{color:#9a9a9a}
.auth-field input:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px rgba(17,17,17,.08)}
html[data-theme="dark"] .auth-field input:focus{border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.1)}
.auth-field input[type="password"]{padding-right:46px}
html[dir="rtl"] .auth-field input[type="password"]{padding-right:18px;padding-left:46px}

.auth-eye{position:absolute;top:50%;right:14px;transform:translateY(-50%);background:none;border:0;color:#8c8c8c;cursor:pointer;font-size:15px;display:grid;place-items:center;width:22px;height:22px}
html[dir="rtl"] .auth-eye{right:auto;left:14px}
.auth-eye:hover{color:var(--ink)}
html[data-theme="dark"] .auth-eye:hover{color:#fff}

.auth-row{display:flex;align-items:center;justify-content:space-between;font:500 13.5px/1.2 "DM Sans",sans-serif;color:var(--muted)}
html[data-theme="dark"] .auth-row{color:#9c9c9c}
.auth-row a{color:inherit;border-bottom:1px solid currentColor}
.auth-check{display:flex;align-items:center;gap:8px;cursor:pointer}
.auth-check input{width:15px;height:15px;margin:0;accent-color:var(--ink)}
html[data-theme="dark"] .auth-check input{accent-color:#fff}

.auth-terms{font:500 13px/1.5 "DM Sans",sans-serif;color:var(--muted);display:flex;align-items:flex-start;gap:9px}
html[data-theme="dark"] .auth-terms{color:#9c9c9c}
.auth-terms input{margin-top:3px;width:15px;height:15px;flex-shrink:0;accent-color:var(--ink)}
html[data-theme="dark"] .auth-terms input{accent-color:#fff}
.auth-terms a{color:var(--ink);border-bottom:1px solid currentColor}
html[data-theme="dark"] .auth-terms a{color:#fff}

.auth-submit{align-self:flex-start;display:inline-flex;align-items:center;gap:12px;padding:15px 30px;background:var(--ink);color:#fff;font:700 15px/1 Manrope,sans-serif;border:none;border-radius:4px;cursor:pointer;position:relative;overflow:hidden;transition:gap .35s var(--ease),transform .3s var(--ease);margin-top:4px}
html[data-theme="dark"] .auth-submit{background:#fff;color:#090909}
.auth-submit::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.14);transform:translateX(-101%);transition:transform .45s var(--ease)}
html[data-theme="dark"] .auth-submit::after{background:rgba(0,0,0,.1)}
.auth-submit:hover{gap:18px;transform:translateY(-2px)}
.auth-submit:hover::after{transform:translateX(0)}
html[dir="rtl"] .auth-submit{align-self:flex-end}

.auth-divider{display:flex;align-items:center;gap:14px;margin:26px 0 22px;font:600 12px/1 Manrope,sans-serif;letter-spacing:.08em;color:#9a9a9a}
.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:rgba(17,17,17,.14)}
html[data-theme="dark"] .auth-divider::before,html[data-theme="dark"] .auth-divider::after{background:rgba(255,255,255,.16)}

.auth-social{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border:1.5px solid rgba(17,17,17,.16);border-radius:6px;background:transparent;color:var(--ink);font:600 14px/1 "DM Sans",sans-serif;cursor:pointer;transition:border-color .3s var(--ease)}
html[data-theme="dark"] .auth-social{border-color:rgba(255,255,255,.18);color:#f5f5f5}
.auth-social:hover{border-color:var(--ink)}
html[data-theme="dark"] .auth-social:hover{border-color:#fff}

.auth-name-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:420px){.auth-name-row{grid-template-columns:1fr}}

.auth-hint{font:500 12.5px/1.4 "DM Sans",sans-serif;color:#9a9a9a;min-height:16px;margin-top:-6px}

@media(max-width:939px){
  .auth-panel{order:2;padding-top:36px}
  .auth-form-side{order:1}
}
@media(prefers-reduced-motion:reduce){.auth-icon-btn,.auth-submit,.auth-submit::after,.auth-field input{transition:none}}

/* =========================================================
   ABOUT US â€” SECTION 06: TESTIMONIALS (v2 â€” split layout)
========================================================= */

.lx-testi2{
    padding:110px 4vw;
    min-height:auto;
}

.lx-testi2-inner{
    max-width:1320px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:clamp(40px,5vw,90px);
    align-items:center;
}

/* PHOTO GRID */
.lx-testi2-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:minmax(90px,1fr);
    grid-auto-flow:dense;
    gap:clamp(10px,1.3vw,16px);
    height:clamp(360px,38vw,480px);
}
.lx-testi2-card{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    background:#111;
    box-shadow:0 14px 30px rgba(0,0,0,.35);
}
.lx-testi2-card img{width:100%;height:100%;object-fit:cover;display:block}
.lx-testi2-c1{grid-row:span 2}
.lx-testi2-c4{grid-row:span 2}

/* CONTENT */
.lx-testi2-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}
.lx-testi2-pill{
    display:inline-flex;
    align-items:center;
    padding:9px 20px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    font:700 14px/1 Manrope,sans-serif;
    letter-spacing:.03em;
}
.lx-testi2-title{
    margin:0;
    font-family:Manrope,sans-serif;
    font-weight:800;
    font-size:clamp(2rem,3.4vw,3rem);
    line-height:1.12;
    letter-spacing:-.03em;
    color:#fff;
}
.lx-testi2-title span{display:block;color:#8f8f8f;font-weight:700}
.lx-testi2-desc{
    margin:0;
    color:#c6c6c6;
    font-size:16px;
    line-height:1.7;
    font-weight:600;
    max-width:440px;
}
.lx-testi2-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:4px;
    padding:15px 28px;
    border-radius:999px;
    background:#ffffff;
    color:#0a0a0a;
    font:700 15px/1 Manrope,sans-serif;
    letter-spacing:.01em;
    transition:transform .3s var(--ease),opacity .3s;
}
.lx-testi2-cta:hover{transform:translateY(-2px);opacity:.88}
.lx-testi2-cta i{font-size:13px}

.lx-testi2-stats{
    display:flex;
    gap:clamp(24px,3vw,46px);
    margin-top:10px;
    padding-top:22px;
    width:100%;
    border-top:1px solid rgba(255,255,255,.14);
}
.lx-testi2-stat strong{
    display:block;
    font:800 clamp(1.35rem,2vw,1.85rem) Manrope,sans-serif;
    color:#fff;
    margin-bottom:4px;
}
.lx-testi2-stat span{font-size:14px;color:#aaa;font-weight:600}

/* SCROLL-REVEAL ANIMATION (progressive enhancement, safe fallback if JS/IO unsupported) */
html.js-anim #lxAboutTestimonials .lx-testi2-card{
    opacity:0;
    transform:translateY(26px) scale(.96);
    transition:opacity .7s var(--ease),transform .7s var(--ease);
}
html.js-anim #lxAboutTestimonials .lx-testi2-card.in-view{opacity:1;transform:none}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(1){transition-delay:.02s}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(2){transition-delay:.10s}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(3){transition-delay:.18s}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(4){transition-delay:.14s}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(5){transition-delay:.22s}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(6){transition-delay:.30s}
html.js-anim #lxAboutTestimonials .lx-testi2-card:nth-child(7){transition-delay:.38s}

html.js-anim #lxAboutTestimonials .lx-testi2-content > *{
    opacity:0;
    transform:translateY(20px);
    transition:opacity .6s var(--ease),transform .6s var(--ease);
}
html.js-anim #lxAboutTestimonials .lx-testi2-content.in-view > *{opacity:1;transform:none}
html.js-anim #lxAboutTestimonials .lx-testi2-content > *:nth-child(1){transition-delay:.05s}
html.js-anim #lxAboutTestimonials .lx-testi2-content > *:nth-child(2){transition-delay:.12s}
html.js-anim #lxAboutTestimonials .lx-testi2-content > *:nth-child(3){transition-delay:.19s}
html.js-anim #lxAboutTestimonials .lx-testi2-content > *:nth-child(4){transition-delay:.26s}
html.js-anim #lxAboutTestimonials .lx-testi2-content > *:nth-child(5){transition-delay:.33s}

@media(prefers-reduced-motion:reduce){
    html.js-anim #lxAboutTestimonials .lx-testi2-card,
    html.js-anim #lxAboutTestimonials .lx-testi2-content > *{
        transition:none;opacity:1;transform:none;
    }
}

@media(max-width:900px){
    .lx-testi2{padding:80px 6vw}
    .lx-testi2-inner{grid-template-columns:1fr;gap:44px}
    .lx-testi2-grid{height:340px;order:1}
    .lx-testi2-content{order:2;align-items:center;text-align:center}
    .lx-testi2-desc{max-width:520px}
    .lx-testi2-stats{justify-content:center}
}

@media(max-width:560px){
    .lx-testi2{padding:64px 6vw}
    .lx-testi2-grid{height:340px;grid-template-columns:repeat(2,1fr)}
    .lx-testi2-c1,.lx-testi2-c4{grid-row:span 1}
    .lx-testi2-c7{display:none}
    .lx-testi2-title{font-size:clamp(1.6rem,7vw,2.2rem)}
    .lx-testi2-stats{gap:20px;flex-wrap:wrap}
}


/* Stronger paragraph text in About Us sections 2 and 3 */
.lx-about-split-description,
.lx-about-s3-description,
.lx-about-s3-stat p,
.lx-about-s3-profile p {
    font-weight: 600;
}

/* Home 1 section 2: keep feature titles and descriptions readable on phones. */
@media (max-width: 640px) {
  #about .why-feature {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-areas: "icon title" "icon copy";
    align-items: start;
    column-gap: 16px;
    row-gap: 6px;
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
  }

  #about .why-feature .feature-icon {
    grid-area: icon;
    width: 50px;
    height: 50px;
  }

  #about .why-feature h3 {
    grid-area: title;
    min-width: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    overflow-wrap: normal;
  }

  #about .why-feature p {
    grid-area: copy;
    min-width: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: break-word;
  }
}
/* Home 1 section 3: align responsive step cards to one shared edge. */
@media (max-width: 980px) {
  #framework .framework-container,
  #framework .framework-steps,
  #framework .steps-track {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #framework .steps-track {
    margin: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  #framework .step-card,
  #framework .step-card:nth-child(1),
  #framework .step-card:nth-child(2),
  #framework .step-card:nth-child(3) {
    grid-column: 1;
    width: 100%;
    margin-inline: 0;
    box-sizing: border-box;
  }
}
/* Home 1 section 7: immersive case story with a full-width image stage. */
.cases{
  --case-bg:#f2f2ef;
  --case-ink:#171717;
  --case-muted:#484848;
  --case-line:rgba(23,23,23,.2);
  padding:clamp(76px,9vw,132px) 5vw;
  min-height:0;
  background:var(--case-bg);
  color:var(--case-ink);
}
html[data-theme="dark"] .cases{--case-bg:#080808;--case-ink:#f7f7f5;--case-muted:#d0d0d0;--case-line:rgba(255,255,255,.22);background:var(--case-bg);color:var(--case-ink)}
.cases-container{max-width:1380px;margin:0 auto}
.cases .section-index{color:var(--case-muted)}
.cases-head{max-width:940px;margin:0 auto clamp(34px,5vw,62px);text-align:center}
.cases-head .eyebrow{font-size:14px;line-height:1.4;letter-spacing:.16em;color:var(--case-muted)}
.cases-head .section-title{font-size:clamp(2.7rem,5.3vw,5.4rem);line-height:1.02;color:var(--case-ink)}
.cases-head .section-title em{color:var(--case-muted)}
.cases-head .text-cta{display:inline-flex;align-items:center;gap:12px;justify-content:center;margin-top:24px;padding-bottom:8px;color:var(--case-ink);font-size:15px}
.case-featured{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:stretch}
.case-image-container{position:relative;min-width:0}
.case-image{position:relative;height:clamp(300px,43vw,570px);overflow:hidden;border:1px solid var(--case-line);border-radius:26px 26px 8px 8px;clip-path:none;background:#292929}
.case-image img,.cases .case-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:grayscale(100%);transition:transform .9s cubic-bezier(.2,.7,.2,1);clip-path:none!important;border-radius:0!important}
.case-featured:hover .case-image img{transform:scale(1.035)}
.case-number{position:absolute;z-index:2;top:24px;left:24px;pointer-events:none;padding:10px 15px;border:1px solid rgba(255,255,255,.7);border-radius:99px;background:rgba(0,0,0,.45);color:#fff;font:800 14px/1.2 Manrope,sans-serif;letter-spacing:.12em}
.case-image-note{position:absolute;right:24px;top:24px;padding:10px 15px;border:1px solid rgba(255,255,255,.65);border-radius:99px;background:rgba(0,0,0,.45);color:#fff;font-size:14px;font-weight:800;letter-spacing:.1em}
.case-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.38fr);gap:clamp(24px,5vw,76px);align-items:center;padding:clamp(28px,4vw,52px);border:1px solid var(--case-line);border-top:0;border-radius:0 0 26px 26px;background:color-mix(in srgb,var(--case-bg) 88%,var(--case-ink) 12%)}
.case-story-copy{min-width:0;max-width:850px}
.case-tag{display:block;margin-bottom:16px;color:var(--case-muted);font:800 14px/1.4 Manrope,sans-serif;letter-spacing:.15em}
.case-content h3{margin:0 0 16px;color:var(--case-ink);font:800 clamp(2rem,3.5vw,3.8rem)/1.08 Manrope,sans-serif;letter-spacing:-.05em;overflow-wrap:anywhere}
.case-content p{max-width:760px;margin:0;color:var(--case-muted);font-size:17px;line-height:1.75;overflow-wrap:anywhere}
.case-proof{min-width:0;padding:24px;border:1px solid var(--case-line);border-radius:18px;background:var(--case-bg)}
.case-proof-label{display:block;color:var(--case-muted);font-size:14px;font-weight:800;line-height:1.4;letter-spacing:.13em}
.case-result{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:16px 0 0;padding:0;border:0}
.case-result strong{color:var(--case-ink);font:800 clamp(2.8rem,5vw,4.4rem)/1 Manrope,sans-serif;letter-spacing:-.05em}
.case-result span{color:var(--case-muted);font-size:15px;line-height:1.5}
.case-controls{display:flex;gap:10px;margin-top:22px}
.case-nav-btn{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--case-line);border-radius:50%;background:var(--case-ink);color:var(--case-bg);font-size:16px;transition:transform .25s ease,background .25s ease,color .25s ease}
.case-nav-btn:hover{transform:translateY(-3px);background:var(--case-bg);color:var(--case-ink)}
@media(max-width:760px){
  .cases{padding:72px 6vw}
  .cases-head{margin-bottom:30px}
  .cases-head .section-title{font-size:clamp(2.5rem,9vw,4rem)}
  .case-image{height:clamp(260px,62vw,430px);border-radius:20px 20px 6px 6px}
  .case-number{top:14px;left:14px}
  .case-image-note{top:14px;right:14px}
  .case-content{grid-template-columns:1fr;gap:24px;padding:24px;border-radius:0 0 20px 20px}
  .case-content h3{font-size:clamp(1.9rem,7vw,2.8rem)}
  .case-content p{font-size:16px}
  .case-proof{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;padding:18px}
  .case-proof-label{grid-column:1/-1}
  .case-result{margin:4px 0 0}
  .case-result strong{font-size:clamp(2.5rem,10vw,3.3rem)}
  .case-controls{margin:0;align-self:center}
}
@media(max-width:420px){
  .cases{padding-inline:20px}
  .case-image{height:250px}
  .case-image-note{max-width:60%;text-align:center}
  .case-content{padding:20px}
  .case-proof{grid-template-columns:1fr}
  .case-controls{margin-top:12px}
}
@media(prefers-reduced-motion:reduce){.case-image img,.case-nav-btn{transition-duration:.01ms!important}}
/* Keep the case story panel full-width; an older max-width was squeezing its grid. */
.cases .case-featured{width:100%;grid-template-columns:minmax(0,1fr);}
.cases .case-content{width:100%;max-width:none;min-width:0;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);}
.cases .case-story-copy{width:100%;max-width:none;min-width:0;}
@media(max-width:760px){.cases .case-content{grid-template-columns:minmax(0,1fr)}}
/* Home 1 section 7: single photo stage with a centered, stacked case story. */
.cases{
  --case-bg:#f2f2ef;--case-ink:#171717;--case-muted:#484848;--case-line:rgba(23,23,23,.2);
  padding:clamp(76px,9vw,132px) 5vw;background:var(--case-bg);color:var(--case-ink);min-height:0;
}
html[data-theme="dark"] .cases{--case-bg:#080808;--case-ink:#f7f7f5;--case-muted:#d0d0d0;--case-line:rgba(255,255,255,.22);background:var(--case-bg);color:var(--case-ink)}
.cases-container{max-width:1380px;margin:0 auto}
.cases-head{max-width:940px;margin:0 auto clamp(34px,5vw,62px);text-align:center}
.cases-head .eyebrow{font-size:14px;line-height:1.4;letter-spacing:.16em;color:var(--case-muted)}
.cases-head .section-title{font-size:clamp(2.7rem,5.3vw,5.4rem);line-height:1.02;color:var(--case-ink)}
.cases-head .section-title em{color:var(--case-muted)}
.cases-head .text-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;padding-bottom:8px;color:var(--case-ink);font-size:15px}
.cases .section-index{color:var(--case-muted)}
.cases .case-featured{position:relative;display:grid;grid-template-columns:minmax(0,1fr);width:100%;min-width:0;overflow:hidden;border-radius:28px;background:#101010;isolation:isolate}
.cases .case-image-container{grid-area:1/1;position:relative;width:100%;height:clamp(560px,59vw,760px);min-width:0;overflow:hidden}
.cases .case-image{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;clip-path:none;background:#171717}
.cases .case-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:grayscale(100%);clip-path:none!important;border-radius:0!important;transform:scale(1.015);transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.cases .case-featured:hover .case-image img{transform:scale(1.055)}
.cases .case-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.55) 42%,rgba(0,0,0,.72));pointer-events:none}
.cases .case-number{position:absolute;z-index:2;top:26px;left:26px;padding:10px 15px;border:1px solid rgba(255,255,255,.7);border-radius:99px;background:rgba(0,0,0,.48);color:#fff;font:800 14px/1.2 Manrope,sans-serif;letter-spacing:.12em}
.cases .case-image-note{position:absolute;z-index:2;top:26px;right:26px;padding:10px 15px;border:1px solid rgba(255,255,255,.7);border-radius:99px;background:rgba(0,0,0,.48);color:#fff;font-size:14px;font-weight:800;letter-spacing:.1em}
.cases .case-content{grid-area:1/1;position:relative;z-index:3;align-self:center;justify-self:center;display:flex;flex-direction:column;align-items:center;gap:20px;width:min(760px,calc(100% - 48px));max-width:none;min-width:0;margin:40px 0;padding:clamp(26px,4vw,52px);border:1px solid rgba(255,255,255,.32);border-radius:24px;background:rgba(10,10,10,.78);box-shadow:0 22px 70px rgba(0,0,0,.3);backdrop-filter:blur(12px);color:#fff;text-align:center}
.cases .case-story-copy{width:100%;max-width:660px;min-width:0}
.cases .case-tag{display:block;margin:0 0 16px;color:#e0e0e0;font:800 14px/1.4 Manrope,sans-serif;letter-spacing:.15em}
.cases .case-content h3{margin:0 0 16px;color:#fff;font:800 clamp(2rem,4vw,3.55rem)/1.08 Manrope,sans-serif;letter-spacing:-.045em;overflow-wrap:anywhere}
.cases .case-content p{max-width:620px;margin:0 auto;color:#e2e2e2;font-size:17px;line-height:1.7;overflow-wrap:anywhere}
.cases .case-proof{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;padding:0;border:0;border-top:1px solid rgba(255,255,255,.35);border-radius:0;background:transparent}
.cases .case-proof-label{margin-top:16px;color:#e0e0e0;font-size:14px;font-weight:800;line-height:1.4;letter-spacing:.13em}
.cases .case-result{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:8px;margin:0;padding:0;border:0}
.cases .case-result strong{color:#fff;font:800 clamp(2.5rem,5vw,3.7rem)/1 Manrope,sans-serif;letter-spacing:-.05em}
.cases .case-result span{color:#e2e2e2;font-size:15px;line-height:1.5}
.cases .case-controls{display:flex;justify-content:center;gap:12px;margin:12px 0 0}
.cases .case-nav-btn{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:transparent;color:#fff;font-size:16px;transition:transform .25s ease,background .25s ease,color .25s ease}
.cases .case-nav-btn:hover{transform:translateY(-3px);background:#fff;color:#111}
@media(max-width:760px){
  .cases{padding:72px 6vw}
  .cases-head{margin-bottom:30px}
  .cases-head .section-title{font-size:clamp(2.5rem,9vw,4rem)}
  .cases .case-featured{border-radius:20px}
  .cases .case-image-container{height:clamp(600px,150vw,760px)}
  .cases .case-number{top:14px;left:14px}
  .cases .case-image-note{top:14px;right:14px;max-width:55%;text-align:center}
  .cases .case-content{width:calc(100% - 32px);gap:16px;margin:64px 0 20px;padding:24px 20px;border-radius:20px}
  .cases .case-content h3{font-size:clamp(1.85rem,7vw,2.8rem)}
  .cases .case-content p{font-size:16px}
  .cases .case-proof{width:100%}
  .cases .case-proof-label{margin-top:14px}
}
@media(max-width:420px){
  .cases{padding-inline:20px}
  .cases .case-image-container{height:680px}
  .cases .case-content{width:calc(100% - 24px);padding:22px 17px}
  .cases .case-content h3{font-size:1.85rem}
}
@media(prefers-reduced-motion:reduce){.cases .case-image img,.cases .case-nav-btn{transition-duration:.01ms!important}}
/* Home 1 section 7: balanced editorial case study gallery. */
.cases{--case-bg:#f2f2ef;--case-card:#fff;--case-ink:#171717;--case-muted:#4c4c4c;--case-line:rgba(23,23,23,.18);padding:clamp(76px,9vw,132px) 5vw;background:var(--case-bg);color:var(--case-ink);min-height:0}
html[data-theme="dark"] .cases{--case-bg:#080808;--case-card:#171717;--case-ink:#f7f7f5;--case-muted:#d0d0d0;--case-line:rgba(255,255,255,.2);background:var(--case-bg);color:var(--case-ink)}
.cases .section-index{color:var(--case-muted)}
.cases-container{max-width:1380px;margin:0 auto}
.cases-head{max-width:900px;margin:0 auto clamp(38px,5vw,68px);text-align:center}
.cases-head .eyebrow{color:var(--case-muted);font-size:14px;line-height:1.5;letter-spacing:.15em}
.cases-head .section-title{color:var(--case-ink);font-size:clamp(2.7rem,5vw,5.2rem);line-height:1.03}
.cases-head .section-title em{color:var(--case-muted)}
.cases-head .text-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-top:22px;padding-bottom:8px;color:var(--case-ink);font-size:15px}
.case-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px}
.case-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--case-line);border-radius:20px;background:var(--case-card);color:var(--case-ink);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.case-card:hover{transform:translateY(-7px);border-color:var(--case-ink);box-shadow:0 20px 40px rgba(0,0,0,.12)}
html[data-theme="dark"] .case-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.38)}
.case-card-image{position:relative;aspect-ratio:1.55/1;overflow:hidden;background:#333}
.case-card-image img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);clip-path:none!important;border-radius:0!important;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .65s ease}
.case-card:hover .case-card-image img{transform:scale(1.045);filter:grayscale(35%)}
.case-card-image span{position:absolute;left:16px;top:16px;padding:9px 12px;border:1px solid rgba(255,255,255,.78);border-radius:99px;background:rgba(0,0,0,.66);color:#fff;font-size:14px;font-weight:800;line-height:1.3;letter-spacing:.08em}
.case-card-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:clamp(20px,2.2vw,30px)}
.case-card-industry{margin:0 0 13px;color:var(--case-muted);font-size:14px;font-weight:800;line-height:1.4;letter-spacing:.14em}
.case-card h3{margin:0 0 13px;color:var(--case-ink);font:800 clamp(1.45rem,2vw,2rem)/1.16 Manrope,sans-serif;letter-spacing:-.035em;overflow-wrap:anywhere}
.case-card-summary{margin:0 0 24px;color:var(--case-muted);font-size:16px;line-height:1.7;overflow-wrap:anywhere}
.case-card-result{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;width:100%;margin-top:auto;padding-top:17px;border-top:1px solid var(--case-line)}
.case-card-result strong{color:var(--case-ink);font:800 2.1rem/1 Manrope,sans-serif;letter-spacing:-.04em}
.case-card-result span{color:var(--case-muted);font-size:14px;line-height:1.45}
@media(max-width:980px){.case-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.case-card:last-child{grid-column:1/-1}.case-card:last-child .case-card-image{aspect-ratio:2/1}}
@media(max-width:640px){.cases{padding:72px 6vw}.cases-head{margin-bottom:32px}.cases-head .section-title{font-size:clamp(2.45rem,9vw,3.8rem)}.case-gallery{grid-template-columns:1fr;gap:16px}.case-card:last-child{grid-column:auto}.case-card:last-child .case-card-image{aspect-ratio:1.55/1}.case-card-image{aspect-ratio:1.6/1}.case-card-copy{padding:22px}.case-card h3{font-size:1.7rem}}
@media(max-width:420px){.cases{padding-inline:20px}.case-card-image{aspect-ratio:1.35/1}.case-card h3{font-size:1.55rem}}
@media(prefers-reduced-motion:reduce){.case-card,.case-card-image img{transition-duration:.01ms!important}}

/* ===================================================
   Merged from cursor.css
   =================================================== */

/* =========================================================
   LEXORA â€” MINIMAL RING CURSOR
   Small dot + soft ring that grows on hover. The label (if any)
   sits well clear of the pointer so it never overlaps the text
   or element being hovered.
   ========================================================= */

.lx-cursor{
  position:fixed;
  left:0;
  top:0;
  width:1px;
  height:1px;
  z-index:2147483647;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-100px,-100px,0);
  transition:opacity .18s ease;
}
.lx-cursor.is-ready{opacity:1}

/* Outer ring â€” subtle, hollow, grows on hover */
.lx-cursor-frame{
  position:absolute;
  left:-15px;
  top:-15px;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1.5px solid currentColor;
  opacity:.55;
  transform:scale(1);
  transition:
    transform .3s cubic-bezier(.2,.8,.2,1),
    opacity .25s ease;
}

/* Center dot */
.lx-cursor-mark{
  position:absolute;
  left:-3px;
  top:-3px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:currentColor;
  transform:scale(1);
  transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .2s ease;
}

/* Small label pill, offset well below-right of the pointer
   so it never sits on top of the hovered text/element. */
.lx-cursor-label{
  position:absolute;
  left:22px;
  top:22px;
  white-space:nowrap;
  color:#fff;
  background:rgba(0,0,0,.82);
  padding:5px 10px;
  border-radius:20px;
  font:700 9px/1 "Manrope",Arial,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .2s ease,transform .28s cubic-bezier(.2,.8,.2,1);
}

.lx-cursor.is-hover .lx-cursor-frame{
  transform:scale(1.4);
  opacity:.9;
}
.lx-cursor.is-hover .lx-cursor-mark{
  transform:scale(0);
}
.lx-cursor.is-hover .lx-cursor-label{
  opacity:1;
  transform:none;
}

.lx-cursor.is-image .lx-cursor-frame{
  transform:scale(2.1);
  opacity:.85;
}
.lx-cursor.is-image .lx-cursor-mark{
  transform:scale(0);
}
.lx-cursor.is-image .lx-cursor-label{
  opacity:1;
  transform:none;
}

.lx-cursor.is-clicking .lx-cursor-frame{
  transform:scale(.8);
}
.lx-cursor.is-clicking .lx-cursor-mark{
  transform:scale(.6);
}

/* Explicit theme contrast â€” ring/dot follow ink color, label stays
   a fixed dark pill with white text so it reads on any background. */
html[data-theme="dark"] .lx-cursor-frame,
html[data-theme="dark"] .lx-cursor-mark{
  color:#fff;
}
html[data-theme="light"] .lx-cursor-frame,
html[data-theme="light"] .lx-cursor-mark{
  color:#050505;
}
html[data-theme="light"] .lx-cursor-label{
  background:rgba(5,5,5,.88);
  color:#fff;
}

html[dir="rtl"] .lx-cursor-label{
  left:auto;
  right:22px;
}

@media (pointer:fine) and (min-width:801px){
  html.lx-custom-cursor,
  html.lx-custom-cursor body,
  html.lx-custom-cursor a,
  html.lx-custom-cursor button,
  html.lx-custom-cursor [role="button"]{
    cursor:none !important;
  }
}

@media (pointer:coarse), (max-width:800px){
  .lx-cursor{display:none !important}
}

@media (prefers-reduced-motion:reduce){
  .lx-cursor{display:none !important}
}


/* ===================================================
   Merged from case-studies.css
   =================================================== */

ï»¿/* =========================================================
   LEXORA CASE STUDIES â€” SECTION 02
   Normal scroll flow (no pin, no fixed 100vh budget). Content
   reveals in order as it enters view: heading, then the
   image+pills block, then the 3 metric cards one by one.
   Nothing is absolutely positioned across siblings, so nothing
   can ever overlap or get clipped by a viewport-height limit.
========================================================= */

.case-study-s2 {
  --s2-paper: #f5f5f2;
  --s2-ink: #090909;
  --s2-muted: #666666;
  --s2-line: rgba(9, 9, 9, .16);
  --s2-visual-pad: clamp(0px, .6vw, 8px);
  --s2-metric-overlap: clamp(40px, 6vw, 64px);
  position: relative;
  padding: clamp(64px, 9vw, 120px) 4vw clamp(80px, 10vw, 140px);
  background: var(--s2-paper);
  color: var(--s2-ink);
  overflow: clip;
}

.case-study-s2__inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* ---------------- HEADING â€” reveals first ---------------- */
.case-study-s2__heading {
  max-width: 680px;
  margin: 0 auto clamp(26px, 3.4vw, 40px);
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.case-study-s2__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-study-s2__index {
  display: block;
  margin: 0 0 7px;
  color: var(--s2-muted);
  font: 700 14px/1.2 Manrope, sans-serif;
  letter-spacing: .13em;
}

.case-study-s2__eyebrow {
  margin: 0 0 9px;
  color: var(--s2-muted);
  font: 700 14px/1.25 Manrope, sans-serif;
  letter-spacing: .16em;
}

.case-study-s2__heading h2 {
  margin: 0;
  color: var(--s2-ink);
  font: 800 clamp(1.9rem, 3.7vw, 3.3rem)/1.04 Manrope, sans-serif;
  letter-spacing: -.05em;
}

.case-study-s2__heading h2 em {
  color: var(--s2-muted);
  font-style: normal;
}

.case-study-s2__intro {
  max-width: 480px;
  margin: 10px auto 0;
  color: var(--s2-muted);
  font: 500 14px/1.4 "DM Sans", sans-serif;
}

/* ---------------- VISUAL (image + pills) â€” reveals second ---------------- */
.case-study-s2__visual {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: var(--s2-visual-pad);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .7s ease .1s, transform .7s ease .1s;
}

.case-study-s2__visual.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-study-s2__image {
  position: relative;
  z-index: 1;
  height: clamp(340px, 62vh, 620px);
  margin: 0;
  overflow: hidden;
  background: #181818;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .15);
}

.case-study-s2__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .4));
  content: "";
  pointer-events: none;
}

.case-study-s2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(100%);
}

.case-study-s2__image figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, .9);
  font: 700 14px/1.2 Manrope, sans-serif;
  letter-spacing: .04em;
}

/* ---------------- METRICS â€” each card reveals one by one ---------------- */
.case-study-s2__metrics {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  /* pulled up onto the image's bottom edge, in normal flow â€”
     this only ever borrows space from the margin, it can never
     push the cards outside the viewport or get clipped */
  margin: calc(-1 * var(--s2-metric-overlap)) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.2vw, 32px);
  align-items: stretch;
}

.case-study-s2__metric {
  min-height: clamp(148px, 19vh, 178px);
  padding: clamp(16px, 1.8vw, 26px);
  border: 1px solid rgba(9, 9, 9, .1);
  background: #ffffff;
  color: #090909;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .14);
  opacity: 0;
  transform: translateY(56px);
  transition: opacity .6s ease, transform .6s ease;
}

.case-study-s2__metric.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* one by one â€” each card gets a slightly longer delay */
.case-study-s2__metric--01 { transition-delay: 0s; }
.case-study-s2__metric--02 { transition-delay: .15s; }
.case-study-s2__metric--03 { transition-delay: .3s; }

.case-study-s2__metric-label {
  display: block;
  margin-bottom: clamp(14px, 2vh, 22px);
  color: #5f5f5f;
  font: 700 14px/1.2 Manrope, sans-serif;
}

.case-study-s2__metric strong {
  display: block;
  margin-bottom: 8px;
  font: 800 clamp(1.7rem, 3.2vw, 3rem)/.9 Manrope, sans-serif;
  letter-spacing: -.05em;
}

.case-study-s2__metric p {
  max-width: 230px;
  margin: 0;
  color: #555555;
  font: 500 14px/1.4 "DM Sans", sans-serif;
}

/* ---------------- DARK THEME ---------------- */
html[data-theme="dark"] .case-study-s2 {
  --s2-paper: #0b0b0b;
  --s2-ink: #f5f5f5;
  --s2-muted: #a5a5a5;
}

html[data-theme="dark"] .case-study-s2__metric {
  background: #141414;
  color: #f5f5f5;
  border-color: rgba(245, 245, 245, .12);
}

html[data-theme="dark"] .case-study-s2__metric-label,
html[data-theme="dark"] .case-study-s2__metric p {
  color: #b8b8b8;
}

html[data-theme="dark"] .case-study-s2__image {
  background: #000000;
}

/* ---------------- TABLET ---------------- */
/* ---------------- MOBILE ---------------- */
@media (max-width: 640px) {
  .case-study-s2 {
    padding: 56px 4vw 64px;
  }

  .case-study-s2__index { font-size: 14px; margin-bottom: 6px; }
  .case-study-s2__eyebrow { font-size: 14px; margin-bottom: 7px; }

  .case-study-s2__heading h2 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
    line-height: 1.05;
  }

  .case-study-s2__intro {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  .case-study-s2__visual { padding-top: 0; }

  .case-study-s2__image {
    height: clamp(220px, 44vh, 340px);
  }

  .case-study-s2__image img {
    object-position: 54% center;
  }

  .case-study-s2__image figcaption {
    right: 12px;
    bottom: 10px;
    font-size: 14px;
  }

  /* single column, sitting cleanly below the image â€” no overlap
     needed on a narrow screen */
  .case-study-s2__metrics {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-study-s2__metric {
    min-height: auto;
    padding: 14px 12px;
    transform: translateY(32px);
  }

  .case-study-s2__metric-label { margin-bottom: 8px; font-size: 14px; }
  .case-study-s2__metric strong { margin-bottom: 4px; font-size: clamp(1.4rem, 6.5vw, 1.85rem); }
  .case-study-s2__metric p { max-width: none; font-size: 14px; line-height: 1.3; }
}

@media (prefers-reduced-motion: reduce) {
  .case-study-s2__heading,
  .case-study-s2__visual,
  .case-study-s2__metric {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   LEXORA CASE STUDIES â€” SECTION 03
   TRUE STACKED / STICKY CASE CARDS
   Only this section is modified.
========================================================= */

/* =========================================================
   LEXORA CASE STUDIES — SECTION 03
   TRUE STICKY STACKED CASE CARDS
   Only Section 03 animation styling.
========================================================= */

.case-study-s3 {
  position:relative;
  background:#fff;
  color:#000;
  padding:clamp(64px,8vw,120px) 0 clamp(80px,10vw,120px);
  overflow:visible !important;
  isolation:isolate;
}
html[data-theme="dark"] .case-study-s3 { background:#000; color:#fff; }

/* Global style.css has section{overflow:hidden}; sticky cannot pass that clip. */
.case-study-s3,
.case-study-s3__stories { overflow:visible !important; }

.case-study-s3__head{
  max-width:1240px;
  margin:0 auto clamp(40px,6vw,72px);
  padding:0 24px;
  color:#000;
}
html[data-theme="dark"] .case-study-s3__head{color:#fff}
.case-study-s3__head h2{
  margin:14px 0 0;
  font-family:"Manrope",Arial,sans-serif;
  font-weight:800;
  font-size:clamp(2.1rem,4.4vw,3.6rem);
  line-height:1.05;
  color:#000 !important;
}
html[data-theme="dark"] .case-study-s3__head h2{color:#fff !important}
.case-study-s3__label{
  display:inline-flex;align-items:center;gap:10px;
  font:800 14px/1.2 "DM Sans",Arial,sans-serif;
  letter-spacing:.16em;text-transform:uppercase;color:#000 !important;
}
html[data-theme="dark"] .case-study-s3__label{color:#fff !important}

.case-study-s3__stories{
  max-width:1240px;margin:0 auto;padding:0 24px;
  display:flex;flex-direction:column;gap:0;
}

/* TRUE STACK: every card sticks to one viewport line; next card covers it. */
.case-study-s3__story{
  position:sticky;
  top:clamp(82px,8vh,108px);
  height:clamp(430px,52vw,560px);
  flex:0 0 auto;
  margin:0 0 clamp(40px,6vw,72px);
  border-radius:18px;
  overflow:hidden;
  isolation:isolate;
  background:#000;color:#fff;
  box-shadow:0 22px 70px rgba(0,0,0,.24);
  transform:none !important;
  will-change:auto;
}
.case-study-s3__story:last-child{margin-bottom:0}
.case-study-s3__story:nth-child(1){z-index:10}
.case-study-s3__story:nth-child(2){z-index:20}
.case-study-s3__story:nth-child(3){z-index:30}
.case-study-s3__story:nth-child(4){z-index:40}

.case-study-s3__figure{position:absolute;inset:0;z-index:0}
.case-study-s3__figure img{
  width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(100%);transform:scale(1.045);
  transition:transform 900ms cubic-bezier(.16,1,.3,1);
}
.case-study-s3__story:hover .case-study-s3__figure img{transform:scale(1.075)}
.case-study-s3__scrim{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.48) 43%,rgba(0,0,0,.08) 72%);
  pointer-events:none;
}
.case-study-s3__copy{
  position:absolute;z-index:2;left:0;right:0;bottom:0;
  padding:clamp(24px,4vw,48px);max-width:640px;color:#fff !important;
}
.case-study-s3__num{
  position:absolute;top:clamp(20px,3vw,36px);right:clamp(20px,3vw,36px);
  font-family:"Manrope",Arial,sans-serif;font-weight:800;font-size:14px;
  letter-spacing:.1em;color:#fff !important;
}
.case-study-s3__tag{
  position:relative;display:inline-block;
  font:800 14px/1.2 "DM Sans",Arial,sans-serif;letter-spacing:.1em;
  text-transform:uppercase;color:#fff !important;margin-bottom:14px;padding-bottom:10px;
}
.case-study-s3__tag::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:36px;background:#fff !important}
.case-study-s3__headline{
  margin:0 0 12px;font-family:"Manrope",Arial,sans-serif;font-weight:800;
  font-size:clamp(1.5rem,2.8vw,2.3rem);line-height:1.15;color:#fff !important;
}
.case-study-s3__desc{margin:0 0 22px;font-size:15px;line-height:1.65;color:#fff !important;max-width:480px}
.case-study-s3__stats{
  display:flex;gap:clamp(22px,3vw,40px);padding-top:18px;
  border-top:1px solid rgba(255,255,255,.45);
}
.case-study-s3__stat{display:flex;flex-direction:column;gap:4px}
.case-study-s3__stat strong{
  font-family:"Manrope",Arial,sans-serif;font-weight:800;
  font-size:clamp(1.4rem,2.2vw,1.9rem);color:#fff !important;
}
.case-study-s3__stat span{font-size:14px;color:#fff !important}

@media(max-width:620px){
  .case-study-s3__stories{padding:0 16px}
  .case-study-s3__story{
    top:72px;height:calc(100svh - 110px);min-height:440px;
    margin-bottom:34px;border-radius:14px;
  }
  .case-study-s3__copy{padding:24px}
  .case-study-s3__stats{flex-wrap:wrap;row-gap:14px}
}
@media(prefers-reduced-motion:reduce){.case-study-s3__figure img{transition:none}}

/* =========================================================
   LEXORA CASE STUDIES â€” SECTION 04 (CTA & Testimonial)
========================================================= */

.case-study-s4 {
  --s4-paper: #f4f4f4;
  --s4-ink: #111a28;
  --s4-muted: #555555;
  --s4-line: rgba(17, 26, 40, .15);
  --s4-box-bg: #2a3441;
  --s4-box-ink: #ffffff;
  --s4-accent: #111111;
  
  position: relative;
  padding: clamp(64px, 9vw, 120px) 4vw;
  background: var(--s4-paper);
  color: var(--s4-ink);
  overflow: hidden;
}

html[data-theme="dark"] .case-study-s4 {
  --s4-paper: #0b0b0b;
  --s4-ink: #f5f5f5;
  --s4-muted: #a5a5a5;
  --s4-line: rgba(245, 245, 245, .15);
  --s4-box-bg: #1a1a1a;
  --s4-box-ink: #f5f5f5;
  --s4-accent: #ffffff;
}

.case-study-s4__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 60px);
  align-items: center;
}

@media (min-width: 1024px) {
  .case-study-s4__inner {
    grid-template-columns: 1fr 220px minmax(300px, 450px);
  }
}

/* --- Left Content --- */
.case-study-s4__content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.case-study-s4__content.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-study-s4__content h2 {
  margin: 0 0 20px;
  font: 800 clamp(2rem, 4vw, 3.2rem)/1.1 Manrope, sans-serif;
  color: var(--s4-ink);
  letter-spacing: -0.03em;
}

.case-study-s4__content p {
  margin: 0 0 35px;
  max-width: 480px;
  font: 500 16px/1.6 "DM Sans", sans-serif;
  color: var(--s4-muted);
}

.case-study-s4__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  margin-bottom: clamp(40px, 6vw, 60px);
}

.case-study-s4__actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--s4-accent);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 999px;
  font: 700 15px/1 Manrope, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-s4__actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.case-study-s4__actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--s4-muted);
  font: 700 15px/1 Manrope, sans-serif;
  transition: color 0.3s ease;
}

.case-study-s4__actions .btn-secondary .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--s4-accent);
  color: #ffffff;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.case-study-s4__actions .btn-secondary:hover {
  color: var(--s4-ink);
}

.case-study-s4__actions .btn-secondary:hover .icon-wrap {
  transform: scale(1.1);
}

.case-study-s4__testimonial {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: clamp(30px, 4vw, 40px);
  border-top: 1px solid var(--s4-line);
}

.testimonial-avatar {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--s4-accent);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-text blockquote {
  margin: 0 0 10px;
  font: 500 14px/1.5 "DM Sans", sans-serif;
  color: var(--s4-ink);
}

.testimonial-text cite {
  font: 800 14px/1 Manrope, sans-serif;
  color: var(--s4-ink);
  font-style: normal;
}

/* --- Middle Features --- */
.case-study-s4__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s;
}

.case-study-s4__features.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-box {
  background: var(--s4-box-bg);
  color: var(--s4-box-ink);
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box i {
  color: var(--s4-accent);
  font-size: 24px;
}

.feature-box span {
  font: 700 15px/1.3 Manrope, sans-serif;
}

/* --- Right Visual --- */
.case-study-s4__visual {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}

.case-study-s4__visual.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.visual-image-wrap {
  width: 100%;
  height: clamp(400px, 60vh, 600px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.visual-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-badge {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  background: var(--s4-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.badge-text-wrap {
  position: absolute;
  inset: 5px;
  animation: badgeRotate 10s linear infinite;
}

.badge-text-wrap svg {
  width: 100%;
  height: 100%;
}

.badge-text-wrap text {
  font-family: Manrope, sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  fill: #ffffff;
  letter-spacing: 0.1em;
}

.badge-play {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 28px;
  margin-left: 5px; /* Visual center adjustment for play button */
}

@keyframes badgeRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 1023px) {
  .visual-badge {
    top: -20px;
    right: 20px;
    width: 110px;
    height: 110px;
  }
  .badge-play {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-study-s4__content,
  .case-study-s4__features,
  .case-study-s4__visual {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .badge-text-wrap {
    animation: none !important;
  }
}


/* Dark Mode fixes for Section 4 monochromatic scheme */
html[data-theme="dark"] .case-study-s4__actions .btn-primary {
  color: #111111;
}
html[data-theme="dark"] .case-study-s4__actions .btn-primary:hover {
  color: #111111;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.25);
}
html[data-theme="dark"] .case-study-s4__actions .btn-secondary .icon-wrap {
  color: #111111;
}
html[data-theme="dark"] .visual-badge {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}
html[data-theme="dark"] .badge-text-wrap text {
  fill: #111111;
}
html[data-theme="dark"] .badge-play {
  color: #111111;
}

/* =========================================================
   LEXORA CASE STUDIES — SECTION 05 (Editorial FAQ)
========================================================= */
.case-study-s5 {
  --s5-paper: #ffffff;
  --s5-ink: #000000;
  --s5-muted: #555555;
  --s5-border: rgba(0, 0, 0, .18);
  --s5-accent: #000000;
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 140px) 5vw;
  background: var(--s5-paper);
  color: var(--s5-ink);
}
html[data-theme="dark"] .case-study-s5 {
  --s5-paper: #000000;
  --s5-ink: #ffffff;
  --s5-muted: #c2c2c2;
  --s5-border: rgba(255, 255, 255, .24);
  --s5-accent: #ffffff;
}
.case-study-s5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5vw;
  right: 5vw;
  height: 1px;
  background: var(--s5-border);
}
.case-study-s5__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}
.case-study-s5__heading { position: sticky; top: calc(var(--header-h, 76px) + 48px); }
.case-study-s5__eyebrow, .case-study-s5__number {
  color: var(--s5-muted);
  font: 700 16px/1.3 "DM Sans", sans-serif;
  letter-spacing: .14em;
}
.case-study-s5__eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.case-study-s5__eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--s5-accent); }
.case-study-s5__heading h2 {
  margin: 28px 0 22px;
  color: var(--s5-ink);
  font: 800 clamp(2.6rem, 5vw, 5rem)/.98 Manrope, sans-serif;
  letter-spacing: -.065em;
}
.case-study-s5__heading h2 em { color: var(--s5-muted); font-style: normal; }
.case-study-s5__heading p {
  max-width: 370px;
  margin: 0;
  color: var(--s5-muted);
  font: 500 18px/1.65 "DM Sans", sans-serif;
}
.case-study-s5__contact {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--s5-ink);
  color: var(--s5-ink);
  font: 700 16px/1.4 "DM Sans", sans-serif;
  text-decoration: none;
  transition: gap .25s ease, color .25s ease;
}
.case-study-s5__contact:hover { gap: 20px; color: var(--s5-muted); }
.case-study-s5__right { border-top: 1px solid var(--s5-border); }
.case-study-s5__block {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: start;
  padding: clamp(25px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--s5-border);
  color: var(--s5-ink);
  opacity: 1;
  filter: none;
  transform: translateY(0);
  transition: border-color .3s ease, padding .35s ease, background-color .3s ease;
}
.case-study-s5__block.is-focused { padding-left: 14px; border-color: var(--s5-muted); }
.case-study-s5__number { padding-top: 5px; color: var(--s5-muted); font-size: 16px; }
.case-study-s5__block h3 {
  margin: 0 0 12px;
  color: var(--s5-ink);
  font: 800 clamp(1.3rem, 2vw, 1.75rem)/1.25 Manrope, sans-serif;
  letter-spacing: -.035em;
}
.case-study-s5__block p {
  max-width: 650px;
  margin: 0;
  color: var(--s5-muted);
  font: 500 17px/1.7 "DM Sans", sans-serif;
}
.case-study-s5__mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--s5-border);
  border-radius: 50%;
  color: var(--s5-ink);
  font: 500 20px/1 "DM Sans", sans-serif;
  transition: transform .3s ease, background-color .3s ease, color .3s ease;
}
.case-study-s5__block.is-focused .case-study-s5__mark { transform: rotate(45deg); background: var(--s5-accent); color: #000000; }
@media (max-width: 900px) {
  .case-study-s5 { padding: 72px 6vw; }
  .case-study-s5__inner { grid-template-columns: 1fr; gap: 46px; }
  .case-study-s5__heading { position: relative; top: auto; }
}
@media (max-width: 560px) {
  .case-study-s5__block { grid-template-columns: 32px minmax(0, 1fr) 24px; gap: 12px; }
  .case-study-s5__mark { width: 24px; height: 24px; }
  .case-study-s5__block p { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .case-study-s5 *, .case-study-s5 *::before, .case-study-s5 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* ===================================================
   Merged from contact.css
   =================================================== */

/* =========================================================
   LEXORA â€” CONTACT PAGE  (contact.css)
   S1: Hero Â· S2: Form+Info Â· S3: Offices Â· S4: FAQ Â· S5: CTA
========================================================= */

/* ---- Shared reveal base ---- */
.js-ct-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1),
              transform .7s cubic-bezier(.2,.8,.2,1);
}
.js-ct-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Shared section label ---- */
.ct-label {
  display: block;
  margin-bottom: 10px;
  font: 700 13px/1.2 Manrope, sans-serif;
  letter-spacing: .14em;
}

/* =========================================================
   S1 â€” HERO BANNER  (60vh)
========================================================= */
.ct-hero {
  position: relative;
  isolation: isolate;
  height: 65vh;
  min-height: 480px;
  margin-top: var(--header-h, 72px);
  background: #050505;
  color: #ffffff;
  overflow: hidden;
}

.ct-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ct-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(.58);
  transform: scale(1.06);
  animation: ctHeroZoom 14s ease-in-out infinite alternate;
}
@keyframes ctHeroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0);  }
}
.ct-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(5,5,5,.97) 0%,
      rgba(5,5,5,.72) 50%,
      rgba(5,5,5,.38) 100%),
    linear-gradient(180deg,
      rgba(5,5,5,.14),
      rgba(5,5,5,.72));
}

.ct-hero__index {
  position: absolute;
  top: clamp(22px,3.5vw,44px);
  left: 4vw;
  z-index: 2;
  font: 700 13px/1.2 Manrope, sans-serif;
  letter-spacing: .14em;
  color: rgba(255,255,255,.6);
}

.ct-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  padding: clamp(48px, 7vh, 80px) 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.ct-hero__copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

/* Copy */
.ct-hero__eyebrow {
  display: block;
  margin-bottom: 18px;
  font: 700 13px/1.2 Manrope, sans-serif;
  letter-spacing: .16em;
  color: rgba(255,255,255,.6);
  opacity: 0;
  transform: translateY(14px);
}
.ct-hero.is-visible .ct-hero__eyebrow {
  opacity: 1; transform: translateY(-50%);
  transition: opacity .6s ease .1s, transform .6s ease .1s;
}

.ct-hero__title {
  margin: 0;
  font: 800 clamp(2.6rem,5.5vw,5.5rem)/.92 Manrope, sans-serif;
  letter-spacing: -.06em;
  color: #ffffff;
}
.ct-hero__title span {
  display: block;
  overflow: hidden;
}
.ct-hero__title span em {
  display: block;
  font-style: normal;
  opacity: 0;
  transform: translateY(105%);
}
.ct-hero.is-visible .ct-hero__title span em {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}
.ct-hero.is-visible .ct-hero__title span:nth-child(1) em { transition-delay: .15s; }
.ct-hero.is-visible .ct-hero__title span:nth-child(2) em { transition-delay: .26s; }
.ct-hero.is-visible .ct-hero__title span:nth-child(3) em { transition-delay: .37s; }

.ct-hero__sub {
  margin: 22px 0 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font: 500 16px/1.55 "DM Sans", sans-serif;
  color: rgba(255,255,255,.75);
  opacity: 0;
  transform: translateY(16px);
}
.ct-hero.is-visible .ct-hero__sub {
  opacity: 1; transform: translateY(0);
  transition: opacity .65s ease .47s, transform .65s ease .47s;
}

.ct-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 13px 22px;
  background: #ffffff;
  color: #111111;
  font: 700 14px/1 Manrope, sans-serif;
  border-radius: 4px;
  opacity: 0;
  transition: gap .3s ease, transform .3s ease;
}
.ct-hero.is-visible .ct-hero__cta {
  opacity: 1;
  transition: opacity .65s ease .57s, transform .65s ease .57s,
              gap .3s ease, background .3s ease;
}
.ct-hero__cta:hover { gap: 18px; transform: translateY(-2px); color: #111111; }

/* Stats */
.ct-hero__stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 50%;
  right: 4vw;
  padding-bottom: 0;
opacity: 0;
  transform: translateY(calc(-50% + 16px));
}
.ct-hero.is-visible .ct-hero__stats {
  opacity: 1; transform: translateY(-50%);
  transition: opacity .65s ease .62s, transform .65s ease .62s;
}
.ct-hero__stat {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.ct-hero__stat:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.ct-hero__stat strong {
  display: block;
  font: 800 clamp(1.6rem,2.8vw,2.4rem)/1 Manrope, sans-serif;
  color: #ffffff;
}
.ct-hero__stat span {
  display: block;
  margin-top: 4px;
  font: 500 14px/1.3 "DM Sans", sans-serif;
  color: rgba(255,255,255,.6);
}

/* Scroll hint */
.ct-hero__scroll {
  position: absolute;
  right: 4vw;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  font: 700 11px/1 Manrope, sans-serif;
  letter-spacing: .13em;
  color: rgba(255,255,255,.5);
}
.ct-hero__scroll i { animation: ctScrollBounce 1.8s ease-in-out infinite; }
@keyframes ctScrollBounce {
  0%,100% { transform: translateY(0); opacity:.5; }
  50%      { transform: translateY(5px); opacity:1; }
}

@media (max-width: 720px) {
  .ct-hero__stats { display: none; }
}
html[data-theme="light"] .ct-hero,
html[data-theme="dark"] .ct-hero { /* hero stays dark always */ }

/* =========================================================
   S2 â€” CONTACT FORM + INFO  (full-bleed dark right panel)
========================================================= */
/* =========================================================
   S2 â€” CONTACT FORM + INFO (card layout)
   Note: a site-wide `section{min-height:100vh}` rule exists;
   this section must opt out or every card gets stretched with
   dead space beneath it, so min-height is reset to 0 here.
========================================================= */
.ct-form-sec {
  min-height: 0;
  background: #f5f5f2;
  color: #090909;
  padding: clamp(56px,7vw,96px) 4vw;
}
html[data-theme="dark"] .ct-form-sec {
  background: #0c0c0c;
  color: #f5f5f5;
}

.ct-form-sec__container { max-width: 1320px; margin: 0 auto; }

/* Two-column grid on desktop, stacked on mobile/tablet.
   Cards size to their own content (align-items:start) so a
   taller card never stretches the shorter one. */
.ct-form-sec__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 901px) {
  .ct-form-sec__grid {
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
    gap: clamp(24px,3vw,40px);
  }
}

/* ---- Shared card shell ---- */
.ct-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(32px,4.5vw,56px);
}

/* Form card â€” light surface, sits on the section bg */
.ct-card--form {
  background: #ffffff;
  border: 1px solid rgba(9,9,9,.08);
  box-shadow: 0 1px 2px rgba(9,9,9,.04);
  display: flex;
  flex-direction: column;
}
html[data-theme="dark"] .ct-card--form {
  background: #161616;
  border-color: rgba(255,255,255,.08);
  box-shadow: none;
}

.ct-card--form .ct-label { color: #666666; }
html[data-theme="dark"] .ct-card--form .ct-label { color: #909090; }

.ct-card--form h2 {
  margin: 0 0 12px;
  font: 800 clamp(1.7rem,3vw,2.6rem)/1.1 Manrope, sans-serif;
  letter-spacing: -.04em;
  color: #090909;
}
html[data-theme="dark"] .ct-card--form h2 { color: #f5f5f5; }

.ct-card--form > p {
  margin: 0 0 32px;
  font: 500 16px/1.55 "DM Sans", sans-serif;
  color: #5f5f5f;
  max-width: 480px;
}
html[data-theme="dark"] .ct-card--form > p { color: #909090; }

/* Form */
.ct-form { display: flex; flex-direction: column; gap: 20px; }
.ct-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .ct-form__row { grid-template-columns: 1fr; } }

.ct-form__field { display: flex; flex-direction: column; gap: 8px; }
.ct-form__field label {
  font: 700 14px/1.2 Manrope, sans-serif;
  color: #090909;
}
html[data-theme="dark"] .ct-form__field label { color: #f5f5f5; }

.ct-form__field input,
.ct-form__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(9,9,9,.15);
  border-radius: 10px;
  background: transparent;
  color: #090909;
  font: 500 15px/1.4 "DM Sans", sans-serif;
  outline: none;
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
  resize: none;
  box-sizing: border-box;
}
html[data-theme="dark"] .ct-form__field input,
html[data-theme="dark"] .ct-form__field textarea {
  border-color: rgba(255,255,255,.14);
  color: #f5f5f5;
}
.ct-form__field input::placeholder,
.ct-form__field textarea::placeholder { color: #999999; }

.ct-form__field input:focus,
.ct-form__field textarea:focus {
  border-color: #090909;
  box-shadow: 0 0 0 3px rgba(9,9,9,.08);
  transform: translateY(-1px);
}
html[data-theme="dark"] .ct-form__field input:focus,
html[data-theme="dark"] .ct-form__field textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.1);
}

.ct-form__submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  background: #090909;
  color: #ffffff;
  font: 700 15px/1 Manrope, sans-serif;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: gap .35s ease, transform .35s ease;
}
html[data-theme="dark"] .ct-form__submit { background: #ffffff; color: #090909; }
.ct-form__submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.14);
  transform: translateX(-101%);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
html[data-theme="dark"] .ct-form__submit::after { background: rgba(0,0,0,.1); }
.ct-form__submit:hover { gap: 18px; transform: translateY(-2px); }
.ct-form__submit:hover::after { transform: translateX(0); }

/* Staggered reveal for individual fields once the card is visible */
.ct-form > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s cubic-bezier(.2,.8,.2,1),
              transform .55s cubic-bezier(.2,.8,.2,1);
}
.ct-form > *:nth-child(1) { transition-delay: .05s; }
.ct-form > *:nth-child(2) { transition-delay: .13s; }
.ct-form > *:nth-child(3) { transition-delay: .21s; }
.ct-form > *:nth-child(4) { transition-delay: .29s; }
.ct-card--form.is-visible .ct-form > * { opacity: 1; transform: translateY(0); }

/* Info card â€” always dark for contrast, in both themes */
.ct-card--info {
  background: #111111;
  color: #ffffff;
}
html[data-theme="dark"] .ct-card--info { background: #1a1a1a; }

/* Animated radial glow blobs */
.ct-card__glow { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.ct-card__glow::before,
.ct-card__glow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.ct-card__glow::before {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
  top: -120px;
  inset-inline-end: -120px;
  animation: ctGlow1 8s ease-in-out infinite alternate;
}
.ct-card__glow::after {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
  bottom: -70px;
  inset-inline-start: -70px;
  animation: ctGlow2 11s ease-in-out infinite alternate;
}
@keyframes ctGlow1 {
  from { transform: scale(1) translate(0,0); }
  to   { transform: scale(1.25) translate(-24px,24px); }
}
@keyframes ctGlow2 {
  from { transform: scale(1) translate(0,0); }
  to   { transform: scale(1.35) translate(24px,-24px); }
}

/* Noise texture overlay */
.ct-card__noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.ct-card--info .ct-label {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.5);
  margin-bottom: 24px;
}

/* Info list */
.ct-info-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1);
}
.ct-info-item:first-child { border-top: 1px solid rgba(255,255,255,.12); }

.ct-info-item:nth-child(1) { transition-delay: .06s; }
.ct-info-item:nth-child(2) { transition-delay: .14s; }
.ct-info-item:nth-child(3) { transition-delay: .22s; }
.ct-info-item:nth-child(4) { transition-delay: .3s; }

/* Fire when the info card is visible */
.ct-card--info.is-visible .ct-info-item {
  opacity: 1;
  transform: translateY(0);
}

.ct-info-icon {
  flex: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.ct-info-item:hover .ct-info-icon {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.45);
  transform: scale(1.1) rotate(8deg);
}
html[dir="rtl"] .ct-info-item:hover .ct-info-icon { transform: scale(1.1) rotate(-8deg); }

.ct-info-label {
  margin: 0 0 5px;
  font: 700 13px/1.2 Manrope, sans-serif;
  letter-spacing: .08em;
  color: rgba(255,255,255,.5);
}
.ct-info-item a,
.ct-info-item span {
  font: 500 15px/1.5 "DM Sans", sans-serif;
  color: #ffffff;
}
.ct-info-item a:hover { color: rgba(255,255,255,.7); }

/* Map */
.ct-location-map {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition: opacity .55s cubic-bezier(.2,.8,.2,1) .38s,
              transform .55s cubic-bezier(.2,.8,.2,1) .38s;
}
.ct-card--info.is-visible .ct-location-map { opacity: 1; transform: translateY(0) scale(1); }
.ct-location-map__heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 12px;
  color: #fff;
  font: 600 14px/1.4 "DM Sans", sans-serif;
}
.ct-location-map__heading strong { font-family: Manrope, sans-serif; font-size: 15px; }
.ct-location-map__heading span { color: rgba(255,255,255,.72); font-size: 13px; }
.ct-location-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 12px;
  filter: grayscale(1) contrast(1.05);
}
@media (max-width: 700px) { .ct-location-map iframe { height: 180px; } }

/* Compact ghost tagline â€” decorative watermark pinned in the
   card's corner; positioned absolute so it never adds height
   to the card and can't cause column-height mismatches. */
.ct-card__tag {
  position: absolute;
  z-index: 0;
  bottom: 16px;
  inset-inline-end: 28px;
  margin: 0;
  font: 800 clamp(1.3rem,2.2vw,1.9rem)/1.05 Manrope, sans-serif;
  letter-spacing: -.04em;
  color: rgba(255,255,255,.07);
  pointer-events: none;
  user-select: none;
  text-align: end;
}
@media (max-width: 700px) { .ct-card__tag { display: none; } }

/* =========================================================
   S3 â€” OFFICE LOCATIONS
========================================================= */
.ct-offices {
  background: #ffffff;
  color: #090909;
  padding: clamp(64px,9vw,120px) 4vw;
}
html[data-theme="dark"] .ct-offices {
  background: #050505;
  color: #f5f5f5;
}
.ct-offices__inner { max-width: 1320px; margin: 0 auto; }

.ct-offices__heading { margin-bottom: clamp(36px,5vw,60px); }
.ct-offices__heading .ct-label { color: #666666; }
html[data-theme="dark"] .ct-offices__heading .ct-label { color: #909090; }
.ct-offices__heading h2 {
  margin: 0;
  font: 800 clamp(2rem,3.5vw,2.9rem)/1.1 Manrope, sans-serif;
  letter-spacing: -.04em;
}

.ct-offices__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 640px)  { .ct-offices__grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 901px)  { .ct-offices__grid { grid-template-columns: repeat(3,1fr); } }

.ct-office-card {
  border: 1.5px solid rgba(9,9,9,.1);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}
html[data-theme="dark"] .ct-office-card {
  border-color: rgba(255,255,255,.1);
  background: #111111;
}
.ct-office-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,.12); }
html[data-theme="dark"] .ct-office-card:hover { box-shadow: 0 24px 48px rgba(0,0,0,.5); }

.ct-office-card__img-wrap { height: 200px; overflow: hidden; }
.ct-office-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transform: scale(1.08);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}
.ct-office-card:hover .ct-office-card__img-wrap img {
  transform: scale(1);
  filter: grayscale(0%);
}

.ct-office-card__body { padding: 24px; }
.ct-office-card__city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font: 700 13px/1.2 Manrope, sans-serif;
  letter-spacing: .08em;
  color: #666666;
}
html[data-theme="dark"] .ct-office-card__city { color: #909090; }
.ct-office-card__body h3 {
  margin: 0 0 10px;
  font: 800 18px/1.2 Manrope, sans-serif;
  color: #090909;
}
html[data-theme="dark"] .ct-office-card__body h3 { color: #f5f5f5; }
.ct-office-card__body p {
  margin: 0 0 14px;
  font: 500 15px/1.5 "DM Sans", sans-serif;
  color: #5f5f5f;
}
html[data-theme="dark"] .ct-office-card__body p { color: #909090; }
.ct-office-card__body a {
  font: 600 14px/1 Manrope, sans-serif;
  color: #090909;
}
html[data-theme="dark"] .ct-office-card__body a { color: #f5f5f5; }
.ct-office-card__body a:hover { text-decoration: underline; }

.ct-office-card.js-ct-reveal:nth-child(2) { transition-delay: .12s !important; }
.ct-office-card.js-ct-reveal:nth-child(3) { transition-delay: .24s !important; }

/* =========================================================
   S4 â€” FAQ ACCORDION
========================================================= */
.ct-faq {
  background: #f5f5f2;
  color: #090909;
  padding: clamp(64px,9vw,120px) 4vw;
}
html[data-theme="dark"] .ct-faq {
  background: #0b0b0b;
  color: #f5f5f5;
}
.ct-faq__inner { max-width: 900px; margin: 0 auto; }

.ct-faq__heading { margin-bottom: clamp(32px,5vw,56px); }
.ct-faq__heading .ct-label { color: #666666; }
html[data-theme="dark"] .ct-faq__heading .ct-label { color: #909090; }
.ct-faq__heading h2 {
  margin: 0;
  font: 800 clamp(2rem,3.5vw,2.9rem)/1.1 Manrope, sans-serif;
  letter-spacing: -.04em;
}

.ct-faq__list { display: flex; flex-direction: column; }
.ct-faq__item { border-top: 1px solid rgba(9,9,9,.14); }
html[data-theme="dark"] .ct-faq__item { border-top-color: rgba(255,255,255,.12); }
.ct-faq__item:last-child {
  border-bottom: 1px solid rgba(9,9,9,.14);
}
html[data-theme="dark"] .ct-faq__item:last-child { border-bottom-color: rgba(255,255,255,.12); }

.ct-faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font: 700 17px/1.3 Manrope, sans-serif;
  color: #090909;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
html[data-theme="dark"] .ct-faq__q { color: #f5f5f5; }
.ct-faq__q::-webkit-details-marker { display: none; }

.ct-faq__icon {
  flex: none;
  font-size: 16px;
  color: #090909;
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
html[data-theme="dark"] .ct-faq__icon { color: #f5f5f5; }
details[open] .ct-faq__icon { transform: rotate(45deg); }

.ct-faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s cubic-bezier(.2,.8,.2,1);
}
details[open] .ct-faq__a { max-height: 300px; }
.ct-faq__a p {
  margin: 0;
  padding-bottom: 22px;
  font: 500 16px/1.6 "DM Sans", sans-serif;
  color: #5f5f5f;
}
html[data-theme="dark"] .ct-faq__a p { color: #a0a0a0; }

/* =========================================================
   S5 â€” FINAL CTA STRIP  (typewriter)
========================================================= */
.ct-cta {
  background: #080808;
  color: #ffffff;
  padding: clamp(80px,12vw,160px) 4vw;
  text-align: center;
  overflow: hidden;
  position: relative;
}
html[data-theme="light"] .ct-cta { background: #111111; }

/* Ambient background blob */
.ct-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 60%,
    rgba(255,255,255,.05) 0%,
    transparent 65%);
  pointer-events: none;
  animation: ctCtaBlob 10s ease-in-out infinite alternate;
}
@keyframes ctCtaBlob {
  from { transform: scale(1); }
  to   { transform: scale(1.3) translateY(-10%); }
}

.ct-cta__inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }

.ct-cta__eyebrow {
  display: block;
  margin-bottom: 18px;
  font: 700 13px/1.2 Manrope, sans-serif;
  letter-spacing: .18em;
  color: rgba(255,255,255,.45);
}

.ct-cta__title {
  margin: 0 0 40px;
  font: 800 clamp(2.4rem,5vw,5rem)/1.05 Manrope, sans-serif;
  letter-spacing: -.05em;
  color: #ffffff;
  min-height: 1.1em;
}
.ct-cta__title .ct-cursor {
  display: inline-block;
  width: 3px;
  background: #ffffff;
  height: .85em;
  vertical-align: middle;
  margin-left: 3px;
  animation: ctBlink .75s step-end infinite;
}
@keyframes ctBlink { 50% { opacity: 0; } }

.ct-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border: 1.5px solid rgba(255,255,255,.45);
  color: #ffffff;
  font: 700 15px/1 Manrope, sans-serif;
  border-radius: 4px;
  opacity: 0;
  transition: gap .3s ease, border-color .3s ease;
}
.ct-cta__inner.is-visible .ct-cta__btn {
  opacity: 1;
  transition: opacity .6s ease .3s, gap .3s ease, border-color .3s ease;
}
.ct-cta__btn:hover { gap: 18px; border-color: #ffffff; color: #ffffff; }
/* Tighten excess bottom whitespace on the contact page sections. */
.ct-offices,
.ct-faq { padding-bottom: clamp(40px, 5vw, 72px); }
.ct-cta { min-height: 0; padding-bottom: clamp(32px, 4vw, 56px); }

/* =========================================================
   REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .js-ct-reveal { transition: none !important; opacity: 1 !important; transform: none !important; }
  .ct-hero__bg img,
  .ct-card__glow::before,
  .ct-card__glow::after,
  .ct-cta::before { animation: none !important; }
  .ct-hero__scroll i { animation: none !important; }
  .ct-hero__eyebrow,
  .ct-hero__title span em,
  .ct-hero__sub,
  .ct-hero__cta,
  .ct-hero__stats { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ct-form > *,
  .ct-info-item,
  .ct-location-map { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ct-cta__btn { opacity: 1 !important; }
  .ct-cta__title .ct-cursor { animation: none !important; }
}


/* ===================================================
   Merged from delivery-modes.css
   =================================================== */


/* =========================================================
   LEXORA â€” DELIVERY MODES / FORMATS BANNER
   Page-scoped styles. Does not alter other Lexora pages.
   ========================================================= */
.delivery-format-banner{
  position:relative;
  min-height:65vh;
  height:65vh;
  margin-top:var(--header-h);
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:center;
  background:#050505;
  color:#fff;
  padding:36px 7vw;
}
.delivery-format-banner::before{
  content:"";
  position:absolute;
  inset:-12%;
  z-index:-3;
  background:
    radial-gradient(circle at 18% 38%,rgba(255,255,255,.11),transparent 30%),
    radial-gradient(circle at 82% 65%,rgba(255,255,255,.07),transparent 27%),
    linear-gradient(115deg,#020202 0%,#101010 48%,#050505 100%);
  animation:deliveryMesh 18s ease-in-out infinite alternate;
}
.delivery-format-banner::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.26;
  background-image:
    linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.delivery-format-glow{
  position:absolute;
  width:36vw;
  height:36vw;
  min-width:280px;
  min-height:280px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
  right:-12vw;
  top:50%;
  transform:translateY(-50%);
  z-index:-1;
  opacity:.65;
}
.delivery-format-glow::before,
.delivery-format-glow::after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  inset:12%;
}
.delivery-format-glow::after{inset:26%}
.delivery-format-inner{
  width:min(100%,1120px);
  margin:0 auto;
  position:relative;
  z-index:2;
}
.delivery-format-copy{
  max-width:900px;
}
.delivery-format-eyebrow{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.15em;
  color:#d8d8d8;
}
.delivery-format-title{
  margin:0;
  max-width:850px;
  font-family:Manrope,sans-serif;
  font-size:clamp(42px,5.4vw,76px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:800;
  color:#fff;
}
.delivery-title-line{
  display:block;
  height:1.05em;
  overflow:hidden;
}
.delivery-title-line > span{
  display:block;
  transform:translateY(115%);
  opacity:0;
  line-height:1.02;
}
.delivery-format-subhead{
  max-width:680px;
  margin:18px 0 0;
  color:#cfcfcf;
  font-size:clamp(16px,1.25vw,19px);
  line-height:1.55;
  font-weight:500;
  opacity:0;
  transform:translateY(20px);
}
.delivery-format-tags{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 12px;
  margin-top:20px;
}
.delivery-format-tag{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#f7f7f7;
  background:rgba(255,255,255,.055);
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:.01em;
  opacity:0;
  transform:translateY(18px);
  backdrop-filter:blur(8px);
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.delivery-format-tag:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.58);
  transform:translateY(-2px);
}
.delivery-format-tag::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff;
  margin-inline-end:9px;
  flex:none;
}
.delivery-format-rule{
  width:100%;
  height:1px;
  margin-top:20px;
  background:linear-gradient(90deg,rgba(255,255,255,.3),transparent 78%);
  opacity:0;
  transform:scaleX(0);
  transform-origin:left;
}
html[dir="rtl"] .delivery-format-banner{
  text-align:right;
}
html[dir="rtl"] .delivery-format-rule{
  transform-origin:right;
  background:linear-gradient(270deg,rgba(255,255,255,.3),transparent 78%);
}
html[data-theme="light"] .delivery-format-banner{
  background:#f4f4f0;
  color:#111;
}
html[data-theme="light"] .delivery-format-banner::before{
  background:
    radial-gradient(circle at 18% 38%,rgba(0,0,0,.08),transparent 30%),
    radial-gradient(circle at 82% 65%,rgba(0,0,0,.05),transparent 27%),
    linear-gradient(115deg,#ededeb 0%,#fafaf8 48%,#e7e7e3 100%);
}
html[data-theme="light"] .delivery-format-banner::after{
  background-image:
    linear-gradient(rgba(17,17,17,.10) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,17,17,.10) 1px,transparent 1px);
}
html[data-theme="light"] .delivery-format-title{color:#111}
html[data-theme="light"] .delivery-format-eyebrow{color:#3d3d3d}
html[data-theme="light"] .delivery-format-subhead{color:#454545}
html[data-theme="light"] .delivery-format-tag{
  color:#151515;
  background:rgba(255,255,255,.48);
  border-color:rgba(17,17,17,.28);
}
html[data-theme="light"] .delivery-format-tag:hover{
  background:#fff;
  border-color:rgba(17,17,17,.55);
}
html[data-theme="light"] .delivery-format-tag::before{background:#111}
html[data-theme="light"] .delivery-format-glow{border-color:rgba(17,17,17,.10)}
html[data-theme="light"] .delivery-format-glow::before,
html[data-theme="light"] .delivery-format-glow::after{border-color:rgba(17,17,17,.07)}
html[data-theme="light"] .delivery-format-rule{
  background:linear-gradient(90deg,rgba(17,17,17,.25),transparent 78%);
}
html[dir="rtl"][data-theme="light"] .delivery-format-rule{
  background:linear-gradient(270deg,rgba(17,17,17,.25),transparent 78%);
}
@keyframes deliveryMesh{
  0%{transform:translate3d(-1%,0,0) scale(1)}
  100%{transform:translate3d(2%,-2%,0) scale(1.05)}
}
@media (max-width:900px){
  .delivery-format-banner{
    min-height:65vh;
    height:auto;
    margin-top:var(--header-h);
    padding:36px 6vw;
  }
  .delivery-format-title{font-size:clamp(42px,8.5vw,68px)}
  .delivery-format-glow{width:55vw;height:55vw;right:-22vw;opacity:.42}
}
@media (max-width:600px){
  .delivery-format-banner{
    min-height:65vh;
    margin-top:var(--header-h);
    padding:36px 6vw;
    align-items:center;
  }
  .delivery-format-title{
    font-size:clamp(40px,12vw,58px);
    line-height:1;
  }
  .delivery-format-eyebrow{font-size:14px}
  .delivery-format-subhead{font-size:16px;line-height:1.5}
  .delivery-format-tags{gap:8px}
  .delivery-format-tag{font-size:14px;min-height:40px;padding:8px 12px}
  .delivery-format-glow{width:72vw;height:72vw;right:-36vw;top:72%;opacity:.3}
}
@media (prefers-reduced-motion:reduce){
  .delivery-format-banner::before{animation:none}
  .delivery-format-tag{transition:none}
}
/* =========================================================
   LEXORA â€” DELIVERY MODES SECTION 2
   Completely scoped
========================================================= */

.lexora-dm2 {

  --dm2-bg: #ffffff;
  --dm2-text: #080808;
  --dm2-muted: #555555;
  --dm2-line: rgba(0,0,0,.25);

  position: relative;

  width: 100%;

  min-height: 900px;

  overflow: hidden;

  background: var(--dm2-bg);

  color: var(--dm2-text);

  isolation: isolate;
}


/* =========================================================
   DARK MODE
========================================================= */

html.dark .lexora-dm2,
body.dark .lexora-dm2,
html[data-theme="dark"] .lexora-dm2,
body[data-theme="dark"] .lexora-dm2 {

  --dm2-bg: #050505;
  --dm2-text: #ffffff;
  --dm2-muted: #b7b7b7;
  --dm2-line: rgba(255,255,255,.3);

}


/* =========================================================
   WRAPPER
========================================================= */

.lexora-dm2__wrap {

  width: min(1400px, calc(100% - 70px));

  margin-inline: auto;

  padding: 90px 0 100px;

}


/* =========================================================
   HEADING
========================================================= */

.lexora-dm2__heading {

  position: relative;

  z-index: 20;

  width: min(700px, 100%);

  margin: 0 auto;

  text-align: center;

}


.lexora-dm2__eyebrow {

  display: block;

  margin-bottom: 16px;

  font-size: 14px;

  line-height: 1.4;

  font-weight: 600;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--dm2-muted);

}


.lexora-dm2__heading h2 {

  margin: 0;

  font-size: clamp(38px, 4.4vw, 64px);

  line-height: 1;

  font-weight: 700;

  letter-spacing: -.055em;

  color: var(--dm2-text);

}


.lexora-dm2__heading h2 span {

  display: block;

}


.lexora-dm2__heading p {

  width: min(580px, 100%);

  margin: 20px auto 0;

  font-size: 16px;

  line-height: 1.6;

  font-weight: 500;

  color: var(--dm2-muted);

}


/* =========================================================
   STAGE
========================================================= */

.lexora-dm2__stage {

  position: relative;

  width: 100%;

  height: 720px;

  margin-top: 25px;

}


/* =========================================================
   SVG
========================================================= */

.lexora-dm2__svg {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  overflow: visible;

  pointer-events: none;

}


.dm2-path {

  fill: none;

  stroke: var(--dm2-line);

  stroke-width: 1;

  stroke-linecap: round;

  stroke-linejoin: round;

  stroke-dasharray: 4 5;

  vector-effect: non-scaling-stroke;

}


/* =========================================================
   CENTER
========================================================= */

.lexora-dm2__center {

  position: absolute;

  left: 50%;

  top: 50%;

  z-index: 10;

  width: 260px;

  transform: translate(-50%, -50%);

  text-align: center;

}


.lexora-dm2__center-image {

  width: 190px;

  height: 190px;

  margin-inline: auto;

  padding: 8px;

  border: 1px solid var(--dm2-text);

  border-radius: 50%;

  background: var(--dm2-bg);

}


.lexora-dm2__center-image img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  border-radius: 50%;

  filter: grayscale(1) contrast(1.1);

}


.lexora-dm2__center-image--icon {

  display: flex;

  align-items: center;

  justify-content: center;

  background: var(--dm2-bg);

  position: relative;

}


.lexora-dm2__center-image--icon::before {

  content: "";

  position: absolute;

  inset: -14px;

  border: 1px solid var(--dm2-line);

  border-radius: 50%;

  animation: dm2-pulse 2.8s ease-out infinite;

}


@keyframes dm2-pulse {

  0% {

    transform: scale(.86);

    opacity: .9;

  }

  100% {

    transform: scale(1.22);

    opacity: 0;

  }

}


@media (prefers-reduced-motion: reduce) {

  .lexora-dm2__center-image--icon::before {

    animation: none;

    display: none;

  }

}


.lexora-dm2__center-image--icon svg {

  width: 56%;

  height: 56%;

  color: var(--dm2-text);

  overflow: visible;

}


.lexora-dm2__center-content {

  margin-top: 16px;

}


.lexora-dm2__center-content span {

  display: block;

  margin-bottom: 7px;

  font-size: 14px;

  line-height: 1.3;

  font-weight: 700;

  letter-spacing: .2em;

}


.lexora-dm2__center-content h3 {

  margin: 0;

  font-size: 20px;

  line-height: 1.15;

  font-weight: 700;

}


/* =========================================================
   ITEMS
========================================================= */

.lexora-dm2__item {

  position: absolute;

  z-index: 8;

  display: flex;

  align-items: center;

  gap: 18px;

  width: 360px;

  transition:
    transform .45s cubic-bezier(.22,.8,.25,1);

}


.lexora-dm2__item:hover {

  transform: translateY(-6px);

}


/* =========================================================
   CIRCULAR IMAGE
========================================================= */

.lexora-dm2__media {

  flex: 0 0 100px;

  width: 100px;

  height: 100px;

  padding: 3px;

  border: 1px solid var(--dm2-text);

  border-radius: 50%;

  background: var(--dm2-bg);

  overflow: hidden;

}


.lexora-dm2__media img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  border-radius: 50%;

  filter: grayscale(1) contrast(1.08);

  transition:
    transform .65s cubic-bezier(.22,.8,.25,1),
    filter .45s ease;

}


.lexora-dm2__item:hover .lexora-dm2__media img {

  transform: scale(1.1);

  filter: grayscale(1) contrast(1.25);

}


/* =========================================================
   ICON VARIANT (content nodes, no photo)
========================================================= */

.lexora-dm2__media--icon {

  display: flex;

  align-items: center;

  justify-content: center;

  background: var(--dm2-bg);

}


.lexora-dm2__media--icon svg {

  width: 46%;

  height: 46%;

  color: var(--dm2-text);

  overflow: visible;

  transition: transform .45s cubic-bezier(.22,.8,.25,1);

}


.lexora-dm2__item:hover .lexora-dm2__media--icon svg {

  transform: scale(1.12);

}


/* =========================================================
   COPY
========================================================= */

.lexora-dm2__copy {

  min-width: 0;

}


.lexora-dm2__copy > span {

  display: block;

  margin-bottom: 4px;

  font-size: 14px;

  line-height: 1.2;

  font-weight: 700;

  letter-spacing: .08em;

}


.lexora-dm2__copy h3 {

  margin: 0 0 6px;

  font-size: 19px;

  line-height: 1.15;

  font-weight: 700;

  color: var(--dm2-text);

}


.lexora-dm2__copy p {

  margin: 0;

  font-size: 14px;

  line-height: 1.48;

  font-weight: 500;

  color: var(--dm2-muted);

}


/* =========================================================
   EXACT POSITIONS
========================================================= */


/* LEFT TOP */

.lexora-dm2__item--1 {

  left: 1.5%;

  top: 52px;

}


/* LEFT MIDDLE */

.lexora-dm2__item--2 {

  left: 8%;

  top: 278px;

}


/* LEFT BOTTOM */

.lexora-dm2__item--3 {

  left: 1.5%;

  bottom: 52px;

}


/* RIGHT TOP */

.lexora-dm2__item--4 {

  right: 1.5%;

  top: 52px;

  flex-direction: row-reverse;

  text-align: right;

}


/* RIGHT MIDDLE */

.lexora-dm2__item--5 {

  right: 8%;

  top: 278px;

  flex-direction: row-reverse;

  text-align: right;

}


/* RIGHT BOTTOM */

.lexora-dm2__item--6 {

  right: 1.5%;

  bottom: 52px;

  flex-direction: row-reverse;

  text-align: right;

}


/* =========================================================
   RTL
========================================================= */

html[dir="rtl"] .lexora-dm2,
body[dir="rtl"] .lexora-dm2 {

  direction: rtl;

}


html[dir="rtl"] .lexora-dm2__item--1,
body[dir="rtl"] .lexora-dm2__item--1 {

  left: auto;

  right: 1.5%;

}


html[dir="rtl"] .lexora-dm2__item--2,
body[dir="rtl"] .lexora-dm2__item--2 {

  left: auto;

  right: 8%;

}


html[dir="rtl"] .lexora-dm2__item--3,
body[dir="rtl"] .lexora-dm2__item--3 {

  left: auto;

  right: 1.5%;

}


html[dir="rtl"] .lexora-dm2__item--4,
body[dir="rtl"] .lexora-dm2__item--4 {

  right: auto;

  left: 1.5%;

  flex-direction: row;

  text-align: left;

}


html[dir="rtl"] .lexora-dm2__item--5,
body[dir="rtl"] .lexora-dm2__item--5 {

  right: auto;

  left: 8%;

  flex-direction: row;

  text-align: left;

}


html[dir="rtl"] .lexora-dm2__item--6,
body[dir="rtl"] .lexora-dm2__item--6 {

  right: auto;

  left: 1.5%;

  flex-direction: row;

  text-align: left;

}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1150px) {

  .lexora-dm2__wrap {

    width: calc(100% - 40px);

  }


  .lexora-dm2__stage {

    height: 690px;

  }


  .lexora-dm2__item {

    width: 310px;

  }


  .lexora-dm2__media {

    flex-basis: 88px;

    width: 88px;

    height: 88px;

  }


  .lexora-dm2__copy h3 {

    font-size: 18px;

  }


  .lexora-dm2__copy p {

    font-size: 14px;

  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .lexora-dm2__wrap {

    width: calc(100% - 32px);

    padding-top: 70px;

  }


  .lexora-dm2__stage {

    height: 670px;

  }


  .lexora-dm2__center-image {

    width: 160px;

    height: 160px;

  }


  .lexora-dm2__center {

    width: 220px;

  }


  .lexora-dm2__item {

    width: 270px;

    gap: 12px;

  }


  .lexora-dm2__media {

    flex-basis: 76px;

    width: 76px;

    height: 76px;

  }


  .lexora-dm2__copy h3 {

    font-size: 17px;

  }


  .lexora-dm2__copy p {

    font-size: 14px;

    line-height: 1.4;

  }


  .lexora-dm2__item--2 {

    left: 1%;

  }


  .lexora-dm2__item--5 {

    right: 1%;

  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .lexora-dm2 {

    min-height: auto;

  }


  .lexora-dm2__wrap {

    width: calc(100% - 28px);

    padding: 65px 0 80px;

  }


  .lexora-dm2__heading {

    width: 100%;

  }


  .lexora-dm2__heading h2 {

    font-size: clamp(34px, 9vw, 48px);

    line-height: 1.03;

  }


  .lexora-dm2__heading p {

    font-size: 15px;

    line-height: 1.55;

  }


  /*
     MOBILE STAGE
     No absolute positions.
     This prevents ANY overlap.
  */

  .lexora-dm2__stage {

    height: auto;

    margin-top: 45px;

    display: flex;

    flex-direction: column;

    gap: 26px;

  }


  .lexora-dm2__svg {

    display: none;

  }


  .lexora-dm2__center {

    position: relative;

    left: auto;

    top: auto;

    width: 100%;

    transform: none;

    order: -1;

    margin-bottom: 20px;

  }


  .lexora-dm2__center-image {

    width: 165px;

    height: 165px;

  }


  .lexora-dm2__center-content h3 {

    font-size: 19px;

  }


  .lexora-dm2__item,
  .lexora-dm2__item--1,
  .lexora-dm2__item--2,
  .lexora-dm2__item--3,
  .lexora-dm2__item--4,
  .lexora-dm2__item--5,
  .lexora-dm2__item--6 {

    position: relative;

    inset: auto;

    width: 100%;

    display: grid;

    grid-template-columns: 82px minmax(0,1fr);

    align-items: center;

    gap: 16px;

    padding: 18px 0;

    border-bottom: 1px solid var(--dm2-line);

    text-align: left;

  }


  .lexora-dm2__media {

    width: 82px;

    height: 82px;

    flex: none;

  }


  .lexora-dm2__copy h3 {

    font-size: 18px;

  }


  .lexora-dm2__copy p {

    font-size: 14px;

    line-height: 1.5;

  }


  /* RTL MOBILE */

  html[dir="rtl"] .lexora-dm2__item,
  body[dir="rtl"] .lexora-dm2__item {

    grid-template-columns: minmax(0,1fr) 82px;

    text-align: right;

  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

  .lexora-dm2__wrap {

    width: calc(100% - 22px);

  }


  .lexora-dm2__heading h2 {

    font-size: 32px;

  }


  .lexora-dm2__center-image {

    width: 145px;

    height: 145px;

  }


  .lexora-dm2__item,
  .lexora-dm2__item--1,
  .lexora-dm2__item--2,
  .lexora-dm2__item--3,
  .lexora-dm2__item--4,
  .lexora-dm2__item--5,
  .lexora-dm2__item--6 {

    grid-template-columns: 72px minmax(0,1fr);

    gap: 12px;

  }


  .lexora-dm2__media {

    width: 72px;

    height: 72px;

  }


  .lexora-dm2__copy h3 {

    font-size: 17px;

  }


  .lexora-dm2__copy p {

    font-size: 14px;

  }


  html[dir="rtl"] .lexora-dm2__item,
  body[dir="rtl"] .lexora-dm2__item {

    grid-template-columns: minmax(0,1fr) 72px;

  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .lexora-dm2 *,
  .lexora-dm2 *::before,
  .lexora-dm2 *::after {

    animation-duration: .01ms !important;

    animation-iteration-count: 1 !important;

    transition-duration: .01ms !important;

    scroll-behavior: auto !important;

  }

}

/* =========================================================
   LEXORA DELIVERY MODES â€” SECTION 3
   PINNED CINEMATIC SCROLL â€” ALIGNED LAYOUT
========================================================= */

.lexora-dm3 {
  --dm3-bg:#fff;
  --dm3-text:#080808;
  --dm3-muted:#555;
  --dm3-white:#fff;
  --dm3-black:#000;

  position:relative;
  width:100%;
  height:520vh;
  min-height:520vh;
  overflow:visible !important;
  background:var(--dm3-bg);
  color:var(--dm3-text);
  isolation:isolate;
}

html.dark .lexora-dm3,
body.dark .lexora-dm3,
html[data-theme="dark"] .lexora-dm3,
body[data-theme="dark"] .lexora-dm3 {
  --dm3-bg:#050505;
  --dm3-text:#fff;
  --dm3-muted:#c2c2c2;
  --dm3-white:#fff;
  --dm3-black:#000;
}

/* The header is fixed globally, so the pinned scene starts below it.
   This prevents the intro from hiding underneath the navbar. */
.lexora-dm3__pin {
  position:sticky;
  top:var(--header-h,78px);
  width:100%;
  height:calc(100vh - var(--header-h,78px));
  min-height:600px;
  overflow:hidden;
  background:var(--dm3-bg);
  isolation:isolate;
}

.lexora-dm3__stage {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:hidden;
  background:var(--dm3-bg);
}

.lexora-dm3__grain {
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:.045;
  background-image:radial-gradient(circle at 20% 30%,var(--dm3-text) 0 1px,transparent 1px);
  background-size:5px 5px;
  mix-blend-mode:multiply;
}

html.dark .lexora-dm3__grain,
body.dark .lexora-dm3__grain,
html[data-theme="dark"] .lexora-dm3__grain,
body[data-theme="dark"] .lexora-dm3__grain { mix-blend-mode:screen; }

/* ---------------- INTRO ---------------- */
.lexora-dm3__intro {
  position:absolute;
  z-index:50;
  top:5.5%;
  left:50%;
  width:min(720px,calc(100% - 40px));
  transform:translateX(-50%);
  text-align:center;
  pointer-events:none;
  will-change:opacity,transform;
}

.lexora-dm3__eyebrow {
  display:block;
  margin-bottom:10px;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--dm3-muted);
}

.lexora-dm3__intro h2 {
  margin:0;
  font-size:clamp(32px,4vw,58px);
  line-height:.98;
  font-weight:700;
  letter-spacing:-.055em;
  color:var(--dm3-text);
}

.lexora-dm3__intro h2 span { display:block; }

.lexora-dm3__intro p {
  width:min(560px,100%);
  margin:12px auto 0;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
  color:var(--dm3-muted);
}

/* ---------------- SIDE COLUMNS ----------------
   Each column is a flex stack of 3 images: the browser spaces
   them equally and they can never overlap each other, no matter
   what size the clamp() below resolves to at a given viewport.
   Columns sit outside the hero's horizontal footprint at every
   breakpoint, so they can never sit "behind" it either. */
.lexora-dm3__col {
  position:absolute;
  z-index:12;
  top:20%;
  bottom:9%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
}

.lexora-dm3__col--left  { left:4%; }
.lexora-dm3__col--right { right:4%; }

.lexora-dm3__orbit {
  position:relative;
  width:clamp(112px,10vw,150px);
  height:clamp(150px,15vw,200px);
  opacity:1;
  transform-origin:center center;
  will-change:transform,opacity,filter;
  perspective:900px;
}

.lexora-dm3__orbit-image {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:10px;
  background:var(--dm3-black);
  backface-visibility:hidden;
}

.lexora-dm3__orbit-image::after {
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.25);
  border-radius:inherit;
  pointer-events:none;
}

.lexora-dm3__orbit img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:grayscale(1) contrast(1.08);
  backface-visibility:hidden;
}

/* subtle stagger look, kept from the original design */
.lexora-dm3__orbit--1 { transform:rotate(-4deg); }
.lexora-dm3__orbit--2 { transform:rotate(3deg); }
.lexora-dm3__orbit--3 { transform:rotate(4deg); }
.lexora-dm3__orbit--4 { transform:rotate(4deg); }
.lexora-dm3__orbit--5 { transform:rotate(-3deg); }
.lexora-dm3__orbit--6 { transform:rotate(-4deg); }

/* ---------------- CENTER IMAGE ---------------- */
.lexora-dm3__hero {
  position:absolute;
  z-index:20;
  left:50%;
  top:64%;
  width:min(46vw,680px);
  height:min(38vh,360px);
  transform:translate(-50%,-50%);
  overflow:hidden;
  border-radius:10px;
  background:var(--dm3-black);
  opacity:1;
  will-change:width,height,top,left,border-radius,transform;
}

.lexora-dm3__hero-image {
  position:absolute;
  inset:0;
  overflow:hidden;
  background:var(--dm3-black);
}

.lexora-dm3__hero-image img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  filter:grayscale(1) contrast(1.06);
  will-change:transform;
}

.lexora-dm3__hero-shade {
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0) 18%,rgba(0,0,0,.18) 42%,rgba(0,0,0,.84) 100%);
  opacity:0;
}

/* ---------------- FINAL CONTENT ---------------- */
.lexora-dm3__content {
  position:absolute;
  z-index:5;
  left:8%;
  right:8%;
  bottom:9%;
  color:var(--dm3-white);
  opacity:0;
  will-change:opacity;
}

.lexora-dm3__content-label {
  display:block;
  margin-bottom:10px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
  transform:translate3d(0,22px,0);
  will-change:transform;
}

.lexora-dm3__content h3 {
  margin:0;
  font-size:clamp(30px,4.2vw,52px);
  line-height:1.02;
  font-weight:700;
  letter-spacing:-.05em;
  transform:translate3d(0,22px,0);
  will-change:transform;
}

.lexora-dm3__content h3 span { display:block; }

.lexora-dm3__content p {
  width:min(520px,100%);
  margin:14px 0 0;
  font-size:15px;
  line-height:1.5;
  font-weight:500;
  color:rgba(255,255,255,.78);
  transform:translate3d(0,22px,0);
  will-change:transform;
}

.lexora-dm3__content-meta {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
  transform:translate3d(0,22px,0);
  will-change:transform;
}

.lexora-dm3__content-meta span {
  font-size:15px;
  font-weight:700;
  letter-spacing:.03em;
  color:var(--dm3-white);
}

.lexora-dm3__content-meta span:not(:last-child)::after {
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  margin-left:18px;
  border-radius:50%;
  background:rgba(255,255,255,.5);
  vertical-align:middle;
}

/* ---------------- SCROLL INDICATOR ---------------- */
.lexora-dm3__scroll {
  position:absolute;
  z-index:40;
  bottom:3%;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  pointer-events:none;
}

.lexora-dm3__scroll span {
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--dm3-muted);
}

.lexora-dm3__scroll i {
  display:block;
  width:1px;
  height:26px;
  background:var(--dm3-muted);
  opacity:.5;
}

html[dir="rtl"] .lexora-dm3,
body[dir="rtl"] .lexora-dm3 { direction:rtl; }

html[dir="rtl"] .lexora-dm3__content,
body[dir="rtl"] .lexora-dm3__content {
  text-align:right;
}

html[dir="rtl"] .lexora-dm3__content-meta span:not(:last-child)::after,
body[dir="rtl"] .lexora-dm3__content-meta span:not(:last-child)::after {
  margin-left:0;
  margin-right:18px;
}

/* ---------------- TABLET ---------------- */
@media (max-width:1000px) {
  .lexora-dm3 { height:500vh;min-height:500vh; }
  .lexora-dm3__pin { min-height:560px; }
  .lexora-dm3__hero { width:50vw;height:37vh;top:64%; }
  .lexora-dm3__col { top:18%;bottom:8%; }
  .lexora-dm3__col--left  { left:3%; }
  .lexora-dm3__col--right { right:3%; }
  .lexora-dm3__orbit { width:105px;height:140px; }
  .lexora-dm3__content { left:6%;right:6%; }
}

/* ---------------- MOBILE ---------------- */
@media (max-width:700px) {
  .lexora-dm3 { height:430vh;min-height:430vh; }
  .lexora-dm3__pin { min-height:540px; }
  .lexora-dm3__intro {
    top:5%;
    width:calc(100% - 28px);
  }
  .lexora-dm3__eyebrow { font-size:14px;margin-bottom:8px; }
  .lexora-dm3__intro h2 { font-size:clamp(28px,7.7vw,41px); }
  .lexora-dm3__intro p { font-size:14px;line-height:1.42;margin-top:9px; }

  .lexora-dm3__hero {
    /* narrower than the desktop 46vw so the side columns keep
       a clear horizontal gap and can never sit under it */
    width:60vw;
    height:37vh;
    min-height:245px;
    max-height:340px;
    top:65%;
  }

  .lexora-dm3__col { top:16%;bottom:7%; }
  .lexora-dm3__col--left  { left:2%; }
  .lexora-dm3__col--right { right:2%; }
  .lexora-dm3__orbit { width:54px;height:74px; }

  .lexora-dm3__content { left:7%;right:7%;bottom:7%; }
  .lexora-dm3__content-label { font-size:14px;margin-bottom:9px; }
  .lexora-dm3__content h3 { font-size:clamp(29px,8.2vw,45px); }
  .lexora-dm3__content p { margin-top:12px;font-size:14px;line-height:1.48; }
  .lexora-dm3__content-meta { gap:15px;margin-top:15px; }
  .lexora-dm3__content-meta span { font-size:14px; }
  .lexora-dm3__scroll { bottom:2%; }
}

@media (max-width:420px) {
  .lexora-dm3 { height:400vh;min-height:400vh; }
  .lexora-dm3__hero { width:58vw;height:36vh;min-height:230px;top:65%; }
  .lexora-dm3__col { top:15%;bottom:6%; }
  .lexora-dm3__orbit { width:44px;height:60px; }
  .lexora-dm3__content { bottom:6%; }
  .lexora-dm3__content h3 { font-size:30px; }
  .lexora-dm3__content p { font-size:14px; }
  .lexora-dm3__content-meta { gap:12px; }
}

@media (prefers-reduced-motion:reduce) {
  .lexora-dm3 *,
  .lexora-dm3 *::before,
  .lexora-dm3 *::after {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* =========================================================
   LEXORA DELIVERY MODES â€” SECTION 4
   PHOTO RING + FEATURE CONTENT
========================================================= */

.lexora-dm4 {
  --dm4-bg:var(--paper,#f5f5f2);
  --dm4-text:var(--ink,#111);
  --dm4-muted:#666;
  --dm4-line:rgba(17,17,17,.16);

  position:relative;
  width:100%;
  padding:min(12vw,140px) 4vw;
  background:var(--dm4-bg);
  color:var(--dm4-text);
  overflow:hidden;
}

html.dark .lexora-dm4,
body.dark .lexora-dm4,
html[data-theme="dark"] .lexora-dm4,
body[data-theme="dark"] .lexora-dm4 {
  --dm4-bg:#0a0a0a;
  --dm4-text:#fff;
  --dm4-muted:#b8b8b8;
  --dm4-line:rgba(255,255,255,.16);
}

.lexora-dm4__wrap {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:6vw;
  max-width:var(--max,1440px);
  margin:0 auto;
}

/* ---------------- VISUAL (LEFT) ---------------- */
.lexora-dm4__visual {
  position:relative;
  width:min(40vw,480px);
  aspect-ratio:1/1;
  margin:0 auto;
}

.lexora-dm4__tag {
  position:absolute;
  z-index:6;
  top:-4%;
  left:4%;
  padding:9px 20px;
  border:1px solid var(--dm4-line);
  border-radius:30px;
  background:var(--dm4-bg);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--dm4-text);
  white-space:nowrap;
}

.lexora-dm4__ring {
  --item-size:clamp(90px,8vw,120px);
  --radius:clamp(130px,13vw,185px);

  position:absolute;
  inset:0;
  animation:dm4-spin 42s linear infinite;
}

.lexora-dm4__ring.is-reverse,
.lexora-dm4__ring.is-reverse .lexora-dm4__photo {
  animation-direction:reverse;
}

.lexora-dm4__item {
  position:absolute;
  top:50%;
  left:50%;
  width:var(--item-size);
  height:var(--item-size);
  margin:calc(var(--item-size) / -2);
  transform:rotate(var(--angle)) translate(var(--radius)) rotate(calc(var(--angle) * -1));
}

.lexora-dm4__photo {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:14px;
  background:#000;
  box-shadow:0 18px 36px rgba(0,0,0,.22);
  animation:dm4-counter-spin 42s linear infinite;
}

.lexora-dm4__photo img {
  width:100%;
  height:100%;
  object-fit:cover;
}

@keyframes dm4-spin {
  to { transform:rotate(360deg); }
}

@keyframes dm4-counter-spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(-360deg); }
}

/* nav arrows */
.lexora-dm4__nav {
  position:absolute;
  z-index:8;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid var(--dm4-line);
  background:var(--dm4-bg);
  color:var(--dm4-text);
  font-size:14px;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  transition:background .25s,color .25s,transform .25s var(--ease,ease);
}

.lexora-dm4__nav:hover {
  background:var(--dm4-text);
  color:var(--dm4-bg);
  transform:translateY(-50%) scale(1.08);
}

.lexora-dm4__nav--prev { left:-4%; }
.lexora-dm4__nav--next { right:-4%; }

/* ---------------- CONTENT (RIGHT) ---------------- */
.lexora-dm4__content h2 {
  margin:0;
  font-size:clamp(30px,3.4vw,46px);
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.03em;
}

.lexora-dm4__content h2 span {
  display:block;
  color:var(--dm4-muted);
}

.lexora-dm4__content p {
  width:min(520px,100%);
  margin:18px 0 0;
  font-size:15.5px;
  line-height:1.6;
  font-weight:500;
  color:var(--dm4-muted);
}

.lexora-dm4__list {
  list-style:none;
  margin:28px 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.lexora-dm4__list li {
  display:flex;
  align-items:center;
  gap:14px;
  font-size:15px;
  font-weight:600;
}

.lexora-dm4__list-icon {
  flex:none;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--dm4-text);
  color:var(--dm4-bg);
  font-size:13px;
}

.lexora-dm4__cta {
  display:inline-flex;
  align-items:center;
  gap:16px;
  margin-top:32px;
  padding:6px 6px 6px 26px;
  border-radius:40px;
  background:var(--dm4-text);
  color:var(--dm4-bg);
  font-size:14px;
  font-weight:700;
  transition:gap .3s var(--ease,ease);
}

.lexora-dm4__cta:hover { gap:22px; }

.lexora-dm4__cta-ring {
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--dm4-bg);
  color:var(--dm4-text);
  display:grid;
  place-items:center;
  font-size:13px;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width:900px) {
  .lexora-dm4__wrap {
    grid-template-columns:1fr;
    gap:64px;
  }
  .lexora-dm4__visual {
    width:min(60vw,420px);
    order:1;
  }
  .lexora-dm4__ring {
    --item-size:clamp(74px,9vw,100px);
    --radius:clamp(100px,12vw,150px);
  }
  .lexora-dm4__content { order:2;text-align:center; }
  .lexora-dm4__content p { margin-left:auto;margin-right:auto; }
  .lexora-dm4__list { align-items:center; }
  .lexora-dm4__list li { max-width:420px; }
}

@media (max-width:700px) {
  .lexora-dm4 { padding:22vw 6vw 16vw; }
  .lexora-dm4__visual { width:min(75vw,320px); }
  .lexora-dm4__ring {
    --item-size:clamp(56px,16vw,76px);
    --radius:clamp(76px,20vw,110px);
  }
  .lexora-dm4__tag { font-size:11px;padding:8px 16px; }
  .lexora-dm4__nav { width:38px;height:38px;font-size:12px; }
  .lexora-dm4__nav--prev { left:-2%; }
  .lexora-dm4__nav--next { right:-2%; }
  .lexora-dm4__content h2 { font-size:clamp(26px,7.5vw,36px); }
}

@media (max-width:420px) {
  .lexora-dm4__visual { width:min(80vw,260px); }
  .lexora-dm4__ring {
    --item-size:clamp(46px,17vw,60px);
    --radius:clamp(62px,19vw,86px);
  }
  .lexora-dm4__nav--prev { left:0; }
  .lexora-dm4__nav--next { right:0; }
}

@media (prefers-reduced-motion:reduce) {
  .lexora-dm4__ring,
  .lexora-dm4__photo {
    animation:none !important;
  }
}

/* =========================================================
   LEXORA DELIVERY MODES â€” SECTION 5
   DELIVERY FORMAT COMPARISON
   Tab-based dynamic panel with level bars and animations
========================================================= */

.lexora-dm5 {
  --dm5-bg: #ffffff;
  --dm5-text: #080808;
  --dm5-muted: #555555;
  --dm5-line: rgba(0,0,0,.20);
  --dm5-tab-bg: rgba(0,0,0,.05);
  --dm5-tab-active: #080808;
  --dm5-tab-active-text: #ffffff;
  --dm5-level-bg: rgba(0,0,0,.12);
  --dm5-level-fill: #080808;

  position: relative;
  width: 100%;
  padding: min(10vw, 120px) 4vw;
  background: var(--dm5-bg);
  color: var(--dm5-text);
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
}

html.dark .lexora-dm5,
body.dark .lexora-dm5,
html[data-theme="dark"] .lexora-dm5,
body[data-theme="dark"] .lexora-dm5 {
  --dm5-bg: #050505;
  --dm5-text: #ffffff;
  --dm5-muted: #b7b7b7;
  --dm5-line: rgba(255,255,255,.20);
  --dm5-tab-bg: rgba(255,255,255,.08);
  --dm5-tab-active: #ffffff;
  --dm5-tab-active-text: #050505;
  --dm5-level-bg: rgba(255,255,255,.15);
  --dm5-level-fill: #ffffff;
}

.lexora-dm5__wrap {
  max-width: var(--max, 1200px);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* =========================================================
   HEADING
========================================================= */

.lexora-dm5__heading {
  text-align: center;
  margin-bottom: 50px;
}

.lexora-dm5__eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--dm5-muted);
}

.lexora-dm5__heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.04em;
  color: var(--dm5-text);
}

.lexora-dm5__heading h2 span {
  display: block;
  color: var(--dm5-muted);
}

.lexora-dm5__heading p {
  width: min(580px, 100%);
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--dm5-muted);
}

/* =========================================================
   TABS
========================================================= */

.lexora-dm5__tabs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  padding: 6px;
  border-radius: 12px;
  background: var(--dm5-tab-bg);
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lexora-dm5__tab {
  position: relative;
  z-index: 2;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--dm5-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  transition: color .3s ease;
}

.lexora-dm5__tab:hover {
  color: var(--dm5-muted);
}

.lexora-dm5__tab--active {
  color: var(--dm5-tab-active-text);
  font-weight: 700;
}

.lexora-dm5__tab-indicator {
  position: absolute;
  z-index: 1;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 0;
  border-radius: 8px;
  background: var(--dm5-tab-active);
  transition: transform .35s cubic-bezier(.22, .8, .25, 1), width .35s cubic-bezier(.22, .8, .25, 1);
  pointer-events: none;
}

/* =========================================================
   PANEL CONTAINER
========================================================= */

.lexora-dm5__panel-container {
  position: relative;
  min-height: 380px;
  background: var(--dm5-bg);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--dm5-line);
  box-sizing: border-box;
}

/* =========================================================
   PANEL
========================================================= */

.lexora-dm5__panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(280px, 320px) 1fr;
  gap: 40px;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease, transform .35s cubic-bezier(.22, .8, .25, 1);
  transform: translateX(30px);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.lexora-dm5__panel--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.lexora-dm5__panel-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  overflow: hidden;
}

.lexora-dm5__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--dm5-line);
  border-radius: 16px;
  background: var(--dm5-bg);
  color: var(--dm5-text);
  transition: transform .4s cubic-bezier(.22, .8, .25, 1);
}

.lexora-dm5__panel--active .lexora-dm5__icon {
  animation: dm5-icon-bounce .5s cubic-bezier(.22, .8, .25, 1);
}

@keyframes dm5-icon-bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.lexora-dm5__icon svg {
  width: 40px;
  height: 40px;
}

.lexora-dm5__description h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--dm5-text);
}

.lexora-dm5__description p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--dm5-muted);
}

.lexora-dm5__panel-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

/* =========================================================
   COMPARISON ROWS
========================================================= */

.lexora-dm5__comparison-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--dm5-line);
  min-height: 44px;
}

.lexora-dm5__comparison-row:last-child {
  border-bottom: none;
}

.lexora-dm5__label {
  flex: 0 0 160px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dm5-text);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lexora-dm5__level-bar {
  flex: 1;
  display: flex;
  gap: 6px;
  max-width: 280px;
  min-width: 0;
}

.lexora-dm5__level-segment {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: var(--dm5-level-bg);
  transition: background .4s ease;
}

.lexora-dm5__panel--active .lexora-dm5__level-segment {
  animation: dm5-level-fill .4s ease forwards;
}

@keyframes dm5-level-fill {
  from { background: var(--dm5-level-bg); }
  to { background: var(--dm5-level-fill); }
}

.lexora-dm5__text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--dm5-muted);
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .lexora-dm5 {
    padding: 8vw 5vw;
  }

  .lexora-dm5__heading {
    margin-bottom: 40px;
  }

  .lexora-dm5__heading h2 {
    font-size: clamp(28px, 5vw, 38px);
  }

  .lexora-dm5__tabs {
    gap: 6px;
    margin-bottom: 32px;
    padding: 5px;
  }

  .lexora-dm5__tab {
    padding: 10px 20px;
    font-size: 13px;
  }

  .lexora-dm5__panel-container {
    min-height: 450px;
  }

  .lexora-dm5__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px;
  }

  .lexora-dm5__panel-left {
    align-items: center;
    text-align: center;
  }

  .lexora-dm5__icon {
    width: 70px;
    height: 70px;
  }

  .lexora-dm5__icon svg {
    width: 36px;
    height: 36px;
  }

  .lexora-dm5__description h3 {
    font-size: 20px;
  }

  .lexora-dm5__comparison-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
  }

  .lexora-dm5__label {
    flex: none;
  }

  .lexora-dm5__level-bar {
    max-width: 100%;
    width: 100%;
  }

  .lexora-dm5__text {
    flex: none;
    line-height: 1.4;
  }
}

@media (max-width: 600px) {
  .lexora-dm5 {
    padding: 10vw 6vw;
  }

  .lexora-dm5__heading h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .lexora-dm5__tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
  }

  .lexora-dm5__tab {
    padding: 8px 16px;
    font-size: 13px;
    flex: 1 1 auto;
    min-width: calc(50% - 2px);
  }

  .lexora-dm5__panel-container {
    min-height: 480px;
  }

  .lexora-dm5__panel {
    padding: 24px;
    gap: 24px;
  }

  .lexora-dm5__icon {
    width: 60px;
    height: 60px;
  }

  .lexora-dm5__icon svg {
    width: 32px;
    height: 32px;
  }

  .lexora-dm5__description h3 {
    font-size: 18px;
  }

  .lexora-dm5__description p {
    font-size: 14px;
  }

  .lexora-dm5__comparison-row {
    padding: 12px 0;
  }

  .lexora-dm5__label {
    font-size: 13px;
  }

  .lexora-dm5__level-segment {
    height: 6px;
  }

  .lexora-dm5__text {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 420px) {
  .lexora-dm5__tabs {
    gap: 3px;
  }

  .lexora-dm5__tab {
    padding: 7px 12px;
    font-size: 12px;
  }

  .lexora-dm5__panel-container {
    min-height: 520px;
  }

  .lexora-dm5__panel {
    padding: 20px;
    gap: 20px;
  }

  .lexora-dm5__icon {
    width: 50px;
    height: 50px;
  }

  .lexora-dm5__icon svg {
    width: 28px;
    height: 28px;
  }

  .lexora-dm5__comparison-row {
    padding: 14px 0;
  }

  .lexora-dm5__text {
    font-size: 12px;
    line-height: 1.3;
  }
}

/* =========================================================
   RTL
========================================================= */

html[dir="rtl"] .lexora-dm5,
body[dir="rtl"] .lexora-dm5 {
  direction: rtl;
}

html[dir="rtl"] .lexora-dm5__panel,
body[dir="rtl"] .lexora-dm5__panel {
  transform: translateX(-30px);
}

html[dir="rtl"] .lexora-dm5__panel--active,
body[dir="rtl"] .lexora-dm5__panel--active {
  transform: translateX(0);
}

html[dir="rtl"] .lexora-dm5__comparison-row,
body[dir="rtl"] .lexora-dm5__comparison-row {
  flex-direction: row-reverse;
}

html[dir="rtl"] .lexora-dm5__label,
body[dir="rtl"] .lexora-dm5__label {
  text-align: right;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lexora-dm5 *,
  .lexora-dm5 *::before,
  .lexora-dm5 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .lexora-dm5__panel {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .lexora-dm5__tab-indicator {
    transition: none;
  }
}

/* =========================================================
   LEXORA â€” DELIVERY MODES
   SECTION 6 â€” ONE VISUAL, THREE FORMATS
   Page-scoped styles. Does not alter other Lexora pages.
========================================================= */
.lexora-dm6{
  --dm6-bg:#050505;
  --dm6-text:#ffffff;
  --dm6-muted:#b8b8b8;
  --dm6-line:rgba(255,255,255,.2);
  position:relative;
  background:var(--dm6-bg);
  color:var(--dm6-text);
  padding:clamp(64px,9vw,120px) 4vw;
  overflow:hidden;
}
.lexora-dm6__wrap{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(32px,4.5vw,56px);min-width:0}

.lexora-dm6__heading{max-width:640px}
.lexora-dm6__eyebrow{display:block;margin:0 0 18px;font:700 15px Manrope,sans-serif;letter-spacing:.14em;color:var(--dm6-muted)}
.lexora-dm6__heading h2{margin:0;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.04em;line-height:1.05;font-size:clamp(2rem,4vw,3.4rem);color:var(--dm6-text)}
.lexora-dm6__heading h2 span{display:block;font-weight:500}
.lexora-dm6__heading p{margin:20px 0 0;max-width:520px;font-size:16px;line-height:1.7;color:var(--dm6-muted)}

.lexora-dm6__morph{display:flex;flex-direction:column;gap:clamp(20px,2.6vw,30px);min-width:0}

.lexora-dm6__visual{position:relative;width:100%;height:min(64vh,600px);min-height:420px;overflow:hidden;background:#111;border-radius:4px}
.lexora-dm6__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.1);filter:grayscale(100%);transition:opacity 1.1s cubic-bezier(.22,.8,.22,1),transform 1.7s cubic-bezier(.22,.8,.22,1),filter .6s ease}
.lexora-dm6__img--active{opacity:1;transform:scale(1)}
.lexora-dm6__visual:hover .lexora-dm6__img--active{filter:grayscale(0%)}
.lexora-dm6__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 24%,rgba(0,0,0,.92) 100%);pointer-events:none}

.lexora-dm6__copy{position:absolute;z-index:2;left:clamp(24px,4.5vw,56px);right:clamp(24px,4.5vw,56px);bottom:clamp(24px,4vh,44px)}
.lexora-dm6__panel{position:absolute;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transform:translate3d(0,18px,0);transition:opacity .6s cubic-bezier(.22,.8,.22,1),transform .75s cubic-bezier(.22,.8,.22,1),visibility 0s linear .6s}
.lexora-dm6__panel--active{position:relative;opacity:1;visibility:visible;transform:none;transition:opacity .65s cubic-bezier(.22,.8,.22,1) .15s,transform .8s cubic-bezier(.22,.8,.22,1) .15s,visibility 0s}
.lexora-dm6__kicker{display:inline-flex;align-items:center;gap:10px;font:700 14px Manrope,sans-serif;letter-spacing:.14em;color:#fff}
.lexora-dm6__kicker b{display:inline-grid;place-items:center;min-width:32px;height:28px;padding:0 6px;background:#fff;color:#050505;font:800 14px Manrope,sans-serif;letter-spacing:.02em}
.lexora-dm6__panel h3{margin:14px 0 0;font:800 clamp(1.4rem,2.2vw,2.1rem)/1.14 Manrope,sans-serif;letter-spacing:-.02em;max-width:560px;color:#fff}
.lexora-dm6__panel p{margin:12px 0 0;max-width:520px;font-size:clamp(14px,1.05vw,16px);line-height:1.65;color:#dcdcdc}

.lexora-dm6__track{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:2px}
.lexora-dm6__line{position:absolute;left:15px;right:15px;top:50%;height:2px;background:var(--dm6-line);transform:translateY(-50%);z-index:0;overflow:hidden}
.lexora-dm6__fill{display:block;height:100%;width:0%;background:#fff}
.lexora-dm6__stop{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 4px;color:#8f8f8f;background:none;border:0;cursor:pointer;font-family:inherit;transition:color .35s ease}
.lexora-dm6__stop:first-child{justify-content:flex-start}
.lexora-dm6__stop:last-child{justify-content:flex-end}
.lexora-dm6__stop-num{flex:none;display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:var(--dm6-bg);font:700 14px Manrope,sans-serif;transition:background .35s ease,color .35s ease,border-color .35s ease}
.lexora-dm6__stop-label{font:700 14px Manrope,sans-serif;letter-spacing:.04em;white-space:nowrap}
.lexora-dm6__stop:hover{color:#fff}
.lexora-dm6__stop--active{color:#fff}
.lexora-dm6__stop--active .lexora-dm6__stop-num{background:#fff;color:#050505;border-color:#fff}

@media(max-width:980px){
  .lexora-dm6__visual{height:min(68vh,540px);min-height:380px}
}
@media(max-width:600px){
  .lexora-dm6{padding:64px 6vw 72px}
  .lexora-dm6__visual{height:min(72vh,500px);min-height:400px}
  .lexora-dm6__copy{left:22px;right:22px;bottom:22px}
  .lexora-dm6__panel h3{font-size:1.35rem}
  .lexora-dm6__line{left:0;right:0}
  .lexora-dm6__track{gap:6px}
}
@media(max-width:380px){
  .lexora-dm6__stop-num{display:none}
  .lexora-dm6__stop{justify-content:center!important}
}
@media(prefers-reduced-motion:reduce){
  .lexora-dm6__img,.lexora-dm6__panel,.lexora-dm6__fill{transition-duration:.01s!important;transition-delay:0s!important}
}

html[dir="rtl"] .lexora-dm6__stop-label,
body[dir="rtl"] .lexora-dm6__stop-label{
  text-align:right;
}

/* =========================================================
   DELIVERY MODES  SECTION 2 REDESIGN
   Clear format cards with theme-aware contrast and readable type
========================================================= */
.lexora-dm2 {
  --dm2-bg: #f3f4f6;
  --dm2-surface: #ffffff;
  --dm2-text: #16181d;
  --dm2-muted: #4b5563;
  --dm2-line: #d8dce3;
  --dm2-accent: #111111;
  min-height: 0;
  overflow: visible;
  background: var(--dm2-bg);
  color: var(--dm2-text);
}

html[data-theme="dark"] .lexora-dm2 {
  --dm2-bg: #050505;
  --dm2-surface: #0a0a0a;
  --dm2-text: #f5f7fb;
  --dm2-muted: #c3cad5;
  --dm2-line: #3a414d;
  --dm2-accent: #ffffff;
}

.lexora-dm2__wrap {
  width: min(1240px, calc(100% - 64px));
  padding: clamp(64px, 8vw, 110px) 0;
}

.lexora-dm2__heading {
  width: min(760px, 100%);
  margin: 0 0 40px;
  text-align: left;
}

.lexora-dm2__eyebrow {
  color: var(--dm2-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
}

.lexora-dm2__heading h2 {
  color: var(--dm2-text);
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.lexora-dm2__heading h2 span { color: var(--dm2-muted); }

.lexora-dm2__heading p {
  width: min(620px, 100%);
  margin: 18px 0 0;
  color: var(--dm2-muted);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

.lexora-dm2__stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  height: auto;
  margin-top: 0;
}

.lexora-dm2__svg { display: none; }

.lexora-dm2__center {
  position: relative;
  inset: auto;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 28px;
  width: auto;
  padding: 30px 34px;
  margin-bottom: 8px;
  transform: none;
  border: 1px solid var(--dm2-line);
  border-radius: 22px;
  background: var(--dm2-surface);
  text-align: left;
}

.lexora-dm2__center-image {
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  margin: 0;
  border-color: var(--dm2-line);
  background: var(--dm2-bg);
}

.lexora-dm2__center-image--icon::before { display: none; }
.lexora-dm2__center-image--icon svg { color: var(--dm2-accent); }
.lexora-dm2__center-content { margin: 0; }
.lexora-dm2__center-content span {
  margin-bottom: 8px;
  color: var(--dm2-accent);
  font-size: 14px;
}
.lexora-dm2__center-content h3 {
  color: var(--dm2-text);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
}

.lexora-dm2__item,
.lexora-dm2__item--1,
.lexora-dm2__item--2,
.lexora-dm2__item--3,
.lexora-dm2__item--4,
.lexora-dm2__item--5,
.lexora-dm2__item--6 {
  position: relative;
  inset: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  width: auto;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--dm2-line);
  border-radius: 18px;
  background: var(--dm2-surface);
  text-align: left;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.lexora-dm2__item:hover {
  transform: translateY(-4px);
  border-color: var(--dm2-accent);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.lexora-dm2__media,
.lexora-dm2__media--icon {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--dm2-bg);
}

.lexora-dm2__media img { border-radius: 16px; }
.lexora-dm2__media--icon svg { color: var(--dm2-accent); }
.lexora-dm2__copy > span {
  margin-bottom: 7px;
  color: var(--dm2-accent);
  font-size: 14px;
}
.lexora-dm2__copy h3 {
  margin-bottom: 8px;
  color: var(--dm2-text);
  font-size: 20px;
  line-height: 1.25;
}
.lexora-dm2__copy p {
  color: var(--dm2-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 900px) {
  .lexora-dm2__stage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .lexora-dm2__wrap { width: calc(100% - 36px); padding: 64px 0 72px; }
  .lexora-dm2__heading { margin-bottom: 28px; }
  .lexora-dm2__heading h2 { font-size: clamp(34px, 9vw, 48px); }
  .lexora-dm2__heading p { font-size: 16px; }
  .lexora-dm2__stage { grid-template-columns: 1fr; gap: 14px; }
  .lexora-dm2__center {
    grid-column: auto;
    gap: 18px;
    padding: 22px;
    margin: 0 0 8px;
  }
  .lexora-dm2__center-image { flex-basis: 76px; width: 76px; height: 76px; }
  .lexora-dm2__center-content h3 { font-size: 22px; }
  .lexora-dm2__item,
  .lexora-dm2__item--1,
  .lexora-dm2__item--2,
  .lexora-dm2__item--3,
  .lexora-dm2__item--4,
  .lexora-dm2__item--5,
  .lexora-dm2__item--6 {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 18px;
  }
  .lexora-dm2__media,
  .lexora-dm2__media--icon { width: 68px; height: 68px; flex-basis: 68px; }
  .lexora-dm2__copy h3 { font-size: 18px; }
  .lexora-dm2__copy p { font-size: 15px; }
}

@media (max-width: 430px) {
  .lexora-dm2__wrap { width: calc(100% - 28px); }
  .lexora-dm2__center { align-items: flex-start; padding: 18px; }
  .lexora-dm2__center-image { flex-basis: 64px; width: 64px; height: 64px; }
  .lexora-dm2__center-content h3 { font-size: 20px; }
  .lexora-dm2__item,
  .lexora-dm2__item--1,
  .lexora-dm2__item--2,
  .lexora-dm2__item--3,
  .lexora-dm2__item--4,
  .lexora-dm2__item--5,
  .lexora-dm2__item--6 { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; padding: 16px; }
  .lexora-dm2__media,
  .lexora-dm2__media--icon { width: 58px; height: 58px; flex-basis: 58px; }
}
/* Keep the browser scrollbar aligned with this page instead of showing a white rail. */
html {
  scrollbar-color: #777777 #111111;
}

html::-webkit-scrollbar { width: 12px; }
html::-webkit-scrollbar-track { background: #111111; }
html::-webkit-scrollbar-thumb { background: #777777; border: 3px solid #111111; border-radius: 10px; }

html[data-theme="light"] { scrollbar-color: #777777 #ffffff; }
html[data-theme="light"]::-webkit-scrollbar-track { background: #ffffff; }
html[data-theme="light"]::-webkit-scrollbar-thumb { border-color: #ffffff; }
/* Section 3: remove the decorative side image columns. */
#delivery-modes-section-3 .lexora-dm3__col--left,
#delivery-modes-section-3 .lexora-dm3__col--right {
  display: none !important;
}
/* Delivery page hero: centered copy over a full-bleed training photo. */
.delivery-format-banner {
  justify-content: center;
  text-align: center;
}

.delivery-format-banner::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .48)),
    url("../image/image-21.jpg") center 48% / cover no-repeat;
  filter: grayscale(100%);
  animation: none;
}

.delivery-format-banner::after {
  opacity: .1;
  background-size: 72px 72px;
}

.delivery-format-inner { width: min(100%, 1120px); }
.delivery-format-copy { max-width: 100%; margin-inline: auto; text-align: center; }
.delivery-format-eyebrow { color: #f0f0f0; }
.delivery-format-title { max-width: 100%; margin-inline: auto; color: #fff; }
.delivery-format-subhead { margin: 18px auto 0; color: #ededed; }
.delivery-format-rule {
  width: min(420px, 80%);
  margin: 20px auto 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform-origin: center;
}
.delivery-format-tags { justify-content: center; }
.delivery-format-tag {
  color: #fff;
  background: rgba(0,0,0,.3);
  border-color: rgba(255,255,255,.5);
}
.delivery-format-glow { right: -12vw; }
html[dir="rtl"] .delivery-format-banner,
html[dir="rtl"] .delivery-format-copy { text-align: center; }

/* Keep the photo and white copy readable in light theme too. */
html[data-theme="light"] .delivery-format-banner { color: #fff; }
html[data-theme="light"] .delivery-format-banner::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .48)),
    url("../image/image-21.jpg") center 48% / cover no-repeat;
}
html[data-theme="light"] .delivery-format-title,
html[data-theme="light"] .delivery-format-eyebrow,
html[data-theme="light"] .delivery-format-subhead { color: #fff; }
html[data-theme="light"] .delivery-format-tag {
  color: #fff;
  background: rgba(0,0,0,.3);
  border-color: rgba(255,255,255,.5);
}
html[data-theme="light"] .delivery-format-glow { border-color: rgba(255,255,255,.18); }
/* Section 4: interactive center image with the remaining photos orbiting it. */
.lexora-dm4__item {
  z-index: 1;
  cursor: pointer;
  transition: transform .35s ease, filter .35s ease;
}

.lexora-dm4__item:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
  border-radius: 16px;
}

.lexora-dm4__item.is-selected {
  z-index: 5;
  width: clamp(130px, 16vw, 190px);
  height: clamp(130px, 16vw, 190px);
  margin: 0;
  transform: translate(-50%, -50%);
}

.lexora-dm4__item.is-selected .lexora-dm4__photo {
  animation: none;
  border: 3px solid var(--dm4-bg);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}

.lexora-dm4__item.is-selected .lexora-dm4__photo img {
  transform: scale(1.03);
}

@media (max-width: 900px) {
  .lexora-dm4__item.is-selected {
    width: clamp(120px, 22vw, 170px);
    height: clamp(120px, 22vw, 170px);
  }
}

@media (max-width: 700px) {
  .lexora-dm4__item.is-selected {
    width: 124px;
    height: 124px;
  }
}
/* The chosen thumbnail leaves the orbit and enlarges in its center. */
.lexora-dm4__item.is-selected {
  width: var(--item-size);
  height: var(--item-size);
  margin: calc(var(--item-size) / -2);
  transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(var(--angle) * -1));
  opacity: 0;
  pointer-events: none;
}

.lexora-dm4__selected-center {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  width: clamp(130px, 16vw, 190px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid var(--dm4-bg);
  border-radius: 18px;
  background: #000;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
  opacity: 0;
  transform: translate(-50%, -46%) scale(.82);
  transition: opacity .35s ease, transform .45s cubic-bezier(.2,.75,.25,1);
  pointer-events: none;
}

.lexora-dm4__selected-center.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.lexora-dm4__selected-center img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .lexora-dm4__selected-center { width: clamp(120px, 22vw, 170px); }
}

@media (max-width: 700px) {
  .lexora-dm4__selected-center { width: 124px; }
}
/* Section 4: layered carousel sized to match its adjacent content. */
.lexora-dm4__wrap {
  align-items: stretch;
}

.lexora-dm4__visual {
  width: 100%;
  min-height: 540px;
  aspect-ratio: auto;
  align-self: stretch;
  overflow: hidden;
}

.lexora-dm4__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.lexora-dm4__ring {
  position: absolute;
  inset: 0;
  overflow: hidden;
  animation: none;
}

.lexora-dm4__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(160px, 20vw, 250px);
  height: clamp(250px, 31vw, 370px);
  margin: 0;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%) scale(.68);
  pointer-events: none;
  transition: transform .65s cubic-bezier(.2,.75,.25,1), opacity .65s ease;
}

.lexora-dm4__item.is-active,
.lexora-dm4__item.is-behind-left,
.lexora-dm4__item.is-behind-right,
.lexora-dm4__item.is-peek-left,
.lexora-dm4__item.is-peek-right,
.lexora-dm4__item.is-back {
  opacity: 1;
  pointer-events: auto;
}

.lexora-dm4__item.is-active {
  z-index: 6;
  transform: translate(-50%, -50%) scale(1);
}

.lexora-dm4__item.is-behind-left {
  z-index: 4;
  transform: translate(calc(-50% - 12px), calc(-50% - 12px)) scale(.9);
}

.lexora-dm4__item.is-behind-right {
  z-index: 3;
  transform: translate(calc(-50% + 12px), calc(-50% - 24px)) scale(.82);
}

.lexora-dm4__item.is-peek-left {
  z-index: 2;
  transform: translate(-50%, -50%) translateX(-94%) scale(.72);
}

.lexora-dm4__item.is-peek-right {
  z-index: 2;
  transform: translate(-50%, -50%) translateX(94%) scale(.72);
}

.lexora-dm4__item.is-back {
  z-index: 1;
  transform: translate(-50%, -50%) translateY(-34px) scale(.68);
  opacity: .62;
}

.lexora-dm4__photo {
  border-radius: 16px;
  animation: none;
}

.lexora-dm4__photo img {
  display: block;
  filter: grayscale(100%);
}

.lexora-dm4__item:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
  border-radius: 18px;
}

.lexora-dm4__nav--prev { left: 4px; }
.lexora-dm4__nav--next { right: 4px; }

@media (max-width: 900px) {
  .lexora-dm4__visual {
    width: min(100%, 560px);
    min-height: 500px;
    margin-inline: auto;
  }
  .lexora-dm4__content { align-self: auto; }
}

@media (max-width: 700px) {
  .lexora-dm4__visual {
    width: min(100%, 440px);
    min-height: 430px;
  }
  .lexora-dm4__item {
    width: clamp(140px, 42vw, 190px);
    height: clamp(220px, 64vw, 280px);
  }
  .lexora-dm4__item.is-behind-left {
    transform: translate(calc(-50% - 8px), calc(-50% - 8px)) scale(.9);
  }
  .lexora-dm4__item.is-behind-right {
    transform: translate(calc(-50% + 8px), calc(-50% - 16px)) scale(.82);
  }
  .lexora-dm4__item.is-peek-left { transform: translate(-50%, -50%) translateX(-82%) scale(.7); }
  .lexora-dm4__item.is-peek-right { transform: translate(-50%, -50%) translateX(82%) scale(.7); }
}

@media (prefers-reduced-motion: reduce) {
  .lexora-dm4__item { transition: none; }
}
/* Clean up the carousel top edge and give the featured photo more presence. */
#delivery-modes-section-4 .lexora-dm4__tag { display: none; }
#delivery-modes-section-4 .lexora-dm4__item {
  width: clamp(160px, 20vw, 250px);
  height: clamp(310px, 39vw, 440px);
}

@media (max-width: 700px) {
  #delivery-modes-section-4 .lexora-dm4__item {
    width: clamp(140px, 42vw, 190px);
    height: clamp(280px, 78vw, 360px);
  }
}
/* =========================================================
   DELIVERY MODES  SECTION 5 RESTRUCTURE
   Clear format selector and flexible comparison cards
========================================================= */
.lexora-dm5 {
  --dm5-bg: #f1f1ee;
  --dm5-surface: #ffffff;
  --dm5-text: #111111;
  --dm5-muted: #4b4b4b;
  --dm5-line: #d4d4d0;
  --dm5-tab-active: #111111;
  --dm5-tab-active-text: #ffffff;
  --dm5-level-bg: #d6d6d2;
  --dm5-level-fill: #111111;
  padding: clamp(64px, 8vw, 112px) 5vw;
  overflow: visible;
  background: var(--dm5-bg);
  color: var(--dm5-text);
}

html[data-theme="dark"] .lexora-dm5 {
  --dm5-bg: #050505;
  --dm5-surface: #111111;
  --dm5-text: #ffffff;
  --dm5-muted: #c8c8c8;
  --dm5-line: #3a3a3a;
  --dm5-tab-active: #ffffff;
  --dm5-tab-active-text: #050505;
  --dm5-level-bg: #454545;
  --dm5-level-fill: #ffffff;
}

.lexora-dm5__wrap { max-width: 1240px; }

.lexora-dm5__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  grid-template-areas: "eyebrow copy" "title copy";
  column-gap: clamp(28px, 6vw, 88px);
  align-items: end;
  margin: 0 0 34px;
  text-align: left;
}

.lexora-dm5__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 14px;
  color: var(--dm5-muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
}

.lexora-dm5__heading h2 {
  grid-area: title;
  margin: 0;
  color: var(--dm5-text);
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.lexora-dm5__heading h2 span { color: var(--dm5-muted); }

.lexora-dm5__heading p {
  grid-area: copy;
  width: 100%;
  margin: 0 0 4px;
  color: var(--dm5-muted);
  font-size: 17px;
  line-height: 1.65;
}

.lexora-dm5__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
}

.lexora-dm5__tab {
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid var(--dm5-line);
  border-radius: 12px;
  background: var(--dm5-surface);
  color: var(--dm5-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.lexora-dm5__tab:hover { color: var(--dm5-text); transform: translateY(-2px); }
.lexora-dm5__tab--active { background: var(--dm5-tab-active); color: var(--dm5-tab-active-text); border-color: var(--dm5-tab-active); }
.lexora-dm5__tab--active:hover { color: var(--dm5-tab-active-text); }
.lexora-dm5__tab-indicator { display: none; }

.lexora-dm5__panel-container {
  display: grid;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lexora-dm5__panel {
  position: relative;
  inset: auto;
  grid-area: 1 / 1;
  display: none;
  grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr);
  gap: 18px;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease;
}

.lexora-dm5__panel--active {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.lexora-dm5__panel-left,
.lexora-dm5__panel-right {
  min-width: 0;
  overflow: visible;
  border: 1px solid var(--dm5-line);
  border-radius: 20px;
  background: var(--dm5-surface);
}

.lexora-dm5__panel-left {
  justify-content: space-between;
  gap: 30px;
  min-height: 330px;
  padding: clamp(24px, 3.5vw, 42px);
}

.lexora-dm5__icon {
  width: 66px;
  height: 66px;
  border: 1px solid var(--dm5-line);
  border-radius: 16px;
  background: var(--dm5-bg);
  color: var(--dm5-text);
}

.lexora-dm5__icon svg { width: 34px; height: 34px; }

.lexora-dm5__description h3 {
  margin: 0 0 12px;
  color: var(--dm5-text);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.12;
}

.lexora-dm5__description p {
  max-width: 430px;
  margin: 0;
  color: var(--dm5-muted);
  font-size: 16px;
  line-height: 1.65;
}

.lexora-dm5__panel-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 18px clamp(22px, 3vw, 38px);
}

.lexora-dm5__comparison-row {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 24px;
  min-height: 58px;
  padding: 14px 0;
  border-bottom: 1px solid var(--dm5-line);
}

.lexora-dm5__comparison-row:last-child { border-bottom: 0; }
.lexora-dm5__label { min-width: 0; color: var(--dm5-text); font-size: 14px; font-weight: 700; line-height: 1.4; white-space: normal; }
.lexora-dm5__text { min-width: 0; color: var(--dm5-muted); font-size: 15px; font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
.lexora-dm5__level-bar { display: flex; width: 100%; max-width: 320px; gap: 6px; }
.lexora-dm5__level-segment { height: 9px; border-radius: 99px; background: var(--dm5-level-bg); }

@media (max-width: 800px) {
  .lexora-dm5__heading {
    grid-template-columns: 1fr;
    grid-template-areas: "eyebrow" "title" "copy";
    gap: 0;
  }
  .lexora-dm5__heading p { width: min(620px, 100%); margin-top: 16px; }
  .lexora-dm5__panel { grid-template-columns: 1fr; }
  .lexora-dm5__panel-left { min-height: 0; flex-direction: row; align-items: center; }
}

@media (max-width: 560px) {
  .lexora-dm5 { padding: 60px 18px; }
  .lexora-dm5__heading { margin-bottom: 26px; }
  .lexora-dm5__heading h2 { font-size: clamp(34px, 9vw, 44px); }
  .lexora-dm5__heading p { font-size: 16px; }
  .lexora-dm5__tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .lexora-dm5__tab { min-height: 48px; padding: 10px 8px; font-size: 14px; }
  .lexora-dm5__panel-left { align-items: flex-start; flex-direction: column; gap: 24px; padding: 22px; }
  .lexora-dm5__description h3 { font-size: 24px; }
  .lexora-dm5__description p { font-size: 15px; }
  .lexora-dm5__panel-right { padding: 10px 20px; }
  .lexora-dm5__comparison-row { grid-template-columns: 1fr; gap: 8px; padding: 14px 0; }
  .lexora-dm5__label { font-size: 14px; }
  .lexora-dm5__text { font-size: 15px; }
}
/* Subtle monochrome backdrop for the section 5 comparison layout. */
.lexora-dm5 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse at 8% 8%, rgba(255,255,255,.88), transparent 42%),
    linear-gradient(135deg, transparent 0 49.8%, rgba(0,0,0,.025) 50%, transparent 50.2%);
  background-size: auto, 84px 84px;
}

.lexora-dm5::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -280px;
  right: -210px;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 68px,
    var(--dm5-line) 69px 70px,
    transparent 71px 104px
  );
  opacity: .42;
  pointer-events: none;
}

.lexora-dm5::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -150px;
  bottom: -240px;
  width: 390px;
  height: 390px;
  border: 1px solid var(--dm5-line);
  border-radius: 50%;
  box-shadow: 0 0 0 28px var(--dm5-bg), 0 0 0 29px var(--dm5-line), 0 0 0 58px var(--dm5-bg), 0 0 0 59px var(--dm5-line);
  opacity: .28;
  pointer-events: none;
}

.lexora-dm5__wrap { position: relative; z-index: 1; }

html[data-theme="dark"] .lexora-dm5 {
  background-image:
    radial-gradient(ellipse at 8% 8%, rgba(255,255,255,.035), transparent 42%),
    linear-gradient(135deg, transparent 0 49.8%, rgba(255,255,255,.025) 50%, transparent 50.2%);
}

@media (max-width: 560px) {
  .lexora-dm5::before { top: -170px; right: -240px; width: 520px; }
  .lexora-dm5::after { left: -230px; bottom: -260px; }
}
/* =========================================================
   DELIVERY MODES  SECTION 6 RESTRUCTURE
   Editorial intro beside a responsive visual and format selector
========================================================= */
.lexora-dm6 {
  --dm6-bg: #f0f0ed;
  --dm6-surface: #ffffff;
  --dm6-text: #111111;
  --dm6-muted: #4b4b4b;
  --dm6-line: #d2d2ce;
  --dm6-active: #111111;
  --dm6-active-text: #ffffff;
  padding: clamp(64px, 8vw, 112px) 5vw;
  background: var(--dm6-bg);
  color: var(--dm6-text);
}

html[data-theme="dark"] .lexora-dm6 {
  --dm6-bg: #050505;
  --dm6-surface: #111111;
  --dm6-text: #ffffff;
  --dm6-muted: #c8c8c8;
  --dm6-line: #3a3a3a;
  --dm6-active: #ffffff;
  --dm6-active-text: #050505;
}

.lexora-dm6__wrap {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  max-width: 1320px;
}

.lexora-dm6__heading { max-width: 480px; }
.lexora-dm6__eyebrow {
  margin: 0 0 16px;
  color: var(--dm6-muted);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .14em;
}
.lexora-dm6__heading h2 {
  margin: 0;
  color: var(--dm6-text);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.055em;
}
.lexora-dm6__heading h2 span { display: block; color: var(--dm6-muted); font-weight: 600; }
.lexora-dm6__heading p {
  max-width: 440px;
  margin: 22px 0 0;
  color: var(--dm6-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lexora-dm6__morph {
  display: grid;
  grid-template-rows: minmax(420px, auto) auto;
  gap: 16px;
  min-width: 0;
}

.lexora-dm6__visual {
  width: 100%;
  height: clamp(440px, 43vw, 590px);
  min-height: 0;
  border-radius: 22px;
  background: #111111;
  box-shadow: 0 24px 65px rgba(0,0,0,.16);
}

.lexora-dm6__img { filter: grayscale(100%); }
.lexora-dm6__scrim {
  background: linear-gradient(180deg, rgba(0,0,0,.02) 20%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.88) 100%);
}
.lexora-dm6__copy {
  left: clamp(24px, 3.2vw, 44px);
  right: clamp(24px, 3.2vw, 44px);
  bottom: clamp(28px, 4vw, 48px);
}
.lexora-dm6__panel h3 {
  max-width: 600px;
  margin-top: 16px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
}
.lexora-dm6__panel p {
  max-width: 600px;
  margin-top: 14px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.65;
}
.lexora-dm6__kicker { font-size: 14px; }
.lexora-dm6__kicker b { min-width: 36px; height: 32px; font-size: 14px; }

.lexora-dm6__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
}
.lexora-dm6__line { display: none; }
.lexora-dm6__stop,
.lexora-dm6__stop:first-child,
.lexora-dm6__stop:last-child {
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--dm6-line);
  border-radius: 14px;
  background: var(--dm6-surface);
  color: var(--dm6-text);
  text-align: left;
}
.lexora-dm6__stop:hover { color: var(--dm6-text); border-color: var(--dm6-text); }
.lexora-dm6__stop--active {
  border-color: var(--dm6-active);
  background: var(--dm6-active);
  color: var(--dm6-active-text);
}
.lexora-dm6__stop--active:hover { color: var(--dm6-active-text); }
.lexora-dm6__stop-num {
  width: 32px;
  height: 32px;
  border-color: var(--dm6-line);
  background: transparent;
  color: inherit;
  font-size: 14px;
}
.lexora-dm6__stop-label { font-size: 15px; }
.lexora-dm6__stop--active .lexora-dm6__stop-num {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

@media (max-width: 900px) {
  .lexora-dm6__wrap { grid-template-columns: 1fr; gap: 32px; }
  .lexora-dm6__heading { max-width: 760px; }
  .lexora-dm6__heading p { max-width: 620px; }
  .lexora-dm6__morph { grid-template-rows: minmax(420px, auto) auto; }
  .lexora-dm6__visual { height: clamp(420px, 60vw, 560px); }
}

@media (max-width: 560px) {
  .lexora-dm6 { padding: 60px 18px 72px; }
  .lexora-dm6__heading h2 { font-size: clamp(38px, 11vw, 52px); }
  .lexora-dm6__heading p { font-size: 16px; }
  .lexora-dm6__visual { height: 500px; border-radius: 18px; }
  .lexora-dm6__copy { left: 20px; right: 20px; bottom: 22px; }
  .lexora-dm6__panel h3 { font-size: 26px; }
  .lexora-dm6__panel p { font-size: 15px; }
  .lexora-dm6__track { gap: 7px; }
  .lexora-dm6__stop,
  .lexora-dm6__stop:first-child,
  .lexora-dm6__stop:last-child {
    min-height: 72px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px 4px;
    text-align: center;
  }
  .lexora-dm6__stop-num { width: 28px; height: 28px; }
  .lexora-dm6__stop-label { font-size: 14px; }
}

@media (max-width: 380px) {
  .lexora-dm6__stop-num { display: inline-grid; }
  .lexora-dm6__stop-label { font-size: 14px; }
}
/* Section 6: use the intro columns open space for visual format cues. */
.lexora-dm6__heading-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid var(--dm6-line);
  border-radius: 16px;
  background: var(--dm6-surface);
  color: var(--dm6-text);
}
.lexora-dm6__heading-mark svg { width: 30px; height: 30px; }
.lexora-dm6__format-tiles {
  display: flex;
  gap: 12px;
  margin-top: clamp(26px, 3.8vw, 44px);
}
.lexora-dm6__format-tile {
  position: relative;
  flex: 0 1 112px;
  height: 92px;
  overflow: hidden;
  border: 1px solid var(--dm6-line);
  border-radius: 12px;
  background: var(--dm6-surface);
}
.lexora-dm6__format-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.lexora-dm6__format-tile::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
}
.lexora-dm6__format-tile span {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  left: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: center;
}

@media (max-width: 900px) {
  .lexora-dm6__heading-mark { margin-bottom: 18px; }
  .lexora-dm6__format-tiles { margin-top: 24px; }
}

@media (max-width: 560px) {
  .lexora-dm6__heading-mark { width: 52px; height: 52px; margin-bottom: 18px; }
  .lexora-dm6__format-tiles { gap: 8px; margin-top: 24px; }
  .lexora-dm6__format-tile { flex-basis: 0; flex-grow: 1; height: 76px; }
  .lexora-dm6__format-tile span { font-size: 14px; }
}
/* =========================================================
   CASE STUDIES SECTION 01 BASE (restored - was missing
   after CSS merge, causing invisible/misplaced banner text)
========================================================= */
.case-hero {
  position: relative;
  isolation: isolate;
  margin-top: var(--header-h);
  background: #050505;
  color: #ffffff;
}
.case-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.case-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(70%) brightness(.55);
}
.case-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.32) 100%);
}
.case-hero__grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.04), transparent 60%);
}
.case-hero .section-index {
  color: #ffffff;
  opacity: .75;
}
.case-hero__copy { color: #ffffff; }
.case-hero__eyebrow { color: rgba(255,255,255,.72); margin: 0 0 14px; }
.case-hero__title { color: #ffffff; margin: 0; }
.case-hero__title span { display: block; }
.case-hero__description { color: rgba(255,255,255,.84); margin: 16px 0 0; }
.case-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case-hero__primary,
.case-hero__secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 4px;
  font: 700 14px/1 Manrope, sans-serif;
  transition: gap .25s ease, transform .25s ease, background .25s ease, border-color .25s ease;
}
.case-hero__primary { background: #ffffff; color: #111111; }
.case-hero__primary:hover { gap: 14px; transform: translateY(-2px); background: #eaeaea; }
.case-hero__secondary { color: #ffffff; border: 1px solid rgba(255,255,255,.4); }
.case-hero__secondary:hover { gap: 14px; transform: translateY(-2px); border-color: #ffffff; }
.case-hero__proof {
  color: #ffffff;
  border-left: 1px solid rgba(255,255,255,.22);
}
.case-hero__proof-label {
  display: block;
  font: 700 12px/1.3 Manrope, sans-serif;
  letter-spacing: .14em;
  color: rgba(255,255,255,.6);
}
.case-hero__proof-line {
  width: 36px;
  height: 1px;
  margin: 12px 0 16px;
  background: rgba(255,255,255,.35);
}
.case-hero__proof ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.case-hero__proof li { display: flex; flex-direction: column; gap: 2px; }
.case-hero__proof li strong { font-size: .95rem; font-weight: 800; color: #ffffff; }
.case-hero__proof li span { font-size: .82rem; color: rgba(255,255,255,.68); }
.case-hero__scroll {
  position: absolute;
  bottom: 18px;
  left: 7vw;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.75);
  font: 700 12px/1 Manrope, sans-serif;
  letter-spacing: .1em;
}

/* =========================================================
   CASE STUDIES SECTION 01 FINAL GEOMETRY FIX
   65vh banner with contained, non-overlapping content.
========================================================= */
.case-hero {
  box-sizing: border-box;
  height: 65vh;
  min-height: 0;
  max-height: 600px;
  overflow: hidden;
}

.case-hero__inner {
  display: grid;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .7fr);
  gap: clamp(34px, 5vw, 72px);
  padding: 54px 7vw;
  align-items: center;
}

.case-hero .section-index {
  top: 18px;
  left: 7vw;
}

.case-hero__copy {
  width: min(100%, 650px);
  gap: 15px;
}

.case-hero__eyebrow {
  font-size: 14px;
  line-height: 1.3;
}

.case-hero__title {
  max-width: 620px;
  font-size: clamp(2.45rem, 4.45vw, 4.45rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.case-hero__description {
  max-width: 560px;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.48;
}

.case-hero__actions {
  margin-top: 4px;
  gap: 12px 24px;
}

.case-hero__proof {
  max-width: 300px;
  padding-top: 14px;
}

.case-hero__proof li {
  padding: 8px 0;
}

.case-hero__scroll {
  right: 7vw;
  bottom: 18px;
}

html[dir="rtl"] .case-hero .section-index {
  right: 7vw;
  left: auto;
}

html[dir="rtl"] .case-hero__scroll {
  right: auto;
  left: 7vw;
}

@media (max-width: 900px) and (min-width: 641px) {
  .case-hero {
    max-height: 540px;
  }

  .case-hero__inner {
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
    gap: 28px;
    padding: 50px 6vw;
  }

  .case-hero__title {
    font-size: clamp(2.25rem, 6.2vw, 3.7rem);
  }

  .case-hero__description {
    font-size: 15px;
  }

  .case-hero__proof {
    max-width: 260px;
  }
}

@media (max-width: 640px) {
  .case-hero {
    height: 65vh;
    max-height: 560px;
    min-height: 450px;
  }

  .case-hero .section-index {
    top: 16px;
    left: 6vw;
  }

  .case-hero__inner {
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 48px 6vw 48px;
  }

  .case-hero__copy {
    width: 100%;
    gap: 13px;
  }

  .case-hero__title {
    max-width: 100%;
    font-size: clamp(2.05rem, 10vw, 3.25rem);
    line-height: .96;
  }

  .case-hero__description {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.48;
  }

  .case-hero__actions {
    margin-top: 5px;
    gap: 12px 18px;
  }

  .case-hero__scroll {
    right: 6vw;
    bottom: 14px;
  }

  html[dir="rtl"] .case-hero .section-index {
    right: 6vw;
    left: auto;
  }

  html[dir="rtl"] .case-hero__scroll {
    right: auto;
    left: 6vw;
  }
}


/* =========================================================
   LEXORA CASE STUDIES — SECTION 02 FINAL SPACING + OVERLAY
   Targeted update only. Existing content/layout preserved.
========================================================= */

.case-study-s2{
  padding-top:clamp(92px,10vw,148px);
  padding-bottom:clamp(110px,12vw,176px);
}

.case-study-s2__heading{
  margin-bottom:clamp(34px,4vw,54px);
}

.case-study-s2__visual{
  padding-top:0;
}

.case-study-s2__image{
  height:clamp(360px,60vh,620px);
}

.case-study-s2__metrics{
  margin-top:clamp(-132px,-9vw,-82px);
  position:relative;
  z-index:10;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,2.4vw,30px);
  align-items:stretch;
}

.case-study-s2__metric{
  position:relative;
  z-index:1;
  min-width:0;
  min-height:clamp(170px,18vw,205px);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:clamp(20px,2.2vw,30px);
  box-sizing:border-box;
  opacity:0;
  transform:translate3d(0,120px,0) scale(.965);
  transition:
    opacity .72s cubic-bezier(.16,1,.3,1),
    transform .82s cubic-bezier(.16,1,.3,1),
    box-shadow .45s ease;
  will-change:transform,opacity;
}

.case-study-s2__metric.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}

.case-study-s2__metric--01{transition-delay:0ms}
.case-study-s2__metric--02{transition-delay:70ms}
.case-study-s2__metric--03{transition-delay:140ms}

.case-study-s2__metric strong{
  line-height:1;
  margin-bottom:10px;
}

.case-study-s2__metric p{
  margin-top:auto;
}

html[data-theme="dark"] .case-study-s2__metric{
  background:#141414;
  color:#f5f5f5;
  border-color:rgba(255,255,255,.16);
}

html[data-theme="dark"] .case-study-s2__metric-label,
html[data-theme="dark"] .case-study-s2__metric p{
  color:#c4c4c4;
}

@media (max-width:900px){
  .case-study-s2{
    padding-top:82px;
    padding-bottom:110px;
  }

  .case-study-s2__metrics{
    margin-top:-70px;
    gap:14px;
  }

  .case-study-s2__metric{
    min-height:175px;
    padding:20px;
  }
}

@media (max-width:640px){
  .case-study-s2{
    padding-top:64px;
    padding-bottom:80px;
  }

  .case-study-s2__heading{
    margin-bottom:28px;
  }

  .case-study-s2__metrics{
    margin-top:-34px;
    grid-template-columns:1fr;
    gap:12px;
  }

  .case-study-s2__metric{
    min-height:148px;
    height:auto;
    padding:18px;
    transform:translate3d(0,70px,0) scale(.98);
  }

  .case-study-s2__metric.is-visible{
    transform:translate3d(0,0,0) scale(1);
  }
}

@media (prefers-reduced-motion:reduce){
  .case-study-s2__metric{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

/* Home 2 section 8: keep the CTA content inside narrow mobile viewports. */
@media (max-width: 700px) {
  #lx-s8-final .lx-s8-inner,
  #lx-s8-final .lx-s8-content,
  #lx-s8-final .lx-s8-form-wrap {
    min-width: 0;
    width: 100%;
  }

  #lx-s8-final .lx-s8-title {
    font-size: clamp(2rem, 9vw, 4rem);
    overflow-wrap: anywhere;
  }

  #lx-s8-final .lx-s8-form-card {
    width: 100%;
    padding: clamp(16px, 6vw, 25px);
  }
}


/* About Us banner: add 25px of top spacing across screen sizes. */
#lxAboutBanner .lx-about-banner-content {
    padding-top: 89px;
}

@media (max-width: 1023px) {
    #lxAboutBanner .lx-about-banner-content {
        padding-top: 89px;
    }
}

@media (max-width: 767px) {
    #lxAboutBanner .lx-about-banner-content {
        padding-top: 97px;
    }
}

/* About Us section 2: remove decorative floating images on narrow screens so they do not cover the copy. */
@media (max-width: 767px) {
    #about-story .lx-about-split-image {
        display: none;
    }
}

/* About Us section 2: show the imagery as a small row below the copy on mobile. */
@media (max-width: 767px) {
    #about-story .lx-about-split-image {
        display: block;
        top: 88%;
        width: 54px;
        height: 68px;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        transition: none;
    }

    #about-story .lx-split-image-01 { left: 14%; }
    #about-story .lx-split-image-02 { left: 38%; }
    #about-story .lx-split-image-03 { left: 62%; }
    #about-story .lx-split-image-04 { left: 86%; }
}

/* About Us section 2 mobile layout: copy first, then larger images in a vertical stack. */
@media (max-width: 767px) {
    #about-story {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    #about-story .lx-about-split-sticky {
        position: relative;
        top: auto;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
        padding: 48px 20px 72px;
        overflow: hidden;
    }

    #about-story .lx-about-split-content {
        position: relative;
        order: 0;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0 auto 36px;
        transform: none !important;
        opacity: 1;
        pointer-events: auto;
    }

    #about-story .lx-about-split-scroll {
        display: none;
    }

    #about-story .lx-about-split-image {
        position: relative;
        order: 1;
        top: auto;
        left: auto;
        width: min(100%, 320px);
        height: clamp(220px, 70vw, 300px);
        margin: 0 auto 18px;
        transform: none !important;
        opacity: 1 !important;
        transition: none;
        pointer-events: auto;
    }

    #about-story .lx-about-split-progress {
        display: none;
    }
}

/* Programs journey: show the diagram in its finished state without scroll animations. */
.pg-journey-path {
  stroke-dashoffset: 0 !important;
}

.pg-journey-dot {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.pg-journey-node {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.pg-journey-center {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  padding-bottom: 32px;
}

.pg-node-circle::after {
  animation: none !important;
}

@media (max-width: 900px) {
  .pg-journey-node,
  .pg-journey-center {
    transform: none !important;
  }
}

/* Programs page: place Business English focus points side by side on wider screens. */
@media (min-width: 901px) {
  .pg-panel[data-panel="business-english"] .pg-panel-focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
  }
}

/* Keep the Programs track image marquee inset from both screen edges on mobile. */
@media (max-width: 900px) {
  .pg-tracks-marquees {
    margin-right: 4vw;
  }
}

/* Keep Programs track text and controls within the available responsive width. */
@media (max-width: 900px) {
  .pg-tracks-grid,
  .pg-tracks-content,
  .pg-panels,
  .pg-panel {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .pg-tracks-content .section-title {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 2.5rem);
    overflow-wrap: anywhere;
  }

  .pg-tabs {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
  }

  .pg-tab {
    flex: 1 1 40%;
    min-width: 0;
    padding-inline: 12px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .pg-panel-meta li,
  .pg-panel-focus li {
    min-width: 0;
  }

  .pg-panel-focus li {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }
}

/* Prevent the pinned Programs cube section from leaving a blank scroll area on smaller screens. */
@media (max-width: 900px) {
  .pg-cube-reveal {
    height: auto;
    min-height: 0;
  }
}

/* Delivery Modes section 2: improve light-mode card definition and raised appearance. */
html[data-theme="light"] .lexora-dm2 {
  --dm2-line: #aeb6c2;
}

html[data-theme="light"] .lexora-dm2__center,
html[data-theme="light"] .lexora-dm2__item {
  border-width: 1.5px;
  box-shadow: 0 8px 22px rgba(22, 24, 29, .08), 0 2px 5px rgba(22, 24, 29, .05);
}

html[data-theme="light"] .lexora-dm2__item:hover {
  transform: translateY(-6px);
  border-color: #747e8d;
  box-shadow: 0 18px 34px rgba(22, 24, 29, .15);
}

/* Case Studies section 2: keep the heading, visual, and metrics static with no reveal motion. */
.case-study-s2__heading,
.case-study-s2__visual,
.case-study-s2__metric {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  transition-delay: 0s !important;
  will-change: auto;
}

/* Reduce excess vertical spacing around Case Studies section 2. */
.case-study-s2 {
  padding-top: clamp(48px, 5vw, 76px);
  padding-bottom: clamp(48px, 5vw, 76px);
}

@media (max-width: 640px) {
  .case-study-s2 {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}

/* Case Studies CTA: use monochrome feature boxes and add space above the banner actions. */
.case-study-s4 {
  --s4-box-bg: #101010;
}

.case-study-s4 .feature-box i {
  color: #ffffff;
}

.case-study-s4__actions {
  padding-top: 18px;
}

/* Case Studies banner: stack the proof column below the main copy on mobile. */
@media (max-width: 640px) {
  .case-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .case-hero__inner {
    height: auto;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    padding: 72px 6vw 76px;
  }

  .case-hero__copy {
    min-width: 0;
  }

  .case-hero__proof {
    width: 100%;
    max-width: none;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  html[dir="rtl"] .case-hero__proof {
    border-right: 0;
  }
}

/* Add breathing room above the Case Studies banner actions. */
.case-hero__actions {
  margin-top: 24px;
}

/* Contact FAQ: tighten spacing above and below the section. */
.ct-faq {
  padding-top: clamp(40px, 5vw, 68px);
  padding-bottom: clamp(36px, 4vw, 56px);
}

/* Contact banner: fit the heading on mobile and keep letter descenders visible. */
@media (max-width: 720px) {
  .ct-hero__title {
    font-size: clamp(2.1rem, 9vw, 3.3rem);
    line-height: 1.06;
  }

  .ct-hero__title span {
    overflow: visible;
  }
}

/* Reduce the blank space after the last Contact FAQ row. */
.ct-faq {
  padding-bottom: 24px !important;
}

/* Contact page section 4: the next-step conversation thread. */
.ct-next {
  --ct-next-paper: #f5f5f2;
  --ct-next-ink: #090909;
  --ct-next-muted: #5f5f5f;
  padding: clamp(72px, 9vw, 116px) 5vw;
  background: var(--ct-next-paper);
  color: var(--ct-next-ink);
}
html[data-theme="dark"] .ct-next {
  --ct-next-paper: #0b0b0b;
  --ct-next-ink: #f5f5f5;
  --ct-next-muted: #a7a7a7;
}
.ct-next__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(42px, 8vw, 112px);
}
.ct-next__copy .ct-label { color: var(--ct-next-muted); }
.ct-next__copy h2 {
  margin: 0;
  font: 800 clamp(2.4rem, 4.5vw, 4.1rem)/1.03 Manrope, sans-serif;
  letter-spacing: -.055em;
}
.ct-next__copy h2 em { color: var(--ct-next-muted); font-style: normal; }
.ct-next__copy > p {
  max-width: 420px;
  margin: 22px 0 0;
  color: var(--ct-next-muted);
  font: 500 16px/1.65 "DM Sans", sans-serif;
}
.ct-next__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--ct-next-ink);
  font: 700 14px/1.3 Manrope, sans-serif;
}
.ct-next__link i { transition: transform .2s ease; }
.ct-next__link:hover i { transform: translateX(4px); }
.ct-next__promise {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--ct-next-muted);
  font: 500 13px/1.55 "DM Sans", sans-serif;
}
.ct-next__promise strong { color: var(--ct-next-ink); font-weight: 700; }
.ct-next__promise-dot, .ct-next__online i {
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
  background: #5b8b70;
}
.ct-next__thread {
  overflow: hidden;
  border: 1px solid #303030;
  border-radius: 18px;
  background: #101010;
  color: #f6f6f6;
  box-shadow: 0 24px 60px rgba(0,0,0,.14);
}
.ct-next__thread-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ct-next__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
}
.ct-next__thread-head > span:nth-child(2) { display: grid; gap: 3px; }
.ct-next__thread-head strong, .ct-next__online {
  font: 700 10px/1.2 Manrope, sans-serif;
  letter-spacing: .1em;
}
.ct-next__thread-head small, .ct-next__call-icon + span small {
  color: #aaa;
  font: 500 12px/1.3 "DM Sans", sans-serif;
}
.ct-next__online {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: #b9b9b9;
  font-size: 9px;
}
.ct-next__online i { width: 7px; height: 7px; }
.ct-next__messages { display: grid; gap: 15px; padding: 24px clamp(16px, 3vw, 34px); }
.ct-next__message {
  width: min(88%, 430px);
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: #191919;
}
.ct-next__message--you { justify-self: end; background: #f5f5f2; color: #111; }
.ct-next__message > span {
  color: #aaa;
  font: 700 9px/1.2 Manrope, sans-serif;
  letter-spacing: .12em;
}
.ct-next__message--you > span { color: #666; }
.ct-next__message p {
  margin: 7px 0 0;
  font: 500 14px/1.55 "DM Sans", sans-serif;
}
.ct-next__typing {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  padding: 11px 13px;
  border-radius: 12px;
  background: #191919;
}
.ct-next__typing > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d1d1d1;
  animation: ctNextTyping 1s ease-in-out infinite alternate;
}
.ct-next__typing > span:nth-child(2) { animation-delay: .16s; }
.ct-next__typing > span:nth-child(3) { animation-delay: .32s; }
.ct-next__typing small { margin-left: 7px; color: #aaa; font: 500 11px/1.2 "DM Sans", sans-serif; }
@keyframes ctNextTyping { to { opacity: .3; transform: translateY(-2px); } }
.ct-next__message--call {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: #151515;
}
.ct-next__call-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: none;
  place-items: center;
  border-radius: 9px;
  background: #242424;
}
.ct-next__message--call > span:nth-child(2) { display: grid; gap: 4px; }
.ct-next__message--call > i:last-child { margin-left: auto; color: #aaa; font-size: 12px; }
.ct-next__message--call strong { font: 700 9px/1.2 Manrope, sans-serif; letter-spacing: .1em; }
.ct-next__thread-foot {
  padding: 13px 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #aaa;
  font: 500 11px/1.4 "DM Sans", sans-serif;
}
.ct-next__thread-foot i { margin-right: 6px; }
.ct-next__message {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .42s ease, transform .42s ease;
}
.ct-next__thread.is-visible .ct-next__message { opacity: 1; transform: none; }
.ct-next__thread.is-visible .ct-next__message--reply { transition-delay: .14s; }
.ct-next__thread.is-visible .ct-next__message--call { transition-delay: .28s; }
.ct-next__thread.is-visible .ct-next__typing { animation: ctNextTypingIn .35s ease both; }
@keyframes ctNextTypingIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  .ct-next { padding: 64px 6vw; }
  .ct-next__inner { grid-template-columns: 1fr; gap: 34px; }
  .ct-next__copy h2 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .ct-next__messages { padding: 18px 14px; }
  .ct-next__message { width: min(94%, 430px); }
}
@media (prefers-reduced-motion: reduce) {
  .ct-next__typing > span { animation: none !important; }
  .ct-next__message,
  .ct-next__thread.is-visible .ct-next__message { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ct-next__thread.is-visible .ct-next__typing { animation: none !important; }
}

/* Remove the remaining bottom whitespace after the Contact FAQ list. */
.ct-faq {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

/* Contact FAQ: keep a 30px gap below the final question. */
.ct-faq {
  padding-bottom: 30px !important;
}

/* Case Studies section 3: reduce vertical space with equal top and bottom padding. */
.case-study-s3 {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

/* Contact FAQ: add 35px more bottom padding to the existing 30px. */
.ct-faq {
  padding-bottom: 65px !important;
}

/* Case Studies section 3: equal reduced vertical spacing plus responsive side padding. */
.case-study-s3 {
  padding: clamp(48px, 5vw, 72px) 4vw;
}

/* Case Studies section 4: interactive before-and-after clarity comparison. */
.case-edit {
  --edit-bg: #f3f3f0;
  --edit-ink: #111;
  --edit-muted: #5e5e5e;
  padding: clamp(64px, 8vw, 104px) 5vw;
  background: var(--edit-bg);
  color: var(--edit-ink);
}
html[data-theme="dark"] .case-edit {
  --edit-bg: #0b0b0b;
  --edit-ink: #f5f5f5;
  --edit-muted: #aaa;
}
.case-edit__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
}
.case-edit__eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--edit-muted);
  font: 700 12px/1.3 Manrope, sans-serif;
  letter-spacing: .15em;
}
.case-edit__heading h2 {
  margin: 0;
  font: 800 clamp(2.2rem, 4vw, 3.7rem)/1.04 Manrope, sans-serif;
  letter-spacing: -.055em;
}
.case-edit__heading h2 em { color: var(--edit-muted); font-style: normal; }
.case-edit__heading p {
  max-width: 390px;
  margin: 20px 0 0;
  color: var(--edit-muted);
  font: 500 15px/1.65 "DM Sans", sans-serif;
}
.case-edit__comparison {
  --edit-position: 50%;
  position: relative;
  min-width: 0;
  min-height: clamp(300px, 30vw, 380px);
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.2);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(0,0,0,.12);
  isolation: isolate;
}
html[data-theme="dark"] .case-edit__comparison { border-color: rgba(255,255,255,.18); }
.case-edit__after,
.case-edit__before {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 52px);
}
.case-edit__after { background: #f7f7f4; color: #111; }
.case-edit__before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--edit-position)) 0 0);
  background: #101010;
  color: #fff;
}
.case-edit__tag {
  margin-bottom: 18px;
  font: 700 10px/1.3 Manrope, sans-serif;
  letter-spacing: .14em;
}
.case-edit__before .case-edit__tag { color: #b9b9b9; }
.case-edit__after > p,
.case-edit__before > p {
  max-width: 520px;
  margin: 0;
  font: 700 clamp(1.35rem, 2.5vw, 2.25rem)/1.25 Manrope, sans-serif;
  letter-spacing: -.035em;
}
.case-edit__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.case-edit__signals span {
  padding: 7px 10px;
  border: 1px solid rgba(17,17,17,.18);
  border-radius: 100px;
  color: #444;
  font: 700 10px/1.2 Manrope, sans-serif;
}
.case-edit__range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}
.case-edit__handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--edit-position);
  display: grid;
  width: 2px;
  place-items: center;
  background: #fff;
  color: #111;
  pointer-events: none;
  transform: translateX(-50%);
}
.case-edit__handle i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 3px 14px rgba(0,0,0,.25);
}
.case-edit__range:focus-visible ~ .case-edit__handle i {
  outline: 3px solid #777;
  outline-offset: 4px;
}
.case-edit__footer {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 16px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #747474;
  font: 700 9px/1.3 Manrope, sans-serif;
  letter-spacing: .1em;
  pointer-events: none;
}
.case-edit__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.case-edit__heading,
.case-edit__comparison {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .45s ease, transform .45s ease;
}
.case-edit.is-visible .case-edit__heading,
.case-edit.is-visible .case-edit__comparison { opacity: 1; transform: none; }
.case-edit.is-visible .case-edit__comparison { transition-delay: .1s; }
@media (max-width: 820px) {
  .case-edit { padding: 64px 6vw; }
  .case-edit__inner { grid-template-columns: 1fr; gap: 30px; }
  .case-edit__heading p { max-width: 560px; }
}
@media (max-width: 520px) {
  .case-edit__comparison { min-height: 340px; }
  .case-edit__after, .case-edit__before { padding: 24px 20px 58px; }
  .case-edit__footer { right: 12px; bottom: 12px; left: 12px; font-size: 8px; }
  .case-edit__footer span:first-child { max-width: 58%; }
  .case-edit__signals { gap: 6px; margin-top: 20px; }
  .case-edit__signals span { padding: 6px 8px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .case-edit__heading, .case-edit__comparison { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Tighten the handoff from Case Studies section 4 to section 5. */
.case-edit {
  padding-bottom: clamp(32px, 4vw, 52px);
}

.case-study-s4 {
  padding-top: clamp(32px, 4vw, 52px);
}

/* Give the Case Studies clarity comparison 100px more height with balanced content insets. */
.case-edit__comparison {
  min-height: clamp(400px, calc(30vw + 100px), 480px);
}
.case-edit__after,
.case-edit__before {
  padding: clamp(32px, 4vw, 52px);
}
@media (max-width: 520px) {
  .case-edit__comparison { min-height: 440px; }
  .case-edit__after,
  .case-edit__before { padding: 32px 20px 56px; }
}
@media (max-width: 520px) {
  .case-edit__after,
  .case-edit__before { padding: 32px 20px; }
}

/* Reduce excess bottom space after Case Studies section 5 by up to 150px. */
.case-study-s5 {
  padding-bottom: max(0px, calc(clamp(76px, 10vw, 140px) - 150px)) !important;
}

/* Tighten the oversized handoff into the Case Studies section 5 FAQ (up to 150px). */
.case-study-s4 {
  padding-bottom: clamp(32px, 3vw, 40px);
}
.case-study-s5 {
  padding-top: clamp(32px, 5vw, 70px) !important;
}

/* These editorial sections should size to their content instead of the global 100vh section height. */
.case-study-s4,
.case-study-s5 {
  min-height: 0 !important;
  height: auto !important;
}

/* Keep a compact 30px bottom inset after Case Studies section 5. */
.case-study-s5 {
  padding-bottom: 30px !important;
}

/* Boxed collaboration photo for the login and signup portal panels. */
.auth-panel-image {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: clamp(170px, 24vw, 320px);
  flex: 0 0 auto;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: #171717;
}
.auth-panel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
@media (max-width: 939px) {
  .auth-panel-image {
    width: 100%;
    height: clamp(180px, 42vw, 280px);
    margin: 24px 0;
  }
}
@media (max-width: 520px) {
  .auth-panel-image { height: 190px; }
}

/* Let Case Studies section 4 end after its comparison instead of filling the viewport. */
.case-edit {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: clamp(24px, 3vw, 40px) !important;
}

/* Clear inline validation states for login and signup forms. */
.auth-validation-message {
  display: none;
  color: #c03932;
  font: 600 12px/1.45 "DM Sans", sans-serif;
}
.auth-field.has-validation-error .auth-validation-message,
.auth-terms.has-validation-error + .auth-validation-message { display: block; }
.auth-field.has-validation-error input {
  border-color: #c03932;
  box-shadow: 0 0 0 2px rgba(192,57,50,.1);
}
.auth-terms.has-validation-error { color: #c03932; }
html[data-theme="dark"] .auth-field.has-validation-error input { border-color: #ff7b73; }
html[data-theme="dark"] .auth-validation-message { color: #ff8a82; }

/* Keep auth screens viewport-height while allowing long forms to expand without collisions. */
.auth-page {
  min-height: 100vh;
  min-height: 100svh;
}
.auth-body {
  flex: 1 0 auto;
  min-height: calc(100vh - 102px);
  min-height: calc(100svh - 102px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}
.auth-panel,
.auth-form-side { min-width: 0; }
.auth-panel {
  justify-content: flex-start;
  gap: clamp(16px, 2.5vh, 28px);
}
.auth-panel-image {
  height: clamp(150px, 22vh, 240px);
  margin: 0;
}
.auth-panel-statement { margin-block: auto; }
.auth-form-side { align-self: stretch; }
@media (max-width: 939px) {
  .auth-body {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }
  .auth-panel { gap: 20px; }
  .auth-panel-statement { margin-block: 0; }
  .auth-panel-image { height: clamp(180px, 42vw, 280px); }
}
@media (max-height: 760px) and (min-width: 940px) {
  .auth-panel,
  .auth-form-side { padding-block: 28px; }
  .auth-panel-image { height: clamp(135px, 20vh, 190px); }
  .auth-form-sub { margin-bottom: 20px; }
  .auth-form { gap: 14px; }
  .auth-divider { margin: 18px 0 16px; }
}

/* Remove viewport-height gaps between Contact sections 3�5 and tighten their handoffs. */
.ct-offices,
.ct-next,
.ct-faq {
  min-height: 0 !important;
  height: auto !important;
}
.ct-offices { padding-bottom: 40px !important; }
.ct-next {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.ct-faq { padding-top: 48px !important; }

/* Fixed-height auth screens: fit their content in the viewport without page scrolling. */
.auth-page {
  height: 100vh;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
}
.auth-body {
  flex: 1 1 0;
  min-height: 0;
  height: auto;
}
.auth-panel,
.auth-form-side { min-height: 0; }
.auth-panel-image { height: clamp(145px, 20vh, 220px); }
.auth-form-side { padding: 24px clamp(24px, 4vw, 64px); }
.auth-form-wrap { max-width: 420px; }
.auth-form-wrap h1 { font-size: clamp(1.65rem, 2.5vw, 2.15rem); }
.auth-form-sub { margin-bottom: 18px; }
.auth-form { gap: 12px; }
.auth-field { gap: 5px; }
.auth-field input { padding: 10px 14px; }
.auth-field input[type="password"] { padding-right: 42px; }
html[dir="rtl"] .auth-field input[type="password"] { padding-right: 14px; padding-left: 42px; }
.auth-divider { margin: 16px 0 14px; }
.auth-social { padding: 11px 16px; }
@media (max-height: 760px) and (min-width: 940px) {
  .auth-topbar { padding-block: 12px; }
  .auth-panel,
  .auth-form-side { padding-block: 16px; }
  .auth-panel-image { height: clamp(120px, 17vh, 170px); }
  .auth-panel { gap: 14px; }
  .auth-panel-statement h2 { margin-bottom: 10px; }
  .auth-form-sub { margin-bottom: 12px; }
  .auth-form { gap: 9px; }
  .auth-field input { padding-block: 8px; }
  .auth-divider { margin: 11px 0 10px; }
}
@media (max-width: 939px) {
  .auth-topbar { flex: 0 0 auto; padding: 8px 16px; }
  .auth-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .auth-panel { display: contents; }
  .auth-panel::before,
  .auth-panel-top,
  .auth-panel-statement,
  .auth-panel-foot { display: none; }
  .auth-panel-image {
    order: 0;
    display: block;
    width: auto;
    height: clamp(56px, 11vh, 82px);
    flex: 0 0 auto;
    margin: 4px 16px 8px;
    border-radius: 8px;
  }
  .auth-form-side {
    order: 1;
    flex: 1 1 auto;
    display: block;
    overflow: hidden;
    padding: 4px 20px 12px;
  }
  .auth-form-wrap { max-width: 520px; margin: 0 auto; }
  .auth-form-wrap h1 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
  .auth-form-sub { margin-bottom: 10px; }
  .auth-form { gap: 8px; }
  .auth-field { gap: 3px; }
  .auth-field label { font-size: 12px; }
  .auth-field input { padding: 8px 12px; font-size: 14px; }
  .auth-field input[type="password"] { padding-right: 40px; }
  html[dir="rtl"] .auth-field input[type="password"] { padding-right: 12px; padding-left: 40px; }
  .auth-hint { min-height: 0; margin-top: 0; font-size: 11px; }
  .auth-terms { font-size: 12px; }
  .auth-submit { padding: 12px 20px; }
  .auth-divider { margin: 10px 0 8px; }
  .auth-social { padding: 10px 14px; }
  .auth-name-row { gap: 10px; }
}
@media (max-width: 939px) and (max-height: 640px) {
  .auth-panel-image { height: 46px; margin-top: 2px; margin-bottom: 4px; }
  .auth-form-side { padding-top: 0; padding-bottom: 4px; }
  .auth-form-wrap h1 { font-size: 1.3rem; margin-bottom: 4px; }
  .auth-form-sub { font-size: 13px; margin-bottom: 6px; }
  .auth-form { gap: 5px; }
  .auth-field input { padding-block: 6px; }
  .auth-divider { margin: 6px 0; }
  .auth-social { padding-block: 8px; }
  .auth-submit { padding-block: 10px; }
}

/* Reduce the top gap before the final Contact CTA eyebrow. */
.ct-cta {
  padding-top: clamp(40px, 5vw, 64px) !important;
}

/* Shared site footer typography: +2px with stronger readable weights across pages. */
.site-footer .footer-description,
.site-footer .footer-nav a,
.site-footer .footer-contact-item,
.site-footer .footer-copyright,
.site-footer .footer-tagline {
  font-size: calc(1em + 2px) !important;
  font-weight: 600 !important;
}
.site-footer .footer-heading {
  font-size: calc(1em + 2px) !important;
  font-weight: 800 !important;
}
.site-footer .footer-column--brand .brand-name {
  font-size: calc(1em + 2px) !important;
  font-weight: 800 !important;
}

/* Precise +2px footer sizes for desktop and small screens, with consistent text weights. */
.site-footer .footer-description,
.site-footer .footer-nav a,
.site-footer .footer-contact-item { font-size: 16px !important; font-weight: 600 !important; }
.site-footer .footer-heading { font-size: 18px !important; font-weight: 800 !important; }
.site-footer .footer-column--brand .brand-name { font-size: 22px !important; font-weight: 800 !important; }
.site-footer .footer-copyright,
.site-footer .footer-tagline { font-size: 15px !important; font-weight: 600 !important; }
.site-footer .footer-social a { font-size: 18px !important; }
@media (max-width: 520px) {
  .site-footer .footer-description,
  .site-footer .footer-nav a,
  .site-footer .footer-contact-item { font-size: 15px !important; }
  .site-footer .footer-heading { font-size: 17px !important; }
  .site-footer .footer-column--brand .brand-name { font-size: 20px !important; }
  .site-footer .footer-copyright,
  .site-footer .footer-tagline { font-size: 14px !important; }
  .site-footer .footer-social a { font-size: 16px !important; }
}

/* Auth redesign overrides */
.auth-page{min-height:100vh;background:#f3f1ec;color:#171715}


/* Auth pages: refreshed editorial layout */
.auth-page{--auth-paper:#f3f1ec;--auth-ink:#171715;min-height:100svh;background:var(--auth-paper);color:var(--auth-ink);overflow:hidden;position:relative}
.auth-page:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(#161616 .55px,transparent .55px);background-size:6px 6px;mask-image:linear-gradient(90deg,transparent 15%,#000 100%)}
.auth-topbar{position:absolute;inset:0 0 auto;z-index:5;padding:28px clamp(22px,5vw,76px);direction:ltr;animation:authDrop .7s cubic-bezier(.2,.8,.2,1) both}
.auth-topbar .brand{color:var(--auth-ink)}
.auth-controls{position:absolute;right:clamp(22px,5vw,76px);top:50%;transform:translateY(-50%);gap:8px}
.auth-icon-btn{width:auto;height:40px;padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid rgba(23,23,21,.2);border-radius:3px;font-size:12px;font-weight:700;letter-spacing:.06em}
.auth-icon-btn:hover{background:#171715;color:#fff;transform:translateY(-2px)}
.auth-body{min-height:100svh;grid-template-columns:1.04fr .96fr;padding:96px clamp(22px,5vw,76px) 34px;gap:clamp(36px,7vw,110px);align-items:center}
.auth-panel{min-height:min(720px,calc(100svh - 135px));padding:clamp(28px,4vw,58px);isolation:isolate;animation:authRise .9s .08s both}
.auth-panel:before{background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:54px 54px}
.auth-panel:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(145deg,rgba(0,0,0,.12),rgba(0,0,0,.86));pointer-events:none}
.auth-panel-image{position:absolute;inset:0;height:100%;margin:0;z-index:-2;opacity:.58}
.auth-panel-image img{filter:grayscale(100%);transform:scale(1.04);animation:authImage 16s ease-in-out infinite alternate}
.auth-panel-top{color:#d3d1ca;font-size:11px;letter-spacing:.19em}
.auth-panel-statement{max-width:510px;margin-block:auto;animation:authRise .8s .24s both}
.auth-panel-statement h2{font-size:clamp(2.4rem,5vw,5rem);line-height:.99;letter-spacing:-.065em;max-width:10ch}
.auth-panel-statement p{color:#d0cfcb;max-width:360px}
.auth-panel-foot{gap:32px;color:#d0cfcb;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.auth-panel-foot strong{font-size:16px}
.auth-form-side{padding:30px 0;justify-content:flex-start;animation:authRise .8s .18s both}
.auth-form-wrap{max-width:460px}
.auth-kicker{font:700 10px/1.2 Manrope,sans-serif;letter-spacing:.2em;color:#777;margin:0 0 17px}
.auth-form-wrap h1{font-size:clamp(2.35rem,4vw,4rem);letter-spacing:-.065em;line-height:1;margin-bottom:13px}
.auth-title-dot{color:#a37d4c}
.auth-form-sub{margin-bottom:34px}
.auth-form{gap:19px}
.auth-field{gap:7px}
.auth-field label{font-size:12px;letter-spacing:.04em}
.auth-field input{border:0;border-bottom:1px solid rgba(23,23,21,.24);border-radius:0;padding:13px 2px;background:transparent}
.auth-field input:focus{border-color:#171715;box-shadow:0 1px #171715;}
.auth-field input[type=password]{padding-right:34px}
.auth-eye{right:3px}
.auth-row{margin-top:1px}
.auth-submit{min-height:54px;width:100%;justify-content:space-between;padding:0 19px;border-radius:2px;background:#171715;font-size:13px;letter-spacing:.02em;transition:transform .25s,background .25s}
.auth-submit:hover{background:#34342f;transform:translateY(-3px)}
.auth-divider{font-size:10px;letter-spacing:.13em}
.auth-social{border-radius:2px;padding:15px;font-size:13px}
.auth-name-row{gap:22px}
html[dir=rtl] .auth-controls{right:clamp(22px,5vw,76px);left:auto}
html[dir=rtl] .auth-panel-statement,html[dir=rtl] .auth-form-wrap{text-align:right}
html[dir=rtl] .auth-field input{text-align:right}
html[dir=rtl] .auth-eye{right:auto;left:3px}
html[dir=rtl] .auth-submit{align-self:stretch}
html[data-theme=dark] .auth-page{--auth-paper:#11110f;--auth-ink:#f4f2ec;background:var(--auth-paper);color:var(--auth-ink)}
html[data-theme=dark] .auth-page:before{opacity:.1}
html[data-theme=dark] .auth-topbar .brand{color:#f4f2ec}
html[data-theme=dark] .auth-icon-btn{border-color:rgba(255,255,255,.25)}
html[data-theme=dark] .auth-icon-btn:hover{background:#f4f2ec;color:#111}
html[data-theme=dark] .auth-form-wrap h1,html[data-theme=dark] .auth-field label,html[data-theme=dark] .auth-field input{color:#f4f2ec}
html[data-theme=dark] .auth-field input{border-color:rgba(255,255,255,.24)}
html[data-theme=dark] .auth-field input:focus{border-color:#f4f2ec;box-shadow:0 1px #f4f2ec}
html[data-theme=dark] .auth-submit{background:#f4f2ec;color:#111}
html[data-theme=dark] .auth-submit:hover{background:#d7d2c7}
@keyframes authRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes authDrop{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
@keyframes authImage{to{transform:scale(1.12) translateY(-1%)}}
@media(max-width:900px){.auth-body{grid-template-columns:1fr;gap:26px;padding-top:100px}.auth-panel{min-height:360px;order:2}.auth-form-side{order:1;padding:22px 0 0}.auth-panel-statement h2{font-size:clamp(2.3rem,7vw,4rem)}}
@media(max-width:520px){.auth-topbar{padding:18px 18px}.auth-controls{right:18px;gap:6px}.auth-icon-btn{height:36px;padding:0 9px;font-size:11px}.auth-topbar .brand-name{font-size:1rem}.auth-body{padding:82px 20px 22px;gap:18px}.auth-form-side{padding-top:12px}.auth-form-wrap h1{font-size:2.2rem}.auth-form-sub{margin-bottom:22px}.auth-form{gap:15px}.auth-panel{min-height:250px;padding:24px}.auth-panel-foot{gap:14px;font-size:9px}.auth-name-row{gap:12px}}
@media(prefers-reduced-motion:reduce){.auth-page *,.auth-page *:before,.auth-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}

/* Keep long auth forms reachable and anchored below the top controls. */
.auth-page{overflow:visible;min-height:100svh;height:auto}
.auth-body{min-height:100svh;height:auto;align-items:start;padding-top:112px;padding-bottom:48px}
.auth-form-side{align-self:start;padding-top:clamp(18px,3vh,36px)}
.auth-panel{min-height:min(720px,calc(100svh - 160px))}
@media(max-width:900px){.auth-body{min-height:0;padding-top:96px;padding-bottom:34px}.auth-form-side{padding-top:8px}.auth-panel{min-height:300px}}
@media(prefers-reduced-motion:reduce){.auth-panel-image img{animation:none}}

/* Auth color pass: pure monochrome surfaces, with a clear form column. */
.auth-page{--auth-paper:#fff;--auth-ink:#000;background:#fff;color:#000}
.auth-page:before{display:none}
.auth-body{background:#fff}
.auth-panel{background:#000;color:#fff}
.auth-panel:after{background:linear-gradient(145deg,rgba(0,0,0,.18),#000)}
.auth-form-side{background:#fff;color:#000}
.auth-form-wrap h1,.auth-field label{color:#000}
.auth-form-sub,.auth-row{color:#000}
.auth-form-sub a,.auth-row a{color:#000}
.auth-kicker{color:#000}
.auth-title-dot{color:#000}
.auth-field input{color:#000;border-color:#000}
.auth-field input::placeholder{color:#000;opacity:.58}
.auth-field input:focus{border-color:#000;box-shadow:0 1px #000}
.auth-eye{color:#000}
.auth-submit{background:#000;color:#fff}
.auth-submit:hover{background:#000;color:#fff;opacity:.82}
.auth-divider{color:#000}
.auth-divider:before,.auth-divider:after{background:#000}
.auth-social{color:#000;border-color:#000}
.auth-social:hover{border-color:#000;background:#000;color:#fff}
.auth-icon-btn{border-color:#000;color:#000}
.auth-icon-btn:hover{background:#000;color:#fff}
html[data-theme=dark] .auth-page{--auth-paper:#000;--auth-ink:#fff;background:#000;color:#fff}
html[data-theme=dark] .auth-body{background:#000}
html[data-theme=dark] .auth-panel{background:#000;color:#fff}
html[data-theme=dark] .auth-form-side{background:#000;color:#fff}
html[data-theme=dark] .auth-form-wrap h1,html[data-theme=dark] .auth-field label,html[data-theme=dark] .auth-field input,html[data-theme=dark] .auth-form-sub,html[data-theme=dark] .auth-row,html[data-theme=dark] .auth-row a,html[data-theme=dark] .auth-form-sub a,html[data-theme=dark] .auth-kicker,html[data-theme=dark] .auth-title-dot,html[data-theme=dark] .auth-eye,html[data-theme=dark] .auth-divider{color:#fff}
html[data-theme=dark] .auth-field input{border-color:#fff}
html[data-theme=dark] .auth-field input::placeholder{color:#fff;opacity:.65}
html[data-theme=dark] .auth-field input:focus{border-color:#fff;box-shadow:0 1px #fff}
html[data-theme=dark] .auth-submit{background:#fff;color:#000}
html[data-theme=dark] .auth-submit:hover{background:#fff;color:#000;opacity:.82}
html[data-theme=dark] .auth-divider:before,html[data-theme=dark] .auth-divider:after{background:#fff}
html[data-theme=dark] .auth-social{color:#fff;border-color:#fff}
html[data-theme=dark] .auth-social:hover{background:#fff;color:#000}
html[data-theme=dark] .auth-icon-btn{border-color:#fff;color:#fff}
html[data-theme=dark] .auth-icon-btn:hover{background:#fff;color:#000}

/* Keep auth controls available while scrolling and extend monochrome to page gutters. */
html:has(.auth-page) body{background:#fff;color:#000}
html[data-theme=dark]:has(.auth-page) body{background:#000;color:#fff}
.auth-topbar{position:fixed;top:0;left:0;right:0;width:100%;min-height:80px;background:#fff;color:#000;border-bottom:1px solid #000}
.auth-topbar .brand{color:#000}
html[data-theme=dark] .auth-topbar{background:#000;color:#fff;border-color:#fff}
html[data-theme=dark] .auth-topbar .brand{color:#fff}

/* Match the visual panel height to the full auth form column. */
@media(min-width:901px){
  .auth-body{align-items:stretch}
  .auth-panel{align-self:stretch;min-height:0;height:auto}
  .auth-form-side{align-self:stretch;min-height:100%;display:flex;align-items:flex-start}
  .auth-panel-image{position:absolute;inset:0;height:auto;min-height:0}
}

/* Let the auth document grow with long signup content instead of shrinking its grid. */
html:has(.auth-page),body:has(.auth-page){height:auto;min-height:100%;overflow-y:auto!important;overflow-x:hidden}
.auth-page{display:block;min-height:100svh;height:auto;overflow:visible}
.auth-body{display:grid;flex:none;height:auto;min-height:calc(100svh - 112px);grid-auto-rows:auto;overflow:visible;padding-bottom:64px}
.auth-form-side{height:auto;min-height:100%;overflow:visible}
@media(min-width:901px){.auth-body{align-items:stretch}.auth-panel{align-self:stretch}.auth-form-side{align-self:stretch}}

/* Compact auth navigation */
.auth-topbar{min-height:60px;padding:10px clamp(22px,5vw,76px)}
.auth-topbar .brand-mark{width:26px;height:26px;font-size:12px}
.auth-controls{gap:8px}
.auth-icon-btn{height:34px;padding:0 10px}
.auth-body{padding-top:82px;min-height:calc(100svh - 60px)}
@media(max-width:900px){.auth-body{padding-top:78px}}
@media(max-width:520px){.auth-topbar{min-height:54px;padding:8px 18px}.auth-icon-btn{height:32px}.auth-body{padding-top:70px}}

/* Add 10px to the compact auth navigation. */
.auth-topbar{min-height:70px}
.auth-body{padding-top:92px;min-height:calc(100svh - 70px)}
@media(max-width:900px){.auth-body{padding-top:88px}}
@media(max-width:520px){.auth-topbar{min-height:64px}.auth-body{padding-top:80px}}

/* Home headers: compact navigation keeps all key actions visible at laptop widths. */
.mobile-login-link{display:none}
@media (min-width:1024px) and (max-width:1180px){
  .site-header,body.home-one .site-header{display:flex;justify-content:space-between;gap:18px;padding-inline:3vw}
  .desktop-nav{display:none}
  .header-tools{display:none}
  .mobile-actions{display:flex;align-items:center;gap:9px}
  .mobile-login-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 5px;border-bottom:1px solid currentColor;color:#fff;font-size:14px;font-weight:700;white-space:nowrap}
  .mobile-panel{position:fixed;z-index:1450;display:block;inset:var(--header-h) 0 0;background:var(--black);color:#fff;transform:translateX(100%);transition:transform .45s var(--ease);overflow-y:auto}
  .mobile-panel.open{transform:none}
  .mobile-panel-inner{min-height:100%;padding:30px 7vw 45px;display:flex;flex-direction:column}
  .mobile-panel-inner>a,.mobile-parent{width:100%;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.15);text-align:left;font:700 1rem Manrope;display:flex;justify-content:space-between;align-items:center}
  .mobile-parent i{font-size:15px;transition:.25s}
  .mobile-nav-group.open .mobile-parent i{transform:rotate(180deg)}
  .mobile-submenu{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}
  .mobile-nav-group.open .mobile-submenu{max-height:160px}
  .mobile-submenu a{display:block;padding:13px 0 13px 22px;color:#aaa;font-size:15px;border-bottom:1px solid rgba(255,255,255,.08)}
  .mobile-login{margin-top:auto!important;padding:20px 0!important;border-bottom:1px solid #fff!important}
}

/* Preserve the full desktop navigation at 1024px while tightening its spacing. */
@media (min-width:1024px) and (max-width:1180px){
  .site-header,body.home-one .site-header{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(0,auto) minmax(132px,.7fr);justify-content:initial;gap:10px;padding-inline:2vw}
  .site-header .brand{justify-self:start}
  .desktop-nav{display:flex;justify-content:center;gap:clamp(7px,.8vw,10px);min-width:0}
  .desktop-nav .nav-link{font-size:clamp(11px,1.15vw,13px);gap:4px}
  .header-tools{display:flex;justify-self:end;gap:7px}
  .site-header .icon-control{width:30px;height:32px;font-size:13px}
  .site-header .login-link{font-size:12px;padding:7px 0}
  .mobile-actions,.mobile-login-link,.mobile-panel{display:none!important}
}
@media (min-width:1024px) and (max-width:1180px){
  body.home-one .site-header .icon-control{width:30px;height:32px;font-size:13px}
  body.home-one .site-header .login-link{font-size:12px;padding:7px 0}
}

/* Shared navbar menu typography and horizontal spacing. */
.nav-link,.login-link{font-size:17px;padding-inline:3px}
.dropdown-menu a{font-size:17px;padding-inline:21px}
.mobile-panel-inner>a,.mobile-parent{font-size:18px;padding-inline:3px}
.mobile-submenu a{font-size:17px;padding-inline-start:25px;padding-inline-end:3px}
.mobile-login-link{font-size:16px;padding-inline:8px}
.nav-link[aria-current="page"],button.nav-link[aria-current="page"]{padding-inline:19px}
@media (min-width:1024px) and (max-width:1180px){
  .desktop-nav .nav-link{font-size:clamp(13px,calc(1.15vw + 2px),15px);padding-inline:3px}
  .site-header .login-link{font-size:14px;padding-inline:3px}
  body.home-one .site-header .login-link{font-size:14px;padding-inline:3px}
}

/* Navbar utility actions: remove the underline rule in both themes. */
.site-header .icon-control,.site-header .login-link,.site-header .mobile-login-link{border-bottom:0!important;text-decoration:none!important;box-shadow:none!important}

/* Contact page map, form padding and tagline are defined once,
   in the S2 card-layout block earlier in this file. */
