@font-face {
  font-family: "GT America Regular";
  src: url("https://framerusercontent.com/assets/P3OjLjGu6v81n98w2gJu394bcVY.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "GT America Medium";
  src: url("https://framerusercontent.com/assets/QY4Xq3u8mkj66gnwHTlYuNpS9iE.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

:root {
  --ink: #222221;
  --deep: #1b0624;
  --black: #160f0c;
  --muted: #898683;
  --muted-strong: #4d4846;
  --line: #edece7;
  --soft: #f7f7f5;
  --soft-2: #e9e8e3;
  --lime: #bdff35;
  --teal: #45848d;
  --white: #ffffff;
  --shell: min(1120px, calc(100vw - 48px));
  font-family: "GT America Regular", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "GT America Regular", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
}

select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.narrow {
  max-width: 640px;
  text-align: center;
}

.center {
  text-align: center;
}

.muted {
  color: var(--muted);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 76px;
  padding: 0 40px;
  color: #11100f;
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 34px rgba(22, 15, 12, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  font-family: "GT America Medium", Arial, sans-serif;
  font-size: 21.6px;
  letter-spacing: 0;
  pointer-events: auto;
  transform: translateY(110px) scale(1.36);
  transform-origin: center;
}

.site-header.is-scrolled .brand {
  transform: translateY(0) scale(1);
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: currentColor;
  background:
    linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat,
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
    linear-gradient(45deg, transparent calc(50% - 1px), currentColor calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(-45deg, transparent calc(50% - 1px), currentColor calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  transform: rotate(13deg);
}

.brand,
.footer-pill,
.button {
  transition: opacity 180ms ease, transform 360ms ease, border-color 180ms ease;
}

.brand:hover,
.footer-pill:hover,
.button:hover {
  opacity: 0.72;
}

.hero {
  position: relative;
  min-height: 1000px;
  overflow: hidden;
  background: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center top;
}

.hero-fade {
  position: absolute;
  inset: 420px 0 auto;
  height: 430px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 58%, #fff 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding-top: 520px;
  text-align: center;
}

.announcement {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(22, 15, 12, 0.86);
  box-shadow: 0 12px 36px rgba(22, 15, 12, 0.1);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  font-size: 14px;
  letter-spacing: 0;
}

h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

h1 {
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(58px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.mobile-title {
  display: none;
}

.hero-content p {
  max-width: 690px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: "GT America Medium", Arial, sans-serif;
  font-size: 16px;
  white-space: nowrap;
}

.button-dark {
  margin-top: 32px;
  background: var(--black);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--black);
}

.button-outline {
  border: 1px solid rgba(22, 15, 12, 0.16);
  background: var(--white);
  color: var(--black);
}

.logos-intro {
  padding: 12px 0 122px;
}

.logos-intro .muted {
  font-size: 17px;
}

.logo-row {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  color: rgba(26, 24, 22, 0.27);
  font-family: "GT America Medium", Arial, sans-serif;
  font-size: clamp(24px, 3.1vw, 39px);
  line-height: 0.86;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo-row::before,
.logo-row::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  z-index: 1;
  width: 12vw;
  pointer-events: none;
}

.logo-row::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.logo-row::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
  animation: logo-scroll 34s linear infinite;
}

.logo-track span {
  flex: 0 0 auto;
}

.logo-row-wide {
  margin-top: 42px;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(17px, 3vw, 38px)));
  }
}

.conversion {
  border-top: 1px solid var(--line);
}

.conversion-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 64px;
  padding: 122px 0 56px;
}

.conversion h2,
.product-heading h2 {
  color: var(--deep);
  font-size: clamp(42px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 52px;
}

.stats article {
  display: grid;
  grid-template-rows: minmax(76px, auto) auto;
  gap: 14px;
  align-content: start;
}

.stats strong {
  color: #000;
  font-family: "GT America Regular", Arial, sans-serif;
  font-size: clamp(54px, 5.8vw, 80px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.stats span {
  color: var(--deep);
  font-size: 18px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-grid article {
  min-height: 244px;
  padding: 40px 36px 40px 0;
}

.value-grid article + article {
  padding-left: 36px;
  border-left: 1px solid var(--line);
}

.line-icon,
.mini-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--deep);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-grid h3,
.feature-row h3 {
  color: var(--deep);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.value-grid p,
.feature-row p {
  margin-top: 10px;
  color: var(--muted-strong);
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.feature-row > p {
  grid-column: 2;
}

.pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--black);
  font-size: 14px;
  letter-spacing: -0.01em;
}

.product-stack {
  background: var(--white);
}

.product-section {
  padding: 142px 0 36px;
}

.product-section + .product-section {
  padding-top: 230px;
}

.product-heading {
  display: block;
}

.product-heading h2 {
  max-width: 680px;
  margin-top: 34px;
  color: var(--ink);
}

.product-heading .muted {
  max-width: 520px;
  margin-top: 22px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.product-grid {
  display: grid;
  grid-template-columns: 496px 1fr;
  gap: 128px;
  align-items: center;
  margin-top: 48px;
}

.reverse .product-grid {
  grid-template-columns: 1fr 496px;
}

.product-visual {
  position: relative;
  min-height: 496px;
  overflow: hidden;
  border-radius: 20px;
  background: #efeee9;
}

.aggregate-visual,
.serve-visual {
  display: grid;
  place-items: center;
}

.module-stack {
  position: relative;
  display: grid;
  gap: 10px;
  width: 280px;
  transform: translateY(2px);
}

.module-stack span {
  display: flex;
  align-items: center;
  height: 54px;
  padding-left: 58px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(37, 31, 27, 0.08);
  color: rgba(29, 25, 22, 0.42);
  font-size: 16px;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease, opacity 220ms ease;
}

.module-stack span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -38px;
  border-radius: 6px;
  background: #cfbfe6;
}

.module-stack span:nth-child(2)::before {
  background: #9fb4e8;
}

.module-stack span:nth-child(3)::before {
  background: #d7b478;
}

.module-stack span:nth-child(4)::before {
  background: #9956e7;
}

.module-stack span:nth-child(5)::before {
  background: #6ab8c0;
}

.module-stack span:nth-child(6)::before {
  background: #98cc83;
}

.module-stack .selected {
  position: relative;
  z-index: 2;
  width: 296px;
  height: 68px;
  margin-left: -18px;
  color: #302d2a;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 56px rgba(37, 31, 27, 0.14);
  transform: translateX(16px);
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-row {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 58px;
  padding: 16px 16px;
  border-radius: 14px;
  text-align: left;
  transition: background 180ms ease, transform 180ms ease;
}

.feature-row.active {
  background: var(--soft-2);
}

.feature-row:hover {
  transform: translateX(4px);
}

.feature-row:focus-visible {
  outline: 2px solid rgba(27, 6, 36, 0.35);
  outline-offset: 4px;
}

.mini-icon {
  width: 24px;
  height: 24px;
  margin: 0;
  stroke-width: 2;
}

.case-visual {
  display: grid;
  place-items: center;
}

.tilted-tasks {
  width: 570px;
  transform: rotate(-5deg) translate(46px, 18px);
}

.tilted-tasks span {
  display: block;
  height: 68px;
  margin: 14px 0;
  padding: 22px 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(34, 34, 33, 0.24);
  font-size: 22px;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.tilted-tasks .selected {
  transform: translateX(-36px);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(33, 27, 23, 0.1);
}

.monitor-stack {
  width: 345px;
}

.monitor-stack span {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
  align-items: center;
  width: 308px;
  min-height: 64px;
  margin: -2px auto 14px;
  padding: 13px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(37, 31, 27, 0.06);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease, width 220ms ease;
}

.monitor-stack span span {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.monitor-icon {
  width: 22px;
  height: 22px;
  color: rgba(34, 34, 33, 0.45);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.monitor-stack .selected {
  width: 345px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 52px rgba(37, 31, 27, 0.12);
  transform: translateX(-18px);
}

.monitor-stack b {
  font-size: 17px;
  font-weight: 400;
}

.monitor-stack small {
  color: var(--muted);
  font-size: 12px;
}

.world-visual {
  display: grid;
  place-items: center;
  min-height: 496px;
  background: rgba(239, 238, 233, 0.72);
}

.world-stack {
  display: grid;
  gap: 14px;
  width: min(390px, calc(100% - 56px));
}

.world-stack span {
  display: grid;
  gap: 5px;
  min-height: 78px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(34, 34, 33, 0.4);
  box-shadow: 0 18px 42px rgba(37, 31, 27, 0.07);
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.world-stack b {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
}

.world-stack small {
  color: inherit;
  font-size: 13px;
}

.world-stack .selected {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 24px 56px rgba(37, 31, 27, 0.14);
  transform: translateX(-18px);
}

.contact-section {
  padding: 116px 0 150px;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1fr);
  gap: 74px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 560px;
  margin-top: 28px;
  color: var(--deep);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.contact-copy .muted {
  max-width: 520px;
  margin-top: 26px;
  font-size: 21px;
  line-height: 1.38;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 20px;
  background: #efeee9;
  box-shadow: 0 28px 80px rgba(22, 15, 12, 0.08);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(34, 34, 33, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 15px;
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23222221' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 19px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.contact-form textarea {
  min-height: 122px;
  resize: vertical;
  padding: 15px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(69, 132, 141, 0.42);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 4px rgba(69, 132, 141, 0.12);
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}

.contact-form .button-dark {
  margin-top: 0;
  border: 0;
  cursor: pointer;
}

.form-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.site-footer {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}

.footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer-bg {
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.08);
  transform-origin: center bottom;
}

.footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: max(760px, 100svh);
  flex-direction: column;
  justify-content: space-between;
  padding: 132px 0 34px;
}

.footer-message {
  max-width: 520px;
}

.footer-message h2 {
  max-width: 560px;
  color: var(--black);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  color: rgba(22, 15, 12, 0.66);
  font-size: 15px;
}

.legal {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: inherit;
  box-shadow: 0 12px 34px rgba(22, 15, 12, 0.1);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

@media (max-width: 900px) {
  :root {
    --shell: min(100vw - 40px, 720px);
  }

  .site-header {
    height: 72px;
    padding: 0 22px;
  }

  .brand {
    gap: 7px;
    min-height: 31px;
    padding: 0 13px;
    font-size: 19.8px;
    transform: translateY(85px) scale(1.31);
  }

  .brand-mark {
    width: 18px;
    height: 18px;
  }

  .hero {
    min-height: 790px;
  }

  .hero-bg {
    height: 540px;
    object-position: center top;
  }

  .hero-fade {
    inset: 360px 0 auto;
    height: 260px;
  }

  .hero-content {
    align-items: center;
    padding: 405px 20px 0;
    text-align: center;
  }

  .announcement {
    font-size: 13px;
  }

  h1 {
    margin-top: 22px;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: inline;
  }

  .hero-content p {
    max-width: 330px;
    margin-top: 22px;
    font-size: 19px;
    line-height: 1.38;
    text-align: center;
  }

  .button-dark {
    margin-top: 28px;
  }

  .logos-intro {
    padding: 20px 0 72px;
    overflow: hidden;
  }

  .logo-row {
    justify-content: flex-start;
    gap: 34px;
    width: max-content;
    padding-left: 4px;
    font-size: 28px;
  }

  .conversion-grid {
    display: block;
    padding: 64px 0 36px;
  }

  .conversion h2,
  .product-heading h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }

  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    margin-top: 46px;
  }

  .stats article {
    grid-template-rows: minmax(38px, auto) auto;
  }

  .stats strong {
    font-size: 38px;
  }

  .stats span {
    font-size: 16px;
    line-height: 1.2;
  }

  .value-grid {
    display: block;
  }

  .value-grid article {
    min-height: 0;
    padding: 64px 0;
  }

  .value-grid article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .product-section {
    padding: 82px 0 0;
  }

  .product-section + .product-section {
    padding-top: 120px;
  }

  .product-heading {
    display: block;
  }

  .product-heading h2 {
    margin-top: 30px;
  }

  .product-heading .muted {
    font-size: 19px;
  }

  .product-grid,
  .reverse .product-grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 48px;
  }

  .reverse .product-grid .feature-list {
    order: 2;
  }

  .reverse .product-grid .product-visual {
    order: 1;
  }

  .product-visual {
    width: 100%;
    min-height: 344px;
    border-radius: 18px;
  }

  .contact-section {
    padding: 84px 0 118px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .contact-copy h2,
  .contact-copy .muted {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-copy .pill {
    margin-right: auto;
    margin-left: auto;
  }

  .module-stack {
    width: 248px;
  }

  .module-stack span {
    height: 48px;
    font-size: 14px;
  }

  .module-stack .selected {
    width: 274px;
    height: 60px;
    font-size: 18px;
  }

  .feature-list {
    width: 100%;
  }

  .feature-row {
    padding: 16px 0;
  }

  .feature-row.active {
    padding: 18px 16px;
  }

  .tilted-tasks {
    width: 400px;
    transform: rotate(-6deg) translate(35px, 20px);
  }

  .tilted-tasks span {
    height: 58px;
    font-size: 16px;
  }

  .monitor-stack {
    width: 310px;
  }

  .monitor-stack span {
    width: 270px;
  }

  .monitor-stack .selected {
    width: 310px;
  }

  .world-stack {
    width: min(360px, calc(100% - 42px));
  }

  .site-footer {
    min-height: max(720px, 100svh);
  }

  .footer-bg {
    object-position: 58% bottom;
  }

  .footer-content {
    min-height: max(720px, 100svh);
    padding: 124px 0 28px;
  }

  .footer-message {
    max-width: 520px;
  }

  .footer-message h2 {
    font-size: 40px;
  }

  .footer-bottom,
  .legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-pill {
    min-height: 34px;
  }
}

@media (max-width: 520px) {
  :root {
    --shell: calc(100vw - 40px);
  }

  .site-header {
    gap: 12px;
    padding: 0 16px;
  }

  .brand {
    min-height: 29px;
    padding: 0 11px;
    font-size: 18px;
    transform: translateY(67px) scale(1.26);
  }

  .brand-mark {
    width: 16px;
    height: 16px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-content {
    padding-top: 410px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-content p {
    max-width: 370px;
    font-size: 18px;
  }

  .announcement {
    max-width: 100%;
    padding: 0 12px;
    font-size: 12px;
  }

  .button {
    min-height: 42px;
    padding: 0 18px;
  }

  .logo-row-wide {
    margin-top: 38px;
  }

  .stats {
    gap: 10px;
  }

  .stats strong {
    font-size: 34px;
  }

  .stats span {
    font-size: 15px;
  }

  .contact-section {
    padding: 72px 0 104px;
  }

  .contact-form {
    padding: 20px;
    border-radius: 18px;
  }

  .field-pair {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-note {
    min-height: 18px;
    text-align: center;
  }

  .feature-row h3,
  .value-grid h3 {
    font-size: 20px;
  }

  .site-footer {
    min-height: max(680px, 100svh);
  }

  .footer-bg {
    object-position: 60% bottom;
  }

  .footer-content {
    min-height: max(680px, 100svh);
    padding: 118px 0 24px;
  }

  .footer-message h2 {
    font-size: 31px;
    line-height: 1.02;
  }

  .footer-bottom {
    font-size: 14px;
  }
}

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

  .logo-track {
    transform: none;
    animation: none;
  }
}
