:root {
  --ink: #152027;
  --muted: #53616a;
  --line: #d8e2e1;
  --paper: #f7faf8;
  --white: #ffffff;
  --teal: #0b7a75;
  --teal-dark: #075650;
  --gold: #c88b38;
  --forest: #26483f;
  --shadow: 0 18px 50px rgba(21, 32, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 10px clamp(18px, 5vw, 72px);
  background: rgba(247, 250, 248, 0.92);
  border-bottom: 1px solid rgba(216, 226, 225, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: min(420px, 48vw);
}

.brand-logo {
  display: block;
  flex: 0 0 64px;
  width: 64px !important;
  height: 64px !important;
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
  border-radius: 8px;
}

.brand-text,
.brand strong,
.brand small {
  display: block;
}

.brand-text {
  min-width: 0;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.15;
  white-space: nowrap;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a[aria-current="page"] {
  color: var(--teal-dark);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  max-height: 860px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #20343b;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 30, 35, 0.88) 0%, rgba(6, 30, 35, 0.72) 36%, rgba(6, 30, 35, 0.18) 72%),
    linear-gradient(0deg, rgba(6, 30, 35, 0.28), rgba(6, 30, 35, 0.08));
}

.hero-content {
  position: relative;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 86px);
  padding: 72px 0 120px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.button-primary {
  color: var(--ink);
  background: var(--white);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.band {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 700px;
}

.section-heading h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.intro > p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.services {
  background: #eef5f2;
}

.product-callout {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin-top: 34px;
}

.product-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-preview h3 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.product-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--teal-dark);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}

.product-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 19, 24, 0.9) 0%, rgba(7, 19, 24, 0.68) 38%, rgba(7, 19, 24, 0.12) 76%),
    linear-gradient(0deg, rgba(7, 19, 24, 0.36), rgba(7, 19, 24, 0.08));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.service-card {
  min-height: 252px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(21, 32, 39, 0.06);
}

.service-card h3,
.process-list h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.service-card p,
.process-list p {
  margin: 0;
  color: var(--muted);
}

.process {
  background: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.process-list div {
  min-height: 238px;
  padding: 28px;
  background: var(--white);
}

.process-list span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact {
  background: var(--forest);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 420px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

address {
  display: grid;
  gap: 10px;
  padding: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

address strong {
  color: var(--white);
  font-size: 1.2rem;
}

address a {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 800;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.75);
  background: #13201f;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 30, 35, 0.9), rgba(6, 30, 35, 0.48));
  }

  .intro,
  .product-preview,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 8px;
  }

  .brand small {
    display: none;
  }

  .brand {
    max-width: 100%;
  }

  .brand-logo {
    flex-basis: 54px;
    width: 54px !important;
    height: 54px !important;
    max-width: 54px;
    max-height: 54px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-image {
    object-position: 63% center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(6, 30, 35, 0.9), rgba(6, 30, 35, 0.6));
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 64px 0 94px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .service-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-list div {
    min-height: auto;
  }

  address a {
    font-size: clamp(1.35rem, 8vw, 1.7rem);
  }
}
