﻿:root {
  --ink: #242424;
  --muted: #67625e;
  --line: #e9e1dc;
  --wash: #f3f8f7;
  --cream: #fbf4ef;
  --footer: #252525;
  --gold: #d8b162;
  --blue: #dbeef1;
  --max: 1370px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.announcement {
  min-height: 30px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  background: #2c2c2c;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.announcement {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  max-width: var(--max);
  min-height: 92px;
  margin: 0 auto;
  padding: 16px 34px 13px;
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 0;
}

.logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 49px;
  line-height: .9;
  letter-spacing: .4px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  color: currentColor;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
  min-width: 0;
}

.nav a {
  position: relative;
  padding-bottom: 6px;
}

.mobile-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 8px 0;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .2s ease;
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: 58px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 76px 34px 66px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 52%;
  z-index: -1;
  background: linear-gradient(180deg, #e4f3f4, rgba(255,255,255,0));
}

.hero-copy {
  max-width: 680px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 17px;
  color: #334b58;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.5vw, 82px);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
  overflow-wrap: break-word;
}

.hero-media {
  position: relative;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  background: var(--wash);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media.product-board,
.image-panel.product-board {
  background: #fff;
}

.hero-media.product-board img,
.image-panel.product-board img {
  object-fit: contain;
  padding: 30px;
}

.hero-media.pan-left img {
  width: 118%;
  max-width: none;
  object-fit: cover;
  animation: slowPanLeft 18s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes slowPanLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-9%);
  }
}

.btn {
  min-width: 178px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #202020;
  background: #202020;
  color: #fff;
  padding: 0 28px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: #000;
}

.btn.secondary {
  background: #fff;
  color: #202020;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 66px 34px;
}

.section.narrow {
  max-width: 1060px;
}

.section-heading {
  margin: 0 0 34px;
  text-align: center;
  font-size: clamp(29px, 4vw, 50px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.section-copy {
  max-width: 720px;
  margin: -14px auto 38px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}

.stat-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.stat-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.stat strong {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.stat span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.feature-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.feature-card,
.process-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 25px 24px;
  min-height: 210px;
}

.feature-card strong,
.process-card strong {
  display: block;
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-card p,
.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 650;
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 33px;
  height: 33px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.image-panel {
  aspect-ratio: 1.32 / 1;
  overflow: hidden;
  background: var(--wash);
}

.image-panel.tall {
  aspect-ratio: 1 / 1.16;
}

.product-marquee-panel {
  position: relative;
  display: grid;
  align-content: center;
  gap: 26px;
  background: linear-gradient(180deg, #e8f5ff 0%, #d8ecfb 100%);
}

.product-marquee-panel::before,
.product-marquee-panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80px;
  pointer-events: none;
}

.product-marquee-panel::before {
  left: 0;
  background: linear-gradient(90deg, #e8f5ff 0%, rgba(232,245,255,0) 100%);
}

.product-marquee-panel::after {
  right: 0;
  background: linear-gradient(270deg, #d8ecfb 0%, rgba(216,236,251,0) 100%);
}

.marquee-row {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: productDriftLeft 32s linear infinite;
  will-change: transform;
}

.marquee-row:nth-child(2) {
  margin-left: -92px;
  animation-duration: 38s;
}

.marquee-row:nth-child(3) {
  margin-left: -168px;
  animation-duration: 35s;
}

.marquee-item {
  width: clamp(108px, 11vw, 148px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52);
}

.product-marquee-panel .marquee-item img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

@keyframes productDriftLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-panel h2 {
  margin: 0 0 19px;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.content-panel {
  min-width: 0;
}

.content-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  padding-left: 20px;
  position: relative;
  color: #3f3b38;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.quote-band {
  background: var(--wash);
  padding: 78px 34px;
  text-align: center;
}

.quote-band h2 {
  margin: 0 auto 18px;
  max-width: 760px;
  font-size: clamp(29px, 4.2vw, 52px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.quote-band p {
  max-width: 660px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

#quoteForm {
  scroll-margin-top: 120px;
}

.form-panel {
  border: 1px solid var(--line);
  background: #fff;
  padding: 30px;
}

.form-contact {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.form-contact a {
  color: var(--ink);
  text-decoration: underline;
}

.form-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.form-status.is-error {
  color: #9d3631;
}

.form-honeypot {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  font-size: 13px;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #202020;
}

.footer {
  background: var(--footer);
  color: #fff;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer strong {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer span,
.footer a {
  color: #f0f0f0;
  font-size: 12px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.compliance-showcase {
  background: #f4f1eb;
  border-block: 1px solid #ded8ce;
}

.compliance-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.compliance-note {
  max-width: 680px;
  margin: 16px auto 0;
  color: #5d5b57;
  font-size: 13px;
  line-height: 1.6;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.report-card {
  background: #fff;
  border: 1px solid #ded8ce;
  min-width: 0;
}

.report-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.707 / 1;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid #ded8ce;
}

.report-meta {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.report-meta strong,
.report-meta span,
.report-meta small {
  overflow-wrap: anywhere;
}

.report-meta strong {
  color: #202020;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-meta span {
  color: #b3842d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.report-meta small {
  color: #696661;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 78px;
    padding: 14px 16px 10px;
  }

  .logo {
    font-size: 36px;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    width: min(320px, calc(100vw - 32px));
    padding: 12px 0 4px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    text-align: center;
  }

  .header.nav-open .nav {
    display: flex;
  }

  .nav a {
    padding: 11px 12px;
  }

  .page-hero,
  .split,
  .split.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 52px 18px 42px;
    gap: 30px;
  }

  .hero-media {
    aspect-ratio: 1.42 / 1;
  }

  .product-marquee-panel.image-panel.tall {
    aspect-ratio: 1.26 / 1;
  }

  .section {
    padding: 46px 18px;
  }

  .stat-inner,
  .feature-grid,
  .process-grid,
  .compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .announcement {
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden;
  }

  .logo {
    font-size: 31px;
  }

  .nav {
    font-size: 10px;
  }

  h1 {
    font-size: clamp(29px, 8.2vw, 35px);
    overflow-wrap: break-word;
  }

  .intro {
    font-size: 13px;
  }

  .page-hero {
    overflow: hidden;
  }

  .hero-copy {
    min-width: 0;
    max-width: calc(100vw - 36px);
  }

  .hero-media.product-board img,
  .image-panel.product-board img {
    padding: 18px;
  }

  .hero-media.pan-left img {
    width: 130%;
    animation-duration: 20s;
  }

  .product-marquee-panel {
    gap: 18px;
  }

  .product-marquee-panel::before,
  .product-marquee-panel::after {
    width: 38px;
  }

  .marquee-row {
    gap: 18px;
  }

  .marquee-item {
    width: 102px;
  }

  .content-panel,
  .intro {
    max-width: calc(100vw - 36px);
    overflow-wrap: break-word;
  }

  .stat-inner,
  .feature-grid,
  .process-grid,
  .compliance-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .process-card,
  .form-panel {
    padding: 22px 18px;
  }

  .form-actions .btn {
    width: 100%;
  }

  .footer-inner {
    display: grid;
    padding: 32px 18px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-row {
    animation: none;
  }
}

