
:root{
  --ivory:#f4efe5;
  --paper:#fbf8f1;
  --navy:#0b2038;
  --red:#9d171a;
  --gold:#b78b32;
  --ink:#182334;
  --muted:#65707b;
  --line:#d8d0c2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ivory);
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(251,248,241,.97);
  border-bottom:1px solid rgba(11,32,56,.08);
  backdrop-filter:blur(12px);
}
.header-inner{
  max-width:1500px;
  margin:auto;
  min-height:112px;
  padding:18px 34px;
  display:grid;
  grid-template-columns:330px 1fr auto;
  align-items:center;
  gap:24px;
}
.brand{
  position:relative;
  display:grid;
  grid-template-columns:auto 1px 1fr;
  grid-template-rows:auto auto;
  column-gap:15px;
  align-items:center;
  width:max-content;
}
.brand-pnc{
  grid-row:1;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:50px;
  line-height:.9;
  color:var(--red);
  letter-spacing:-2px;
}
.brand-divider{
  width:1px;height:52px;background:var(--gold);grid-row:1
}
.brand-company{
  font-size:15px;
  line-height:1.25;
  letter-spacing:1.6px;
  font-weight:700;
  color:var(--navy);
}
.brand-tagline{
  grid-column:1/4;
  margin-top:8px;
  font-size:10px;
  letter-spacing:4px;
  color:var(--gold);
  text-align:center;
}
.main-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:34px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  letter-spacing:.9px;
  color:var(--navy)
}
.main-nav a{padding:14px 0;border-bottom:2px solid transparent}
.main-nav a:hover{border-color:var(--red)}
.header-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:11px;
}
.profile-link{
  font-size:12px;
  color:var(--navy);
  opacity:.72;
  cursor:not-allowed;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:54px;
  padding:0 28px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  transition:transform .2s ease, opacity .2s ease;
}
.btn:hover{transform:translateY(-1px);opacity:.94}
.btn-red{background:var(--red);color:#fff}
.btn-navy{background:var(--navy);color:#fff}
.menu-toggle{display:none}


.hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  background:
    linear-gradient(90deg,
      rgba(251,248,241,.98) 0%,
      rgba(251,248,241,.96) 22%,
      rgba(251,248,241,.80) 38%,
      rgba(251,248,241,.34) 52%,
      rgba(251,248,241,.05) 67%,
      rgba(251,248,241,0) 78%),
    url('hero-logistics.jpg') center center / cover no-repeat;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.03));
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(760px, 52%);
  padding:96px 6vw 82px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--red);
  font-size:12px;
  letter-spacing:3px;
  font-weight:700;
}
.gold-rule{width:74px;height:2px;background:var(--gold);margin:0 0 26px}
h1,h2{
  font-family:Georgia, 'Times New Roman', serif;
  color:var(--navy);
  margin:0;
  font-weight:500;
}
h1{
  font-size:clamp(50px,5vw,82px);
  line-height:.98;
  letter-spacing:-2.2px;
  max-width:760px;
}
h1 span{color:var(--red)}
.hero-deck{
  margin:26px 0 0;
  font-size:19px;
  line-height:1.55;
  max-width:620px;
}
.hero-tagline{
  margin:28px 0 28px;
  color:var(--gold);
  font-size:13px;
  letter-spacing:5px;
  font-weight:700;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-visual{display:none}
.institution-strip{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:16px 28px;
  background:var(--navy);
  color:#fff;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1.8px;
}
.institution-strip i{width:1px;height:18px;background:rgba(255,255,255,.3)}

.at-glance{
  max-width:1500px;
  margin:auto;
  padding:118px 6vw 126px;
  display:grid;
  grid-template-columns:minmax(380px, .9fr) 1.2fr;
  gap:90px;
}
.section-intro h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
  margin-bottom:32px;
}
.section-intro h2 span{color:var(--red)}
.lead{
  margin:0 0 22px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:22px;
  line-height:1.55;
  color:var(--navy);
}
.body-copy{
  margin:0;
  max-width:640px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.fact{
  min-height:245px;
  padding:34px 34px 30px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.16);
}
.fact-no{
  display:block;
  margin-bottom:52px;
  color:var(--gold);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:18px;
}
.fact h3{
  margin:0 0 12px;
  color:var(--red);
  text-transform:uppercase;
  font-size:15px;
  letter-spacing:1px;
}
.fact p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.products-section{
  background:#fbf8f1;
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 112px;
}
.products-heading{
  max-width:1380px;
  margin:0 auto 58px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:end;
}
.products-heading h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
}
.products-heading h2 span{color:var(--red)}
.products-intro{
  padding-bottom:7px;
}
.products-intro>p{
  max-width:690px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
}
.portfolio-principles{
  display:flex;
  gap:0;
  flex-wrap:wrap;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.portfolio-principles span{
  padding:14px 23px 14px 0;
  margin-right:23px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:10px;
  font-weight:700;
}
.portfolio-principles span:not(:last-child){
  border-right:1px solid var(--line);
  padding-right:23px;
}
.product-grid{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:18px;
}
.product-card{
  min-width:0;
  background:var(--ivory);
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
}
.product-card-thermal{
  grid-row:span 2;
}
.product-card:nth-child(4){
  grid-column:2/4;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
}
.product-image{
  min-height:250px;
  background-position:center;
  background-size:cover;
  filter:saturate(.78) contrast(.98);
}
.product-card-thermal .product-image{
  min-height:470px;
}
.product-card:nth-child(4) .product-image{
  min-height:300px;
}
.product-content{
  padding:30px 30px 28px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-index{
  display:block;
  margin-bottom:35px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:1.8px;
  font-weight:700;
}
.product-content h3{
  margin:0 0 15px;
  color:var(--red);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:27px;
  font-weight:500;
}
.product-content p{
  margin:0 0 26px;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}
.product-content a{
  margin-top:auto;
  width:max-content;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding-bottom:5px;
}
.grade-line{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:0 0 28px;
  padding:13px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  color:var(--navy);
}
.grade-line span{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:18px;
}
.grade-line small{
  margin-left:4px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:1.2px;
  font-weight:700;
}

.spec-trigger{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  cursor:pointer;
  font:inherit;
  color:inherit;
}
.grade-line .spec-trigger{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:18px;
  line-height:1;
  transition:color .2s ease, transform .2s ease;
}
.grade-line .spec-trigger:hover,
.grade-line .spec-trigger:focus-visible{
  color:var(--red);
  transform:translateY(-1px);
  outline:none;
}
.minor-spec-link{
  margin:0 0 20px;
  width:max-content;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding:0 0 5px;
}
.product-links-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  margin-top:auto;
}
.product-disclaimer{
  max-width:1380px;
  margin:28px auto 0;
  color:#7c817f;
  font-size:10px;
  line-height:1.55;
}


.sourcing-section{
  background:var(--ivory);
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 110px;
}
.sourcing-top{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:76px;
  align-items:start;
}
.sourcing-copy h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
  margin-bottom:30px;
}
.sourcing-copy h2 span{color:var(--red)}
.sourcing-copy .lead{
  font-size:21px;
  margin-bottom:18px;
}
.sourcing-principles{
  display:flex;
  gap:0;
  flex-wrap:wrap;
  margin-top:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.sourcing-principles span{
  padding:14px 20px 14px 0;
  margin-right:20px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:10px;
  font-weight:700;
}
.sourcing-principles span:not(:last-child){
  border-right:1px solid var(--line);
  padding-right:20px;
}
.sourcing-visual{
  position:relative;
  min-height:600px;
}
.map-frame{
  position:absolute;
  inset:0 13% 11% 0;
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.map-frame img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  filter:saturate(.88) contrast(.99);
  background:#fff;
}
.barge-frame{
  position:absolute;
  width:39%;
  right:0;
  bottom:0;
  height:48%;
  border:8px solid var(--ivory);
  overflow:hidden;
  box-shadow:0 12px 30px rgba(11,32,56,.10);
  background:#fff;
}
.barge-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.region-grid{
  max-width:1380px;
  margin:64px auto 0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.region-grid article{
  min-height:210px;
  padding:25px 22px 24px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.region-grid span{
  display:block;
  margin-bottom:38px;
  color:var(--gold);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:16px;
}
.region-grid h3{
  margin:0 0 10px;
  color:var(--red);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.9px;
}
.region-grid p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.sourcing-note{
  max-width:1380px;
  margin:28px auto 0;
  padding:19px 0 0;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:240px 1fr;
  gap:28px;
  align-items:start;
}
.sourcing-note strong{
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.sourcing-note p{
  margin:0;
  color:#747a80;
  font-size:11px;
  line-height:1.65;
}


body.modal-open{
  overflow:hidden;
}
.spec-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:2000;
}
.spec-modal.is-open{
  display:block;
}
.spec-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,17,31,.52);
  backdrop-filter:blur(2px);
}
.spec-panel{
  position:relative;
  z-index:2;
  width:min(820px, calc(100vw - 40px));
  max-height:calc(100vh - 60px);
  margin:30px auto;
  overflow:auto;
  background:#fbf8f1;
  border:1px solid rgba(11,32,56,.16);
  box-shadow:0 24px 60px rgba(11,32,56,.22);
}
.spec-panel-inner{
  padding:34px 34px 30px;
}
.spec-close{
  position:absolute;
  top:10px;
  right:12px;
  appearance:none;
  border:0;
  background:none;
  color:var(--navy);
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.spec-panel h3{
  margin:6px 0 12px;
  color:var(--red);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:42px;
  font-weight:500;
}
.spec-intro{
  margin:0 0 22px;
  color:var(--muted);
  line-height:1.6;
}
.spec-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line);
}
.spec-table th,
.spec-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
}
.spec-table th{
  width:54%;
  color:var(--navy);
  font-weight:600;
}
.spec-table td{
  color:var(--red);
  font-weight:700;
}
.spec-disclaimer{
  margin:16px 0 0;
  color:#6d7378;
  font-size:12px;
  line-height:1.6;
}


