:root{
  --nav-bg: #000a14;
  --hero-overlay: #010b15;
  --card-bg: #010e1e;
  --card-content-bg: #000f1e;
  --gold: #d4a437;
  --gold-light: #f0c35c;
  --muted: #c7c7c7;
  --nav-height: 88px;
}
*{box-sizing:border-box}
html, body{max-width:100%;overflow-x:hidden}
body{font-family:'Inter',system-ui,Arial,sans-serif;margin:0;color:#fff;background:#061016}
body.about-page{overflow-x:hidden}
body.home-page{overflow-x:hidden;padding-top:80px}
a, img, picture, svg, video{max-width:100%;height:auto;display:block}

/* Responsive helpers */
html{font-size:16px}
.container, .container-fluid, .container-hero{padding-left:16px;padding-right:16px}
button, .btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent}

a{color:var(--gold)}

/* Trade page */
body.trade-page{overflow-x:hidden;padding-top:calc(var(--nav-height) + 8px)}

/* Remove hero banner on trade page per request */
body.trade-page .hero{display:none !important}
body.trade-page .hero{min-height:64vh}
body.trade-page .hero-copy-panel{padding-top:110px}
body.trade-page .trade-hero-image{
  background:linear-gradient(135deg, rgba(1,14,30,0.92), rgba(1,14,30,0.4)), url('card1.png') center/cover no-repeat;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  padding:36px;
}
body.trade-page .trade-hero-badge{
  position:relative;
  max-width:240px;
  width:100%;
  margin-bottom:18px;
}
body.trade-page .trade-hero-badge-img{
  width:100%;
  display:block;
  border-radius:14px;
  box-shadow:0 18px 40px rgba(0,0,0,0.35);
}
body.trade-page .trade-hero-mark{
  position:absolute;
  right:-18px;
  top:-22px;
  width:92px;
  height:auto;
}
body.trade-page .trade-services-section{padding:72px 0;background:#f1f1f1;color:#081019}
body.trade-page .trade-media-card{background:#011226;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(1,19,39,0.18)}
body.trade-page .trade-media-image{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}
body.trade-page .trade-media-caption{padding:22px;color:#fff}
body.trade-page .trade-media-kicker{color:var(--gold);font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}
body.trade-page .trade-media-title{font-family:'Playfair Display',serif;font-size:clamp(24px,2.3vw,34px);line-height:1.1;margin-bottom:10px}
body.trade-page .trade-media-text{color:rgba(255,255,255,0.88);line-height:1.6}
body.trade-page .trade-section-copy{padding-left:18px}
body.trade-page .trade-section-title{font-family:'Playfair Display',serif;color:#011329;font-size:clamp(28px,3vw,44px);line-height:1.08;margin:12px 0 14px}
body.trade-page .trade-section-text{color:#081019;font-size:16px;line-height:1.7;max-width:720px}
body.trade-page .trade-pill-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
body.trade-page .trade-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#ffffff;color:#011329;border:1px solid rgba(1,19,39,0.12);font-weight:600;box-shadow:0 8px 20px rgba(1,19,39,0.05)}
body.trade-page .trade-feature-list{display:flex;flex-direction:column;gap:16px}
body.trade-page .trade-feature-item{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:14px;padding:16px 18px;box-shadow:0 12px 28px rgba(1,19,39,0.08)}
body.trade-page .trade-feature-item i{color:var(--gold);font-size:22px;line-height:1;margin-top:2px}
body.trade-page .trade-feature-item h3{margin:0 0 6px;color:#011329;font-size:18px;font-weight:700}
body.trade-page .trade-feature-item p{margin:0;color:#333;line-height:1.6}
body.trade-page .trade-process-section{padding:72px 0;background:#fff}
body.trade-page .trade-process-title{font-family:'Playfair Display',serif;color:#011329;font-size:clamp(28px,3vw,42px);line-height:1.1;margin:10px 0 0}
body.trade-page .section-head{margin-bottom:32px}
body.trade-page .trade-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.trade-page .trade-process-card{background:#011226;color:#fff;border-radius:16px;padding:22px;box-shadow:0 16px 34px rgba(1,19,39,0.16)}
body.trade-page .trade-process-number{color:var(--gold);font-weight:800;letter-spacing:1px;margin-bottom:12px}
body.trade-page .trade-process-card h3{font-family:'Playfair Display',serif;font-size:22px;margin:0 0 10px}
body.trade-page .trade-process-card p{margin:0;color:rgba(255,255,255,0.86);line-height:1.65}
body.trade-page .trade-cta-section{padding:0 0 72px;background:#fff;margin-top:48px}
body.trade-page .trade-cta-card{display:flex;align-items:center;justify-content:space-between;gap:22px;background:#011327;color:#fff;border-radius:18px;padding:28px 30px;box-shadow:0 18px 40px rgba(1,19,39,0.12)}
body.trade-page .trade-cta-title{font-family:'Playfair Display',serif;font-size:clamp(24px,2.6vw,36px);line-height:1.15;margin:10px 0 0;max-width:820px}
body.trade-page .trade-cta-card .btn-cta{white-space:nowrap}

/* Trade summary block (minimal) */
.trade-summary-wrap{position:relative;padding:64px 0;background:#011226}
.trade-summary-container{max-width:1100px}
.trade-summary-inner{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:28px;box-shadow:0 18px 40px rgba(0,0,0,0.16);display:flex;gap:28px;align-items:center}
.trade-summary-copy{flex:1;padding:6px 4px}
.trade-summary-title{font-family:'Playfair Display',serif;color:var(--gold);font-size:34px;line-height:1.15;letter-spacing:0.02em;margin-bottom:14px}
.trade-summary-lead{color:#ffffff;font-size:17px;line-height:1.75;margin-bottom:16px}
.trade-summary-list{color:rgba(255,255,255,0.9);margin:12px 0 18px;padding-left:18px}
.trade-summary-list li{color:rgba(255,255,255,0.92);margin-bottom:10px;font-size:16px;line-height:1.6}
.trade-summary-cta .btn-cta{background:var(--gold);color:#081019}
.trade-summary-visual{flex:0 0 320px;display:flex;flex-direction:column;align-items:center}
.country-image{width:280px;height:auto;border-radius:12px;background:#011226;padding:18px;box-shadow:0 16px 34px rgba(2,16,30,0.14);object-fit:contain}
.country-caption{color:rgba(255,255,255,0.9);font-weight:600;font-size:15px;margin-top:10px;text-align:center;max-width:280px;line-height:1.5}

@media(max-width:991px){
  .trade-summary-inner{flex-direction:column;text-align:center}
  .trade-summary-visual{flex:0 0 auto}
  .country-image{width:220px}
}

body.trade-page .trade-story-section{padding:78px 0;background:#f7f7f7;color:#081019}
body.trade-page .trade-story-copy{padding-right:18px}
body.trade-page .trade-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.trade-page .trade-quick-card{border-radius:18px;overflow:hidden;box-shadow:0 16px 34px rgba(1,19,39,0.12);background:#011226;min-height:220px;position:relative}
body.trade-page .trade-clickable-card{cursor:pointer;transition:transform .25s ease, box-shadow .25s ease, filter .25s ease}
body.trade-page .trade-clickable-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(1,19,39,0.22);filter:saturate(1.03)}
body.trade-page .trade-clickable-card:active{transform:translateY(-2px) scale(0.99)
}
body.trade-page .trade-quick-card--text{padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}
body.trade-page .trade-quick-card--text h3{font-family:'Playfair Display',serif;font-size:24px;margin:8px 0 8px}
body.trade-page .trade-quick-card--text p{margin:0;color:rgba(255,255,255,0.86);line-height:1.65}
body.trade-page .trade-quick-card--image{background:#000}
body.trade-page .trade-quick-image{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}
body.trade-page .trade-quick-overlay{position:absolute;left:0;right:0;bottom:0;padding:18px 20px;background:linear-gradient(180deg, rgba(1,18,38,0.02), rgba(1,18,38,0.92));color:#fff}
body.trade-page .trade-quick-number{color:var(--gold);font-weight:800;letter-spacing:1px;margin-bottom:6px}
body.trade-page .trade-quick-label{font-family:'Playfair Display',serif;font-size:22px;line-height:1.1}

body.trade-page .trade-advantages-section{padding:70px 0;background:#011327;color:#fff}
body.trade-page .trade-advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.trade-page .trade-advantage-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:18px;padding:22px;box-shadow:0 16px 34px rgba(0,0,0,0.12)}
body.trade-page .trade-advantage-number{color:var(--gold);font-weight:800;margin-bottom:12px;letter-spacing:1px}
body.trade-page .trade-advantage-card h3{font-family:'Playfair Display',serif;font-size:22px;margin:0 0 10px}
body.trade-page .trade-advantage-card p{margin:0;color:rgba(255,255,255,0.85);line-height:1.65}

body.trade-page .trade-showcase-section{padding:78px 0;background:#f1f1f1;color:#081019}
body.trade-page .trade-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.trade-page .trade-gallery-card{margin:0;border-radius:18px;overflow:hidden;position:relative;box-shadow:0 14px 30px rgba(1,19,39,0.14);background:#011226;height:260px}
body.trade-page .trade-gallery-card img{display:block;width:100%;height:100%;object-fit:cover;background:#011226}
body.trade-page .trade-gallery-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;color:#fff;font-weight:700;background:linear-gradient(180deg, rgba(1,18,38,0.1), rgba(1,18,38,0.9))}

body.trade-page .trade-image-modal__content{background:#011226;border:1px solid rgba(255,255,255,0.08);border-radius:18px;overflow:hidden;position:relative}
body.trade-page .trade-image-modal__close{position:absolute;right:16px;top:16px;z-index:2;background:#fff;opacity:1;border-radius:999px;padding:8px;box-shadow:0 8px 18px rgba(0,0,0,0.22)}
body.trade-page .trade-image-modal__body{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px}
body.trade-page .trade-image-modal__img{display:block;width:100%;max-height:78vh;object-fit:contain;background:#011226;border-radius:14px}
body.trade-page .trade-image-modal__caption{color:#fff;font-family:'Playfair Display',serif;font-size:20px;line-height:1.2;text-align:center}

@media(max-width:991px){
  body.trade-page .trade-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.trade-page .trade-cta-card{flex-direction:column;align-items:flex-start}
  body.trade-page .trade-section-copy{padding-left:0}
  body.trade-page .trade-quick-grid{grid-template-columns:1fr}
  body.trade-page .trade-advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.trade-page .trade-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.trade-page .trade-gallery-card{height:240px}
}

@media(max-width:767px){
  body.trade-page .hero{min-height:auto}
  body.trade-page .hero-split{grid-template-columns:1fr}
  body.trade-page .hero-copy-panel{padding:90px 24px 36px}
  body.trade-page .trade-hero-image{min-height:260px;padding:24px}
  body.trade-page .trade-media-image{min-height:300px}
  body.trade-page .trade-process-grid{grid-template-columns:1fr}
  body.trade-page .trade-cta-card{padding:22px}
  body.trade-page .trade-story-section,
  body.trade-page .trade-advantages-section,
  body.trade-page .trade-showcase-section{padding:56px 0}
  body.trade-page .trade-cta-section{margin-top:28px}
  body.trade-page .trade-gallery-grid,
  body.trade-page .trade-advantage-grid{grid-template-columns:1fr}
  body.trade-page .trade-gallery-card{height:220px}
}

.nav-transparent{background:#010914;border-bottom:1px solid rgba(255,255,255,0.03);padding-top:10px;padding-bottom:6px}
.navbar-brand{font-weight:700;font-family:'Playfair Display',serif;color:var(--gold)}
.btn-cta{background:var(--gold);color:#081019;border-radius:8px;padding:10px 16px;font-weight:600;display:inline-flex;align-items:center;gap:8px}
.btn-cta:hover{box-shadow:0 0 20px rgba(212,164,55,0.25)}
.btn-arrow{font-weight:700;line-height:1}

.navbar-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:16px;padding-left:0;padding-right:0}
.navbar-logo{display:flex;align-items:center;flex:0 0 auto;justify-self:start;overflow:visible;padding-top:8px;margin-left:0}
.navbar-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;justify-self:stretch;width:100%;padding-right:12px}
.navbar-menu{display:flex;justify-content:center;min-width:0;width:100%}
.navbar-menu .navbar-nav{margin:0;justify-content:center;width:100%}
.navbar-cta{flex:0 0 auto;white-space:nowrap}

/* Logo */
/* Logo image size per latest request */
.logo-img{width:250px;height:100px;display:block;object-fit:contain;flex:0 0 auto;transform:scale(1.6);transform-origin:left center}

/* Navbar links placed immediately after logo */
.navbar-nav{align-items:center;flex-wrap:nowrap;gap:6px}
.navbar-nav .nav-item{flex:0 0 auto}
.navbar-collapse{overflow-x:hidden}
.navbar .nav-link{color:#ffffff;padding:0.45rem 0.9rem;margin-right:6px;position:relative;font-weight:500;white-space:nowrap}
.navbar .nav-link:hover{color:var(--gold-light);transform:translateY(-2px);transition:all .18s ease}
.navbar .nav-link:focus{outline:none}

/* Active underline in gold */
.navbar .nav-link.active{color:var(--gold)}
.navbar .nav-link.active::after{content:'';position:absolute;left:8px;right:8px;height:3px;background:var(--gold);bottom:-8px;border-radius:4px}

/* Divisions dropdown: show small logo next to text */
.navbar .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:12px;padding:8px 14px}
.navbar .dropdown-menu .division-logo{width:44px;height:auto;flex:0 0 44px;object-fit:contain;border-radius:6px}
.navbar .dropdown-menu .dropdown-item span{font-weight:700}
@media(max-width:767px){
  .navbar .dropdown-menu .division-logo{width:36px}
}

/* Navbar dropdown visual and overflow fixes: match site dark navbar */
.navbar .dropdown-menu{
  background:#010914; /* same as .nav-transparent */
  border:1px solid rgba(255,255,255,0.03);
  border-radius:10px;
  padding:6px;
  min-width:220px;
  max-width:calc(100vw - 48px);
  box-shadow:0 18px 44px rgba(1,18,38,0.55);
  z-index:1200;
  overflow:auto;
}
.navbar .dropdown-menu .dropdown-item{color:#ffffff}
.navbar .dropdown-menu .dropdown-item:hover{background:rgba(255,255,255,0.03)}
.navbar .dropdown-menu .dropdown-item .division-logo{background:transparent}

/* Prevent dropdowns from being clipped by ancestor overflow rules */
.navbar .dropdown{position:relative}
.navbar .dropdown-toggle[aria-expanded="true"]{z-index:1200}

/* Anchor dropdown to the right edge of the navbar to avoid off-canvas overflow */
.navbar .dropdown-menu{left:auto;right:6px}

/* Ensure long dropdowns don't cause page horizontal scroll */
.navbar .dropdown-menu::-webkit-scrollbar{height:8px}
.navbar .dropdown-menu{box-sizing:border-box}

/* Make sure the CTA stays right on large screens */
@media(min-width:1200px){
  .navbar .nav-link{padding:0.6rem 1.6rem}
}
@media(max-width:575px){
  .navbar .nav-link{padding:0.5rem 0.8rem}
  .logo-img{width:auto;height:64px;max-height:64px;transform:scale(1.75);transform-origin:left center}
}
@media(max-width:575px){
  html{font-size:15px}
  .container, .container-fluid, .container-hero{padding-left:12px;padding-right:12px}
  .btn-cta, .btn-outline-gold-phone, .btn{width:100%;display:inline-block}
  .navbar-shell{grid-template-columns:auto 1fr;align-items:center}
  .navbar-menu{justify-content:flex-start}
  .navbar .nav-link{white-space:normal;padding:0.45rem 0.6rem}
  .hero-copy-panel{padding:48px 12px}
  .hero-title{font-size:clamp(22px,6vw,32px)}
}

/* Make sure lists, tables and forms scale down */
form, table, ul, ol{max-width:100%}
@media(min-width:992px){
  .navbar .collapse {display:block!important}
  .navbar-collapse{flex:1 1 auto;overflow:visible;width:100%}
  .navbar-menu{overflow:visible}
}
@media(max-width:991px){
  .site-header,
  .site-header .navbar,
  .site-header .navbar-shell{
    max-width:100%;
    overflow-x:hidden;
  }
  .navbar-shell{grid-template-columns:auto auto;row-gap:10px}
  .navbar-actions{grid-column:1 / -1;justify-self:stretch;justify-content:flex-end;width:100%;min-width:0;grid-template-columns:minmax(0,1fr) auto;overflow-x:hidden}
  .navbar-menu{justify-content:flex-start;min-width:0;overflow-x:hidden}
  .navbar-collapse{max-width:100%;min-width:0;overflow-x:hidden}
  .navbar-nav{flex-wrap:wrap;max-width:100%;min-width:0}
}

/* Network page: make hero image fully visible inside banner */
body.network-page .hero-image-panel{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 65%;
}

/* Reduce spacing between hero copy and stats on network page */
body.network-page .hero-content .hero-stats{margin-top:0.25rem}

/* Tighten Team stat vertical spacing */
body.network-page .hero-stats .hero-stat-team{gap:2px}
body.network-page .hero-stats .hero-stat-team .bi-people-fill{display:block}

/* Layout fixes for network hero to avoid overlap with fixed header */
body.network-page{padding-top:80px}
body.network-page .hero{min-height:60vh}
body.network-page .hero-copy-panel{padding:120px 0 60px 72px}

/* WHERE WE OPERATE / PRESENCE SECTION */
.presence-section{padding:60px 0}
.presence-intro{max-width:520px;margin:0 auto;text-align:center}

@media(min-width:768px){
  .presence-intro{margin:0;margin-left:0;text-align:left}
}
.presence-eyebrow{color:var(--gold);font-weight:700;margin-bottom:8px}
.presence-title{color:#011329 !important;font-family:'Playfair Display',serif;font-size:34px;margin-bottom:12px}

/* Stronger specificity for network page presence title to avoid overrides */
body.network-page .presence-section .presence-intro .presence-title{color:#011329 !important}
.presence-desc{color:#000;margin-bottom:18px}
.presence-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:stretch}
.presence-card{flex:0 1 300px;width:100%;max-width:300px;border-radius:8px;overflow:hidden;background:#011329;border:0;box-shadow:0 12px 28px rgba(1,19,41,0.18);transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;will-change:transform}
.presence-card:hover{transform:translateY(-8px);box-shadow:0 20px 42px rgba(1,19,41,0.28);filter:saturate(1.03)}
.presence-card:focus-within{transform:translateY(-4px);box-shadow:0 18px 36px rgba(1,19,41,0.24)}
.img-wrap img{display:block;width:100%;height:180px;object-fit:cover}
.presence-card-body{padding:16px;background:transparent}

.presence-card h3{color:#ffffff;margin:0 0 6px;font-size:18px}
.presence-card .location-label{font-weight:600;color:rgba(255,255,255,0.95)}
.presence-card .location-desc{margin-top:6px;color:rgba(255,255,255,0.85);font-size:14px}
/* Ensure all text inside presence cards is white for legibility */
.presence-card, .presence-card *{color:#ffffff !important}

/* Ensure the location pin inside cards stays gold despite the white override */
.presence-card .pin{color:var(--gold) !important}
.presence-card .img-wrap{position:relative;background:transparent;overflow:hidden}
.presence-card img{width:100%;height:200px;object-fit:cover;display:block;border:0;border-radius:0;transition:transform .45s ease,filter .45s ease}
.presence-overlay{display:none}
.presence-overlay .flag-inline{width:22px;height:14px;object-fit:cover;border-radius:2px;box-shadow:0 6px 14px rgba(212,164,55,0.12);display:inline-block}
.img-country{position:absolute;left:12px;top:12px;color:#fff;font-weight:700;background:rgba(0,0,0,0.35);padding:6px 10px;border-radius:6px;font-size:14px}
.img-flag-top{position:absolute;top:12px;right:12px}
.img-flag-top .flag-inline{width:48px;height:auto;object-fit:cover;border-radius:4px;display:block;box-shadow:0 10px 26px rgba(212,164,55,0.12);padding:2px;background:transparent}
@media(max-width:767px){
  .img-flag-top .flag-inline{width:40px}
}
.presence-card-body{padding:14px;background:transparent;color:#fff}
.presence-card-body h3{margin:0;font-size:18px}
.presence-card-body .pin{color:var(--gold);margin-right:8px}
.presence-card-body p{margin:8px 0 0;color:#e6e6e6;font-size:14px}
.presence-card:hover img{transform:scale(1.05);filter:contrast(1.02) brightness(1.02)}

@media(max-width:1199px){
  .presence-card{flex-basis:300px;max-width:300px}
}
@media(max-width:575px){
  .presence-card{flex-basis:100%;max-width:100%}
}

/* On individual profile/detail pages remove card-flag highlight to avoid overflow/outline issues */
body.profile-page .img-flag-top .flag-inline,
body.profile-page .presence-overlay .flag-inline,
body.profile-page .profile-hero-flag img{
  box-shadow:none !important;
  border:0 !important;
  padding:0 !important;
}

/* Background for the whole presence section */
body.network-page .presence-section{background:#f1f1f1}

.presence-card-body .location-label{font-weight:600;color:var(--footer-color,#1a1a1a)}
.presence-card-body .location-desc{margin-top:6px;color:#333;font-size:14px}

/* GLOBAL ADVANTAGE SECTION */
.global-advantage-section{background:#011226 !important;padding:72px 0}
.global-advantage-section .container{width:100%;max-width:100%;padding-left:24px;padding-right:24px}
.global-advantage-header{max-width:900px;margin:0 0 36px;text-align:left}
.global-advantage-eyebrow{color:var(--gold);font-weight:700;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}
.global-advantage-eyebrow,
.global-advantage-title{display:block;text-align:left}
.global-advantage-title{color:#fff;font-family:'Playfair Display',serif;font-size:clamp(22px,2.4vw,34px);line-height:1.12;margin:0}
.global-advantage-grid{display:flex;align-items:stretch;justify-content:center;gap:18px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}
.global-advantage-item{flex:1 1 0;min-width:180px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;padding:8px 0;text-align:center}
.global-advantage-icon{flex:0 0 auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center}
.global-advantage-icon img{width:48px;height:48px;object-fit:contain;display:block}
.global-advantage-icon i{font-size:44px;color:var(--gold);line-height:1}
.global-advantage-copy{display:flex;flex-direction:column;align-items:center;text-align:center}
.global-advantage-copy h3{color:#fff;font-size:18px;font-weight:700;margin:0 0 8px;line-height:1.15;text-align:center}
.global-advantage-copy p{color:#fff;margin:0;font-size:14px;line-height:1.55;max-width:220px;text-align:center}
.global-advantage-divider{flex:0 0 auto;display:flex;align-items:center;color:rgba(255,255,255,0.34);font-size:96px;font-weight:300;line-height:1;padding:4px 6px;transform:scaleX(0.45);transform-origin:center}

@media(max-width:1199px){
  .global-advantage-grid{flex-wrap:wrap;justify-content:flex-start}
  .global-advantage-divider{display:none}
  .global-advantage-item{flex:1 1 calc(50% - 18px);min-width:240px}
}
@media(max-width:767px){
  .global-advantage-section{padding:56px 0}
  .global-advantage-item{flex:1 1 100%;min-width:0}
  .global-advantage-copy p{max-width:none}
}

@media(max-width:767px){
  body.network-page .hero-copy-panel{padding:92px 16px 28px}
  body.network-page .hero-content{gap:16px}
  body.network-page .hero-stats{
    width:100%;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px 14px !important;
    align-items:stretch !important;
  }
  body.network-page .hero-stats > div{
    width:100%;
    justify-content:flex-start;
  }
  body.network-page .hero-stats .stat-sep{
    display:none;
  }
  body.network-page .hero-stats .hero-stat-team{
    align-items:flex-start !important;
  }
  .presence-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
  }
  .presence-card{
    max-width:100%;
    width:100%;
  }
  .presence-card img{
    height:180px;
  }
  .global-advantage-grid{
    flex-direction:column;
    flex-wrap:nowrap;
    overflow-x:hidden;
    gap:14px;
  }
  .global-advantage-divider{
    display:none;
  }
  .global-advantage-item{
    min-width:0;
    width:100%;
  }
  body.network-page .connect-section .connect-actions .btn{
    min-width:0;
    width:100%;
  }
}

@media(max-width:575px){
  body.contact-page .hero-split{
    grid-template-columns:1fr;
    position:relative;
    min-height:58vh;
    overflow:hidden;
  }
  body.contact-page .hero-copy-panel{
    position:relative;
    z-index:2;
    padding:76px 16px 30px;
    background:linear-gradient(90deg, rgba(1,14,30,0.92) 0%, rgba(1,14,30,0.78) 52%, rgba(1,14,30,0.28) 100%);
  }
  body.contact-page .hero-content{
    gap:14px;
  }
  body.contact-page .hero-image-panel{
    position:absolute;
    inset:0;
    min-height:100%;
    z-index:0;
    background-size:cover !important;
    background-position:78% center !important;
    background-repeat:no-repeat !important;
    order:0;
  }
  body.contact-page .hero-fade{
    width:100%;
    opacity:1;
    z-index:1;
  }
  body.contact-page .hero-fade::before{
    display:none;
  }
  body.contact-page .hero-title{
    font-size:26px;
  }
  body.contact-page .hero-ctas{
    flex-direction:column;
    align-items:stretch !important;
    gap:12px !important;
  }
  body.contact-page .hero-ctas .btn-outline-gold-phone,
  body.contact-page .hero-ctas .contact-email-block{
    width:100%;
  }
}

@media(max-width:575px){
  body.gallery-page .hero-split{
    grid-template-columns:1fr;
    position:relative;
    min-height:56vh;
    overflow:hidden;
  }
  body.gallery-page .hero-copy-panel{
    position:relative;
    z-index:2;
    padding:78px 16px 30px;
    background:linear-gradient(90deg, rgba(1,14,30,0.92) 0%, rgba(1,14,30,0.78) 52%, rgba(1,14,30,0.28) 100%);
  }
  body.gallery-page .hero-image-panel{
    position:absolute;
    inset:0;
    min-height:100%;
    z-index:0;
    background-size:cover !important;
    background-position:76% center !important;
    background-repeat:no-repeat !important;
    order:0;
  }
  body.gallery-page .hero-fade{
    width:100%;
    opacity:1;
    z-index:1;
  }
  body.gallery-page .hero-fade::before{
    display:none;
  }
  body.gallery-page .gallery-hero-divider{
    width:72px;
    margin-bottom:12px;
  }
  body.gallery-page .hero-title{
    font-size:26px;
  }
}

@media(max-width:575px){
  body.management-page .hero-split{
    grid-template-columns:1fr;
    position:relative;
    min-height:56vh;
    overflow:hidden;
  }
  body.management-page .hero-copy-panel{
    position:relative;
    z-index:2;
    padding:78px 16px 30px;
    background:linear-gradient(90deg, rgba(1,14,30,0.92) 0%, rgba(1,14,30,0.78) 52%, rgba(1,14,30,0.28) 100%);
  }
  body.management-page .hero-image-panel{
    position:absolute;
    inset:0;
    min-height:100%;
    z-index:0;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    order:0;
  }
  body.management-page .hero-fade{
    width:100%;
    opacity:1;
    z-index:1;
  }
  body.management-page .hero-fade::before{
    display:none;
  }
  body.management-page .hero-title{
    font-size:26px !important;
    white-space:normal !important;
  }
  body.management-page .leadership-features{margin-top:18px}
}

@media(max-width:575px){
  body.home-page .hero-split,
  body.about-page .hero-split{
    grid-template-columns:1fr;
    position:relative;
    min-height:56vh;
    overflow:hidden;
  }
  body.home-page .hero-copy-panel,
  body.about-page .hero-copy-panel{
    position:relative;
    z-index:2;
    padding:78px 16px 30px;
    background:linear-gradient(90deg, rgba(1,14,30,0.92) 0%, rgba(1,14,30,0.78) 52%, rgba(1,14,30,0.28) 100%);
  }
  body.home-page .hero-image-panel,
  body.about-page .hero-image-panel{
    position:absolute;
    inset:0;
    min-height:100%;
    z-index:0;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    order:0;
  }
  body.home-page .hero-image-panel{background-position:82% center !important}
  body.about-page .hero-image-panel{background-position:80% center !important}
  body.home-page .hero-fade,
  body.about-page .hero-fade{
    width:100%;
    opacity:1;
    z-index:1;
  }
  body.home-page .hero-fade::before,
  body.about-page .hero-fade::before{
    display:none;
  }
  body.home-page .hero-title,
  body.about-page .hero-title{
    font-size:26px;
  }
  body.home-page .hero-ctas,
  body.about-page .hero-ctas{
    justify-content:flex-start;
  }
}

@media(max-width:575px){
  body.network-page .hero-split{
    grid-template-columns:1fr;
    position:relative;
    min-height:56vh;
    overflow:hidden;
  }
  body.network-page .hero-copy-panel{
    position:relative;
    z-index:2;
    padding:72px 16px 30px;
    background:linear-gradient(90deg, rgba(1,14,30,0.92) 0%, rgba(1,14,30,0.78) 48%, rgba(1,14,30,0.28) 100%);
  }
  body.network-page .hero-image-panel{
    position:absolute;
    inset:0;
    min-height:100%;
    z-index:0;
    background-size:cover !important;
    background-position:78% center !important;
    background-repeat:no-repeat !important;
    order:0;
  }
  body.network-page .hero-fade{
    width:100%;
    opacity:1;
    z-index:1;
  }
  body.network-page .hero-fade::before{
    display:none;
  }
}

/* CONNECT SECTION (full width) */
body.network-page .connect-section{background:#011327 !important;color:#ffffff;padding:38px 0;display:block;width:100%}
body.network-page .connect-section .container{max-width:none;width:100%;padding-left:24px;padding-right:24px}
body.network-page .connect-section .row{margin-left:0;margin-right:0}
body.network-page .connect-section .row > [class*="col-"]{padding-left:0;padding-right:0}
body.network-page .connect-section .col-md-5{padding-right:24px}
body.network-page .connect-section .section-top-divider{height:2px;background:rgba(255,255,255,0.06);width:100%;margin-bottom:18px}
body.network-page .connect-section .connect-title{font-family:'Playfair Display',serif;color:#ffffff;font-size:clamp(22px,2.6vw,32px);margin:0 0 8px}
body.network-page .connect-section .connect-sub{color:rgba(255,255,255,0.95);font-size:16px;margin:0}
body.network-page .connect-section .connect-actions{justify-content:flex-start}
body.network-page .connect-section .connect-actions .btn{min-width:240px;justify-content:center}
body.network-page .connect-section .connect-actions .btn-cta{background:var(--gold);color:#081019;border-radius:8px;padding:12px 22px;display:inline-flex;align-items:center}
body.network-page .connect-section .btn-outline-gold-phone{background:transparent;border:2px solid var(--gold);color:var(--gold);padding:12px 22px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-weight:600}
body.network-page .connect-section .btn-outline-gold-phone{color:#ffffff}
body.network-page .connect-section .btn-outline-gold-phone i{color:var(--gold);font-size:18px}
body.network-page .connect-section .btn-outline-gold-phone:hover{background:rgba(212,164,55,0.06);border-color:var(--gold-light)}

/* Contact Page Button Styling */
body.contact-page .hero-ctas{gap:32px !important}
body.contact-page .hero-ctas .btn-outline-gold-phone{background:transparent;border:2px solid var(--gold);color:#ffffff;padding:12px 22px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-weight:600}
body.contact-page .hero-ctas .btn-outline-gold-phone i{color:var(--gold);font-size:18px}
body.contact-page .hero-ctas .btn-outline-gold-phone:hover{background:rgba(212,164,55,0.06);border-color:var(--gold-light)}

/* Contact Page Email (inline, not a button) */
body.contact-page .hero-ctas .contact-email-block{background:transparent;border:none;padding:0;display:inline-flex;align-items:center;gap:12px}
body.contact-page .hero-ctas .contact-email-block .contact-email-icon{color:var(--gold);font-size:18px;display:flex;align-items:center;justify-content:center}
body.contact-page .hero-ctas .contact-email-block .contact-email-heading{color:#ffffff}
body.contact-page .hero-ctas .contact-email-block .contact-email-text{color:#ffffff;margin-top:0}
body.contact-page .hero-ctas .contact-email-block .contact-email-text a{color:#ffffff;text-decoration:underline}
body.contact-page .hero-ctas .contact-email-block .contact-email-text a:hover{color:var(--gold)}

@media(max-width:767px){
  body.network-page .connect-section{padding:28px 0}
  body.network-page .connect-actions{flex-direction:column;gap:8px}
  body.network-page .connect-actions .btn{width:100%}
  .text-md-end{text-align:left!important}
}

/* HERO */

/* Contact page background */
body.contact-page{background:rgba(1,14,30);color:#ffffff}

/* OFFICES & PRESENCE */
.offices-section{position:relative;padding-top:72px;padding-bottom:72px;width:100%}
.offices-section .container{width:100%;max-width:none;padding-left:24px;padding-right:24px}
.offices-section .offices-left{padding-left:32px;padding-right:54px}
.offices-section .offices-right{padding-left:54px;padding-right:32px}
.offices-section .offices-eyebrow{color:#ffffff;font-weight:700;font-size:22px;font-family:'Playfair Display',serif;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}
.offices-section .gold-divider{width:80px;height:5px;background:var(--gold);border-radius:6px}
.offices-section .offices-eyebrow-first{position:relative;display:inline-block}
.offices-section .offices-eyebrow-first::after{content:'';position:absolute;left:0;bottom:-8px;width:56px;height:6px;background:var(--gold);border-radius:6px}
.offices-section .gold-divider.small{width:56px;height:4px}
.offices-section .office-entry{padding:12px 0}
.offices-section .office-icon{width:44px;height:44px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:18px}
.offices-section .office-title{font-weight:700;color:#ffffff;font-size:16px}
.offices-section .office-address{color:rgba(255,255,255,0.85);font-size:14px;margin-top:6px}
.offices-section .office-phone{color:rgba(255,255,255,0.95);font-size:14px}
.offices-section .office-email a{color:#ffffff;text-decoration:underline}
.offices-section .office-phone a{color:inherit;text-decoration:none}
.offices-section .office-sep{border-top:1px solid rgba(255,255,255,0.06);margin:18px 0}
.offices-section .map-and-presence{display:flex;align-items:flex-start;gap:12px}
.offices-section .map-wrap{flex:0 0 60%;display:flex;align-items:center;justify-content:flex-start}
.offices-section .map-img{width:auto;max-width:420px;max-height:280px;border-radius:6px;object-fit:contain;display:block}
.presence-list-wrap{flex:0 0 36%;display:flex;align-items:center}
.presence-list{padding-left:0;margin-top:0;width:100%}
.presence-list li{display:flex;align-items:center;gap:10px;padding:6px 0;color:#ffffff;font-size:14px}
.presence-bullet{width:28px;height:28px;border:2px solid var(--gold);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold)}
.presence-bullet i{font-size:12px}

/* Executive card: LinkedIn icon at bottom-left when present */
.executive-card{position:relative;padding-bottom:56px}
.executive-card .card-social{position:absolute;left:12px;bottom:12px;z-index:3}
.executive-card .card-social a{display:inline-flex;align-items:center;justify-content:center;color:#0A66C2;background:rgba(255,255,255,0.03);width:36px;height:36px;border-radius:6px;font-size:16px;border:1px solid rgba(255,255,255,0.04)}
.executive-card .card-social a:hover{background:rgba(10,102,194,0.08)}
.executive-card .executive-card-body{padding-bottom:12px}

/* vertical divider in middle */
.offices-row{position:relative}
.offices-section .vertical-divider{position:absolute;left:50%;top:32px;bottom:32px;width:1px;background:#ffffff;opacity:0.12;transform:translateX(-50%);pointer-events:none}

/* Contact form + partner box */
.contact-form-section{padding-top:6px;text-align:left}
.offices-right{padding-left:44px !important;padding-right:0 !important;display:flex;flex-direction:column;align-items:flex-start}
.contact-form-section,.partner-box{width:100%;max-width:none;text-align:center}
.contact-form-eyebrow{color:#ffffff;font-weight:700;font-size:22px;font-family:'Playfair Display',serif;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;text-align:left}
.contact-form-divider{width:82px;height:5px;background:var(--gold);border-radius:6px;margin-left:0;margin-right:auto}
.contact-form-intro{margin:0;color:rgba(255,255,255,0.82);font-size:14px;line-height:1.6;max-width:560px;text-align:left}
.contact-form-grid{width:100%}
.contact-form-grid .contact-input{background:transparent;border:1px solid rgba(255,255,255,0.2);color:#ffffff;border-radius:10px;padding:14px 16px;font-size:14px;box-shadow:none}
.contact-form-grid .contact-input::placeholder{color:rgba(255,255,255,0.72)}
.contact-form-grid .contact-input:focus{border-color:var(--gold);box-shadow:0 0 0 0.15rem rgba(212,164,55,0.12);background:transparent;color:#ffffff}
.contact-form-grid .contact-textarea{min-height:150px;resize:vertical}
.contact-policy-check{display:flex;align-items:flex-start;gap:10px;color:#ffffff;font-size:14px;line-height:1.5;cursor:pointer}
.contact-policy-box{margin-top:4px;accent-color:var(--gold);width:16px;height:16px;flex:0 0 auto}
.contact-policy-check a{color:var(--gold);text-decoration:none}
.contact-policy-check a:hover{text-decoration:underline}
.contact-send-btn{width:100%;background:var(--gold);color:#081019;border:none;border-radius:10px;padding:14px 20px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:16px}
.contact-send-btn i{color:#081019;font-size:18px}
.contact-send-btn:hover{background:var(--gold-light);color:#081019}

@media(max-width:575px){
  .contact-policy-check{
    width:100%;
    align-items:flex-start;
    justify-content:center;
    gap:10px;
    font-size:13px;
    line-height:1.45;
    flex-wrap:nowrap;
    text-align:center;
  }
  .contact-policy-check span{
    display:block;
    flex:0 1 auto;
    max-width:min(220px, calc(100vw - 64px));
    margin:0 auto;
    color:#ffffff;
    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;
    text-wrap:balance;
    text-align:center;
  }
  .contact-policy-box{
    margin-top:3px;
    flex:0 0 auto;
  }
}

.partner-box{border:1px solid rgba(212,164,55,0.55);border-radius:16px;padding:18px 14px;background:rgba(255,255,255,0.01);text-align:left}
.partner-box-title{color:#ffffff;font-family:'Playfair Display',serif;font-size:20px;font-weight:700;line-height:1.1;text-align:left}
.partner-box-divider{width:56px;height:4px;background:var(--gold);border-radius:6px;margin:10px 0 16px}
.partner-feature-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:22px;padding-bottom:0;overflow:visible}
.partner-feature-item{flex:1 1 220px;min-width:180px;max-width:320px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
.partner-feature-item .partner-feature-icon{margin-bottom:6px}
.partner-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.partner-feature-icon img{width:32px;height:32px;object-fit:contain;display:block}
.partner-feature-icon i{font-size:30px;line-height:1;color:var(--gold)}
.partner-feature-copy h4{color:#ffffff;font-size:13px;font-weight:700;margin:0 0 4px;line-height:1.15}
.partner-feature-sub{color:rgba(255,255,255,0.86);font-size:11px;line-height:1.35;margin:4px 0 6px;font-weight:400}
.partner-feature-copy p{color:rgba(255,255,255,0.86);font-size:11px;line-height:1.35;margin:0;max-width:unset}
.partner-feature-sep{display:flex;align-items:center;color:rgba(255,255,255,0.22);font-size:72px;line-height:1;transform:scaleX(0.45);transform-origin:center}

.offices-right .row{margin-left:auto;margin-right:auto}

body.contact-page{overflow-x:hidden}

.contact-cta-section{width:100%;padding:28px 0}
.contact-cta{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,3fr);align-items:stretch;width:100%;max-width:none;margin:0}
.contact-cta-section .container{width:100%;max-width:none;padding-left:0;padding-right:0}
.cta-left{position:relative;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:28px 32px;background:#051b33;color:#ffffff;border-radius:0;overflow:hidden;min-height:170px}
.cta-left::before{content:'';position:absolute;inset:0;background-image:url('map.png');background-repeat:no-repeat;background-position:center right;background-size:60%;opacity:0.08;pointer-events:none}
.cta-left::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg, rgba(5,27,51,0.18) 0%, rgba(5,27,51,0.52) 64%, rgba(5,27,51,0.76) 82%, rgba(5,27,51,0.94) 100%);pointer-events:none}
.cta-left > *{position:relative;z-index:1}
.cta-top-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.cta-title{font-family:'Playfair Display',serif;font-size:clamp(20px,2.6vw,28px);margin:0 0 6px;color:#ffffff}
.cta-sub{margin:0;color:rgba(255,255,255,0.9);max-width:640px;line-height:1.5}
.btn-get-in-touch{position:static;align-self:flex-start;background:var(--gold);color:#081019;padding:10px 18px;border-radius:0;font-weight:700;display:inline-flex;align-items:center;gap:8px;text-decoration:none;border:none;white-space:nowrap}
.btn-get-in-touch i{font-size:18px}
.cta-right{min-height:170px;background:linear-gradient(90deg, rgba(5,27,51,1) 0%, rgba(5,27,51,0.88) 10%, rgba(5,27,51,0.64) 24%, rgba(5,27,51,0.28) 44%, rgba(5,27,51,0) 68%), url('ban.png') center/cover no-repeat;border-radius:0}

@media(max-width:991px){
  .contact-cta{grid-template-columns:1fr}
  .cta-left{padding:20px;min-height:0}
  .cta-right{display:none}
  .cta-top-row{flex-direction:column;align-items:flex-start}
}

@media(max-width:767px){
  .offices-section .vertical-divider{display:none}
  .offices-section .map-img{width:80%;max-width:360px}
  .offices-section .offices-left,
  .offices-section .offices-right{padding-left:0;padding-right:0}
  .offices-right{padding-top:24px}
  .contact-form-eyebrow{white-space:normal}
  .partner-feature-list{flex-wrap:wrap;justify-content:center;gap:14px}
  .partner-feature-sep{display:none}
}

/* GALLERY PAGE */
body.gallery-page{background:#010e1e;color:#ffffff;padding-top:80px;overflow-x:hidden}
body.gallery-page .hero{min-height:62vh}
body.gallery-page .hero-copy-panel{padding-top:120px}
body.gallery-page .gallery-hero-divider{width:88px;height:4px;background:var(--gold);border-radius:2px;margin:0 0 14px}
body.gallery-page .gallery-hero-cta-wrap{margin-top:18px}
body.gallery-page .gallery-hero-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border:2px solid var(--gold);border-radius:0;background:transparent;color:#ffffff;text-decoration:none;font-weight:600;line-height:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
body.gallery-page .gallery-hero-cta i{color:var(--gold);font-size:18px;line-height:1}
body.gallery-page .gallery-hero-cta:hover{background:rgba(212,164,55,0.08);border-color:var(--gold-light);color:#ffffff}
body.gallery-page .gallery-filter-section{background:#f1f1f1;color:#081019;padding:72px 0}
body.gallery-page .gallery-filter-bar{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:30px}
body.gallery-page .gallery-filter-btn{appearance:none;border:1px solid rgba(1,19,41,0.16);background:#ffffff;color:#081019;padding:10px 18px;border-radius:0;font-weight:700;letter-spacing:0.3px;transition:all .2s ease}
body.gallery-page .gallery-filter-btn.active,body.gallery-page .gallery-filter-btn:hover{background:#081019;color:#ffffff;border-color:#081019}
body.gallery-page .gallery-card-grid{columns:3 320px;column-gap:18px}
body.gallery-page .gallery-image-card{position:relative;display:inline-block;vertical-align:top;width:100%;margin:0 0 18px;overflow:hidden;background:#000;box-shadow:0 16px 34px rgba(1,19,39,0.14);cursor:pointer;break-inside:avoid}
body.gallery-page .gallery-image-card img{display:block;width:100%;height:auto;object-fit:contain;background:#000;transition:transform .35s ease,filter .35s ease}
body.gallery-page .gallery-image-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0.02) 40%, rgba(0,0,0,0.18) 68%, rgba(0,0,0,0.55) 100%);pointer-events:none}
body.gallery-page .gallery-image-card:hover img{transform:scale(1.01);filter:saturate(1.02)}
body.gallery-page .gallery-image-card.is-load-more-hidden{display:none}
body.gallery-page .gallery-image-caption{position:absolute;left:14px;bottom:14px;z-index:1;display:inline-flex;align-items:center;max-width:calc(100% - 28px);padding:8px 12px;background:rgba(0,0,0,0.42);backdrop-filter:blur(3px);border-radius:10px}
body.gallery-page .gallery-image-name{font-family:'Playfair Display',serif;font-size:18px;line-height:1.1;color:#ffffff}
body.gallery-page .gallery-image-card.is-hidden{display:none}
body.gallery-page .gallery-load-more-wrap{display:flex;justify-content:center;margin-top:26px}
body.gallery-page .gallery-load-more-btn{appearance:none;border:2px solid var(--gold);background:transparent;color:#000;padding:10px 18px;font-weight:700;letter-spacing:0.3px;border-radius:8px;box-shadow:none;transition:transform .14s ease,box-shadow .14s ease}
body.gallery-page .gallery-load-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(1,19,41,0.06)}
body.gallery-page .gallery-load-more-btn.is-hidden{display:none}
body.gallery-page .gallery-load-more-btn .gallery-load-more-icon{color:#000;margin-left:8px;transform:translateY(1px)}
body.gallery-page .gallery-image-modal__content{background:#011226;border:1px solid rgba(255,255,255,0.08);border-radius:18px;overflow:hidden;position:relative}
body.gallery-page .gallery-image-modal__close{position:absolute;right:16px;top:16px;z-index:2;background:#fff;opacity:1;border-radius:999px;padding:8px;box-shadow:0 8px 18px rgba(0,0,0,0.22);filter:none}
body.gallery-page .gallery-image-modal__body{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px}
body.gallery-page .gallery-image-modal__img{display:block;width:100%;max-height:78vh;object-fit:contain;background:#000;border-radius:14px}
body.gallery-page .gallery-image-modal__caption{color:#fff;font-family:'Playfair Display',serif;font-size:20px;line-height:1.2;text-align:center}
body.gallery-page .gallery-section{background:#f1f1f1;color:#081019;padding:72px 0}
body.gallery-page .gallery-header{max-width:980px;margin:0 auto 30px}
body.gallery-page .gallery-eyebrow{color:var(--gold);font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}
body.gallery-page .gallery-title{font-family:'Playfair Display',serif;color:#0f1531;font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 12px}
body.gallery-page .gallery-desc{color:#081019;line-height:1.7;max-width:760px}
body.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
body.gallery-page .gallery-card{position:relative;overflow:hidden;border-radius:0;background:#011226;box-shadow:0 16px 34px rgba(1,19,39,0.14);margin:0;min-height:260px}
body.gallery-page .gallery-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
body.gallery-page .gallery-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(1,18,38,0.02) 0%, rgba(1,18,38,0.1) 45%, rgba(1,18,38,0.86) 100%)}
body.gallery-page .gallery-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;color:#ffffff;z-index:1}
body.gallery-page .gallery-card:hover img{transform:scale(1.04);filter:saturate(1.02)}
body.gallery-page .gallery-card--wide{grid-column:span 7;min-height:360px}
body.gallery-page .gallery-card--tall{grid-column:span 5;min-height:360px}
body.gallery-page .gallery-card--third{grid-column:span 4}
body.gallery-page .gallery-card--half{grid-column:span 6}
body.gallery-page .gallery-card-title{font-family:'Playfair Display',serif;font-size:22px;line-height:1.1;margin:0 0 4px}
body.gallery-page .gallery-card-text{margin:0;color:rgba(255,255,255,0.86);font-size:14px;line-height:1.45}

@media(max-width:991px){
  body.gallery-page .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.gallery-page .gallery-card--wide,
  body.gallery-page .gallery-card--tall,
  body.gallery-page .gallery-card--third,
  body.gallery-page .gallery-card--half{grid-column:span 1;min-height:260px}
  body.gallery-page .gallery-card-grid{columns:2 280px}
  body.gallery-page .gallery-image-card{margin-bottom:18px}
}

@media(max-width:575px){
  body.gallery-page .gallery-grid{grid-template-columns:1fr}
  body.gallery-page .gallery-card{min-height:220px}
  body.gallery-page .gallery-section{padding:56px 0}
  body.gallery-page .gallery-card-grid{columns:1 0}
  body.gallery-page .gallery-image-card{margin-bottom:16px}
  body.gallery-page .gallery-image-caption{left:12px;bottom:12px;max-width:calc(100% - 24px);padding:7px 10px}
  body.gallery-page .gallery-image-name{font-size:16px}
  body.gallery-page .gallery-load-more-wrap{margin-top:20px}
  body.gallery-page .gallery-load-more-btn{width:100%;max-width:260px}
}

.hero{position:relative;min-height:72vh;overflow:hidden;background:#010914}
.hero-split{display:grid;grid-template-columns:minmax(0,30%) minmax(0,70%);min-height:72vh}
.hero-copy-panel{display:flex;align-items:stretch;justify-content:flex-start;background:transparent;padding:180px 0 100px 72px;z-index:3}
.hero-image-panel{background:url('banner.png') center center/cover no-repeat;min-height:72vh}
.hero-image-panel{z-index:0}

/* Fade overlay for hero: element `.hero-fade` exists in markup and is animated on load */
.hero-fade{position:absolute;left:0;top:0;bottom:0;width:70%;pointer-events:none;z-index:1;opacity:0;transform:translateX(-6px)}
.hero-fade.mobile-gradient{background:linear-gradient(90deg, rgba(1,14,30,0.98) 0%, rgba(1,14,30,0.94) 40%, rgba(1,14,30,0.6) 65%, rgba(1,14,30,0) 100%)}
.hero-fade.mobile-gradient::after{content:'';position:absolute;top:0;bottom:0;left:65%;right:-20px;background:linear-gradient(90deg, rgba(1,14,30,0.94) 0%, rgba(1,14,30,0) 100%);filter:blur(18px);pointer-events:none;z-index:2}
.hero-fade.desktop-gradient{background:linear-gradient(180deg, rgba(1,14,30,0.6), rgba(1,14,30,0.2))}
@keyframes heroFadeIn{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}
.hero-fade.animate{animation:heroFadeIn 700ms cubic-bezier(.2,.9,.3,1) forwards}

/* Desktop-specific overlay: keep original desktop look and feather the right edge */
@media(min-width:992px){
  .hero-fade{opacity:1;left:0;top:0;bottom:0;position:absolute;width:34%;pointer-events:none;transform:none}
  .hero-fade.desktop-gradient{background:linear-gradient(90deg, rgba(1,14,30,0.98) 0%, rgba(1,14,30,0.96) 42%, rgba(1,14,30,0.82) 64%, rgba(1,14,30,0.45) 82%, rgba(1,14,30,0) 100%)}
  .hero-copy-panel{z-index:3;position:relative;overflow:visible;padding-right:0}
  .hero-image-panel{z-index:0}
}

/* Division card artwork (homepage) */
.card-artwork{height:220px;background:linear-gradient(135deg, rgba(2,12,23,0.85), rgba(4,28,48,0.7));display:flex}
.card-artwork .artwork-icon{width:88px;height:88px;object-fit:contain;filter:brightness(1) saturate(1);}
.card-artwork-trade{background:linear-gradient(135deg, rgba(1,36,66,0.9), rgba(1,24,44,0.85))}
.card-artwork-security{background:linear-gradient(135deg, rgba(18,48,21,0.9), rgba(6,22,14,0.85))}
.card-artwork-apparel{background:linear-gradient(135deg, rgba(48,22,36,0.9), rgba(28,10,22,0.85))}

/* Trade page artwork blocks */
.trade-hero-art{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.trade-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.trade-quick-card--art{background:#011226;border-radius:12px;padding:18px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff}
.trade-quick-art img{display:block}
.trade-quick-number{font-weight:800;color:var(--gold);font-size:20px}
.trade-quick-label{font-weight:700}
.trade-quick-desc{font-size:13px;color:rgba(255,255,255,0.86);text-align:center}

/* Gallery stats / presence section */
body.gallery-page .gallery-stats-section{padding:56px 0;background:#011327;color:#ffffff}
body.gallery-page .gallery-stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;align-items:start;max-width:100%;width:100%;margin:0}
body.gallery-page .gallery-stats-section .stat-item{text-align:center;padding:18px 12px}
body.gallery-page .gallery-stats-section .stat-icon img{display:block}
body.gallery-page .stat-icon{width:96px;height:96px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);margin:0 auto 14px;background:transparent}
body.gallery-page .stat-icon i{color:var(--gold);font-size:36px}
body.gallery-page .stat-icon img{width:48px;height:48px;display:block}
body.gallery-page .stat-number{font-family:'Playfair Display',serif;color:var(--gold);font-weight:800;font-size:34px;margin-bottom:8px}
body.gallery-page .stat-title{font-weight:700;font-size:16px;margin-bottom:8px}
body.gallery-page .stat-divider{display:none}

@media(min-width:768px){
  body.gallery-page .gallery-stats-section .stat-item{padding-left:24px}
  body.gallery-page .gallery-stats-section .stat-item:not(:first-child){border-left:1px solid rgba(255,255,255,0.12);}
}
body.gallery-page .stat-desc{color:rgba(255,255,255,0.85);font-size:14px;margin-top:10px}

/* Legal pages */
body.privacy-page,
body.terms-page{
  background:#f3f5f7;
  color:#0b1420;
  overflow-x:hidden;
  padding-top:80px;
}
body.privacy-page a,
body.terms-page a{color:#b88319}
body.privacy-page .policy-page-main,
body.terms-page .policy-page-main{padding-bottom:24px}
body.privacy-page .policy-hero,
body.terms-page .policy-hero{padding:42px 0 18px;background:linear-gradient(135deg, #03101f 0%, #08192d 54%, #0d243d 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,0.06)}
body.privacy-page .policy-hero-shell,
body.terms-page .policy-hero-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,0.75fr);gap:24px;align-items:stretch}
body.privacy-page .policy-hero-copy,
body.terms-page .policy-hero-copy{padding:22px 0 18px}
body.privacy-page .policy-eyebrow,
body.terms-page .policy-eyebrow{color:var(--gold);font-weight:800;letter-spacing:1.6px;text-transform:uppercase;font-size:13px;margin-bottom:12px}
body.privacy-page .policy-hero h1,
body.terms-page .policy-hero h1{font-family:'Playfair Display',serif;font-size:clamp(34px,4vw,58px);line-height:1.02;margin:0 0 14px;color:#fff}
body.privacy-page .policy-hero p,
body.terms-page .policy-hero p{max-width:760px;font-size:17px;line-height:1.75;color:rgba(255,255,255,0.9);margin:0}
body.privacy-page .policy-hero-badges,
body.terms-page .policy-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
body.privacy-page .policy-badge,
body.terms-page .policy-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);color:#fff;font-weight:600;font-size:13px}
body.privacy-page .policy-hero-aside,
body.terms-page .policy-hero-aside{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.09);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:0 18px 36px rgba(1,14,30,0.18)}
body.privacy-page .policy-metric,
body.terms-page .policy-metric{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:14px 16px}
body.privacy-page .policy-metric-label,
body.terms-page .policy-metric-label{font-size:12px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,0.66);margin-bottom:6px}
body.privacy-page .policy-metric-value,
body.terms-page .policy-metric-value{font-size:16px;line-height:1.5;color:#fff;font-weight:600}
body.privacy-page .policy-metric-value a,
body.terms-page .policy-metric-value a{color:#fff;text-decoration:none}
body.privacy-page .policy-content-section,
body.terms-page .policy-content-section{padding:34px 0 64px}
body.privacy-page .policy-card,
body.terms-page .policy-card{background:#fff;border:1px solid rgba(1,19,39,0.08);border-radius:18px;padding:22px 24px;margin-bottom:18px;box-shadow:0 14px 32px rgba(1,19,39,0.06)}
body.privacy-page .policy-card-kicker,
body.terms-page .policy-card-kicker{color:var(--gold);font-weight:800;letter-spacing:1px;text-transform:uppercase;font-size:12px;margin-bottom:12px}
body.privacy-page .policy-card p,
body.terms-page .policy-card p{color:#162232;line-height:1.75;margin:0}
body.privacy-page .policy-list,
body.terms-page .policy-list{margin:0;padding-left:18px;color:#162232}
body.privacy-page .policy-list li,
body.terms-page .policy-list li{margin-bottom:10px;line-height:1.7}
body.privacy-page .policy-sidebar,
body.terms-page .policy-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:108px}
body.privacy-page .policy-sidebar-card,
body.terms-page .policy-sidebar-card{background:#08192d;color:#fff;border-radius:18px;padding:22px;border:1px solid rgba(255,255,255,0.08);box-shadow:0 16px 30px rgba(1,14,30,0.12)}
body.privacy-page .policy-sidebar-card--soft,
body.terms-page .policy-sidebar-card--soft{background:#fff;color:#0b1420;border-color:rgba(1,19,39,0.08)}
body.privacy-page .policy-sidebar-title,
body.terms-page .policy-sidebar-title{font-family:'Playfair Display',serif;font-size:24px;line-height:1.15;margin-bottom:10px;color:inherit}
body.privacy-page .policy-sidebar-card p,
body.terms-page .policy-sidebar-card p{margin:0;color:inherit;line-height:1.7}
body.privacy-page .policy-sidebar-btn,
body.terms-page .policy-sidebar-btn{margin-top:16px;justify-content:center;width:100%}
body.privacy-page .policy-sidebar-btn span,
body.terms-page .policy-sidebar-btn span{color:#ffffff}
body.privacy-page .policy-sidebar-btn,
body.terms-page .policy-sidebar-btn,
body.privacy-page .policy-sidebar-btn:hover,
body.terms-page .policy-sidebar-btn:hover{color:#ffffff}
body.privacy-page .policy-sidebar-btn .btn-arrow,
body.terms-page .policy-sidebar-btn .btn-arrow{color:#ffffff}
body.privacy-page .policy-contact-item,
body.terms-page .policy-contact-item{display:flex;align-items:flex-start;gap:10px;margin-top:12px;line-height:1.6}
body.privacy-page .policy-contact-item i,
body.terms-page .policy-contact-item i{color:var(--gold);margin-top:3px}
body.privacy-page .policy-contact-item a,
body.terms-page .policy-contact-item a{color:inherit;text-decoration:none}
body.privacy-page .policy-contact-item a:hover,
body.terms-page .policy-contact-item a:hover{text-decoration:underline}

@media(max-width:991px){
  body.privacy-page .policy-hero-shell,
  body.terms-page .policy-hero-shell{grid-template-columns:1fr}
  body.privacy-page .policy-sidebar,
  body.terms-page .policy-sidebar{position:static}
}

@media(max-width:767px){
  body.privacy-page,
  body.terms-page{padding-top:72px}
  body.privacy-page .policy-hero,
  body.terms-page .policy-hero{padding:28px 0 12px}
  body.privacy-page .policy-content-section,
  body.terms-page .policy-content-section{padding:24px 0 52px}
  body.privacy-page .policy-card,
  body.terms-page .policy-card,
  body.privacy-page .policy-sidebar-card,
  body.terms-page .policy-sidebar-card{border-radius:16px;padding:18px}
}

/* Management / Team page hero banner */
body.management-page{overflow-x:hidden;padding-top:80px}
body.management-page .hero-image-panel{
  background:linear-gradient(135deg, rgba(1,14,30,0.92), rgba(1,14,30,0.4)), url('team.png') center/cover no-repeat;
  min-height:72vh;
}

/* Management page: ensure title stays one line and is slightly smaller */
body.management-page .hero-title{
  display:inline-block;
  font-size:clamp(28px,3.2vw,48px) !important;
  line-height:1.06 !important;
  white-space:nowrap !important;
  padding-bottom:6px !important;
}

body.management-page .leadership-features{max-width:980px}
body.management-page .leadership-feature-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 10px;
  color:#fff;
}
body.management-page .leadership-feature-icon{
  color:var(--gold);
  font-size:26px;
  line-height:1;
}
body.management-page .leadership-feature-item h4{
  margin:0;
  color:#fff;
  font-size:16px;
  line-height:1.1;
}
body.management-page .leadership-feature-item p{
  margin:0;
  color:#fff;
  font-size:13px;
  line-height:1.25;
}

body.management-page .executive-leadership-section{
  background:#f1f1f1;
  color:#081019;
  padding:72px 0;
}
body.management-page .executive-leadership-section .container{
  width:100%;
  max-width:none;
  padding-left:8px;
  padding-right:8px;
}
body.management-page .executive-leadership-header{
  max-width:100%;
  margin:0 auto 28px;
}
body.management-page .executive-leadership-eyebrow{
  color:var(--gold);
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:18px;
  text-align:left;
}
body.management-page .executive-leadership-divider{
  margin:10px 0 0;
}
body.management-page .executive-leadership-section .row{
  margin-left:-4px;
  margin-right:-4px;
  flex-wrap:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}
body.management-page .executive-leadership-section .row::-webkit-scrollbar{display:none}
body.management-page .executive-leadership-section .row > [class*="col-"]{
  padding-left:4px;
  padding-right:4px;
  flex:0 0 16.6667%;
  max-width:16.6667%;
  min-width:170px;
}
body.management-page .executive-card{
  background:#011226;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 34px rgba(1,19,39,0.12);
  width:100%;
  max-width:none;
  margin:0;
}
body.management-page .executive-card-photo > img{
  display:block;
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center 12%;
  background:#011226;
}
body.management-page .executive-card-photo{position:relative;height:300px;overflow:hidden}
body.management-page .executive-card-body{
  padding:12px 14px 14px;
  text-align:left;
}
body.management-page .executive-card-body h3{
  margin:0;
  color:#c99a2e; /* richer gold */
  font-family:'Merriweather','Playfair Display',serif;
  font-weight:700;
  font-size:22px;
  line-height:1.05;
}
body.management-page .executive-card-subtitle{
  margin-top:8px;
  color:rgba(255,255,255,0.92);
  font-family:'Merriweather',serif;
  font-weight:600;
  font-size:13px;
  letter-spacing:0.2px;
}

body.management-page .executive-card-company{
  display:block;
  color:#c99a2e;
  font-weight:700;
  margin-top:6px;
  font-size:12px;
  letter-spacing:0.6px;
}
body.management-page .executive-card-body p{
  margin:10px 0 0;
  color:rgba(255,255,255,0.88);
  font-size:12px;
  line-height:1.45;
}

body.management-page .executive-card-body h3,
body.management-page .executive-card-subtitle,
body.management-page .executive-card-body p{
  text-align:left;
}

@media(max-width:767px){
  body.management-page .executive-leadership-section{padding:56px 0}
  body.management-page .executive-leadership-section .row > [class*="col-"]{min-width:180px}
  body.management-page .executive-card{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding-bottom:56px; /* keep room for the social icon below the card */
  }
  body.management-page .executive-card-photo{position:relative;flex:0 0 auto;width:100%;height:220px;overflow:hidden;border-radius:16px 16px 0 0}
  body.management-page .executive-card-photo > img{width:100%;height:100%;object-fit:cover;display:block}
  body.management-page .executive-card-body{flex:1;padding:14px 14px 16px;text-align:left;display:flex;flex-direction:column;justify-content:flex-start}
}

/* New section should match Executive Management styling */
body.management-page .executive-leadership-section-2{
  background:#f1f1f1;
  color:#081019;
  padding:72px 0;
}
body.management-page .executive-leadership-section-2 .container{
  width:100%;
  max-width:none;
  padding-left:8px;
  padding-right:8px;
}
body.management-page .executive-leadership-section-2 .executive-leadership-header{
  max-width:100%;
  margin:0 auto 28px;
}
body.management-page .executive-leadership-section-2 .executive-leadership-eyebrow{
  color:var(--gold);
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:18px;
  text-align:left;
}
body.management-page .executive-leadership-section-2 .row{
  margin-left:-4px;
  margin-right:-4px;
  flex-wrap:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}
body.management-page .executive-leadership-section-2 .row::-webkit-scrollbar{display:none}
body.management-page .executive-leadership-section-2 .row > [class*="col-"]{
  padding-left:4px;
  padding-right:4px;
  flex:0 0 16.6667%;
  max-width:16.6667%;
  min-width:170px;
}

body.management-page .global-representatives-section{
  background:#f1f1f1;
  color:#081019;
  padding:72px 0 84px;
}
body.management-page .global-representatives-section .container{
  width:100%;
  max-width:none;
  padding-left:8px;
  padding-right:8px;
}
body.management-page .global-representatives-header{
  max-width:100%;
  margin:0 auto 28px;
}
body.management-page .global-representatives-eyebrow{
  color:var(--gold);
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:18px;
  text-align:left;
}
body.management-page .global-representatives-divider{
  margin:10px 0 0;
}
body.management-page .global-representatives-section .row{
  margin-left:-4px;
  margin-right:-4px;
  flex-wrap:wrap;
  overflow-x:visible;
}
/* allow wrapping so cards flow to the next row instead of creating a horizontal scroller */
body.management-page .global-representatives-section .row > [class*="col-"]{
  padding-left:4px;
  padding-right:4px;
  flex:0 0 16.6667%;
  max-width:16.6667%;
  min-width:170px;
}
body.management-page .global-representatives-section .global-representative-card{
  width:100%;
  max-width:none;
  background:#011226;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 34px rgba(1,19,39,0.12);
}
body.management-page .global-representatives-section .global-representative-card .executive-card-photo > img{
  display:block;
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center 12%;
  background:#011226;
}
body.management-page .global-representatives-section .global-representative-card .executive-card-photo{height:300px;overflow:hidden}

body.management-page .global-representatives-section .global-representative-card .executive-card-body{
  padding:12px 14px 14px;
  text-align:left;
}
body.management-page .global-representatives-section .global-representative-card .executive-card-body h3{
  margin:0;
  color:#c99a2e;
  font-family:'Merriweather','Playfair Display',serif;
  font-weight:700;
  font-size:22px;
  line-height:1.05;
}
body.management-page .global-representatives-section .global-representative-card .executive-card-subtitle{
  margin-top:8px;
  color:rgba(255,255,255,0.92);
  font-family:'Merriweather',serif;
  font-weight:600;
  font-size:13px;
  letter-spacing:0.2px;
}
body.management-page .global-representatives-section .global-representative-card .executive-card-body p{
  margin:10px 0 0;
  color:rgba(255,255,255,0.88);
  font-size:12px;
  line-height:1.45;
}
@media(max-width:767px){
  body.management-page .global-representatives-section{padding:56px 0 72px}
  body.management-page .global-representatives-section .row{
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
  }
  body.management-page .global-representatives-section .row::-webkit-scrollbar{display:none}
  body.management-page .global-representatives-section .row > [class*="col-"]{
    min-width:180px;
    flex:0 0 16.6667%;
    max-width:16.6667%;
  }
  body.management-page .global-representatives-section .global-representative-card .executive-card-photo{height:200px}
  body.management-page .global-representatives-section .global-representative-card .executive-card-photo > img{height:100%}
}

/* TEAM UNIFIED SECTION */
body.management-page .team-unified-section{background:#010e1e;padding:56px 0;color:#ffffff}
body.management-page .team-unified-left{padding-right:18px}
body.management-page .team-unified-left .eyebrow-gold{margin-left:0}
body.management-page .team-unified-title{font-family:'Playfair Display',serif;color:#ffffff;font-size:clamp(20px,2.4vw,30px);margin:8px 0}
body.management-page .team-unified-divider .ac-line{background:var(--gold);width:80px}

/* stats */
body.management-page .team-stat-col{display:flex;align-items:stretch}
body.management-page .team-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;text-align:center;height:100%}
body.management-page .team-stat-icon{color:var(--gold);font-size:28px;display:flex;align-items:center;justify-content:center;width:36px;height:36px}
body.management-page .team-stat-icon img{width:100%;height:100%;display:block;object-fit:cover}
body.management-page .team-stat-num{color:#ffffff;background:transparent;padding:0;margin:0;font-weight:700;font-size:20px;line-height:1}
body.management-page .team-stat-label{color:rgba(255,255,255,0.95);font-weight:600;margin-top:4px;font-size:13px;text-align:center}

/* Make stat items white number on dark pill and left-aligned labels */
body.management-page .team-unified-stats .team-stat-col{display:flex;align-items:flex-start}

/* vertical dividers between stat columns */
body.management-page .team-unified-stats .team-stat-col{position:relative}
body.management-page .team-unified-stats .team-stat-col:not(:last-child)::after{
  content:'|';
  position:absolute;
  right:-8px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(255,255,255,0.18);
  font-size:20px;
  line-height:1;
}
@media(max-width:767px){
  body.management-page .team-unified-stats .team-stat-col:not(:last-child)::after{display:none}
}

@media(min-width:992px){
  body.management-page .team-unified-left{flex:0 0 33.3333%;max-width:33.3333%}
  body.management-page .team-unified-stats{flex:0 0 66.6666%;max-width:66.6666%}
}

@media(max-width:767px){
  body.management-page .team-unified-left{text-align:left;margin-bottom:16px}
  body.management-page .team-stat{
    align-items:center;
    justify-content:flex-start;
    text-align:center;
  }
  body.management-page .team-stat-icon{
    margin:0 auto 2px;
  }
}

.hero-fade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg, rgba(1,9,20,0.98) 0%, rgba(1,9,20,0.98) 74%, rgba(1,9,20,0.96) 82%, rgba(1,9,20,0.9) 88%, rgba(1,9,20,0.7) 93%, rgba(1,9,20,0.35) 98%, rgba(1,9,20,0) 100%)}
.hero-fade::before{content:'';position:absolute;top:0;bottom:0;right:0;width:50%;pointer-events:none;background:linear-gradient(90deg, rgba(1,9,20,0.28) 0%, rgba(1,9,20,0.18) 35%, rgba(1,9,20,0.06) 76%, rgba(1,9,20,0) 100%);filter:blur(16px)}
.hero-content{position:relative;z-index:3;width:100%;max-width:100%;margin:0;text-align:left;overflow:visible;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:24px}
.container-hero{max-width:none}
.hero .row{justify-content:flex-start}
.hero-left{margin-left:0;text-align:left}
.eyebrow{color:var(--gold);letter-spacing:2px;font-weight:600}
.eyebrow-gold{display:inline-block;text-transform:uppercase;color:var(--gold);letter-spacing:3px;font-weight:700;font-size:16px;margin-bottom:8px;margin-left:12px}
.eyebrow-first{display:inline-block;position:relative}
.eyebrow-first::after{content:'';display:block;width:48px;height:3px;background:var(--gold);border-radius:2px;margin:8px auto 0}

/* Remove extra eyebrow left margin within journey left column so it aligns to container */
.journey-left .eyebrow-gold{margin-left:0}
.hero-title{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(40px,5.2vw,78px);color:#fff;margin:8px 0 8px;line-height:0.98}
.hero-title span{display:block;margin:0;padding:0;white-space:nowrap}
.hero-title br{display:none}
.ac-divider{display:flex;align-items:center;gap:10px;margin:10px 0}
.ac-text{color:var(--gold);font-weight:700;letter-spacing:1px}
.ac-line{display:inline-block;width:120px;height:3px;background:var(--gold);border-radius:2px}
.hero-sub{color:#cfd8dc;max-width:420px;line-height:1.5;margin-top:8px;font-size:15px}
.hero-sub-lines{max-width:480px}
.hero-sub-line{color:#cfd8dc;font-size:15px;line-height:1.5;margin:8px 0;white-space:normal;overflow:visible}

.btn-our-divisions{background:var(--gold);color:#081019;border:none;border-radius:8px;padding:10px 18px;font-weight:600}
.btn-our-divisions:hover{filter:brightness(.98)}
.btn-arrow-black{color:#081019;font-weight:700;margin-left:8px}
.btn-outline-gold{background:transparent;border:2px solid var(--gold);color:#fff;border-radius:8px;padding:8px 16px;font-weight:400}
.btn-outline-gold:hover{background:rgba(212,164,55,0.06)}
.hero-ctas{margin-top:0}
.hero-ctas .btn{border-radius:8px;padding:10px 18px}
.btn-outline-light{border-color:rgba(255,255,255,0.12);color:#fff}
.btn-secondary{background:transparent;border:1px solid rgba(255,255,255,0.06);color:#fff}

/* DIVISION CARDS */
.division-card{background:var(--card-bg);color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.35);transition:transform .35s ease,box-shadow .35s ease;max-width:380px;margin:0 auto}
.division-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.45)}
.division-card .card-top img{height:220px;object-fit:cover;width:100%}
.division-card .card-body{padding:20px}
.text-gold{color:var(--gold)}

/* Card content dark panel */
.card-content-dark{background:var(--card-content-bg);padding:20px 22px;border-radius:0 0 12px 12px}
.card-content-dark .card-title{color:#fff;margin-bottom:10px}
.card-sub-lines{max-width:100%;line-height:1.25}
.card-sub-lines > div{white-space:normal;overflow:visible;word-break:normal}

/* trademark overlay on images */
.tm-overlay{position:absolute;left:-52px;top:-42px;width:150px;max-width:none;height:auto;z-index:3;opacity:0.95;display:block}
.tm-overlay-apparel{width:230px}

/* ticks grid */
.tick-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px;color:#ffffff}
.tick-circle{width:30px;height:30px;border-radius:50%;border:2px solid var(--gold);display:inline-flex;align-items:center;justify-content:center;margin-right:12px;color:var(--gold)}
.tick-mark{font-weight:700;font-size:14px;line-height:1}
.tick-label{color:#ffffff;white-space:normal;line-height:1.25;overflow-wrap:anywhere}

/* Ensure ticks rows align left/right items vertically */
.ticks-grid .row{align-items:flex-start}
.ticks-grid .col-6{display:flex;align-items:flex-start}
.ticks-grid .tick-item{margin-bottom:0}

.ticks-grid .tick-label{max-width:calc(100% - 42px)}

.learn-more{color:var(--gold);font-weight:700;text-decoration:none}
.learn-more .learn-arrow{margin-left:8px}

/* STATISTICS */
/* STATISTICS */
.stats{background:var(--nav-bg);} 
.stat-item{padding:30px}
.stat-num{font-family:'Playfair Display',serif;font-size:34px;font-weight:700;color:var(--gold)}
.stat-label{opacity:0.85;margin-top:8px}

/* WHY CHOOSE US (NEW INLINE DESIGN) */
.why-choose-inline{background:#001123;min-height:260px;padding-top:60px;padding-bottom:60px;padding-left:28px;padding-right:0}
.why-choose-inline .container{
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:100% !important;
}
.why-inline-row{
  display:flex;
  align-items:stretch; /* stretch so separators cover full section height */
  justify-content:flex-start;
  gap:22px;
  flex-wrap:nowrap; /* desktop: one line */
  overflow:visible;
  width:100%;
}
.why-inline-title{
  flex:0 0 auto;
  min-width:300px;
  text-align:left;
}
.why-inline-sub{
  color:#ffffff;
  font-size:26px;
  font-weight:800;
  line-height:1.05;
  white-space:normal;
}
.why-choose-inline .eyebrow-gold{
  font-size:20px;
  letter-spacing:2.5px;
}
.why-inline-divider{
  width:140px;
  height:4px;
  background:var(--gold);
  border-radius:2px;
  margin-top:16px;
}

/* PROFILE PAGE */
body.profile-page{background:#fdfdfd;color:#081019;overflow-x:hidden}
body.profile-page .hero,
body.profile-page .hero-split,
body.profile-page .hero-copy-panel,
body.profile-page .hero-image-panel{min-height:auto}
body.profile-page .profile-hero-section{
  position:relative;
  background:linear-gradient(135deg, rgba(1,18,38,0.88), rgba(1,18,38,0.58)), url('pf.png') center/cover no-repeat;
  color:#ffffff;
  padding:96px 0 76px;
  overflow:visible;
}
body.profile-page .profile-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(1,9,20,0.82) 0%, rgba(1,9,20,0.72) 40%, rgba(1,9,20,0.46) 100%);pointer-events:none}
body.profile-page .profile-hero-container{position:relative;z-index:1}
body.profile-page .profile-hero-row{min-height:540px}
body.profile-page .profile-hero-copy{display:flex;align-items:stretch;padding:18px 10px 18px 0}
body.profile-page .profile-hero-copy-inner{display:flex;flex-direction:column;justify-content:center;gap:10px;max-width:640px;padding:24px 0}
body.profile-page .profile-hero-eyebrow{margin-left:0}
body.profile-page .profile-hero-name{font-family:'Playfair Display',serif;color:var(--gold);font-size:clamp(34px,4.8vw,62px);line-height:1.02;margin:0}
body.profile-page .profile-hero-divider{position:relative;width:140px;height:4px;background:var(--gold);border-radius:2px;margin:10px 0 6px}
body.profile-page .profile-hero-divider-square{position:absolute;left:50%;top:50%;width:14px;height:14px;background:var(--gold);transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 0 4px rgba(1,18,38,0.85)}
body.profile-page .profile-hero-role{font-family:'Merriweather',serif;font-size:clamp(18px,2vw,24px);color:#ffffff;line-height:1.25}
body.profile-page .profile-hero-company{color:var(--gold);font-family:'Merriweather',serif;font-size:clamp(16px,1.5vw,20px);font-weight:700;letter-spacing:0.5px}
body.profile-page .profile-hero-quote{margin:8px 0 0;font-size:clamp(16px,1.6vw,20px);line-height:1.7;color:#ffffff;max-width:620px}
body.profile-page .profile-hero-quote::before,
body.profile-page .profile-hero-quote::after{content:'"';color:var(--gold);font-size:1.15em;font-weight:700}
body.profile-page .profile-hero-media{display:flex;align-items:flex-end;justify-content:flex-end;padding:18px 0 18px 10px;position:relative;z-index:1}
body.profile-page .profile-hero-image-wrap{position:relative;width:min(100%,520px);margin-left:auto;display:flex;align-items:center;justify-content:center;z-index:0}
body.profile-page .profile-hero-image-circle{position:relative;width:min(100%,520px);aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:rgba(1,18,38,0.04);box-shadow:0 18px 34px rgba(1,18,38,0.12);display:flex;align-items:center;justify-content:center;border:3px solid rgba(212,164,55,0.18)}
body.profile-page .profile-hero-image-circle img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 8%}
/* flag sits outside the circle at the top-right corner of the hero */
/* On profile detail pages the flag should sit cleanly at the top-right of the image wrapper
  without a gold outline so pixels are preserved and not clipped. */
body.profile-page .profile-hero-flag{position:absolute;top:12px;right:12px;z-index:6;width:84px;height:44px;background:transparent;border:0;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:none}
body.profile-page .profile-hero-flag img{width:100%;height:100%;object-fit:contain;display:block;border-radius:2px}
body.profile-page .profile-section-separator{position:relative;height:28px;background:#fdfdfd;z-index:3}
body.profile-page .profile-section-separator-line{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92%,1100px);height:3px;background:var(--gold)}
body.profile-page .profile-section-separator-square{position:absolute;left:50%;top:50%;width:16px;height:16px;background:var(--gold);transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 0 4px #fdfdfd}
/* Use pf.png as decorative background for the details section with a light overlay
  so profile summary and experience remain readable. */
body.profile-page .profile-details-section{background:linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)), url('pf.png') center/cover no-repeat;color:#081019;padding:120px 0 88px;position:relative;z-index:4;margin-top:-54px}
body.profile-page .profile-details-container{max-width:1100px}
body.profile-page .profile-detail-block{display:grid;grid-template-columns:84px minmax(0,1fr);gap:18px;align-items:start;padding:20px 0}
body.profile-page .profile-detail-block + .profile-detail-block{border-top:1px solid rgba(1,18,38,0.08)}
body.profile-page .profile-detail-icon-wrap{display:flex;justify-content:center}
body.profile-page .profile-detail-icon-circle{width:58px;height:58px;border-radius:50%;background:#011226;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);box-shadow:0 10px 22px rgba(1,18,38,0.12)}
body.profile-page .profile-detail-icon-circle i{font-size:22px;line-height:1}
body.profile-page .profile-detail-copy{padding-top:4px}
body.profile-page .profile-detail-heading{font-family:'Playfair Display',serif;color:#081019;font-size:clamp(22px,2.2vw,28px);line-height:1.08;font-weight:700}
body.profile-page .profile-detail-mini-divider{width:72px;height:3px;background:var(--gold);border-radius:2px;margin:10px 0 12px}
body.profile-page .profile-detail-copy p{margin:0;color:#081019;font-size:16px;line-height:1.75;max-width:980px}

@media(max-width:991px){
  body.profile-page .profile-hero-section{padding:82px 0 60px}
  body.profile-page .profile-hero-row{min-height:auto}
  body.profile-page .profile-hero-copy{padding:0 0 24px}
  body.profile-page .profile-hero-image-wrap{width:min(100%,420px)}
  body.profile-page .profile-hero-image-circle{width:min(100%,420px)}
  body.profile-page .profile-details-section{padding-top:110px;margin-top:-40px}
}

@media(max-width:767px){
  body.profile-page .profile-hero-section{padding:72px 0 48px}
  body.profile-page .profile-hero-copy-inner{padding:18px 0 0;max-width:none}
  body.profile-page .profile-hero-name{font-size:clamp(30px,9vw,44px)}
  body.profile-page .profile-hero-image-wrap{width:min(100%,320px)}
  body.profile-page .profile-hero-image-circle{width:min(100%,320px)}
  body.profile-page .profile-hero-media{order:-1}
  /* nudge face up inside circular mask on small screens */
  body.profile-page .profile-hero-image-circle img{object-position:center 4% !important}
  body.profile-page .profile-hero-flag{width:62px;height:44px;top:14px;right:14px}
  body.profile-page .profile-detail-block{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:18px 0}
  body.profile-page .profile-detail-icon-circle{width:50px;height:50px}
  body.profile-page .profile-detail-icon-circle i{font-size:20px}
  body.profile-page .profile-detail-copy p{font-size:15px;line-height:1.68}
  body.profile-page .profile-details-section{padding-top:100px;margin-top:-30px}
}

body.management-page [data-profile-link]{cursor:pointer;outline:none;transition:transform .22s ease,box-shadow .22s ease}
body.management-page [data-profile-link]:hover{transform:translateY(-4px)}
body.management-page [data-profile-link]:focus-visible{box-shadow:0 0 0 3px rgba(212,164,55,0.32),0 16px 34px rgba(1,19,39,0.16);border-radius:18px}
.why-inline-item{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:180px;
  padding-left:22px; /* space after the | */
  position:relative;
}
.why-inline-item:not(:first-child){
  border-left:1px solid rgba(212,164,55,0.55); /* the | separator */
}
.why-inline-icon{width:56px;height:56px;display:block}
.why-inline-body{display:flex;flex-direction:column;text-align:center;gap:6px}
.why-inline-number{font-family:'Playfair Display',serif;font-size:40px;font-weight:800;color:#ffffff;line-height:1}
.why-inline-label{font-size:16px;font-weight:800;color:#ffffff;line-height:1.15}
.why-inline-desc{
  font-size:15px;
  font-weight:600;
  color:#cfd8dc;
  line-height:1.3;
  margin-top:2px;
  text-align:center;
}

@media(max-width:1199px){
  .why-inline-row{flex-wrap:wrap;overflow:visible}
  .why-inline-title{min-width:220px}
}
@media(max-width:991px){
  .why-inline-row{flex-wrap:wrap;overflow:visible}
}

/* Old section styles (keep but it won't be used by inline HTML) */
.why-choose{background:var(--nav-bg);}
.why-left{padding-left:0;margin-left:0;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;align-self:flex-start;height:auto}
.why-left-inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin:0;padding:0}
.why-left{margin-top:0;padding-top:0}
.why-left .eyebrow{font-size:18px;font-weight:800;letter-spacing:2px}
.why-left-lines div{color:#ffffff;line-height:1.02;font-size:22px;font-weight:800;text-transform:none;white-space:nowrap}
.why-left-divider{width:140px;height:4px;background:var(--gold);border-radius:2px;margin-top:8px}
.why-row{gap:20px;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}
.why-card{flex:1 1 0;min-width:140px;padding:14px 20px}
.why-icon{flex:0 0 auto;display:flex;align-items:center}
.why-icon svg{display:block;width:48px;height:48px}
.why-icon svg path{stroke:var(--gold)}
.why-icon i, .why-icon svg, .why-icon img{font-size:48px;color:var(--gold);line-height:1;display:block}
.why-icon-img{width:56px;height:56px;display:block}
.globe-img{border-radius:50%;box-sizing:content-box;background:transparent;padding:4px}
.why-body{display:block}
.why-number{font-family:'Playfair Display',serif;font-size:40px;font-weight:800;color:var(--gold)}
.why-title{font-size:18px;color:#ffffff;font-weight:800;margin-top:8px}
.why-desc{font-size:15px;color:#cfd8dc;margin-top:6px;max-width:300px}
.why-sep{width:1px;background:linear-gradient(180deg, rgba(212,164,55,0.14), rgba(212,164,55,0.34));margin:0 18px;align-self:stretch;opacity:0.95}

@media(min-width:992px){
  .why-row{flex-wrap:nowrap}
}
@media(max-width:991px){
  .why-row{flex-direction:row;flex-wrap:nowrap;overflow:auto}
  .why-sep{display:block}
}
@media(max-width:767px){
  .why-row{flex-direction:column}
  .why-sep{display:none}
  .why-left{margin-bottom:12px;margin-left:0}
  .why-left .eyebrow{font-size:14px}
  .why-left-lines div{font-size:16px}
  .why-card{padding:8px 6px}
  .why-number{font-size:32px}
  .why-title{font-size:16px}
  .why-desc{max-width:none}
}

/* COMMODITIES */
.commodity-card img{height:90px;object-fit:cover}

/* FOOTER */
.site-footer{background:#061016;color:rgba(255,255,255,0.88)}
.site-footer a{color:var(--muted)}
.muted{color:var(--muted)}

/* FOOTER (NEW DESIGN) */
.site-footer--new{
  background:#061016;
  color:#ffffff;
  border-top:1px solid rgba(255,255,255,0.06);
}
.site-footer--new .container{
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:100% !important;
}
.site-footer--new .site-footer__grid{
  align-items:stretch;
  margin-left:0 !important;
  margin-right:0 !important;
  justify-content:flex-start;
  width:100%;
}
.site-footer--new .row{
  margin-left:0 !important;
  margin-right:0 !important;
}
.site-footer--new [class^="col-"], .site-footer--new [class*=" col-"]{
  padding-left:0 !important;
  padding-right:0 !important;
}
.site-footer__logo{
  width:140px;
  height:auto;
  display:block;
}
.site-footer__subtitle{
  margin-top:14px;
  font-weight:400;
  color:#ffffff;
  line-height:1.7;
  max-width:360px;
}
.site-footer__subtitle > div{
  margin:0;
}
.site-footer__subtitle > div:nth-child(1),
.site-footer__subtitle > div:nth-child(2){
  white-space:nowrap;
}
.site-footer__social{
  display:flex;
  gap:12px;
  margin-top:18px;
}
.site-footer__social-btn{
  width:44px;
  height:44px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:2px solid var(--gold);
  color:#ffffff;
  text-decoration:none;
}
.site-footer__social-btn i{
  font-size:18px;
  color:#ffffff;
}

.site-footer__divider-col{
  padding-left:0;
  padding-right:0;
  display:flex;
  align-items:stretch; /* ensure full-height divider */
}
.site-footer__divider{
  height:100%;
  width:2px;
  background:rgba(255,255,255,0.9);
  opacity:1;
  margin:0 auto;
  border-radius:2px;
}

.site-footer__block{
  padding:0;
}

/* remove extra left/right padding around columns so divider sits close */
.site-footer__left,
.site-footer__middle,
.site-footer__right{
  padding-left:0;
  padding-right:0;
}
.site-footer__heading{
  color:#ffffff;
  font-weight:800;
  font-size:18px;
  margin-bottom:12px;
}
.site-footer__links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  width:fit-content;
  max-width:100%;
}
.site-footer__links li a{
  color:#ffffff;
  text-decoration:none;
  font-weight:600;
}
.site-footer__links li a:hover{
  color:var(--gold-light);
}

.site-footer__division-logos{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.site-footer__division-logo-wrap{
  width:140px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.02);
}
.site-footer__division-logo{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.site-footer__contact{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.site-footer__contact-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.site-footer__contact-icon{
  font-size:20px;
  color:var(--gold);
  margin-top:3px;
}
.site-footer__contact-text{
  color:#ffffff;
  font-weight:600;
  line-height:1.4;
}

.site-footer__bottom{
  text-align:center;
  color:rgba(255,255,255,0.75);
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.06);
  font-weight:600;
}

@media(max-width:991px){
  .site-footer__divider{display:none;}
  .site-footer__left, .site-footer__middle, .site-footer__right{padding:0 10px;}
  .site-footer__divider-col{display:none;}
}

/* Divisions intro section */
.divisions-section{background:#eeeeee;color:#081019}
.divisions-section .container{padding-top:28px;padding-bottom:28px}
.divisions-intro{align-items:flex-start}
.divisions-desc{align-self:flex-start}

/* FOOTER - styles matching footer.php markup (site-footer-new) */
.site-footer-new{
  background:#001123;
  color:#ffffff;
  border-top:1px solid rgba(255,255,255,0.06);
}
.site-footer-new .site-footer-new__container{max-width:100%;margin:0;padding:22px 50px 12px 50px}
.site-footer-new__row{display:flex;align-items:stretch;gap:18px}
.site-footer-new__section{padding:0 39px}
.site-footer-new__section--newsletter{padding-right:55px}
.site-footer-new__logo{width:140px;height:auto;display:block}
.site-footer-new__subtitle{margin-top:12px;color:#ffffff;line-height:1.55;max-width:320px;font-weight:400}
.site-footer-new__subtitle div{margin:0}
.site-footer-new__social{display:flex;gap:10px;margin-top:14px}
.site-footer-new__social-btn{width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--gold);color:#ffffff;text-decoration:none;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}
.site-footer-new__social-btn i{font-size:16px;color:#ffffff}
.site-footer-new__social-btn:hover{
  transform:translateY(-2px);
  background:rgba(212,164,55,0.12);
  border-color:var(--gold-light);
  box-shadow:0 10px 18px rgba(212,164,55,0.18);
}
.site-footer-new__social-btn:hover i{color:var(--gold-light)}
.site-footer-new__sep-col{display:flex;align-items:center;padding:0 6px}
.site-footer-new__sep{width:2px;background:rgba(255,255,255,0.08);border-radius:2px;margin:6px 0;height:230px}
.site-footer-new__heading{color:#ffffff;font-weight:800;font-size:18px;margin-bottom:12px}
.site-footer-new__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;width:fit-content}
.site-footer-new__links li a{color:#ffffff;text-decoration:none;font-weight:600;transition:color .15s ease}
.site-footer-new__links li a:hover{color:var(--gold-light)}
.site-footer-new__division-logos{display:flex;flex-direction:column;gap:14px}
.site-footer-new__division-logo-wrap{width:160px;height:80px;display:flex;align-items:center;justify-content:center}
.site-footer-new__division-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}
.site-footer-new__division-logo{width:100%;height:auto;display:block;object-fit:contain}
.site-footer-new__contact{display:flex;flex-direction:column;gap:12px}
.site-footer-new__contact-row{display:flex;align-items:flex-start;gap:12px}
.site-footer-new__contact-icon{font-size:20px;color:var(--gold);margin-top:3px}
.site-footer-new__contact-text{color:#ffffff;font-weight:600;line-height:1.4}
.site-footer-new__contact-text a{color:#ffffff;text-decoration:none;transition:color 0.2s ease}
.site-footer-new__contact-text a:hover{color:var(--gold-light)}
.site-footer-new__bottom{
  color:#ffffff;
  margin-top:4px;
  padding-top:4px;
  border-top:1px solid rgba(255,255,255,0.06);
  font-weight:600;
}
.site-footer-new__bottom .row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:8px 12px;
}
.site-footer-new__bottom [class*="col-"]{
  flex:0 0 auto;
  width:auto;
  max-width:none;
  min-width:0;
}
.site-footer-new__bottom-left{color:#ffffff}
.site-footer-new__bottom-left,
.site-footer-new__bottom-right{
  white-space:nowrap;
}
.site-footer-new__bottom-right{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.site-footer-new__bottom-right a{color:#ffffff;text-decoration:none;font-weight:600}
.site-footer-new__bottom-right a:hover{color:var(--gold-light)}
.site-footer-new__bottom-right .mx-2{color:rgba(255,255,255,0.6)}

@media(max-width:991px){
  .site-footer-new__row{flex-direction:column;gap:18px}
  .site-footer-new__sep{display:none}
  .site-footer-new__section{padding:0}
  .site-footer-new__container{padding-left:18px;padding-right:18px}
  .site-footer-new__section + .site-footer-new__section{
    border-top:1px solid rgba(255,255,255,0.08);
    padding-top:18px;
    margin-top:4px;
  }
  .site-footer-new__division-logos{gap:0;width:100%}
  .site-footer-new__division-logo-wrap{width:100%;height:auto;padding:12px 0;justify-content:flex-start;border-bottom:1px solid rgba(255,255,255,0.12)}
  .site-footer-new__division-logo-wrap:last-child{border-bottom:none;padding-bottom:0}
  .site-footer-new__division-link{justify-content:flex-start}
  .site-footer-new__division-logo{max-width:160px}
  .site-footer-new__bottom{
    margin-top:14px;
    padding-top:16px;
  }
  .site-footer-new__bottom-left,
  .site-footer-new__bottom-right{
    text-align:center !important;
    font-size:13px;
    line-height:1.3;
  }
  .site-footer-new__bottom-right .mx-2{margin-left:0 !important;margin-right:0 !important}
}

/* Keep footer columns tight on desktop so text hugs the divider */
@media(min-width:992px){
  .site-footer-new__sep-col{
    flex:0 0 12px;
    max-width:12px;
    padding:0;
  }
  .site-footer-new__section{
    flex:0 0 auto;
    width:auto;
  }
}

.divisions-title{margin-top:0;margin-bottom:0}
.divisions-section .section-sub{color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:8px}
.divisions-title{font-family:'Playfair Display',serif;color:#081019;font-weight:700;font-size:clamp(28px,4.2vw,40px);margin:0}
.divisions-title span{display:block}
.divisions-desc{color:#081019;font-size:16px;line-height:1.6;margin-top:24px}
.divisions-desc > div{margin-bottom:6px}

/* shift right-column description slightly to align with left title */
.divisions-intro .col-md-6:last-child{padding-left:48px}



/* RESPONSIVE */
@media(max-width:991px){
  .hero{min-height:60vh}
  .hero-split{grid-template-columns:1fr;min-height:60vh}
  .hero-copy-panel{padding:100px 44px 60px}
  .hero-image-panel{min-height:360px;order:-1}
  .hero-title{font-size:34px}
  .hero-content{height:auto;justify-content:flex-start}
  .hero-ctas{margin-top:22px}
  body.home-page .hero-fade,
  body.about-page .hero-fade{opacity:1;transform:none}
}
@media(max-width:575px){
  .hero{min-height:52vh}
  /* Mobile: show left overlay (70%) with content, right column (30%) shows image */
  .hero-split{grid-template-columns:70% 30%;min-height:52vh}
  .hero-copy-panel{padding:28px 18px 28px;background:transparent;display:flex;align-items:center}
  .hero-image-panel{position:relative;min-height:52vh;background-position:82% center;background-size:cover;order:0}
  .hero-image-panel::before{content:'';position:absolute;top:0;bottom:0;left:-54px;width:88px;background:linear-gradient(90deg, rgba(1,9,20,0.96) 0%, rgba(1,9,20,0.9) 28%, rgba(1,9,20,0.56) 62%, rgba(1,9,20,0.18) 84%, rgba(1,9,20,0) 100%);filter:blur(14px);pointer-events:none;z-index:1}
  .hero-fade{opacity:1;transform:none;width:70%;background:linear-gradient(90deg, rgba(1,9,20,0.98) 0%, rgba(1,9,20,0.98) 56%, rgba(1,9,20,0.95) 66%, rgba(1,9,20,0.84) 76%, rgba(1,9,20,0.58) 86%, rgba(1,9,20,0.26) 95%, rgba(1,9,20,0) 100%)}
  .hero-fade::before{content:'';position:absolute;top:0;bottom:0;right:0;width:44%;pointer-events:none;background:linear-gradient(90deg, rgba(1,9,20,0.22) 0%, rgba(1,9,20,0.12) 34%, rgba(1,9,20,0.04) 74%, rgba(1,9,20,0) 100%);filter:blur(14px)}
  body.about-page .hero-image-panel{background-position:80% center}
  .hero-title{font-size:26px}
  .division-card .card-top img{height:180px}
  .card-artwork{height:180px}
  .card-artwork .artwork-icon{width:100%;height:100%;object-fit:cover;display:block}
  .hero-left{padding-left:0}
  .eyebrow-gold{font-size:13px;margin-left:6px}
  .hero-content{height:auto;justify-content:flex-start}
  .hero-ctas{margin-top:18px}
}

/* OUR JOURNEY SECTION */
.journey-section{background:#f7f7f7;color:#081019}
.journey-row{gap:28px}
.journey-section .container{max-width:1800px; margin-left:auto; margin-right:auto; padding-left:24px; padding-right:24px}

/* Contained why-inline block (visually part of previous section) */
.why-inline-contained{background:transparent;padding-top:0;padding-bottom:48px;position:relative}
/* inner centered card with background; overlaps previous section visually */
.why-inline-container{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;background:#001123;border-radius:12px;padding-top:36px;padding-bottom:36px;padding-left:32px;padding-right:32px;box-shadow:0 12px 30px rgba(2,6,12,0.45);position:relative;z-index:5;margin-top:-72px}
.why-inline-row{display:flex;align-items:stretch;justify-content:space-between;gap:22px}
.why-inline-item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px;background:transparent}
.why-inline-icon{width:56px;height:56px}
.why-inline-number{font-family:'Playfair Display',serif;font-size:36px;font-weight:800;color:#ffffff}
.why-inline-label{font-weight:800;color:#ffffff}
.why-inline-desc{color:#cfd8dc;text-align:center}

body:not(.about-page) .why-inline-container{max-width:1100px}
body:not(.about-page) .journey-section .container{max-width:1200px}

/* About page: slightly widen the content so it stretches more left/right */

/* Stretch the why-inline block full-width on About page (safer than 100vw transform)
   Uses negative side margins so the section background stretches to the viewport edges
   while the inner `.why-inline-container` remains centered and constrained. */
body.about-page .why-inline-contained{
  background:#f7f7f7;
  border-radius:0;
  margin-left:0;
  margin-right:0;
  width:100%;
  padding-top:48px;
  padding-bottom:48px;
  padding-left:24px;
  padding-right:24px;
  box-sizing:border-box;
}
body.about-page .why-inline-container{max-width:1400px;padding-left:32px;padding-right:32px;margin-left:auto;margin-right:auto;margin-top:0}
body.about-page .journey-section{padding-bottom:96px}
.mission-vision-section{background:#f7f7f7;color:#081019;padding-top:12px;padding-bottom:84px}
.mission-vision-container{max-width:1800px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
.mission-vision-grid{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr);align-items:stretch;gap:0}
.mission-vision-panel{position:relative;min-height:360px;padding:72px 56px 76px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.mission-vision-panel .eyebrow-gold{margin-left:0}
.mission-vision-divider{width:140px;height:4px;background:var(--gold);border-radius:2px;margin-top:8px}
.mission-vision-title{font-family:'Playfair Display',serif;color:#0f1531;font-size:clamp(30px,4vw,56px);font-weight:700;line-height:0.98;margin:20px 0 18px}
.mission-vision-copy{color:#081019;font-size:16px;line-height:1.55;max-width:560px}
.mission-vision-icon-bg{position:absolute;right:22px;top:64%;transform:translateY(-50%);font-size:190px;line-height:1;color:#e4e4e4;opacity:0.5;pointer-events:none}
.mission-vision-panel--vision .mission-vision-icon-bg{left:auto;right:22px;top:auto;bottom:20px;transform:none}
.mission-vision-icon-bg .mission-icon-large{font-size:190px;color:#e4e4e4;display:block}
.mission-vision-icon-bg .mission-icon-inner{display:none}
.mission-vision-divider-col{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.mission-vision-line{flex:1 1 0;width:2px;background:linear-gradient(180deg, rgba(212,164,55,0.12), rgba(212,164,55,0.95), rgba(212,164,55,0.12));}
.mission-vision-circle{width:46px;height:46px;border-radius:50%;border:3px solid var(--gold);background:#f7f7f7;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:18px;line-height:1;z-index:2;margin:12px 0;box-shadow:0 0 0 6px rgba(247,247,247,0.95);transform:translateY(6px)}

.mission-vision-panel--mission{padding-right:82px}
.mission-vision-panel--vision{padding-left:82px}

.values-section{background:#001123;color:#ffffff;padding-top:70px;padding-bottom:84px}
.values-container{max-width:1800px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
.values-heading-wrap{margin-bottom:42px}
.values-heading{margin-left:0;margin-bottom:10px;font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.values-heading .eyebrow-first::after{display:none}
.values-heading-divider{width:60px;height:4px;background:var(--gold);border-radius:2px;margin:0 auto}
.values-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;align-items:start}
.values-item{padding:10px 26px 6px;text-align:center;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-left:1px solid rgba(255,255,255,0.32)}
.values-item:first-child{border-left:none}
.values-item--hand{padding-left:22px;padding-right:22px}
.values-icon-wrap{width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative;color:var(--gold)}
.values-icon{font-size:58px;line-height:1;color:var(--gold);display:block}
.values-icon-stack{width:72px;height:72px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:16px;color:var(--gold)}
.values-icon-shield{font-size:58px;line-height:1;color:var(--gold);display:block}
.values-icon-check{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%);font-size:20px;line-height:1;color:var(--gold);font-weight:700}
.values-icon-wrap--hand{width:78px;height:78px}
.values-hand-icon{width:62px;height:62px;object-fit:contain;display:block;filter:brightness(0) saturate(100%) invert(75%) sepia(44%) saturate(675%) hue-rotate(352deg) brightness(95%) contrast(90%)}
.values-title{margin:0 0 10px;font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:#ffffff;line-height:1.1}
.values-copy{margin:0;color:#ffffff;line-height:1.6;font-size:15px;max-width:280px}

@media(max-width:1199px){
  .values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .values-item{min-height:200px}
  .values-item:nth-child(odd){border-left:none}
  .values-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,0.2)}
}

@media(max-width:767px){
  .values-grid{grid-template-columns:1fr}
  .values-item{border-left:none;border-top:1px solid rgba(255,255,255,0.2);padding:22px 18px}
  .values-item:first-child{border-top:none}
  .values-copy{max-width:none}
}

@media(max-width:991px){
  .mission-vision-grid{grid-template-columns:1fr;gap:24px}
  .mission-vision-divider-col{display:none}
  .mission-vision-panel{min-height:0;padding:40px 24px 46px}
  .mission-vision-panel--mission,
  .mission-vision-panel--vision{padding-left:24px;padding-right:24px}
  .mission-vision-icon-bg{font-size:132px;right:10px;top:56%;opacity:0.14}
  .mission-vision-panel--vision .mission-vision-icon-bg{left:auto;right:10px}
  .mission-vision-title{font-size:clamp(28px,8vw,44px)}
  .mission-vision-copy{max-width:none}
}

.journey-left{padding-left:8px;padding-right:12px;padding-top:12px;padding-bottom:12px;margin-left:8px}
.journey-right{padding-left:12px;padding-right:24px;padding-top:12px;padding-bottom:12px}
.journey-title{font-family:'Playfair Display',serif;color:#0f1531;font-size:clamp(28px,3.6vw,40px);font-weight:700;margin:0}
.journey-desc{color:#000000;line-height:1.6;font-size:16px}

.journey-track{padding:24px 12px;position:relative}
.journey-step{position:relative;flex:0 0 auto;z-index:2;width:26%;height:160px;overflow:visible}
.journey-step:not(:last-child)::after{content:'';position:absolute;top:50%;left:50%;right:-50%;height:2px;background:var(--gold);transform:translateY(-50%);z-index:0;border-radius:2px}
.journey-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;background:#001427;box-shadow:0 6px 18px rgba(0,0,0,0.12);border:4px solid rgba(255,255,255,0.02);z-index:3}
.journey-label{position:absolute;top:calc(50% + 50px);left:50%;transform:translateX(-50%);color:#081019;font-weight:700}
.journey-desc-text{position:absolute;top:calc(50% + 74px);left:50%;transform:translateX(-50%);color:#081019;font-size:15px;line-height:1.5;text-align:center;max-width:440px;padding:0 12px;white-space:normal}

/* Icons inside circles */
.journey-circle{display:flex;align-items:center;justify-content:center}
.journey-icon{width:44px;height:44px;display:inline-block}
.journey-circle img.journey-icon{width:44px;height:44px;object-fit:contain}
.journey-circle .bi{font-size:40px;color:var(--gold);line-height:1}

@media(max-width:991px){
  .journey-left{flex:0 0 100%;max-width:100%;padding:18px}
  .journey-right{flex:0 0 100%;max-width:100%;padding:18px;margin-top:8px}
  .journey-track{padding:24px 6%}
  .journey-step{width:24%;height:auto}
  .journey-circle{width:64px;height:64px}
  .journey-label{margin-top:6px}
  .journey-desc-text{max-width:220px;font-size:13px}
  .why-inline-container{margin-top:0;padding-left:18px;padding-right:18px}
}

@media(max-width:575px){
  .why-inline-container{
    padding-left:16px;
    padding-right:16px;
  }
  .why-inline-row{
    flex-direction:column;
    gap:0;
  }
  .why-inline-item{
    width:100%;
    min-width:0;
    padding:16px 0;
    border-left:none !important;
    border-top:1px solid rgba(212,164,55,0.55);
    align-items:center;
  }
  .why-inline-item:first-child{
    border-top:none;
    padding-top:0;
  }
  .why-inline-item:not(:first-child){
    padding-left:0;
  }
  .why-inline-body{
    gap:4px;
  }
  .why-inline-number{
    font-size:32px;
  }
  .why-inline-label{
    font-size:15px;
  }
  .why-inline-desc{
    font-size:13px;
    max-width:300px;
  }
  .journey-row{
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
  }
  .journey-left,
  .journey-right{
    flex:0 0 100% !important;
    max-width:100% !important;
    width:100% !important;
    margin-left:0;
    padding-left:16px;
    padding-right:16px;
  }
  .journey-right{
    margin-top:10px;
  }
  .journey-track{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:10px 0 0;
  }
  .journey-step{
    width:100%;
    height:auto;
    min-height:0;
    padding:14px 14px 14px 86px;
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 10px 22px rgba(1,19,39,0.08);
  }
  .journey-step:not(:last-child)::after{
    display:none;
  }
  .journey-circle{
    width:56px;
    height:56px;
    left:16px;
    top:16px;
    transform:none;
  }
  .journey-label{
    position:static;
    transform:none;
    margin:0 0 6px;
    text-align:left;
  }
  .journey-desc-text{
    position:static;
    transform:none;
    max-width:none;
    padding:0;
    text-align:left;
    font-size:13px;
  }
}

