:root{
  --navy:#06233f;
  --deep:#041a31;
  --ocean:#074e7c;
  --cyan:#5ccfe6;
  --ice:#eaf8fb;
  --mist:#f5fbfc;
  --white:#ffffff;
  --muted:#6b7c8d;
  --line:rgba(255,255,255,.22);
  --orange:#ff9a4d;
  --gold:#e6b862;
  --shadow:0 24px 80px rgba(3,25,48,.20);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#12314b;background:#f8fcfd;line-height:1.6}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin-inline:auto}.center{text-align:center}.align-center{align-items:center}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px min(4vw,42px);background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(5,38,66,.08)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy)}.brand-logo{width:54px;height:54px;object-fit:contain}.brand-text{letter-spacing:.04em}.nav-menu{display:flex;align-items:center;gap:24px;font-size:15px;color:#173c59}.nav-menu a{font-weight:650}.nav-cta{padding:11px 18px;border-radius:999px;background:var(--navy);color:#fff!important;box-shadow:0 10px 24px rgba(6,35,63,.18)}.nav-toggle{display:none;border:0;background:var(--navy);color:white;border-radius:12px;padding:10px 13px;font-size:20px}
.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden}.sub-hero{min-height:620px}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,37,.86),rgba(3,20,37,.52),rgba(3,20,37,.18))}.hero-overlay.blue{background:linear-gradient(90deg,rgba(3,28,52,.88),rgba(4,52,84,.55),rgba(255,255,255,.18))}.hero-overlay.pale{background:linear-gradient(90deg,rgba(238,251,255,.50),rgba(227,247,253,.42),rgba(227,247,253,.08))}.hero-content{position:relative;z-index:1;color:#fff;max-width:820px;padding-top:50px}.hero-content.narrow{max-width:760px}.dark-copy{color:#12314b}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850;color:var(--ocean)}.eyebrow{color:#bdf7ff}.dark-copy .eyebrow{color:var(--ocean)}.section-label.light{color:#bdf7ff}.eyebrow:before,.section-label:before{content:"";width:34px;height:2px;background:var(--orange);border-radius:20px}.hero h1{margin:0 0 22px;font-size:clamp(46px,7vw,86px);line-height:.95;letter-spacing:-.06em}.hero p{font-size:clamp(18px,2vw,22px);max-width:720px;color:rgba(255,255,255,.88)}.dark-copy p{color:#31536b}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.2s ease}.btn-primary{background:linear-gradient(135deg,var(--orange),#ffc46e);color:#10233b;box-shadow:0 14px 30px rgba(255,154,77,.24)}.btn-light{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(14px)}.btn-light.dark{color:#12314b;background:rgba(255,255,255,.65);border-color:rgba(5,54,91,.12)}.btn:hover{transform:translateY(-2px)}
.stats-band{background:var(--navy);color:#fff;padding:26px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stats-grid div{padding:16px 20px;border-left:1px solid rgba(255,255,255,.14)}.stats-grid strong{display:block;font-size:38px;line-height:1;color:#8ee9ff}.stats-grid span{display:block;margin-top:7px;color:rgba(255,255,255,.72);font-size:14px}.section{padding:96px 0}.section-light{background:linear-gradient(180deg,#fff,#f0fbfe)}.section-deep{background:radial-gradient(circle at 10% 10%,rgba(92,207,230,.18),transparent 34%),linear-gradient(135deg,#04192d,#082d4b);color:#fff}.section-gradient{background:linear-gradient(135deg,#06233f,#0b6b91 58%,#b9f1fb);color:#fff}.section-contact{background:linear-gradient(135deg,#04192d,#063f66);color:#fff}.section-head{max-width:760px;margin:0 auto 42px}.section h2{font-size:clamp(34px,4.4vw,56px);line-height:1.05;margin:0 0 18px;letter-spacing:-.04em;color:inherit}.section p{color:#5e7181}.section-deep p,.section-gradient p,.section-contact p{color:rgba(255,255,255,.78)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px}.image-card{overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18)}.image-card img{width:100%;height:100%;object-fit:cover}.glow-card{position:relative}.glow-card:after{content:"";position:absolute;inset:auto 10% -25px 10%;height:50px;background:rgba(92,207,230,.45);filter:blur(28px);border-radius:50%}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.pill-row span{padding:10px 14px;border-radius:999px;background:rgba(6,35,63,.08);font-weight:700;color:#12314b}.section-deep .pill-row span{background:rgba(255,255,255,.13);color:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article,.market-grid article,.action-grid article{padding:28px;border-radius:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(12px)}.process-grid span,.action-grid span{font-size:13px;font-weight:900;color:var(--orange);letter-spacing:.14em}.process-grid h3,.market-grid h3,.action-grid h3{margin:14px 0 10px;font-size:22px}.portfolio-gateway{display:grid;grid-template-columns:1fr 1fr;gap:24px}.portfolio-gateway.large{gap:34px}.gateway-card{display:grid;grid-template-columns:45% 1fr;min-height:360px;overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);border:1px solid rgba(5,38,66,.08);transition:.25s ease}.gateway-card:hover{transform:translateY(-6px)}.gateway-card img{height:100%;width:100%;object-fit:cover}.gateway-card div{padding:34px;display:flex;flex-direction:column;justify-content:center}.gateway-card span,.tag{display:inline-flex;width:max-content;border-radius:999px;padding:8px 12px;margin-bottom:14px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;background:#e9f8fb;color:var(--ocean)}.gateway-card h3{font-size:32px;line-height:1.08;margin:0 0 12px;color:var(--navy);letter-spacing:-.03em}.gateway-card p{color:#5e7181}.gateway-card strong{margin-top:18px;color:var(--ocean)}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cert-grid article{min-height:160px;padding:24px;border-radius:24px;background:rgba(255,255,255,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;box-shadow:0 18px 50px rgba(4,26,49,.12)}.cert-grid img{max-width:94px;max-height:80px;object-fit:contain}.cert-grid span{font-weight:900;color:var(--navy)}.market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.market-grid article{background:#fff;border-color:rgba(5,38,66,.08);box-shadow:0 12px 40px rgba(4,35,65,.08)}.market-grid h3{color:var(--navy)}.inner-hero{padding:125px 0 90px;background:radial-gradient(circle at 80% 0,rgba(92,207,230,.26),transparent 34%),linear-gradient(135deg,#06233f,#0a5077);color:#fff}.inner-hero h1{margin:0 0 18px;font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.05em}.inner-hero p{font-size:20px;color:rgba(255,255,255,.78);max-width:760px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card{border-radius:26px;overflow:hidden;background:#fff;border:1px solid rgba(5,38,66,.08);box-shadow:0 14px 44px rgba(4,35,65,.10)}.category-card img{height:220px;width:100%;object-fit:cover}.category-card h3{margin:0 24px 10px;font-size:24px;color:var(--navy);line-height:1.1}.category-card p{margin:0 24px 18px;color:#5e7181}.category-card .tag{margin:22px 24px 12px}.category-card ul{margin:0 24px 26px;padding-left:18px;color:#526c7f}.dark-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);box-shadow:none}.dark-card h3{color:#fff}.dark-card p,.dark-card ul{color:rgba(255,255,255,.75)}.quality-promise .mini-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.mini-card-grid span{padding:15px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);font-weight:800}.action-grid{display:grid;gap:18px}.action-grid.three{grid-template-columns:repeat(3,1fr)}.action-grid.four{grid-template-columns:repeat(4,1fr)}.action-grid article{background:#fff;color:#12314b;border-color:rgba(5,38,66,.08);box-shadow:0 14px 44px rgba(4,35,65,.08)}.action-grid p{color:#5e7181}.action-grid a{display:inline-flex;margin-top:10px;font-weight:900;color:var(--ocean)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start}.contact-details{display:grid;gap:10px;margin-top:24px}.contact-details a{color:#bdf7ff;font-weight:800}.inquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:26px;border-radius:28px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px)}.inquiry-form label{display:grid;gap:7px;font-size:13px;font-weight:800;color:rgba(255,255,255,.88)}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid rgba(255,255,255,.26);border-radius:14px;padding:13px 14px;background:rgba(255,255,255,.92);color:#12314b;font:inherit}.inquiry-form textarea,.inquiry-form button{grid-column:1/-1}.site-footer{padding:42px 0;background:#021324;color:#fff}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-logo{width:82px;height:82px;object-fit:contain;background:#fff;border-radius:18px;padding:6px}.footer-grid p{color:rgba(255,255,255,.70)}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#bdf7ff;font-weight:750}
@media (max-width:980px){.nav-toggle{display:block}.nav-menu{position:absolute;top:82px;right:4vw;left:4vw;display:none;flex-direction:column;align-items:flex-start;background:#fff;border-radius:20px;padding:20px;box-shadow:var(--shadow)}.nav-menu.open{display:flex}.hero{min-height:650px}.stats-grid,.process-grid,.market-grid,.cert-grid{grid-template-columns:repeat(2,1fr)}.split-grid,.portfolio-gateway,.contact-grid{grid-template-columns:1fr}.gateway-card{grid-template-columns:1fr}.gateway-card img{height:260px}.category-grid,.action-grid.three,.action-grid.four{grid-template-columns:1fr 1fr}.inquiry-form{grid-template-columns:1fr}}
@media (max-width:620px){.hero{min-height:620px}.hero h1{font-size:44px}.section{padding:70px 0}.stats-grid,.process-grid,.market-grid,.cert-grid,.category-grid,.action-grid.three,.action-grid.four{grid-template-columns:1fr}.footer-grid{display:grid}.site-header{padding:12px 18px}.brand-text{display:none}.category-card img{height:190px}}


/* Mobile hamburger navigation enhancement */
.nav-toggle{
  width:44px;
  height:44px;
  padding:0;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  line-height:1;
}
.nav-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  border-radius:999px;
  transition:transform .25s ease, opacity .25s ease;
}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media (max-width:980px){
  .nav-toggle{display:flex}
  .nav-menu{
    z-index:999;
  }
  .nav-menu a{
    width:100%;
    padding:10px 12px;
    border-radius:12px;
  }
  .nav-menu a:hover{
    background:rgba(6,35,63,.06);
  }
  .nav-cta{
    text-align:center;
    justify-content:center;
  }
}


/* Recognition & video sections */
.recognition-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}
.award-highlight{
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  border-radius:var(--radius);
  padding:34px;
  box-shadow:var(--shadow);
}
.award-highlight h3{
  font-size:32px;
  line-height:1.1;
  color:var(--navy);
  margin:0 0 20px;
  letter-spacing:-.03em;
}
.award-list{
  display:grid;
  gap:10px;
}
.award-list span{
  display:block;
  padding:12px 14px;
  border-radius:16px;
  background:linear-gradient(135deg,#f4fbfd,#e8f7fb);
  color:#24465f;
  font-weight:750;
  border:1px solid rgba(7,78,124,.08);
}
.award-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.award-gallery figure{
  margin:0;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 44px rgba(4,35,65,.10);
  border:1px solid rgba(5,38,66,.08);
}
.award-gallery img{
  width:100%;
  height:520px;
  object-fit:contain;
  background:#fff;
  padding:12px;
}
.award-gallery figcaption{
  padding:14px 18px 18px;
  font-weight:800;
  color:var(--navy);
  text-align:center;
}
.recognition-note-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:24px;
}
.recognition-note-grid article{
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 12px 40px rgba(4,35,65,.07);
}
.recognition-note-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:24px;
}
.video-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.video-card{
  padding:18px;
  border-radius:28px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
}
.video-card h3{
  margin:18px 8px 4px;
  font-size:22px;
}
.video-wrapper{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:22px;
  overflow:hidden;
  background:#000;
  box-shadow:0 20px 50px rgba(0,0,0,.26);
}
.video-wrapper iframe,
.video-wrapper video{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.video-channel-link{
  margin-top:28px;
}
.exhibition-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.exhibition-card{
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 12px 40px rgba(4,35,65,.08);
}
.exhibition-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.exhibition-card div{
  padding:22px;
}
.exhibition-card h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:24px;
}
@media (max-width:980px){
  .recognition-layout,.video-grid{grid-template-columns:1fr}
  .award-gallery img{height:460px}
  .exhibition-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .award-gallery,.recognition-note-grid,.exhibition-grid{grid-template-columns:1fr}
  .award-gallery img{height:auto;max-height:none}
}


/* Updated recognition, awards and gallery layout */
.award-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.award-card{
  min-height:230px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 16px 46px rgba(4,35,65,.10);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  justify-content:flex-start;
  gap:10px;
}
.award-card img{
  width:110px;
  height:86px;
  object-fit:contain;
  margin-bottom:8px;
}
.award-card span{
  color:var(--ocean);
  font-weight:900;
  letter-spacing:.04em;
  font-size:13px;
}
.award-card h3{
  margin:0;
  color:var(--navy);
  font-size:18px;
  line-height:1.18;
}
.award-card p{
  margin:0;
  color:#5e7181;
  font-size:14px;
  line-height:1.45;
}
.recognition-cta-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:32px;
}
.recognition-cta-grid article{
  padding:30px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 16px 46px rgba(4,35,65,.08);
}
.recognition-cta-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:26px;
  line-height:1.1;
}
.recognition-cta-grid .btn{
  margin-top:16px;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.gallery-card{
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 14px 44px rgba(4,35,65,.10);
}
.section-deep .gallery-card{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
}
.gallery-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.gallery-card div{
  padding:22px;
}
.gallery-card h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:24px;
  line-height:1.1;
}
.section-deep .gallery-card h3{color:#fff}
.gallery-card p{
  margin:0;
  color:#5e7181;
}
.section-deep .gallery-card p{color:rgba(255,255,255,.76)}
@media (max-width:980px){
  .award-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .recognition-cta-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .award-grid,.gallery-grid{grid-template-columns:1fr}
  .gallery-card img{height:210px}
}


/* Larger certification logos */
.cert-grid article{
  min-height:210px;
  padding:30px 24px;
}
.cert-grid img{
  max-width:150px;
  max-height:125px;
}
.cert-grid span{
  font-size:16px;
}

/* Marine innovation and insights pages */
.innovation-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:360px;
  padding:42px;
  border-radius:32px;
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 70px rgba(4,26,49,.18);
  border:1px solid rgba(255,255,255,.45);
  color:var(--navy);
  transition:.25s ease;
}
.innovation-card:hover{transform:translateY(-6px)}
.innovation-card span{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  padding:8px 12px;
  margin-bottom:16px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
  background:#e9f8fb;
  color:var(--ocean);
}
.innovation-card h3{
  margin:0 0 12px;
  font-size:clamp(34px,4vw,54px);
  line-height:1;
  letter-spacing:-.04em;
}
.innovation-card p{color:#5e7181;margin-bottom:18px}
.innovation-card strong{color:var(--ocean)}
.article-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.article-card{
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 14px 44px rgba(4,35,65,.10);
  display:flex;
  flex-direction:column;
}
.article-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  background:#eaf7fb;
}
.article-card div{padding:24px}
.article-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:24px;
  line-height:1.12;
}
.article-card p{margin:0 0 18px;color:#5e7181}
.article-card a{font-weight:900;color:var(--ocean)}
.content-panel{
  max-width:980px;
  margin:0 auto;
  padding:34px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 46px rgba(4,35,65,.08);
  border:1px solid rgba(5,38,66,.08);
}
.content-panel h3{color:var(--navy);font-size:28px;margin:28px 0 10px}
.content-panel p,.content-panel li{color:#526c7f;line-height:1.75}
.content-panel ul{padding-left:20px}
@media (max-width:980px){
  .article-grid{grid-template-columns:1fr 1fr}
  .cert-grid img{max-width:135px;max-height:110px}
}
@media (max-width:620px){
  .article-grid{grid-template-columns:1fr}
  .cert-grid article{min-height:180px}
  .cert-grid img{max-width:130px;max-height:105px}
  .innovation-card{min-height:auto;padding:30px}
}

/* Fine tune July update: entities, value chain, larger awards and exhibition galleries */
.entity-section{background:linear-gradient(180deg,#f6fcfd,#ffffff)}
.entity-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.entity-card{
  padding:24px 20px;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff,#edf8fb);
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 16px 46px rgba(4,35,65,.10);
  text-align:center;
  position:relative;
  overflow:hidden;
}
.entity-card:before{
  content:"";
  position:absolute;
  inset:auto -20% 0 -20%;
  height:70px;
  background:linear-gradient(90deg,transparent,rgba(92,207,230,.20),transparent);
  transform:skewY(-6deg);
}
.entity-card img{
  width:150px;
  height:110px;
  object-fit:contain;
  margin:0 auto 18px;
  background:#fff;
  border-radius:18px;
  padding:8px;
  box-shadow:0 10px 26px rgba(4,35,65,.10);
  position:relative;
  z-index:1;
}
.entity-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
  line-height:1.16;
  position:relative;
  z-index:1;
}
.entity-card p{
  margin:0;
  color:#5e7181;
  font-size:14px;
  line-height:1.45;
  position:relative;
  z-index:1;
}
.value-chain-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  position:relative;
}
.value-chain-card{
  padding:36px 32px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 56px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
  position:relative;
}
.value-chain-card:not(:last-child):after{
  content:"→";
  position:absolute;
  top:50%;
  right:-23px;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:999px;
  background:#fff;
  color:var(--ocean);
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  z-index:2;
}
.value-chain-card span{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,154,77,.18);
  color:#ffd2b1;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:900;
}
.value-chain-card h3{
  margin:18px 0 12px;
  font-size:28px;
  line-height:1.05;
  color:#fff;
}
.value-chain-card p{color:rgba(255,255,255,.78);margin:0}
.award-year-wrap{display:grid;gap:34px}
.award-year-group>h3{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
  color:var(--navy);
  font-size:30px;
  line-height:1;
  letter-spacing:-.03em;
}
.award-year-group>h3:before{
  content:"";
  width:42px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ocean),var(--cyan));
}
.section-deep .award-year-group>h3,.section-gradient .award-year-group>h3{color:#fff}
.award-grid.award-grid-large{grid-template-columns:repeat(3,1fr)}
.award-grid-large .award-card{
  min-height:300px;
  padding:34px 28px;
}
.award-grid-large .award-card img{
  width:170px;
  height:130px;
  margin-bottom:14px;
}
.award-grid-large .award-card h3{font-size:21px}
.award-grid-large .award-card span{font-size:14px}
.exhibition-gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}
.exhibition-gallery-card{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 16px 46px rgba(4,35,65,.10);
}
.exhibition-photo-main img{
  width:100%;
  height:320px;
  object-fit:cover;
}
.exhibition-gallery-body{padding:24px}
.exhibition-gallery-body h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:28px;
  line-height:1.08;
}
.exhibition-gallery-body p{margin:0 0 16px;color:#5e7181;font-weight:700}
.exhibition-thumb-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
}
.exhibition-thumb-row img{
  width:100%;
  height:74px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid rgba(5,38,66,.08);
}
@media (max-width:1180px){
  .entity-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:980px){
  .entity-grid,.value-chain-grid,.award-grid.award-grid-large,.exhibition-gallery-grid{grid-template-columns:1fr 1fr}
  .value-chain-card:not(:last-child):after{display:none}
  .exhibition-photo-main img{height:280px}
}
@media (max-width:620px){
  .entity-grid,.value-chain-grid,.award-grid.award-grid-large,.exhibition-gallery-grid{grid-template-columns:1fr}
  .award-grid-large .award-card{min-height:260px}
  .award-grid-large .award-card img{width:150px;height:115px}
  .exhibition-photo-main img{height:240px}
  .exhibition-thumb-row img{height:58px}
}


