:root {
  --page-bg: #f4f4ef;
  --surface: #ffffff;
  --navy: #001e2a;
  --blue: #005c7d;
  --teal: #17bda7;
  --mint: #dafdba;
  --text: #143241;
  --muted: #5e7682;
  --line: rgba(0, 92, 125, 0.16);
  --shadow-soft: 0 24px 54px rgba(0, 30, 42, 0.09);
  --shadow-card: 0 18px 35px rgba(0, 30, 42, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top, rgba(23, 189, 167, 0.08), transparent 28%),
    linear-gradient(180deg, #fcfcfa, var(--page-bg));
  color: var(--text);
  font-family: "Barlow", sans-serif;
}

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

a {
  color: inherit;
}

.landing {
  width: min(100%, 1142px);
  margin: 0 auto;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: clip;
}

.shell {
  width: min(100% - 148px, 996px);
  margin: 0 auto;
}

.hero {
  position: relative;
  background: var(--surface);
}

.hero__media {
  position: relative;
  min-height: 586px;
  background:
    linear-gradient(180deg, rgba(0, 30, 42, 0.45), rgba(0, 30, 42, 0.12)),
    url("../images/hero.png") center top / cover no-repeat;
}

.hero__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding-top: 1.75rem;
  position: relative;
  z-index: 2;
}

.hero__brand {
  width: clamp(9rem, 20vw, 15rem);
}

.hero__panel {
  position: relative;
  margin-top: -214px;
  padding: 17rem 0 10rem;
  color: #ffffff;
}

.hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  clip-path: polygon(0 12%, 100% 0, 100% 84%, 0 100%);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.25);
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__watermark {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 0;
  width: 80%;
  max-width: 49.8rem;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  pointer-events: none;
}

.hero__watermark img {
  filter: brightness(0) invert(1) saturate(0);
}

.hero__copy {
  display: grid;
  gap: 1.25rem;
  max-width: 33rem;
  position: relative;
  z-index: 1;
}

.hero__title,
.products__header h2 {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero__title {
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.92;
}

.hero__lead {
  margin: 0;
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
}

.features,
.process,
.products,
.contact {
  position: relative;
}

.features {
  padding: 8rem 0 10rem;
  background: var(--surface);
}

.features__bars,
.contact__bars {
  position: absolute;
  display: grid;
  gap: 0;
}

.features__bars {
  right: 0;
  top: -2rem;
  width: 81px;
}

.features__bar,
.contact__bar {
  display: block;
  width: 100%;
}

.features__bar--mint,
.contact__bar--mint {
  background: var(--mint);
}

.features__bar--teal,
.contact__bar--teal {
  background: var(--teal);
}

.features__bar--blue,
.contact__bar--blue {
  background: var(--blue);
}

.features__bar--navy,
.contact__bar--navy {
  background: var(--navy);
}

.features__bar:nth-child(1) {
  height: 82px;
}

.features__bar:nth-child(2),
.features__bar:nth-child(3),
.features__bar:nth-child(4) {
  height: 161px;
}

.features__watermark {
  position: absolute;
  inset: 2rem auto auto 10%;
  width: min(62vw, 40rem);
  opacity: 0.08;
  pointer-events: none;
}

.features__heading {
  margin: 0 auto 4.5rem;
  max-width: 11ch;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(3rem, 5.8vw, 4.9rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--navy);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 3rem;
  align-items: start;
}

.feature-card {
  padding: 0.5rem 0;
}

.feature-card h2,
.process__eyebrow,
.process-card h3 {
  margin: 0 0 0.8rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--blue);
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.feature-card--wide {
  grid-column: 1 / -1;
  max-width: 35rem;
}

.process {
  padding: 10rem 0 11rem;
  color: var(--navy);
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #e7ffc1, #ddfdb7 50%, #d6f6b0 100%);
  clip-path: polygon(0 7%, 100% 17%, 100% 100%, 0 89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.process__watermark {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(46rem, 72%);
  transform: translate(-50%, -50%);
  opacity: 0.06;
  pointer-events: none;
}

.process__intro,
.process__grid {
  position: relative;
  z-index: 1;
}

.process__intro {
  max-width: 43rem;
  margin-bottom: 3.5rem;
}

.process__eyebrow {
  margin-bottom: 1rem;
}

.process__intro h2 {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 3.65rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--blue);
}

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

.process-card {
  min-height: 17rem;
  padding: 1.75rem 1.8rem 1.9rem;
  border: 4px solid rgba(0, 92, 125, 0.9);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 999px rgba(23, 189, 167, 0.05);
}

.process-card__number {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Exo 2", sans-serif;
  font-size: 2.65rem;
  font-style: italic;
  font-weight: 800;
  color: var(--blue);
}

.process-card p {
  margin: 0;
  max-width: 23ch;
  color: rgba(0, 30, 42, 0.88);
  font-size: 1.08rem;
  line-height: 1.6;
}

.products {
  padding: 9rem 0 9.5rem;
  color: #ffffff;
}

.products::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--navy);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.products__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.42;
}