.execution-section{
  background:#fbf8f1;
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 112px;
}
.execution-heading{
  max-width:1380px;
  margin:0 auto 54px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:end;
}
.execution-heading h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
}
.execution-heading h2 span{color:var(--red)}
.execution-intro p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:16px;
  line-height:1.72;
  max-width:720px;
}
.execution-flow{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.execution-flow article{
  min-height:230px;
  padding:26px 22px 24px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  position:relative;
  background:rgba(255,255,255,.12);
}
.flow-no{
  display:block;
  margin-bottom:42px;
  color:var(--gold);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:17px;
}
.execution-flow h3{
  margin:0 0 10px;
  color:var(--red);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:24px;
  font-weight:500;
}
.execution-flow p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.execution-visual{
  max-width:1380px;
  margin:28px auto 0;
  min-height:500px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(11,32,56,.10);
  background:#0b2038;
}
.execution-visual img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:58% center;
  display:block;
  filter:saturate(.86) contrast(1.02);
}
.execution-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(7,23,39,.88) 0%, rgba(7,23,39,.62) 31%, rgba(7,23,39,.18) 58%, rgba(7,23,39,.02) 78%, rgba(7,23,39,0) 100%);
}
.execution-overlay{
  position:absolute;
  z-index:2;
  left:0;
  top:0;
  bottom:0;
  width:min(620px, 48%);
  padding:70px 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}
