@font-face {
  font-family: "Control";
  src: url("/fonts/control-upright.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Control TNT";
  src: url("/fonts/control-tnt.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Control Cursive";
  src: url("/fonts/control-cursive.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Control Compressed";
  src: url("/fonts/control-compressed.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --sky-top: #0877f0;
  --sky-middle: #2c99f8;
  --sky-bottom: #88cbfa;
  --white: #fff;
  --glass: rgba(255, 255, 255, 0.105);
  --glass-border: rgba(255, 255, 255, 0.36);
  --text-soft: rgba(255, 255, 255, 0.78);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  font-family: "Control", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  background: #1c8cf3;
}

body[data-theme="soft"] {
  --sky-top: #187bdc;
  --sky-middle: #54a7eb;
  --sky-bottom: #a9dcfb;
}

body[data-theme="vivid"] {
  --sky-top: #0065e8;
  --sky-middle: #058dff;
  --sky-bottom: #78c8ff;
}

body[data-theme="night"] {
  --sky-top: #061630;
  --sky-middle: #11395f;
  --sky-bottom: #34658c;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: 0.75rem 1rem;
  color: #111;
  background: #fff;
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 1rem;
}

.sky {
  position: fixed;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 50% 55%, rgba(255, 255, 255, 0.1), transparent 47%),
    linear-gradient(to bottom, var(--sky-top) 0%, var(--sky-middle) 44%, var(--sky-bottom) 100%);
  transition: background 500ms ease;
}

.cloud-field {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 12700px;
  pointer-events: none;
  overflow: hidden;
}

.cloud {
  position: absolute;
  display: block;
  width: var(--size);
  opacity: var(--opacity);
  filter: blur(var(--blur)) drop-shadow(0 12px 26px rgba(255, 255, 255, 0.16));
  transform: translate3d(var(--drift, 0px), 0, 0) scale(var(--scale-x, 1), var(--scale-y, 1));
  transform-origin: center;
  will-change: transform;
}

.top-shade {
  position: fixed;
  z-index: 95;
  inset: 0 0 auto;
  height: 76px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(3, 26, 53, 0.53), rgba(3, 26, 53, 0));
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 72px;
}

.desktop-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  padding: 0 24px;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-left {
  gap: 28px;
}

.nav-link {
  border: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}

.nav-link span {
  margin-left: 3px;
  font-size: 13px;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.35);
  transition: opacity 250ms ease;
}

.header-logo svg,
.mobile-logo svg {
  display: block;
  width: 80px;
  height: auto;
  overflow: visible;
}

.header-logo path,
.mobile-logo path {
  fill: none;
  stroke: currentColor;
  stroke-width: 67;
  stroke-linecap: round;
}

.header-logo circle,
.mobile-logo circle {
  fill: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-light {
  border-color: #fff;
  color: #151515;
  background: #fff;
}

.button-outline {
  color: #fff;
  background: rgba(30, 93, 155, 0.28);
}

.nav-dropdown {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
}

.mega-menu {
  position: absolute;
  top: 58px;
  display: grid;
  gap: 8px;
  width: 390px;
  padding: 14px;
  color: #171717;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 41, 89, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.nav-dropdown:hover .mega-menu,
.nav-dropdown:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu a {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 9px;
  text-decoration: none;
}

.mega-menu a:hover {
  background: #edf5fb;
}

.mega-menu strong {
  font-size: 14px;
  font-weight: 500;
}

.mega-menu span {
  color: #6b7280;
  font-size: 12px;
}

.solutions-menu {
  grid-template-columns: 1fr 1fr;
  width: 650px;
  left: -110px;
}

.solutions-menu p {
  margin: 8px 10px 4px;
  color: #8b8f96;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.resource-menu {
  left: -140px;
}

.mobile-nav,
.mobile-menu {
  display: none;
}

.theme-dock {
  position: fixed;
  z-index: 110;
  right: 24px;
  top: 44%;
  display: grid;
  padding: 5px;
  border-radius: 13px;
  background: rgba(131, 176, 214, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.theme-dock button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.32);
  background: transparent;
  cursor: pointer;
}

.theme-dock button.active {
  color: #666;
  background: #fff;
}

main {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
}

.intro {
  height: 1120px;
  overflow: hidden;
}

.glass-logo {
  overflow: visible;
  filter:
    drop-shadow(0 -3px 1px rgba(255, 255, 255, 0.78))
    drop-shadow(0 7px 2px rgba(0, 132, 255, 0.94))
    drop-shadow(0 22px 28px rgba(0, 74, 170, 0.42));
  user-select: none;
}

.glass-logo path {
  fill: none;
  stroke: rgba(232, 249, 255, 0.31);
  stroke-width: 82;
  stroke-linecap: round;
}

.glass-logo circle {
  fill: rgba(232, 249, 255, 0.38);
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 10;
}

.glass-logo-hero {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: min(1500px, 104vw);
  height: auto;
  transform: translate3d(-52%, var(--logo-y, 0), 0) scale(var(--logo-scale, 1));
  transform-origin: 50% 50%;
  opacity: var(--logo-opacity, 1);
  will-change: transform, opacity;
}

.hero {
  display: grid;
  justify-items: center;
  align-content: start;
  height: 829px;
  padding-top: 110px;
}

.hero-content {
  display: grid;
  justify-items: center;
  gap: 38px;
  z-index: 2;
}

.hero h2 {
  margin: 0;
  font-size: clamp(42px, 4.1vw, 60px);
  font-weight: 400;
  letter-spacing: -0.05em;
}

em {
  font-family: "Control Cursive", cursive;
  font-style: italic;
  font-weight: 400;
}

.hero-demo {
  z-index: 1;
  width: min(740px, 58vw);
  margin-top: 48px;
  filter: drop-shadow(0 24px 50px rgba(24, 75, 125, 0.12));
}

.hero-demo img {
  display: block;
  width: 100%;
  border-radius: 9px;
}

.hero-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(728px, 58vw);
  margin-top: 8px;
  padding: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
}

.hero-tabs button,
.search-tabs button {
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  height: 40px;
  cursor: pointer;
}

.hero-tabs button.active,
.search-tabs button.active {
  color: #171717;
  background: #fff;
  box-shadow: 0 2px 0 #176fe1;
}

.customers {
  display: grid;
  align-content: center;
  height: 503px;
  overflow: hidden;
}

.section-kicker {
  margin: 0 auto 56px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: center;
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 84px;
  width: max-content;
  animation: logo-scroll 32s linear infinite;
}

.logo-track img,
.integration-track img {
  width: 100px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.86;
}

@keyframes logo-scroll {
  to {
    transform: translateX(-48%);
  }
}

.manifesto {
  display: flex;
  align-items: center;
  height: 949px;
  padding: 70px 28px;
  overflow: hidden;
}

.manifesto h2 {
  display: grid;
  margin: 0;
  font-family: "Control Compressed", Impact, sans-serif;
  font-size: clamp(126px, 14vw, 210px);
  line-height: 0.84;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.search-showcase {
  display: grid;
  justify-items: center;
  align-content: start;
  height: 662px;
  padding-top: 20px;
  overflow: hidden;
}

.search-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(728px, calc(100% - 40px));
  padding: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.search-copy {
  width: min(780px, calc(100% - 40px));
  margin: 38px 0;
  text-align: center;
}

.search-copy h2 {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.search-copy p {
  max-width: 680px;
  margin: auto;
  color: var(--text-soft);
  font-size: 18px;
}

.search-frame {
  width: min(880px, calc(100% - 48px));
  height: 420px;
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 65, 135, 0.18);
}

.search-frame img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
  transition: opacity 180ms ease;
}

.features {
  min-height: 1030px;
  padding: 54px max(24px, calc((100vw - 1110px) / 2)) 44px;
}

.features-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 38px;
}

.features-heading h2 {
  max-width: 650px;
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.features-heading p {
  max-width: 450px;
  margin: 0;
  color: var(--text-soft);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.feature-card {
  grid-column: span 2;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(67, 159, 238, 0.42), rgba(74, 145, 210, 0.23));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(7px);
}

.feature-card > div {
  padding: 24px 30px 12px;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 400;
}

.feature-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
}

.feature-card img {
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
}

.feature-wide {
  grid-column: span 3;
  height: 350px;
}

.models {
  min-height: 300px;
  padding: 26px max(24px, calc((100vw - 1110px) / 2));
}

.model-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 256px;
  padding: 34px 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 78% 40%, rgba(244, 179, 209, 0.7), transparent 42%),
    linear-gradient(100deg, rgba(0, 117, 249, 0.72), rgba(165, 203, 232, 0.5));
  backdrop-filter: blur(12px);
}

