*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{overflow-x:hidden}
body{
  font-family:'Inter',sans-serif;
  background:#FAFCFF;color:#1A1A1A;
  line-height:1.7;-webkit-font-smoothing:antialiased
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:1280px;margin:0 auto;padding:0 2rem}

/* Header */
.header{
  padding:1.2rem 2rem;border-bottom:1px solid #D4E6F1;
  display:flex;align-items:center;justify-content:space-between;
  max-width:1280px;margin:0 auto
}
.logo{font-weight:600;font-size:1rem;letter-spacing:-0.02em;color:#1A5276}
.logo-sub{display:block;font-size:0.6rem;text-transform:uppercase;letter-spacing:0.18em;color:#5D8AA8;font-weight:400;margin-top:0.1rem}
.nav{display:flex;gap:0}
.nav a{
  padding:0.4rem 1rem;font-size:0.75rem;
  text-transform:uppercase;letter-spacing:0.1em;
  color:#5D8AA8;transition:color 0.2s;font-weight:500
}
.nav a:hover{color:#1A5276}

/* Split hero */
.hero-split{
  display:grid;grid-template-columns:1.2fr 0.8fr;
  min-height:80vh;align-items:center;gap:3rem
}
.hero-left{padding:4rem 0}
.hero-kicker{
  font-family:'DM Mono',monospace;font-size:0.65rem;
  text-transform:uppercase;letter-spacing:0.2em;color:#27AE60;
  margin-bottom:1.5rem;font-weight:500
}
.hero-left h1{
  font-size:3.8rem;font-weight:600;letter-spacing:-0.04em;
  line-height:1.05;color:#1A5276;margin-bottom:1.2rem
}
.hero-left .sub{
  font-size:1rem;color:#5D6D7E;line-height:1.7;max-width:420px;
  font-weight:300;margin-bottom:2rem
}
.hero-cta{
  display:inline-flex;align-items:center;gap:0.4rem;
  padding:0 0 0.3rem 0;border-bottom:1.5px solid #27AE60;
  font-size:0.8rem;font-weight:500;text-transform:uppercase;
  letter-spacing:0.1em;transition:all 0.2s;color:#1A5276
}
.hero-cta:hover{gap:0.8rem;color:#27AE60}
.hero-right{
  background:#E8F4FD;
  padding:3rem;display:flex;flex-direction:column;
  justify-content:center;min-height:60vh
}
.hero-stat{margin-bottom:2.5rem}
.hero-stat:last-child{margin-bottom:0}
.hero-stat .num{
  font-size:3rem;font-weight:600;letter-spacing:-0.04em;
  color:#1A5276;display:block;line-height:1
}
.hero-stat .label{
  font-size:0.7rem;text-transform:uppercase;letter-spacing:0.12em;
  color:#5D8AA8;margin-top:0.3rem;font-weight:500
}
.hero-stat .desc{
  font-size:0.82rem;color:#5D6D7E;margin-top:0.5rem;
  line-height:1.5;max-width:240px;font-weight:300
}

/* Numbered section */
.numbered-grid{
  display:grid;grid-template-columns:1fr 1fr 1fr;
  gap:2px;background:#D4E6F1;
  margin:4rem 0
}
.numbered-item{
  background:#FAFCFF;padding:2.5rem 2rem;
  position:relative
}
.numbered-item .num{
  font-family:'DM Mono',monospace;font-size:2.5rem;
  font-weight:500;color:#D4E6F1;display:block;
  line-height:1;margin-bottom:1rem
}
.numbered-item h3{font-size:1rem;font-weight:600;color:#1A5276;margin-bottom:0.4rem}
.numbered-item p{font-size:0.85rem;color:#5D6D7E;line-height:1.6;font-weight:300}

/* Pull quote */
.pull-quote{
  margin:4rem 0;padding:3rem 4rem;
  border-left:2px solid #27AE60;
  background:#E8F4FD
}
.pull-quote blockquote{
  font-size:1.8rem;font-weight:300;line-height:1.4;
  letter-spacing:-0.02em;color:#1A5276
}
.pull-quote cite{
  display:block;margin-top:1rem;
  font-size:0.75rem;text-transform:uppercase;
  letter-spacing:0.12em;color:#5D8AA8;font-style:normal;font-weight:500
}

/* Product editorial with images */
.editorial-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:2px;
  background:#D4E6F1;margin:3rem 0
}
.editorial-card{
  background:#FAFCFF;padding:0;
  transition:all 0.3s;display:flex;flex-direction:column
}
.editorial-card:hover{background:#F0F8FF}
.editorial-card .card-img{
  width:100%;height:200px;object-fit:cover;display:block
}
.editorial-card .card-body{padding:1.5rem 2rem 2rem}
.editorial-card .cat{
  font-family:'DM Mono',monospace;font-size:0.6rem;
  text-transform:uppercase;letter-spacing:0.15em;color:#27AE60;
  margin-bottom:0.5rem;font-weight:500
}
.editorial-card h3{font-size:1.1rem;font-weight:600;color:#1A5276;margin-bottom:0.5rem}
.editorial-card p{font-size:0.85rem;color:#5D6D7E;line-height:1.6;font-weight:300}

/* Product showcase */
.showcase-section{margin:4rem 0}
.showcase-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;
  margin-top:1.5rem
}
.showcase-item{
  background:#FAFCFF;overflow:hidden;
  border:1px solid #D4E6F1;transition:all 0.3s
}
.showcase-item:hover{box-shadow:0 6px 20px rgba(26,82,118,0.1);border-color:#1A5276}
.showcase-item img{
  width:100%;height:180px;object-fit:cover;display:block
}
.showcase-item .showcase-body{padding:1rem 1.2rem 1.2rem}
.showcase-item .showcase-body h4{font-size:0.85rem;font-weight:600;color:#1A5276;margin-bottom:0.2rem}
.showcase-item .showcase-body p{font-size:0.72rem;color:#5D6D7E;font-weight:300}

/* Heritage strip */
.heritage-strip{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid #D4E6F1;border-bottom:1px solid #D4E6F1;
  margin:4rem 0;padding:2rem 0
}
.heritage-strip div{text-align:center;border-right:1px solid #D4E6F1;padding:0 1rem}
.heritage-strip div:last-child{border-right:none}
.heritage-strip .num{font-size:1.6rem;font-weight:600;display:block;line-height:1.2;color:#1A5276}
.heritage-strip .lbl{font-size:0.65rem;text-transform:uppercase;letter-spacing:0.12em;color:#5D8AA8;font-weight:500}

/* Footer */
.footer{
  padding:3rem 2rem;display:flex;justify-content:space-between;
  align-items:center;border-top:1px solid #D4E6F1;margin-top:2rem;flex-wrap:wrap;gap:1rem;
  max-width:1280px;margin:2rem auto 0
}
.footer p{font-size:0.78rem;color:#5D8AA8}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;color:#5D8AA8;transition:color 0.2s}
.footer-links a:hover{color:#1A5276}

.section-title{
  font-size:0.65rem;text-transform:uppercase;letter-spacing:0.2em;
  color:#27AE60;font-weight:500;margin-bottom:2rem;font-family:'DM Mono',monospace
}

@media(max-width:900px){
  .hero-split{grid-template-columns:1fr;min-height:auto}
  .hero-left{padding:2rem 0}
  .hero-left h1{font-size:2.5rem}
  .hero-right{min-height:auto;padding:2rem}
  .numbered-grid{grid-template-columns:1fr}
  .editorial-grid{grid-template-columns:1fr}
  .showcase-grid{grid-template-columns:1fr 1fr}
  .heritage-strip{grid-template-columns:1fr 1fr;gap:1.5rem}
  .heritage-strip div{border-right:none}
  .pull-quote{padding:2rem}
  .pull-quote blockquote{font-size:1.3rem}
}
@media(max-width:480px){
  .container{padding:0 1rem}
  .header{flex-direction:column;gap:0.75rem}
  .nav a{padding:0.3rem 0.5rem;font-size:0.68rem}
  .hero-left h1{font-size:1.9rem}
  .hero-stat .num{font-size:2rem}
  .showcase-grid{grid-template-columns:1fr}
  .footer{flex-direction:column;text-align:center}
}
/* Content pages */
.content-page{max-width:800px;margin:3rem auto;padding:0 2rem}
.content-page h1{font-family:'Inter',sans-serif;font-size:2rem;font-weight:600;letter-spacing:-0.03em;color:#1A5276;margin-bottom:1rem}
.content-page h2{font-family:'Inter',sans-serif;font-size:1.4rem;font-weight:600;color:#1A5276;margin:2rem 0 1rem}
.content-page p{color:#5D6D7E;line-height:1.8;margin-bottom:1rem}
.content-page ul,.content-page ol{padding-left:1.5rem;color:#5D6D7E;margin:1rem 0}
.content-page li{margin-bottom:0.4rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}
.contact-card{background:white;border:1px solid #D4E6F1;border-radius:4px;padding:1.5rem}
.contact-card h3{font-size:1rem;font-weight:600;color:#1A5276;margin-bottom:0.3rem}
.contact-card p{color:#5D6D7E;font-size:0.9rem}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:3rem 0}
.product-detail-img{background:white;border:1px solid #D4E6F1;padding:2rem;display:flex;align-items:center;justify-content:center;min-height:300px}
.product-detail-img img{max-width:100%;max-height:340px;object-fit:contain}
.product-detail-body h1{font-family:'Inter',sans-serif;font-size:2rem;font-weight:600;letter-spacing:-0.03em;color:#1A5276;margin-bottom:0.5rem}
.product-detail-body .product-detail-desc{color:#5D6D7E;margin-bottom:1rem}
.product-detail-body p{color:#5D6D7E;line-height:1.7}
.product-table{width:100%;border-collapse:collapse;margin:1rem 0}
.product-table th{background:#1A5276;color:white;padding:0.6rem 1rem;text-align:left;font-weight:600}
.product-table td{padding:0.6rem 1rem;border-bottom:1px solid #D4E6F1;color:#5D6D7E}
.product-banner{max-height:220px;width:auto;object-fit:contain}
@media(max-width:768px){
  .content-page{padding:0 1rem}
  .product-detail,.contact-grid{grid-template-columns:1fr}
  .product-detail-img{min-height:200px}
}
/* Shared layout (list pages, etc.) */
.section{padding:3rem 0}
.section h1{font-family:'Inter',sans-serif;font-size:2rem;font-weight:600;letter-spacing:-0.03em;color:#1A5276;text-align:center;margin-bottom:2rem}
.section h2{font-family:'Inter',sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-0.02em;color:#1A5276;text-align:center;margin-bottom:2rem}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;background:#D4E6F1}
.product-card{background:white;overflow:hidden;transition:all 0.2s;display:block;color:inherit;text-decoration:none}
.product-card:hover{background:#F0F8FF}
.product-card-img{background:#FAFCFF;padding:1.5rem;display:flex;align-items:center;justify-content:center;height:200px}
.product-card-img img{max-width:100%;max-height:100%;object-fit:contain}
.product-card-body{padding:1.2rem}
.product-card-body h3{font-size:1rem;font-weight:600;color:#1A1A1A}
.product-card-body p{color:#5D6D7E;font-size:0.85rem;line-height:1.5}
.content{max-width:800px;margin:0 auto;padding:0 2rem 2rem}
.content p{color:#5D6D7E;line-height:1.8;margin-bottom:1rem}
.content h2{font-size:1.3rem;font-weight:600;color:#1A5276;margin:1.5rem 0 0.8rem}
.content ul,.content ol{padding-left:1.5rem;color:#5D6D7E;margin:1rem 0}
.content li{margin-bottom:0.4rem}