.execution-overlay .eyebrow{color:#d8b66e}
.execution-overlay h3{
  margin:0 0 18px;
  color:#fff;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:42px;
  line-height:1.08;
  font-weight:500;
}
.execution-overlay p:last-child{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:13px;
  line-height:1.65;
}
.execution-note{
  max-width:1380px;
  margin:28px auto 0;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:240px 1fr;
  gap:28px;
}
.execution-note strong{
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.execution-note p{
  margin:0;
  color:#747a80;
  font-size:11px;
  line-height:1.65;
}
@media (max-width:1100px){
  .execution-heading{grid-template-columns:1fr;gap:28px}
  .execution-flow{grid-template-columns:repeat(3,1fr)}
  .execution-overlay{width:60%}
}
@media (max-width:720px){
  .execution-section{padding:78px 26px 82px}
  .execution-flow{grid-template-columns:1fr 1fr}
  .execution-visual,
  .execution-visual img{min-height:560px}
  .execution-overlay{
    width:100%;
    padding:48px 28px;
    justify-content:flex-end;
    background:linear-gradient(180deg, rgba(7,23,39,.05) 15%, rgba(7,23,39,.82) 70%);
  }
  .execution-visual::after{display:none}
  .execution-overlay h3{font-size:34px}
  .execution-note{grid-template-columns:1fr;gap:10px}
}
@media (max-width:480px){
  .execution-flow{grid-template-columns:1fr}
}

.site-footer{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:22px 6vw;
  background:#071727;
  color:rgba(255,255,255,.68);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:10px;
}

@media (max-width:1100px){
  .header-inner{grid-template-columns:280px 1fr auto;padding:16px 22px}
  .main-nav{gap:18px;font-size:11px}
  .brand-pnc{font-size:43px}
  .hero{min-height:680px}
  .hero-copy{width:min(720px,58%);padding:78px 5vw}
  .at-glance{grid-template-columns:1fr;gap:55px}
}
@media (max-width:820px){
  .site-header{position:relative}
  .header-inner{grid-template-columns:1fr auto;min-height:90px}
  .brand-pnc{font-size:38px}
  .brand-company{font-size:12px}
  .brand-divider{height:44px}
  .brand-tagline{font-size:8px;letter-spacing:3px}
  .menu-toggle{
    display:block;
    border:1px solid var(--line);
    background:transparent;
    padding:12px 15px;
    color:var(--navy);
    text-transform:uppercase;
    letter-spacing:1px;
  }
  .main-nav{
    display:none;
    grid-column:1/3;
    flex-direction:column;
    align-items:flex-start;
    padding:18px 0 8px;
    gap:4px;
  }
  .main-nav.open{display:flex}
  .main-nav a{width:100%;padding:13px 0;border-bottom:1px solid var(--line)}
  .header-actions{display:none}
  .hero{
    min-height:650px;
    background:
      linear-gradient(180deg, rgba(251,248,241,.94) 0%, rgba(251,248,241,.86) 46%, rgba(251,248,241,.32) 75%, rgba(251,248,241,.08) 100%),
      url('hero-logistics.jpg') center center / cover no-repeat;
  }
  .hero-copy{width:100%;padding:62px 26px 56px;justify-content:flex-start}
  h1{font-size:48px}
  .hero-deck{font-size:17px;max-width:560px}
  .institution-strip{justify-content:flex-start;overflow-x:auto;white-space:nowrap}
  .at-glance{padding:80px 26px 86px}
  .facts{grid-template-columns:1fr}
  .fact{min-height:auto}
  .fact-no{margin-bottom:26px}
  
.products-section{
  background:#fbf8f1;
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 112px;
}
.products-heading{
  max-width:1380px;
  margin:0 auto 58px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:end;
}
.products-heading h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
}
.products-heading h2 span{color:var(--red)}
.products-intro{
  padding-bottom:7px;
}
.products-intro>p{
  max-width:690px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
}
.portfolio-principles{
  display:flex;
  gap:0;
  flex-wrap:wrap;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.portfolio-principles span{
  padding:14px 23px 14px 0;
  margin-right:23px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:10px;
  font-weight:700;
}
.portfolio-principles span:not(:last-child){
  border-right:1px solid var(--line);
  padding-right:23px;
}
.product-grid{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:18px;
}
.product-card{
  min-width:0;
  background:var(--ivory);
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
}
.product-card-thermal{
  grid-row:span 2;
}
.product-card:nth-child(4){
  grid-column:2/4;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
}
.product-image{
  min-height:250px;
  background-position:center;
  background-size:cover;
  filter:saturate(.78) contrast(.98);
}
.product-card-thermal .product-image{
  min-height:470px;
}
.product-card:nth-child(4) .product-image{
  min-height:300px;
}
.product-content{
  padding:30px 30px 28px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-index{
  display:block;
  margin-bottom:35px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:1.8px;
  font-weight:700;
}
.product-content h3{
  margin:0 0 15px;
  color:var(--red);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:27px;
  font-weight:500;
}
.product-content p{
  margin:0 0 26px;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}
.product-content a{
  margin-top:auto;
  width:max-content;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding-bottom:5px;
}
.grade-line{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:0 0 28px;
  padding:13px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  color:var(--navy);
}
.grade-line span{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:18px;
}
.grade-line small{
  margin-left:4px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:1.2px;
  font-weight:700;
}

.spec-trigger{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  cursor:pointer;
  font:inherit;
  color:inherit;
}
.grade-line .spec-trigger{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:18px;
  line-height:1;
  transition:color .2s ease, transform .2s ease;
}
.grade-line .spec-trigger:hover,
.grade-line .spec-trigger:focus-visible{
  color:var(--red);
  transform:translateY(-1px);
  outline:none;
}
.minor-spec-link{
  margin:0 0 20px;
  width:max-content;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding:0 0 5px;
}
.product-links-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  margin-top:auto;
}
.product-disclaimer{
  max-width:1380px;
  margin:28px auto 0;
  color:#7c817f;
  font-size:10px;
  line-height:1.55;
}


.sourcing-section{
  background:var(--ivory);
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 110px;
}
.sourcing-top{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:76px;
  align-items:start;
}
.sourcing-copy h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
  margin-bottom:30px;
}
.sourcing-copy h2 span{color:var(--red)}
.sourcing-copy .lead{
  font-size:21px;
  margin-bottom:18px;
}
.sourcing-principles{
  display:flex;
  gap:0;
  flex-wrap:wrap;
  margin-top:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.sourcing-principles span{
  padding:14px 20px 14px 0;
  margin-right:20px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:10px;
  font-weight:700;
}
.sourcing-principles span:not(:last-child){
  border-right:1px solid var(--line);
  padding-right:20px;
}
.sourcing-visual{
  position:relative;
  min-height:600px;
}
.map-frame{
  position:absolute;
  inset:0 13% 11% 0;
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.map-frame img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  filter:saturate(.88) contrast(.99);
  background:#fff;
}
.barge-frame{
  position:absolute;
  width:39%;
  right:0;
  bottom:0;
  height:48%;
  border:8px solid var(--ivory);
  overflow:hidden;
  box-shadow:0 12px 30px rgba(11,32,56,.10);
  background:#fff;
}
.barge-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.region-grid{
  max-width:1380px;
  margin:64px auto 0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.region-grid article{
  min-height:210px;
  padding:25px 22px 24px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.region-grid span{
  display:block;
  margin-bottom:38px;
  color:var(--gold);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:16px;
}
.region-grid h3{
  margin:0 0 10px;
  color:var(--red);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.9px;
}
.region-grid p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.sourcing-note{
  max-width:1380px;
  margin:28px auto 0;
  padding:19px 0 0;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:240px 1fr;
  gap:28px;
  align-items:start;
}
.sourcing-note strong{
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.sourcing-note p{
  margin:0;
  color:#747a80;
  font-size:11px;
  line-height:1.65;
}


body.modal-open{
  overflow:hidden;
}
.spec-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:2000;
}
.spec-modal.is-open{
  display:block;
}
.spec-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,17,31,.52);
  backdrop-filter:blur(2px);
}
.spec-panel{
  position:relative;
  z-index:2;
  width:min(820px, calc(100vw - 40px));
  max-height:calc(100vh - 60px);
  margin:30px auto;
  overflow:auto;
  background:#fbf8f1;
  border:1px solid rgba(11,32,56,.16);
  box-shadow:0 24px 60px rgba(11,32,56,.22);
}
.spec-panel-inner{
  padding:34px 34px 30px;
}
.spec-close{
  position:absolute;
  top:10px;
  right:12px;
  appearance:none;
  border:0;
  background:none;
  color:var(--navy);
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.spec-panel h3{
  margin:6px 0 12px;
  color:var(--red);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:42px;
  font-weight:500;
}
.spec-intro{
  margin:0 0 22px;
  color:var(--muted);
  line-height:1.6;
}
.spec-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line);
}
.spec-table th,
.spec-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
}
.spec-table th{
  width:54%;
  color:var(--navy);
  font-weight:600;
}
.spec-table td{
  color:var(--red);
  font-weight:700;
}
.spec-disclaimer{
  margin:16px 0 0;
  color:#6d7378;
  font-size:12px;
  line-height:1.6;
}


.execution-section{
  background:#fbf8f1;
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 112px;
}
.execution-heading{
  max-width:1380px;
  margin:0 auto 54px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:end;
}
.execution-heading h2{
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.04;
  letter-spacing:-1.5px;
}
.execution-heading h2 span{color:var(--red)}
.execution-intro p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:16px;
  line-height:1.72;
  max-width:720px;
}
.execution-flow{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.execution-flow article{
  min-height:230px;
  padding:26px 22px 24px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  position:relative;
  background:rgba(255,255,255,.12);
}
.flow-no{
  display:block;
  margin-bottom:42px;
  color:var(--gold);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:17px;
}
.execution-flow h3{
  margin:0 0 10px;
  color:var(--red);
  font-family:Georgia, 'Times New Roman', serif;
  font-size:24px;
  font-weight:500;
}
.execution-flow p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.execution-visual{
  max-width:1380px;
  margin:28px auto 0;
  min-height:500px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(11,32,56,.10);
  background:#0b2038;
}
.execution-visual img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(.86) contrast(1.02);
}
.execution-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(7,23,39,.88) 0%, rgba(7,23,39,.62) 31%, rgba(7,23,39,.18) 58%, rgba(7,23,39,.02) 78%, rgba(7,23,39,0) 100%);
}
.execution-overlay{
  position:absolute;
  z-index:2;
  left:0;
  top:0;
  bottom:0;
  width:min(620px, 48%);
  padding:70px 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}
