:root {
  --ink: #06472b;
  --deep: #022f1d;
  --teal: #08743d;
  --aqua: #6fa944;
  --cream: #fbf6e8;
  --line: #d9e5d6;
  --muted: #526a59;
}

header {
  min-height: 118px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(210, 224, 201, 0.98);
  border-bottom-color: rgba(6, 71, 43, 0.12);
}

header nav {
  background-color: #d2e0c9;
}

header .pill {
  display: flex;
  min-width: 154px;
  padding: 10px 20px 9px;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  line-height: 1.15;
}

header .pill span {
  font-size: 0.9rem;
}

header .pill strong {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  opacity: 0.84;
}

footer {
  min-height: 180px;
  padding-top: 36px;
  padding-bottom: 36px;
  background: #d2e0c9;
  border-top: 1px solid rgba(6, 71, 43, 0.12);
}

.brand {
  position: relative;
  display: block;
  width: 245px;
  height: 102px;
  overflow: hidden;
}

.brand img {
  position: absolute;
  left: 0;
  top: -68px;
  width: 235px;
  height: auto;
  max-width: none;
}

.hero {
  color: var(--cream);
  background:
    radial-gradient(circle at 79% 42%, rgba(111, 169, 68, 0.3), transparent 28%),
    linear-gradient(125deg, #022519 0%, #06472b 58%, #08743d 100%);
  isolation: isolate;
}

.hero {
  padding-top: 205px;
}

.hero::before {
  background-image:
    linear-gradient(rgba(251, 246, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 246, 232, 0.08) 1px, transparent 1px);
  opacity: 0.8;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -120px;
  top: 125px;
  border: 1px solid rgba(251, 246, 232, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 85px rgba(251, 246, 232, 0.035),
    0 0 0 170px rgba(251, 246, 232, 0.02);
}

.hero .eyebrow {
  color: #a8d67e;
}

.hero .eyebrow::before {
  background: #a8d67e;
}

.hero h1 em {
  color: #9ed36f;
}

.hero-copy > p:not(.eyebrow) {
  color: #d9e9dc;
}

.actions a {
  border-color: rgba(251, 246, 232, 0.36);
}

.actions .primary {
  color: #063a25;
  background: #a8d67e;
  border-color: #a8d67e;
  box-shadow: 6px 6px 0 #fbf6e8;
}

.actions a:not(.primary) {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

.proof {
  border-top-color: rgba(251, 246, 232, 0.24);
}

.proof div + div {
  border-left-color: rgba(251, 246, 232, 0.2);
}

.proof span {
  color: #afc8b4;
}

.hero-mark img {
  width: 82%;
  filter: drop-shadow(0 28px 35px rgba(0, 15, 8, 0.4));
}

.hero-mark {
  background: rgba(251, 246, 232, 0.08);
  border: 1px solid rgba(251, 246, 232, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(251, 246, 232, 0.04);
}

.hero-mark i {
  border-color: rgba(168, 214, 126, 0.34);
}

.services {
  background: #f7f1e3;
}

.grid {
  gap: 18px;
  border: 0;
  background: transparent;
}

.grid article {
  border: 1px solid rgba(6, 71, 43, 0.13);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(4, 47, 29, 0.08);
  overflow: hidden;
}

.grid article:nth-child(2),
.grid article:nth-child(3) {
  background: #ffffff;
}

.grid article:nth-child(4) {
  background: #e4efdf;
  border-color: #cadcc4;
}

.grid .dark {
  background: linear-gradient(145deg, #032c1c, #075b35);
  border-color: #075b35;
}

.grid .icon {
  background: #eff6eb;
}

.grid .dark .icon {
  background: rgba(255, 255, 255, 0.08);
}

.grid article ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 32px;
  columns: auto;
}

.grid article li {
  margin: 0;
}

.seal {
  background: radial-gradient(circle, #edf6e9, #d9ead5);
  border: 1px solid #c9ddc3;
  box-shadow: 32px 32px 0 #06472b;
}

.seal img {
  width: 72%;
  transform: translateX(-1%);
}

.contact {
  background: linear-gradient(135deg, #043e27, #08713e);
  border-top: 10px solid #9ed36f;
}

.contact > a {
  box-shadow: 12px 12px 0 rgba(1, 35, 21, 0.6);
}

.footer-logo {
  position: relative;
  display: block;
  width: 245px;
  height: 108px;
  overflow: hidden;
}

.footer-logo img {
  position: absolute;
  left: 0;
  top: -68px;
  width: 235px;
  height: auto;
  max-width: none;
}

.contact-page {
  padding-top: 112px;
  background: #f7f1e3;
}

.contact-hero {
  position: relative;
  min-height: 440px;
  padding: 90px max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  color: var(--cream);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 50%, rgba(158, 211, 111, 0.23), transparent 24%),
    linear-gradient(125deg, #022519 0%, #06472b 62%, #08743d 100%);
}

.contact-intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.contact-intro .eyebrow {
  color: #a8d67e;
}

.contact-intro .eyebrow::before {
  background: #a8d67e;
}

.contact-intro h1 {
  margin: 20px 0 24px;
  font-size: clamp(3.3rem, 6.5vw, 6.4rem);
}

.contact-intro > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #d9e9dc;
  font-size: 1.1rem;
}

.contact-hero > img {
  width: min(320px, 28vw);
  flex: 0 0 auto;
  filter: drop-shadow(0 26px 36px rgba(0, 15, 8, 0.4));
}

.contact-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 95px 28px 110px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 80px;
  align-items: start;
}

.contact-details h2 {
  margin: 14px 0 22px;
  font: 800 clamp(2.5rem, 4vw, 4rem) / 1.06 Manrope;
  letter-spacing: -0.05em;
  color: #06472b;
}

.contact-details > p:last-of-type {
  color: #526b5e;
}

.contact-options {
  margin-top: 38px;
  border-top: 1px solid #cbdac6;
}

.contact-options > * {
  min-height: 86px;
  padding: 20px 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 20px;
  border-bottom: 1px solid #cbdac6;
}

.contact-options span {
  grid-column: 1;
  color: #6d8678;
  font: 700 0.72rem Manrope;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-options strong {
  grid-column: 1;
  color: #06472b;
  font: 800 1rem Manrope;
  overflow-wrap: anywhere;
}

.contact-options b {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #27813f;
}

.contact-options a:hover strong {
  color: #27813f;
}

.inquiry-form {
  padding: 42px;
  display: grid;
  gap: 22px;
  color: #073b27;
  background: #ffffff;
  border: 1px solid #cbdac6;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(4, 47, 29, 0.1);
}

.form-embed {
  padding: 34px 24px 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #cbdac6;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(4, 47, 29, 0.1);
}

.form-embed .form-heading {
  padding: 0 14px 22px;
}

.form-embed iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
}

.upload-request {
  margin: 0 14px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 18px;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #06472b, #08713e);
  border-radius: 10px;
  box-shadow: 5px 5px 0 #9ed36f;
}

.upload-request span,
.upload-request strong {
  grid-column: 1;
}

.upload-request span {
  color: #cfe4d2;
  font: 700 0.72rem Manrope;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.upload-request strong {
  font: 800 1rem Manrope;
}

.upload-request b {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #b4df85;
}

.upload-request:hover {
  background: #08713e;
}

.upload-guidance {
  margin: 15px 14px 22px;
  color: #6d8678;
  font-size: 0.78rem;
}

.form-heading {
  margin-bottom: 6px;
}

.form-heading span,
.form-heading strong {
  display: block;
}

.form-heading span {
  color: #6d8678;
  font: 700 0.72rem Manrope;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading strong {
  margin-top: 6px;
  font: 800 1.65rem Manrope;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  font: 700 0.82rem Manrope;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: #073b27;
  background: #f7faf5;
  border: 1px solid #cbdac6;
  border-radius: 8px;
  font: 500 1rem DM Sans;
}

.inquiry-form textarea {
  resize: vertical;
  min-height: 135px;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: 3px solid rgba(158, 211, 111, 0.45);
  border-color: #27813f;
}

.inquiry-form button {
  min-height: 54px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: #06472b;
  border: 0;
  border-radius: 8px;
  box-shadow: 6px 6px 0 #9ed36f;
  font: 800 0.9rem Manrope;
  cursor: pointer;
}

.inquiry-form button:hover {
  background: #08713e;
}

.form-note {
  margin: 0;
  color: #6d8678;
  font-size: 0.78rem;
}

.support-hero {
  min-height: 390px;
  padding: 76px max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
  color: var(--cream);
  background:
    radial-gradient(circle at 78% 28%, rgba(158, 211, 111, 0.18), transparent 25%),
    linear-gradient(125deg, #022519, #06472b 62%, #08743d);
}

.support-hero > div {
  max-width: 760px;
}

.support-hero .eyebrow {
  color: #a8d67e;
}

.support-hero .eyebrow::before {
  background: #a8d67e;
}

.support-hero h1 {
  margin: 20px 0 22px;
  font-size: clamp(3.2rem, 5.8vw, 5.8rem);
}

.support-hero p:last-child {
  max-width: 650px;
  margin: 0;
  color: #d9e9dc;
  font-size: 1.08rem;
}

.urgent-call {
  min-width: 265px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  color: #073b27;
  background: #f8f1df;
  border-left: 6px solid #9ed36f;
  box-shadow: 10px 10px 0 rgba(1, 35, 21, 0.45);
}

.urgent-call span,
.urgent-call strong {
  grid-column: 1;
}

.urgent-call span {
  color: #6d8678;
  font: 700 0.72rem Manrope;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.urgent-call strong {
  font: 800 1rem Manrope;
}

.urgent-call b {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #27813f;
}

.remote-support {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 28px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.remote-support-copy h2 {
  margin: 14px 0 20px;
  color: #06472b;
  font: 800 clamp(2.4rem, 3.8vw, 3.8rem) / 1.08 Manrope;
  letter-spacing: -0.05em;
}

.remote-support-copy > p:not(.kicker) {
  color: #526b5e;
}

.remote-note {
  margin-top: 24px;
  padding: 17px 18px;
  background: #e4efdf;
  border-left: 4px solid #27813f;
  font-size: 0.84rem;
}

.remote-note strong {
  color: #073b27;
}

.remote-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.remote-download {
  min-height: 225px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #073b27;
  background: #ffffff;
  border: 1px solid #cbdac6;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(4, 47, 29, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.remote-download:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(4, 47, 29, 0.13);
}

.remote-download span {
  color: #27813f;
  font: 800 0.76rem Manrope;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.remote-download strong {
  margin: 12px 0 auto;
  font: 800 1.25rem / 1.25 Manrope;
}

.remote-download img {
  width: auto;
  max-width: 100%;
  margin-top: 24px;
}

.support-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 95px 28px 110px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: start;
}

.support-guide h2 {
  margin: 14px 0 30px;
  color: #06472b;
  font: 800 clamp(2.3rem, 3.6vw, 3.6rem) / 1.08 Manrope;
  letter-spacing: -0.05em;
}

.support-guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbdac6;
}

.support-guide li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  border-bottom: 1px solid #cbdac6;
}

.support-guide li > b {
  color: #27813f;
  font: 800 0.72rem Manrope;
}

.support-guide li strong,
.support-guide li span {
  display: block;
}

.support-guide li strong {
  color: #073b27;
  font: 800 0.95rem Manrope;
}

.support-guide li span {
  margin-top: 4px;
  color: #60776b;
  font-size: 0.88rem;
}

.support-safety {
  margin-top: 28px;
  padding: 20px;
  color: #41594d;
  background: #e4efdf;
  border-left: 4px solid #27813f;
  font-size: 0.86rem;
}

.support-safety strong {
  color: #073b27;
}

/* Full services page and homepage directory link */
.services-more {
  margin-top: 24px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #f7f1e3;
  background: #073b27;
  border-radius: 18px;
}

.services-more span,
.services-more strong {
  display: block;
}

.services-more span {
  margin-bottom: 4px;
  color: #a8dc78;
  font: 800 0.72rem Manrope;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-more strong {
  font: 700 1rem Manrope;
}

.services-more > a,
.services-cta a {
  flex: 0 0 auto;
  padding: 15px 20px;
  color: #073b27;
  background: #a8dc78;
  border-radius: 9px;
  font: 800 0.86rem Manrope;
  box-shadow: 5px 5px 0 #f7f1e3;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.services-more > a:hover,
.services-cta a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 #f7f1e3;
}

.services-page {
  padding-top: 114px;
  background: #f4f0e4;
}

.services-hero {
  min-height: 560px;
  padding: 100px max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  gap: 90px;
  overflow: hidden;
  color: #f7f1e3;
  background: radial-gradient(circle at 86% 18%, rgba(168, 220, 120, 0.18), transparent 27%), linear-gradient(120deg, #02331f 0%, #075531 60%, #18713e 100%);
}

.services-hero h1 {
  margin: 22px 0 24px;
  max-width: 820px;
  font: 800 clamp(3.2rem, 6vw, 6.5rem) / 0.98 Manrope;
  letter-spacing: -0.065em;
}

.services-hero h1 em {
  color: #a8dc78;
  font-style: normal;
}

.services-hero > div > p:last-child {
  max-width: 720px;
  color: #dbe9dc;
  font-size: 1.15rem;
  line-height: 1.7;
}

.services-hero aside {
  padding: 32px;
  border: 1px solid rgba(247, 241, 227, 0.28);
  border-radius: 22px;
  background: rgba(2, 51, 31, 0.38);
  box-shadow: 12px 12px 0 rgba(168, 220, 120, 0.15);
}

.services-hero aside span,
.services-hero aside strong {
  display: block;
}

.services-hero aside span {
  color: #a8dc78;
  font: 800 0.72rem Manrope;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-hero aside strong {
  margin: 15px 0;
  font: 800 1.45rem / 1.35 Manrope;
}

.services-hero aside p {
  margin: 0;
  color: #c9dbce;
  line-height: 1.65;
}

.service-catalog {
  max-width: var(--max);
  margin: 0 auto;
  padding: 105px 28px 120px;
}

.catalog-intro {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 70px;
}

.catalog-intro h2 {
  margin: 14px 0 0;
  color: #073b27;
  font: 800 clamp(2.7rem, 4.6vw, 5rem) / 1.02 Manrope;
  letter-spacing: -0.055em;
}

.catalog-intro h2 span {
  color: #27813f;
}

.catalog-intro > p {
  margin: 0 0 7px;
  color: #526b5e;
  font-size: 1.05rem;
  line-height: 1.75;
}

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

.catalog-grid article {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cad9c6;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(3, 54, 32, 0.07);
}

.catalog-grid article:nth-child(4n + 1),
.catalog-grid article:nth-child(4n + 4) {
  background: #e4efdf;
}

.catalog-grid article > b {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #789086;
  font: 800 0.72rem Manrope;
}

.catalog-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #087348;
  background: #f2f8ef;
  border: 1px solid #bfd5c1;
  border-radius: 50%;
  font: 800 1rem Manrope;
}

.catalog-grid h3 {
  margin: 34px 0 12px;
  color: #073b27;
  font: 800 1.2rem / 1.25 Manrope;
  letter-spacing: -0.025em;
}

.catalog-grid p {
  margin: 0;
  color: #526b5e;
  line-height: 1.65;
  font-size: 0.92rem;
}

.services-cta {
  padding: 85px max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  color: #f7f1e3;
  background: #073b27;
}

.services-cta h2 {
  margin: 14px 0 0;
  font: 800 clamp(2.4rem, 4.2vw, 4.6rem) / 1.03 Manrope;
  letter-spacing: -0.055em;
}

.services-cta > div:last-child p {
  margin: 0 0 30px;
  color: #c9dbce;
  line-height: 1.7;
}

.services-cta a {
  display: inline-block;
}

@media (max-width: 800px) {
  header {
    min-height: 98px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  header nav {
    top: 98px;
  }

  .brand {
    width: 200px;
    height: 90px;
  }

  .brand img {
    top: -57px;
    width: 195px;
  }

  .hero {
    padding-top: 145px;
  }

  .hero::after {
    display: none;
  }

  .grid {
    gap: 12px;
  }

  .grid article ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-page {
    padding-top: 98px;
  }

  .contact-hero {
    min-height: 420px;
    padding: 70px 22px;
  }

  .contact-hero > img {
    position: absolute;
    right: -75px;
    width: 240px;
    opacity: 0.13;
  }

  .contact-intro h1 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .contact-layout {
    padding: 70px 22px 85px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .inquiry-form {
    padding: 28px 22px;
  }

  .form-embed {
    padding: 25px 8px 8px;
  }

  .form-embed .form-heading {
    padding: 0 14px 18px;
  }

  .form-embed iframe {
    height: 760px;
  }

  .upload-request {
    margin: 0 8px;
  }

  .upload-guidance {
    margin-right: 8px;
    margin-left: 8px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .support-hero {
    min-height: 460px;
    padding: 65px 22px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .support-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.5rem);
  }

  .urgent-call {
    width: 100%;
    min-width: 0;
  }

  .support-layout {
    padding: 70px 22px 85px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .remote-support {
    padding: 70px 22px 0;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .remote-downloads {
    grid-template-columns: 1fr;
  }

  .remote-download {
    min-height: 190px;
  }

  .services-more {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-page {
    padding-top: 98px;
  }

  .services-hero {
    min-height: 0;
    padding: 75px 22px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .services-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.7rem);
  }

  .service-catalog {
    padding: 75px 22px 85px;
  }

  .catalog-intro,
  .services-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-grid article {
    min-height: 0;
  }

  .services-cta {
    padding: 70px 22px;
  }
}

@media (min-width: 801px) and (max-width: 1080px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