.model-card h2 {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.model-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 400;
}

.model-card p {
  max-width: 650px;
  margin: 0;
  font-size: 17px;
}

.integrations {
  display: grid;
  align-content: center;
  height: 439px;
  overflow: hidden;
}

.integration-track {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 44px;
  width: max(1200px, 100%);
  padding: 0 24px;
}

.integration-track img {
  width: 90px;
  height: 50px;
  filter: none;
  opacity: 0.95;
}

.journey {
  min-height: 4288px;
}

.journey-stage {
  min-height: 1429px;
}

.journey-copy {
  position: sticky;
  top: 31vh;
  width: min(630px, calc(100% - 40px));
  margin: auto;
  padding-top: 100px;
  text-align: center;
}

.journey-copy h2 {
  margin: 0 0 16px;
  font-family: "Control Compressed", Impact, sans-serif;
  font-size: clamp(130px, 13vw, 190px);
  line-height: 0.82;
  text-transform: uppercase;
}

.journey-copy p {
  max-width: 620px;
  margin: auto;
  font-size: 21px;
  line-height: 1.25;
}

.contact {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 1163px;
  padding-top: 175px;
}

.contact-intro {
  text-align: center;
}

.contact-intro h2 {
  margin: 0 0 18px;
  font-size: 58px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.contact-intro p {
  max-width: 530px;
  margin: auto;
  font-size: 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
  width: min(635px, calc(100% - 40px));
  margin-top: 52px;
  padding: 56px 64px 62px;
  color: #171717;
  background: #fff;
  border-radius: 13px;
}

.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #171717;
  background: #f7f7f7;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #1476ee;
  box-shadow: 0 0 0 2px rgba(20, 118, 238, 0.13);
}