.products__glow--left {
  left: 16%;
  top: 24%;
  width: 10rem;
  height: 4rem;
  background: rgba(175, 255, 214, 0.32);
}

.products__glow--right {
  right: 14%;
  top: 21%;
  width: 12rem;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.3);
}

.products .shell {
  position: relative;
  z-index: 1;
}

.products__header {
  margin-bottom: 4rem;
}

.products__header h2 {
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 0.96;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.1rem 3.8rem;
  max-width: 38rem;
}

.product-tile {
  aspect-ratio: 1 / 1.1;
  display: grid;
  place-items: center;
  background: #2bbcaf;
}

.product-tile__label {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
}

.product-tile:nth-child(1) .product-tile__label {
  filter: blur(0);
}

.product-tile:nth-child(2) .product-tile__label {
  filter: blur(1.2px);
}

.product-tile:nth-child(3) .product-tile__label {
  filter: blur(2.4px);
}

.product-tile:nth-child(4) .product-tile__label {
  filter: blur(3.6px);
}

.product-tile:nth-child(5) .product-tile__label {
  filter: blur(4.8px);
}

.product-tile:nth-child(6) .product-tile__label {
  filter: blur(6px);
}

.products__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.1rem;
  margin-left: 13.9rem;
  min-width: 10rem;
  padding: 0.45rem 1.35rem 0.5rem;
  border-radius: 999px;
  background: #fffaf7;
  color: var(--navy);
  font-family: "Exo 2", sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: var(--shadow-card);
}

.contact {
  padding: 4rem 0 3rem;
  background: var(--surface);
}

.contact__bars {
  left: 0;
  top: 0;
  width: 81px;
}

.contact__bar:nth-child(1),
.contact__bar:nth-child(2),
.contact__bar:nth-child(3),
.contact__bar:nth-child(4) {
  height: 106px;
}

.contact__shell {
  position: relative;
}

.contact__header {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  margin-bottom: 2.5rem;
}

.contact__heading {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--navy);
}

.contact__header a {
  color: var(--navy);
  text-decoration: none;
  font-size: 0.95rem;
}

.contact__form {
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.85rem;
  border: 1px solid rgba(0, 30, 42, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 30, 42, 0.07);
}

.contact__form label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.contact__field {
  position: relative;
}

.contact__botcheck {
  display: none;
}

.contact__form span {
  color: #3d4d56;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  border: 1px solid rgba(0, 30, 42, 0.12);
  border-radius: 0.42rem;
  background: #ffffff;
  color: var(--navy);
  font: inherit;
  padding: 0.9rem 0.95rem;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #b4b7bc;
}

.contact__form input:focus-visible,
.contact__form textarea:focus-visible {
  outline: none;
  border-color: rgba(0, 92, 125, 0.7);
  box-shadow: 0 0 0 3px rgba(23, 189, 167, 0.16);
}

.contact__form input[aria-invalid="true"],
.contact__form textarea[aria-invalid="true"] {
  border-color: #c44747;
  box-shadow: 0 0 0 3px rgba(196, 71, 71, 0.1);
}

.contact__form textarea {
  resize: vertical;
  min-height: 6.5rem;
}