/* Final content fine-tune: continuous awards and flexible gallery */
.award-year-wrap{display:block}
.award-year-group{display:contents}
.award-year-group>h3{display:none!important}
.media-gallery-grid{max-width:820px;margin:0 auto}
.gallery-subsection{margin-top:64px}
.gallery-subsection:first-of-type{margin-top:0}
.compact-head{margin-bottom:28px}
.exhibition-thumb-row{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))}
.exhibition-thumb{border:0;background:transparent;padding:0;cursor:pointer;border-radius:12px;overflow:hidden;display:block}
.exhibition-thumb img{transition:.2s ease}
.exhibition-thumb:hover img{transform:scale(1.04)}
.exhibition-thumb.active img{outline:3px solid var(--orange);outline-offset:-3px}
.collagen-feature-grid article,.collagen-market-grid article{background:rgba(255,255,255,.10)}
.section-light .collagen-market-grid article{background:#fff;border:1px solid rgba(5,38,66,.08);box-shadow:0 14px 44px rgba(4,35,65,.08)}
.section-light .collagen-market-grid h3{color:var(--navy)}
.section-light .collagen-market-grid p{color:#5e7181}
@media (max-width:620px){.media-gallery-grid{max-width:none}.exhibition-thumb-row{grid-template-columns:repeat(auto-fit,minmax(64px,1fr))}}

/* July usability updates */
.media-card .media-link{
  display:inline-flex;
  margin-top:16px;
  font-weight:900;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:10px 14px;
}
.gallery-card.media-card p{margin-bottom:0}
.innovation-card-image{
  padding:0;
  overflow:hidden;
  justify-content:flex-start;
}
.innovation-card-image img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.innovation-card-image div{
  padding:30px;
}
.article-detail{display:grid;gap:30px}
.article-wide-image{
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 20px 56px rgba(4,35,65,.12);
}
.article-story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.article-story-grid article{
  background:#fff;
  border:1px solid rgba(5,38,66,.08);
  box-shadow:0 14px 44px rgba(4,35,65,.08);
  border-radius:26px;
  padding:26px;
}
.article-story-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:23px;
  line-height:1.12;
}
.article-story-grid p{margin:0;color:#5e7181}
.article-image-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.article-image-row img{
  width:100%;
  height:230px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 12px 34px rgba(4,35,65,.10);
}
.entity-card img{
  width:150px;
  height:110px;
  object-fit:contain;
}
@media (max-width:980px){
  .article-story-grid,.article-image-row{grid-template-columns:1fr}
  .article-image-row img{height:260px}
}


/* July final tuning: innovation image, entity logos and inquiry fields */
.innovation-card-image img{
  height:260px;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(180deg,#f2fbfd,#e5f6fa);
  padding:12px;
}
.innovation-card-image div{
  background:#fff;
  position:relative;
  z-index:2;
}
.contact-location{
  color:rgba(255,255,255,.82);
  font-weight:750;
  line-height:1.45;
}
.entity-card img{
  width:190px !important;
  height:140px !important;
  max-width:100%;
  object-fit:contain;
  object-position:center;
}
.entity-card{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.entity-card h3,.entity-card p{
  width:100%;
}
@media (max-width:1180px){
  .entity-card img{width:165px !important;height:125px !important;}
}
@media (max-width:620px){
  .innovation-card-image img{height:auto;max-height:none;}
}


/* Final update: map, career page, and balanced entity logos */
.map-card{
  grid-column:1 / -1;
  margin-top:24px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.18);
  background:#fff;
}
.map-card iframe{
  width:100%;
  height:380px;
  border:0;
  display:block;
}
.career-grid article{
  min-height:190px;
}
.entity-card img{
  width:185px !important;
  height:130px !important;
  object-fit:contain !important;
  object-position:center !important;
}
.entity-card:nth-child(1) img,
.entity-card:nth-child(2) img{
  width:150px !important;
  height:110px !important;
}
.innovation-card-image img{
  height:300px;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(180deg,#f2fbfd,#e5f6fa);
}
@media (max-width:620px){
  .map-card iframe{height:300px;}
  .entity-card img{width:160px !important;height:115px !important;}
  .entity-card:nth-child(1) img,
  .entity-card:nth-child(2) img{width:135px !important;height:100px !important;}
}

/* Final media + innovation image ratio tuning */
.gallery-card.media-card > img{
  width:100%;
  aspect-ratio:2 / 1;
  height:auto !important;
  object-fit:cover;
  object-position:center;
  display:block;
}
.innovation-card-image img{
  width:100%;
  aspect-ratio:8 / 3;
  height:auto !important;
  object-fit:cover;
  object-position:center;
  display:block;
  padding:0 !important;
  border-radius:28px 28px 0 0;
  background:#eef8fb;
}
@media (max-width:620px){
  .gallery-card.media-card > img{aspect-ratio:2 / 1;}
  .innovation-card-image img{aspect-ratio:16 / 9;}
}

/* July refinement: footer contact details and optional galleries */
.footer-brand-block{
  display:flex;
  align-items:center;
  gap:18px;
}
.footer-tagline{margin:0 0 6px;color:rgba(255,255,255,.76);font-weight:700}
.footer-registration{margin:0 0 10px;color:rgba(255,255,255,.78);font-size:14px;font-weight:800}
.footer-contact-lines{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.footer-contact-lines a{color:#bdf7ff;font-weight:850;display:inline-flex;align-items:center;gap:6px}
.footer-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px;line-height:1}
.collagen-image-stack{display:flex;flex-direction:column;gap:30px}
.collagen-image-stack .image-card img{display:block;width:100%;height:auto;object-fit:contain}
.optional-image-card.is-hidden{display:none!important}
.exhibition-thumb-row:empty{display:none!important}
.exhibition-gallery-card img:not(.is-loaded){visibility:hidden}
@media (max-width:720px){
  .footer-brand-block{align-items:flex-start}
  .footer-contact-lines{display:grid;gap:8px}
}


/* Footer refinement: Fish for Life under logo, separate from company details */
.footer-brand-block{
  display:flex;
  align-items:center;
  gap:26px;
}
.footer-logo-stack{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.footer-tagline{
  margin:0;
  color:rgba(255,255,255,.86);
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
  font-size:18px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:.01em;
  text-align:center;
}
.footer-company-info{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-registration{margin:0;color:rgba(255,255,255,.78);font-size:14px;font-weight:800}
.footer-contact-lines{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.footer-contact-lines a{color:#bdf7ff;font-weight:850;display:inline-flex;align-items:center;gap:6px}
.footer-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px;line-height:1}
@media (max-width:720px){
  .footer-brand-block{align-items:flex-start}
  .footer-logo-stack{align-items:flex-start}
  .footer-tagline{text-align:left}
}

.collagen-feature-image {
  max-width: 900px;
  margin: 28px auto;
  border-radius: 24px;
  overflow: hidden;
  background: #eef8fb;
  box-shadow: 0 14px 36px rgba(10, 40, 70, 0.08);
}

.collagen-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

#product-highlight .container {
  max-width: 1180px;
}

#product-highlight .section-head {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.collagen-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 36px auto;
  width: 100%;
}

.collagen-highlight-grid article {
  background: #ffffff;
  border: 1px solid rgba(20, 80, 120, 0.08);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 14px 36px rgba(10, 40, 70, 0.08);
}

.collagen-highlight-grid h3 {
  margin: 0 0 10px;
  color: #0b4f73;
  font-size: 1.1rem;
}

.collagen-highlight-grid p {
  margin: 0;
  color: #4d6473;
  line-height: 1.65;
}

.collagen-feature-image {
  max-width: 900px;
  margin: 34px auto;
  border-radius: 24px;
  overflow: hidden;
  background: #eef8fb;
  box-shadow: 0 14px 36px rgba(10, 40, 70, 0.08);
}

.collagen-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

@media (max-width: 980px) {
  .collagen-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .collagen-highlight-grid {
    grid-template-columns: 1fr;
  }
}


#product-highlight .section-head {
  margin-bottom: 12px;
}

#product-highlight .section-head h2 {
  margin-bottom: 14px;
}

#product-highlight .section-head p {
  margin-bottom: 0;
}

#product-highlight .collagen-highlight-grid {
  margin-top: 28px;
}

#product-highlight .section-head {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}

#product-highlight .collagen-highlight-grid {
  margin-top: 8px !important;
}





/* Final pre-WordPress handover refinements */
#product-highlight {
  padding-top: 70px;
  padding-bottom: 70px;
}
#product-highlight .compact-head,
#product-highlight .section-head {
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
}
#product-highlight .section-head h2 {
  margin-bottom: 12px !important;
}
#product-highlight .section-head p {
  margin-bottom: 0 !important;
}
#product-highlight .collagen-highlight-grid {
  margin-top: 22px !important;
  margin-bottom: 34px !important;
}
.collagen-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.collagen-feature-image {
  max-width: 900px;
  margin: 30px auto;
}
.collagen-main-image {
  margin-top: 32px;
  margin-bottom: 0;
}
.optional-image-card.is-hidden {
  display: none !important;
}
.article-wide-image-contain {
  object-fit: contain !important;
  height: auto !important;
  max-height: none !important;
  background: #eef8fb;
}
.article-card img.article-card-image-contain {
  object-fit: contain !important;
  padding: 8px;
  background: #eef8fb;
}
@media (max-width: 980px) {
  .collagen-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .collagen-highlight-grid {
    grid-template-columns: 1fr;
  }
  #product-highlight {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/* Collagen page final content + spacing correction */
#product-highlight {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
#product-highlight .container {
  max-width: 1180px;
}
#product-highlight .compact-head,
#product-highlight .section-head {
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
}
#product-highlight .section-head h2 {
  margin-bottom: 12px !important;
}
#product-highlight .section-head p {
  margin-bottom: 0 !important;
}
#product-highlight .collagen-highlight-grid {
  margin-top: 20px !important;
  margin-bottom: 32px !important;
}
.collagen-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}
.collagen-feature-image {
  max-width: 900px;
  margin: 30px auto;
  border-radius: 24px;
  overflow: hidden;
  background: #eef8fb;
  box-shadow: 0 14px 36px rgba(10, 40, 70, 0.08);
}
.collagen-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.collagen-main-image {
  margin-top: 32px;
  margin-bottom: 0;
}
.optional-image-card.is-hidden {
  display: none !important;
}
@media (max-width: 980px) {
  .collagen-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .collagen-highlight-grid {
    grid-template-columns: 1fr;
  }
  #product-highlight {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}


/* Final gallery layout update: show 4 media features in one row on desktop */
.media-gallery-grid{
  max-width:none !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width:1100px){
  .media-gallery-grid{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}
@media (max-width:620px){
  .media-gallery-grid{grid-template-columns:1fr !important;}
}

/* Slightly larger FSSC 22000 logo */
.cert-grid img.cert-logo-fssc{
  max-width:175px !important;
  max-height:145px !important;
}
@media (max-width:980px){
  .cert-grid img.cert-logo-fssc{max-width:155px !important;max-height:125px !important;}
}
@media (max-width:620px){
  .cert-grid img.cert-logo-fssc{max-width:145px !important;max-height:115px !important;}
}


/* Free form spam reduction fields */
.spam-check-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.human-check-field .human-question {
  display: block;
  margin: 8px 0 10px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
}
.form-status-message {
  min-height: 20px;
  margin: 2px 0 4px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #9b1c1c;
}


/* Language switch */
.language-switch{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700;color:#597086;white-space:nowrap}
.language-switch a{color:#597086;font-weight:700}
.language-switch a.active{color:var(--navy)}
.language-switch span{opacity:.45}
@media (max-width:980px){.language-switch{padding:6px 0}}

html[lang="zh-CN"] body{font-family:Inter,"Noto Sans SC","Microsoft YaHei",Arial,sans-serif;}


/* Chinese language readability refinements */
html[lang="zh-CN"] body,
html[lang="zh-CN"] p,
html[lang="zh-CN"] li,
html[lang="zh-CN"] label,
html[lang="zh-CN"] input,
html[lang="zh-CN"] textarea,
html[lang="zh-CN"] select {
  line-height: 1.75;
  letter-spacing: 0.01em;
}
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] .section-label,
html[lang="zh-CN"] .eyebrow,
html[lang="zh-CN"] .tag,
html[lang="zh-CN"] .btn,
html[lang="zh-CN"] .nav-menu a {
  text-wrap: balance;
  word-break: keep-all;
  line-break: strict;
}
html[lang="zh-CN"] .section-head p,
html[lang="zh-CN"] .hero-content p,
html[lang="zh-CN"] .gateway-card p,
html[lang="zh-CN"] .article-card p,
html[lang="zh-CN"] .category-card p,
html[lang="zh-CN"] .market-grid p {
  text-wrap: pretty;
}
@media (max-width: 520px) {
  html[lang="zh-CN"] h1,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] h3 {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}


/* CN copy and layout refinements - prevent long Chinese headings from being clipped */
html[lang="zh-CN"] .hero h1{font-size:clamp(38px,5.2vw,66px);line-height:1.12;letter-spacing:-0.03em;max-width:1050px;}
html[lang="zh-CN"] .inner-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.16;letter-spacing:-0.025em;}
html[lang="zh-CN"] .section h2{font-size:clamp(30px,3.7vw,48px);line-height:1.18;letter-spacing:-0.025em;}
html[lang="zh-CN"] .gateway-card div,html[lang="zh-CN"] .article-card div,html[lang="zh-CN"] .category-card{min-width:0;}
html[lang="zh-CN"] .gateway-card h3{font-size:clamp(25px,2.15vw,31px);line-height:1.22;letter-spacing:-0.015em;word-break:normal;overflow-wrap:anywhere;}
html[lang="zh-CN"] .gateway-card p,html[lang="zh-CN"] .category-card p,html[lang="zh-CN"] .article-card p{font-size:16px;line-height:1.7;}
html[lang="zh-CN"] h1,html[lang="zh-CN"] h2,html[lang="zh-CN"] h3{word-break:normal;overflow-wrap:anywhere;line-break:auto;}
html[lang="zh-CN"] .gateway-card span,html[lang="zh-CN"] .tag{letter-spacing:.08em;}
@media (max-width:1100px){html[lang="zh-CN"] .portfolio-gateway.large{grid-template-columns:1fr;}html[lang="zh-CN"] .gateway-card{grid-template-columns:42% 1fr;}}
@media (max-width:980px){html[lang="zh-CN"] .gateway-card{grid-template-columns:1fr;}}
@media (max-width:620px){html[lang="zh-CN"] .hero h1{font-size:38px;line-height:1.18;}html[lang="zh-CN"] .inner-hero h1{font-size:34px;line-height:1.18;}}


/* Google Form inquiry card refinement */
.form-link-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:14px;
  padding:34px;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
  min-height:320px;
}
.form-link-card h3{
  color:#fff;
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  margin:0;
  letter-spacing:-.03em;
}
.form-link-card p{margin:0;color:rgba(255,255,255,.78)}
.form-link-card .btn{margin-top:8px}
.form-link-note{font-size:14px;color:rgba(255,255,255,.65)!important;max-width:620px}
html[lang="zh-CN"] body{font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Inter,Segoe UI,Arial,sans-serif;word-break:keep-all;overflow-wrap:break-word;}
html[lang="zh-CN"] .section h2, html[lang="zh-CN"] .inner-hero h1, html[lang="zh-CN"] .hero h1{letter-spacing:-.02em;line-height:1.12;}
html[lang="zh-CN"] .section-head{max-width:860px;}
/* Logo note: remove visual frame added by CSS; use transparent artwork for a fully frameless logo. */
.brand-logo{background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;}
.footer-logo{background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;}

/* CN layout stability update: prevent horizontal overflow and keep cards within page range */
html, body { max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
.container { width: min(1180px, calc(100% - 48px)); }
.value-chain-grid,
.market-grid,
.process-grid,
.action-grid,
.portfolio-gateway,
.gateway-card,
.contact-grid { min-width: 0; max-width: 100%; }
.value-chain-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-chain-card { min-width: 0; overflow: visible; }
.value-chain-card:not(:last-child):after { right: -12px; width: 36px; height: 36px; font-size: 22px; }
.market-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.market-grid article,
.value-chain-card,
.gateway-card div,
.action-grid article,
.process-grid article { min-width: 0; }
html[lang="zh-CN"] .value-chain-card h3,
html[lang="zh-CN"] .value-chain-card p,
html[lang="zh-CN"] .market-grid h3,
html[lang="zh-CN"] .market-grid p,
html[lang="zh-CN"] .gateway-card h3,
html[lang="zh-CN"] .gateway-card p {
  word-break: normal;
  overflow-wrap: break-word;
  line-break: auto;
}
html[lang="zh-CN"] .value-chain-card h3 { font-size: clamp(22px, 2.2vw, 28px); }
html[lang="zh-CN"] .market-grid h3 { font-size: clamp(19px, 1.65vw, 22px); }
html[lang="zh-CN"] .hero h1 { font-size: clamp(36px, 5vw, 62px); max-width: 960px; }
html[lang="zh-CN"] .section-head { max-width: 880px; }
@media (max-width: 1180px) {
  .value-chain-grid { grid-template-columns: 1fr; }
  .value-chain-card:not(:last-child):after { display: none; }
  .market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 32px, 1180px); }
  .market-grid { grid-template-columns: 1fr; }
  html[lang="zh-CN"] .hero h1 { font-size: 38px; }
}

