
  .am-home-content[data-am-home-migration="content"] {
    --amhc-ink: #07172a;
    --amhc-black: #05080c;
    --amhc-muted: #506176;
    --amhc-line: #dfe5ed;
    --amhc-soft: #f5f7fa;
    --amhc-blue: #1559ad;
    --amhc-white: #ffffff;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: var(--amhc-ink);
    background: var(--amhc-white);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .am-home-content[data-am-home-migration="content"] *,
  .am-home-content[data-am-home-migration="content"] *::before,
  .am-home-content[data-am-home-migration="content"] *::after {
    box-sizing: inherit;
  }

  .am-home-content[data-am-home-migration="content"] h2,
  .am-home-content[data-am-home-migration="content"] h3,
  .am-home-content[data-am-home-migration="content"] p {
    margin: 0;
    font-family: inherit;
  }

  .am-home-content[data-am-home-migration="content"] h2 {
    max-width: 17ch;
    color: var(--amhc-black);
    font-size: clamp(2.125em, 4.2vw, 3.5em);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-wrap: balance;
  }

  .am-home-content[data-am-home-migration="content"] h3 {
    color: var(--amhc-ink);
    font-size: clamp(1.5em, 2.5vw, 2em);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-wrap: balance;
  }

  .am-home-content[data-am-home-migration="content"] p {
    max-width: 68ch;
    color: var(--amhc-muted);
    text-wrap: pretty;
  }

  .am-home-content[data-am-home-migration="content"] a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    font-family: inherit;
  }

  .am-home-content[data-am-home-migration="content"] a:focus-visible,
  .am-home-content[data-am-home-migration="content"] summary:focus-visible {
    outline: 3px solid var(--amhc-blue);
    outline-offset: 4px;
  }

  .am-home-content[data-am-home-migration="content"] ::selection {
    color: var(--amhc-ink);
    background: #dbeaff;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-inner {
    width: min(100%, 1180px);
    min-width: 0;
    margin-inline: auto;
    padding-inline: clamp(18px, 4vw, 48px);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-section {
    padding-block: clamp(56px, 7vw, 96px);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-layout > * {
    min-width: 0;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-intro > p,
  .am-home-content[data-am-home-migration="content"] .amhc-final-copy > p {
    margin-top: 20px;
    font-size: 1.0625em;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-button {
    gap: 12px;
    min-height: 52px;
    padding: 13px 24px;
    border: 1px solid var(--amhc-black);
    border-radius: 999px;
    color: var(--amhc-white);
    background: var(--amhc-black);
    font-size: 1em;
    font-weight: 650;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-button--secondary {
    color: var(--amhc-black);
    background: transparent;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-button svg {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-destinations {
    border-top: 1px solid var(--amhc-line);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-destination {
    padding-block: 28px;
    border-bottom: 1px solid var(--amhc-line);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-destination p {
    margin-top: 10px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-destination .amhc-button {
    margin-top: 20px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-research {
    padding-block: clamp(36px, 5vw, 60px);
    border-block: 1px solid var(--amhc-line);
    background: var(--amhc-soft);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-research h2 {
    max-width: 18ch;
    font-size: clamp(1.875em, 3.3vw, 2.5em);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-research .amhc-button,
  .am-home-content[data-am-home-migration="content"] .amhc-faq .amhc-intro .amhc-button {
    margin-top: 24px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-list {
    border-top: 1px solid var(--amhc-line);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-list details {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--amhc-line);
    background: transparent;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-list summary {
    display: list-item;
    min-width: 44px;
    min-height: 68px;
    margin: 0;
    padding: 21px 12px;
    color: var(--amhc-ink);
    font-size: 1.0625em;
    font-weight: 650;
    line-height: 1.5;
    list-style-type: disclosure-closed;
    list-style-position: inside;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-list summary::marker {
    color: var(--amhc-blue);
    font-size: 0.85em;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-list summary:focus-visible {
    outline-offset: -3px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-list details[open] > summary {
    color: var(--amhc-blue);
    list-style-type: disclosure-open;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-faq-answer {
    padding: 0 12px 24px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-final {
    background: linear-gradient(110deg, #f2f0ff 0%, #e9f4ff 100%);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-final .amhc-layout {
    align-items: center;
    gap: 28px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 28px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-actions .amhc-button {
    flex: 1 1 200px;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-vials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 32px;
    width: min(100%, 272px);
    min-width: 0;
    margin-inline: auto;
    padding: 24px;
    border: 0;
    background: transparent;
    box-shadow: none;
    filter: none;
    pointer-events: none;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-vials img {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: none;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
  }

  .am-home-content[data-am-home-migration="content"] .amhc-vial--peptide {
    transform: translateY(-8px) rotate(-8deg);
  }

  .am-home-content[data-am-home-migration="content"] .amhc-vial--water {
    transform: translateY(10px) rotate(9deg);
  }

  @media (min-width: 54em) {
    .am-home-content[data-am-home-migration="content"] .amhc-layout {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: clamp(40px, 6vw, 88px);
    }

    .am-home-content[data-am-home-migration="content"] .amhc-quality .amhc-intro {
      padding-top: 24px;
    }

    .am-home-content[data-am-home-migration="content"] .amhc-final .amhc-layout {
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
      gap: 48px;
    }

    .am-home-content[data-am-home-migration="content"] .amhc-actions .amhc-button {
      flex: 0 1 auto;
    }

    .am-home-content[data-am-home-migration="content"] .amhc-vials {
      width: min(100%, 344px);
    }
  }

  @media (hover: hover) {
    .am-home-content[data-am-home-migration="content"] .amhc-button:hover {
      border-color: #25364a;
      color: var(--amhc-white);
      background: #25364a;
    }

    .am-home-content[data-am-home-migration="content"] .amhc-faq-list summary:hover {
      background: var(--amhc-soft);
    }
  }

  .am-home-content[data-am-home-migration="content"] .amhc-button:active {
    border-color: var(--amhc-blue);
    color: var(--amhc-white);
    background: var(--amhc-blue);
  }

  @media (prefers-reduced-motion: reduce) {
    .am-home-content[data-am-home-migration="content"] .amhc-button,
    .am-home-content[data-am-home-migration="content"] .amhc-faq-list summary {
      transition: none;
    }

    .am-home-content[data-am-home-migration="content"] .amhc-vials img {
      transform: none;
      animation: none;
    }
  }

  @media (forced-colors: active) {
    .am-home-content[data-am-home-migration="content"] .amhc-button {
      border-color: ButtonText;
      color: ButtonText;
      background: ButtonFace;
    }

    .am-home-content[data-am-home-migration="content"] a:focus-visible,
    .am-home-content[data-am-home-migration="content"] summary:focus-visible {
      outline-color: Highlight;
    }
  }