.contact__error,
.contact__status {
  min-height: 1.2rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.contact__error {
  color: #c44747;
}

.contact__form button {
  width: 100%;
  border: 0;
  border-radius: 0.35rem;
  background: #302d2c;
  color: #ffffff;
  font: inherit;
  font-weight: 500;
  padding: 0.82rem 1rem;
  cursor: pointer;
}

.contact__form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact__status {
  margin: 0.75rem 0 0;
  color: #3d4d56;
}

.contact__status[data-state="error"] {
  color: #c44747;
}

.contact__status[data-state="success"] {
  color: #0b6c61;
}

.contact__socials {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact__socials a {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--navy);
  color: #ffffff;
}

.contact__socials svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.footer {
  position: relative;
  padding: 2.2rem 0 1.2rem;
  background: var(--navy);
  color: #ffffff;
}

.footer__accent {
  position: absolute;
  inset: 0 0 auto 0;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1.35fr;
}

.footer__accent-line {
  display: block;
  height: 0.42rem;
}

.footer__accent-line--mint {
  background: var(--mint);
}

.footer__accent-line--teal {
  background: var(--teal);
}

.footer__accent-line--blue {
  background: var(--blue);
}

.footer__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(12rem, 0.8fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  padding-top: 1.35rem;
}

.footer__brand {
  max-width: 21rem;
}

.footer__logo {
  width: 11rem;
  margin-bottom: 1rem;
}

.footer__brand p,
.footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.footer__nav {
  display: grid;
  gap: 0.75rem;
}

.footer__nav a,
.footer__mail,
.footer__bottom a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.footer__nav a:hover,
.footer__mail:hover,
.footer__bottom a:hover,
.footer__nav a:focus-visible,
.footer__mail:focus-visible,
.footer__bottom a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer__info {
  display: grid;
  justify-items: end;
  gap: 1rem;
}

.footer__legal {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
}

.footer__legal a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 500;
}

.footer__legal a:hover,
.footer__legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer__socials {
  display: flex;
  gap: 0.75rem;
}

.footer__socials a {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.footer__socials svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 64px, 996px);
  }

  .hero__media {
    min-height: 480px;
  }

  .hero__panel {
    margin-top: -154px;
    padding-top: 13rem;
  }

  .features__grid,
  .process__grid,
  .products__grid {
    grid-template-columns: 1fr;
  }

  .products__header h2 {
    max-width: none;
  }

  .features__bars {
    width: 56px;
  }

  .products__grid {
    max-width: 14rem;
  }

  .products__cta {
    margin-left: 0;
  }

  .footer__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer__info {
    justify-items: start;
  }

  .footer__legal {
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .landing {
    width: 100%;
    box-shadow: none;
  }

  .shell {
    width: min(100% - 32px, 996px);
  }

  .hero__media {
    min-height: 370px;
    background-position: 36% top;
  }

  .hero__panel {
    margin-top: -120px;
    padding: 11.5rem 0 6rem;
  }

  .hero__panel::before {
    clip-path: polygon(0 8%, 100% 0, 100% 94%, 0 100%);
  }

  .hero__lead {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .features,
  .process,
  .products,
  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .features {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .features__bars {
    display: none;
  }

  .features__heading,
  .contact__heading {
    max-width: none;
  }

  .process {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }

  .process::before {
    clip-path: polygon(0 4%, 100% 12%, 100% 100%, 0 92%);
  }

  .process-card {
    min-height: auto;
  }

  .products {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .products__header {
    margin-bottom: 2rem;
  }

  .products__grid {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .product-tile {
    aspect-ratio: 1 / 1;
  }

  .products__cta {
    display: flex;
    margin-top: 1.5rem;
  }

  .contact {
    padding-top: 3rem;
  }

  .contact__bars {
    width: 48px;
  }

  .contact__bar:nth-child(1),
  .contact__bar:nth-child(2),
  .contact__bar:nth-child(3),
  .contact__bar:nth-child(4) {
    height: 74px;
  }

  .contact__form {
    padding: 1rem;
  }

  .footer {
    padding-top: 1.8rem;
  }

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