.execution-overlay .eyebrow{color:#d8b66e}
.execution-overlay h3{
  margin:0 0 18px;
  color:#fff;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:42px;
  line-height:1.08;
  font-weight:500;
}
.execution-overlay p:last-child{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:13px;
  line-height:1.65;
}
.execution-note{
  max-width:1380px;
  margin:28px auto 0;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:240px 1fr;
  gap:28px;
}
.execution-note strong{
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.execution-note p{
  margin:0;
  color:#747a80;
  font-size:11px;
  line-height:1.65;
}
@media (max-width:1100px){
  .execution-heading{grid-template-columns:1fr;gap:28px}
  .execution-flow{grid-template-columns:repeat(3,1fr)}
  .execution-overlay{width:60%}
}
@media (max-width:720px){
  .execution-section{padding:78px 26px 82px}
  .execution-flow{grid-template-columns:1fr 1fr}
  .execution-visual,
  .execution-visual img{min-height:560px}
  .execution-overlay{
    width:100%;
    padding:48px 28px;
    justify-content:flex-end;
    background:linear-gradient(180deg, rgba(7,23,39,.05) 15%, rgba(7,23,39,.82) 70%);
  }
  .execution-visual::after{display:none}
  .execution-overlay h3{font-size:34px}
  .execution-note{grid-template-columns:1fr;gap:10px}
}
@media (max-width:480px){
  .execution-flow{grid-template-columns:1fr}
}

.site-footer{flex-direction:column}
}
@media (max-width:520px){
  .brand-company{display:none}
  .brand-divider{display:none}
  .brand{grid-template-columns:auto}
  .brand-tagline{grid-column:1;text-align:left}
  .hero{min-height:620px;background-position:62% center}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  h1{font-size:42px}
}

@media (max-width:1100px){
  .products-heading{grid-template-columns:1fr;gap:30px}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-card-thermal{grid-row:auto}
  .product-card:nth-child(4){grid-column:auto;display:flex}
  .product-card-thermal .product-image,
  .product-image,
  .product-card:nth-child(4) .product-image{min-height:320px}
}
@media (max-width:720px){
  .products-section{padding:78px 26px 80px}
  .product-grid{grid-template-columns:1fr}
  .portfolio-principles{display:block}
  .portfolio-principles span{
    display:block;
    border-right:0!important;
    border-bottom:1px solid var(--line);
    margin:0;
    padding:12px 0;
  }
  .portfolio-principles span:last-child{border-bottom:0}
  .product-image,
  .product-card-thermal .product-image,
  .product-card:nth-child(4) .product-image{min-height:280px}
}

@media (max-width:1100px){
  .sourcing-top{grid-template-columns:1fr;gap:50px}
  .sourcing-visual{min-height:520px}
  .region-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:720px){
  .sourcing-section{padding:78px 26px 82px}
  .sourcing-visual{min-height:420px}
  .map-frame{inset:0 10% 18% 0}
  .barge-frame{width:58%;height:44%}
  .region-grid{grid-template-columns:1fr 1fr}
  .sourcing-note{grid-template-columns:1fr;gap:10px}
  .sourcing-principles{display:block}
  .sourcing-principles span{
    display:block;
    border-right:0!important;
    border-bottom:1px solid var(--line);
    margin:0;
    padding:12px 0;
  }
  .sourcing-principles span:last-child{border-bottom:0}
}
@media (max-width:480px){
  .region-grid{grid-template-columns:1fr}
  .sourcing-visual{min-height:360px}
}

@media (max-width:720px){
  .spec-panel{width:min(92vw, 92vw); max-height:calc(100vh - 26px); margin:13px auto;}
  .spec-panel-inner{padding:26px 20px 22px}
  .spec-panel h3{font-size:34px}
  .spec-table th,
  .spec-table td{padding:11px 12px; font-size:14px}
  .spec-table th{width:58%}
}

.product-card:nth-child(4) .product-image{
  background-position:center center !important;
  background-size:cover !important;
}

/* V6 clean sourcing-map treatment */
.sourcing-map-only{
  min-height:520px !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sourcing-map-only .clean-map-frame{
  position:relative !important;
  inset:auto !important;
  width:100%;
  height:auto;
  min-height:470px;
  border:1px solid var(--line);
  background:#fbf8f1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.sourcing-map-only .clean-map-frame img{
  width:100%;
  height:auto;
  max-height:500px;
  object-fit:contain;
  object-position:center;
  display:block;
  background:#fbf8f1;
}
.sourcing-map-only + .barge-frame,
.sourcing-map-only .barge-frame{
  display:none !important;
}
.product-card:nth-child(3) .product-image{
  background-position:center center !important;
  background-size:cover !important;
}
.product-card:nth-child(4) .product-image{
  background-position:center center !important;
  background-size:cover !important;
}
@media (max-width:1100px){
  .sourcing-map-only{min-height:430px !important}
  .sourcing-map-only .clean-map-frame{min-height:380px}
  .sourcing-map-only .clean-map-frame img{max-height:420px}
}
@media (max-width:720px){
  .sourcing-map-only{min-height:300px !important}
  .sourcing-map-only .clean-map-frame{min-height:280px}
  .sourcing-map-only .clean-map-frame img{max-height:320px}
}

/* V6.1 FINAL MAP POLISH */
.sourcing-map-only{
  min-height:500px !important;
}
.sourcing-map-only .clean-map-frame{
  min-height:450px !important;
  padding:12px 14px !important;
  border:1px solid rgba(11,32,56,.12) !important;
  background:#fbf8f1 !important;
}
.sourcing-map-only .clean-map-frame img{
  width:106% !important;
  max-width:none !important;
  height:auto !important;
  max-height:480px !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:scale(1.02);
  transform-origin:center;
  filter:contrast(1.04) saturate(.94) !important;
}
@media (max-width:1100px){
  .sourcing-map-only .clean-map-frame img{
    width:104% !important;
    max-height:410px !important;
  }
}
@media (max-width:720px){
  .sourcing-map-only{
    min-height:300px !important;
  }
  .sourcing-map-only .clean-map-frame{
    min-height:270px !important;
    padding:8px !important;
  }
  .sourcing-map-only .clean-map-frame img{
    width:108% !important;
    max-height:310px !important;
  }
}

/* V8 regional map polish */
.sourcing-map-only{
  min-height:560px !important;
  flex-direction:column;
  gap:12px;
}
.sourcing-map-only .clean-map-frame{
  min-height:500px !important;
  padding:0 !important;
  overflow:hidden;
  background:#d9e6ee !important;
}
.sourcing-map-only .clean-map-frame img{
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:500px;
  max-height:520px !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}
.map-caption{
  width:100%;
  margin:0;
  color:#7a8085;
  font-size:10px;
  line-height:1.55;
  text-align:right;
}

/* Technical spec stamp */
.spec-panel-inner{
  position:relative;
  overflow:hidden;
}
.spec-stamp-watermark{
  position:absolute;
  width:250px;
  height:250px;
  object-fit:contain;
  right:18px;
  top:46px;
  opacity:.045;
  mix-blend-mode:multiply;
  pointer-events:none;
  user-select:none;
}

/* Corporate & Compliance */
.compliance-section{
  background:var(--ivory);
  border-top:1px solid rgba(11,32,56,.08);
  padding:118px 6vw 108px;
}
.compliance-shell{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:84px;
  align-items:start;
}
.compliance-brand{
  position:relative;
}
.compliance-brand>img{
  width:122px;
  height:122px;
  object-fit:contain;
  margin-bottom:28px;
  filter:drop-shadow(0 8px 18px rgba(92,62,27,.08));
}
.compliance-brand h2{
  font-size:clamp(42px,4.5vw,68px);
  line-height:1.04;
  letter-spacing:-1.4px;
  margin-bottom:28px;
}
.compliance-brand h2 span{color:#a45b35}
.compliance-brand .lead{
  font-size:20px;
  line-height:1.55;
}
.compliance-cta{
  margin-top:28px;
}
.compliance-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.compliance-grid article{
  min-height:205px;
  padding:28px 28px 25px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.13);
}
.compliance-grid article>span{
  display:block;
  margin-bottom:34px;
  color:#b58a35;
  font-family:Georgia,'Times New Roman',serif;
  font-size:16px;
}
.compliance-grid h3{
  margin:0 0 10px;
  color:#a45b35;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1px;
}
.compliance-grid p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.62;
}
.compliance-principles{
  max-width:1380px;
  margin:38px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.compliance-principles>div{
  padding:24px 28px;
}
.compliance-principles>div:not(:last-child){
  border-right:1px solid var(--line);
}
.compliance-principles strong{
  display:block;
  margin-bottom:8px;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.compliance-principles p{
  margin:0;
  color:#747a80;
  font-size:11px;
  line-height:1.6;
}

@media (max-width:1100px){
  .compliance-shell{grid-template-columns:1fr;gap:48px}
  .sourcing-map-only .clean-map-frame img{min-height:430px}
}
@media (max-width:720px){
  .sourcing-map-only{min-height:340px !important}
  .sourcing-map-only .clean-map-frame{min-height:300px !important}
  .sourcing-map-only .clean-map-frame img{
    min-height:300px;
    max-height:340px !important;
  }
  .map-caption{text-align:left}
  .spec-stamp-watermark{width:180px;height:180px;right:8px;top:42px}
  .compliance-section{padding:78px 26px 82px}
  .compliance-brand>img{width:96px;height:96px}
  .compliance-grid{grid-template-columns:1fr}
  .compliance-principles{grid-template-columns:1fr}
  .compliance-principles>div:not(:last-child){
    border-right:0;
    border-bottom:1px solid var(--line);
  }
}

/* V8.1 — FINAL MAP / HERO / HEADER BRAND FIX */

/* Header copper seal beside the standard PNC wordmark */
.header-inner{
  grid-template-columns:390px 1fr auto !important;
}
.brand{
  grid-template-columns:58px auto 1px 1fr !important;
  column-gap:12px !important;
}
.brand-seal{
  grid-row:1;
  grid-column:1;
  width:54px;
  height:54px;
  object-fit:contain;
  align-self:center;
  filter:drop-shadow(0 3px 7px rgba(92,62,27,.12));
}
.brand-pnc{
  grid-column:2;
  grid-row:1;
}
.brand-divider{
  grid-column:3;
  grid-row:1;
}
.brand-company{
  grid-column:4;
  grid-row:1;
}
.brand-tagline{
  grid-column:1/5 !important;
}

/* Completely mask any legacy text baked into the left side of the hero photograph */
.hero{
  background:
    linear-gradient(90deg,
      rgba(251,248,241,1) 0%,
      rgba(251,248,241,1) 30%,
      rgba(251,248,241,.99) 40%,
      rgba(251,248,241,.91) 47%,
      rgba(251,248,241,.55) 57%,
      rgba(251,248,241,.15) 69%,
      rgba(251,248,241,0) 80%),
    url('hero-logistics.jpg') center center / cover no-repeat !important;
}

/* Regional map: show the whole approved graphic, including Aceh sea margin and legend */
.sourcing-map-only{
  min-height:650px !important;
}
.sourcing-map-only .clean-map-frame{
  min-height:600px !important;
  height:600px !important;
  padding:0 !important;
  background:#e7eef1 !important;
  overflow:hidden !important;
}
.sourcing-map-only .clean-map-frame img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
  background:#eef3f5;
}
.map-caption{
  margin-top:8px !important;
  font-size:10px !important;
  color:#6d747b !important;
}

@media (max-width:1100px){
  .header-inner{grid-template-columns:330px 1fr auto !important}
  .brand{grid-template-columns:50px auto 1px 1fr !important}
  .brand-seal{width:46px;height:46px}
  .sourcing-map-only{min-height:540px !important}
  .sourcing-map-only .clean-map-frame{
    min-height:500px !important;
    height:500px !important;
  }
}
@media (max-width:820px){
  .header-inner{grid-template-columns:1fr auto !important}
  .brand{grid-template-columns:44px auto 1px 1fr !important}
  .brand-seal{width:40px;height:40px}
  .brand-tagline{grid-column:1/5 !important}
  .sourcing-map-only{min-height:380px !important}
  .sourcing-map-only .clean-map-frame{
    min-height:340px !important;
    height:340px !important;
  }
}
@media (max-width:520px){
  .brand-company{display:none}
  .brand-divider{display:none}
  .brand{grid-template-columns:40px auto !important}
  .brand-seal{grid-column:1;width:38px;height:38px}
  .brand-pnc{grid-column:2}
  .brand-tagline{grid-column:1/3 !important}
  .hero{
    background:
      linear-gradient(180deg,
        rgba(251,248,241,.99) 0%,
        rgba(251,248,241,.96) 46%,
        rgba(251,248,241,.48) 74%,
        rgba(251,248,241,.10) 100%),
      url('hero-logistics.jpg') 62% center / cover no-repeat !important;
  }
}

/* ============================================================
   V8.2 — ALL APPROVED CORRECTIONS
   ============================================================ */

/* Use the corrected glossy seal as the secondary corporate mark */
.brand-seal{
  width:58px !important;
  height:58px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 4px 10px rgba(92,62,27,.18)) !important;
}
.compliance-brand>img{
  width:132px !important;
  height:132px !important;
  filter:drop-shadow(0 10px 22px rgba(92,62,27,.15)) !important;
}

/* Hero now uses a clean photo asset; no ghost brochure text exists in the image */
.hero{
  background:
    linear-gradient(90deg,
      rgba(251,248,241,1) 0%,
      rgba(251,248,241,.99) 31%,
      rgba(251,248,241,.92) 43%,
      rgba(251,248,241,.63) 55%,
      rgba(251,248,241,.20) 69%,
      rgba(251,248,241,0) 82%),
    url('hero-logistics.jpg') 63% center / cover no-repeat !important;
}

/* Give the sourcing map more prominence without crowding the copy */
.sourcing-top{
  grid-template-columns:.76fr 1.24fr !important;
  gap:54px !important;
}
.sourcing-map-only{
  min-height:auto !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}
.sourcing-map-only .clean-map-frame{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1.60 / 1 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:1px solid rgba(11,32,56,.12) !important;
  background:#dcebf2 !important;
}
.sourcing-map-only .clean-map-frame img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

/* Illustrative Singapore-area hub marker — no map text label */
.map-hub-marker{
  position:absolute;
  left:39.3%;
  top:45.8%;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d7a333;
  border:2px solid rgba(255,255,255,.96);
  box-shadow:0 0 0 5px rgba(215,163,51,.15), 0 0 16px rgba(215,163,51,.7);
  z-index:3;
}

/* Small gateway anchors, intentionally understated */
.map-gateway{
  position:absolute;
  z-index:3;
  color:#793c2d;
  font-size:17px;
  line-height:1;
  text-shadow:0 1px 2px rgba(255,255,255,.85);
}
.map-gateway-sumatra{left:32.5%;top:60.5%}
.map-gateway-kalimantan{left:69.5%;top:53.5%}

/* Crisp HTML legend — replaces fuzzy baked-in legend */
.map-legend{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  background:rgba(255,255,255,.50);
}
.legend-item{
  min-height:74px;
  padding:15px 16px;
  display:flex;
  align-items:center;
  gap:12px;
}
.legend-item:not(:last-child){border-right:1px solid var(--line)}
.legend-item>span:last-child{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.legend-item strong{
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.6px;
  font-size:9px;
  line-height:1.25;
}
.legend-item small{
  color:#747b82;
  font-size:9px;
  line-height:1.25;
}
.legend-region{
  width:24px;
  height:15px;
  flex:0 0 auto;
  background:#a85b36;
  border:1px solid rgba(111,55,31,.24);
}
.legend-route{
  width:28px;
  height:0;
  flex:0 0 auto;
  border-top:2px dashed #236c9b;
  position:relative;
}
.legend-route::after{
  content:"";
  position:absolute;
  right:-1px;
  top:-4px;
  width:6px;
  height:6px;
  border-top:2px solid #236c9b;
  border-right:2px solid #236c9b;
  transform:rotate(45deg);
}
.legend-anchor{
  width:28px;
  flex:0 0 auto;
  text-align:center;
  color:#793c2d;
  font-size:20px;
}
.legend-hub{
  width:12px;
  height:12px;
  flex:0 0 auto;
  border-radius:50%;
  background:#d7a333;
  border:2px solid #fff;
  box-shadow:0 0 10px rgba(215,163,51,.75);
}
.map-caption{
  margin:0 !important;
  color:#6e767d !important;
  font-size:10px !important;
  line-height:1.5 !important;
  text-align:right !important;
}

/* Header geometry for glossy seal + wordmark */
.header-inner{
  grid-template-columns:400px 1fr auto !important;
}
.brand{
  grid-template-columns:62px auto 1px 1fr !important;
  column-gap:12px !important;
}

/* Responsive map / legend */
@media (max-width:1100px){
  .sourcing-top{
    grid-template-columns:1fr !important;
    gap:44px !important;
  }
  .map-legend{grid-template-columns:1fr 1fr}
  .legend-item:nth-child(2){border-right:0}
  .legend-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media (max-width:820px){
  .brand-seal{width:46px !important;height:46px !important}
  .header-inner{grid-template-columns:1fr auto !important}
  .brand{grid-template-columns:50px auto 1px 1fr !important}
}
@media (max-width:640px){
  .map-legend{grid-template-columns:1fr}
  .legend-item{
    border-right:0 !important;
    border-bottom:1px solid var(--line);
  }
  .legend-item:last-child{border-bottom:0}
  .map-caption{text-align:left !important}
  .map-gateway{font-size:13px}
  .map-hub-marker{width:8px;height:8px}
}
@media (max-width:520px){
  .brand-seal{width:40px !important;height:40px !important}
  .hero{
    background:
      linear-gradient(180deg,
        rgba(251,248,241,.99) 0%,
        rgba(251,248,241,.95) 52%,
        rgba(251,248,241,.38) 80%,
        rgba(251,248,241,.04) 100%),
      url('hero-logistics.jpg') 68% center / cover no-repeat !important;
  }
}

/* V8.3 clickable corporate contact link */
.inline-email{
  color:var(--navy);
  text-decoration:none;
  border-bottom:1px solid rgba(181,138,53,.8);
  padding-bottom:1px;
  transition:color .18s ease, border-color .18s ease;
}
.inline-email:hover,
.inline-email:focus-visible{
  color:var(--red);
  border-color:var(--red);
  outline:none;
}


/* ============================================================
   V9 — HOMEPAGE CLOSING: PROFILE / CONTACT / FOOTER
   ============================================================ */
.profile-link{
  cursor:pointer !important;
  opacity:.76 !important;
  border-bottom:1px solid transparent;
  transition:color .18s ease,border-color .18s ease,opacity .18s ease;
}
.profile-link:hover,.profile-link:focus-visible{
  color:var(--red);
  opacity:1 !important;
  border-color:var(--gold);
  outline:none;
}

.profile-download-section{
  padding:112px 6vw;
  background:#ede5d7;
  border-top:1px solid rgba(11,32,56,.08);
}
.profile-download-shell{
  max-width:1260px;
  margin:auto;
  display:grid;
  grid-template-columns:370px 1fr;
  gap:86px;
  align-items:center;
}
.profile-cover-wrap{
  position:relative;
  max-width:350px;
  padding:10px;
  background:#fff;
  box-shadow:0 26px 60px rgba(11,32,56,.15);
}
.profile-cover-wrap::after{
  content:"";
  position:absolute;
  inset:10px;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(11,32,56,.08);
}
.profile-cover-wrap img{
  width:100%;
  display:block;
  height:auto;
}
.profile-download-copy h2{
  margin:0 0 26px;
  font-size:clamp(44px,5vw,72px);
  line-height:1.02;
  letter-spacing:-1.5px;
}
.profile-download-copy h2 span{color:var(--red)}
.profile-download-copy .lead{max-width:700px}
.profile-download-copy .body-copy{max-width:700px}
.profile-meta{
  display:flex;
  align-items:center;
  gap:15px;
  margin:29px 0 30px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-size:10px;
  font-weight:700;
}
.profile-meta i{width:1px;height:17px;background:rgba(11,32,56,.18)}

.contact-section{
  padding:118px 6vw 112px;
  background:var(--paper);
}
.contact-heading{
  max-width:1380px;
  margin:0 auto 50px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:86px;
  align-items:end;
}
.contact-heading h2{
  margin:0;
  font-size:clamp(44px,4.7vw,70px);
  line-height:1.02;
  letter-spacing:-1.5px;
}
.contact-heading h2 span{color:var(--red)}
.contact-intro p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
  max-width:720px;
}
.desk-grid{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.desk-card{
  min-height:390px;
  padding:30px 30px 28px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  background:rgba(255,255,255,.12);
}
.desk-no{
  color:var(--gold);
  font-family:Georgia,'Times New Roman',serif;
  font-size:17px;
  margin-bottom:48px;
}
.desk-kicker{
  margin:0 0 10px;
  color:var(--red);
  font-size:10px;
  letter-spacing:1.8px;
  font-weight:700;
}
.desk-card h3{
  margin:0 0 15px;
  color:var(--navy);
  font-family:Georgia,'Times New Roman',serif;
  font-size:32px;
  font-weight:500;
}
.desk-card>p:not(.desk-kicker){
  margin:0 0 22px;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
}
.desk-email{
  color:var(--navy);
  font-size:14px;
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding-bottom:4px;
  overflow-wrap:anywhere;
}
.desk-action{
  margin-top:auto;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding-bottom:5px;
}
.desk-email:hover,.desk-action:hover{color:var(--red)}

.site-footer-full{
  display:block !important;
  padding:0 !important;
  background:#091d33 !important;
  color:#fff !important;
  border-top:0 !important;
}
.footer-main{
  max-width:1500px;
  margin:auto;
  padding:68px 5vw 54px;
  display:grid;
  grid-template-columns:1.5fr repeat(4,1fr);
  gap:52px;
}
.footer-brandline{
  display:flex;
  align-items:center;
  gap:13px;
}
.footer-brandline span{
  color:#c33a3c;
  font-family:Georgia,'Times New Roman',serif;
  font-size:43px;
}
.footer-brandline i{width:1px;height:46px;background:#b78b32}
.footer-brandline strong{
  color:#fff;
  font-size:12px;
  line-height:1.35;
  letter-spacing:1.2px;
}
.footer-brand p{
  max-width:300px;
  margin:23px 0 16px;
  color:rgba(255,255,255,.60);
  font-size:12px;
  line-height:1.65;
}
.footer-brand em{
  color:#cda552;
  font-style:normal;
  font-size:9px;
  letter-spacing:3px;
  font-weight:700;
}
.footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:11px;
}
.footer-col>strong{
  color:#cda552;
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-size:10px;
  margin-bottom:6px;
}
.footer-col a,.footer-col span{
  color:rgba(255,255,255,.70);
  font-size:11px;
  line-height:1.45;
}
.footer-col a:hover{color:#fff}
.footer-contact a{overflow-wrap:anywhere}
.footer-bottom{
  max-width:1500px;
  margin:auto;
  padding:22px 5vw 27px;
  border-top:1px solid rgba(255,255,255,.11);
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:28px;
  color:rgba(255,255,255,.48);
  font-size:9px;
  letter-spacing:.25px;
}
.footer-bottom>span:last-child{text-align:right}
.footer-bottom>div{display:flex;align-items:center;gap:14px}
.footer-bottom a:hover{color:#fff}
.footer-bottom i{height:12px;width:1px;background:rgba(255,255,255,.18)}

@media(max-width:1100px){
  .profile-download-shell{grid-template-columns:300px 1fr;gap:55px}
  .contact-heading{grid-template-columns:1fr;gap:25px}
  .desk-grid{grid-template-columns:1fr 1fr}
  .desk-card:last-child{grid-column:1/-1}
  .footer-main{grid-template-columns:1.4fr 1fr 1fr;row-gap:45px}
}
@media(max-width:760px){
  .profile-download-section,.contact-section{padding:78px 26px}
  .profile-download-shell{grid-template-columns:1fr;gap:44px}
  .profile-cover-wrap{max-width:275px;margin:auto}
  .desk-grid{grid-template-columns:1fr}
  .desk-card:last-child{grid-column:auto}
  .desk-card{min-height:330px}
  .footer-main{grid-template-columns:1fr 1fr;padding:52px 28px 42px;gap:38px}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{grid-template-columns:1fr;padding:20px 28px;text-align:left}
  .footer-bottom>span:last-child{text-align:left}
}
@media(max-width:500px){
  .footer-main{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .profile-meta{flex-wrap:wrap}
}

.policy-page{
  width:min(900px,calc(100% - 48px));
  margin:0 auto;
  padding:74px 0 100px;
}
.policy-back{
  display:inline-block;
  margin-bottom:60px;
  color:var(--navy);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom:1px solid var(--gold);
  padding-bottom:5px;
}
.policy-page h1{
  margin:0 0 12px;
  color:var(--navy);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(50px,7vw,82px);
  line-height:1;
  letter-spacing:-2px;
}
.policy-date{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 55px}
.policy-page section{padding:27px 0;border-top:1px solid var(--line)}
.policy-page section:last-child{border-bottom:1px solid var(--line)}
.policy-page section h2{margin:0 0 12px;color:var(--red);font-size:15px;font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:1px}
.policy-page section p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}


/* ============================================================
   V10 — LEGACY & LEADERSHIP
   ============================================================ */
.legacy-section{
  padding:118px 6vw 112px;
  background:#eee7da;
  border-top:1px solid rgba(11,32,56,.08);
  border-bottom:1px solid rgba(11,32,56,.08);
}
.legacy-heading{
  max-width:1380px;
  margin:0 auto 54px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:90px;
  align-items:end;
}
.legacy-heading h2{
  margin:0;
  font-size:clamp(44px,4.8vw,72px);
  line-height:1.02;
  letter-spacing:-1.6px;
}
.legacy-heading h2 span{color:var(--red)}
.legacy-intro p{
  max-width:720px;
  margin:0 0 13px;
  color:var(--muted);
  font-size:16px;
  line-height:1.72;
}
.legacy-stories{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.legacy-story{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  min-height:610px;
  border:1px solid rgba(11,32,56,.12);
  background:#f8f3ea;
  overflow:hidden;
}
.legacy-image{
  min-height:610px;
  overflow:hidden;
  background:#08101a;
}
.legacy-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.legacy-inspiration .legacy-image img{
  object-position:center 38%;
  filter:contrast(1.04);
}
.legacy-leader .legacy-image img{
  object-position:center 22%;
}
.legacy-copy{
  position:relative;
  padding:34px 34px 31px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.legacy-number{
  display:block;
  margin-bottom:42px;
  color:var(--gold);
  font-family:Georgia,'Times New Roman',serif;
  font-size:18px;
}
.legacy-label{
  margin:0 0 11px;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:1.7px;
  font-size:9px;
  font-weight:700;
}
.legacy-copy h3{
  margin:0 0 23px;
  color:var(--navy);
  font-family:Georgia,'Times New Roman',serif;
  font-weight:500;
  font-size:clamp(29px,2.5vw,39px);
  line-height:1.04;
  letter-spacing:-.5px;
}
.legacy-copy>p:not(.legacy-label){
  margin:0 0 14px;
  color:var(--muted);
  font-size:12px;
  line-height:1.67;
}
.legacy-tags{
  margin-top:auto;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.legacy-tags span{
  padding:7px 9px 6px;
  border:1px solid rgba(181,138,53,.38);
  color:#8d6826;
  text-transform:uppercase;
  letter-spacing:.7px;
  font-size:8px;
  font-weight:700;
}
.legacy-quote{
  margin-top:auto;
  padding-top:23px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:28px 1fr;
  gap:8px;
  align-items:start;
}
.legacy-quote>span{
  color:var(--gold);
  font-family:Georgia,'Times New Roman',serif;
  font-size:42px;
  line-height:.75;
}
.legacy-quote p{
  margin:0;
  color:var(--navy);
  font-family:Georgia,'Times New Roman',serif;
  font-size:16px;
  line-height:1.45;
}
.legacy-footnote{
  max-width:1380px;
  margin:30px auto 0;
  padding-top:19px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:260px 1fr;
  gap:32px;
}
.legacy-footnote strong{
  color:var(--navy);
  font-size:10px;
  letter-spacing:1.2px;
}
.legacy-footnote p{
  margin:0;
  color:#747b82;
  font-size:11px;
  line-height:1.65;
}
@media(max-width:1180px){
  .legacy-heading{grid-template-columns:1fr;gap:28px}
  .legacy-stories{grid-template-columns:1fr}
  .legacy-story{grid-template-columns:360px 1fr}
}
@media(max-width:720px){
  .legacy-section{padding:78px 26px 82px}
  .legacy-story{grid-template-columns:1fr}
  .legacy-image{min-height:470px;height:470px}
  .legacy-copy{padding:30px 26px}
  .legacy-number{margin-bottom:30px}
  .legacy-footnote{grid-template-columns:1fr;gap:10px}
}


/* ============================================================
   V11 — LEGACY NAME / FOOTER CONTACT / LEGAL MODALS
   ============================================================ */

/* Keep corporate email addresses on a single line on desktop */
.footer-contact{
  min-width:235px;
}
.footer-contact a{
  white-space:nowrap !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  font-size:10.5px !important;
  letter-spacing:-.08px;
}
.footer-main{
  grid-template-columns:1.35fr .9fr .9fr 1.05fr 1.35fr !important;
  gap:38px !important;
}

/* Father's name treatment */
.legacy-inspiration .legacy-copy h3{
  color:var(--red);
  margin-bottom:22px;
}
.legacy-inspiration .legacy-label{
  margin-bottom:8px;
}

/* Footer legal buttons */
.footer-legal-link{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  color:rgba(255,255,255,.60);
  font:inherit;
  cursor:pointer;
}
.footer-legal-link:hover,
.footer-legal-link:focus-visible{
  color:#fff;
  outline:none;
}

/* Legal pop-up */
body.modal-open{overflow:hidden}
.legal-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
}
.legal-modal.is-open{display:block}
.legal-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,17,30,.72);
  backdrop-filter:blur(5px);
}
.legal-modal-panel{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:min(860px,calc(100% - 50px));
  max-height:84vh;
  overflow:auto;
  background:#f8f3ea;
  padding:48px 54px 50px;
  border:1px solid rgba(181,138,53,.45);
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}
.legal-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  border:0;
  background:none;
  color:var(--navy);
  font-family:Arial,sans-serif;
  font-size:36px;
  line-height:1;
  cursor:pointer;
}
.legal-modal-panel h2{
  margin:5px 0 10px;
  color:var(--navy);
  font-family:Georgia,'Times New Roman',serif;
  font-size:48px;
  font-weight:500;
  line-height:1.05;
}
.legal-effective{
  margin:0 0 34px !important;
  color:var(--gold) !important;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px !important;
  font-weight:700;
}
.legal-modal-content h3{
  margin:26px 0 8px;
  padding-top:22px;
  border-top:1px solid var(--line);
  color:var(--red);
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.legal-modal-content p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.72;
}
.legal-modal-content a{
  color:var(--navy);
  border-bottom:1px solid var(--gold);
}

@media(max-width:1180px){
  .footer-main{
    grid-template-columns:1.4fr 1fr 1fr !important;
  }
  .footer-contact{min-width:0}
  .footer-contact a{
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
}
@media(max-width:700px){
  .legal-modal-panel{
    width:calc(100% - 28px);
    padding:40px 26px 38px;
  }
  .legal-modal-panel h2{font-size:38px}
}


/* V12.1 — official CMPDI external link */
.external-institution-link{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(181,138,53,.75);
  padding-bottom:1px;
  transition:color .18s ease,border-color .18s ease;
}
.external-institution-link:hover,
.external-institution-link:focus-visible{
  color:var(--red);
  border-color:var(--red);
  outline:none;
}


/* ============================================================
   V13 — OFFICIAL 2026 WEB + PRINT CORPORATE PROFILES
   ============================================================ */
.profile-publication-section{
  background:
    radial-gradient(circle at 16% 18%, rgba(183,139,50,.08), transparent 24%),
    #ede5d7;
}
.publication-mockup{
  transform:perspective(1100px) rotateY(2.5deg) rotateX(.8deg);
  transform-origin:center;
  transition:transform .25s ease, box-shadow .25s ease;
  border:1px solid rgba(181,138,53,.28);
}
.publication-mockup:hover{
  transform:perspective(1100px) rotateY(0deg) rotateX(0deg) translateY(-3px);
  box-shadow:0 34px 75px rgba(11,32,56,.19);
}
.publication-mockup a{display:block;position:relative}
.profile-edition-badge{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:22px;
  padding:9px 12px 8px;
  background:rgba(8,29,51,.92);
  color:#d6b361;
  font-size:8px;
  letter-spacing:1.2px;
  font-weight:700;
  border:1px solid rgba(214,179,97,.48);
  backdrop-filter:blur(4px);
}
.profile-download-copy h2{
  text-transform:uppercase;
}
.profile-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.profile-print-btn{
  background:#0b2038 !important;
  border-color:#0b2038 !important;
}
.profile-file-note{
  max-width:720px;
  margin:19px 0 0;
  color:#777a7d;
  font-size:10px;
  line-height:1.6;
  letter-spacing:.1px;
}
.official-contact-band{
  max-width:1380px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:1.05fr .72fr 1.8fr .8fr;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.official-contact-item{
  min-height:126px;
  padding:24px 24px 22px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.official-contact-item>span{
  margin-bottom:13px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:1.25px;
  font-weight:700;
}
.official-contact-item a,
.official-contact-item p{
  margin:0;
  color:var(--navy);
  font-size:13px;
  line-height:1.55;
  font-weight:600;
  overflow-wrap:normal;
  word-break:normal;
}
.official-contact-item a:hover{color:var(--red)}
.official-contact-address p{font-weight:500}
.footer-contact span{
  font-size:10.5px !important;
  line-height:1.55 !important;
}

@media(max-width:1050px){
  .official-contact-band{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .profile-actions{align-items:stretch;flex-direction:column}
  .profile-actions .btn{width:100%;justify-content:center}
  .publication-mockup{transform:none}
  .official-contact-band{grid-template-columns:1fr}
  .official-contact-item{min-height:auto}
}
