:root {
  --navy: #243f62;
  --navy-dark: #182f4b;
  --orange: #f28a00;
  --orange-dark: #d97800;
  --ink: #172033;
  --muted: #657085;
  --paper: #ffffff;
  --soft: #f3f5f7;
  --line: #e2e6ea;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
/* .brand-mark { width: 52px; height: 40px; border: 2px solid var(--navy); border-radius: 50%; display: grid; place-items: center; color: #d83a20; font-weight: 800; font-size: 19px; } */
.brand-mark {width: 60px; height: 60px; object-fit: contain; display: block; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 16px; text-transform: uppercase; letter-spacing: .025em; }
.brand-copy small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.nav { display: flex; gap: 26px; align-items: center; }
.nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.nav a:hover { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 27px; color: var(--navy); }
.hero { position: relative; background: #f8f8f6; padding: 86px 0 80px; overflow: hidden; }
.hero-shape { position: absolute; width: 43vw; height: 100%; right: -6vw; top: 0; background: var(--orange); clip-path: polygon(27% 0,100% 0,100% 100%,0 100%,18% 62%,5% 37%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 800; color: var(--orange-dark); letter-spacing: .16em; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.05em; margin-bottom: 26px; color: var(--navy-dark); }
h1 span { color: var(--orange); }
/* h2 { font-size: clamp(34px, 4vw, 51px); line-height: 1.06; letter-spacing: -.035em; margin-bottom: 22px; color: var(--navy-dark); } */
h2 { font-size: clamp(28px, 5vw, 48px); line-height: 1.06; letter-spacing: -.035em; margin-bottom: 22px; color: var(--navy-dark); }
/* .product-heading {font-size: clamp(28px, 5vw, 48px); line-height: 1.2; } */
h3 { line-height: 1.2; }
.hero-text { max-width: 660px; color: #4d596b; font-size: 19px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 4px; text-decoration: none; font-weight: 750; font-size: 14px; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-secondary { background: #fff; color: var(--navy); border-color: #ccd2da; }
.btn-secondary:hover { border-color: var(--navy); }
.hero-badges { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 38px; }
.hero-badges div { border-left: 3px solid var(--orange); padding-left: 12px; }
.hero-badges strong { display: block; color: var(--navy); font-size: 16px; }
.hero-badges span { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; line-height: 1.35; }
/* Hero image - show more of the factory image without an outer shape */
.hero-media {
  position: relative;
  background: #fff;
  padding: 8px;
  border: 3px solid var(--orange);
  box-shadow: 0 25px 65px rgba(24,47,75,.24);
}

.hero-media:before,
.hero-media:after {
  display: none;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 455px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  clip-path: none;
}

.hero-media-tag {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 26px;
  right: 26px;
  background: rgba(36,63,98,.94);
  color: #fff;
  padding: 14px 17px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}
.hero-media-tag span { background: var(--orange); padding: 5px 8px; font-size: 14px; }
.section { padding: 92px 0; }
.section-heading { max-width: 540px; }
.section-heading.wide { max-width: 760px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.about-copy { max-width: 720px; color: #4f596b; font-size: 17px; }
.lead { font-size: 20px; color: var(--navy-dark); font-weight: 600; }
.mission-card { margin-top: 34px; padding: 27px 30px; border-left: 5px solid var(--orange); background: var(--soft); }
.mission-card span { color: var(--orange-dark); font-size: 11px; letter-spacing: .15em; font-weight: 800; }
.mission-card p { margin: 7px 0 0; color: var(--navy); font-weight: 600; }
.products-section { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.products-section:after {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  right: -150px;
  top: -170px;
  background: var(--orange);
  transform: rotate(45deg);
  z-index: 0;
  pointer-events: none;
}

.products-section > .container {
  position: relative;
  z-index: 1;
}
.products-section h2,.sustainability h2 { color: #fff; }
.products-section .section-heading > p:last-child,.sustainability p { color: #d4dce7; }
.light-eyebrow { color: #ffab3d; }
.product-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 28px; margin-top: 38px; position: relative; z-index: 2; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.product-card { padding: 25px; min-height: 200px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); }
.product-card.feature-product { background: var(--orange); border-color: var(--orange); }
.product-code { font-size: 11px; letter-spacing: .12em; font-weight: 800; color: #ffbd65; }
.feature-product .product-code { color: #fff; }
.product-card h3 { margin: 30px 0 10px; color: #fff; font-size: 20px; }
.product-card p { margin: 0; color: #ccd6e2; font-size: 13px; }
.feature-product p { color: #fff; }
.product-photo { margin: 0; background: #fff; color: var(--navy); padding: 10px; align-self: stretch; }
.product-photo img { width: 100%; height: 360px; object-fit: cover; }
.product-photo div { padding: 16px 10px 10px; }
.product-photo strong,.product-photo span { display: block; }
.product-photo span { color: var(--muted); font-size: 12px; margin-top: 3px; }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.quality-photo { position: relative; }
.quality-photo:before { content:""; position:absolute; width: 55%; height: 55%; left:-18px; bottom:-18px; background:var(--orange); z-index:-1; }
.quality-photo img { width: 100%; height: 470px; object-fit: cover; border: 9px solid #fff; box-shadow: 0 20px 50px rgba(28,44,66,.15); }
.quality-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 28px; }
.quality-list span { padding: 13px 14px; background: var(--soft); border-left: 3px solid var(--orange); color: var(--navy); font-size: 13px; font-weight: 700; }
.sustainability { background: #1a3555; color: #fff; }
.sustainability-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: center; }
.sustainability-grid > img { width: 100%; height: 460px; object-fit: cover; border: 10px solid rgba(255,255,255,.08); }
.goal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 30px; }
.goal-grid div { padding: 18px; border: 1px solid rgba(255,255,255,.16); }
.goal-grid strong { display: block; color: var(--orange); font-size: 11px; margin-bottom: 6px; }
.goal-grid span { font-weight: 700; }
.contact-section { background: #f6f6f4; }
.contact-heading { margin-bottom: 34px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.contact-card,.address-card { background: #fff; border: 1px solid var(--line); padding: 28px; min-height: 310px; }
.main-contact { background: var(--navy); color: #fff; display: flex; flex-direction: column; }
.contact-label { color: #ffb65b; font-size: 10px; font-weight: 800; letter-spacing: .15em; margin-bottom: 8px; }
.main-contact > a:not(.btn) { text-decoration: none; font-size: 17px; font-weight: 650; margin-bottom: 6px; }
.space-top { margin-top: 26px; }
.btn-contact { margin-top: auto; align-self: flex-start; }
.address-no { font-size: 11px; font-weight: 800; color: var(--orange-dark); letter-spacing: .14em; }
.address-card h3 { color: var(--navy); margin: 7px 0 15px; }
.address-card p { color: var(--muted); font-size: 14px; }
.address-card a { color: var(--navy); font-size: 13px; font-weight: 750; text-decoration: none; }
.footer { padding: 28px 0; background: #11243c; color: #c8d1dc; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; font-size: 12px; }
.footer-wrap > div { display:flex; flex-direction:column; }
.footer-wrap strong { color: #fff; font-size: 14px; }
.footer-wrap a { color:#fff; text-decoration:none; }
.footer p { margin:0; }
@media (max-width: 950px) {
  .hero-grid,.about-grid,.quality-grid,.sustainability-grid,.product-layout { grid-template-columns: 1fr; }
  .hero-shape { width: 60vw; opacity: .13; }
  .hero-media { max-width: 720px; }
  .product-photo { display:grid; grid-template-columns: 1fr 1fr; align-items:center; }
  .product-photo img { height: 300px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .main-contact { grid-column: 1 / -1; min-height: 260px; }
  .footer-wrap { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 760px) {
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; top:78px; left:0; right:0; padding:18px 20px 24px; flex-direction:column; align-items:flex-start; background:#fff; border-bottom:1px solid var(--line); }
  .nav.open { display:flex; }
  .hero { padding: 60px 0; }
  .hero-badges,.product-grid,.quality-list,.goal-grid,.contact-grid { grid-template-columns: 1fr; }
  .main-contact { grid-column:auto; }
  .product-photo { display:block; }
  .section { padding: 68px 0; }
}
@media (max-width: 540px) {
  .container { width: min(100% - 28px,1160px); }
  .brand-copy small { display:none; }
  .brand-copy strong { font-size:13px; }
  .brand-mark { width:46px; height:36px; font-size:17px; }
  h1 { font-size: 47px; }

  .hero-media {
    padding: 6px;
    border-width: 2px;
    box-shadow: 0 18px 40px rgba(24,47,75,.20);
  }

  .hero-media img {
    height: 320px;
    object-fit: contain;
    clip-path: none;
  }

  .hero-media-tag {
    bottom: 18px;
    left: 18px;
    right: 18px;
    padding: 11px 13px;
  }

  .products-section:after {
    width: 220px;
    height: 220px;
    right: -125px;
    top: -125px;
    opacity: .9;
  }

  .products-section .section-heading {
    position: relative;
    z-index: 2;
  }

  .products-section .product-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 18px;
  }

  .quality-photo img,.sustainability-grid > img { height: 330px; }
}


/* FINAL HERO IMAGE OVERRIDE
   Keep the factory photo rectangular and reveal the maximum image area. */
.hero .hero-grid .hero-media {
  position: relative !important;
  overflow: visible !important;
  clip-path: none !important;
  border: 2px solid var(--orange) !important;
  background: #fff !important;
  padding: 6px !important;
}

.hero .hero-grid .hero-media::before,
.hero .hero-grid .hero-media::after {
  content: none !important;
  display: none !important;
  clip-path: none !important;
}

.hero .hero-grid .hero-media img {
  display: block !important;
  width: 100% !important;
  height: 455px !important;
  object-fit: contain !important;
  object-position: center !important;
  clip-path: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

@media (max-width: 540px) {
  .hero .hero-grid .hero-media {
    padding: 5px !important;
  }

  .hero .hero-grid .hero-media img {
    height: 320px !important;
    object-fit: contain !important;
    clip-path: none !important;
  }
}