/* Footer outlined logo refinement */
.footer-logo{background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;object-fit:contain;}
.footer-logo-stack{background:transparent!important;}
html[lang="zh-CN"] .section h2, html[lang="zh-CN"] .hero h1, html[lang="zh-CN"] .inner-hero h1{word-break:keep-all;overflow-wrap:normal;}
html[lang="zh-CN"] .section-head p{word-break:normal;overflow-wrap:break-word;}


/* Final CN display and footer logo fixes */
.footer-logo{
  width:82px!important;
  height:82px!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:18px!important;
  padding:6px!important;
  box-shadow:none!important;
}
html[lang="zh-CN"] .brand-logo{
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
}
html[lang="zh-CN"] .container{
  max-width:1180px;
  width:min(1180px, calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}
html[lang="zh-CN"] .contact-grid{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  overflow:hidden;
}
html[lang="zh-CN"] .contact-grid > *,
html[lang="zh-CN"] .form-link-card,
html[lang="zh-CN"] .content-panel,
html[lang="zh-CN"] .article-detail,
html[lang="zh-CN"] .article-story-grid article{
  min-width:0;
  max-width:100%;
}
html[lang="zh-CN"] .form-link-card{
  overflow:hidden;
  padding:34px 30px;
}
html[lang="zh-CN"] .form-link-card h3{
  font-size:clamp(26px,2.55vw,38px);
  line-height:1.18;
  letter-spacing:-.015em;
  word-break:normal;
  overflow-wrap:break-word;
}
html[lang="zh-CN"] .form-link-card p,
html[lang="zh-CN"] .form-link-note,
html[lang="zh-CN"] .contact-grid p,
html[lang="zh-CN"] .content-panel p,
html[lang="zh-CN"] .article-story-grid p{
  word-break:normal;
  overflow-wrap:break-word;
  line-height:1.75;
}
html[lang="zh-CN"] .article-wide-image,
html[lang="zh-CN"] .article-wide-image-contain{
  display:block;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  overflow:hidden;
}
html[lang="zh-CN"] .article-story-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
html[lang="zh-CN"] .value-chain-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  overflow:visible;
}
html[lang="zh-CN"] .value-chain-card{
  padding:30px 26px;
}
html[lang="zh-CN"] .market-grid{
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}
html[lang="zh-CN"] .market-grid article{
  padding:24px 22px;
}
@media (max-width:1180px){
  html[lang="zh-CN"] .contact-grid{grid-template-columns:1fr;}
  html[lang="zh-CN"] .value-chain-grid{grid-template-columns:1fr;}
  html[lang="zh-CN"] .value-chain-card:not(:last-child):after{display:none;}
  html[lang="zh-CN"] .market-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  html[lang="zh-CN"] .article-story-grid{grid-template-columns:1fr;}
}
@media (max-width:620px){
  html[lang="zh-CN"] .container{width:min(100% - 32px, 1180px);}
  html[lang="zh-CN"] .market-grid{grid-template-columns:1fr;}
  html[lang="zh-CN"] .form-link-card{padding:28px 22px;}
}


