/* About hero — focused mobile composition. Desktop remains unchanged. */
@media screen and (max-width: 767px) {
  html body .v2-about-hero-section {
    width: 100% !important;
    min-height: 0 !important;
    padding: 6rem 0 2.75rem !important;
    background: #fff !important;
    background-image: linear-gradient(180deg, #fff 0%, #f7faf8 100%) !important;
    overflow: hidden !important;
  }

  html body .v2-about-hero-section::before {
    bottom: -7rem !important;
    width: 150% !important;
    height: 42% !important;
    background: radial-gradient(
      ellipse at 50% 100%,
      rgba(0, 96, 57, 0.12),
      rgba(0, 96, 57, 0) 68%
    ) !important;
  }

  html body .v2-about-hero-section .container,
  html body .v2-about-hero-section .w-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.85rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy {
    width: 100% !important;
    max-width: 36rem !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem !important;
    min-height: 0 !important;
    margin: 0 auto 1rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #006039 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-kicker::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 2px;
    border-radius: 999px;
    background: #006039 !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-kicker::after {
    display: none !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy h1 {
    width: 100% !important;
    max-width: 22rem !important;
    margin: 0 auto 1rem !important;
    color: #19191d !important;
    font-size: clamp(2.15rem, 9.7vw, 2.42rem) !important;
    font-weight: 600 !important;
    line-height: 1.03 !important;
    letter-spacing: -0.01em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy .large-paragraph {
    width: 100% !important;
    max-width: 34rem !important;
    margin: 0 auto !important;
    color: #5f665f !important;
    font-size: 0.96rem !important;
    line-height: 1.58 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  html body .v2-about-hero-section .tdl-hero-trust-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 22rem !important;
    margin: 1.35rem auto 1.25rem !important;
    padding: 0.85rem 0 0.7rem !important;
    border-top: 1px solid rgba(37, 34, 42, 0.14) !important;
    border-bottom: 1px solid rgba(37, 34, 42, 0.14) !important;
    color: #25222a !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }

  html body .v2-about-hero-section .tdl-hero-trust-strip::before {
    content: "Credentials & standards" !important;
    grid-column: 1 / -1;
    width: 100% !important;
    margin-bottom: 0.45rem;
    color: #69716b !important;
    font-size: 0.66rem;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  html body .v2-about-hero-section .tdl-hero-trust-strip span {
    display: block !important;
    min-width: 0 !important;
    padding: 0.3rem 0.35rem !important;
    color: #25222a !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    text-align: center !important;
  }

  html body .v2-about-hero-section .tdl-hero-trust-strip span:nth-child(even) {
    border-left: 1px solid rgba(37, 34, 42, 0.11);
  }

  html body .v2-about-hero-section .tdl-hero-trust-strip span + span::before {
    display: none !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy .common-button-div.flex {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.3rem !important;
    width: 100% !important;
    max-width: 22rem !important;
    margin: 0 auto !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy .common-button-div.flex > .button {
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 6px !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy .common-button-div.flex > .text-link {
    width: auto !important;
    min-height: 46px !important;
    height: 46px !important;
    margin: 0 auto !important;
    padding: 0.75rem 0.85rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #006039 !important;
  }

  html body .v2-about-hero-section .tdl-hero-proof-artifact {
    width: 100% !important;
    max-width: 36rem !important;
    min-height: 27rem !important;
    margin: 0 auto !important;
    border: 1px solid rgba(37, 34, 42, 0.12) !important;
    border-radius: 10px !important;
    background-position: 68% center !important;
    box-shadow: 0 18px 45px rgba(7, 51, 38, 0.12) !important;
  }

  html body .v2-about-hero-section .tdl-hero-proof-artifact::before {
    background: linear-gradient(
      180deg,
      rgba(7, 22, 17, 0.02) 35%,
      rgba(7, 22, 17, 0.55) 100%
    ) !important;
  }

  html body .v2-about-hero-section .tdl-proof-cover {
    width: calc(100% - 1rem) !important;
    margin: 0.5rem !important;
    padding: 1rem !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14) !important;
    text-align: left !important;
  }

  html body .v2-about-hero-section .tdl-proof-tag {
    margin: 0 0 0.55rem !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #006039 !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  html body .v2-about-hero-section .tdl-proof-cover h2 {
    max-width: 100% !important;
    margin: 0 0 0.4rem !important;
    color: #25222a !important;
    font-size: 1.16rem !important;
    line-height: 1.14 !important;
    text-align: left !important;
  }

  html body .v2-about-hero-section .tdl-proof-cover p {
    margin: 0 !important;
    color: #5f665f !important;
    font-size: 0.78rem !important;
    line-height: 1.46 !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 359px) {
  html body .v2-about-hero-section .container,
  html body .v2-about-hero-section .w-container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  html body .v2-about-hero-section .tdl-about-hero-copy h1 {
    font-size: 2.05rem !important;
  }
}

@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  html body .v2-about-hero-section *,
  html body .v2-about-hero-section *::before,
  html body .v2-about-hero-section *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
