:root{--blue:#1547c8;--blue2:#2f73dc;--ink:#0e1830;--muted:#60708a;--soft:#f4f7fb;--line:#dbe3ee;--teal:#38c5bd;--white:#fff;--max:1220px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(14,24,48,.08)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:34px}
.brand img{width:172px;display:block}
.desktop-nav{display:flex;gap:27px;margin-left:auto}
.desktop-nav a,.mobile-nav a{font-size:14px;font-weight:600;color:#26344c;text-decoration:none}
.desktop-nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:7px;background:var(--blue);color:#fff;text-decoration:none;font-weight:700;font-size:14px;border:1px solid var(--blue);transition:.2s}
.btn:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(21,71,200,.18)}
.btn-small{padding:10px 16px}
.menu-btn{display:none;background:none;border:0;font-size:23px}
.mobile-nav{display:none}
.hero{height:890px;position:relative;color:#fff;overflow:hidden;background:#0b1834}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.02)}
.hero-overlay{background:linear-gradient(90deg,rgba(5,17,46,.90) 0%,rgba(5,17,46,.72) 40%,rgba(5,17,46,.16) 78%),linear-gradient(0deg,rgba(5,17,46,.55),transparent 45%)}
.hero-content{position:relative;padding-top:215px;z-index:2}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--blue);margin-bottom:18px}
.eyebrow.light{color:#97d3ff}
.hero h1,.section h2{font-family:Manrope,Inter,sans-serif;letter-spacing:-.04em}
.hero h1{font-size:72px;line-height:1.02;margin:0 0 26px;max-width:830px}
.hero-content>p{font-size:19px;line-height:1.65;max-width:690px;color:#dbe5f4;margin-bottom:31px}
.hero-actions{display:flex;gap:30px;align-items:center}
.btn-light{background:#fff;color:#122248;border-color:#fff}
.text-link{display:inline-flex;gap:7px;align-items:center;color:var(--blue);text-decoration:none;font-weight:700;font-size:14px}
.light-link{color:#fff}
.hero-stats{position:absolute;z-index:2;bottom:0;left:50%;transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.25);padding:30px 0 34px}
.hero-materials{margin:28px 0 6px}
.hero-materials-label{display:block;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#9db4d8;margin-bottom:11px}
.pill-row.light-pills span{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff}
.hero-stats>div{padding:0 30px;border-right:1px solid rgba(255,255,255,.19)}
.hero-stats>div:first-child{padding-left:0}
.hero-stats>div:last-child{border-right:0}
.hero-stats strong{font-family:Manrope;font-size:29px;display:block}
.hero-stats span{font-size:12px;color:#c9d6e8}
.section{padding:110px 0}
.section-soft{background:var(--soft)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.intro h2,.section-head h2,.sust-copy h2{font-size:48px;line-height:1.08;margin:0}
.intro-copy p{font-size:17px;color:#536178;margin-top:0;margin-bottom:22px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:48px}
.section-head>p{max-width:480px;color:var(--muted);margin:0}
.tag{font-size:10px;color:var(--blue);font-weight:800;letter-spacing:.15em}
.sustainability-grid{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:80px}
.sust-visual{position:relative}
.sust-visual>img{width:100%;height:560px;object-fit:cover;border-radius:18px}
.sust-copy h2{margin-bottom:24px}
.sust-copy>p{color:var(--muted);font-size:16px}
.pill-row{display:flex;flex-wrap:wrap;gap:9px;margin:27px 0}
.pill-row span{border:1px solid #bcd0f4;background:#f5f9ff;color:#2559ad;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:700}
.small-note{font-size:13px!important}
.btn-outline{background:#fff;color:var(--blue)}
.section-dark{background:#0d1830;color:#fff}
.dark-head h2{color:#fff}
.dark-head p{color:#aab8cc}
.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #32405a}
.cap-card{padding:38px 26px 20px 0;border-right:1px solid #32405a;min-height:250px}
.cap-card:not(:first-child){padding-left:26px}
.cap-card:last-child{border-right:0}
.cap-card>span{font-size:11px;color:#78b8ff;font-weight:800}
.cap-card h3{font-size:21px;margin:48px 0 14px}
.cap-card p{color:#aab8cc;font-size:14px}
.application-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.application-grid article{position:relative;height:390px;border-radius:14px;overflow:hidden;background:#ddd}
.application-grid img{width:100%;height:100%;object-fit:cover;transition:.4s}
.application-grid article:hover img{transform:scale(1.025)}
.app-caption{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);padding:17px 20px;border-radius:10px;display:flex;justify-content:space-between;gap:20px}
.app-caption span{font-weight:800}
.app-caption small{color:var(--muted)}
.cert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.cert-card{background:#fff;border:1px solid var(--line);padding:27px 23px;border-radius:12px;text-decoration:none;color:var(--ink);min-height:245px;display:flex;flex-direction:column;transition:.2s}
.cert-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(14,24,48,.08)}
.cert-kicker{font-size:10px;font-weight:800;color:var(--blue);letter-spacing:.13em}
.cert-card h3{font-size:19px;margin:25px 0 10px}
.cert-card p{font-size:13px;color:var(--muted);margin:0 0 25px}
.cert-card div{margin-top:auto;font-size:12px;color:var(--blue);font-weight:800}

.cert-categories{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.cert-category{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;height:100%}
.cert-category-visual{position:relative;background:var(--soft)}
.cert-category-visual img{width:100%;height:auto;aspect-ratio:3.64/1;object-fit:cover;display:block}
.cert-category-body{padding:30px 30px 34px;display:flex;flex-direction:column;flex:1}
.cert-subgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;flex:1}
.cert-subgrid-2{grid-template-columns:repeat(2,1fr)}
.cert-subcard{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:20px 18px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;height:100%;min-height:200px;transition:.2s}
.cert-subcard:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(14,24,48,.08);background:#fff}
.cert-sublogo-box{height:44px;display:flex;align-items:center;margin-bottom:12px}
.cert-sublogo{width:44px;height:44px;object-fit:contain}
.cert-sublogo-ul{width:44px;height:44px}
.cert-subkicker{font-size:10px;font-weight:800;color:#c8102e;letter-spacing:.13em;margin-bottom:12px}
.cert-subkicker-logo{height:20px;width:auto;max-width:100%;object-fit:contain;display:block}
.cert-subcard h4{font-size:15px;margin:0 0 4px;line-height:1.3;min-height:39px;display:flex;align-items:flex-end}
.cert-subcard-loc{display:block;font-size:11px;font-weight:700;color:#1c7a4d;margin-bottom:10px}
.cert-category-tech .cert-subcard-loc{color:var(--blue)}
.cert-subcard p{font-size:12px;color:var(--muted);margin:0 0 16px;line-height:1.5}
.cert-subcard-cta{margin-top:auto;font-size:11px;color:var(--blue);font-weight:800}
@media(max-width:900px){.cert-categories{grid-template-columns:1fr}.cert-category{height:auto}}
@media(max-width:560px){.cert-subgrid,.cert-subgrid-2{grid-template-columns:1fr}.cert-category-body{padding:24px 20px 28px}}
.contact-section{background:#101c35;color:#fff}
footer{background:#091327;color:#8997ac;padding:25px 0;border-top:1px solid #253149}
@media(max-width:1050px){.desktop-nav{display:none}.menu-btn{display:block;margin-left:auto}.nav-wrap>.btn-small{display:none}.mobile-nav.open{display:flex;flex-direction:column;padding:16px 24px 24px;gap:15px;background:#fff}.hero h1{font-size:58px}.hero-stats>div{border-bottom:1px solid rgba(255,255,255,.15);padding:12px 18px}.cert-grid{grid-template-columns:repeat(2,1fr)}.cap-grid{grid-template-columns:repeat(2,1fr)}.cap-card:nth-child(2){border-right:0}.sustainability-grid{grid-template-columns:1fr}.cert-card:last-child{grid-column:span 2}}
@media(max-width:720px){.container{width:min(100% - 30px,var(--max))}.hero{height:850px}.hero-content{padding-top:160px}.hero h1{font-size:45px}.hero-content>p{font-size:16px}.hero-stats{bottom:0;grid-template-columns:1fr}.hero-stats strong{font-size:22px}.hero-stats span{font-size:10px}.hero-stats>div{border-right:0!important}.section{padding:78px 0}.split,.sustainability-grid{grid-template-columns:1fr;gap:35px}.intro h2,.section-head h2,.sust-copy h2{font-size:36px}.section-head{align-items:flex-start;flex-direction:column;gap:18px}.cert-grid,.application-grid,.cap-grid{grid-template-columns:1fr}.cert-card:last-child{grid-column:auto}.cap-card,.cap-card:not(:first-child){padding:30px 0;border-right:0;border-bottom:1px solid #32405a;min-height:auto}.cap-card h3{margin-top:22px}.application-grid article{height:310px}.app-caption{flex-direction:column;gap:3px}.sust-visual>img{height:420px}.brand img{width:145px}}
/* Product portfolio */
.pill-row a{border:1px solid #bcd0f4;background:#f5f9ff;color:#2559ad;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:700;text-decoration:none;transition:.2s}
.pill-row a:hover{background:#eaf2ff;border-color:#8fb4f1;transform:translateY(-1px)}
.product-modal.open{display:block}
.product-detail .eyebrow{margin-bottom:10px}
/* ===== V5 approved draft layout ===== */
.compact-head{margin-bottom:24px}
.application-section{background:#fff}
.application-grid-v5{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.application-grid-v5 article{border:1px solid #e1e7f0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 6px 20px rgba(20,46,86,.04)}
.application-grid-v5 article img{height:220px;width:100%;object-fit:contain;background:#fff;display:block}
.app-caption{padding:16px 16px 18px}
.app-caption h3{font-size:16px;margin:0 0 6px}
.app-caption p{font-size:12px;color:#66758e;margin:0;line-height:1.5}
.network-section{background:#f8fbff}
.contact-v5{background:#0f2344;color:#fff;padding:48px 0 34px}
.contact-v5 .eyebrow{color:#80b8ff}
.contact-v5-grid{display:grid;grid-template-columns:1.15fr 1fr 1.15fr;gap:44px;align-items:start}
.contact-intro-v5 h2{font-family:Manrope,Inter,sans-serif;font-size:32px;margin:5px 0 10px}
.contact-intro-v5>p{max-width:440px;color:#d5e2f7;font-size:13px;line-height:1.55}
.contact-inline{display:flex;align-items:center;gap:16px;margin-top:22px}
.contact-inline>a:not(.btn){color:#fff;text-decoration:none;font-size:13px}
.contact-location{border-top:1px solid rgba(255,255,255,.18);padding-top:22px}
.contact-location h3{font-size:18px;margin:7px 0 14px}
.contact-location p{color:#d7e3f6;font-size:12px;line-height:1.55}
.contact-location .phone{font-weight:700;color:#fff;margin-top:18px}
.footer-v5{background:#0b1b35;border-top:1px solid rgba(255,255,255,.14);color:#d4def0;padding:18px 0}
.footer-v5-row{display:grid;grid-template-columns:1.1fr 1.4fr 1fr auto;gap:25px;align-items:center}
.footer-v5 a{color:#fff;text-decoration:none;font-size:12px}
.footer-v5 span{font-size:12px}
.footer-company{font-size:22px;color:#fff;font-family:Manrope,Inter,sans-serif}
@media(max-width:1100px){.application-grid-v5{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){.contact-v5-grid{grid-template-columns:1fr}.footer-v5-row{grid-template-columns:1fr;gap:10px}}
@media(max-width:560px){.application-grid-v5{grid-template-columns:1fr}}
/* ===== V7: Global network, customers, and strengths ===== */
.network-v7{background:#f8fbff}
.network-map-card-v7{
  background:#fff;
  border:1px solid #e2e9f3;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(20,46,86,.05);
}
.network-map-card-v7 img{
  width:100%;
  height:auto;
  display:block;
}
.customers-section{background:#fff}
.strengths-section{background:#f8fbff}
.strength-grid-v7{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.strength-card-v7{
  position:relative;
  background:#fff;
  border:1px solid #e1e8f2;
  border-radius:14px;
  padding:24px 20px 22px;
  min-height:250px;
  box-shadow:0 8px 25px rgba(20,46,86,.04);
}
.strength-number{
  display:block;
  font-size:11px;
  font-weight:800;
  color:#0b4ed7;
  letter-spacing:.14em;
  margin-bottom:34px;
}
.strength-card-v7 h3{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:20px;
  line-height:1.15;
  margin:0 0 12px;
}
.strength-card-v7 p{
  color:#64748b;
  font-size:12px;
  line-height:1.58;
  margin:0;
}
.strength-card-v7:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(20,46,86,.08);
  transition:.2s;
}
@media(max-width:1100px){.strength-grid-v7{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.strength-grid-v7{grid-template-columns:1fr}}
/* ===== V8 Valued Customers logo-only section ===== */
.valued-customers{
  background:#fff;
}
.customer-title-only{
  margin-bottom:26px;
}
.valued-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px 26px;
  align-items:center;
}
.valued-logo{
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 24px;
  background:#fff;
  border:1px solid #edf1f6;
  border-radius:12px;
  box-shadow:0 6px 22px rgba(20,46,86,.035);
}
.valued-logo img{
  display:block;
  max-width:100%;
  max-height:76px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.valued-logo:nth-child(3) img,
.valued-logo:nth-child(8) img,
.valued-logo:nth-child(9) img,
.valued-logo:nth-child(10) img{
  max-height:82px;
}
.valued-logo:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(20,46,86,.07);
  transition:.2s;
}
@media(max-width:960px){.valued-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.valued-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* ===== V9 spacing cleanup / layout stabilization ===== */
@media (min-width:721px){
  .section{padding:78px 0 82px}
  .section-head{margin-bottom:32px}
  .compact-head{margin-bottom:24px}
  .intro{padding-top:82px;padding-bottom:82px}
  .sustainability{padding-top:84px;padding-bottom:86px}
  .family-portfolio{padding-top:74px;padding-bottom:78px}
  .strengths-section{padding-top:74px;padding-bottom:78px}
  .application-section{padding-top:74px;padding-bottom:78px}
  .customers-section{padding-top:74px;padding-bottom:78px}
  .certifications{padding-top:74px;padding-bottom:78px}
  .network-v7{padding-top:74px;padding-bottom:78px}
}
/* Keep fixed-header anchor jumps from hiding section headings. */
section[id]{scroll-margin-top:92px}
/* Customer section spacing and logo consistency. */
.valued-customers .section-head{margin-bottom:26px}
.valued-logo-grid{row-gap:16px}
.valued-logo{min-height:112px;padding:16px 22px}
.valued-logo img{max-height:70px}
.strength-card-v7,.valued-logo{min-width:0}
.section-head>div{min-width:0}
@media(max-width:720px){.section{padding:62px 0 66px}.section-head{margin-bottom:26px}.valued-logo{min-height:96px;padding:14px}.valued-logo img{max-height:60px}}
/* ===== V10: remove duplicate white contact/address cards ===== */
.network-v7{
  padding-bottom:72px !important;
}
.network-map-card-v7{
  margin-bottom:0;
}
@media(max-width:900px){.site-header .header-inner{
    min-height:68px;
    position:relative;
  }.main-nav .btn,
  .main-nav a.btn{
    margin-top:10px;
    text-align:center;
    padding:12px 16px;
  }/* Tighter mobile page rhythm */
  .container{width:min(100% - 32px, var(--container))}.section{padding:48px 0 52px}.intro{padding:50px 0 52px}.sustainability{padding:52px 0 54px}
  .strengths-section,
  .application-section,
  .customers-section,
  .network-v7{padding:50px 0 52px !important}.section-head{margin-bottom:22px}.compact-head{margin-bottom:18px}.section-head h2{margin-top:5px}.hero{padding-top:44px;padding-bottom:46px}.sustainability-grid{gap:28px}.intro-grid{gap:24px}.application-grid-v5{gap:16px}.strength-grid-v7{gap:12px}.valued-logo-grid{gap:12px}.network-map-card-v7{border-radius:12px}.contact-v5{padding:40px 0 28px}.contact-v5-grid{gap:28px}.footer-v5{padding:16px 0}}
@media(max-width:600px){.container{width:min(100% - 24px, var(--container))}.site-header .header-inner{min-height:62px}.brand img{max-height:38px}.section{padding:40px 0 44px}.intro{padding:42px 0 44px}.sustainability{padding:44px 0 46px}
  .strengths-section,
  .application-section,
  .customers-section,
  .network-v7{padding:42px 0 44px !important}.section-head{margin-bottom:18px}.compact-head{margin-bottom:16px}.section-head h2{font-size:32px;line-height:1.06}.hero{padding-top:34px;padding-bottom:38px}.hero h1{font-size:42px;line-height:1.02}.sustainability-grid{gap:22px}.sust-copy h2{font-size:36px;line-height:1.05}.pill-row{gap:7px;margin-top:18px}.application-grid-v5 article img{height:180px}.app-caption{padding:13px 13px 15px}.valued-logo{min-height:88px;padding:12px}.valued-logo img{max-height:54px}.strength-card-v7{min-height:auto;padding:20px 18px}.strength-number{margin-bottom:22px}.contact-v5{padding:34px 0 24px}.contact-intro-v5 h2{font-size:29px}.contact-inline{flex-wrap:wrap;gap:12px}}
/* ===== V13 full TDS categorization ===== */
.material-family-grid-v13{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.material-family-card-v13{
  background:#fff;
  border:1px solid #dfe6f0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 26px rgba(20,46,86,.045);
  display:flex;
  flex-direction:column;
  min-width:0;
}
.material-family-image{
  height:210px;
  background:#fff;
  overflow:hidden;
}
.material-family-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.material-family-body{
  padding:20px 20px 18px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.material-family-body h3{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:24px;
  margin:7px 0 10px;
}
.material-family-body>p{
  color:#64748b;
  font-size:12px;
  line-height:1.55;
  margin:0 0 15px;
}
.grade-list-v13{
  border-top:1px solid #e4eaf2;
  margin-top:auto;
}
.grade-list-v13 a{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid #edf1f6;
  text-decoration:none;
  color:#10264a;
}
.grade-list-v13 a:last-child{border-bottom:0}
.grade-list-v13 b{
  font-size:12px;
  line-height:1.3;
  white-space:nowrap;
}
.grade-list-v13 span{
  font-size:10px;
  line-height:1.35;
  color:#0b4ed7;
  text-align:right;
}
.grade-list-v13 a:hover b,
.grade-list-v13 a:hover span{color:#073cb4}
@media(max-width:1050px){.material-family-grid-v13{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.material-family-grid-v13{grid-template-columns:1fr;gap:14px}.material-family-image{height:180px}.material-family-body{padding:17px 16px 15px}.material-family-body h3{font-size:22px}.grade-list-v13 a{padding:10px 0}}
/* ===== V16 Sustainability pill consistency ===== */
.sustainability .pill-row span{
  border:1px solid #bcd0f4;
  background:#f5f9ff;
  color:#2559ad;
  padding:8px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  display:inline-flex;
  align-items:center;
}
/* ===== V17 requested refinements ===== */

/* Sustainability image scaled down to better balance the headline */
.sust-visual-compact{
  max-width:520px;
  width:88%;
  justify-self:start;
}
.sust-visual-compact img{
  width:100%;
  height:auto;
  display:block;
}
@media(max-width:900px){.sust-visual-compact{
    width:100%;
    max-width:520px;
    justify-self:center;
  }}
@media(max-width:600px){.sust-visual-compact{
    width:92%;
    max-width:440px;
  }}
/* All recycled-material pills use exactly the same typography */
.sustainability .pill-row span,
.sustainability .pill-row a{
  font-family:Inter,Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
}
/* ===== V18 Sustainability image correction ===== */
.sustainability-grid{
  grid-template-columns:.92fr 1.08fr;
  gap:64px;
}
.sust-visual-compact{
  width:100%;
  max-width:500px;
  justify-self:start;
}
.sust-visual-compact>img{
  width:100% !important;
  height:430px !important;
  object-fit:cover !important;
  object-position:center center;
  border-radius:18px;
  display:block;
}
.sust-visual-compact .sust-badge{
  right:-24px;
  bottom:24px;
}
@media(max-width:900px){.sustainability-grid{
    grid-template-columns:1fr;
    gap:34px;
  }.sust-visual-compact{
    max-width:520px;
    width:100%;
    justify-self:center;
  }.sust-visual-compact>img{
    height:390px !important;
  }.sust-visual-compact .sust-badge{
    right:18px;
    bottom:18px;
  }}
@media(max-width:600px){.sust-visual-compact{
    width:100%;
    max-width:none;
  }.sust-visual-compact>img{
    height:300px !important;
    border-radius:14px;
  }.sust-visual-compact .sust-badge{
    right:12px;
    bottom:12px;
    padding:12px 14px;
  }.sust-visual-compact .sust-badge img{
    width:36px;
    height:36px;
  }}
/* ===== V19 Sustainability logo badge removed ===== */
.sust-visual-compact{
  position:relative;
  width:100%;
  max-width:500px;
}
.sust-visual-compact > img{
  width:100% !important;
  height:420px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
  border-radius:18px;
}
.sust-visual-compact .sust-badge{
  display:none !important;
}
@media(max-width:900px){.sust-visual-compact{
    max-width:500px;
    justify-self:center;
  }.sust-visual-compact > img{
    height:380px !important;
  }}
@media(max-width:600px){.sust-visual-compact{
    max-width:none;
  }.sust-visual-compact > img{
    height:290px !important;
    border-radius:14px;
  }}

/* ===== Contact inquiry form ===== */
.contact-inquiry{
  background:#0f2344;
  color:#fff;
  padding:64px 0 58px;
}
.contact-inquiry .eyebrow{color:#80b8ff}
.contact-inquiry-heading{
  max-width:720px;
  margin-bottom:34px;
}
.contact-inquiry-heading h2{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:42px;
  line-height:1.05;
  margin:6px 0 12px;
}
.contact-inquiry-heading p{
  color:#d5e2f7;
  font-size:14px;
  line-height:1.6;
  margin:0;
}
.contact-inquiry-grid{
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  gap:64px;
  align-items:start;
}
.contact-details-panel{
  display:grid;
  gap:24px;
  padding-top:8px;
}
.contact-detail-item{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:14px;
  align-items:start;
}
.contact-detail-icon{
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  color:#fff;
  flex-shrink:0;
}
.contact-detail-icon svg{width:20px;height:20px}
.contact-detail-label{
  display:block;
  color:#83b9ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.contact-detail-item strong,
.contact-detail-item a{
  color:#fff;
  font-size:14px;
  text-decoration:none;
}
.contact-detail-item p{
  color:#d4e0f2;
  font-size:12px;
  line-height:1.55;
  margin:4px 0 0;
}
.contact-detail-factory{margin-top:4px}

.inquiry-form{
  background:#fff;
  color:#10264a;
  border-radius:14px;
  padding:28px;
  box-shadow:0 18px 45px rgba(3,12,28,.2);
}
.inquiry-form label{
  display:block;
  margin-bottom:16px;
}
.inquiry-form label>span{
  display:block;
  font-size:12px;
  font-weight:700;
  margin-bottom:7px;
}
.inquiry-form label em{
  color:#d33;
  font-style:normal;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.inquiry-form input,
.inquiry-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #bac6d6;
  border-radius:6px;
  padding:11px 12px;
  font:400 14px Inter,Arial,sans-serif;
  color:#10264a;
  background:#fff;
  outline:none;
  transition:border-color .18s,box-shadow .18s;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus{
  border-color:#1554d1;
  box-shadow:0 0 0 3px rgba(21,84,209,.10);
}
.inquiry-form input.is-invalid,
.inquiry-form textarea.is-invalid{
  border-color:#d84848;
}
.inquiry-form textarea{
  resize:vertical;
  min-height:145px;
}
.inquiry-form-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:4px;
}
.inquiry-submit{
  border:0;
  cursor:pointer;
  white-space:nowrap;
}
.inquiry-status{
  margin:0;
  color:#596b84;
  font-size:11px;
  line-height:1.4;
}

@media(max-width:900px){
  .contact-inquiry{padding:50px 0 46px}
  .contact-inquiry-grid{grid-template-columns:1fr;gap:34px}
  .contact-details-panel{grid-template-columns:1fr 1fr;gap:20px}
}
@media(max-width:600px){
  .contact-inquiry{padding:42px 0 38px}
  .contact-inquiry-heading{margin-bottom:24px}
  .contact-inquiry-heading h2{font-size:34px}
  .contact-details-panel{grid-template-columns:1fr}
  .inquiry-form{padding:20px 16px}
  .form-row{grid-template-columns:1fr;gap:0}
  .inquiry-form-actions{align-items:stretch;flex-direction:column}
  .inquiry-submit{width:100%}
}

/* =====================================================================
   MOBILE RESPONSIVENESS FIX (iPhone-sized breakpoints)
   Scoped entirely to max-width:900px and below.
   Desktop layout/design (>900px) is not modified by this block.
   Appended at end of file on purpose so it wins the cascade over
   earlier, sometimes conflicting, mobile rules above.
   ===================================================================== */

/* ---------------------------------------------------------------
   0) Global safeguards (safe at all widths, do not affect desktop
      because more specific desktop rules already set exact sizes)
   --------------------------------------------------------------- */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%;height:auto}

/* ---------------------------------------------------------------
   1) Consistent mobile content margins (~22px each side)
      Replaces earlier rules at 720/900/600px that referenced an
      undefined --container variable and were silently ignored.
   --------------------------------------------------------------- */
@media(max-width:900px){
  .container{width:calc(100% - 44px)}
}

/* ---------------------------------------------------------------
   2) Header / logo fix
      Root cause of the "stretched" logo: a fixed width (145px from
      the 720px rule) was combined with a fixed max-height (38px from
      the 600px rule) with no explicit height, forcing the browser to
      distort the image to satisfy both. Fix: let height be auto and
      only constrain max-width, so the intrinsic ratio is preserved.
   --------------------------------------------------------------- */
@media(max-width:900px){
  .brand img{
    width:auto;
    max-width:140px;
    height:auto;
    max-height:none;
    object-fit:contain;
    display:block;
  }
  .nav-wrap{gap:16px}
  .menu-btn{margin-left:auto}
}
@media(max-width:480px){
  .brand img{max-width:116px}
}

/* ---------------------------------------------------------------
   3) Hero section: normal document flow on mobile, no overlap
      Desktop keeps position:absolute for hero-stats and a fixed
      hero height. On mobile we remove the fixed height and let
      hero-stats flow normally right after the hero content, in
      the exact order requested:
      eyebrow -> headline -> description -> CTAs -> material
      badges -> statistics.
   --------------------------------------------------------------- */
@media(max-width:900px){
  .hero{height:auto;min-height:0;overflow:visible}
  .hero-content{
    position:relative;
    padding-top:112px;
    padding-bottom:36px;
    z-index:2;
  }
  .hero h1{max-width:100%}
  .hero-content>p{max-width:100%}

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }
  .hero-actions .btn,
  .hero-actions .text-link{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .hero-materials{margin:24px 0 0}

  /* Take hero-stats out of absolute positioning entirely so it
     simply follows hero-content in normal flow (no overlap). */
  .hero-stats{
    position:static;
    left:auto;right:auto;bottom:auto;top:auto;
    transform:none;
    width:100%;
    grid-template-columns:1fr;
    margin-top:30px;
    padding:22px 0 0;
  }
  .hero-stats>div{
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.15);
    padding:14px 0;
  }
  .hero-stats>div:first-child{padding-left:0}
  .hero-stats>div:last-child{border-bottom:0}
}
@media(max-width:600px){
  .hero-content{padding-top:100px}
  .hero h1{font-size:clamp(30px,9vw,40px);line-height:1.1;margin-bottom:18px}
  .hero-content>p{font-size:15px;margin-bottom:24px}
}
@media(max-width:390px){
  .hero-content{padding-top:92px}
  .hero h1{font-size:clamp(28px,9.5vw,34px)}
}

/* ---------------------------------------------------------------
   4) Responsive headings / overflow-safe typography
      Uses clamp() so text scales smoothly between breakpoints
      instead of jumping between fixed px values.
   --------------------------------------------------------------- */
@media(max-width:900px){
  .intro h2,.section-head h2,.sust-copy h2{
    font-size:clamp(26px,5.2vw,36px);
    line-height:1.14;
  }
  .contact-inquiry-heading h2{font-size:clamp(26px,5.6vw,34px)}
  .footer-company{font-size:clamp(18px,4vw,22px)}
}
@media(max-width:480px){
  .intro h2,.section-head h2,.sust-copy h2{
    font-size:clamp(23px,7vw,28px);
  }
  .contact-inquiry-heading h2{font-size:clamp(22px,7vw,26px)}
  .material-family-body h3{font-size:clamp(19px,5.5vw,22px)}
  .strength-card-v7 h3{font-size:clamp(17px,5vw,19px)}
}

/* ---------------------------------------------------------------
   5) Small extra safety net at very narrow widths (390-430px)
   --------------------------------------------------------------- */
@media(max-width:480px){
  .valued-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cert-grid{grid-template-columns:1fr}
  .section-head{gap:10px}
  .app-caption{padding:14px}
  .form-row{grid-template-columns:1fr}
  .btn{width:100%}
}
