:root{
      --navy:#00162a; --deep:#02101f; --gold:#d59a43; --gold2:#efbd6b; --text:#101928; --muted:#667085; --line:#e8e9ee; --white:#fff;
    }
    *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}.container{width:min(1180px,92%);margin:auto}.topbar{height:70px;background:#061324;color:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:70px;display:flex;align-items:center}.menu{margin-left:auto}.brand{display:flex;align-items:center;text-decoration:none;color:#fff}.brand-logo{width:166px;height:53px;object-fit:contain;display:block;border-radius:2px}.footer .brand-logo{width:142px;height:auto}.menu{display:flex;gap:30px;align-items:center}.menu a{color:#fff;text-decoration:none;font-size:14px;font-weight:600;opacity:.92;position:relative}.menu a.active:after,.menu a:hover:after{content:"";height:3px;background:var(--gold);border-radius:4px;position:absolute;left:0;right:0;bottom:-24px}.search{font-size:24px;color:#fff;opacity:.85}.hero{background:linear-gradient(90deg,#071629 0%,#071629 38%,rgba(7,22,41,.1) 70%),url('../hero-bg.webp') right center/cover no-repeat;min-height:calc(100vh - 156px);color:#fff;display:flex;align-items:center}.hero .container{width:100%;max-width:none;margin:0;padding-left:56px}.hero-content{padding:52px 0 38px;max-width:560px;margin:0}.eyebrow{color:var(--gold2);text-transform:uppercase;font-weight:800;letter-spacing:.8px}.hero h1{margin:0 0 18px;font-size:44px;line-height:1.05;font-weight:900;letter-spacing:-1px}.hero h1 .gold{color:var(--gold2)}.hero p{font-size:16px;line-height:1.65;margin:0 0 26px;max-width:435px}.btn{display:inline-flex;align-items:center;gap:14px;background:linear-gradient(180deg,#f1bd72,#c98534);color:#fff;padding:16px 24px;border-radius:7px;text-decoration:none;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.22)}.stats-band{background:#061324;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.stat{display:flex;gap:14px;align-items:center;min-height:86px;padding:18px 22px;border-right:1px solid rgba(255,255,255,.22)}.stat:last-child{border-right:0}.stat-icon{width:38px;height:38px;border:2px solid var(--gold);border-radius:10px;display:grid;place-items:center;color:var(--gold);font-size:21px}.stat b{display:block;font-size:17px}.stat small{font-size:12px;color:#e8eef7}.section{padding:14px 0 18px}.section-title{text-align:center;margin:0 0 16px;font-size:16px;font-weight:900;color:#12223a;text-transform:uppercase;position:relative}.section-title:after{content:"";display:block;width:34px;height:3px;margin:5px auto 0;background:var(--gold);border-radius:10px}.business-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.biz-card{display:block;text-decoration:none;background:#fff;border:1px solid #e3e4e8;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(16,24,40,.06);transition:.2s}.biz-card img{width:100%;display:block}.biz-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(16,24,40,.12)}.journey-timeline{padding:8px 0 4px;position:relative}
.journey-line{position:absolute;left:7%;right:7%;top:31px;height:2px;background:#dfc08d;z-index:0}
.timeline-grid{display:grid;grid-template-columns:repeat(7,1fr);position:relative;z-index:1}
.timeline-item{text-align:center;padding:0 8px;color:#111827}
.timeline-icon{width:42px;height:42px;margin:0 auto 8px;border:2px solid #dfc08d;border-radius:50%;background:#fff;display:grid;place-items:center;color:#c58b3d;font-size:19px;box-shadow:0 0 0 6px #fff}
.timeline-item h3{font-size:13px;margin:0 0 4px;font-weight:900;color:#101928}
.timeline-item p{font-size:11px;line-height:1.25;margin:0;font-weight:600;color:#1f2937}
@media(max-width:900px){.journey-line{display:none}.timeline-grid{grid-template-columns:repeat(2,1fr);gap:18px 10px}.timeline-item{padding:0 12px}}
@media(max-width:560px){.hero{min-height:calc(100vh - 150px)}.timeline-grid{grid-template-columns:1fr}.timeline-icon{margin-bottom:6px}}.dark-panel{background:#061324;color:#fff;padding:12px 0 16px}.lead-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:18px}.lead-head h2{margin:0;font-size:22px}.lead-head p{margin:0;max-width:460px;line-height:1.3;color:#d8e0ee;font-size:13px}.leaders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.leader-card{display:block;background:#071d35;border:1px solid var(--gold);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.18);transition:box-shadow .25s ease,transform .25s ease}.leader-card:hover{box-shadow:0 16px 34px rgba(0,0,0,.28);transform:translateY(-4px)}.leader-card img{width:100%;height:140px;aspect-ratio:auto;object-fit:cover;display:block;background:#0b2038}.leader-card.founders-card{grid-column:1/-1;display:grid;grid-template-columns:minmax(280px,38%) 1fr;align-items:stretch}.leader-card.founders-card img{height:100%;aspect-ratio:auto;object-fit:cover}.leader-card.founders-card .leader-copy{display:flex;flex-direction:column;justify-content:center;min-height:238px}.leader-copy{padding:10px 12px;color:#fff;position:relative;min-height:90px}.leader-role{color:var(--gold2);font-size:15px;font-weight:900;text-transform:uppercase;margin-bottom:8px}.leader-copy h3{margin:0 0 4px;font-size:13px;line-height:1.15}.founder-card h3{font-size:18px;line-height:1.25}.founder-card p{font-size:13px;line-height:1.4}.leader-copy p{margin:0;color:#e1e8f3;font-size:11px;line-height:1.25}.leader-copy .quote{color:var(--gold2);font-size:26px;line-height:0;vertical-align:-8px}.leader-copy .designation{color:var(--gold2);font-size:12px;font-weight:800;margin-top:12px}.growth{padding:28px 0}.growth-box{border:1px solid #e8e8e8;border-radius:5px;display:grid;grid-template-columns:repeat(6,1fr);background:#fff;box-shadow:0 2px 8px rgba(16,24,40,.04)}.growth-item{text-align:center;padding:24px 10px;border-right:1px solid #ececec}.growth-item:last-child{border-right:0}.growth-item .gi{font-size:28px;color:var(--gold)}.growth-item b{display:block;font-size:24px;margin:4px 0;color:#14243b}.growth-item small{font-weight:600;color:#39465c}.life-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.life-grid img{width:100%;height:92px;object-fit:cover;border-radius:7px;box-shadow:0 3px 8px rgba(0,0,0,.14)}.join{text-align:center;margin:12px 0 4px}.join .btn-small{background:#061324;color:#fff;padding:9px 36px;border-radius:4px;text-decoration:none;font-size:13px;font-weight:800}.news{padding-bottom:30px}.news-row{display:grid;grid-template-columns:repeat(4,1fr) 150px;gap:14px;align-items:center}.news-card{border:1px solid #e6e7eb;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(16,24,40,.05)}.news-card img{width:100%;height:78px;object-fit:cover;display:block}.news-card .copy{padding:8px 10px 12px}.news-card .tag{font-size:11px;color:var(--gold);font-weight:800}.news-card h3{font-size:14px;line-height:1.15;margin:3px 0;font-weight:900}.news-card time{font-size:11px;color:#667085;font-weight:700}.outline{border:1px solid var(--gold);border-radius:5px;padding:14px 18px;color:#8a5b23;text-decoration:none;font-weight:800;text-align:center;background:#fff}.footer{background:#061324;color:#fff;padding:28px 0 12px}.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:30px}.foot h4{margin:0 0 12px;color:var(--gold2);font-size:13px}.foot p,.foot a,.foot li{font-size:13px;color:#d5dde9;text-decoration:none;line-height:1.65}.foot ul{list-style:none;padding:0;margin:0}.social{display:flex;gap:9px;margin-top:10px}.social a{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#143050;overflow:hidden}.social img{width:18px;height:18px;object-fit:contain;display:block}.legal{border-top:1px solid rgba(255,255,255,.15);margin-top:18px;padding-top:10px;display:flex;justify-content:space-between;color:#c5cfdf;font-size:12px}.mobile-note{display:none}@media(max-width:900px){.menu{display:none}.hero{background:linear-gradient(90deg,#071629 0%,rgba(7,22,41,.85) 100%),url('../hero-bg.webp') center/cover no-repeat;min-height:calc(100vh - 150px)}.hero .container{padding-left:28px;padding-right:24px}.hero h1{font-size:34px}.leaders-grid{grid-template-columns:1fr}.leader-card.founders-card{grid-template-columns:1fr}.leader-card.founders-card img{height:auto;aspect-ratio:4/3}.stats,.business-grid,.growth-box{grid-template-columns:repeat(2,1fr)}.stat:nth-child(even),.growth-item:nth-child(even){border-right:0}.business-grid{gap:10px}.lead-head{display:block}.life-grid,.news-row{grid-template-columns:repeat(2,1fr)}.news-row .outline{grid-column:1/-1}.foot{grid-template-columns:1fr 1fr}}@media(max-width:560px){.brand-logo{width:128px}.hero h1{font-size:29px}.leader-card img{width:100%;aspect-ratio:4/3}.stats,.business-grid,.growth-box,.life-grid,.news-row,.foot{grid-template-columns:1fr}.stat,.growth-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.growth-item{border-bottom:1px solid #ececec}.legal{display:block}.topbar,.nav{height:64px}}
  
.exec-card{display:flex;align-items:stretch}
.exec-card img{width:140px!important;height:140px!important;flex-shrink:0}
.exec-card .leader-copy{min-height:auto;display:flex;flex-direction:column;justify-content:center}
@media(max-width:768px){.exec-card{display:block}.exec-card img{width:100%!important;height:140px!important}}


.founder-card .leader-role{font-size:17px!important;letter-spacing:.5px}
.founder-card h3{font-size:20px!important;line-height:1.25!important}
.founder-card p{font-size:14px!important;line-height:1.45!important}
.exec-card .leader-role{font-size:14px!important}
.legal a{color:#c5cfdf;text-decoration:none}
.legal a:hover{color:var(--gold2)}


.founder-card .leader-copy{padding:10px 14px!important;min-height:auto!important}
.founder-card .leader-role{font-size:60px!important;line-height:1!important;font-weight:900!important}
.founder-card h3{font-size:24px!important;line-height:1.2!important;margin:6px 0!important}
.founder-card p{font-size:15px!important;line-height:1.4!important}

.popup-overlay{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.66);
z-index:10000;
align-items:center;
justify-content:center;
padding:20px;
backdrop-filter:blur(3px);
}
.popup-box{
background:#fff;
border-radius:16px;
max-width:470px;
width:100%;
overflow:hidden;
position:relative;
border:1px solid rgba(213,154,67,.45);
box-shadow:0 24px 70px rgba(0,0,0,.42);
}
.popup-head{
background:linear-gradient(135deg,#061324,#00162a);
color:#fff;
padding:26px 30px 22px;
text-align:center;
}
.popup-head .eyebrow{
font-size:12px;
letter-spacing:1px;
}
.popup-head h2{
margin:8px 0 8px;
font-size:26px;
line-height:1.15;
font-weight:900;
}
.popup-head p{
margin:0;
font-size:14px;
line-height:1.55;
color:#d8e0ee;
}
.popup-close{
position:absolute;
right:14px;
top:12px;
cursor:pointer;
font-size:28px;
font-weight:bold;
z-index:2;
color:#fff;
background:rgba(255,255,255,.12);
width:34px;
height:34px;
line-height:30px;
text-align:center;
border:1px solid rgba(255,255,255,.18);
border-radius:50%;
}
.lead-form{
padding:24px 30px 28px;
}
.form-group{
margin-bottom:14px;
}
.form-group label{
display:block;
font-size:13px;
font-weight:800;
color:#12223a;
margin-bottom:7px;
}
.form-group input,.form-group textarea{
width:100%;
border:1px solid #e1e5ee;
border-radius:8px;
padding:12px 13px;
font:inherit;
font-size:14px;
color:var(--text);
background:#fff;
outline:none;
transition:border-color .2s,box-shadow .2s;
}
.form-group textarea{
min-height:78px;
resize:vertical;
}
.form-group input:focus,.form-group textarea:focus{
border-color:var(--gold);
box-shadow:0 0 0 4px rgba(213,154,67,.14);
}
.form-submit{
width:100%;
border:0;
cursor:pointer;
justify-content:center;
margin-top:4px;
}
.form-note{
font-size:12px;
line-height:1.45;
color:var(--muted);
text-align:center;
margin:12px 0 0;
}
.form-success{
display:none;
margin-top:12px;
padding:12px;
border-radius:8px;
background:#f8f3ea;
color:#7c531f;
font-size:13px;
font-weight:800;
text-align:center;
}
@media(max-width:560px){.popup-head{padding:24px 22px 20px}.lead-form{padding:22px}.popup-head h2{font-size:23px}}


.brand{
display:flex;
align-items:center;
gap:14px;
margin-left:-20px;
}
.brand-text{
display:flex;
flex-direction:column;
line-height:1;
color:#fff;
font-family:'Montserrat', Arial, sans-serif;
}
.brand-text span{
font-size:18px;
font-weight:700;
letter-spacing:2px;
}
.brand-text small{
font-size:18px;
font-weight:500;
letter-spacing:2px;
margin-top:4px;
}



/* Header appointment dropdown */
.menu .menu-dropdown{position:relative;display:inline-flex;align-items:center}
.menu .appointment-toggle{cursor:default}
.menu .drop-arrow{font-size:11px;margin-left:5px}
.menu .dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:238px;
  background:#061324;
  border:1px solid rgba(213,154,67,.55);
  border-radius:8px;
  padding:8px 0;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  z-index:1000;
}
.menu .menu-dropdown::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:18px;
}
.menu .menu-dropdown:hover .dropdown-menu,.menu .menu-dropdown:focus-within .dropdown-menu{display:block}
.menu .dropdown-menu a{
  display:block;
  padding:11px 16px;
  white-space:nowrap;
  font-size:13px;
}
.menu .dropdown-menu a:hover{background:rgba(213,154,67,.14);color:#fff}
.menu .dropdown-menu a:hover:after{display:none!important}




/* Mobile header menu improvements */
.mobile-menu-toggle{
  display:none;
  margin-left:auto;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:8px;
  background:rgba(255,255,255,.06);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
}
.mobile-menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  border-radius:4px;
}
@media(max-width:900px){
  .topbar{z-index:9998}
  .nav{position:relative}
  .mobile-menu-toggle{display:flex}
  .menu{
    display:none;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    margin-left:0;
    width:100%;
    background:#061324;
    border:1px solid rgba(213,154,67,.35);
    border-radius:0 0 12px 12px;
    box-shadow:0 18px 38px rgba(0,0,0,.34);
    padding:12px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .menu.is-open{display:flex}
  .menu a,.menu .appointment-toggle{
    display:block;
    padding:13px 14px;
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:14px;
  }
  .menu a.active:after,.menu a:hover:after{display:none}
  .menu .menu-dropdown{
    display:block;
    width:100%;
  }
  .menu .menu-dropdown::after{display:none}
  .menu .dropdown-menu{
    display:block;
    position:static;
    min-width:0;
    width:100%;
    margin:0 0 6px;
    padding:0 0 0 14px;
    border:0;
    border-radius:0;
    background:rgba(255,255,255,.04);
    box-shadow:none;
  }
  .menu .dropdown-menu a{
    padding:11px 14px;
    font-size:13px;
  }
}
@media(max-width:560px){
  .menu{top:64px}
  .brand{gap:8px;margin-left:0}
  .brand-text span{font-size:20px;letter-spacing:1px}
  .brand-text small{font-size:8px;letter-spacing:1.2px}
  .hero .container{padding-left:20px;padding-right:20px}
  .btn{width:100%;justify-content:center;text-align:center;padding:14px 18px}
  .outline{display:block;width:100%}
  .foot{gap:20px}
  
}


/* Mobile-only layout refinements requested */
@media(max-width:560px){
  .brand-text span,
  .brand-text small{
    font-size:11px!important;
    line-height:1.05!important;
    letter-spacing:1.4px!important;
    font-weight:700!important;
  }
  .brand-text small{margin-top:3px!important}

  #businesses .business-grid{
    grid-template-columns:repeat(2,1fr)!important;
    gap:10px!important;
  }

  #journey .timeline-grid{
    grid-template-columns:repeat(2,1fr)!important;
    gap:18px 10px!important;
  }
  #journey .timeline-item:nth-child(7){
    grid-column:1 / -1;
    max-width:52%;
    margin:0 auto;
  }

  #leadership .exec-card{
    display:flex!important;
    align-items:stretch!important;
  }
  #leadership .exec-card img{
    width:42%!important;
    height:auto!important;
    min-height:150px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    flex:0 0 42%!important;
  }
  #leadership .exec-card .leader-copy{
    flex:1!important;
    min-height:auto!important;
    justify-content:center!important;
    padding:10px!important;
  }
  #leadership .exec-card .leader-role{font-size:11px!important;margin-bottom:5px!important}
  #leadership .exec-card h3{font-size:12px!important;line-height:1.2!important}
  #leadership .exec-card p{font-size:10px!important;line-height:1.25!important}
}


/* Mobile Chrome final refinements - desktop unchanged */
@media(max-width:560px){
  /* Reduce first/hero container height */
  .hero{
    min-height:auto!important;
    padding:34px 0 30px!important;
    align-items:flex-start!important;
  }
  .hero .container,
  .hero-content{
    padding-top:18px!important;
    padding-bottom:12px!important;
  }
  .hero h1{
    font-size:25px!important;
    line-height:1.12!important;
    margin-bottom:12px!important;
  }
  .hero p{
    font-size:14px!important;
    line-height:1.45!important;
    margin-bottom:16px!important;
  }

  /* Growth: 2 + 2 + 2 */
  .growth-box{
    grid-template-columns:repeat(2,1fr)!important;
  }
  .growth-item{
    border-right:1px solid #ececec!important;
    border-bottom:1px solid #ececec!important;
    padding:18px 8px!important;
  }
  .growth-item:nth-child(even){border-right:0!important}
  .growth-item:nth-last-child(-n+2){border-bottom:0!important}

  /* Life at Ramani: 4:3 images, final row image + button */
  #life .container{
    display:grid!important;
    grid-template-columns:repeat(2,1fr)!important;
    gap:12px!important;
    align-items:center!important;
  }
  #life .section-title{grid-column:1 / -1!important}
  #life .life-grid{display:contents!important}
  #life .life-grid img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:4 / 3!important;
    object-fit:cover!important;
  }
  #life .join{
    margin:0!important;
    align-self:center!important;
    text-align:center!important;
  }
  #life .join .btn-small{
    display:flex!important;
    min-height:100%!important;
    aspect-ratio:4 / 3!important;
    align-items:center!important;
    justify-content:center!important;
    padding:10px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }

  /* News: two columns, card image left and text right */
  #news .news-row{
    grid-template-columns:repeat(2,1fr)!important;
    gap:12px!important;
  }
  #news .news-card{
    display:grid!important;
    grid-template-columns:42% 58%!important;
    align-items:stretch!important;
  }
  #news .news-card img{
    width:100%!important;
    height:100%!important;
    min-height:96px!important;
    object-fit:cover!important;
  }
  #news .news-card .copy{
    padding:8px!important;
  }
  #news .news-card h3{
    font-size:11px!important;
    line-height:1.18!important;
  }
  #news .news-card .tag,
  #news .news-card time{
    font-size:9px!important;
  }
  #news .outline{
    grid-column:1 / -1!important;
    width:auto!important;
    justify-self:center!important;
    padding:12px 24px!important;
  }

  /* Footer: 2-column mobile layout */
  .footer .foot{
    grid-template-columns:repeat(2,1fr)!important;
    gap:22px 18px!important;
    align-items:start!important;
  }
  .footer .foot > div:first-child{
    display:none!important;
  }
  .footer .foot h4{font-size:12px!important;margin-bottom:8px!important}
  .footer .foot p,
  .footer .foot a,
  .footer .foot li{font-size:11px!important;line-height:1.55!important}
  
  
  
  .footer .legal{
    display:flex!important;
    justify-content:space-between!important;
    gap:10px!important;
    align-items:center!important;
    font-size:10px!important;
  }
  .footer .legal span:first-child{text-align:left!important;flex:1!important}
  .footer .legal span:last-child{text-align:right!important;flex:1!important}
}



