:root {
  --navy: #071b37;
  --blue: #1f93ff;
  --blue-deep: #2257d8;
  --ink: #0b1f3f;
  --muted: #647086;
  --line: #dde5ef;
  --soft: #f5f8fc;
  --orange: #ff963b;
  --shadow: 0 18px 45px rgba(8, 31, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 88px;
  padding: 0 clamp(22px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(11, 31, 63, 0.08);
  box-shadow: 0 14px 40px rgba(8, 31, 61, 0.08);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 210px;
  height: 63px;
  object-fit: contain;
  object-position: left center;
  padding: 0;
  background: transparent;
  border-radius: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 46px);
  color: #4f5a6b;
  font-weight: 700;
}

.nav a {
  opacity: 0.88;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav a:hover {
  color: #66b8ff;
  opacity: 1;
}

.quote-button,
.primary-button,
.secondary-button,
.accent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 8px;
  font-weight: 800;
}

.quote-button,
.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #1d8fff, #2aa7ff);
  box-shadow: 0 14px 30px rgba(31, 147, 255, 0.26);
}

.secondary-button {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.82);
}

.accent-button {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9d36, #ff8133);
  box-shadow: 0 16px 35px rgba(255, 130, 51, 0.24);
}

.hero {
  position: relative;
  min-height: clamp(560px, 30vw, 620px);
  display: grid;
  grid-template-columns: minmax(460px, 0.43fr) minmax(0, 0.57fr);
  align-items: center;
  padding: 132px clamp(22px, 4vw, 76px) 62px;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 17, 38, 0.16), rgba(3, 17, 38, 0)),
    url("assets/images/HXymxkeqi-Hero-Visual-Clean.png") center center / 100% 100% no-repeat,
    var(--navy);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.hero-badge {
  display: inline-flex;
  margin: 0 0 28px;
  padding: 15px 24px;
  color: #2d9cff;
  background: rgba(24, 93, 166, 0.36);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 3.8vw, 68px);
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-copy {
  width: min(700px, 100%);
  margin: 28px 0 38px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 46px;
  margin: 56px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}

.hero-points li::before {
  content: "✓";
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-visual {
  position: relative;
  z-index: 1;
  justify-self: stretch;
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(10px, 2vw, 34px);
  width: min(1080px, 100%);
  margin-left: -10px;
  display: none;
}

.hero-product {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.28));
}

.hero-product-wire {
  max-height: 430px;
  transform: translateY(24px) rotate(-5deg);
}

.hero-product-aluminum {
  max-height: 570px;
}

.store-strip {
  display: none;
  padding: 18px 22px;
  color: #4f5a6b;
  text-align: center;
  background: #f7faff;
  border-bottom: 1px solid var(--line);
}

.store-strip p {
  display: inline;
  margin: 0 14px 0 0;
}

.store-strip a {
  color: var(--blue-deep);
  font-weight: 800;
}

.section {
  padding: clamp(66px, 7vw, 108px) clamp(22px, 5vw, 76px);
  scroll-margin-top: 112px;
}

.products-section,
.why-section {
  background: #ffffff;
}

.products-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(248, 251, 255, 0.82)),
    url("assets/images/v2/categories-section-background.png") top center / cover no-repeat;
}

.featured-section {
  background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
}

.section-heading {
  max-width: 1060px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.cta-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3.5vw, 58px);
  line-height: 1.16;
  letter-spacing: 0;
}

.section-heading p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.category-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.category-card,
.product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.category-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 36px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(8, 31, 61, 0.08);
}

.category-card img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  margin: 0;
}

.category-card h3,
.product-card h3,
.pillar-grid h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.category-card p {
  margin: 0;
  color: #7d8797;
  font-size: 19px;
  line-height: 1.45;
}