/* CN final layout correction: keep CN visual blocks within page range and display overview images fully */
html[lang="zh-CN"] .split-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
}
html[lang="zh-CN"] .split-grid > *{min-width:0;}
html[lang="zh-CN"] .split-grid.align-center .image-card{
  width:100%;
  max-width:100%;
}
html[lang="zh-CN"] .split-grid.align-center .image-card img{
  width:100%;
  height:auto!important;
  object-fit:contain!important;
  display:block;
}
html[lang="zh-CN"] .section h2,
html[lang="zh-CN"] .hero h1,
html[lang="zh-CN"] .inner-hero h1{
  overflow-wrap:break-word;
  word-break:keep-all;
}
html[lang="zh-CN"] .hero-content.narrow{
  max-width:min(760px, calc(100vw - 48px));
}
@media (max-width:980px){
  html[lang="zh-CN"] .split-grid{grid-template-columns:1fr;}
}


/* Final sticky navigation fix: keep main menu visible while scrolling */
.site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9999 !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 8px 28px rgba(5,38,66,.08);
}
body{
  padding-top:83px;
}
html{
  scroll-padding-top:96px;
}
@media (max-width:980px){
  body{padding-top:79px;}
  .nav-menu{
    position:fixed !important;
    top:74px !important;
    right:4vw !important;
    left:4vw !important;
    z-index:9998 !important;
  }
}