/* Mobile viewport fit fixes - Chrome mobile only */
@media(max-width:560px){
  html, body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  body{
    position:relative!important;
  }
  img, video, iframe{
    max-width:100%!important;
  }
  .container{
    width:100%!important;
    max-width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .topbar, .nav{
    width:100%!important;
    max-width:100vw!important;
  }
  .nav{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .brand{
    margin-left:0!important;
    gap:8px!important;
    min-width:0!important;
    max-width:calc(100vw - 64px)!important;
  }
  .brand-logo{
    width:96px!important;
    max-width:34vw!important;
    height:auto!important;
  }
  .brand-text{
    min-width:0!important;
  }
  .brand-text span,
  .brand-text small{
    letter-spacing:1px!important;
    white-space:nowrap!important;
  }
  .brand-text span{font-size:17px!important}
  .brand-text small{font-size:17px!important;line-height:1!important}

  .mobile-menu-toggle{
    flex:0 0 auto!important;
    margin-left:auto!important;
  }
  .menu{
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    overflow:hidden!important;
  }
  .menu a, .menu .appointment-toggle{
    white-space:normal!important;
    word-break:normal!important;
  }

  .hero .container{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .hero h1{
    font-size:23px!important;
    word-break:normal!important;
  }
  .btn, .outline, .join .btn-small{
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .stats, .business-grid, .timeline-grid, .growth-box, #news .news-row, .footer .foot{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .stat, .biz-card, .timeline-item, .growth-item, .news-card, .footer .foot > div{
    min-width:0!important;
  }

  .business-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .biz-card img{
    width:100%!important;
    height:auto!important;
  }

  .timeline-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px 8px!important;
  }
  .timeline-item:last-child{
    grid-column:1 / -1!important;
    max-width:50%!important;
    justify-self:center!important;
  }

  #leadership .exec-card{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:none!important;
  }
  #leadership .exec-card img{
    width:40%!important;
    flex-basis:40%!important;
    min-width:0!important;
    min-height:128px!important;
  }
  #leadership .exec-card .leader-copy{
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }

  #life .container{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #life .join .btn-small{
    width:100%!important;
  }

  #news .news-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  #news .news-card{
    grid-template-columns:40% minmax(0,60%)!important;
    min-width:0!important;
  }
  #news .news-card img{
    min-height:86px!important;
  }
  #news .news-card .copy{
    min-width:0!important;
    overflow-wrap:anywhere!important;
    padding:6px!important;
  }
  #news .news-card h3{
    font-size:10px!important;
    line-height:1.15!important;
    margin:2px 0!important;
  }

  .footer .foot{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 12px!important;
  }
  
  
  
  .footer .legal{
    width:100%!important;
    max-width:100%!important;
    gap:8px!important;
    align-items:flex-start!important;
  }
  .footer .legal span{
    min-width:0!important;
    overflow-wrap:anywhere!important;
    font-size:9px!important;
  }
  .footer .legal span:last-child{
    white-space:normal!important;
  }

  .popup-box{
    max-width:calc(100vw - 24px)!important;
  }
  .whatsapp-float{
    right:12px!important;
    bottom:12px!important;
    width:52px!important;
    height:52px!important;
  }
}