.featured-grid {
  width: min(1570px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.product-card {
  overflow: hidden;
  padding: 24px 30px 32px;
}

.product-media {
  height: 280px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 26px;
  padding-top: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-radius: 8px;
}

.product-media img {
  width: auto;
  height: auto;
  max-width: 84%;
  max-height: 78%;
  object-fit: contain;
  object-position: top center;
}

.product-card p,
.pillar-grid p,
.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.pillar-grid {
  width: min(1470px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  text-align: center;
}

.pillar-grid article {
  padding: 8px 18px;
}

.pillar-grid img {
  width: 154px;
  height: 154px;
  object-fit: contain;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(45px, 7vw, 120px);
  align-items: center;
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
}

.about-copy .eyebrow {
  margin-bottom: 14px;
}

.about-copy p {
  margin-top: 26px;
  font-size: 20px;
}

.stats-panel {
  display: grid;
  gap: 18px;
}

.stats-panel > img {
  width: min(520px, 100%);
  height: 132px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 16px;
}

.stats-panel div {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.stats-panel strong {
  color: var(--blue-deep);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

.stats-panel div:nth-child(3) strong {
  color: #9cc04b;
}

.stats-panel div:nth-child(4) strong {
  color: var(--orange);
}

.stats-panel span {
  color: #4f5a6b;
  font-size: 22px;
}

.cta-section {
  padding: clamp(60px, 6vw, 88px) 22px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(9, 45, 91, 0.88), rgba(5, 24, 51, 0.92)),
    url("assets/images/cta-background.png") center / cover no-repeat;
}

.cta-section h2 {
  color: #ffffff;
}

.cta-section p {
  margin: 18px auto 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 22px;
}

.contact-line a {
  color: #ffffff;
  font-weight: 800;
}

.site-footer {
  padding: 34px 22px 42px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  background: #061a36;
}

.site-footer img {
  width: 280px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 12px;
}

.site-footer p {
  margin: 9px 0;
  font-size: 16px;
}

.copyright {
  margin-top: 20px !important;
  color: rgba(255, 255, 255, 0.48);
}

.footer-legal {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.footer-legal a:hover {
  color: #ffffff;
}

.legal-page {
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
  padding: 170px 0 90px;
}

.legal-page h1 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.1;
}

.legal-page p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
}

.legal-page a {
  color: var(--blue-deep);
  font-weight: 800;
}

@media (min-width: 900px) {
  .products-section .section-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1020px) {
  .site-header {
    height: auto;
    min-height: 82px;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand img {
    width: 168px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 24px;
    font-size: 15px;
  }

  .quote-button {
    min-height: 46px;
    padding: 0 22px;
  }

  .hero {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 180px 22px 78px;
    text-align: center;
    background:
      linear-gradient(90deg, rgba(3, 17, 38, 0.28), rgba(3, 17, 38, 0.06)),
      url("assets/images/v2/hero-section-background.png") center / cover no-repeat,
      var(--navy);
  }

  .hero-content {
    margin: 0 auto;
  }

  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-visual {
    display: grid;
    justify-self: center;
    grid-template-columns: minmax(160px, 0.7fr) minmax(260px, 1fr);
    width: min(620px, 100%);
    margin: -30px auto 0;
  }

  .hero-product-wire {
    max-height: 300px;
  }

  .category-grid,
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .category-card img {
    width: 96px;
    height: 96px;
  }

  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
  }

  .brand img {
    width: 150px;
  }

  .nav {
    display: none;
  }

  .quote-button,
  .primary-button,
  .secondary-button,
  .accent-button {
    min-height: 48px;
    padding: 0 22px;
  }

  .hero {
    min-height: 650px;
    padding: 120px 18px 58px;
  }

  .hero-badge {
    margin-bottom: 24px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .hero-actions {
    gap: 14px;
  }

  .hero-points {
    gap: 12px 18px;
    margin-top: 34px;
    font-size: 14px;
  }

  .hero-visual {
    display: none;
  }

  .category-grid,
  .featured-grid,
  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    min-height: 150px;
    padding: 22px;
  }

  .category-card img {
    width: 74px;
    height: 74px;
  }

  .product-media {
    height: 240px;
  }

  .about-section {
    width: min(100% - 32px, 1500px);
    padding-left: 0;
    padding-right: 0;
  }
}
