:root {
  --teal: #2faeae;
  --teal-dark: #188f91;
  --orange: #f47a25;
  --orange-dark: #d96218;
  --navy: #111528;
  --ink: #202533;
  --muted: #697182;
  --line: #e3e8ee;
  --paper: #f7fafb;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 18px 44px rgba(17, 21, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 174, 174, 0.07), transparent 26%),
    radial-gradient(circle at 88% 72%, rgba(244, 122, 37, 0.07), transparent 24%);
  animation: ambientShift 16s ease-in-out infinite alternate;
}

body.nav-open {
  overflow: hidden;
}

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

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

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: clamp(150px, 15vw, 210px);
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 32px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--teal-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 clamp(54px, 7vw, 86px);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 251, 0.92)),
    radial-gradient(circle at 84% 22%, rgba(47, 174, 174, 0.14), transparent 28%),
    radial-gradient(circle at 80% 76%, rgba(244, 122, 37, 0.12), transparent 24%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(47, 174, 174, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 21, 40, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
  animation: gridDrift 22s linear infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.hero-copy-block {
  animation: riseIn 700ms ease both;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(38px, 5.6vw, 66px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 650;
  line-height: 1.13;
}

h3 {
  margin-bottom: 9px;
  color: var(--navy);
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 700;
}

.hero-copy {
  max-width: 700px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
}

.button.secondary {
  color: var(--orange-dark);
  border-color: rgba(244, 122, 37, 0.35);
  background: var(--white);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(17, 21, 40, 0.12);
}

.hero-graphic {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  animation: riseIn 820ms ease 120ms both;
}

.cycle-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: min(74vw, 310px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 20deg, var(--teal) 0 42%, transparent 42% 52%, var(--orange) 52% 88%, transparent 88% 100%);
  box-shadow: var(--shadow);
  animation: slowSpin 24s linear infinite;
}

.cycle-mark::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  background: var(--white);
}

.cycle-letter {
  position: relative;
  z-index: 1;
  color: var(--teal-dark);
  font-size: clamp(76px, 12vw, 124px);
  font-weight: 800;
  animation: counterSpin 24s linear infinite;
}

.focus-card {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: min(270px, 75%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  animation: softFloat 5s ease-in-out infinite;
}

.focus-card strong,
.focus-card span {
  display: block;
}

.focus-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.stats-band {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--navy);
}

.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  animation: statShine 7s ease-in-out infinite;
}

.stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid div {
  padding: 26px 22px;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stats-grid div:last-child {
  border-right: 0;
}

.stats-grid strong {
  display: block;
  color: var(--orange);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: clamp(62px, 8vw, 96px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p,
.product-card p,
.company-section p,
.commitment-grid p,
.contact-section p,
.form-note {
  color: var(--muted);
}

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

.product-card,
.commitment-grid article,
.quote-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(17, 21, 40, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card {
  padding: 24px;
  animation: riseIn 600ms ease both;
}

.product-card:hover,
.commitment-grid article:hover {
  border-color: rgba(47, 174, 174, 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.28);
}

.card-icon.teal {
  background: var(--teal);
}

.card-icon.orange {
  background: var(--orange);
}

.card-icon.navy {
  background: var(--navy);
}

.card-icon.mixed {
  background: linear-gradient(135deg, var(--teal), var(--orange));
}

.product-card ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  color: var(--muted);
  font-size: 14px;
}

.product-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.company-section {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 8vw, 96px) 0;
  background:
    linear-gradient(135deg, rgba(17, 21, 40, 0.96), rgba(24, 143, 145, 0.9)),
    var(--navy);
}

.company-section::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 42px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.company-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 78px);
}

.company-section h2,
.company-section .eyebrow {
  color: var(--white);
}

.company-section p {
  color: rgba(255, 255, 255, 0.78);
}

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

.commitment-grid article {
  padding: 24px;
}

.contact-section {
  padding: clamp(62px, 8vw, 96px) 0;
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
  gap: clamp(30px, 5vw, 76px);
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfe;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .button {
  width: 100%;
}

.form-note {
  margin: 0;
  font-size: 13px;
}

.form-note.is-ready {
  color: var(--teal-dark);
  font-weight: 700;
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.76);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.site-footer img {
  width: 130px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  padding: 6px;
  border-radius: 6px;
  background: var(--white);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
}

address {
  font-style: normal;
  text-align: right;
}

@keyframes ambientShift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 76px 76px;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes counterSpin {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes statShine {
  0%,
  42% {
    transform: translateX(-100%);
  }
  72%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .company-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-graphic {
    min-height: 300px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 10px 18px;
  }

  .brand img {
    width: 142px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 68px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-graphic {
    min-height: 260px;
  }

  .cycle-mark {
    width: min(78vw, 240px);
  }

  .focus-card {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }

  .product-grid,
  .commitment-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .stats-grid div:last-child {
    border-bottom: 0;
  }

  address {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .wrap {
    width: calc(100% - 28px);
  }

  h1 {
    font-size: 30px;
  }

  .product-card,
  .commitment-grid article,
  .quote-form {
    padding: 20px;
  }
}
