
:root{
  --navy:#0d1b42;
  --navy-2:#15295d;
  --teal:#04a6a6;
  --cyan:#5fe0e6;
  --gold:#eab44f;
  --ink:#0b1220;
  --muted:#667085;
  --paper:#f6f8fb;
  --white:#fff;
  --line:rgba(13,27,66,.10);
  --shadow:0 24px 70px rgba(13,27,66,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.topbar{background:#08142f;color:#d6e7ff;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:8px 0}
.topbar-right{display:flex;gap:18px;flex-wrap:wrap}
.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,27,66,.07)}
.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy);letter-spacing:-.02em}
.brand img{width:54px;height:54px;border-radius:14px;object-fit:cover;box-shadow:0 10px 30px rgba(13,27,66,.12)}
.brand span{font-size:21px}
.nav-links{display:flex;align-items:center;gap:8px}
.nav-links a{padding:12px 14px;border-radius:12px;font-size:14px;font-weight:700;color:#344054;transition:.25s}
.nav-links a:hover,.nav-links a.active{background:#edf5ff;color:var(--navy)}
.nav-cta{background:linear-gradient(135deg,var(--navy),var(--teal))!important;color:white!important;padding-inline:18px!important}
.menu-btn{display:none;border:0;background:#edf3fb;width:44px;height:44px;border-radius:12px;font-size:22px}

.hero{position:relative;min-height:680px;display:grid;place-items:center;overflow:hidden;background:#09152f;color:white}
.hero::before{content:"";position:absolute;inset:0;background:
linear-gradient(90deg,rgba(5,15,39,.92) 0%,rgba(5,15,39,.72) 46%,rgba(5,15,39,.18) 100%),
url('assets/port-hero.jpg') center/cover no-repeat;transform:scale(1.02)}
.hero::after{content:"";position:absolute;inset:auto -12% -170px auto;width:620px;height:620px;border:1px solid rgba(95,224,230,.28);border-radius:50%;box-shadow:0 0 0 70px rgba(95,224,230,.06),0 0 0 140px rgba(95,224,230,.03)}
.hero-content{position:relative;z-index:2;padding:90px 0;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(95,224,230,.10);border:1px solid rgba(95,224,230,.25);color:#bbf8fb;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 18px var(--cyan)}
.hero h1{font-size:clamp(46px,7vw,84px);line-height:.97;letter-spacing:-.055em;margin:22px 0 24px;max-width:850px}
.hero h1 span{background:linear-gradient(90deg,#fff,#6fe9ea);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{max-width:700px;color:#d9e2f1;font-size:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--cyan),#2dc4d6);color:#07152f}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(95,224,230,.25)}
.btn-ghost{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:white}
.hero-panel{background:rgba(9,21,47,.54);border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:24px;backdrop-filter:blur(18px);box-shadow:0 30px 80px rgba(0,0,0,.2)}
.hero-panel h3{margin:0 0 18px;font-size:16px;color:#cceff4}
.flow-step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px 0;border-top:1px solid rgba(255,255,255,.10)}
.flow-step:first-of-type{border-top:0}
.flow-num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6fe9ea,#fff);color:#0b1731;font-weight:900}
.flow-step b{display:block;font-size:15px;margin-bottom:2px}
.flow-step small{color:#aebed6;font-size:13px}

.section{padding:92px 0}
.section.alt{background:white}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}
.section-head h2{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 0;color:var(--navy)}
.section-head p{max-width:580px;color:var(--muted);margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 12px 35px rgba(13,27,66,.04);transition:.28s}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#edf9fb,#eaf1ff);font-size:26px;margin-bottom:18px}
.card h3{margin:0 0 8px;color:var(--navy);font-size:20px}
.card p{margin:0;color:var(--muted);font-size:14px}
.product-card{position:relative;overflow:hidden;min-height:240px;background:linear-gradient(145deg,#0d1b42,#16356c);color:white;border-radius:28px;padding:28px;border:1px solid rgba(255,255,255,.08)}
.product-card:before{content:"";position:absolute;right:-30px;bottom:-50px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,#6fe9ea 0%,rgba(111,233,234,.15) 45%,transparent 68%)}
.product-card .tag{display:inline-block;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.09);color:#bff9fb;font-size:12px;font-weight:800}
.product-card h3{font-size:24px;line-height:1.15;margin:28px 0 10px;max-width:260px}
.product-card p{color:#c8d5e7;font-size:14px;max-width:300px}
.text-link{display:inline-flex;gap:7px;align-items:center;margin-top:20px;color:#7ce7eb;font-weight:800;font-size:14px}
.market-band{background:linear-gradient(135deg,#07142f,#10285a);color:white;border-radius:34px;padding:34px;overflow:hidden;position:relative}
.market-band:after{content:"";position:absolute;inset:auto -70px -130px auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(95,224,230,.25),transparent 65%)}
.flags{display:grid;grid-template-columns:repeat(8,1fr);gap:12px;margin-top:22px}
.flag{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;min-width:0}
.flag img{width:100%;aspect-ratio:1.4/1;object-fit:cover}
.flag span{display:block;padding:8px;text-align:center;font-size:11px;color:#dbe6f7}

.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.image-shell{position:relative}
.image-shell img{border-radius:30px;box-shadow:var(--shadow);min-height:460px;object-fit:cover}
.image-shell:before{content:"";position:absolute;inset:-18px 40px auto -18px;height:120px;border:1px solid rgba(4,166,166,.26);border-radius:30px;z-index:-1}
.kicker{font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--teal);font-size:12px}
.big-copy h2{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.05em;color:var(--navy);margin:10px 0 20px}
.big-copy p{color:var(--muted);font-size:16px}
.checks{display:grid;gap:12px;margin-top:24px}
.check{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-top:1px solid var(--line)}
.check i{font-style:normal;width:30px;height:30px;border-radius:10px;background:#e8fbfb;color:#048d8d;display:grid;place-items:center;font-weight:900}
.check b{display:block;color:var(--navy)}
.check span{display:block;color:var(--muted);font-size:13px;margin-top:2px}

.page-hero{padding:110px 0 80px;background:
linear-gradient(120deg,rgba(7,20,47,.96),rgba(13,27,66,.78)),
url('assets/port-hero.jpg') center/cover no-repeat;color:white}
.page-hero h1{font-size:clamp(44px,6vw,72px);letter-spacing:-.05em;line-height:1;margin:14px 0}
.page-hero p{max-width:720px;color:#cfdaeb;font-size:17px}

.products-list{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.product-group{background:white;border-radius:28px;padding:28px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(13,27,66,.04)}
.product-group h3{margin:0 0 6px;color:var(--navy);font-size:24px}
.product-group>p{color:var(--muted);font-size:14px;margin:0 0 18px}
.product-row{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid var(--line);align-items:center}
.product-row b{color:#1e2f57}
.product-row span{font-size:12px;color:var(--teal);font-weight:800;background:#eaf9f9;padding:6px 9px;border-radius:999px}

.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.industry-card{background:white;border-radius:28px;padding:32px;border:1px solid var(--line);min-height:260px;position:relative;overflow:hidden}
.industry-card:after{content:attr(data-no);position:absolute;right:20px;bottom:-35px;font-size:120px;font-weight:900;color:rgba(13,27,66,.045);line-height:1}
.industry-card h3{font-size:27px;color:var(--navy);margin:16px 0 8px}
.industry-card p{color:var(--muted);max-width:520px}

.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}
.contact-card{background:white;border:1px solid var(--line);border-radius:28px;padding:28px}
.contact-card h3{color:var(--navy);margin-top:0}
.contact-line{padding:16px 0;border-top:1px solid var(--line)}
.contact-line:first-of-type{border-top:0}
.contact-line small{display:block;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);font-weight:900;margin-bottom:3px}
.contact-line b{font-size:16px;color:#15295d}
.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form .full{grid-column:1/-1}
.input{width:100%;padding:15px 16px;border:1px solid #dfe5ee;border-radius:13px;background:#fbfcfe;font:inherit;outline:none}
.input:focus{border-color:#75d8df;box-shadow:0 0 0 4px rgba(95,224,230,.12)}
textarea.input{min-height:140px;resize:vertical}
.footer{background:#07142f;color:#c7d4e7;padding:58px 0 26px;margin-top:80px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:34px}
.footer h4{color:white;margin:0 0 12px}
.footer p,.footer a{font-size:14px;color:#9fb0ca}
.footer-links{display:grid;gap:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:38px;padding-top:20px;font-size:12px;color:#7f93b1;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}
.reveal.in{opacity:1;transform:none}
@media (max-width:980px){
  .hero-content,.split,.contact-grid{grid-template-columns:1fr}
  .hero-panel{max-width:680px}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .flags{grid-template-columns:repeat(5,1fr)}
  .nav-links{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;align-items:stretch;background:white;padding:16px;border-radius:20px;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .menu-btn{display:block}
}
@media (max-width:680px){
  .container{width:min(100% - 24px,1180px)}
  .topbar .container{justify-content:center}
  .topbar-right span:last-child{display:none}
  .brand span{font-size:17px}
  .hero{min-height:auto}
  .hero-content{padding:74px 0}
  .hero h1{font-size:48px}
  .section{padding:70px 0}
  .section-head{display:block}
  .grid-3,.grid-4,.products-list,.industry-grid{grid-template-columns:1fr}
  .flags{grid-template-columns:repeat(3,1fr)}
  .form{grid-template-columns:1fr}
  .form .full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
}


/* Added photo-rich sections */
.photo-strip{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:230px 230px;gap:14px}
.photo-strip figure{margin:0;position:relative;overflow:hidden;border-radius:24px;background:#07142f}
.photo-strip figure:first-child{grid-row:1/3}
.photo-strip img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.photo-strip figure:hover img{transform:scale(1.045)}
.photo-strip figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 13px;border-radius:14px;background:rgba(5,15,39,.62);backdrop-filter:blur(10px);color:#fff;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.13)}
.product-photo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.product-photo{position:relative;min-height:300px;border-radius:24px;overflow:hidden;background:#0d1b42;box-shadow:0 15px 45px rgba(13,27,66,.10)}
.product-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .45s ease}
.product-photo:hover img{transform:scale(1.055)}
.product-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(4,12,30,.9) 100%)}
.product-photo-info{position:absolute;z-index:2;left:18px;right:18px;bottom:17px;color:#fff}
.product-photo-info small{display:block;color:#83eff0;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.product-photo-info b{font-size:17px;line-height:1.2}
.photo-product-row{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;padding:16px 0;border-top:1px solid var(--line)}
.photo-product-row img{width:150px;height:98px;object-fit:cover;border-radius:16px}
.photo-product-copy{display:flex;justify-content:space-between;gap:18px;align-items:center}
.marine-feature{position:relative;min-height:520px;border-radius:34px;overflow:hidden;display:flex;align-items:end;padding:34px;color:#fff;background:#07142f}
.marine-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.marine-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,14,33,.04),rgba(5,14,33,.9))}
.marine-feature-copy{position:relative;z-index:2;max-width:640px}
.marine-feature-copy h3{font-size:38px;line-height:1.03;margin:7px 0 10px}
.marine-feature-copy p{color:#d8e3f0;margin:0}
@media(max-width:980px){.product-photo-grid{grid-template-columns:repeat(2,1fr)}.photo-strip{grid-template-columns:1fr 1fr;grid-template-rows:300px 230px 230px}.photo-strip figure:first-child{grid-column:1/-1;grid-row:auto}}
@media(max-width:680px){.product-photo-grid{grid-template-columns:1fr}.photo-strip{display:grid;grid-template-columns:1fr;grid-template-rows:none}.photo-strip figure,.photo-strip figure:first-child{grid-column:auto;grid-row:auto;height:240px}.photo-product-row{grid-template-columns:105px 1fr}.photo-product-row img{width:105px;height:88px}.photo-product-copy{display:block}.photo-product-copy span{display:inline-block;margin-top:8px}.marine-feature{min-height:420px;padding:22px}.marine-feature-copy h3{font-size:30px}}


/* Contact image: show the full artwork instead of cropping it */
.contact-visual{background:#07142f;border-radius:30px;overflow:hidden;min-height:460px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
.contact-visual img{width:100%;height:100%;min-height:460px;object-fit:contain;border-radius:30px;box-shadow:none;background:#07142f}
.contact-visual:before{display:none}

/* Desktop mouse follower */
.cursor-orbit,.cursor-core{position:fixed;left:0;top:0;pointer-events:none;z-index:99999;opacity:0;will-change:transform,opacity}
.cursor-orbit{width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(4,166,166,.72);box-shadow:0 0 0 6px rgba(95,224,230,.07),0 0 24px rgba(95,224,230,.24);transition:width .18s ease,height .18s ease,border-color .18s ease,background .18s ease,opacity .2s ease}
.cursor-core{width:7px;height:7px;border-radius:50%;background:#04a6a6;box-shadow:0 0 14px rgba(95,224,230,.75);transition:width .18s ease,height .18s ease,background .18s ease,opacity .2s ease}
body.cursor-ready{cursor:none}
body.cursor-ready a,body.cursor-ready button,body.cursor-ready input,body.cursor-ready textarea,body.cursor-ready select,body.cursor-ready [role="button"]{cursor:none}
.cursor-orbit.is-hover{width:54px;height:54px;background:rgba(95,224,230,.08);border-color:rgba(95,224,230,.95)}
.cursor-core.is-hover{width:5px;height:5px;background:#5fe0e6}
@media (max-width:980px),(hover:none),(pointer:coarse){.cursor-orbit,.cursor-core{display:none!important}body.cursor-ready{cursor:auto}body.cursor-ready a,body.cursor-ready button,body.cursor-ready input,body.cursor-ready textarea,body.cursor-ready select,body.cursor-ready [role="button"]{cursor:auto}}
@media (prefers-reduced-motion:reduce){.cursor-orbit,.cursor-core{display:none!important}body.cursor-ready{cursor:auto}}


/* ===== Product portfolio v2: responsive category pages ===== */
.product-index-hero{padding-bottom:96px}
.category-index-section{overflow:hidden}
.category-showcase{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}
.category-showcase-card{grid-column:span 6;background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:0 16px 48px rgba(13,27,66,.06);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-width:0}
.category-showcase-card:nth-child(3){grid-column:3/span 8}
.category-showcase-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(13,27,66,.13);border-color:rgba(4,166,166,.22)}
.category-mosaic{height:clamp(270px,31vw,430px);display:grid;gap:6px;background:#07142f;overflow:hidden}
.category-mosaic img{width:100%;height:100%;object-fit:cover;min-width:0;min-height:0;transition:transform .5s ease,filter .35s ease}
.category-showcase-card:hover .category-mosaic img{transform:scale(1.035)}
.category-mosaic-4{grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(3,minmax(0,1fr))}
.category-mosaic-4 img:first-child{grid-column:1;grid-row:1/4}
.category-mosaic-4 img:nth-child(2){grid-column:2;grid-row:1}
.category-mosaic-4 img:nth-child(3){grid-column:2;grid-row:2}
.category-mosaic-4 img:nth-child(4){grid-column:2;grid-row:3}
.category-mosaic-3{grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr}
.category-mosaic-3 img:first-child{grid-row:1/3}
.category-showcase-copy{padding:30px 32px 32px}
.category-count{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eaf9f9;color:#018d91;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.category-showcase-copy h3{font-size:clamp(28px,3vw,40px);line-height:1.02;letter-spacing:-.04em;color:var(--navy);margin:15px 0 12px}
.category-showcase-copy p{color:var(--muted);font-size:15px;max-width:670px;margin:0}
.category-open{display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding-top:19px;border-top:1px solid var(--line);font-weight:900;color:var(--navy)}
.category-open b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--cyan),#2dc4d6);font-size:19px;transition:transform .25s ease}
.category-showcase-card:hover .category-open b{transform:translateX(4px)}
.category-cta{background:linear-gradient(135deg,#07142f,#14356c);color:#fff;border-radius:34px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 24px 70px rgba(13,27,66,.16)}
.category-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.03;letter-spacing:-.04em;margin:7px 0 8px;max-width:780px}
.category-cta p{color:#bac9dd;max-width:760px;margin:0}
.category-page-hero{padding-top:92px}
.back-products{display:inline-flex;margin-bottom:22px;color:#bdeff2;font-weight:800;font-size:13px}
.category-detail-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.75fr);gap:40px;align-items:end;margin-bottom:36px}
.category-detail-intro h2{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.045em;color:var(--navy);margin:8px 0 0}
.category-detail-intro p{color:var(--muted);margin:0}
.detail-products-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}
.detail-product-card{grid-column:span 6;background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 14px 42px rgba(13,27,66,.055);transition:transform .3s ease,box-shadow .3s ease;min-width:0}
.detail-product-card:nth-child(3n){grid-column:span 7}
.detail-product-card:nth-child(3n+1):last-child{grid-column:3/span 8}
.detail-product-card:hover{transform:translateY(-6px);box-shadow:0 28px 68px rgba(13,27,66,.12)}
.detail-product-media{height:clamp(280px,31vw,440px);overflow:hidden;background:#edf2f7}
.detail-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.detail-product-card:hover .detail-product-media img{transform:scale(1.045)}
.detail-product-copy{padding:28px 30px 30px}
.detail-tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:#e8fafa;color:#008e92;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.07em}
.detail-product-copy h2{color:var(--navy);font-size:clamp(25px,3vw,36px);line-height:1.08;letter-spacing:-.035em;margin:14px 0 10px}
.detail-product-copy p{color:var(--muted);margin:0;min-height:72px}
.detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.detail-meta span{padding:8px 10px;border-radius:11px;background:#f1f5fa;color:#52627a;font-size:12px;font-weight:700}
.detail-inquiry{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:22px;padding-top:19px;color:var(--navy);font-weight:900}
.detail-inquiry b{color:var(--teal);font-size:18px}

@media (min-width:1500px){
  .container{width:min(1320px,calc(100% - 80px))}
  .category-mosaic{height:430px}
  .detail-product-media{height:440px}
}
@media (max-width:1180px){
  .category-showcase-card,.category-showcase-card:nth-child(3){grid-column:span 6}
  .category-showcase-card:nth-child(3){grid-column:3/span 8}
  .detail-product-card,.detail-product-card:nth-child(3n),.detail-product-card:nth-child(3n+1):last-child{grid-column:span 6}
}
@media (max-width:900px){
  .category-showcase{grid-template-columns:1fr}
  .category-showcase-card,.category-showcase-card:nth-child(3){grid-column:auto}
  .category-mosaic{height:360px}
  .category-detail-intro{grid-template-columns:1fr;gap:14px}
  .detail-products-grid{grid-template-columns:1fr}
  .detail-product-card,.detail-product-card:nth-child(3n),.detail-product-card:nth-child(3n+1):last-child{grid-column:auto}
  .detail-product-media{height:390px}
  .category-cta{align-items:flex-start;flex-direction:column}
}
@media (max-width:680px){
  .product-index-hero,.category-page-hero{padding-top:72px;padding-bottom:58px}
  .category-mosaic{height:285px}
  .category-showcase-copy{padding:24px 22px 25px}
  .category-showcase-copy h3{font-size:30px}
  .category-mosaic-4,.category-mosaic-3{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}
  .category-mosaic-4 img:first-child,.category-mosaic-4 img:nth-child(2),.category-mosaic-4 img:nth-child(3),.category-mosaic-4 img:nth-child(4){grid-column:auto;grid-row:auto}
  .category-mosaic-3 img:first-child{grid-column:1/-1;grid-row:auto}
  .detail-product-media{height:290px}
  .detail-product-copy{padding:23px 21px 24px}
  .detail-product-copy p{min-height:0}
  .category-cta{padding:28px 23px;border-radius:26px}
}
@media (max-width:430px){
  .container{width:calc(100% - 20px)}
  .category-mosaic{height:245px;gap:4px}
  .category-showcase-card,.detail-product-card{border-radius:24px}
  .category-showcase-copy h3{font-size:27px}
  .detail-product-media{height:250px}
  .detail-product-copy h2{font-size:26px}
}


/* ===== V4: smoother product reveal + calm marine video ===== */
/* Product cards define their own hover transitions later in the stylesheet.
   Include opacity here as well so IntersectionObserver never makes them pop in. */
.category-showcase-card.reveal,
.detail-product-card.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.22,.61,.36,1),
    box-shadow .30s ease,
    border-color .30s ease;
  will-change:opacity,transform;
}
.category-showcase-card.reveal.in,
.detail-product-card.reveal.in{
  opacity:1;
  transform:translateY(0);
}
.category-showcase-card.reveal.in:hover{transform:translateY(-7px)}
.detail-product-card.reveal.in:hover{transform:translateY(-6px)}

.marine-video-section{padding:76px 0;background:#fff}
.marine-video-wrap{position:relative;width:min(1380px,calc(100% - 48px));margin:0 auto;min-height:clamp(460px,48vw,700px);overflow:hidden;background:#07142f;border-radius:34px;box-shadow:0 28px 80px rgba(13,27,66,.14)}
.marine-video-wrap video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.marine-video-wrap::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(5,15,39,.78) 0%,rgba(5,15,39,.34) 48%,rgba(5,15,39,.12) 100%)}
.marine-video-wrap::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(7,20,47,.08),rgba(7,20,47,.28))}
.marine-video-content{position:relative;z-index:2;min-height:inherit;display:flex;align-items:flex-end;padding-top:70px;padding-bottom:70px}
.marine-video-copy{max-width:680px;color:#fff}
.marine-video-copy h2{font-size:clamp(38px,5.5vw,68px);line-height:1;letter-spacing:-.05em;margin:12px 0 16px}
.marine-video-copy p{max-width:610px;color:#dce7f4;font-size:16px;margin:0}
.marine-video-chip{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(7,20,47,.46);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(10px);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#c5fbfc}
.marine-video-chip i{display:block;width:8px;height:8px;border-radius:50%;background:#5fe0e6;box-shadow:0 0 16px #5fe0e6}
.marine-video-note{display:flex;align-items:center;gap:10px;margin-top:24px;color:#dce7f4;font-size:12px;font-weight:700}
.marine-video-note span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08)}
@media(max-width:680px){
  .marine-video-section{padding:54px 0}
  .marine-video-wrap{width:calc(100% - 24px);min-height:520px;border-radius:24px}
  .marine-video-wrap::before{background:linear-gradient(180deg,rgba(5,15,39,.22) 0%,rgba(5,15,39,.82) 82%)}
  .marine-video-content{padding-top:45px;padding-bottom:45px;align-items:flex-end}
  .marine-video-copy h2{font-size:40px}
}
@media(prefers-reduced-motion:reduce){
  .category-showcase-card.reveal,.detail-product-card.reveal,.reveal{transition:none!important;transform:none!important;opacity:1!important}
  .marine-video-wrap video{display:none}
  .marine-video-wrap{background:url('assets/port-sunset.jpg') center/cover no-repeat}
}


/* ===== V5: home spacing + search metadata support ===== */
@media (max-width:980px) and (min-width:681px){
  .marine-video-section{padding:64px 0}
  .marine-video-wrap{width:calc(100% - 32px);border-radius:28px;min-height:560px}
}


/* ===== V6: richer media layout + one unique video per page ===== */
.hero-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero.has-video::before{background:linear-gradient(90deg,rgba(5,15,39,.92) 0%,rgba(5,15,39,.72) 46%,rgba(5,15,39,.18) 100%)}
.hero.has-video .hero-video-bg{filter:saturate(.94) contrast(1.03)}
.hero.has-video::after{z-index:1}
.hero.has-video .hero-content{z-index:3}
.hero-video-shade{position:absolute;inset:0;z-index:1;background:
linear-gradient(90deg,rgba(4,13,34,.90) 0%,rgba(4,13,34,.72) 48%,rgba(4,13,34,.20) 100%),
linear-gradient(180deg,rgba(4,13,34,.12),rgba(4,13,34,.30));pointer-events:none}

.static-cinema-section{padding:76px 0;background:#fff}
.static-cinema{position:relative;width:min(1380px,calc(100% - 48px));margin:auto;min-height:clamp(440px,46vw,680px);overflow:hidden;border-radius:34px;background:#07142f;box-shadow:0 28px 80px rgba(13,27,66,.13)}
.static-cinema>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.static-cinema::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,39,.78),rgba(5,15,39,.20) 70%),linear-gradient(180deg,transparent,rgba(5,15,39,.30))}
.static-cinema-copy{position:relative;z-index:2;min-height:inherit;display:flex;align-items:flex-end;padding:64px 0;color:#fff}
.static-cinema-copy>div{max-width:650px}
.static-cinema-copy h2{font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-.05em;margin:10px 0 14px}
.static-cinema-copy p{color:#dce7f4;max-width:620px}

.page-video{padding:78px 0}
.page-video-shell{position:relative;width:min(1180px,calc(100% - 40px));margin:auto;min-height:clamp(430px,44vw,620px);overflow:hidden;border-radius:32px;background:#07142f;box-shadow:0 25px 70px rgba(13,27,66,.13)}
.page-video-shell video,.page-video-shell>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-video-shell::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,39,.82),rgba(5,15,39,.18) 70%),linear-gradient(180deg,rgba(5,15,39,.06),rgba(5,15,39,.34))}
.page-video-copy{position:relative;z-index:2;min-height:inherit;display:flex;align-items:flex-end;padding:48px;color:#fff}
.page-video-copy>div{max-width:620px}
.page-video-copy h2{font-size:clamp(34px,4.5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 14px}
.page-video-copy p{color:#dbe6f3;margin:0}
.page-video-copy .kicker{color:#7ce7eb}

.media-mosaic{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:230px;gap:16px}
.media-mosaic figure{position:relative;margin:0;overflow:hidden;border-radius:24px;background:#0b1731}
.media-mosaic figure.wide{grid-row:span 2}
.media-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.media-mosaic figure:hover img{transform:scale(1.045)}
.media-mosaic figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 12px;border-radius:13px;background:rgba(5,15,39,.56);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:12px;font-weight:700}

.photo-story{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.photo-story-card{position:relative;min-height:360px;overflow:hidden;border-radius:28px;background:#0d1b42}
.photo-story-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.photo-story-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(4,13,34,.86))}
.photo-story-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:white}
.photo-story-copy small{color:#78ecee;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.photo-story-copy h3{font-size:25px;line-height:1.1;margin:6px 0 0}

.product-detail-media{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:30px}
.product-detail-media .media-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:220px}
.product-detail-media .media-mosaic figure.wide{grid-column:1/-1;grid-row:auto;height:320px}

@media (max-width:980px){
  .media-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:220px}
  .media-mosaic figure.wide{grid-column:1/-1;grid-row:auto;height:320px}
  .photo-story{grid-template-columns:1fr}
  .product-detail-media{grid-template-columns:1fr}
  .page-video-copy{padding:38px}
}
@media (max-width:680px){
  .hero-video-bg{display:none}
  .hero.has-video::before{background:
    linear-gradient(90deg,rgba(5,15,39,.91),rgba(5,15,39,.52)),
    url('assets/port-hero.jpg') center/cover no-repeat}
  .static-cinema-section,.page-video{padding:54px 0}
  .static-cinema,.page-video-shell{width:calc(100% - 24px);min-height:480px;border-radius:24px}
  .static-cinema-copy{padding:38px 0}
  .page-video-copy{padding:26px}
  .page-video-shell video{display:none}
  .media-mosaic{grid-template-columns:1fr;grid-auto-rows:230px}
  .media-mosaic figure.wide{grid-column:auto;height:250px}
  .photo-story-card{min-height:300px}
}
@media (prefers-reduced-motion:reduce){
  .hero-video-bg,.page-video-shell video{display:none}
}

/* V9 — seamless infinite countries ribbon */
.flags-marquee-shell{
  position:relative;
  margin-top:24px;
  padding:0 54px;
  isolation:isolate;
}
.flags-marquee-viewport{
  overflow:hidden;
  border-radius:22px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.flags-marquee-shell .flags{
  display:flex !important;
  grid-template-columns:none !important;
  gap:12px;
  width:max-content;
  margin-top:0;
  will-change:transform;
  transform:translate3d(0,0,0);
}
.flags-marquee-shell .flag{
  flex:0 0 160px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 13px;
  min-height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.flags-marquee-shell .flag:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.14);
  border-color:rgba(112,233,235,.38);
}
.flags-marquee-shell .flag img{
  width:44px;
  height:32px;
  aspect-ratio:auto;
  object-fit:cover;
  border-radius:8px;
  box-shadow:0 4px 12px rgba(0,0,0,.16);
  flex:0 0 auto;
}
.flags-marquee-shell .flag span{
  padding:0;
  text-align:left;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  color:#f4f8ff;
  white-space:nowrap;
}
.flag-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:40px;
  height:40px;
  border:1px solid rgba(112,233,235,.25);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:white;
  background:rgba(6,20,48,.82);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.flag-arrow:hover{
  background:#0b5570;
  border-color:#70e9eb;
  transform:translateY(-50%) scale(1.06);
}
.flag-arrow:active{transform:translateY(-50%) scale(.96)}
.flag-arrow.prev{left:4px}
.flag-arrow.next{right:4px}
.flag-arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:700px){
  .flags-marquee-shell{padding:0 42px}
  .flags-marquee-shell .flag{flex-basis:145px;min-height:54px;padding:8px 11px}
  .flags-marquee-shell .flag img{width:40px;height:29px}
  .flag-arrow{width:34px;height:34px}
  .flag-arrow.prev{left:2px}
  .flag-arrow.next{right:2px}
}


/* V11 — shipping lines partner cards */
.shipping-lines-section{
  position:relative;
  overflow:hidden;
}
.shipping-lines-section:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-180px;
  top:-170px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(28,185,190,.10),transparent 68%);
  pointer-events:none;
}
.shipping-lines-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.shipping-line-card{
  position:relative;
  overflow:hidden;
  border:1px solid #e2e9f2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 46px rgba(8,24,52,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.shipping-line-card:hover{
  transform:translateY(-6px);
  border-color:rgba(18,165,173,.34);
  box-shadow:0 24px 58px rgba(8,24,52,.13);
}
.shipping-line-logo{
  aspect-ratio:1.55/1;
  display:grid;
  place-items:center;
  padding:24px;
  background:linear-gradient(145deg,#ffffff,#f7fafc);
  border-bottom:1px solid #edf1f5;
}
.shipping-line-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  mix-blend-mode:multiply;
}
.shipping-line-name{
  padding:17px 20px 19px;
  text-align:center;
  color:#0b1d45;
  font-size:17px;
  font-weight:800;
  letter-spacing:.01em;
}
@media (max-width:980px){
  .shipping-lines-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .shipping-lines-grid{grid-template-columns:1fr 1fr;gap:12px}
  .shipping-line-card{border-radius:18px}
  .shipping-line-logo{padding:15px}
  .shipping-line-name{font-size:14px;padding:13px 10px 15px}
}


/* What We Do cards — requested image-only enhancement */
.what-we-do-grid{align-items:stretch}
.what-we-do-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:390px}
.what-we-do-card:hover{transform:translateY(-7px)}
.what-we-do-image{height:210px;overflow:hidden;background:#eaf1f7}
.what-we-do-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.what-we-do-card:hover .what-we-do-image img{transform:scale(1.045)}
.what-we-do-content{padding:24px 26px 27px;display:flex;flex-direction:column;flex:1}
.what-we-do-content h3{margin:0 0 8px}
.what-we-do-content p{margin:0}
@media(max-width:980px){.what-we-do-image{height:230px}}
@media(max-width:680px){.what-we-do-card{min-height:0}.what-we-do-image{height:220px}.what-we-do-content{padding:21px}}

/* ===== V10 Executive International Homepage ===== */
.navbar{position:sticky;top:0;z-index:1000;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:rgba(255,255,255,.94)}
.hero.executive-hero{min-height:calc(100vh - 112px);display:flex;align-items:center;padding:92px 0 58px;overflow:hidden}
.executive-hero .hero-video-bg{filter:saturate(.82) contrast(1.08)}
.executive-hero .hero-video-shade{background:linear-gradient(90deg,rgba(4,12,31,.96) 0%,rgba(4,12,31,.78) 48%,rgba(4,12,31,.32) 100%),linear-gradient(0deg,rgba(4,12,31,.72),transparent 55%)}
.executive-hero .hero-content{grid-template-columns:minmax(0,1.18fr) minmax(330px,.62fr);gap:72px;align-items:end}
.executive-hero h1{font-size:clamp(54px,7.2vw,104px);max-width:930px;line-height:.91;letter-spacing:-.065em;margin:18px 0 26px}
.executive-hero h1 span{display:block;background:linear-gradient(90deg,#72edf0,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}
.executive-hero p{font-size:clamp(17px,1.35vw,21px);line-height:1.75;max-width:780px;color:#d6dfed}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-trust span{padding:9px 13px;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:#dce7f4;font-size:12px;font-weight:700;background:rgba(255,255,255,.06);backdrop-filter:blur(10px)}
.executive-card{background:rgba(8,24,55,.62);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.3);backdrop-filter:blur(18px)}.executive-card .label{color:#75e6e9;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900}.executive-card h3{font-size:27px;margin:10px 0 22px;color:#fff}.executive-point{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.executive-point i{font-style:normal;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(108,229,234,.12);color:#76e8ec;font-weight:900}.executive-point b{display:block;color:#fff;font-size:14px}.executive-point small{display:block;color:#aebdd0;margin-top:4px;line-height:1.5}
.market-strip{background:#06132d;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.market-strip-inner{display:grid;grid-template-columns:1.15fr repeat(3,1fr);align-items:stretch}.market-strip .lead,.market-strip .market-item{padding:24px 26px;border-right:1px solid rgba(255,255,255,.1)}.market-strip .lead{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#7ce7eb;font-weight:900}.market-item b{display:block;font-size:16px}.market-item span{display:block;color:#94a7c0;font-size:12px;margin-top:4px}
.statement-section{padding:120px 0;background:#fff}.statement-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.statement-kicker{position:sticky;top:120px}.statement-copy h2{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em;color:var(--navy);margin:0}.statement-copy h2 em{font-style:normal;color:var(--teal)}.statement-copy>p{font-size:19px;line-height:1.8;color:var(--muted);max-width:850px;margin:30px 0 0}
.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.capability{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fbfdff}.capability strong{font-size:14px;color:var(--navy)}.capability p{font-size:13px;margin:8px 0 0;color:var(--muted);line-height:1.6}
.cinema-video{position:relative;min-height:720px;overflow:hidden;background:#06132d}.cinema-video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cinema-video:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,16,39,.9),rgba(5,16,39,.25)),linear-gradient(0deg,rgba(5,16,39,.7),transparent 55%)}.cinema-video-copy{position:relative;z-index:2;min-height:720px;display:flex;align-items:flex-end;padding-bottom:82px;color:#fff}.cinema-video-copy h2{font-size:clamp(48px,7vw,88px);line-height:.94;letter-spacing:-.055em;max-width:900px;margin:12px 0 18px}.cinema-video-copy p{max-width:680px;color:#d3deea;font-size:17px;line-height:1.7}.video-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-size:12px;font-weight:800}.video-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:#6ce5ea;box-shadow:0 0 0 6px rgba(108,229,234,.12)}
.portfolio-luxe{padding:120px 0;background:#f4f7fb}.portfolio-visual-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:330px 330px;gap:18px}.portfolio-tile{position:relative;overflow:hidden;border-radius:28px;background:#07142f}.portfolio-tile:first-child{grid-row:1/3}.portfolio-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.portfolio-tile:hover img{transform:scale(1.045)}.portfolio-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,12,31,.88),transparent 62%)}.portfolio-tile-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff}.portfolio-tile-copy span{color:#78e6ea;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:900}.portfolio-tile-copy h3{font-size:clamp(25px,3vw,39px);margin:7px 0 6px}.portfolio-tile-copy p{color:#d6e0ec;max-width:580px;margin:0;font-size:13px}.portfolio-tile-copy b{display:inline-flex;margin-top:16px;color:#fff;font-size:13px}
.network-section{padding:120px 0;background:#07142f;color:#fff;overflow:hidden}.network-section .section-head h2{color:#fff}.network-section .section-head p{color:#9eb0c7}.network-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;margin-top:36px}.network-card{border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:32px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.network-card h3{font-size:30px;margin:0 0 12px}.network-card p{color:#a9bad0;line-height:1.7}.network-routes{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.route-pill{padding:15px 16px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.route-pill b{display:block;font-size:13px}.route-pill small{color:#7ce7eb}.network-image{min-height:500px;border-radius:28px;overflow:hidden;position:relative}.network-image img{width:100%;height:100%;object-fit:cover}.network-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,15,36,.62),transparent 55%)}
.executive-cta{padding:110px 0;background:#fff}.executive-cta-box{position:relative;overflow:hidden;border-radius:36px;background:#07142f;padding:70px;color:#fff;box-shadow:0 30px 90px rgba(7,20,47,.18)}.executive-cta-box:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(65,205,214,.18);right:-160px;top:-210px}.executive-cta-box h2{position:relative;font-size:clamp(40px,5vw,67px);line-height:1;letter-spacing:-.05em;max-width:850px;margin:10px 0 18px}.executive-cta-box p{position:relative;color:#b8c7d9;max-width:720px;font-size:17px}.executive-cta-box .hero-actions{position:relative;margin-top:28px}
@media(max-width:980px){.executive-hero .hero-content,.statement-grid,.network-layout{grid-template-columns:1fr}.executive-hero{min-height:auto}.executive-card{max-width:620px}.market-strip-inner{grid-template-columns:1fr 1fr}.market-strip .lead{grid-column:1/-1}.statement-kicker{position:static}.capability-grid{grid-template-columns:1fr}.portfolio-visual-grid{grid-template-columns:1fr;grid-template-rows:460px 320px 320px}.portfolio-tile:first-child{grid-row:auto}.cinema-video,.cinema-video-copy{min-height:600px}}
@media(max-width:680px){.executive-hero{padding:64px 0 44px}.executive-hero h1{font-size:49px}.executive-hero .hero-content{gap:42px}.market-strip-inner{grid-template-columns:1fr}.market-strip .lead{grid-column:auto}.market-strip .lead,.market-strip .market-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.statement-section,.portfolio-luxe,.network-section,.executive-cta{padding:78px 0}.portfolio-visual-grid{grid-template-rows:400px 290px 290px}.network-routes{grid-template-columns:1fr}.executive-cta-box{padding:38px 25px}.cinema-video,.cinema-video-copy{min-height:540px}.cinema-video-copy{padding-bottom:48px}}

/* ======================================================================
   EXPANDO INTERNATIONAL — EXECUTIVE LUXURY RESTYLE 2026
   Full-site visual system override. Content and information are preserved.
   ====================================================================== */
:root{
  --navy:#07111f;
  --navy-2:#0d1b2f;
  --teal:#b4935a;
  --cyan:#d6b878;
  --gold:#c9a66b;
  --gold-2:#ead7ad;
  --ink:#121923;
  --muted:#6f7782;
  --paper:#f3f0ea;
  --white:#fff;
  --line:rgba(12,24,40,.11);
  --shadow:0 30px 90px rgba(7,17,31,.14);
  --radius:8px;
}
body{background:#f4f1eb;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.01em}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E")}
.container{width:min(1320px,calc(100% - 64px))}
.topbar{background:#040b13;color:#bfc6ce;border-bottom:1px solid rgba(255,255,255,.07);font-size:11px;letter-spacing:.13em;text-transform:uppercase}
.topbar .container{padding:11px 0}.topbar-right{gap:28px}
.navbar{top:0;background:rgba(7,17,31,.92);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 30px rgba(0,0,0,.08)}
.nav-wrap{height:92px}.brand{color:#fff;gap:15px}.brand img{width:58px;height:58px;border-radius:2px;box-shadow:none;border:1px solid rgba(255,255,255,.1)}.brand span{font-size:18px;letter-spacing:.05em;text-transform:uppercase;font-weight:700}
.nav-links{gap:4px}.nav-links a{color:#d7dce4;padding:12px 15px;border-radius:2px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:650}.nav-links a:hover,.nav-links a.active{background:rgba(255,255,255,.07);color:#fff}.nav-cta{background:transparent!important;border:1px solid rgba(214,184,120,.72)!important;color:var(--gold-2)!important;padding-inline:20px!important}.nav-cta:hover{background:var(--gold)!important;color:#07111f!important}
.menu-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:2px}

.hero{min-height:820px;background:#07111f}.hero-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-video-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,8,14,.94) 0%,rgba(5,12,22,.79) 48%,rgba(5,12,22,.32) 100%),linear-gradient(180deg,rgba(4,10,17,.14),rgba(4,10,17,.56))}.hero:before{display:none}.hero:after{width:720px;height:720px;right:-220px;bottom:-310px;border:1px solid rgba(214,184,120,.22);box-shadow:0 0 0 90px rgba(214,184,120,.035),0 0 0 180px rgba(214,184,120,.018)}
.hero-content{z-index:2;padding:115px 0 120px;grid-template-columns:minmax(0,1.25fr) minmax(340px,.6fr);gap:90px}.eyebrow{background:transparent;border:0;border-left:2px solid var(--gold);border-radius:0;padding:0 0 0 13px;color:#ddc89d;font-size:11px;letter-spacing:.18em}.eyebrow-dot{display:none}.hero h1{font-size:clamp(64px,8vw,118px);line-height:.87;max-width:960px;letter-spacing:-.075em;font-weight:800;margin:30px 0 31px}.hero h1 span{background:none;color:var(--gold-2);font-weight:500}.hero p{font-size:18px;line-height:1.8;max-width:760px;color:#d2d7df}.hero-actions{margin-top:37px}.btn{border-radius:2px;padding:16px 23px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.btn-primary{background:var(--gold);color:#08111d}.btn-primary:hover{background:#dfc48f;box-shadow:0 18px 40px rgba(201,166,107,.18)}.btn-ghost{border-color:rgba(255,255,255,.32);background:transparent}.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.hero-trust{display:flex!important;gap:8px;flex-wrap:wrap;margin-top:44px}.hero-trust span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#bbc2cc;padding:9px 12px;border:1px solid rgba(255,255,255,.12);background:rgba(5,12,22,.24)}
.executive-card,.hero-panel{border-radius:3px;background:rgba(5,13,23,.64);border:1px solid rgba(214,184,120,.22);padding:31px;backdrop-filter:blur(18px);box-shadow:0 30px 90px rgba(0,0,0,.28)}.executive-card .label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-2)}.executive-card h3{font-size:26px;line-height:1.18;margin:13px 0 24px}.executive-point{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1)}.executive-point i{font-style:normal;color:var(--gold);font-size:11px;letter-spacing:.12em}.executive-point b{font-size:14px;display:block}.executive-point small{display:block;color:#aeb8c5;line-height:1.55;margin-top:3px}

.market-strip{background:#0b1727;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.06);color:white}.market-strip-inner{display:grid;grid-template-columns:1.3fr repeat(3,1fr);align-items:stretch}.market-strip .lead,.market-item{padding:24px 30px;border-right:1px solid rgba(255,255,255,.08)}.market-strip .lead{padding-left:0;color:#cdb788;text-transform:uppercase;letter-spacing:.12em;font-size:10px;display:flex;align-items:center}.market-item b{display:block;font-size:14px}.market-item span{font-size:11px;color:#8995a5;text-transform:uppercase;letter-spacing:.08em}

.section{padding:118px 0}.section.alt{background:#fff}.section-head{margin-bottom:54px;align-items:end}.kicker{font-size:10px;letter-spacing:.18em;color:#9a7841}.section-head h2,.big-copy h2,.statement-copy h2,.category-cta h2{font-size:clamp(44px,5.4vw,76px);line-height:.98;letter-spacing:-.055em;color:#0a1626;font-weight:720}.section-head p,.big-copy p{font-size:15px;line-height:1.85;color:#737c88}
.card,.product-group,.industry-card,.category-showcase-card,.detail-product-card{border-radius:4px;border:1px solid rgba(9,22,38,.10);box-shadow:none}.card{padding:34px;background:#fbfaf7}.card:hover,.category-showcase-card:hover{transform:translateY(-4px);box-shadow:0 28px 65px rgba(7,17,31,.10);border-color:rgba(180,147,90,.3)}.icon{border-radius:2px;background:#efe7d8;color:#8a6734}

.statement-section{padding:125px 0;background:#f4f1eb}.statement-grid{display:grid;grid-template-columns:.36fr 1fr;gap:90px}.statement-copy h2{margin:0 0 26px}.statement-copy h2 em{font-style:normal;color:#a78045;font-weight:520}.statement-copy>p{font-size:18px;line-height:1.9;color:#616a75;max-width:980px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:50px;border-top:1px solid rgba(7,17,31,.14);border-bottom:1px solid rgba(7,17,31,.14)}.capability{padding:30px 30px 30px 0;border-right:1px solid rgba(7,17,31,.12)}.capability+ .capability{padding-left:30px}.capability:last-child{border-right:0}.capability strong{font-size:14px;color:#101c2d}.capability p{font-size:13px;color:#747d89;line-height:1.7}

.cinema-video,.page-video-shell{position:relative;min-height:720px;overflow:hidden;background:#06101c}.cinema-video video,.page-video-shell video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cinema-video:after,.page-video-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,18,.83),rgba(4,10,18,.25)),linear-gradient(180deg,transparent,rgba(4,10,18,.42));z-index:1}.cinema-video-copy,.page-video-copy{position:relative;z-index:2;min-height:720px;display:flex;align-items:flex-end;padding-top:80px;padding-bottom:80px}.cinema-video-copy>div,.page-video-copy>div{max-width:780px}.video-badge{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#ead7ad;border-left:2px solid var(--gold);padding-left:12px}.cinema-video h2,.page-video h2{font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.06em;color:#fff;margin:18px 0}.cinema-video p,.page-video p{color:#d5dbe3;max-width:650px;font-size:16px;line-height:1.8}
.page-video{padding:0}.page-video-shell{border-radius:0!important}.page-video-copy{padding-left:max(32px,calc((100vw - 1320px)/2));padding-right:max(32px,calc((100vw - 1320px)/2))}

.portfolio-luxe{padding:120px 0;background:#07111f;color:#fff}.portfolio-luxe .section-head h2{color:#fff}.portfolio-luxe .section-head p{color:#929eac}.portfolio-visual-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:1px;background:rgba(255,255,255,.12)}.portfolio-tile{position:relative;min-height:560px;overflow:hidden;background:#0d1827}.portfolio-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.portfolio-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,18,.03) 28%,rgba(4,10,18,.9) 100%)}.portfolio-tile:hover img{transform:scale(1.035)}.portfolio-tile-copy{position:absolute;z-index:2;left:32px;right:32px;bottom:32px}.portfolio-tile-copy span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#e2c998}.portfolio-tile-copy h3{font-size:30px;line-height:1.08;margin:8px 0 9px}.portfolio-tile-copy p{font-size:13px;line-height:1.65;color:#c1c8d1;max-width:420px}.portfolio-tile-copy b{display:inline-block;margin-top:14px;color:#e6d0a5;font-size:11px;text-transform:uppercase;letter-spacing:.1em}

.page-hero{position:relative;padding:145px 0 128px;background:#07111f;color:#fff;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.62) 55%,rgba(4,10,18,.32)),url('assets/port-industrial.jpg') center/cover no-repeat}.page-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.5}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-size:clamp(58px,7vw,102px);line-height:.9;letter-spacing:-.07em;max-width:1000px;margin:28px 0 30px}.page-hero p{max-width:760px;font-size:17px;line-height:1.85;color:#d0d6de}.page-products .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/new-grain-warehouse.png') center/cover no-repeat}.page-industries .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/what-we-do-production.jpg') center/cover no-repeat}.page-about .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/ship-ocean.jpg') center/cover no-repeat}.page-contacts .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/contact-hero.jpg') center/cover no-repeat}.page-rice-based-ingredients .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/product-rice.jpg') center/cover no-repeat}.page-corn-based-ingredients .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/product-corn-source.jpg') center/cover no-repeat}.page-general-commodities .page-hero:before{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.58)),url('assets/product-oil.jpg') center/cover no-repeat}.back-products{color:#d6c297!important;letter-spacing:.08em;text-transform:uppercase;font-size:10px}

.category-showcase{gap:18px}.category-showcase-card{background:#fff}.category-mosaic{gap:1px;background:#0a1421}.category-showcase-copy{padding:34px 36px 37px}.category-count,.product-row span{background:#f0e7d7;color:#806132;border-radius:2px}.category-showcase-copy h3{color:#0b1727}.category-open{color:#0b1727}.category-open b{border-radius:2px;background:#0b1727;color:#e4c991}.category-cta{border-radius:4px;background:#07111f;padding:50px 56px}.category-cta p{color:#9ca7b5}
.product-card{border-radius:4px;background:#07111f}.product-card:before{background:radial-gradient(circle,rgba(201,166,107,.35),rgba(201,166,107,.05) 45%,transparent 68%)}.product-card .tag{border-radius:2px;color:#e5d0a4}.text-link{color:#c9a66b}.product-photo,.photo-strip figure,.marine-feature,.media-mosaic figure{border-radius:3px!important}.product-photo-info small{color:#e3c78f}.photo-strip figcaption{border-radius:2px;background:rgba(5,12,21,.68)}
.flags{gap:10px}.flag{border-radius:2px;background:rgba(255,255,255,.045)}.market-band{border-radius:4px;background:#07111f}.flag span{letter-spacing:.06em;text-transform:uppercase;font-size:9px;color:#c7ced8}

.contact-card{border-radius:4px!important}.contact-visual,.contact-visual img{border-radius:3px!important}.input{border-radius:2px;background:#fff;padding:16px 17px}.input:focus{border-color:#b9965b;box-shadow:0 0 0 3px rgba(185,150,91,.12)}

.footer{margin-top:0;background:#040b13;color:#b0bac8;padding:78px 0 28px;border-top:1px solid rgba(201,166,107,.18)}.footer-grid{grid-template-columns:1.35fr .65fr .8fr;gap:70px}.footer h4{font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:#d7bf8c}.footer p,.footer a,.footer span{color:#8c99aa;line-height:1.8}.footer a:hover{color:#e0c994}.footer-bottom{padding-top:24px;margin-top:54px;color:#6e7a89;text-transform:uppercase;letter-spacing:.08em;font-size:9px}

.reveal{transform:translateY(30px);transition:opacity .85s ease,transform .85s cubic-bezier(.22,1,.36,1)}
::selection{background:#c9a66b;color:#07111f}

@media(max-width:1100px){.container{width:min(100% - 40px,1320px)}.hero-content{grid-template-columns:1fr;gap:45px}.executive-card{max-width:680px}.portfolio-visual-grid{grid-template-columns:1fr 1fr}.portfolio-tile:first-child{grid-column:1/-1}.market-strip-inner{grid-template-columns:1fr 1fr}.market-strip .lead{grid-column:1/-1;border-bottom:1px solid rgba(255,255,255,.08)}.statement-grid{grid-template-columns:1fr;gap:35px}}
@media(max-width:980px){.nav-links{top:86px;background:#07111f;border:1px solid rgba(255,255,255,.1);border-radius:2px}.nav-links a{color:#d6dde6}.section{padding:90px 0}.capability-grid{grid-template-columns:1fr}.capability,.capability+ .capability{padding:25px 0;border-right:0;border-bottom:1px solid rgba(7,17,31,.1)}.capability:last-child{border-bottom:0}.page-hero{padding:110px 0 90px}.cinema-video,.cinema-video-copy,.page-video-shell,.page-video-copy{min-height:600px}}
@media(max-width:680px){.container{width:min(100% - 28px,1320px)}.topbar{display:none}.nav-wrap{height:76px}.brand img{width:46px;height:46px}.brand span{font-size:14px}.hero{min-height:auto}.hero-content{padding:90px 0 80px}.hero h1{font-size:58px}.hero p{font-size:15px}.hero-trust{margin-top:30px}.market-strip-inner{grid-template-columns:1fr}.market-strip .lead,.market-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08);padding:18px 0}.section{padding:76px 0}.section-head h2,.big-copy h2,.statement-copy h2{font-size:43px}.statement-section{padding:80px 0}.statement-copy>p{font-size:16px}.portfolio-luxe{padding:80px 0}.portfolio-visual-grid{grid-template-columns:1fr}.portfolio-tile:first-child{grid-column:auto}.portfolio-tile{min-height:420px}.page-hero{padding:90px 0 75px}.page-hero h1{font-size:52px}.page-hero p{font-size:15px}.cinema-video,.cinema-video-copy,.page-video-shell,.page-video-copy{min-height:520px}.cinema-video h2,.page-video h2{font-size:46px}.category-cta{padding:34px 26px}.footer{padding-top:60px}.footer-grid{gap:38px}}

/* First-paint shield: visible before bottom-of-page JS executes, eliminating the intro flash/lag. */
html.expando-opening-pending body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:2147483646;
  background:
    radial-gradient(circle at 50% 42%,rgba(201,164,92,.14),transparent 24%),
    radial-gradient(circle at 18% 18%,rgba(47,104,152,.14),transparent 30%),
    linear-gradient(145deg,#020711 0%,#07111f 44%,#02060d 100%);
  pointer-events:none;
}

/* =========================================================
   EXPANDO CINEMATIC OPENING — V10
   First visit in a browser tab/session only.
   ========================================================= */
.expando-opening{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 42%,rgba(201,164,92,.14),transparent 24%),
    radial-gradient(circle at 18% 18%,rgba(47,104,152,.14),transparent 30%),
    linear-gradient(145deg,#020711 0%,#07111f 44%,#02060d 100%);
  color:#fff;
  opacity:1;
  visibility:visible;
  transition:opacity .85s cubic-bezier(.65,0,.35,1),visibility .85s step-end;
}
.expando-opening::before{
  content:"";
  position:absolute;
  inset:-25%;
  background:
    repeating-linear-gradient(90deg,transparent 0 119px,rgba(255,255,255,.025) 120px),
    repeating-linear-gradient(0deg,transparent 0 119px,rgba(255,255,255,.018) 120px);
  transform:perspective(800px) rotateX(63deg) translateY(25%);
  transform-origin:center;
  opacity:.52;
  animation:openingGridDrift 7s linear infinite;
}
.expando-opening.is-leaving{opacity:0;pointer-events:none}
.expando-opening-core{
  position:relative;
  width:min(900px,88vw);
  min-height:520px;
  display:grid;
  place-items:center;
  text-align:center;
}
.expando-opening-orbit,
.expando-opening-orbit::before,
.expando-opening-orbit::after{
  position:absolute;
  left:50%;top:50%;
  border:1px solid rgba(210,177,112,.23);
  border-radius:50%;
  content:"";
  pointer-events:none;
}
.expando-opening-orbit{
  width:min(480px,68vw);height:min(480px,68vw);
  transform:translate(-50%,-50%) rotate(14deg);
  animation:openingOrbit 9s linear infinite;
}
.expando-opening-orbit::before{
  width:76%;height:76%;
  transform:translate(-50%,-50%) rotateX(69deg);
}
.expando-opening-orbit::after{
  width:108%;height:40%;
  transform:translate(-50%,-50%) rotate(54deg);
  border-color:rgba(115,158,196,.17);
}
.expando-opening-beam{
  position:absolute;
  left:50%;top:50%;
  width:1px;height:64vh;
  background:linear-gradient(transparent,rgba(214,180,112,.68),transparent);
  transform:translate(-50%,-50%) rotate(62deg);
  filter:blur(.2px);
  opacity:0;
  animation:openingBeam 2.5s 0s ease forwards;
}
.expando-opening-content{position:relative;z-index:2;display:grid;justify-items:center}
.expando-opening-logo-wrap{
  width:116px;height:116px;
  border-radius:28px;
  position:relative;
  display:grid;place-items:center;
  background:rgba(255,255,255,.97);
  box-shadow:0 32px 90px rgba(0,0,0,.42),0 0 0 1px rgba(210,177,112,.28);
  opacity:0;
  transform:scale(.72) translateY(16px);
  animation:openingLogoIn 1s 0s cubic-bezier(.2,.85,.25,1.25) forwards;
}
.expando-opening-logo-wrap::after{
  content:"";position:absolute;inset:-14px;border:1px solid rgba(214,180,112,.28);border-radius:36px;
  animation:openingHalo 2.1s .65s ease-out infinite;
}
.expando-opening-logo{width:82px;height:82px;object-fit:contain;border-radius:18px}
.expando-opening-kicker{
  margin-top:30px;
  font-size:11px;font-weight:800;letter-spacing:.42em;text-transform:uppercase;
  color:#d7ba80;
  opacity:0;transform:translateY(10px);
  animation:openingTextIn .72s .72s ease forwards;
}
.expando-opening-title{
  margin:12px 0 0;
  font-size:clamp(34px,6.1vw,76px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:800;
  text-shadow:0 12px 50px rgba(0,0,0,.35);
  opacity:0;
  transform:translateY(18px);
  animation:openingTextIn .9s .92s cubic-bezier(.22,.8,.25,1) forwards;
}
.expando-opening-title span{font-weight:400;color:#cfad6c}
.expando-opening-rule{
  width:0;height:1px;margin:24px auto 19px;
  background:linear-gradient(90deg,transparent,#d2b16f,transparent);
  animation:openingRule 1.05s 1.22s ease forwards;
}
.expando-opening-sub{
  margin:0;color:#aeb9c8;font-size:clamp(11px,1.4vw,14px);font-weight:600;
  text-transform:uppercase;letter-spacing:.25em;
  opacity:0;animation:openingTextIn .75s 1.4s ease forwards;
}
.expando-opening-loader{
  position:absolute;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(280px,56vw);height:1px;background:rgba(255,255,255,.11);overflow:hidden;
}
.expando-opening-loader i{display:block;width:0;height:100%;background:linear-gradient(90deg,#8c6b33,#e0c17e,#fff0c7);animation:openingLoad 2.7s 0s cubic-bezier(.3,.65,.25,1) forwards}
.expando-opening-skip{
  position:absolute;right:26px;bottom:24px;z-index:4;
  appearance:none;border:0;background:transparent;color:rgba(255,255,255,.48);
  font:700 10px/1 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase;
  cursor:pointer;padding:10px;transition:color .2s ease;
}
.expando-opening-skip:hover{color:#fff}
body.expando-opening-active{overflow:hidden}
body.expando-opening-active > *:not(.expando-opening){filter:none}

@keyframes openingLogoIn{to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes openingTextIn{to{opacity:1;transform:translateY(0)}}
@keyframes openingRule{to{width:min(420px,72vw)}}
@keyframes openingLoad{to{width:100%}}
@keyframes openingBeam{0%{opacity:0;transform:translate(-50%,-50%) rotate(62deg) translateY(-20%)}30%{opacity:.75}100%{opacity:0;transform:translate(-50%,-50%) rotate(62deg) translateY(24%)}}
@keyframes openingOrbit{to{transform:translate(-50%,-50%) rotate(374deg)}}
@keyframes openingHalo{0%{transform:scale(.9);opacity:.6}80%,100%{transform:scale(1.18);opacity:0}}
@keyframes openingGridDrift{to{transform:perspective(800px) rotateX(63deg) translateY(30%) translateX(4%)}}

@media (max-width:700px){
  .expando-opening-core{min-height:450px}
  .expando-opening-logo-wrap{width:96px;height:96px;border-radius:24px}
  .expando-opening-logo{width:70px;height:70px}
  .expando-opening-kicker{letter-spacing:.27em;font-size:9px;margin-top:26px}
  .expando-opening-title{font-size:clamp(34px,12vw,52px);max-width:92vw}
  .expando-opening-sub{font-size:9px;letter-spacing:.16em;max-width:80vw;line-height:1.7}
  .expando-opening-skip{right:12px;bottom:14px}
}
@media (prefers-reduced-motion:reduce){
  .expando-opening *,.expando-opening::before{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}
}

/* V11 — lightweight page-open animation. Runs on every page load/navigation. */
.expando-page-reveal{
  position:fixed;
  inset:0;
  z-index:2147482500;
  pointer-events:none;
  overflow:hidden;
  background:linear-gradient(120deg,#07111f 0%,#0a1728 58%,#0c1e33 100%);
  animation:expandoPageVeil 1.22s cubic-bezier(.76,0,.24,1) forwards;
}
.expando-page-reveal::before{
  content:"";
  position:absolute;
  inset:-20% -45%;
  background:linear-gradient(100deg,transparent 42%,rgba(214,177,99,.04) 47%,rgba(239,211,145,.35) 50%,rgba(214,177,99,.06) 53%,transparent 58%);
  transform:translateX(-42%) skewX(-12deg);
  animation:expandoPageShine 1.08s cubic-bezier(.22,.75,.24,1) forwards;
}
.expando-page-reveal-mark{
  position:absolute;
  left:50%;
  top:50%;
  width:54px;
  height:1px;
  transform:translate(-50%,-50%) scaleX(.15);
  transform-origin:center;
  background:linear-gradient(90deg,transparent,#d8b66d,transparent);
  box-shadow:0 0 18px rgba(216,182,109,.35);
  animation:expandoPageMark .82s ease-out forwards;
}
body.expando-page-enter > *:not(.expando-opening):not(.expando-page-reveal){
  animation:expandoContentIn 1.05s cubic-bezier(.2,.72,.25,1) both;
}
@keyframes expandoPageVeil{
  0%,38%{opacity:1;transform:translateY(0)}
  100%{opacity:0;transform:translateY(-100%)}
}
@keyframes expandoPageShine{
  0%{opacity:0;transform:translateX(-45%) skewX(-12deg)}
  25%{opacity:1}
  100%{opacity:0;transform:translateX(45%) skewX(-12deg)}
}
@keyframes expandoPageMark{
  0%{opacity:0;transform:translate(-50%,-50%) scaleX(.15)}
  45%{opacity:1;transform:translate(-50%,-50%) scaleX(1)}
  100%{opacity:0;transform:translate(-50%,-50%) scaleX(1.8)}
}
@keyframes expandoContentIn{
  0%{opacity:.2;transform:translateY(12px);filter:blur(3px)}
  100%{opacity:1;transform:translateY(0);filter:blur(0)}
}
@media (prefers-reduced-motion:reduce){
  .expando-page-reveal{animation-duration:.18s}
  .expando-page-reveal::before,.expando-page-reveal-mark{display:none}
  body.expando-page-enter > *:not(.expando-opening):not(.expando-page-reveal){animation:none!important}
}


/* V12 — first-load hero video decode shield. Keeps a real frame visible until playback is stable. */
.hero-video-poster{
  position:absolute;inset:0;z-index:0;
  background:url('assets/hero-video-poster.jpg') center/cover no-repeat;
  opacity:1;transition:opacity .38s ease;
}
.executive-hero .hero-video-bg{opacity:0;transition:opacity .38s ease}
.executive-hero.hero-video-is-ready .hero-video-bg{opacity:1}
.executive-hero.hero-video-is-ready .hero-video-poster{opacity:0}


/* =========================================================
   V14 — Expando premium scrollbar + market-country gallery
   ========================================================= */
html{
  scrollbar-width:thin;
  scrollbar-color:#c7a15f #06101d;
}
html,body{
  scrollbar-gutter:stable;
}

/* Chrome / Edge / Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:14px;
  height:14px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{
  background:
    linear-gradient(90deg,rgba(255,255,255,.025),transparent 38%),
    #06101d;
  border-left:1px solid rgba(201,166,107,.16);
  box-shadow:inset 1px 0 0 rgba(255,255,255,.025);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
  min-height:72px;
  border:4px solid #06101d;
  border-radius:999px;
  background:linear-gradient(180deg,#f0d89f 0%,#c7a15f 48%,#816037 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.24),
    0 0 15px rgba(201,166,107,.20);
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#fff0c7 0%,#dbba79 48%,#987241 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.32),
    0 0 24px rgba(216,182,109,.38);
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active{
  background:linear-gradient(180deg,#e3c681,#b88e4e 55%,#74512c 100%);
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner{background:#06101d}

/* Strong scroll reveal — actual CSS, not escaped text. */
.reveal{
  --reveal-delay:0ms;
  opacity:0;
  filter:blur(8px);
  will-change:transform,opacity,filter;
  transition:
    opacity .88s cubic-bezier(.22,1,.36,1) var(--reveal-delay),
    transform 1.02s cubic-bezier(.16,1,.3,1) var(--reveal-delay),
    filter .82s ease var(--reveal-delay);
}
.reveal-from-bottom{transform:translate3d(0,64px,0) scale(.975)}
.reveal-from-left{transform:translate3d(-72px,20px,0) rotate(-1.1deg) scale(.98)}
.reveal-from-right{transform:translate3d(72px,20px,0) rotate(1.1deg) scale(.98)}
.reveal-zoom-in{transform:translate3d(0,30px,0) scale(.91)}
.reveal.in{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) rotate(0) scale(1);
}

/* Country imagery inside Markets we connect. Images stay clean until hover. */
.market-country-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.market-country{
  position:relative;
  display:block;
  min-height:82px;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.11);
  background:#0a1930;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
  isolation:isolate;
}
.market-country img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .45s ease;
}
.market-country::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(4,12,26,.03) 25%,rgba(4,12,26,.86) 100%);
  opacity:0;
  transition:opacity .36s ease;
}
.market-country-name{
  position:absolute;
  z-index:2;
  left:10px;
  right:10px;
  bottom:9px;
  color:#fff;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.035em;
  text-shadow:0 2px 10px rgba(0,0,0,.55);
  opacity:0;
  transform:translateY(10px);
  transition:opacity .34s ease,transform .42s cubic-bezier(.2,.8,.2,1);
}
.market-country:hover img{
  transform:scale(1.10);
  filter:saturate(1.08) brightness(.80);
}
.market-country:hover::after{opacity:1}
.market-country:hover .market-country-name{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:1100px){
  .market-country-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:780px){
  .market-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .market-country{min-height:76px}
}
@media(max-width:520px){
  html::-webkit-scrollbar,body::-webkit-scrollbar{width:9px;height:9px}
  html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{border-width:2px}
  .market-country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .market-country{min-height:82px}
}

@media(prefers-reduced-motion:reduce){
  .reveal,.reveal-from-bottom,.reveal-from-left,.reveal-from-right,.reveal-zoom-in,.reveal.in{
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }
  .market-country img,.market-country::after,.market-country-name{transition:none!important}
}

/* Softer, more comfortable header/footer logo treatment */
.brand img{
  border-radius:12px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 6px 18px rgba(0,0,0,.18) !important;
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.brand:hover img{
  transform:translateY(-1px) scale(1.02);
  box-shadow:0 9px 24px rgba(0,0,0,.24) !important;
  border-color:rgba(255,255,255,.24) !important;
}

/* =========================================================
   EXPANDO MOBILE EXPERIENCE — dedicated phone design
   Desktop remains unchanged. Activated only on phone widths.
   ========================================================= */
@media (max-width: 680px){
  html{scroll-padding-top:72px}
  body{overflow-x:hidden;background:#f4f5f7}
  .container{width:calc(100% - 32px);max-width:none;margin-inline:auto}

  /* Mobile navigation */
  .navbar{position:sticky;top:0;background:rgba(5,13,24,.96);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.18)}
  .nav-wrap{height:70px;gap:12px}
  .brand{min-width:0;gap:10px}
  .brand img{width:44px!important;height:44px!important;border-radius:11px!important;object-fit:contain;background:#fff;padding:2px}
  .brand span{font-size:12px!important;line-height:1.15;letter-spacing:.06em;max-width:170px;white-space:normal}
  .menu-btn{display:grid!important;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px!important;border:1px solid rgba(214,184,120,.38)!important;background:rgba(255,255,255,.055)!important;color:#f0d69c!important;font-size:0;position:relative}
  .menu-btn::before,.menu-btn::after{content:"";position:absolute;width:18px;height:1.5px;background:currentColor;transition:.28s ease}
  .menu-btn::before{transform:translateY(-4px)}
  .menu-btn::after{transform:translateY(4px);box-shadow:0 -4px 0 currentColor}
  .nav-links{left:12px!important;right:12px!important;top:76px!important;padding:10px!important;gap:4px!important;border-radius:18px!important;background:rgba(5,13,24,.985)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 24px 60px rgba(0,0,0,.42)!important;backdrop-filter:blur(22px)}
  .nav-links a{padding:14px 15px!important;border-radius:12px!important;font-size:12px!important;text-align:left;border:1px solid transparent}
  .nav-links a:hover,.nav-links a.active{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.06)}
  .nav-links .nav-cta{margin-top:5px;text-align:center!important;padding:15px!important;border-radius:12px!important;background:#d0ad6b!important;color:#07111f!important;border-color:#d0ad6b!important}

  /* Home hero — designed as a phone cover, not a shrunk desktop */
  .hero.executive-hero{min-height:auto!important;padding:0!important;background:#07111f}
  .hero.has-video .hero-video-bg{display:none!important}
  .hero-video-poster{display:block!important;opacity:1!important;background-position:62% center!important}
  .executive-hero .hero-video-shade{background:linear-gradient(180deg,rgba(5,12,22,.38) 0%,rgba(5,12,22,.70) 38%,#07111f 84%)!important}
  .executive-hero .hero-content{display:block!important;padding:74px 0 34px!important}
  .executive-hero .eyebrow{font-size:9px;letter-spacing:.14em;padding:8px 10px;border-radius:999px;background:rgba(7,17,31,.42);backdrop-filter:blur(10px)}
  .executive-hero h1,.hero h1{font-size:clamp(46px,14.2vw,64px)!important;line-height:.91!important;letter-spacing:-.06em!important;margin:20px 0 18px!important;max-width:360px}
  .executive-hero p,.hero p{font-size:15px!important;line-height:1.72!important;color:#d8dee8!important;max-width:350px}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:25px!important}
  .hero-actions .btn{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px!important;font-size:12px;letter-spacing:.03em}
  .hero-trust{display:flex!important;gap:7px!important;margin-top:22px!important;overflow-x:auto;padding-bottom:4px;flex-wrap:nowrap!important;scrollbar-width:none}
  .hero-trust::-webkit-scrollbar{display:none}
  .hero-trust span{flex:0 0 auto;font-size:9px!important;padding:8px 10px!important}
  .executive-card{margin-top:28px!important;border-radius:18px!important;padding:20px!important;background:rgba(13,28,50,.88)!important;box-shadow:0 20px 45px rgba(0,0,0,.22)!important}
  .executive-card h3{font-size:23px!important;line-height:1.15}
  .executive-point{padding:13px 0!important}
  .executive-point small{font-size:11px!important}

  /* Compact location strip */
  .market-strip{padding:0!important}
  .market-strip-inner{display:grid!important;grid-template-columns:1fr 1fr!important;padding:0!important}
  .market-strip .lead{grid-column:1/-1!important;padding:19px 0!important}
  .market-strip .market-item{padding:16px 10px!important;min-width:0}
  .market-strip .market-item:nth-child(2){padding-left:0!important}
  .market-strip .market-item:last-child{grid-column:1/-1;padding-left:0!important}
  .market-strip b{font-size:12px!important}.market-strip span{font-size:10px!important}

  /* General content rhythm */
  .section,.statement-section,.portfolio-luxe,.network-section,.executive-cta{padding:62px 0!important}
  .section-head{margin-bottom:28px!important}
  .section-head h2,.big-copy h2,.statement-copy h2{font-size:clamp(36px,11vw,46px)!important;line-height:.98!important;letter-spacing:-.045em!important}
  .section-head p,.statement-copy>p,.big-copy p{font-size:14px!important;line-height:1.75!important}
  .eyebrow,.section-kicker,.statement-kicker{font-size:9px!important;letter-spacing:.15em!important}

  /* Cards become tactile mobile modules */
  .grid-3,.grid-4,.products-list,.industry-grid,.capability-grid{grid-template-columns:1fr!important;gap:12px!important}
  .card,.product-card,.industry-card,.capability,.what-we-do-card,.category-showcase-card{border-radius:16px!important;overflow:hidden}
  .what-we-do-image{height:205px!important}
  .what-we-do-content{padding:20px!important}
  .what-we-do-content h3{font-size:22px!important}
  .capability,.capability + .capability{padding:22px 0!important}

  /* Visual portfolio: cinematic horizontal cards */
  .portfolio-visual-grid{display:flex!important;overflow-x:auto;gap:12px!important;margin-inline:-16px;padding:0 16px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .portfolio-visual-grid::-webkit-scrollbar{display:none}
  .portfolio-tile,.portfolio-tile:first-child{flex:0 0 84vw!important;min-height:390px!important;grid-column:auto!important;grid-row:auto!important;scroll-snap-align:center;border-radius:18px!important}
  .portfolio-tile-copy{padding:24px!important}

  /* Markets: image wall made for touch */
  .network-layout{display:block!important}
  .network-copy{margin-bottom:26px}
  .network-routes{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .route-pill{padding:15px!important;border-radius:12px!important}
  .route-pill b{font-size:12px!important}.route-pill small{font-size:9px!important}
  .market-country-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-top:18px!important}
  .market-country{min-height:112px!important;border-radius:14px!important}
  .market-country::after{opacity:.58!important;background:linear-gradient(180deg,transparent 35%,rgba(4,12,26,.84) 100%)!important}
  .market-country-name{opacity:1!important;transform:none!important;font-size:10px!important;bottom:10px!important}

  /* Full-width cinematic sections */
  .cinema-video,.cinema-video-copy,.page-video-shell,.page-video-copy{min-height:460px!important}
  .cinema-video-copy,.page-video-copy{padding:34px 16px!important;align-items:flex-end!important}
  .cinema-video h2,.page-video h2{font-size:40px!important;line-height:.98!important}

  /* Inner page hero */
  .page-hero{padding:78px 0 58px!important;min-height:410px;display:flex;align-items:flex-end}
  .page-hero:before{background-position:center!important}
  .page-hero h1{font-size:clamp(45px,13vw,61px)!important;line-height:.92!important;margin:18px 0!important;max-width:340px}
  .page-hero p{font-size:14px!important;line-height:1.7!important;max-width:340px}

  /* Products / category pages */
  .category-showcase{grid-template-columns:1fr!important;gap:12px!important}
  .category-showcase-copy{padding:23px!important}
  .category-mosaic{min-height:220px!important}
  .product-photo-grid{grid-template-columns:1fr!important;gap:12px!important}
  .product-photo{min-height:260px!important}
  .photo-strip{grid-template-columns:1fr!important;grid-template-rows:none!important;gap:10px!important}
  .photo-strip figure,.photo-strip figure:first-child{height:230px!important;grid-column:auto!important;grid-row:auto!important}
  .product-row,.photo-product-row{grid-template-columns:88px 1fr!important;gap:12px!important}
  .photo-product-row img{width:88px!important;height:76px!important}
  .category-cta{padding:30px 22px!important;border-radius:16px!important}

  /* Contact */
  .contact-grid,.split{grid-template-columns:1fr!important;gap:24px!important}
  .contact-card{padding:22px!important;border-radius:16px!important}
  .form{grid-template-columns:1fr!important;gap:12px!important}
  .input{font-size:16px!important;border-radius:10px!important} /* prevents iOS zoom */

  /* Footer */
  .footer{padding:54px 0 24px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:30px!important}
  .footer-bottom{display:block!important;margin-top:34px!important;padding-top:20px!important;line-height:1.8}
  .footer-bottom>*+*{margin-top:8px}

  /* Phone scroll animation: shorter travel, smoother GPU path */
  .reveal{filter:blur(4px)!important;transition-duration:.7s!important}
  .reveal-from-bottom{transform:translate3d(0,34px,0) scale(.985)!important}
  .reveal-from-left{transform:translate3d(-28px,8px,0) scale(.99)!important}
  .reveal-from-right{transform:translate3d(28px,8px,0) scale(.99)!important}
  .reveal-zoom-in{transform:translate3d(0,18px,0) scale(.955)!important}
  .reveal.in{transform:none!important;filter:none!important}
}

@media (max-width: 390px){
  .container{width:calc(100% - 24px)}
  .brand span{max-width:145px;font-size:11px!important}
  .executive-hero h1,.hero h1{font-size:45px!important}
  .section-head h2,.big-copy h2,.statement-copy h2{font-size:36px!important}
  .network-routes{grid-template-columns:1fr!important}
  .market-country{min-height:102px!important}
  .portfolio-tile,.portfolio-tile:first-child{flex-basis:88vw!important}
}

/* ===== V7: refined capability cards ===== */
.statement-copy .capability-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:42px;
  border:0;
}
.statement-copy .capability{
  position:relative;
  min-height:178px;
  padding:28px 26px 26px;
  border:1px solid rgba(7,17,31,.10);
  border-radius:22px;
  background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 12px 30px rgba(7,17,31,.055);
  overflow:hidden;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.statement-copy .capability + .capability{padding-left:26px}
.statement-copy .capability::before{
  content:"";
  position:absolute;
  top:0;
  left:26px;
  width:42px;
  height:3px;
  border-radius:0 0 999px 999px;
  background:#b58a49;
  opacity:.9;
}
.statement-copy .capability strong{
  display:block;
  margin-top:8px;
  font-size:15px;
  line-height:1.35;
  color:#101c2d;
  letter-spacing:-.01em;
}
.statement-copy .capability p{
  margin:12px 0 0;
  font-size:13px;
  line-height:1.72;
  color:#6f7885;
}
@media (hover:hover) and (pointer:fine){
  .statement-copy .capability:hover{
    transform:translateY(-5px);
    border-color:rgba(181,138,73,.28);
    box-shadow:0 18px 42px rgba(7,17,31,.09);
  }
}
@media(max-width:980px){
  .statement-copy .capability-grid{
    grid-template-columns:1fr;
    gap:12px;
    border:0;
  }
  .statement-copy .capability,
  .statement-copy .capability + .capability{
    min-height:0;
    padding:24px 22px 23px;
    border:1px solid rgba(7,17,31,.10);
    border-radius:18px;
  }
  .statement-copy .capability::before{left:22px}
}
@media(max-width:680px){
  .statement-copy .capability-grid{margin-top:28px!important;gap:10px!important}
  .statement-copy .capability,
  .statement-copy .capability + .capability{
    padding:22px 20px 21px!important;
    border-radius:17px!important;
    background:#fff;
    box-shadow:0 8px 24px rgba(7,17,31,.05);
  }
  .statement-copy .capability::before{left:20px;width:36px}
  .statement-copy .capability strong{font-size:14px}
  .statement-copy .capability p{font-size:12.5px;line-height:1.7}
}

/* === Core portfolio desktop alignment polish === */
@media (min-width:1101px){
  .portfolio-luxe .portfolio-visual-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:560px;
    gap:18px;
    background:transparent;
    align-items:stretch;
  }
  .portfolio-luxe .portfolio-tile,
  .portfolio-luxe .portfolio-tile:first-child{
    grid-column:auto;
    grid-row:auto;
    min-height:0;
    height:560px;
    border-radius:26px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 44px rgba(0,0,0,.18);
  }
  .portfolio-luxe .portfolio-tile-copy{
    left:28px;
    right:28px;
    bottom:28px;
  }
  .portfolio-luxe .portfolio-tile-copy h3{
    font-size:clamp(25px,2vw,31px);
  }
}
