:root {
  color-scheme: light;
  --ink: #17201f;
  --muted: #5d6b68;
  --line: rgba(23, 32, 31, 0.12);
  --paper: #ffffff;
  --soft: #f3faf8;
  --teal: #008f86;
  --teal-dark: #00645f;
  --coral: #ef6d5b;
  --coral-dark: #b64536;
  --graphite: #24302f;
  --shadow: 0 24px 70px rgba(23, 32, 31, 0.16);
  --section-pad: 160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(0, 143, 134, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 143, 134, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 84px 84px, 84px 84px, auto;
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: 16px;
  transform: translateY(-140%);
  z-index: 20;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 55px rgba(23, 32, 31, 0.1);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  left: 50%;
  max-width: 1180px;
  padding: 12px 14px 12px 18px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 700;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand-mark svg {
  height: 25px;
  width: 25px;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.nav-links {
  align-items: center;
  background: rgba(243, 250, 248, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 5px;
}

.nav-links a,
.nav-cta {
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 650;
  padding: 10px 14px;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: #fff;
}

.nav-cta {
  align-self: center;
  background: var(--ink);
  color: #fff;
  justify-self: end;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.page-shell {
  overflow-x: hidden;
  width: 100%;
}

.hero {
  isolation: isolate;
  min-height: 88svh;
  overflow: hidden;
  padding: 156px 24px 74px;
  position: relative;
}

.hero-media,
.hero-wash {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero-media img {
  filter: contrast(1.06) saturate(0.96);
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 29%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.86) 100%);
  z-index: -1;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  margin: 0 auto;
  max-width: 1220px;
  min-height: 620px;
}

.hero-copy {
  max-width: 980px;
}

.hero-title {
  color: var(--ink);
  font-size: 6rem;
  font-weight: 800;
  line-height: 0.94;
  margin: 0;
  max-width: 980px;
}

.hero-subtitle {
  color: var(--graphite);
  font-size: 1.28rem;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 690px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.button svg {
  height: 19px;
  width: 19px;
}

.button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.button-primary {
  background: var(--ink);
  box-shadow: 0 16px 40px rgba(23, 32, 31, 0.18);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 32, 31, 0.16);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #fff;
  transform: translateY(-2px);
}

.hero-orbit {
  align-items: center;
  aspect-ratio: 1 / 0.9;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: center;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.hero-orbit::before {
  background:
    linear-gradient(120deg, rgba(0, 143, 134, 0.16), transparent 42%),
    linear-gradient(290deg, rgba(239, 109, 91, 0.2), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
}

.signal-map {
  color: var(--ink);
  height: min(440px, 100%);
  position: relative;
  width: min(520px, 100%);
}

.route {
  fill: none;
  stroke: url("#routeGradient");
  stroke-linecap: round;
  stroke-width: 4;
  stroke-dasharray: 9 12;
}

.route-two {
  opacity: 0.68;
}

.route-three {
  opacity: 0.46;
}

.node circle {
  fill: rgba(255, 255, 255, 0.72);
  stroke: rgba(23, 32, 31, 0.22);
  stroke-width: 2;
}

.node path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.node-core circle {
  fill: rgba(255, 255, 255, 0.84);
  stroke: rgba(0, 143, 134, 0.4);
}

.section {
  margin: 0 auto;
  max-width: 1220px;
  padding: var(--section-pad) 24px;
}

.section-heading {
  margin-bottom: 56px;
  max-width: 1060px;
}

.section-heading.slim {
  max-width: 780px;
}

.section-kicker {
  color: var(--teal-dark);
  font-size: 0.95rem;
  font-weight: 750;
  margin: 0 0 18px;
}

.section-heading h2,
.pinned-copy h2,
.pricing-copy h2,
.cta-copy h2 {
  font-size: 4.25rem;
  font-weight: 780;
  line-height: 1.02;
  margin: 0;
}

.inline-image {
  background-position: center;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(23, 32, 31, 0.18);
  display: inline-block;
  height: 54px;
  margin: 0 8px;
  vertical-align: middle;
  width: 132px;
}

.inline-image-one {
  background-image: url("./assets/ready-reception-hero.png");
}

.inline-image-two {
  background-image: url("./assets/ready-reception-workflow.png");
}

.bento-grid {
  display: grid;
  gap: 14px;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(236px, auto);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.bento-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(23, 32, 31, 0.08);
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  justify-content: space-between;
  min-height: 236px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.bento-card:hover {
  box-shadow: 0 28px 76px rgba(23, 32, 31, 0.14);
  transform: translateY(-4px);
}

.bento-card h3,
.stack-card h3,
.industry-panel h3 {
  font-size: 1.42rem;
  line-height: 1.16;
  margin: 0 0 14px;
}

.bento-card p,
.stack-card p,
.industry-panel p,
.pricing-copy p,
.cta-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
  margin: 0;
}

.bento-card-large {
  background: var(--ink);
  color: #fff;
  grid-column: span 5;
  grid-row: span 2;
  min-height: 486px;
}

.bento-card-large p {
  color: rgba(255, 255, 255, 0.72);
}

.bento-card-wide {
  display: grid;
  gap: 26px;
  grid-column: span 7;
  grid-template-columns: 1fr 0.78fr;
}

.wave-panel {
  align-items: end;
  display: flex;
  height: 220px;
  margin: 34px -28px -28px;
  overflow: hidden;
}

.wave-panel svg {
  height: 100%;
  opacity: 0.9;
  width: 100%;
}

.wave-panel path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 6;
}

.wave-panel path:first-child {
  stroke: var(--teal);
}

.wave-panel path:last-child {
  stroke: var(--coral);
}

.mini-icon {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--teal-dark);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 26px;
  width: 48px;
}

.mini-icon svg {
  height: 28px;
  width: 28px;
}

.mini-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.media-frame {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
}

.media-frame img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
  width: 100%;
}

.media-card:hover .media-frame img {
  transform: scale(1.05);
}

.desire-section {
  align-items: start;
  display: grid;
  gap: 92px;
  grid-template-columns: minmax(280px, 0.76fr) minmax(420px, 1fr);
}

.pinned-copy {
  position: sticky;
  top: 140px;
}

.pinned-copy h2 {
  max-width: 580px;
}

.scrub-copy {
  color: var(--graphite);
  font-size: 1.18rem;
  line-height: 1.72;
  margin: 28px 0 0;
  max-width: 520px;
}

.scrub-copy span {
  opacity: 0.48;
}

.stack-list {
  display: grid;
  gap: 18px;
  padding-top: 18px;
}

.stack-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 242px;
  padding: 34px;
  position: sticky;
}

.stack-card:nth-child(1) {
  top: 132px;
}

.stack-card:nth-child(2) {
  top: 154px;
}

.stack-card:nth-child(3) {
  top: 176px;
}

.stack-card:nth-child(4) {
  top: 198px;
}

.stack-card span {
  color: var(--coral-dark);
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 68px;
}

.industry-section {
  max-width: 1280px;
}

.accordion-row {
  display: flex;
  gap: 14px;
  min-height: 430px;
}

.industry-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: flex 420ms ease, background 420ms ease, transform 320ms ease;
}

.industry-panel:hover,
.industry-panel:focus-visible,
.industry-panel.active {
  background: var(--ink);
  color: #fff;
  flex: 2.2 1 0;
  outline: none;
  transform: translateY(-4px);
}

.industry-panel:hover p,
.industry-panel:focus-visible p,
.industry-panel.active p {
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
}

.industry-panel p {
  max-width: 370px;
  opacity: 0;
  position: relative;
  transition: opacity 260ms ease;
  z-index: 1;
}

.industry-panel h3 {
  position: relative;
  z-index: 1;
}

.industry-art {
  color: var(--teal);
  inset: 22px 22px auto auto;
  opacity: 0.42;
  position: absolute;
  width: 170px;
  z-index: 0;
}

.industry-panel:hover .industry-art,
.industry-panel:focus-visible .industry-art,
.industry-panel.active .industry-art {
  color: var(--coral);
  opacity: 0.62;
}

.industry-art path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.marquee-section {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  padding: 34px 0;
}

.marquee-track {
  animation: marquee 32s linear infinite;
  display: flex;
  gap: 52px;
  white-space: nowrap;
  width: max-content;
}

.marquee-track span {
  font-size: 1.28rem;
  font-weight: 760;
}

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

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

.pricing-section {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
}

.pricing-copy p {
  margin-top: 24px;
  max-width: 640px;
}

.pricing-panel {
  background: var(--graphite);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #fff;
  padding: 36px;
}

.pricing-topline {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.pricing-topline span {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-topline strong {
  font-size: 1.6rem;
}

.pricing-panel ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.pricing-panel li {
  align-items: center;
  display: flex;
  gap: 12px;
}

.pricing-panel li::before {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.full-width {
  width: 100%;
}

.cta-section {
  align-items: start;
  display: grid;
  gap: 62px;
  grid-template-columns: 0.9fr 1fr;
  padding-bottom: 128px;
}

.cta-copy p {
  margin-top: 22px;
  max-width: 580px;
}

.lead-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: 30px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  color: var(--graphite);
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select {
  background: var(--soft);
  border: 1px solid rgba(23, 32, 31, 0.16);
  border-radius: 8px;
  color: var(--ink);
  min-height: 52px;
  padding: 0 14px;
  width: 100%;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(0, 143, 134, 0.18);
}

.form-status {
  color: var(--teal-dark);
  font-weight: 700;
  margin: 0;
  min-height: 24px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto auto;
  margin: 0 auto;
  max-width: 1220px;
  padding: 34px 24px 46px;
}

.site-footer p,
.footer-year {
  color: var(--muted);
  margin: 0;
}

@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: 1060px) {
  :root {
    --section-pad: 120px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-inner,
  .desire-section,
  .pricing-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-title {
    font-size: 4.9rem;
  }

  .hero-orbit {
    min-height: 330px;
  }

  .bento-card,
  .bento-card-large,
  .bento-card-wide {
    grid-column: span 6;
  }

  .bento-card-wide {
    grid-template-columns: 1fr;
  }

  .pinned-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --section-pad: 92px;
  }

  body {
    background-size: 58px 58px, 58px 58px, auto;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span:last-child {
    max-width: 150px;
  }

  .nav-cta {
    font-size: 0.86rem;
    padding: 10px 12px;
  }

  .hero {
    min-height: auto;
    padding: 118px 18px 58px;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 56%, rgba(255, 255, 255, 0.92) 100%);
  }

  .hero-inner {
    gap: 30px;
  }

  .hero-title {
    font-size: 3.55rem;
    line-height: 0.98;
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .button {
    width: 100%;
  }

  .hero-orbit {
    min-height: 290px;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-heading h2,
  .pinned-copy h2,
  .pricing-copy h2,
  .cta-copy h2 {
    font-size: 2.8rem;
    line-height: 1.04;
  }

  .inline-image {
    height: 40px;
    width: 86px;
  }

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

  .bento-card,
  .bento-card-large,
  .bento-card-wide {
    grid-column: span 1;
    grid-row: auto;
  }

  .accordion-row {
    flex-direction: column;
    min-height: auto;
  }

  .industry-panel,
  .industry-panel:hover,
  .industry-panel:focus-visible,
  .industry-panel.active {
    flex: auto;
    min-height: 270px;
  }

  .industry-panel p {
    opacity: 1;
  }

  .industry-art {
    opacity: 0.2;
    width: 126px;
  }

  .industry-panel:hover .industry-art,
  .industry-panel:focus-visible .industry-art,
  .industry-panel.active .industry-art {
    opacity: 0.32;
  }

  .stack-card,
  .stack-card:nth-child(n) {
    position: relative;
    top: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 3rem;
  }

  .section-heading h2,
  .pinned-copy h2,
  .pricing-copy h2,
  .cta-copy h2 {
    font-size: 2.28rem;
  }

  .bento-card,
  .pricing-panel,
  .lead-form,
  .stack-card {
    padding: 24px;
  }
}
