/* ============ NRTH component layer — faithful rebuild of the React site ============ */
:root{
  --nrth-bg:#0E0E0E; --nrth-card:#141414; --nrth-fg:#FFFFFF; --nrth-primary:#FF8975;
  --nrth-primary-fg:#0E0E0E; --nrth-muted:#ACAFB9; --nrth-border:#2C2C2C;
  --nrth-radius:.75rem;
  --nrth-grad:linear-gradient(135deg,hsl(9 100% 73%) 0%,hsl(20 100% 65%) 100%);
  --nrth-shadow-card:0 4px 24px hsl(0 0% 0% / .4);
  --nrth-font:'Inter Tight',ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;
}
/* wrapper reset so TT5 globals don't fight us */
.nrth-page{background:var(--nrth-bg);color:var(--nrth-fg);font-family:var(--nrth-font);
  font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.nrth-page *{box-sizing:border-box;}
.nrth-page img,.nrth-page video{max-width:100%;display:block;}
.nrth-page a{color:inherit;text-decoration:none;}
.nrth-container{max-width:1262px;margin:0 auto;padding:0 1rem;}
@media(min-width:768px){.nrth-container{padding:0 1.25rem;}}
@media(min-width:1024px){.nrth-container{padding:0 2.5rem;}}

/* typography */
.nrth-page h1,.nrth-page h2,.nrth-page h3,.nrth-page h4{font-family:var(--nrth-font);font-weight:500;letter-spacing:-.02em;line-height:1.1;margin:0;color:#fff;}
.nrth-h1{font-size:2.5rem;}
.nrth-h2{font-size:2rem;}
.nrth-h3{font-size:1.5rem;letter-spacing:-.01em;line-height:1.2;}
.nrth-h4{font-size:1.15rem;letter-spacing:-.01em;line-height:1.3;}
@media(min-width:768px){.nrth-h1{font-size:3.5rem;}.nrth-h2{font-size:2.5rem;}.nrth-h3{font-size:1.75rem;}.nrth-h4{font-size:1.35rem;}}
@media(min-width:1024px){.nrth-h1{font-size:70px;}.nrth-h2{font-size:3rem;}.nrth-h3{font-size:2rem;}.nrth-h4{font-size:1.5rem;}}
.nrth-body-md{font-size:1rem;line-height:1.6;}
@media(min-width:768px){.nrth-body-md{font-size:1.125rem;}}
.nrth-muted{color:var(--nrth-muted);}
.nrth-gradient-text{background-image:var(--nrth-grad);-webkit-background-clip:text;background-clip:text;color:transparent;}

/* buttons */
.nrth-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;
  white-space:nowrap;font-family:var(--nrth-font);font-weight:600;border-radius:9999px;cursor:pointer;border:0;
  background:var(--nrth-primary);color:var(--nrth-primary-fg);font-size:.875rem;line-height:1;padding:.625rem 1.25rem;height:2.5rem;
  box-shadow:0 2px 10px rgba(255,137,117,.18);transition:filter .2s,transform .2s;text-decoration:none;}
.nrth-btn:hover{filter:brightness(1.1);}
.nrth-btn svg{width:1rem;height:1rem;flex-shrink:0;transition:transform .3s;}
.nrth-btn:hover svg{transform:translateX(2px);}
.nrth-btn--outline{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff;box-shadow:none;}
.nrth-btn--outline:hover{border-color:rgba(255,137,117,.6);background:rgba(255,137,117,.1);filter:none;}
.nrth-btn--lg{height:3rem;padding:0 1.75rem;font-size:1rem;}
/* Larger primary CTA in hero + CTA sections */
.nrth-hero-cta > .nrth-btn,.nrth-branch-herocta > .nrth-btn,.nrth-cta .nrth-btn{height:3.4rem;padding:0 2.1rem;font-size:1.05rem;gap:.5rem;}
.nrth-hero-cta > .nrth-btn svg,.nrth-branch-herocta > .nrth-btn svg,.nrth-cta .nrth-btn svg{width:1.1rem;height:1.1rem;}

/* ============ navbar ============ */
.nrth-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease-out;padding:1.25rem 0;border-bottom:1px solid transparent;}
@media(min-width:768px){.nrth-header{padding:1.5rem 0;}}
.nrth-header.scrolled{padding:.5rem 0;background:rgba(14,14,14,.85);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(0,0,0,.3);}
.nrth-nav{display:flex;justify-content:space-between;align-items:center;}
.nrth-logo{height:2.5rem;width:auto;filter:invert(1);transition:all .3s;}
.nrth-header.scrolled .nrth-logo{height:2rem;}
.nrth-nav-links{display:none;align-items:center;gap:.25rem;margin:0 auto;}
@media(min-width:1024px){.nrth-nav-links{display:flex;}}
.nrth-nav-links a{padding:.5rem 1rem;color:#fff;transition:color .2s;white-space:nowrap;}
.nrth-nav-links a:hover{color:var(--nrth-primary);}
.nrth-nav-right{display:none;gap:.5rem;align-items:center;}
@media(min-width:1024px){.nrth-nav-right{display:flex;}}
.nrth-nav-mobile{display:flex;align-items:center;gap:.375rem;}
@media(min-width:1024px){.nrth-nav-mobile{display:none;}}
.nrth-icon-btn{height:2.25rem;width:2.25rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:var(--nrth-primary);color:#0E0E0E;border:0;cursor:pointer;}
.nrth-burger{height:2.25rem;width:2.25rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:#fff;cursor:pointer;}
/* language switcher */
.nrth-lang{position:relative;font-size:.8rem;}
.nrth-lang-btn{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.18);border-radius:9999px;padding:.4rem .75rem;background:transparent;color:#fff;font-family:inherit;font-weight:500;font-size:.8rem;cursor:pointer;transition:border-color .2s;}
.nrth-lang-btn:hover{border-color:rgba(255,255,255,.35);}
.nrth-lang-btn svg{width:.95rem;height:.95rem;}
.nrth-lang-btn svg:last-child{width:.8rem;height:.8rem;opacity:.7;transition:transform .2s;}
.nrth-lang.open .nrth-lang-btn svg:last-child{transform:rotate(180deg);}
.nrth-lang-menu{position:absolute;top:calc(100% + .4rem);right:0;min-width:120px;background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:12px;padding:.35rem;display:none;flex-direction:column;gap:.15rem;z-index:60;box-shadow:0 12px 30px rgba(0,0,0,.45);}
.nrth-lang.open .nrth-lang-menu{display:flex;}
.nrth-lang-menu a{display:block;padding:.5rem .7rem;border-radius:8px;color:rgba(255,255,255,.75);font-size:.85rem;}
.nrth-lang-menu a:hover{background:rgba(255,255,255,.06);color:#fff;}
.nrth-lang-menu a.current{color:#fff;font-weight:600;}
/* Slide-in sidebar drawer */
.nrth-mobile-menu{position:fixed;inset:0;z-index:60;pointer-events:none;}
.nrth-mobile-menu.open{pointer-events:auto;}
.nrth-drawer-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity .3s ease;}
.nrth-mobile-menu.open .nrth-drawer-overlay{opacity:1;}
.nrth-drawer{position:absolute;top:0;right:0;bottom:0;width:86%;max-width:360px;display:flex;flex-direction:column;background:#0E0E0E;border-left:1px solid rgba(255,255,255,.1);box-shadow:-24px 0 60px rgba(0,0,0,.55);padding:1rem 1.25rem 1.75rem;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);}
.nrth-mobile-menu.open .nrth-drawer{transform:translateX(0);}
.nrth-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:.15rem 0 1rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.5rem;}
.nrth-drawer-logo{height:1.6rem;width:auto;filter:invert(1);opacity:.85;}
.nrth-drawer-close{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:0;border-radius:9999px;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;transition:background .15s;}
.nrth-drawer-close:hover{background:rgba(255,255,255,.12);}
.nrth-m-nav{display:flex;flex-direction:column;}
.nrth-m-link{display:flex;align-items:center;justify-content:space-between;padding:.95rem .25rem;color:#fff;font-size:1.05rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08);transition:color .15s;}
.nrth-m-link span{line-height:1;}
.nrth-m-link svg{width:1rem;height:1rem;color:var(--nrth-muted);transition:transform .15s;}
.nrth-m-link:hover,.nrth-m-link:active{color:var(--nrth-primary);}
.nrth-m-link:hover svg{transform:translateX(3px);color:var(--nrth-primary);}
/* Branches accordion */
.nrth-m-acc{border-bottom:1px solid rgba(255,255,255,.08);}
.nrth-m-acc-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.95rem .25rem;background:transparent;border:0;color:#fff;font-family:inherit;font-size:1.05rem;font-weight:500;cursor:pointer;}
.nrth-m-acc-trigger svg{width:.85rem;height:.85rem;color:var(--nrth-muted);transition:transform .2s;}
.nrth-m-acc.open .nrth-m-acc-trigger svg{transform:rotate(180deg);}
.nrth-m-acc-panel{display:none;margin:0 0 .5rem .35rem;padding:.25rem 0 .25rem .9rem;border-left:2px solid rgba(249,115,22,.35);}
.nrth-m-acc.open .nrth-m-acc-panel{display:block;}
.nrth-m-acc-panel a{display:block;padding:.55rem 0;color:var(--nrth-muted);font-size:.95rem;transition:color .15s;}
.nrth-m-acc-panel a:hover{color:var(--nrth-primary);}
.nrth-m-acc-all{color:#fff!important;font-weight:500;}
.nrth-m-cta{margin-top:auto;padding-top:1.75rem;}
.nrth-m-cta .nrth-btn{width:100%;height:3.25rem;font-size:1.02rem;}

/* ============ hero ============ */
.nrth-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;
  padding-top:130px;padding-bottom:2.5rem;background:url(../images/home/hero-bg.webp) center/cover no-repeat;}
@media(min-width:768px){.nrth-hero{padding-top:180px;padding-bottom:0;}}
@media(min-width:1280px){.nrth-hero{padding-top:207px;}}
.nrth-hero-inner{max-width:56rem;margin:0 auto;text-align:center;position:relative;z-index:10;}
.nrth-hero h1{margin-bottom:1rem;}
.nrth-hero .nrth-sub{max-width:42rem;margin:0 auto 1.25rem;}
.nrth-rotating{display:inline-flex;position:relative;overflow:hidden;vertical-align:bottom;line-height:inherit;}
.nrth-rotating span{display:inline-block;}
.nrth-hero-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-bottom:4rem;}
.nrth-rating{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:rgba(255,255,255,.8);}
.nrth-stars{display:inline-flex;gap:.1rem;color:#00B67A;}
.nrth-stars svg{width:.875rem;height:.875rem;fill:#00B67A;}
.nrth-collage{position:relative;width:100%;max-width:840px;margin:3rem auto 0;}
@media(min-width:768px){.nrth-collage{margin-top:4rem;}}
.nrth-collage video{border-radius:1rem;overflow:hidden;background:var(--nrth-card);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.7);object-fit:cover;aspect-ratio:9/16;}
.nrth-collage .v-center{position:relative;margin:0 auto;width:30%;z-index:10;}
.nrth-collage .v-left{position:absolute;left:50%;transform:translateX(-130%) rotate(-12deg);top:2rem;width:26%;z-index:0;}
.nrth-collage .v-right{position:absolute;left:50%;transform:translateX(30%) rotate(12deg);top:2rem;width:26%;z-index:0;}
.nrth-badge{pointer-events:none;position:absolute;z-index:30;right:.5rem;bottom:1rem;width:5rem;height:auto;transform:rotate(-12deg);filter:drop-shadow(0 25px 25px rgba(0,0,0,.5));}
@media(min-width:768px){.nrth-badge{right:0;bottom:2rem;width:9rem;}}

/* ============ logo ticker ============ */
.nrth-ticker-sec{overflow:hidden;padding:3rem 0;}
@media(min-width:768px){.nrth-ticker-sec{padding:60px 0;}}
.nrth-ticker{position:relative;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.nrth-ticker-track{display:flex;align-items:center;gap:1.5rem;width:max-content;animation:nrth-marquee 32s linear infinite;}
.nrth-ticker:hover .nrth-ticker-track{animation-play-state:paused;}
.nrth-ticker-item{display:flex;align-items:center;justify-content:center;height:48px;width:140px;flex-shrink:0;}
.nrth-ticker-item img{max-height:100%;max-width:100%;object-fit:contain;opacity:.8;transition:opacity .2s;}
.nrth-ticker-item img:hover{opacity:1;}
.nrth-ticker-item.invert img{filter:brightness(0) invert(1);}
.nrth-ticker-item.invert.scale img{transform:scale(1.25);}
@keyframes nrth-marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ============ section spacing ============ */
.nrth-sec{padding:3rem 0;}
@media(min-width:768px){.nrth-sec{padding:60px 0;}}
.nrth-sec-head{max-width:36rem;margin:0 auto 2rem;text-align:center;}
@media(min-width:768px){.nrth-sec-head{margin-bottom:5rem;}}
.nrth-sec-head h2{margin-bottom:1.5rem;}

/* ============ features (sticky stack) ============ */
.nrth-features .nrth-card-wrap{max-width:1062px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;}
@media(min-width:768px){.nrth-features .nrth-card-wrap{gap:60px;}}
.nrth-fcard{position:relative;overflow:hidden;padding:1.25rem;border-radius:.5rem;
  background:url(../images/common/feature-card-bg.webp) center/cover,var(--nrth-card);
  display:flex;flex-direction:column-reverse;gap:1.5rem;}
@media(min-width:768px){
  .nrth-fcard{padding:2rem;border-radius:30px;flex-direction:row;align-items:center;justify-content:space-between;gap:90px;position:sticky;top:6rem;}
}
.nrth-fcard-body{display:flex;flex-direction:column;align-items:flex-start;max-width:440px;}
@media(min-width:768px){.nrth-fcard-body{padding:1rem;order:1;}}
.nrth-fcard-body h3{margin-bottom:1.25rem;}
.nrth-fcard-body p{color:var(--nrth-muted);font-size:1rem;}
@media(min-width:768px){.nrth-fcard-body p{font-size:1.125rem;}}
.nrth-fcard-body .nrth-btn{margin-top:1rem;}
@media(min-width:768px){.nrth-fcard-body .nrth-btn{margin-top:50px;}}
.nrth-fcard-media{position:relative;width:100%;flex-shrink:0;max-width:494px;border-radius:.375rem;overflow:hidden;aspect-ratio:494/496;}
@media(min-width:768px){.nrth-fcard-media{border-radius:20px;order:2;}}
.nrth-fcard-media>img{width:100%;height:100%;object-fit:cover;}
.nrth-fcard-overlay{position:absolute;bottom:1rem;left:-12%;width:100%;max-width:203px;aspect-ratio:203/188;}
.nrth-fcard-overlay img{width:100%;height:100%;object-fit:contain;}

/* whatsapp mockup */
.nrth-fcard-media:has(.nrth-wa),.nrth-fcard-media:has(.nrth-ag){aspect-ratio:auto;overflow:visible;}
.nrth-wa{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 0;}
.nrth-wa-phone{position:relative;width:100%;max-width:300px;aspect-ratio:300/600;border-radius:34px;background:#0b141a;border:9px solid #1f1f1f;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,.5);}
.nrth-wa-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:38%;height:18px;background:#1f1f1f;border-radius:0 0 14px 14px;z-index:3;}
.nrth-wa-head{background:#202c33;display:flex;align-items:center;gap:.55rem;padding:1.1rem .7rem .5rem;}
.nrth-wa-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#FF8975,#c95b48);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.8rem;}
.nrth-wa-meta{min-width:0;flex:1;}
.nrth-wa-name{color:#e9edef;font-size:.8rem;font-weight:600;line-height:1.2;}
.nrth-wa-status{color:#8696a0;font-size:.62rem;}
.nrth-wa-actions{display:flex;gap:.6rem;color:#aebac1;}
.nrth-wa-actions svg{width:1rem;height:1rem;}
.nrth-wa-body{flex:1;padding:.6rem .55rem;display:flex;flex-direction:column;gap:.35rem;overflow:hidden;background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:14px 14px;}
.nrth-wa-notice{align-self:center;background:#182229;color:#8696a0;font-size:.56rem;padding:.28rem .6rem;border-radius:.5rem;text-align:center;max-width:92%;margin-bottom:.15rem;}
.nrth-wa-msg{max-width:82%;padding:.4rem .55rem .28rem;border-radius:.55rem;color:#e9edef;opacity:0;transform:translateY(8px) scale(.96);transition:all .25s ease-out;}
.nrth-wa-msg.show{opacity:1;transform:none;}
.nrth-wa-msg .txt{display:block;font-size:.68rem;line-height:1.32;}
.nrth-wa-msg .meta{display:flex;align-items:center;justify-content:flex-end;gap:3px;font-size:.5rem;color:rgba(255,255,255,.5);margin-top:2px;}
.nrth-wa-msg .meta .tick{width:14px;height:10px;}
.nrth-wa-msg.them{background:#202c33;align-self:flex-start;border-top-left-radius:2px;}
.nrth-wa-msg.me{background:#005c4b;align-self:flex-end;border-top-right-radius:2px;}

/* agenda mockup */
.nrth-ag{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.nrth-ag-card{width:100%;max-width:420px;border-radius:1rem;background:#0E0E0E;border:1px solid rgba(255,255,255,.1);padding:1.25rem;}
.nrth-ag-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;}
.nrth-ag-title{font-size:.9rem;font-weight:600;color:#fff;}
.nrth-ag-booked{font-size:.75rem;color:var(--nrth-muted);}
.nrth-ag-appt{display:flex;align-items:center;gap:.6rem;padding:.6rem;border-radius:.6rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);margin-bottom:.5rem;opacity:0;transform:translateY(-8px) scale(.96);transition:all .35s cubic-bezier(.21,.47,.32,.98);}
.nrth-ag-appt.show{opacity:1;transform:none;}
.nrth-ag-accent{width:3px;height:32px;border-radius:2px;flex-shrink:0;}
.nrth-ag-name{font-size:.8rem;color:#fff;font-weight:500;}
.nrth-ag-topic{font-size:.7rem;color:var(--nrth-muted);}
.nrth-ag-check{margin-left:auto;width:20px;height:20px;border-radius:50%;background:#34D399;color:#062;display:flex;align-items:center;justify-content:center;font-size:.7rem;}

/* ============ content lottie cards ============ */
.nrth-content-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;}
@media(min-width:768px){.nrth-content-grid{grid-template-columns:1fr 1fr;}}
.nrth-lcard{background:var(--nrth-card);border-radius:32px;overflow:hidden;}
.nrth-lcard .nrth-lottie{width:100%;aspect-ratio:519/317;display:flex;align-items:center;justify-content:center;}
.nrth-lcard.wide .nrth-lottie{aspect-ratio:auto;}
@media(min-width:1280px){.nrth-lcard.wide .nrth-lottie{height:350px;}}
.nrth-lcard-text{padding:1.5rem;text-align:center;}
@media(min-width:768px){.nrth-lcard-text{text-align:left;}}
.nrth-lcard.wide .nrth-lcard-text{text-align:center;}
.nrth-lcard-text h3{margin-bottom:9px;}
.nrth-lcard-text p{color:var(--nrth-muted);}

/* ============ stats (future-ready) ============ */
.nrth-stats-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-top:2rem;}
@media(min-width:640px){.nrth-stats-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){.nrth-stats-grid{grid-template-columns:repeat(4,1fr);}}
.nrth-stat{display:flex;flex-direction:column;gap:1.5rem;}
.nrth-stat-icon{width:3rem;height:3rem;border-radius:9999px;background:rgba(67,20,7,.2);border:1px solid rgba(249,115,22,.1);display:flex;align-items:center;justify-content:center;}
.nrth-stat-icon svg{width:1.25rem;height:1.25rem;color:#fb923c;}
.nrth-stat h3{margin-bottom:.75rem;}
.nrth-stat p{color:var(--nrth-muted);}

/* ============ seo content ============ */
.nrth-seo{background:#0A0A0A;color:rgba(255,255,255,.8);padding:5rem 0;border-top:1px solid rgba(255,255,255,.05);}
.nrth-seo-intro{max-width:48rem;margin-bottom:3rem;}
.nrth-seo-intro h2{font-size:28px;font-weight:500;line-height:1.15;margin-bottom:1rem;}
@media(min-width:768px){.nrth-seo-intro h2{font-size:36px;}}
.nrth-seo-intro p{color:rgba(255,255,255,.6);font-size:15px;line-height:1.7;}
.nrth-seo-grid{display:grid;grid-template-columns:1fr;gap:2rem;}
@media(min-width:768px){.nrth-seo-grid{grid-template-columns:repeat(3,1fr);}}
.nrth-seo-grid h3{font-size:16px;font-weight:600;margin-bottom:.5rem;}
.nrth-seo-grid p{color:rgba(255,255,255,.55);font-size:14px;line-height:1.7;}

/* ============ CTA ============ */
.nrth-cta{position:relative;overflow:hidden;padding-top:5rem;}
@media(min-width:768px){.nrth-cta{padding-top:8rem;}}
.nrth-cta-glow{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(255,137,117,.1),var(--nrth-bg) 60%);pointer-events:none;}
.nrth-cta-inner{position:relative;z-index:10;text-align:center;}
.nrth-cta-inner h2{margin-bottom:.75rem;}
@media(min-width:768px){.nrth-cta-inner h2{margin-bottom:1.25rem;}}
.nrth-cta-inner>p{color:var(--nrth-muted);margin-bottom:1.25rem;}
@media(min-width:768px){.nrth-cta-inner>p{margin-bottom:2.5rem;}}
.nrth-cta-lottie{max-width:840px;margin:2.5rem auto 0;width:100%;aspect-ratio:840/292;}

/* ============ footer ============ */
.nrth-footer{background:#0A0A0A;color:#fff;padding:6rem 0 3rem;}
.nrth-footer-top{display:flex;flex-direction:column;gap:3rem;margin-bottom:5rem;}
@media(min-width:1024px){.nrth-footer-top{flex-direction:row;justify-content:space-between;}}
.nrth-footer-left{display:flex;flex-direction:column;gap:4rem;}
.nrth-news h3{font-size:20px;font-weight:500;line-height:1.4;margin-bottom:1.5rem;}
.nrth-news form{display:flex;gap:.5rem;max-width:420px;}
.nrth-news input{flex:1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:.6rem 1rem;color:#fff;font-family:inherit;}
.nrth-footer-logo{height:2.5rem;width:auto;align-self:flex-start;filter:invert(1);opacity:.7;}
.nrth-footer-brand{color:var(--nrth-muted);font-size:.85rem;line-height:1.5;max-width:22rem;margin:.25rem 0 0;}
.nrth-socials{display:flex;flex-direction:column;gap:.75rem;}
.nrth-socials a{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);}
.nrth-socials a:hover{color:#fff;}
.nrth-footer-cols{display:flex;flex-direction:column;gap:3rem;}
@media(min-width:640px){.nrth-footer-cols{flex-direction:row;gap:4rem;}}
.nrth-footer-col h4{font-weight:600;color:#fff;margin-bottom:1.5rem;}
.nrth-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;}
.nrth-footer-col a{color:rgba(255,255,255,.7);}
.nrth-footer-col a:hover{color:#fff;}
.nrth-footer-bottom{padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:2.5rem;}
.nrth-footer-seo{max-width:48rem;}
.nrth-footer-seo h2{font-size:15px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:.75rem;}
.nrth-footer-seo p{color:rgba(255,255,255,.5);font-size:13px;line-height:1.7;}
.nrth-footer-bar{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:var(--nrth-muted);font-size:.875rem;}
@media(min-width:768px){.nrth-footer-bar{flex-direction:row;justify-content:space-between;}}

/* reveal-on-scroll (subtle, matches intended design) — only when JS is active */
.nrth-js .nrth-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;}
.nrth-js .nrth-reveal.in{opacity:1;transform:none;}

/* ============ inner-page building blocks ============ */
.nrth-page-hero{position:relative;overflow:hidden;padding:150px 0 3rem;text-align:center;
  background:radial-gradient(ellipse at 50% -10%,rgba(255,137,117,.14),var(--nrth-bg) 55%);}
@media(min-width:768px){.nrth-page-hero{padding:200px 0 4rem;}}
.nrth-page-hero .nrth-sub{max-width:44rem;margin:1.25rem auto 0;}
.nrth-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem;color:var(--nrth-primary);padding:.3rem .8rem;border:1px solid rgba(249,115,22,.25);border-radius:9999px;background:rgba(67,20,7,.15);}
.nrth-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}
@media(min-width:640px){.nrth-grid.cols-2{grid-template-columns:1fr 1fr;}}
@media(min-width:768px){.nrth-grid.cols-3{grid-template-columns:repeat(3,1fr);}}
.nrth-tile{background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:20px;padding:1.75rem;}
.nrth-tile h3{margin-bottom:.75rem;}
.nrth-tile p{color:var(--nrth-muted);}
.nrth-tile .nrth-eyebrow{color:var(--nrth-primary);}
@media(min-width:640px){.nrth-grid.cols-4{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){.nrth-grid.cols-4{grid-template-columns:repeat(4,1fr);}}
/* Branch hero: reuse the homepage hero background, but shorter */
.nrth-branch-hero{background:url(../images/home/hero-bg.webp) center/cover no-repeat;padding:130px 0 3.5rem;}
@media(min-width:768px){.nrth-branch-hero{padding:158px 0 4.5rem;}}
.nrth-branch-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% -5%,rgba(255,137,117,.14),transparent 55%),linear-gradient(to bottom,rgba(14,14,14,.2),rgba(14,14,14,.55));z-index:0;}
.nrth-branch-hero .nrth-container{position:relative;z-index:1;}
/* Breadcrumbs */
.nrth-crumbs{margin-bottom:1.25rem;position:relative;z-index:2;}
.nrth-crumbs ol{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0;font-size:.85rem;}
.nrth-crumbs li{color:var(--nrth-muted);display:flex;align-items:center;gap:.5rem;}
.nrth-crumbs li:not(:first-child)::before{content:"›";color:var(--nrth-muted);opacity:.6;}
.nrth-crumbs a{color:var(--nrth-muted);transition:color .15s;}
.nrth-crumbs a:hover{color:var(--nrth-primary);}
.nrth-crumbs li[aria-current]{color:#fff;}
/* Body figure */
.nrth-branch-figure{margin:2rem 0;}
.nrth-branch-figure img{width:100%;height:auto;border-radius:16px;border:1px solid var(--nrth-border);display:block;}
/* "Ga gelijk naar" quick-jump bar */
.nrth-jumpbar{padding:2rem 0;background:rgba(255,255,255,.02);border-top:1px solid var(--nrth-border);border-bottom:1px solid var(--nrth-border);}
.nrth-jumpbar .nrth-eyebrow{margin-bottom:1rem;}
.nrth-jump-pills{display:flex;flex-wrap:wrap;gap:.85rem;}
.nrth-jump-pill{display:inline-flex;align-items:center;justify-content:space-between;gap:1.25rem;min-width:230px;padding:1rem 1.35rem;border:1px solid var(--nrth-border);border-radius:16px;background:var(--nrth-card);color:#fff;font-size:1.02rem;font-weight:500;white-space:nowrap;transition:border-color .15s,color .15s,background .15s,transform .15s;}
.nrth-jump-pill svg{width:1rem;height:1rem;flex-shrink:0;color:var(--nrth-primary);transition:transform .15s;}
.nrth-jump-pill:hover{border-color:var(--nrth-primary);background:rgba(255,137,117,.06);transform:translateY(-2px);}
.nrth-jump-pill:hover svg{transform:translateY(2px);}
@media(max-width:640px){.nrth-jump-pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.35rem;scrollbar-width:none;}.nrth-jump-pill{min-width:220px;}.nrth-jump-pills::-webkit-scrollbar{display:none;}}
/* Section distinction: alternating band */
.nrth-sec-alt{position:relative;background:rgba(255,255,255,.02);border-top:1px solid var(--nrth-border);border-bottom:1px solid var(--nrth-border);}
.nrth-sec-alt .nrth-features,.nrth-sec-alt.nrth-features{background:transparent;}
/* Branches: hero CTA, tiles, numbered steps, proof mockups */
.nrth-branch-herocta{justify-content:center;margin-top:1.75rem;flex-wrap:wrap;}
.nrth-branch-tile{position:relative;display:block;text-decoration:none;transition:border-color .2s,transform .2s;}
.nrth-branch-tile h3{color:#fff;}
.nrth-branch-tile:hover{border-color:rgba(249,115,22,.4);transform:translateY(-3px);}
.nrth-branch-tile-arrow{display:inline-flex;margin-top:1rem;color:var(--nrth-primary);}
.nrth-branch-tile-arrow svg{width:1.1rem;height:1.1rem;transition:transform .2s;}
.nrth-branch-tile:hover .nrth-branch-tile-arrow svg{transform:translateX(4px);}
.nrth-step{position:relative;}
.nrth-step-num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:rgba(67,20,7,.2);border:1px solid rgba(249,115,22,.2);color:#fb923c;font-weight:600;font-size:1.05rem;margin-bottom:1.25rem;}
.nrth-branch-proof{display:grid;grid-template-columns:1fr;gap:2.5rem;justify-items:center;align-items:center;}
@media(min-width:768px){.nrth-branch-proof{grid-template-columns:1fr 1fr;gap:3rem;}}
.nrth-branch-proof-item{width:100%;display:flex;justify-content:center;}
.nrth-story{max-width:52rem;margin:0 auto;}
.nrth-story p{color:var(--nrth-muted);margin-bottom:1rem;}
.nrth-story .nrth-signoff{color:#fff;font-weight:500;font-size:1.15rem;margin-top:1.5rem;}
.nrth-info-list{display:flex;flex-direction:column;gap:1rem;max-width:40rem;margin:0 auto;}
.nrth-info-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:14px;}
.nrth-info-row .k{color:var(--nrth-muted);}
.nrth-info-row .v{color:#fff;font-weight:500;text-align:right;}
.nrth-center{text-align:center;}

/* ============ checklists, faq, forms ============ */
.nrth-checks{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.6rem;text-align:left;}
.nrth-checks li{display:flex;align-items:flex-start;gap:.6rem;color:var(--nrth-muted);}
.nrth-checks svg{width:1.1rem;height:1.1rem;flex-shrink:0;margin-top:.15rem;color:var(--nrth-primary);}
.nrth-center .nrth-checks{display:inline-flex;margin:0 auto;}
.nrth-faq{border:1px solid var(--nrth-border);border-radius:14px;background:var(--nrth-card);margin-bottom:.75rem;padding:0 1.25rem;}
.nrth-faq summary{cursor:pointer;padding:1.1rem 0;font-weight:600;color:#fff;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;}
.nrth-faq summary::-webkit-details-marker{display:none;}
.nrth-faq summary::after{content:'+';color:var(--nrth-primary);font-size:1.4rem;line-height:1;}
.nrth-faq[open] summary::after{content:'–';}
.nrth-faq p{color:var(--nrth-muted);padding:0 0 1.1rem;margin:0;}
.nrth-form{display:flex;flex-direction:column;gap:1rem;}
.nrth-field{display:flex;flex-direction:column;gap:.4rem;}
.nrth-field span{font-size:.85rem;color:var(--nrth-muted);}
.nrth-field input,.nrth-field textarea{background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:12px;padding:.8rem 1rem;color:#fff;font-family:inherit;font-size:1rem;}
.nrth-field input:focus,.nrth-field textarea:focus{outline:none;border-color:var(--nrth-primary);}

/* ============ ABOUT page ============ */
.nrth-abouthero{position:relative;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;
  padding:8rem 0 5rem;background:url(../images/about/about-hero.webp) center/cover no-repeat;}
@media(min-width:768px){.nrth-abouthero{min-height:100vh;}}
.nrth-abouthero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.6) 45%,rgba(0,0,0,.2));}
.nrth-abouthero .nrth-container{position:relative;z-index:2;width:100%;}
.nrth-abouthero-inner{max-width:710px;}
.nrth-abouthero h1{margin-bottom:1rem;color:#fff;}
.nrth-abouthero p{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:21px;}
.nrth-abouthero-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;}

.nrth-story2{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;}
@media(min-width:1024px){.nrth-story2{grid-template-columns:1fr 1fr;gap:4rem;}}
.nrth-story2-img{border-radius:24px;overflow:hidden;border:1px solid var(--nrth-border);background:var(--nrth-card);}
.nrth-story2-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;}
.nrth-story2-txt>*+*{margin-top:1.5rem;}
.nrth-story2-txt .eb{font-size:.85rem;color:#606165;text-transform:uppercase;letter-spacing:.1em;}
.nrth-story2-txt p{color:var(--nrth-muted);}
.nrth-story2-txt .signoff{color:#fff;font-weight:500;}

/* journey carousel */
.nrth-journey-card{position:relative;background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:40px;padding:1.5rem;overflow:hidden;}
@media(min-width:768px){.nrth-journey-card{padding:3rem;}}
.nrth-journey-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;}
@media(min-width:1024px){.nrth-journey-grid{grid-template-columns:1fr 1fr;gap:3rem;}}
.nrth-journey-slide{display:none;}
.nrth-journey-slide.active{display:block;animation:nrth-fade .5s ease;}
@keyframes nrth-fade{from{opacity:0;transform:translateX(-20px);}to{opacity:1;transform:none;}}
.nrth-journey-slide .eb{font-size:.85rem;color:#606165;text-transform:uppercase;letter-spacing:.1em;}
.nrth-journey-slide h3{margin:.5rem 0;}
.nrth-journey-slide p{color:var(--nrth-muted);}
.nrth-journey-year{padding-top:1rem;font-size:3.75rem;font-weight:700;color:rgba(255,255,255,.1);line-height:1;}
.nrth-journey-dots{display:flex;align-items:center;gap:.75rem;padding-top:1.5rem;}
.nrth-journey-dots button{height:6px;border-radius:9999px;border:0;cursor:pointer;background:rgba(255,255,255,.2);width:20px;transition:all .3s;}
.nrth-journey-dots button.active{background:var(--nrth-primary);width:40px;}
.nrth-journey-imgs{position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:var(--nrth-bg);}
.nrth-journey-imgs img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s;}
.nrth-journey-imgs img.active{opacity:1;}

/* worldwide stats */
.nrth-ww{display:flex;flex-direction:column;gap:1rem;}
@media(min-width:1024px){.nrth-ww{flex-direction:row;justify-content:space-between;}}
.nrth-ww-map{border-radius:32px;background:#111;border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden;min-height:460px;display:flex;flex-direction:column;justify-content:space-between;}
@media(min-width:1024px){.nrth-ww-map{width:40%;}}
.nrth-ww-map h3{font-size:1.875rem;font-weight:600;color:#fff;line-height:1.15;max-width:280px;padding:29px 1.5rem 0;}
.nrth-ww-map .map-img{padding:2.5rem;pointer-events:none;}
.nrth-ww-grid{display:grid;grid-template-columns:1fr;gap:1rem;flex:1;}
@media(min-width:640px){.nrth-ww-grid{grid-template-columns:repeat(3,1fr);}}
.nrth-ww-stat{padding:29px 1.5rem;border-radius:16px;background:var(--nrth-card);border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1.5rem;}
@media(min-width:768px){.nrth-ww-stat{justify-content:space-between;min-height:460px;}}
.nrth-ww-stat .chip{width:44px;height:44px;border-radius:9999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;}
.nrth-ww-stat .chip svg{width:20px;height:20px;color:rgba(255,255,255,.8);}
.nrth-ww-stat h3{font-size:2rem;}
.nrth-ww-stat .lbl{color:var(--nrth-muted);}

/* ============ WORK overview ============ */
.nrth-workhero{padding:150px 0 5rem;background:#0E0E0E url(../images/common/banner-gradient.webp) top center/100% auto no-repeat;}
@media(min-width:768px){.nrth-workhero{padding-top:200px;}}
.nrth-work-filter{display:flex;justify-content:center;margin:0 auto 2rem;}
.nrth-work-filter{gap:0;}
.nrth-work-filter{display:inline-flex;}
.nrth-work-filter-wrap{display:flex;justify-content:center;}
.nrth-work-filter{padding:.375rem;border-radius:9999px;background:var(--nrth-card);border:1px solid var(--nrth-border);width:max-content;margin-left:auto;margin-right:auto;}
.nrth-work-filter button{padding:.625rem 1.25rem;border-radius:9999px;border:0;background:transparent;color:var(--nrth-muted);font-family:inherit;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s;white-space:nowrap;}
@media(min-width:768px){.nrth-work-filter button{padding:.625rem 2rem;font-size:1rem;}}
.nrth-work-filter button.active{background:var(--nrth-primary);color:var(--nrth-primary-fg);}
.nrth-work-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;}
@media(min-width:640px){.nrth-work-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){.nrth-work-grid{grid-template-columns:repeat(3,1fr);}}
.nrth-work-card{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;border-radius:16px;border:1px solid var(--nrth-border);}
.nrth-work-card.hide{display:none;}
.nrth-work-card .cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.nrth-work-card:hover .cover{transform:scale(1.05);}
.nrth-work-card .ov{position:absolute;inset:0;background:linear-gradient(to top,#000,rgba(0,0,0,.4) 45%,transparent);}
.nrth-work-card .logo{position:absolute;top:1.25rem;left:1.25rem;display:flex;align-items:center;justify-content:center;height:64px;width:64px;border-radius:12px;background:rgba(255,255,255,.2);backdrop-filter:blur(6px);padding:.75rem;}
.nrth-work-card .logo img{width:100%;height:100%;object-fit:contain;}
.nrth-work-card .cap{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;}
.nrth-work-card .cap h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.25rem;}
.nrth-work-card .cap p{color:var(--nrth-primary);font-size:.875rem;font-weight:500;}

/* ============ CONTACT ============ */
.nrth-contact{padding:150px 0 5rem;}
@media(min-width:768px){.nrth-contact{padding-top:200px;}}
.nrth-contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;}
@media(min-width:1024px){.nrth-contact-grid{grid-template-columns:1fr 1fr;}}
.nrth-contact-info,.nrth-contact-form{background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:24px;padding:1.5rem;height:100%;}
@media(min-width:768px){.nrth-contact-info,.nrth-contact-form{padding:30px;}}
.nrth-contact-info{display:flex;flex-direction:column;gap:2rem;}
@media(min-width:768px){.nrth-contact-info{gap:60px;}}
.nrth-contact-intro h2{margin-bottom:.75rem;}
.nrth-contact-tiles{display:grid;grid-template-columns:1fr;gap:1rem;}
@media(min-width:768px){.nrth-contact-tiles{grid-template-columns:1fr 1fr;}}
.nrth-contact-tile{background:var(--nrth-bg);padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);}
.nrth-contact-tile.wide{grid-column:1/-1;}
.nrth-contact-tile .row{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#fff;}
.nrth-contact-tile .row svg{width:1rem;height:1rem;color:var(--nrth-primary);}
.nrth-contact-tile a,.nrth-contact-tile div{display:block;font-size:.875rem;color:var(--nrth-muted);padding-top:1rem;}
.nrth-contact-tile a:hover{color:var(--nrth-primary);}
.nrth-contact-form .nrth-form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;}
@media(min-width:768px){.nrth-contact-form .nrth-form-row{grid-template-columns:1fr 1fr;}}
.nrth-contact-form .nrth-field span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;}
.nrth-contact-form input{background:var(--nrth-bg);border-radius:9999px;height:3rem;}
.nrth-contact-form textarea{background:var(--nrth-bg);border-radius:14px;min-height:150px;resize:none;}
.nrth-form-submit{width:100%;height:3.5rem;border-radius:9999px;border:0;cursor:pointer;font-family:inherit;font-weight:500;font-size:1rem;color:#000;background:linear-gradient(to bottom,#fff,#d1d1d1);transition:opacity .2s;margin-top:1rem;}
.nrth-form-submit:hover{opacity:.9;}

/* ============ SERVICES ============ */
.nrth-lottie-wide{width:100%;}
.nrth-lottie-wide .nrth-lottie{width:100%;min-height:280px;}
@media(min-width:768px){.nrth-lottie-wide .nrth-lottie{min-height:440px;}}
@media(min-width:1280px){.nrth-lottie-wide .nrth-lottie{min-height:560px;}}
.nrth-feature-hero{position:relative;overflow:hidden;padding:150px 0 3rem;}
@media(min-width:768px){.nrth-feature-hero{padding:180px 0 8rem;}}
.nrth-feature-hero-txt{max-width:710px;margin:0 auto;text-align:center;position:relative;z-index:2;}
.nrth-feature-hero-txt h2{margin-bottom:1.25rem;}
.nrth-feature-decor{display:none;position:absolute;width:230px;z-index:1;}
@media(min-width:768px){.nrth-feature-decor{display:block;}}
@media(min-width:1100px){.nrth-feature-decor{width:250px;}}
.nrth-feature-decor.left{top:44%;left:2rem;}
.nrth-feature-decor.right{top:54%;right:2rem;width:250px;}
@media(min-width:1100px){.nrth-feature-decor.right{width:270px;}}
.nrth-feature-decor .nrth-lottie{width:100%;min-height:180px;}
.nrth-feature-decor span{position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);color:#fff;font-weight:600;font-size:28px;pointer-events:none;}

/* ============ LANDER ============ */
.nrth-lander-hero{position:relative;overflow:hidden;padding:6rem 0 5rem;background:url(../images/home/hero-bg.webp) center/cover no-repeat;}
@media(min-width:768px){.nrth-lander-hero{padding:7rem 0 5rem;min-height:100vh;display:flex;align-items:center;}}
.nrth-lander-hero .blob{position:absolute;border-radius:9999px;pointer-events:none;}
.nrth-lander-hero .b1{top:-6rem;left:-6rem;height:420px;width:420px;background:rgba(255,137,117,.1);filter:blur(120px);}
.nrth-lander-hero .b2{bottom:-8rem;right:0;height:520px;width:520px;background:rgba(255,137,117,.06);filter:blur(140px);}
.nrth-lander-hero .nrth-container{position:relative;z-index:2;width:100%;}
.nrth-lander-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;}
@media(min-width:1024px){.nrth-lander-grid{grid-template-columns:.95fr 1fr;gap:3.5rem;}}
.nrth-lander-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);border-radius:9999px;font-size:.75rem;font-weight:500;padding:.25rem .875rem;backdrop-filter:blur(4px);margin-bottom:1rem;}
.nrth-lander-badge .dot{height:6px;width:6px;border-radius:9999px;background:var(--nrth-primary);}
.nrth-lander-h1{font-size:1.875rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem;}
@media(min-width:640px){.nrth-lander-h1{font-size:2.25rem;}}
@media(min-width:1024px){.nrth-lander-h1{font-size:3rem;}}
.nrth-lander-sub{font-size:.95rem;color:rgba(255,255,255,.8);max-width:32rem;margin-bottom:1.25rem;}
@media(min-width:768px){.nrth-lander-sub{font-size:1rem;}}
.nrth-lander-cards{display:flex;flex-direction:column;gap:.75rem;}
.nrth-lander-card{display:flex;align-items:flex-start;gap:.875rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);border-radius:12px;padding:1rem;backdrop-filter:blur(4px);transition:all .3s;}
.nrth-lander-card:hover{border-color:rgba(255,137,117,.4);background:rgba(255,255,255,.05);}
.nrth-lander-card .ic{flex-shrink:0;display:grid;place-items:center;height:36px;width:36px;border-radius:10px;background:rgba(255,137,117,.15);border:1px solid rgba(255,137,117,.25);}
.nrth-lander-card .ic svg{width:1rem;height:1rem;color:var(--nrth-primary);}
.nrth-lander-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;}
.nrth-lander-card p{font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:.5rem;}
.nrth-lander-card a{display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem;font-weight:500;color:var(--nrth-primary);}
.nrth-lander-card a svg{width:.8rem;height:.8rem;}
.nrth-lander-trust{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:rgba(255,255,255,.6);padding-top:.5rem;}
.nrth-lander-trust svg{width:.8rem;height:.8rem;}

/* ============ FAQ (2-col with lottie) ============ */
.nrth-faq-wrap{display:flex;flex-direction:column;gap:2rem;align-items:center;}
@media(min-width:1024px){.nrth-faq-wrap{flex-direction:row;gap:4rem;justify-content:center;}}
.nrth-faq-media{max-width:500px;width:100%;aspect-ratio:1/1;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--nrth-card),var(--nrth-bg));border:1px solid var(--nrth-border);display:flex;align-items:center;justify-content:center;}
.nrth-faq-media .nrth-lottie{width:100%;height:100%;}
.nrth-faq-list{max-width:500px;width:100%;}

/* ============ CASE detail ============ */
.nrth-case-body{display:flex;flex-direction:column;gap:2rem;}
@media(min-width:768px){.nrth-case-body{gap:5rem;}}
.nrth-case-body h2{margin-bottom:.75rem;}
@media(min-width:768px){.nrth-case-body h2{margin-bottom:1.25rem;}}
.nrth-case-body p{color:var(--nrth-muted);}
.nrth-case-caps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;}
.nrth-case-caps li{display:flex;align-items:flex-start;gap:.75rem;color:var(--nrth-muted);}
.nrth-case-caps .b{width:6px;height:6px;border-radius:9999px;background:rgba(255,255,255,.4);margin-top:.7rem;flex-shrink:0;}

/* ============ icon sizing fixes ============ */
.nrth-icon-btn svg,.nrth-burger svg{width:1.25rem;height:1.25rem;}
.nrth-socials a svg{width:1.25rem;height:1.25rem;flex-shrink:0;}
.nrth-lang svg{width:1rem;height:1rem;}

/* ============ lead modal (popup) ============ */
.nrth-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:1rem;}
.nrth-modal.open{display:flex;}
.nrth-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px);}
.nrth-modal-box{position:relative;z-index:1;width:100%;max-width:560px;max-height:92vh;overflow-y:auto;background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:24px;padding:2rem;box-shadow:0 30px 80px rgba(0,0,0,.6);animation:nrth-modal-in .25s ease;}
@keyframes nrth-modal-in{from{opacity:0;transform:translateY(12px) scale(.98);}to{opacity:1;transform:none;}}
.nrth-modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border:0;background:rgba(255,255,255,.06);color:#fff;border-radius:50%;cursor:pointer;font-size:1.3rem;line-height:1;display:flex;align-items:center;justify-content:center;}
.nrth-modal-close:hover{background:rgba(255,255,255,.12);}
.nrth-modal-box h3{margin-bottom:.5rem;}
.nrth-modal-box>p{color:var(--nrth-muted);margin-bottom:1.5rem;}
.nrth-modal .nrth-form-row{display:grid;grid-template-columns:1fr;gap:1rem;}
@media(min-width:560px){.nrth-modal .nrth-form-row{grid-template-columns:1fr 1fr;}}
.nrth-modal .nrth-field span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;}
.nrth-modal .nrth-field input,.nrth-modal .nrth-field textarea{background:var(--nrth-bg);border-radius:12px;}
.nrth-modal .nrth-field input{border-radius:9999px;height:3rem;}
.nrth-modal .nrth-form-submit{width:100%;height:3.25rem;border-radius:9999px;border:0;cursor:pointer;font-family:inherit;font-weight:600;font-size:1rem;color:#0E0E0E;background:var(--nrth-primary);transition:filter .2s;margin-top:.5rem;}
.nrth-modal .nrth-form-submit:hover{filter:brightness(1.08);}

/* ============ multi-step wizard (in modal) ============ */
.nrth-wiz{padding-top:2.5rem;}
.nrth-wiz-progress{position:absolute;top:0;left:0;right:0;height:4px;background:rgba(255,255,255,.08);border-radius:24px 24px 0 0;overflow:hidden;}
.nrth-wiz-progress span{display:block;height:100%;background:var(--nrth-primary);transition:width .35s ease;}
.nrth-wiz-eyebrow{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--nrth-primary);margin-bottom:1.5rem;}
.nrth-wiz-eyebrow svg{width:.9rem;height:.9rem;fill:currentColor;stroke:none;}
.nrth-wiz-step{display:none;text-align:center;}
.nrth-wiz-step.active{display:block;animation:nrth-fade .3s ease;}
.nrth-wiz-count{font-size:.7rem;color:var(--nrth-muted);margin-bottom:.6rem;letter-spacing:.05em;}
.nrth-wiz-step h3{margin-bottom:1.5rem;}
.nrth-wiz-input{width:100%;background:var(--nrth-bg);border:1px solid var(--nrth-border);border-radius:14px;padding:.9rem 1.1rem;color:#fff;font-family:inherit;font-size:1.05rem;text-align:center;}
textarea.nrth-wiz-input{text-align:left;min-height:120px;resize:none;}
.nrth-wiz-input:focus{outline:none;border-color:var(--nrth-primary);}
.nrth-wiz-nav{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.75rem;}
.nrth-wiz-back{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:9999px;padding:.7rem 1.4rem;font-family:inherit;font-weight:500;cursor:pointer;transition:border-color .2s;}
.nrth-wiz-back:hover{border-color:rgba(255,255,255,.35);}
.nrth-wiz-next,.nrth-wiz-submit{display:inline-flex;align-items:center;gap:.4rem;background:var(--nrth-primary);color:#0E0E0E;border:0;border-radius:9999px;padding:.7rem 1.6rem;font-family:inherit;font-weight:600;font-size:.95rem;cursor:pointer;transition:filter .2s;}
.nrth-wiz-next:hover,.nrth-wiz-submit:hover{filter:brightness(1.08);}
.nrth-wiz-next svg{width:1rem;height:1rem;}
.nrth-wiz-done{display:none;text-align:center;padding:1.5rem 0 .5rem;}
.nrth-wiz-done-icon{width:56px;height:56px;margin:0 auto 1.25rem;border-radius:50%;background:rgba(255,137,117,.15);border:1px solid rgba(255,137,117,.3);display:flex;align-items:center;justify-content:center;color:var(--nrth-primary);}
.nrth-wiz-done-icon svg{width:26px;height:26px;}
.nrth-wiz-done h3{margin-bottom:.75rem;}
.nrth-wiz-done p{color:var(--nrth-muted);margin-bottom:1.5rem;}
.nrth-wiz-input.err{border-color:#ff5a5a;}
.nrth-wiz-next[hidden],.nrth-wiz-submit[hidden],.nrth-wiz-back[hidden]{display:none;}

/* ============ INSIGHTS / blog ============ */
.nrth-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;}
.nrth-blog-filter-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2.5rem;scrollbar-width:none;padding-bottom:.25rem;}
.nrth-blog-filter-wrap::-webkit-scrollbar{display:none;}
@media(min-width:768px){.nrth-blog-filter-wrap{display:flex;justify-content:center;}}
.nrth-blog-filter{display:inline-flex;gap:.4rem;padding:.375rem;border-radius:9999px;background:var(--nrth-card);border:1px solid var(--nrth-border);width:max-content;}
.nrth-blog-filter button{padding:.55rem 1.15rem;border-radius:9999px;border:0;background:transparent;color:var(--nrth-muted);font-family:inherit;font-weight:500;font-size:.88rem;cursor:pointer;white-space:nowrap;transition:all .25s;}
.nrth-blog-filter button:hover{color:#fff;}
.nrth-blog-filter button.active{background:var(--nrth-primary);color:var(--nrth-primary-fg);}
.nrth-blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}
@media(min-width:640px){.nrth-blog-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){.nrth-blog-grid{grid-template-columns:repeat(3,1fr);}}
.nrth-blog-card{display:flex;flex-direction:column;background:var(--nrth-card);border:1px solid var(--nrth-border);border-radius:20px;overflow:hidden;transition:border-color .25s,transform .25s;}
.nrth-blog-card.hide{display:none;}
.nrth-blog-card:hover{border-color:rgba(255,137,117,.5);transform:translateY(-3px);}
.nrth-blog-card .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--nrth-bg);}
.nrth-blog-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.nrth-blog-card:hover .thumb img{transform:scale(1.04);}
.nrth-blog-card .body{padding:1.5rem;}
.nrth-blog-card .cat{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--nrth-primary);margin-bottom:.6rem;}
.nrth-blog-card h3{margin-bottom:.5rem;}
.nrth-blog-card p{color:var(--nrth-muted);font-size:.95rem;line-height:1.6;}

/* single post (custom single.html: constrained, centered column) */
.nrth-single .nrth-post-cat{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--nrth-primary);font-weight:600;}
.nrth-single .nrth-post-cat a{color:var(--nrth-primary);text-decoration:none;}
.nrth-single .wp-block-post-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;letter-spacing:-.02em;line-height:1.1;color:#fff;}
.nrth-single .wp-block-post-featured-image img{width:100%;border-radius:20px;}
.single-post .wp-block-post-content p{color:var(--nrth-muted);}
.single-post .wp-block-post-content h2{color:#fff;margin:2.25rem 0 .75rem;font-size:1.75rem;font-weight:500;letter-spacing:-.02em;}
.single-post .wp-block-post-content h3{color:#fff;margin:1.5rem 0 .5rem;font-size:1.3rem;font-weight:500;}
.single-post .wp-block-post-content ul{padding-left:1.25rem;margin:1rem 0;}
.single-post .wp-block-post-content li{color:var(--nrth-muted);margin-bottom:.55rem;}
.single-post .wp-block-post-content a{color:var(--nrth-primary);text-decoration:underline;}
.single-post .wp-block-post-content strong{color:#fff;}

/* ============ legal pages ============ */
.nrth-legal{max-width:820px;margin:0 auto;}
.nrth-legal .lead{font-size:1.15rem;color:#fff;margin-bottom:1.5rem;}
.nrth-legal h2{color:#fff;font-size:1.6rem;font-weight:500;letter-spacing:-.02em;margin:2.5rem 0 1rem;}
.nrth-legal h3{color:#fff;font-size:1.25rem;font-weight:500;margin:2rem 0 .75rem;}
.nrth-legal h4{color:#fff;font-size:1.05rem;font-weight:600;margin:1.5rem 0 .5rem;}
.nrth-legal p{color:var(--nrth-muted);margin-bottom:1rem;line-height:1.7;}
.nrth-legal ul,.nrth-legal ol{padding-left:1.4rem;margin:1rem 0;color:var(--nrth-muted);}
.nrth-legal li{margin-bottom:.5rem;line-height:1.7;}
.nrth-legal a{color:var(--nrth-primary);text-decoration:underline;word-break:break-word;}
.nrth-legal strong{color:#fff;}

/* ============ mega menu (Branches) ============ */
.nrth-mega{display:inline-flex;}
.nrth-mega-trigger{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem 1rem;color:#fff;background:transparent;border:0;font-family:inherit;font-weight:400;font-size:1rem;cursor:pointer;white-space:nowrap;transition:color .2s;}
.nrth-mega-trigger:hover{color:var(--nrth-primary);}
.nrth-mega-trigger svg{width:.8rem;height:.8rem;opacity:.7;transition:transform .2s;}
.nrth-mega.open .nrth-mega-trigger svg{transform:rotate(180deg);}
.nrth-mega-panel{position:absolute;left:0;right:0;top:100%;background:var(--nrth-card);border-top:1px solid var(--nrth-border);border-bottom:1px solid var(--nrth-border);box-shadow:0 24px 44px rgba(0,0,0,.45);padding:2.25rem 0;display:none;z-index:55;}
.nrth-mega.open .nrth-mega-panel{display:block;}
.nrth-mega-grid{max-width:1262px;margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;}
.nrth-mega-item{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .85rem;border:1px solid transparent;border-radius:12px;transition:background .15s,border-color .15s;}
.nrth-mega-item:hover{background:rgba(255,255,255,.03);border-color:var(--nrth-border);}
.nrth-mega-item-title{color:#fff;font-weight:600;font-size:.95rem;}
.nrth-mega-item:hover .nrth-mega-item-title{color:var(--nrth-primary);}
.nrth-mega-item-sub{color:var(--nrth-muted);font-size:.8rem;}
.nrth-mega-all{max-width:1262px;margin:1.5rem auto 0;padding:1.25rem 2.5rem 0;border-top:1px solid var(--nrth-border);}
.nrth-mega-all a{display:inline-flex;align-items:center;gap:.4rem;color:var(--nrth-primary);font-weight:600;font-size:.9rem;}
.nrth-mega-all a:hover{opacity:.8;}
.nrth-mega-all a svg{width:.9rem;height:.9rem;}
/* mobile branches list */
