/* SomeAI homepage */

:root {
      --red: var(--someai-brand-red);
      --red-bright: var(--someai-brand-red-hover);
      --black: #000;
      --panel: #0d0d0e;
      --white: #f7f7f7;
      --copy: #c8c8ce;
      --muted: #85858e;
      --line: #303037;
      --web: #292930;
      --container: 1640px;
      --page-pad: clamp(22px, 5vw, 92px);
      --section-y: clamp(84px, 9vw, 150px);
      --eyebrow-size: clamp(16px, 1vw, 18px);
      --body-font: var(--someai-font-display);
      --display-font: var(--someai-font-display);
    }

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

    html {
      scroll-behavior: smooth;
      background: var(--black);
      max-width: 100%;
    }

    body {
      margin: 0;
      max-width: 100%;
      overflow-x: hidden;
      overflow-x: clip;
      background: var(--black);
      color: var(--white);
      font-family: var(--body-font);
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

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

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

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

    a {
      color: inherit;
    }
.site-container {
      width: min(100%, var(--container));
      min-width: 0;
      margin-inline: auto;
      padding-inline: var(--page-pad);
    }

    .section-shell {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      padding-block: var(--section-y);
      background: var(--black);
    }

    .eyebrow {
      margin: 0 0 clamp(24px, 2.5vw, 38px);
      color: var(--red);
      font-family: var(--body-font);
      font-size: var(--eyebrow-size);
      font-weight: 400;
      line-height: 1.35;
      letter-spacing: -0.01em;
    }

    .display-title {
      max-width: 100%;
      margin: 0;
      color: var(--white);
      font-family: var(--display-font);
      font-size: clamp(64px, 5.7vw, 104px);
      font-weight: 300;
      line-height: 0.98;
      letter-spacing: -0.035em;
      overflow-wrap: break-word;
      word-break: normal;
      text-wrap: balance;
    }

    .body-copy {
      margin: 0;
      max-width: 100%;
      color: var(--copy);
      font-size: clamp(16px, 1.15vw, 21px);
      line-height: 1.8;
      overflow-wrap: break-word;
      word-break: normal;
    }

    .pill-button {
      appearance: none !important;
      -webkit-appearance: none !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      min-width: 286px;
      min-height: 64px;
      padding: 16px 34px !important;
      border: 1.5px solid var(--red) !important;
      border-radius: 9999px !important;
      outline: 0;
      background: transparent !important;
      background-color: transparent !important;
      background-image: none !important;
      box-shadow: none !important;
      color: var(--white) !important;
      font-size: clamp(16px, 1.05vw, 19px);
      font-weight: 400;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      text-transform: none;
      white-space: nowrap;
      cursor: pointer;
      transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    }

    .pill-button:hover,
    .pill-button:focus-visible {
      background: var(--red) !important;
      background-color: var(--red) !important;
      color: #fff !important;
      box-shadow: 0 0 28px rgba(242, 10, 67, 0.22) !important;
      transform: translateY(-2px);
    }

    .pill-button:focus-visible,
    .tab-button:focus-visible {
      outline: 2px solid rgba(242, 10, 67, 0.65);
      outline-offset: 4px;
    }

    /* One shared scroll-reveal system for every page section. */
    .js .reveal-section {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity 780ms ease, transform 780ms cubic-bezier(.2, .72, .25, 1);
    }

    .js .reveal-section.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ========================= HERO ========================= */

    .hero {
      min-height: calc(100svh - 94px);
      display: flex;
      align-items: center;
    }

    .hero__grid {
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
      align-items: center;
      gap: clamp(52px, 5vw, 105px);
      width: 100%;
    }

    .hero__graphic {
      width: min(100%, 820px);
      aspect-ratio: 1;
      margin-inline: auto;
    }

    .hero__graphic svg {
      width: 100%;
      height: 100%;
    }

    .web-ring,
    .web-spoke {
      fill: none;
      stroke: var(--web);
      stroke-width: 1.5;
      vector-effect: non-scaling-stroke;
    }

    .web-ring--inner {
      stroke: #38383f;
    }

    .web-extension {
      fill: none;
      stroke: #303037;
      stroke-width: 1.35;
      stroke-dasharray: 6 9;
      vector-effect: non-scaling-stroke;
    }

    .web-node,
    .web-packet {
      fill: var(--red);
      filter: drop-shadow(0 0 5px rgba(242, 10, 67, 0.58));
    }

    .web-center-ring {
      fill: #000;
      stroke: rgba(242, 10, 67, 0.82);
      stroke-width: 1.5;
    }

    .web-center {
      transform-box: fill-box;
      transform-origin: center;
      animation: centerPulse 2.5s ease-in-out infinite;
    }

    .hero__content {
      min-width: 0;
      max-width: 840px;
    }

    .hero__title {
      margin-bottom: clamp(28px, 3vw, 44px);
      font-size: clamp(56px, 4.4vw, 84px);
    }

    .hero__title-line {
      display: block;
      max-width: 100%;
      white-space: normal;
    }

    .hero__title-mobile {
      display: none;
    }

    .hero__description {
      max-width: 760px;
    }

    .hero__cta {
      margin-top: clamp(32px, 3.5vw, 50px);
    }

    @keyframes centerPulse {
      0%, 100% { opacity: .76; transform: scale(.94); }
      50% { opacity: 1; transform: scale(1.12); }
    }

    /* ========================= SYSTEMS TABS ========================= */

    .systems__tabs-wrap,
    .steps__tabs-wrap {
      width: 100%;
      margin-bottom: clamp(62px, 7vw, 104px);
    }

    .tab-list {
      display: flex;
      align-items: center;
      gap: clamp(11px, 1.3vw, 20px);
      width: max-content;
      max-width: 100%;
    }

    .tab-button {
      appearance: none !important;
      -webkit-appearance: none !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: clamp(190px, 13vw, 235px);
      min-height: 56px;
      padding: 13px 25px !important;
      border: 1.5px solid rgba(255, 255, 255, .9) !important;
      border-radius: 9999px !important;
      background: transparent !important;
      background-color: transparent !important;
      background-image: none !important;
      box-shadow: none !important;
      color: #fff !important;
      font-size: clamp(14px, 1.05vw, 19px);
      font-weight: 500;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
    }

    .tab-button::before {
      content: "";
      width: 0;
      overflow: hidden;
      opacity: 0;
      transition: width 180ms ease, margin-right 180ms ease, opacity 180ms ease;
    }

    .tab-button[aria-selected="true"]::before {
      content: "/";
      width: .65em;
      margin-right: .28em;
      opacity: 1;
    }

    .tab-button:hover,
    .tab-button:focus-visible,
    .tab-button[aria-selected="true"] {
      border-color: var(--red) !important;
      background: rgba(242, 10, 67, .05) !important;
      color: var(--red) !important;
    }

    .tab-panel[hidden] {
      display: none;
    }

    .systems__panel {
      display: grid;
      grid-template-columns: minmax(630px, 1.12fr) minmax(420px, .88fr);
      align-items: center;
      gap: clamp(48px, 6vw, 110px);
      min-height: 560px;
      animation: panelIn 420ms ease both;
    }

    .systems__copy {
      min-width: 0;
    }

    .systems__title {
      margin-bottom: clamp(28px, 3vw, 44px);
    }

    .systems__title span {
      display: block;
      white-space: nowrap;
    }

    .systems__body,
    .systems__callout {
      max-width: 740px;
    }

    .systems__subheading {
      margin: -5px 0 clamp(26px, 3vw, 42px);
      color: var(--white);
      font-family: var(--display-font);
      font-size: clamp(28px, 2.2vw, 40px);
      font-weight: 300;
      line-height: 1.25;
    }

    .systems__callout {
      padding-left: 22px;
      border-left: 5px solid var(--red);
    }

    .systems__link {
      display: inline-block;
      margin-top: 34px;
      padding-bottom: 4px;
      border-bottom: 1px solid currentColor;
      color: var(--red);
      font-size: clamp(16px, 1.15vw, 20px);
      text-decoration: none;
    }

    .systems__visual {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
    }

    .systems__visual svg {
      width: 100%;
      max-width: 760px;
      height: auto;
      overflow: visible;
    }

    .diagram-label {
      fill: #f4f4f6;
      font-family: var(--body-font);
      font-size: 18px;
      font-weight: 400;
      paint-order: stroke fill;
      stroke: #000;
      stroke-width: 7px;
      stroke-linejoin: round;
    }

    .diagram-label--red {
      fill: var(--red);
    }

    .diagram-dot {
      fill: #f4f4f6;
      filter: drop-shadow(0 0 4px rgba(255,255,255,.32));
    }

    .diagram-dot--red {
      fill: var(--red);
      filter: drop-shadow(0 0 5px rgba(242,10,67,.58));
    }

    .diagram-web {
      fill: none;
      stroke: #26262d;
      stroke-width: 1.4;
    }

    .diagram-route {
      fill: none;
      stroke: var(--red);
      stroke-width: 2;
    }

    .diagram-box {
      fill: #050505;
      stroke: #38383f;
      stroke-width: 1.3;
    }

    .diagram-box--red {
      stroke: var(--red);
    }

    .diagram-box-text {
      fill: #ededf0;
      font-family: var(--body-font);
      font-size: 13px;
      font-weight: 500;
    }

    .panel-dots {
      display: flex;
      gap: 10px;
      margin-top: clamp(38px, 4vw, 58px);
    }

    .panel-dot,
    .work-dot {
      width: 16px;
      height: 16px;
      padding: 0;
      border: 1px solid var(--red);
      border-radius: 50%;
      background: transparent;
    }

    .panel-dot.is-active,
    .work-dot.is-active {
      background: var(--red);
    }

    .carousel-pagination {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      width: 100%;
      margin: 0 0 18px;
    }

    .carousel-pagination .panel-dot {
      display: block;
      flex: 0 0 auto;
      transition: background-color 180ms ease, transform 180ms ease;
    }

    .carousel-pagination .panel-dot.is-active {
      transform: scale(1.08);
    }

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

    /* ========================= WORK ========================= */

    .work__title,
    .proof__title,
    .steps__title {
      margin-bottom: clamp(48px, 5vw, 76px);
    }

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

    .work-card {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-content: center;
      gap: 25px;
      min-height: 205px;
      padding: clamp(34px, 3.5vw, 52px);
      border: 1px solid #333339;
      border-radius: 7px;
      background: #0d0d0e;
      transition: border-color 220ms ease, transform 220ms ease, background-color 220ms ease;
    }

    .work-card:hover {
      border-color: rgba(242,10,67,.65);
      background: #101011;
      transform: translateY(-3px);
    }

    .work-card__number {
      color: var(--red);
      font-size: clamp(17px, 1.2vw, 21px);
      font-weight: 400;
      line-height: 1.35;
    }

    .work-card__title {
      margin: 0 0 13px;
      color: var(--copy);
      font-size: clamp(17px, 1.2vw, 21px);
      font-weight: 400;
      line-height: 1.35;
    }

    .work-card__copy {
      margin: 0;
      color: #bebec4;
      font-size: clamp(14px, 1vw, 17px);
      line-height: 1.85;
    }

    .work__dots {
      display: none;
    }

    /* ========================= PROOF ========================= */

    .proof__intro {
      max-width: 780px;
      margin-bottom: clamp(48px, 5vw, 72px);
      padding-left: 20px;
      border-left: 5px solid var(--red);
    }

    .proof__stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: center;
      min-height: 285px;
      padding: 45px 36px;
      border: 1px solid #34343a;
      border-radius: 34px;
      background: #0d0d0e;
    }

    .proof-stat {
      position: relative;
      padding: 20px 34px;
      text-align: center;
    }

    .proof-stat + .proof-stat::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 82px;
      background: #87878d;
      transform: translateY(-50%);
    }

    .proof-stat__number {
      display: block;
      color: var(--red);
      font-family: var(--display-font);
      font-size: clamp(68px, 5.2vw, 94px);
      font-weight: 400;
      line-height: .9;
      letter-spacing: -.025em;
    }

    .proof-stat__label {
      display: block;
      margin-top: 14px;
      color: #ababb2;
      font-size: clamp(13px, 1vw, 16px);
      line-height: 1.4;
    }

    /* ========================= WORKING AS ONE ========================= */

    .steps {
      --steps-yellow: #ffc21a;
    }

    .steps .site-container {
      width: min(100%, 1180px);
    }

    .steps__title {
      font-size: clamp(50px, 6vw, 78px);
      line-height: .95;
    }

    .steps__tabs-wrap {
      margin-top: clamp(40px, 6vw, 68px);
      margin-bottom: 0;
    }

    .steps__title + .carousel-pagination {
      margin-top: clamp(40px, 6vw, 68px);
    }

    .steps .carousel-pagination + .steps__tabs-wrap {
      margin-top: 0;
    }

    .steps__tabs {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      width: 100%;
    }

    .steps__tabs .tab-button {
      position: relative;
      width: 100%;
      min-width: 0;
      min-height: 48px;
      padding: 12px 16px !important;
      font-size: clamp(11px, 1.1vw, 14px);
    }

    .steps__tabs .tab-button::before {
      display: none;
    }

    .steps-tab__progress {
      position: absolute;
      right: 20px;
      bottom: -1px;
      left: 20px;
      height: 1px;
      overflow: hidden;
    }

    .steps-tab__progress::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: var(--red);
      transform: scaleX(0);
      transform-origin: left;
    }

    .steps__tabs .tab-button.is-progressing .steps-tab__progress::after {
      animation: stepsTabProgress 10s linear forwards;
    }

    .steps__descriptions {
      position: relative;
      width: min(100%, 760px);
      min-height: 82px;
      margin: 26px 0 0;
      text-align: left;
    }

    .steps__description {
      margin: 0;
      color: #a0a0a8;
      font-size: clamp(15px, 1.5vw, 18px);
      line-height: 1.75;
      animation: stepsTextIn .5s ease;
    }

    .steps__description[hidden] {
      display: none;
    }

    .steps__graphic {
      position: relative;
      display: grid;
      place-items: center;
      width: min(100%, 760px);
      aspect-ratio: 1;
      margin: clamp(16px, 3vw, 30px) auto 0;
    }

    .steps__graphic::before {
      content: "";
      position: absolute;
      width: 76%;
      aspect-ratio: 1;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(242,10,67,.07), transparent 68%);
      animation: stepsBreathe 5s ease-in-out infinite;
    }

    .steps__svg {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      overflow: visible;
    }

    @keyframes stepsTabProgress { to { transform: scaleX(1); } }
    @keyframes stepsBreathe { 0%, 100% { opacity: .5; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.06); } }
    @keyframes stepsTextIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

    /* ========================= CTA FORM ========================= */

    .connection__grid {
      display: grid;
      grid-template-columns: minmax(0, 560px) minmax(0, 760px);
      justify-content: space-between;
      align-items: start;
      gap: clamp(70px, 8vw, 155px);
    }

    .connection__content {
      min-width: 0;
      max-width: 560px;
      padding-top: 28px;
    }

    .connection__title {
      margin-bottom: clamp(28px, 3vw, 40px);
      font-size: clamp(58px, 4.3vw, 78px);
    }

    .connection__title span {
      display: block;
      max-width: 100%;
    }

    .connection__description {
      max-width: 540px;
    }

    .connection-form {
      display: grid;
      width: 100%;
      min-width: 0;
    }

    .form-field {
      width: 100%;
      padding-bottom: 27px;
    }

    .form-field + .form-field {
      padding-top: 31px;
    }

    .form-label {
      display: block;
      margin-bottom: 10px;
      color: #787881;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: .25em;
      text-transform: uppercase;
      transition: color 180ms ease;
    }

    .form-control {
      appearance: none !important;
      -webkit-appearance: none !important;
      display: block !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 4px 34px 15px 0 !important;
      border: 0 !important;
      border-bottom: 1px solid var(--line) !important;
      border-radius: 0 !important;
      outline: 0 !important;
      background: transparent !important;
      background-color: transparent !important;
      background-image: none !important;
      box-shadow: none !important;
      color: var(--white) !important;
      font-family: var(--body-font) !important;
      font-size: clamp(16px, 1.1vw, 19px) !important;
      font-weight: 400 !important;
      line-height: 1.5 !important;
      transition: border-color 180ms ease !important;
    }

    input.form-control,
    select.form-control {
      min-height: 52px;
    }

    textarea.form-control {
      min-height: 130px;
      padding-top: 7px !important;
      resize: vertical;
    }

    .form-field:focus-within .form-label {
      color: var(--red);
    }

    .form-control:focus {
      border-bottom-color: var(--red) !important;
    }

    .form-control option {
      background: #0b0b0c;
      color: #fff;
    }

    .select-wrap {
      position: relative;
    }

    .select-wrap::after {
      content: "";
      position: absolute;
      right: 4px;
      bottom: 22px;
      width: 9px;
      height: 9px;
      border-right: 1.5px solid #8d8d94;
      border-bottom: 1.5px solid #8d8d94;
      pointer-events: none;
      transform: rotate(45deg);
    }

    .connection-form__submit {
      justify-self: start;
      margin-top: 34px !important;
    }

    /* ========================= RESPONSIVE ========================= */

    @media (max-width: 1280px) {
      .hero__grid {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      }

      .hero__title {
        font-size: clamp(52px, 5.25vw, 72px);
      }

      .systems__panel {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
      }

      .connection__grid {
        grid-template-columns: minmax(0, 440px) minmax(0, 620px);
        gap: 65px;
      }

      .connection__title {
        font-size: clamp(54px, 5vw, 68px);
      }
    }

    @media (max-width: 980px) {
      .hero__grid,
    .systems__panel,
    .connection__grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .hero__content {
        order: -1;
        max-width: 820px;
      }

      .hero__graphic {
        max-width: 720px;
      }

      .systems__panel {
        gap: 50px;
      }

      .systems__visual {
        max-width: 760px;
        margin-inline: auto;
      }

      .connection__grid {
        gap: 75px;
      }

      .connection__content,
    .connection-form {
        width: 100%;
        max-width: 720px;
        margin-inline: auto;
      }

      .connection__content {
        padding-top: 0;
      }
    }

    @media (max-width: 760px) {
      :root {
        --page-pad: 20px;
        --section-y: clamp(74px, 18vw, 100px);
        --eyebrow-size: 16px;
      }

      .display-title {
        font-size: clamp(46px, 12.4vw, 70px);
        line-height: .98;
        letter-spacing: -.035em;
      }

      .hero {
        min-height: auto;
      }

      .hero__grid {
        gap: 52px;
      }

      .hero__title-desktop {
        display: none;
      }

      .hero__title-mobile {
        display: block;
      }

      .hero__title-line {
        max-width: 100%;
        white-space: normal;
      }

      .hero__title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(42px, 11vw, 62px);
        overflow-wrap: break-word;
        word-break: normal;
      }

      .hero__content,
    .systems__copy,
    .connection__content,
    .connection-form,
    .work-card,
    .proof-stat {
        min-width: 0;
        max-width: 100%;
      }

      .display-title,
    .body-copy,
    .systems__subheading,
    .work-card__title,
    .work-card__copy,
    .proof-stat__label,
    .steps__description {
        overflow-wrap: anywhere;
        word-break: normal;
      }

      .hero__graphic {
        width: min(100%, 610px);
      }

      .pill-button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
      }

      .systems__tabs-wrap {
        margin-bottom: 50px;
        overflow: hidden;
      }

      .tab-list {
        width: 100%;
        max-width: none;
        padding: 4px 1px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

      .tab-list::-webkit-scrollbar {
        display: none;
      }

      .tab-button {
        flex: 0 0 auto;
        min-width: max-content;
        min-height: 48px;
        padding-inline: 19px !important;
        font-size: 13px;
        scroll-snap-align: center;
      }

      .systems__title span {
        white-space: normal;
      }

      .systems__body,
    .systems__callout,
    .body-copy {
        font-size: clamp(15px, 4.15vw, 18px);
        line-height: 1.75;
      }

      .systems__subheading {
        font-size: clamp(25px, 6.8vw, 34px);
      }

      .diagram-label {
        font-size: 22px;
        stroke-width: 9px;
      }

      .work__grid {
        display: flex;
        gap: 16px;
        width: calc(100% + var(--page-pad));
        padding-right: var(--page-pad);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

      .work__grid::-webkit-scrollbar {
        display: none;
      }

      .work-card {
        flex: 0 0 min(86vw, 420px);
        grid-template-columns: 1fr;
        gap: 15px;
        min-height: 260px;
        padding: 30px 26px;
        scroll-snap-align: start;
      }

      .work__dots {
        display: flex;
        gap: 9px;
        margin-top: 25px;
      }

      .work-dot {
        width: 11px;
        height: 11px;
      }

      .proof__stats {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
        padding: 18px 26px;
        border-radius: 26px;
      }

      .proof-stat {
        padding: 30px 10px;
      }

      .proof-stat + .proof-stat::before {
        top: 0;
        left: 50%;
        width: 72px;
        height: 1px;
        transform: translateX(-50%);
      }

      /* Mobile-only reduction requested for the proof numbers. */
      .proof-stat__number {
        font-size: clamp(42px, 12vw, 54px);
        line-height: .95;
      }

      .proof-stat__label {
        margin-top: 9px;
        font-size: 13px;
      }

      .steps__title {
        font-size: clamp(52px, 15vw, 68px);
        line-height: .92;
      }

      .steps__tabs-wrap {
        margin: 42px calc(var(--page-pad) * -1) 0;
        overflow: hidden;
      }

      .steps__title + .carousel-pagination {
        margin-top: 42px;
        margin-bottom: 16px;
      }

      .steps .carousel-pagination + .steps__tabs-wrap {
        margin-top: 0;
      }

      .steps__tabs {
        grid-template-columns: repeat(3, max-content);
        justify-content: start;
        gap: 8px;
        padding: 4px var(--page-pad) 10px;
      }

      .steps__tabs .tab-button {
        width: auto;
        min-width: max-content;
        min-height: 42px;
        padding: 10px 16px !important;
        font-size: 11px;
      }

      .steps__descriptions {
        min-height: 112px;
        margin-top: 24px;
      }

      .steps__description {
        font-size: 16px;
        line-height: 1.65;
      }

      .steps__graphic {
        width: 100%;
        max-width: none;
        margin-top: 8px;
      }

      .connection__title {
        font-size: clamp(46px, 12vw, 66px);
      }

      .connection-form__submit {
        width: 100% !important;
      }
    }

    @media (max-width: 390px) {
      :root {
        --page-pad: 16px;
      }

      .display-title,
    .hero__title,
    .connection__title {
        font-size: clamp(38px, 11.5vw, 46px);
      }

      .steps__descriptions {
        min-height: 132px;
      }

      .steps__graphic {
        width: calc(100% + 12px);
        margin-left: -6px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }

      *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }

      .js .reveal-section {
        opacity: 1;
        transform: none;
      }

      .moving-packet {
        display: none;
      }
    }