.contact-form textarea {
  min-height: 60px;
  padding-top: 12px;
  resize: vertical;
}

.submit-button {
  justify-self: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #8a8a8a;
  border-radius: 8px;
  color: #555;
  background: #fff;
  cursor: pointer;
}

.submit-button:disabled {
  opacity: 0.42;
  cursor: default;
}

.form-note {
  max-width: 430px;
  margin: 10px auto 0;
  color: #787878;
  font-size: 12px;
  text-align: center;
}

.form-note a {
  color: #126cf1;
}

.form-success {
  min-height: 1em;
  margin: 0;
  color: #0a8656;
  font-size: 13px;
  text-align: center;
}

.finale {
  min-height: 1300px;
  overflow: hidden;
}

.glass-logo-finale {
  position: absolute;
  top: 170px;
  left: 50%;
  width: min(760px, 58vw);
  height: auto;
  transform: translateX(-50%);
}

.butterfly {
  position: absolute;
  z-index: 2;
  color: #f4a62d;
  font-size: 42px;
  text-shadow: -2px 2px #1a568f;
  animation: flutter 2.8s ease-in-out infinite alternate;
}

.butterfly-one {
  top: 410px;
  left: 7%;
  rotate: 32deg;
}

.butterfly-two {
  top: 580px;
  left: 24%;
  animation-delay: -1.2s;
}

.butterfly-three {
  top: 500px;
  right: 4%;
  color: #3f9ea9;
  rotate: 150deg;
  animation-delay: -0.6s;
}

@keyframes flutter {
  to {
    transform: translate(16px, -24px) rotate(18deg) scaleX(0.7);
  }
}

.grass {
  position: absolute;
  inset: auto 0 0;
  height: 505px;
  background: url("/assets/grass.webp") center top / cover no-repeat;
  filter: drop-shadow(0 -10px 14px rgba(225, 255, 225, 0.26));
}

.mushroom {
  display: none;
}

footer {
  position: absolute;
  z-index: 6;
  inset: auto 18px 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 12px;
}

footer nav,
.socials {
  display: flex;
  align-items: center;
  gap: 28px;
}

footer a {
  text-decoration: none;
}

