/*
      UpToHit About Us page
      All selectors, custom properties and IDs are uniquely namespaced.
    */

    .uth-about-document {
      min-width: 320px;
      margin: 0;
      background: #FFF9FA;
    }

    .uth-about-page {
      --uth-about-primary: #D96C8A;
      --uth-about-primary-dark: #C65C7A;
      --uth-about-blush: #F8E8ED;
      --uth-about-background: #FFF9FA;
      --uth-about-surface: #FFFFFF;
      --uth-about-text: #2B2326;
      --uth-about-muted: #74666B;
      --uth-about-border: #EEDDE2;
      --uth-about-accent: #B94F6F;
      --uth-about-heading-font: "DM Serif Display", Georgia, "Times New Roman", serif;
      --uth-about-body-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --uth-about-shell: 1180px;
      --uth-about-content: 1040px;
      --uth-about-transition: 180ms cubic-bezier(.2, .7, .2, 1);

      position: relative;
      isolation: isolate;
      width: 100%;
      min-width: 0;
      overflow: hidden;
      color: var(--uth-about-muted);
      background: var(--uth-about-background);
      font-family: var(--uth-about-body-font);
      font-size: 17px;
      font-weight: 400;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    .uth-about-page *,
    .uth-about-page *::before,
    .uth-about-page *::after {
      box-sizing: border-box;
    }

    .uth-about-page a {
      color: inherit;
      font-family: inherit;
    }

    .uth-about-page svg {
      display: block;
    }

    .uth-about-page a:focus-visible {
      outline: 3px solid rgba(217, 108, 138, .3);
      outline-offset: 3px;
    }

    .uth-about-shell {
      width: min(calc(100% - clamp(32px, 7vw, 88px)), var(--uth-about-shell));
      margin-inline: auto;
    }

    .uth-about-content-shell {
      width: min(100%, var(--uth-about-content));
      margin-inline: auto;
    }

    .uth-about-svg-sprite {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden;
    }

    .uth-about-hero {
      padding-block: clamp(42px, 6vw, 72px) clamp(58px, 8vw, 92px);
      border-bottom: 1px solid var(--uth-about-border);
    }

    .uth-about-hero-copy {
      max-width: 850px;
    }

    .uth-about-title {
      max-width: 820px;
      margin: 12px 0 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(44px, 6vw, 68px);
      font-weight: 400;
      line-height: 1.03;
      letter-spacing: -.028em;
      text-wrap: balance;
    }

    .uth-about-hero-intro {
      max-width: 790px;
      margin: 22px 0 0;
      color: var(--uth-about-muted);
      font-size: clamp(18px, 1.7vw, 21px);
      line-height: 1.72;
      text-wrap: pretty;
    }

    .uth-about-main {
      padding-block-end: clamp(84px, 11vw, 138px);
    }

    .uth-about-section {
      padding-block: clamp(64px, 9vw, 104px);
      border-bottom: 1px solid var(--uth-about-border);
    }

    .uth-about-section:last-child {
      border-bottom: 0;
    }

    .uth-about-section-heading {
      max-width: 740px;
      margin: 0 0 clamp(30px, 5vw, 48px);
    }

    .uth-about-section-title {
      margin: 11px 0 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(32px, 4.5vw, 44px);
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: -.02em;
      text-wrap: balance;
    }

    .uth-about-section-copy {
      max-width: 700px;
      margin: 14px 0 0;
      color: var(--uth-about-muted);
      font-size: 16px;
      line-height: 1.75;
    }

    .uth-about-story-icon,
    .uth-about-feature-icon,
    .uth-about-role-icon,
    .uth-about-value-icon,
    .uth-about-step-icon,
    .uth-about-commitment-icon {
      color: var(--uth-about-accent);
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .uth-about-story-icon {
      width: 20px;
      height: 20px;
      stroke-width: 1.65;
    }

    .uth-about-story-body {
      width: 100%;
      min-width: 0;
    }

    .uth-about-story-lead {
      max-width: 930px;
      margin: 11px 0 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(25px, 3.4vw, 34px);
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -.012em;
      text-wrap: pretty;
    }

    .uth-about-story-copy-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(28px, 5vw, 58px);
      margin-top: 24px;
    }

    .uth-about-story-text {
      margin: 0;
      color: var(--uth-about-muted);
      font-size: 16px;
      line-height: 1.82;
    }

    .uth-about-story-text + .uth-about-story-text {
      margin-top: 0;
    }

    .uth-about-story-note {
      display: grid;
      grid-template-columns: 3px minmax(0, 1fr);
      gap: 20px;
      margin-top: 30px;
    }

    .uth-about-story-note::before {
      content: "";
      width: 3px;
      height: 100%;
      min-height: 70px;
      background: var(--uth-about-primary);
      border-radius: 999px;
    }

    .uth-about-story-note-text {
      align-self: center;
      margin: 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(20px, 2.6vw, 25px);
      font-weight: 400;
      line-height: 1.45;
    }

    .uth-about-feature-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(24px, 4vw, 44px);
    }

    .uth-about-feature {
      min-width: 0;
      padding-top: 24px;
      border-top: 1px solid var(--uth-about-border);
    }

    .uth-about-feature-icon {
      width: 26px;
      height: 26px;
      stroke-width: 1.55;
    }

    .uth-about-feature-title {
      margin: 18px 0 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(25px, 3vw, 31px);
      font-weight: 400;
      line-height: 1.18;
      letter-spacing: -.012em;
    }

    .uth-about-feature-copy {
      margin: 13px 0 0;
      color: var(--uth-about-muted);
      font-size: 15px;
      line-height: 1.78;
    }

    .uth-about-step-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      counter-reset: uth-about-step;
      border-top: 1px solid var(--uth-about-border);
    }

    .uth-about-step {
      min-width: 0;
      padding: 28px clamp(20px, 3.2vw, 34px) 0;
      counter-increment: uth-about-step;
    }

    .uth-about-step:first-child {
      padding-inline-start: 0;
    }

    .uth-about-step + .uth-about-step {
      border-left: 1px solid var(--uth-about-border);
    }

    .uth-about-step-number {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: var(--uth-about-accent);
      font-size: 11px;
      font-weight: 600;
      line-height: 1.3;
      letter-spacing: .09em;
      text-transform: uppercase;
    }

    .uth-about-step-number::before {
      content: "0" counter(uth-about-step);
    }

    .uth-about-step-icon {
      width: 21px;
      height: 21px;
      stroke-width: 1.65;
    }

    .uth-about-step-title {
      margin: 20px 0 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: 24px;
      font-weight: 400;
      line-height: 1.2;
    }

    .uth-about-step-copy {
      margin: 10px 0 0;
      color: var(--uth-about-muted);
      font-size: 14px;
      line-height: 1.72;
    }

    .uth-about-value-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
    }

    .uth-about-value {
      min-width: 0;
      padding-top: 20px;
      border-top: 1px solid var(--uth-about-border);
    }

    .uth-about-value-icon {
      width: 20px;
      height: 20px;
      stroke-width: 1.7;
    }

    .uth-about-value-title {
      margin: 15px 0 0;
      color: var(--uth-about-text);
      font-size: 15px;
      font-weight: 600;
      line-height: 1.45;
    }

    .uth-about-value-copy {
      margin: 8px 0 0;
      color: var(--uth-about-muted);
      font-size: 13.5px;
      line-height: 1.68;
    }

    .uth-about-team-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(24px, 4vw, 42px);
    }

    .uth-about-role {
      min-width: 0;
      padding: 0;
      border: 0;
    }

    .uth-about-role-media {
      position: relative;
      width: 100%;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: var(--uth-about-blush);
      border: 1px solid var(--uth-about-border);
      border-radius: 14px;
    }

    .uth-about-role-photo {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .uth-about-role-content {
      padding: 20px 2px 0;
    }

    .uth-about-role-icon-wrap {
      position: absolute;
      inset-inline-end: 14px;
      inset-block-end: 14px;
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      color: var(--uth-about-accent);
      background: var(--uth-about-surface);
      border: 1px solid var(--uth-about-border);
      border-radius: 50%;
      box-shadow: 0 8px 22px rgba(74, 45, 55, .08);
    }

    .uth-about-role-icon {
      width: 20px;
      height: 20px;
      stroke-width: 1.55;
    }

    .uth-about-role-title {
      margin: 7px 0 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: 26px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -.01em;
    }

    .uth-about-role-copy {
      margin: 12px 0 0;
      color: var(--uth-about-muted);
      font-size: 14px;
      line-height: 1.72;
    }

    .uth-about-role-list {
      display: grid;
      gap: 9px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .uth-about-role-item {
      display: grid;
      grid-template-columns: 16px minmax(0, 1fr);
      gap: 9px;
      align-items: start;
      color: var(--uth-about-muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .uth-about-role-check {
      width: 16px;
      height: 16px;
      margin-top: 2px;
      color: var(--uth-about-primary);
      fill: none;
      stroke: currentColor;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .uth-about-commitment {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: clamp(22px, 4vw, 34px);
      align-items: start;
      padding: clamp(26px, 4.8vw, 42px);
      background: var(--uth-about-blush);
      border: 1px solid var(--uth-about-border);
      border-radius: 16px;
    }

    .uth-about-commitment-icon-wrap {
      display: grid;
      place-items: center;
      width: 52px;
      height: 52px;
      color: var(--uth-about-accent);
      background: var(--uth-about-surface);
      border: 1px solid var(--uth-about-border);
      border-radius: 50%;
    }

    .uth-about-commitment-icon {
      width: 24px;
      height: 24px;
      stroke-width: 1.6;
    }

    .uth-about-commitment-title {
      margin: 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(25px, 3.2vw, 32px);
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -.012em;
    }

    .uth-about-commitment-copy {
      max-width: 760px;
      margin: 12px 0 0;
      color: var(--uth-about-muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .uth-about-cta {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 30px;
      align-items: center;
      padding-top: clamp(62px, 9vw, 96px);
    }

    .uth-about-cta-title {
      margin: 0;
      color: var(--uth-about-text);
      font-family: var(--uth-about-heading-font);
      font-size: clamp(30px, 4vw, 40px);
      font-weight: 400;
      line-height: 1.16;
      letter-spacing: -.018em;
    }

    .uth-about-cta-copy {
      max-width: 650px;
      margin: 12px 0 0;
      color: var(--uth-about-muted);
      font-size: 15px;
      line-height: 1.72;
    }

    .uth-about-page a.uth-about-cta-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      margin: 0;
      padding: 0 23px;
      color: var(--uth-about-surface);
      background: var(--uth-about-accent);
      border: 1px solid var(--uth-about-accent);
      border-radius: 999px;
      box-shadow: 0 10px 24px rgba(185, 79, 111, .18);
      appearance: none;
      font-family: var(--uth-about-body-font);
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      transition:
        background-color var(--uth-about-transition),
        border-color var(--uth-about-transition),
        box-shadow var(--uth-about-transition),
        transform var(--uth-about-transition);
    }

    .uth-about-page a.uth-about-cta-link:hover {
      color: var(--uth-about-surface);
      background: #A43F61;
      border-color: #A43F61;
      box-shadow: 0 12px 30px rgba(185, 79, 111, .24);
      transform: translateY(-1px);
    }

    .uth-about-page a.uth-about-cta-link:active {
      transform: translateY(0);
    }

    .uth-about-cta-icon {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform var(--uth-about-transition);
    }

    .uth-about-page a.uth-about-cta-link:hover .uth-about-cta-icon {
      transform: translateX(2px);
    }

    @media (max-width: 900px) {
      .uth-about-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 24px;
      }

      .uth-about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .uth-about-role:last-child {
        grid-column: auto;
      }
    }

    @media (max-width: 720px) {
      .uth-about-shell {
        width: min(calc(100% - 32px), var(--uth-about-shell));
      }

      .uth-about-hero {
        padding-block: 30px 56px;
      }

      .uth-about-story-copy-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
      }

      .uth-about-feature-grid,
      .uth-about-team-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .uth-about-role:last-child {
        grid-column: auto;
      }

      .uth-about-step-list {
        grid-template-columns: minmax(0, 1fr);
      }

      .uth-about-step,
      .uth-about-step:first-child {
        padding: 24px 0;
      }

      .uth-about-step + .uth-about-step {
        border-top: 1px solid var(--uth-about-border);
        border-left: 0;
      }

      .uth-about-cta {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
      }

      .uth-about-cta-link {
        justify-self: start;
      }
    }

    @media (max-width: 480px) {
      .uth-about-shell {
        width: min(calc(100% - 24px), var(--uth-about-shell));
      }

      .uth-about-title {
        font-size: 43px;
      }

      .uth-about-value-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .uth-about-commitment {
        grid-template-columns: minmax(0, 1fr);
      }

      .uth-about-cta-link {
        width: 100%;
      }
    }

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


.uth-about-block-root {
  margin: 0;
}

.uth-about-block-root--main .uth-about-section {
  border-bottom: 1px solid var(--uth-about-border);
}

.uth-about-block-root--standards .uth-about-section {
  border-bottom: 0;
}

.uth-about-hero-paragraphs .uth-about-hero-intro + .uth-about-hero-intro,
.uth-about-section-copy-list .uth-about-section-copy + .uth-about-section-copy,
.uth-about-feature-copy-list .uth-about-feature-copy + .uth-about-feature-copy,
.uth-about-step-copy-list .uth-about-step-copy + .uth-about-step-copy,
.uth-about-value-copy-list .uth-about-value-copy + .uth-about-value-copy,
.uth-about-role-copy-list .uth-about-role-copy + .uth-about-role-copy,
.uth-about-commitment-copy-list .uth-about-commitment-copy + .uth-about-commitment-copy,
.uth-about-cta-copy-list .uth-about-cta-copy + .uth-about-cta-copy {
  margin-top: 10px;
}

.uth-about-story-copy-grid > .uth-about-story-text:nth-child(n+3) {
  margin-top: 18px;
}

body.uth-about-document {
  min-width: 320px;
  background: #FFF9FA;
}

.uth-about-block-root--standards {
  padding-bottom: clamp(84px, 11vw, 138px);
}