footer button {
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  cursor: pointer;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.footer-meta p {
  margin: 0;
}

.socials {
  font-size: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .desktop-nav {
    display: none;
  }

  .site-header,
  .mobile-nav {
    height: 58px;
  }

  .mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 16px;
  }

  .mobile-logo {
    color: #fff;
    text-decoration: none;
    opacity: var(--header-logo-opacity, 0);
    transition: opacity 220ms ease;
  }

  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .mobile-actions .button {
    min-height: 33px;
    padding: 0 12px;
    font-size: 12px;
  }

  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    background: rgba(59, 127, 190, 0.32);
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 58px 10px auto;
    display: grid;
    gap: 2px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 13px;
    color: #131313;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 50px rgba(4, 47, 93, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 180ms ease;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
  }

  .mobile-menu a:hover {
    background: #edf5fb;
  }

  .top-shade {
    height: 64px;
  }

  .theme-dock {
    display: none;
  }

  .cloud-field {
    height: 11600px;
  }

  .intro {
    height: 964px;
  }

  .glass-logo-hero {
    bottom: 322px;
    width: 520px;
    transform: translate3d(-54%, var(--logo-y, 0), 0) scale(var(--logo-scale, 1));
  }

  .hero {
    height: 552px;
    padding: 80px 14px 0;
  }

  .hero-content {
    gap: 24px;
  }

  .hero h2 {
    max-width: 320px;
    font-size: 36px;
    line-height: 1.05;
    text-align: center;
  }

  .hero h2 em {
    display: block;
  }

  .hero-demo {
    width: 100%;
    margin-top: 42px;
  }

  .hero-tabs {
    width: 100%;
    margin-top: 12px;
  }

  .hero-tabs button {
    height: 36px;
    font-size: 11px;
  }

  .customers {
    height: 405px;
  }

  .section-kicker {
    max-width: 270px;
    margin-bottom: 50px;
    font-size: 18px;
  }

  .logo-track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 60px);
    gap: 18px 42px;
    padding: 0 24px;
    animation-duration: 24s;
  }

  .logo-track img {
    width: 94px;
    height: 48px;
  }

  .manifesto {
    height: 387px;
    padding: 58px 18px 30px;
    align-items: start;
  }

  .manifesto h2 {
    font-size: clamp(68px, 19vw, 80px);
    line-height: 0.78;
  }

  .manifesto h2 span:first-child::after {
    content: " Run it";
  }

  .manifesto h2 span:nth-child(2) {
    display: none;
  }

  .search-showcase {
    height: 575px;
    padding-top: 12px;
  }

  .search-tabs {
    width: calc(100% - 28px);
  }

  .search-tabs button {
    height: 41px;
    padding: 3px 6px;
    font-size: 9px;
    line-height: 1;
  }

  .search-copy {
    margin: 32px 0 28px;
  }

  .search-copy h2 {
    font-size: 23px;
    line-height: 1.1;
  }

  .search-copy p {
    max-width: 310px;
    font-size: 13px;
  }

  .search-frame {
    width: calc(100% - 28px);
    height: 330px;
  }

  .search-frame img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .features {
    min-height: 2022px;
    padding: 58px 16px;
  }

  .features-heading {
    display: block;
    margin-bottom: 58px;
    text-align: center;
  }

  .features-heading h2 {
    margin: 0 auto 18px;
    font-size: 27px;
  }

  .features-heading p {
    max-width: 300px;
    margin: auto;
    font-size: 13px;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card,
  .feature-wide {
    grid-column: 1;
    height: auto;
    min-height: 210px;
  }

  .feature-card > div {
    padding: 20px 20px 12px;
  }

  .feature-card h3 {
    font-size: 18px;
  }

  .feature-card p {
    font-size: 12px;
  }

  .feature-card img {
    max-height: 190px;
  }

  .models {
    min-height: 351px;
    padding: 20px 16px;
  }

  .model-card {
    display: grid;
    align-content: center;
    justify-items: start;
    min-height: 312px;
    padding: 28px 22px;
  }

  .model-card h2 {
    font-family: "Control Cursive", cursive;
    font-size: 24px;
    line-height: 1;
  }

  .model-card h3 {
    font-size: 16px;
  }

  .model-card p {
    font-size: 12px;
  }

  .model-card .button {
    margin-top: 16px;
  }

  .integrations {
    height: 361px;
  }

  .integrations .section-kicker {
    margin-bottom: 42px;
  }

  .integration-track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 50px);
    justify-content: start;
    width: max-content;
    gap: 18px 44px;
    padding-left: 32px;
    animation: integration-scroll 24s linear infinite;
  }

  .integration-track img {
    width: 90px;
    height: 42px;
  }

  @keyframes integration-scroll {
    to {
      transform: translateX(-45%);
    }
  }

  .journey {
    min-height: 3544px;
  }

  .journey-stage {
    min-height: 1181px;
  }

  .journey-copy {
    top: 31vh;
    padding-top: 88px;
  }

  .journey-copy h2 {
    font-size: clamp(72px, 21vw, 92px);
  }

  .journey-copy p {
    max-width: 330px;
    font-size: 14px;
  }

  .contact {
    min-height: 995px;
    padding: 150px 14px 0;
  }

  .contact-intro h2 {
    font-size: 38px;
  }

  .contact-intro p {
    max-width: 320px;
    font-size: 13px;
  }

  .contact-form {
    width: 100%;
    margin-top: 40px;
    padding: 28px 20px 32px;
  }

  .contact-form input,
  .contact-form select {
    min-height: 46px;
  }

  .form-note {
    font-size: 10px;
  }

  .finale {
    min-height: 1266px;
  }

  .glass-logo-finale {
    top: 180px;
    width: 330px;
  }

  .grass {
    height: 430px;
    background-position: center top;
  }

  .butterfly-one {
    top: 440px;
  }

  .butterfly-two {
    top: 580px;
    left: 52%;
  }

  .butterfly-three {
    top: 350px;
  }

  footer {
    inset: auto 18px 12px;
    display: grid;
    justify-content: end;
    gap: 18px;
    text-align: right;
  }

  footer nav {
    display: grid;
    gap: 7px;
  }

  .footer-meta {
    gap: 10px;
  }

  .socials {
    gap: 24px;
  }
}
