html:has(.ahg-hero-widget),
  body:has(.ahg-hero-widget) {
    margin: 0;
  }

  .ahg-hero-widget {
    --ahg-warm-white: #f8f6f3;
    --ahg-premium-milk: #f2eeea;
    --ahg-graphite: #262626;
    --ahg-muted: #77736f;
    --ahg-pink: #d89aa5;
    --ahg-pink-light: #f3b7ce;
    --ahg-pink-hover: #c88492;
    --ahg-icon-care: url("https://static.tildacdn.com/tild3633-3264-4265-b331-666436383239/care.svg");
    --ahg-icon-group: url("https://static.tildacdn.com/tild6632-3461-4930-b965-386534376537/group.svg");
    --ahg-icon-chat: url("https://static.tildacdn.com/tild6339-6239-4662-b961-393237363962/chat-bubble.svg");
    --ahg-icon-load: url("https://static.tildacdn.com/tild6364-6566-4230-a530-353235333930/load-steps.svg");
    --ahg-soft-shadow: 0 34px 90px rgba(72, 58, 52, 0.18);
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    background: radial-gradient(circle at 50% 0%, #fff 0, var(--ahg-warm-white) 42%, var(--ahg-premium-milk) 100%);
    color: var(--ahg-graphite);
    font-family: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
  }

  .ahg-hero-widget *,
  .ahg-hero-widget *::before,
  .ahg-hero-widget *::after {
    box-sizing: border-box;
  }

  .ahg-hero-widget :where(a) {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  #allrecords .ahg-hero-widget a {
    color: inherit;
    text-decoration: none;
  }

  #allrecords .ahg-hero-widget .ahg-header-cta,
  #allrecords .ahg-hero-widget .ahg-btn-primary,
  #allrecords .ahg-hero-widget .ahg-menu-trial {
    color: #4a403d;
  }

  #allrecords .ahg-hero-widget .ahg-btn-secondary,
  #allrecords .ahg-hero-widget .ahg-mobile-sticky .ahg-sticky-primary {
    color: #fff;
  }

  #allrecords .ahg-hero-widget .ahg-scroll-cue {
    color: rgba(255, 255, 255, 0.74);
  }

  #allrecords .ahg-hero-widget .ahg-scroll-cue:hover {
    color: rgba(255, 255, 255, 0.94);
  }

  .ahg-hero-widget :where(button) {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
  }

  .ahg-site-header {
    position: fixed;
    z-index: 100020;
    top: max(26px, env(safe-area-inset-top));
    left: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 54px;
    color: #fff;
    text-shadow: 0 2px 16px rgba(37, 28, 25, 0.28);
    transition:
      color 260ms ease,
      background 260ms ease,
      border-color 260ms ease,
      box-shadow 260ms ease,
      backdrop-filter 260ms ease;
  }

  .ahg-site-header.is-scrolled {
    background: rgba(75, 65, 60, 0.22);
    backdrop-filter: blur(22px);
    box-shadow: 0 22px 70px rgba(47, 39, 35, 0.16);
  }

  .ahg-header-actions,
  .ahg-desktop-nav {
    display: flex;
    align-items: center;
  }

  .ahg-desktop-nav {
    display: none;
  }

  .ahg-header-actions {
    gap: 14px;
  }

  .ahg-header-cta {
    display: none;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: linear-gradient(180deg, #efc7cd 0%, #e5afb8 52%, var(--ahg-pink) 100%);
    color: #4a403d;
    font-size: 15px;
    font-weight: 650;
    text-shadow: none;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.46),
      0 16px 34px rgba(143, 91, 101, 0.2);
    transition:
      background 200ms ease,
      transform 200ms ease;
  }

  .ahg-header-cta:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: linear-gradient(180deg, #edbec6 0%, #dfa4af 58%, var(--ahg-pink-hover) 100%);
    transform: translateY(-1px);
  }

  .ahg-menu-button {
    display: none;
    width: 58px;
    height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: currentColor;
    cursor: pointer;
    transition:
      background 220ms ease,
      border-color 220ms ease,
      transform 220ms ease;
  }

  .ahg-menu-button:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
  }

  .ahg-menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: currentColor;
    transition:
      opacity 180ms ease,
      margin 220ms ease,
      transform 220ms ease;
  }

  .ahg-menu-button[aria-expanded="true"] {
    gap: 0;
  }

  .ahg-menu-button[aria-expanded="true"] span:first-child {
    transform: rotate(45deg) translateY(2px);
  }

  .ahg-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.4);
  }

  .ahg-menu-button[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg) translateY(-2px);
  }

  .ahg-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: #2d2926;
  }

  .ahg-hero-media,
  .ahg-hero-media-fallback,
  .ahg-hero-scrim {
    position: absolute;
    inset: 0;
  }

  .ahg-hero-media {
    z-index: -2;
    overflow: hidden;
  }

  .ahg-hero-media-fallback {
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(55, 43, 38, 0.3) 0%, rgba(72, 56, 49, 0.1) 44%, rgba(72, 56, 49, 0) 74%),
      url("https://static.tildacdn.com/tild3464-6131-4935-b935-373138313335/hero-mobile-ribbon.webp");
    background-position: 58% 50%;
    background-size: cover;
    transform: scale(1.012);
  }

  .ahg-hero-scrim {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(45, 35, 31, 0.16) 0%, rgba(45, 35, 31, 0.06) 10%, transparent 24%),
      radial-gradient(ellipse at 18% 55%, rgba(48, 38, 34, 0.38) 0%, rgba(48, 38, 34, 0.28) 28%, rgba(48, 38, 34, 0.08) 52%, transparent 70%),
      radial-gradient(circle at 18% 14%, rgba(255, 219, 229, 0.16), transparent 32%),
      linear-gradient(180deg, rgba(44, 34, 30, 0) 0%, rgba(44, 34, 30, 0.04) 48%, rgba(44, 34, 30, 0.42) 100%);
  }

  .ahg-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 100svh;
    grid-template-rows: 1fr auto auto;
    align-items: end;
    padding: 190px 28px calc(178px + env(safe-area-inset-bottom));
  }

  .ahg-hero-content {
    max-width: 670px;
    color: #fff;
    animation: ahgHeroReveal 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .ahg-hero-brand-logo {
    width: fit-content;
    margin: 0 0 34px;
    filter: drop-shadow(0 18px 44px rgba(31, 24, 21, 0.2));
  }

  .ahg-hero-brand-logo img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: clamp(78px, 12vw, 128px);
    max-width: min(58vw, 260px);
    object-fit: contain;
  }

  .ahg-hero-title {
    max-width: min(100%, 350px);
    margin: 0;
    color: #fff;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(40px, 8.4vw, 48px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 0 3px 18px rgba(31, 24, 21, 0.36), 0 18px 52px rgba(31, 24, 21, 0.2);
  }

  .ahg-hero-title span {
    display: block;
  }

  .ahg-hero-title em {
    color: var(--ahg-pink-light);
    font-style: italic;
  }

  .ahg-hero-copy {
    max-width: 31ch;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.55;
    text-shadow: 0 2px 14px rgba(31, 24, 21, 0.28);
  }

  .ahg-hero-actions {
    display: grid;
    gap: 14px;
    margin-top: 24px;
  }

  .ahg-btn {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 650;
    transition:
      transform 220ms ease,
      background 220ms ease,
      border-color 220ms ease,
      color 220ms ease;
  }

  .ahg-btn:hover {
    transform: translateY(-1px);
  }

  .ahg-btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: linear-gradient(180deg, #efc7cd 0%, #e5afb8 52%, var(--ahg-pink) 100%);
    color: #4a403d;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.46),
      0 18px 46px rgba(143, 91, 101, 0.22);
  }

  .ahg-btn-primary:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: linear-gradient(180deg, #edbec6 0%, #dfa4af 58%, var(--ahg-pink-hover) 100%);
  }

  .ahg-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px);
  }

  .ahg-btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.1);
  }

  .ahg-cta-label-full,
  .ahg-cta-label-tiny,
  .ahg-cta-label-short {
    display: none;
  }

  .ahg-cta-label-full {
    display: inline;
  }

  .ahg-btn-arrow {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(74, 64, 61, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  }

  .ahg-chat-icon {
    position: relative;
    width: 28px;
    height: 24px;
    border: 2px solid currentColor;
    border-radius: 11px;
  }

  .ahg-chat-icon::before {
    position: absolute;
    right: 2px;
    bottom: -7px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(38deg);
  }

  .ahg-chat-icon::after {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 6px 0 0 currentColor, 12px 0 0 currentColor;
    content: "";
  }

  .ahg-hero-proof,
  .ahg-scroll-cue {
    display: none;
  }

  .ahg-mobile-sticky {
    position: fixed;
    z-index: 100018;
    right: 26px;
    bottom: max(20px, env(safe-area-inset-bottom));
    left: 26px;
    display: grid;
    grid-template-columns: 0.82fr 1.1fr 1.08fr;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px);
    box-shadow: 0 24px 70px rgba(29, 24, 22, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 28px));
    transition:
      opacity 260ms ease,
      transform 260ms ease;
  }

  body.ahg-show-mobile-sticky .ahg-hero-widget .ahg-mobile-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ahg-mobile-sticky a {
    position: relative;
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 16px;
    color: var(--ahg-graphite);
    font-size: 16px;
    font-weight: 600;
  }

  .ahg-mobile-sticky a + a::before {
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: -3px;
    width: 1px;
    background: rgba(38, 38, 38, 0.1);
    content: "";
  }

  .ahg-mobile-sticky .ahg-sticky-primary {
    background: linear-gradient(180deg, #dda8b1 0%, var(--ahg-pink) 100%);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .ahg-sticky-icon {
    display: inline-flex;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    background: currentColor;
  }

  .ahg-sticky-icon-max {
    -webkit-mask: url("https://static.tildacdn.com/tild3338-3732-4166-b461-663762356634/max-logo.svg") center / contain no-repeat;
    mask: url("https://static.tildacdn.com/tild3338-3732-4166-b461-663762356634/max-logo.svg") center / contain no-repeat;
  }

  .ahg-sticky-icon-telegram {
    -webkit-mask: url("https://static.tildacdn.com/tild3638-3138-4464-b261-633139356434/telegram.svg") center / contain no-repeat;
    mask: url("https://static.tildacdn.com/tild3638-3138-4464-b261-633139356434/telegram.svg") center / contain no-repeat;
  }

  .ahg-menu-overlay {
    position: fixed;
    z-index: 100040;
    inset: 0;
    display: grid;
    min-height: 100svh;
    padding: 18px;
    place-items: stretch;
    background:
      radial-gradient(circle at 80% 8%, rgba(216, 154, 165, 0.16), transparent 32%),
      linear-gradient(180deg, rgba(248, 246, 243, 0.96), rgba(242, 238, 234, 0.98));
    color: var(--ahg-graphite);
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 260ms ease,
      transform 260ms ease;
  }

  .ahg-menu-overlay[hidden] {
    display: none;
  }

  .ahg-menu-overlay.is-closing {
    opacity: 0;
    transform: translateY(10px);
  }

  .ahg-menu-panel {
    position: relative;
    display: grid;
    max-height: calc(100svh - 36px);
    min-height: calc(100svh - 36px);
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: max(20px, env(safe-area-inset-top)) 16px max(20px, env(safe-area-inset-bottom));
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background: rgba(248, 246, 243, 0.78);
    box-shadow: 0 28px 90px rgba(70, 54, 48, 0.14);
    backdrop-filter: blur(22px);
    overflow: hidden auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(216, 154, 165, 0.36) transparent;
  }

  .ahg-menu-panel::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 34%),
      radial-gradient(ellipse at 12% 72%, rgba(216, 154, 165, 0.12), transparent 42%);
    content: "";
  }

  .ahg-menu-brand,
  .ahg-menu-overlay nav,
  .ahg-menu-footer,
  .ahg-menu-close {
    position: relative;
    z-index: 1;
  }

  .ahg-menu-brand {
    display: grid;
    max-width: 230px;
    gap: 8px;
  }

  .ahg-menu-brand img {
    display: block;
    width: 96px;
    height: auto;
    filter: brightness(0) saturate(0) opacity(0.72);
  }

  .ahg-menu-brand span {
    color: rgba(74, 64, 61, 0.68);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ahg-menu-overlay nav {
    display: grid;
    align-content: center;
    gap: clamp(10px, 3.2vh, 20px);
    min-height: 0;
    padding: clamp(24px, 4.8vh, 38px) 0 clamp(22px, 4vh, 30px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(216, 154, 165, 0.36) transparent;
  }

  .ahg-menu-overlay nav a {
    width: fit-content;
    color: #342d2a;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(38px, 11.4vw, 64px);
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: 0;
    transition:
      color 180ms ease,
      transform 180ms ease;
  }

  .ahg-menu-overlay nav a:hover {
    color: var(--ahg-pink-hover);
    transform: translateX(4px);
  }

  .ahg-menu-close {
    position: absolute;
    top: max(22px, env(safe-area-inset-top));
    right: 16px;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(74, 64, 61, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
    cursor: pointer;
    transition:
      background 180ms ease,
      transform 180ms ease;
  }

  .ahg-menu-close:hover {
    background: rgba(255, 255, 255, 0.86);
    transform: translateY(-1px);
  }

  .ahg-menu-close::before,
  .ahg-menu-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--ahg-graphite);
    content: "";
  }

  .ahg-menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ahg-menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .ahg-menu-footer {
    display: grid;
    gap: 12px;
  }

  .ahg-menu-trial {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: linear-gradient(180deg, #efc7cd 0%, #e5afb8 52%, var(--ahg-pink) 100%);
    color: #4a403d;
    font-size: 15px;
    font-weight: 650;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.46),
      0 18px 46px rgba(143, 91, 101, 0.16);
  }

  .ahg-menu-socials {
    display: flex;
    gap: 10px;
  }

  .ahg-menu-socials a {
    display: inline-flex;
    min-height: 42px;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(74, 64, 61, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.44);
    color: rgba(52, 45, 42, 0.82);
    font-size: 14px;
    font-weight: 650;
  }

  .ahg-menu-socials .ahg-sticky-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .ahg-why-section {
    position: relative;
    padding: 36px 20px 36px;
    overflow: hidden;
    background:
      radial-gradient(circle at 86% 8%, rgba(216, 154, 165, 0.12), transparent 28%),
      linear-gradient(180deg, var(--ahg-warm-white) 0%, var(--ahg-premium-milk) 100%);
  }

  .ahg-why-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(74, 64, 61, 0.12), transparent);
    content: "";
  }

  .ahg-why-proof {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    width: min(100%, 1160px);
    margin: 0 auto 68px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background: rgba(216, 154, 165, 0.16);
    box-shadow: 0 28px 90px rgba(83, 65, 58, 0.08);
  }

  .ahg-why-proof::before {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.78), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12));
    content: "";
    pointer-events: none;
  }

  .ahg-why-proof-item {
    position: relative;
    display: grid;
    min-height: 120px;
    grid-template-columns: 46px minmax(0, 1fr);
    align-content: start;
    gap: 6px 16px;
    padding: 20px;
    background: rgba(248, 246, 243, 0.78);
  }

  .ahg-why-proof-icon {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    grid-row: 1 / span 2;
    margin-top: 2px;
    border-radius: 50%;
    background: rgba(216, 154, 165, 0.14);
    color: var(--ahg-pink-hover);
  }

  .ahg-why-proof-icon::before,
  .ahg-why-proof-icon::after {
    position: absolute;
    content: "";
  }

  .ahg-why-proof-icon-adaptation::before {
    width: 30px;
    height: 30px;
    background: currentColor;
    -webkit-mask: var(--ahg-icon-care) center / contain no-repeat;
    mask: var(--ahg-icon-care) center / contain no-repeat;
  }

  .ahg-why-proof-icon-group::before {
    top: 50%;
    left: 50%;
    width: 29px;
    height: 29px;
    background: currentColor;
    transform: translate(-50%, -50%);
    -webkit-mask: var(--ahg-icon-group) center / contain no-repeat;
    mask: var(--ahg-icon-group) center / contain no-repeat;
  }

  .ahg-why-proof-icon-contact::before {
    width: 27px;
    height: 27px;
    background: currentColor;
    -webkit-mask: var(--ahg-icon-chat) center / contain no-repeat;
    mask: var(--ahg-icon-chat) center / contain no-repeat;
  }

  .ahg-why-proof-icon-load::before {
    width: 30px;
    height: 30px;
    background: currentColor;
    -webkit-mask: var(--ahg-icon-load) center / contain no-repeat;
    mask: var(--ahg-icon-load) center / contain no-repeat;
  }

  .ahg-why-proof-icon-adaptation::after,
  .ahg-why-proof-icon-group::after,
  .ahg-why-proof-icon-contact::after,
  .ahg-why-proof-icon-load::after {
    display: none;
  }

  .ahg-why-proof-item strong {
    align-self: end;
    padding-top: 2px;
    color: #342d2a;
    font-size: clamp(15px, 4vw, 17px);
    font-weight: 750;
    line-height: 1.28;
  }

  .ahg-why-proof-item p {
    grid-column: 2;
    margin: 0;
    color: rgba(119, 115, 111, 0.92);
    font-size: clamp(13px, 3.45vw, 14px);
    font-weight: 550;
    line-height: 1.54;
  }

  .ahg-why-header {
    width: min(100%, 1160px);
    margin: 0 auto 34px;
  }

  .ahg-section-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--ahg-pink-hover);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ahg-why-header h2 {
    max-width: 680px;
    margin: 0;
    color: #342d2a;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(40px, 11vw, 54px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
  }

  .ahg-why-header p {
    max-width: 580px;
    margin: 22px 0 0;
    color: var(--ahg-muted);
    font-size: 16px;
    line-height: 1.68;
  }

  .ahg-why-cards {
    display: grid;
    width: min(100%, 1160px);
    gap: 14px;
    margin: 0 auto;
  }

  .ahg-why-card {
    position: relative;
    display: grid;
    min-height: 224px;
    grid-template-columns: 1fr;
    gap: 0;
    align-content: start;
    padding: 26px 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.3)),
      rgba(248, 246, 243, 0.62);
    box-shadow: 0 22px 58px rgba(83, 65, 58, 0.065);
    backdrop-filter: blur(14px);
  }

  .ahg-why-card::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 86% 10%, rgba(216, 154, 165, 0.11), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 44%);
    content: "";
    opacity: 0.72;
    pointer-events: none;
  }

  .ahg-why-card > * {
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .ahg-why-card-index {
    display: inline-flex;
    width: fit-content;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    color: rgba(200, 132, 146, 0.72);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ahg-why-card:first-child {
    border-color: rgba(255, 255, 255, 0.86);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
      rgba(248, 246, 243, 0.68);
    box-shadow:
      0 24px 70px rgba(83, 65, 58, 0.075),
      0 0 0 1px rgba(216, 154, 165, 0.06);
  }

  .ahg-why-card:first-child::before {
    background:
      radial-gradient(circle at 82% 12%, rgba(216, 154, 165, 0.18), transparent 32%),
      radial-gradient(circle at 14% 90%, rgba(255, 255, 255, 0.58), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 44%);
    opacity: 0.82;
  }

  .ahg-why-card h3 {
    max-width: 12.5ch;
    margin: 28px 0 0;
    color: #342d2a;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(32px, 9vw, 42px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .ahg-why-card p {
    max-width: 34ch;
    margin: 20px 0 0;
    color: var(--ahg-muted);
    font-size: 14.5px;
    line-height: 1.64;
  }

  .ahg-calm-section {
    position: relative;
    padding: 52px 20px 118px;
    overflow: hidden;
    background:
      radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.72), transparent 28%),
      linear-gradient(180deg, var(--ahg-premium-milk) 0%, var(--ahg-warm-white) 100%);
  }

  .ahg-calm-section::before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(74, 64, 61, 0.1), transparent);
    content: "";
  }

  .ahg-calm-inner {
    display: grid;
    width: min(100%, 1160px);
    gap: 36px;
    margin: 0 auto;
  }

  .ahg-calm-media {
    position: relative;
    overflow: hidden;
    height: clamp(430px, 112vw, 520px);
    border-radius: 34px;
    background: #eadfd8;
    box-shadow: 0 34px 96px rgba(83, 65, 58, 0.14);
  }

  .ahg-calm-media::after {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(38, 30, 27, 0.045)),
      radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.14), transparent 30%);
    content: "";
    pointer-events: none;
  }

  .ahg-calm-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 44%;
  }

  .ahg-calm-content {
    align-self: center;
  }

  .ahg-calm-support {
    align-self: start;
  }

  .ahg-calm-content h2 {
    max-width: 640px;
    margin: 0;
    color: #342d2a;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(40px, 11vw, 56px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
  }

  .ahg-calm-content .ahg-section-kicker {
    margin-bottom: 22px;
  }

  .ahg-calm-lead {
    max-width: 590px;
    margin: 24px 0 0;
    color: var(--ahg-muted);
    font-size: 16px;
    line-height: 1.68;
  }

  .ahg-calm-list {
    display: grid;
    gap: 0;
    margin-top: 0;
    border-top: 1px solid rgba(74, 64, 61, 0.1);
  }

  .ahg-calm-list-item {
    display: grid;
    min-height: 94px;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(74, 64, 61, 0.1);
  }

  .ahg-calm-list-item:last-child {
    border-bottom: 0;
  }

  .ahg-calm-list-item span {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    color: var(--ahg-pink-hover);
  }

  .ahg-calm-list-item span::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow:
      0 0 0 5px rgba(216, 154, 165, 0.08),
      0 0 22px rgba(216, 154, 165, 0.2);
    content: "";
  }

  .ahg-calm-list-item strong {
    display: block;
    margin: 0;
    color: #3f3734;
    font-size: 15.5px;
    font-weight: 750;
    line-height: 1.32;
  }

  .ahg-calm-list-item p {
    margin: 0;
    color: rgba(119, 115, 111, 0.94);
    font-size: 14.5px;
    font-weight: 550;
    line-height: 1.58;
  }

  .ahg-calm-list-item strong + p {
    margin-top: 7px;
  }

  .ahg-calm-quote {
    position: relative;
    max-width: 450px;
    margin: 28px 0 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(74, 64, 61, 0.1);
  }

  .ahg-calm-quote blockquote {
    position: relative;
    margin: 0;
    padding-left: 26px;
    color: rgba(52, 45, 42, 0.72);
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(26px, 6.5vw, 32px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: 0;
  }

  .ahg-calm-quote blockquote::before {
    position: absolute;
    top: -8px;
    left: 0;
    color: rgba(216, 154, 165, 0.74);
    font-size: 1.25em;
    font-style: normal;
    content: "\201C";
  }

  .ahg-calm-quote figcaption {
    display: grid;
    gap: 3px;
    margin-top: 20px;
    padding-left: 26px;
    color: rgba(119, 115, 111, 0.92);
    font-size: 12px;
    line-height: 1.45;
  }

  .ahg-calm-quote figcaption span {
    color: var(--ahg-pink-hover);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ahg-calm-quote figcaption strong {
    color: rgba(74, 64, 61, 0.82);
    font-size: 14px;
    font-weight: 700;
  }

  @keyframes ahgHeroReveal {
    from {
      opacity: 0;
      transform: translateY(18px) scale(0.99);
    }

    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes ahgHeroFade {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @media (min-width: 740px) {
    .ahg-hero-widget {
      padding: 28px;
    }

    .ahg-site-header {
      top: 56px;
      left: 72px;
      right: 72px;
      padding: 8px 10px;
      border: 1px solid rgba(255, 255, 255, 0.32);
      border-radius: 999px;
      background: rgba(55, 45, 40, 0.18);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 64px rgba(44, 34, 30, 0.1);
    }

    .ahg-header-cta {
      display: inline-flex;
      min-height: 52px;
      padding: 0 24px;
      border-radius: 999px;
      font-size: 15px;
    }

    .ahg-menu-button {
      display: flex;
      width: 52px;
      height: 52px;
    }

    .ahg-hero {
      min-height: calc(100svh - 56px);
      overflow: hidden;
      border-radius: 14px;
      box-shadow: var(--ahg-soft-shadow);
    }

    .ahg-hero-inner {
      min-height: calc(100svh - 56px);
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: 1fr auto;
      gap: 46px;
      padding: 132px clamp(48px, 5vw, 78px) 56px;
    }

    .ahg-hero-content {
      align-self: center;
      max-width: min(760px, 82vw);
    }

    .ahg-hero-title {
      max-width: 760px;
      font-size: clamp(50px, 4.3vw, 68px);
      line-height: 1.05;
    }

    .ahg-hero-copy {
      margin-top: 24px;
      font-size: 16px;
    }

    .ahg-hero-actions {
      max-width: 620px;
      grid-template-columns: minmax(270px, 1fr) minmax(230px, 0.82fr);
      gap: 18px;
      margin-top: 28px;
    }

    .ahg-btn {
      min-height: 56px;
      justify-content: center;
      padding: 0 28px;
      border-radius: 999px;
      font-size: 15px;
    }

    .ahg-cta-label-full {
      display: none;
    }

    .ahg-cta-label-tiny {
      display: none;
    }

    .ahg-cta-label-short {
      display: inline;
    }

    .ahg-btn-arrow,
    .ahg-chat-icon {
      display: none;
    }

    .ahg-hero-proof {
      display: flex;
      max-width: 700px;
      flex-wrap: wrap;
      gap: 10px 20px;
      margin-top: 34px;
      color: rgba(255, 255, 255, 0.9);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.35;
      text-shadow: 0 2px 12px rgba(31, 24, 21, 0.28);
    }

    .ahg-hero-proof span {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }

    .ahg-hero-proof span::before {
      width: 7px;
      height: 7px;
      border: 1px solid rgba(243, 183, 206, 0.72);
      border-radius: 50%;
      background: rgba(243, 183, 206, 0.28);
      box-shadow: 0 0 18px rgba(216, 154, 165, 0.32);
      content: "";
    }

    .ahg-scroll-cue {
      display: inline-flex;
      align-self: end;
      justify-self: start;
      align-items: center;
      gap: 12px;
      color: rgba(255, 255, 255, 0.74);
      font-size: 13px;
      font-weight: 600;
      text-shadow: 0 2px 12px rgba(31, 24, 21, 0.28);
      transition:
        color 180ms ease,
        transform 180ms ease;
    }

    .ahg-scroll-cue:hover {
      color: rgba(255, 255, 255, 0.94);
      transform: translateY(1px);
    }

    .ahg-scroll-cue span {
      position: relative;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 255, 255, 0.48);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(14px);
    }

    .ahg-scroll-cue span::before {
      position: absolute;
      top: 14px;
      left: 50%;
      width: 9px;
      height: 9px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      content: "";
      transform: translateX(-50%) rotate(45deg);
    }

    .ahg-mobile-sticky {
      display: none;
    }

    .ahg-why-section {
      margin: 28px -28px 0;
      padding: 0 28px 40px;
    }

    .ahg-why-section::before {
      right: 56px;
      left: 56px;
    }

    .ahg-why-proof {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 24px;
      margin-bottom: 82px;
      border-radius: 30px;
    }

    .ahg-why-proof-item {
      min-height: 150px;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 6px 18px;
      padding: 26px 24px;
    }

    .ahg-why-proof-icon {
      width: 52px;
      height: 52px;
      margin-top: 0;
    }

    .ahg-why-proof-item strong {
      font-size: 16px;
    }

    .ahg-why-proof-item p {
      max-width: 34ch;
      font-size: 13px;
    }

    .ahg-why-header {
      display: grid;
      width: min(100%, 1160px);
      grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 52px;
    }

    .ahg-why-header h2 {
      max-width: 720px;
      font-size: clamp(52px, 5vw, 78px);
    }

    .ahg-why-header p {
      margin: 0 0 4px;
      font-size: 16px;
    }

    .ahg-section-kicker {
      grid-column: 1 / -1;
      margin-bottom: -22px;
    }

    .ahg-why-cards {
      width: min(100%, 1160px);
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin: 0 auto;
    }

    .ahg-why-card {
      min-height: 258px;
      grid-template-columns: 1fr;
      gap: 0;
      align-content: start;
      padding: 28px;
      transition:
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
    }

    .ahg-why-card:hover {
      border-color: rgba(255, 255, 255, 0.92);
      box-shadow: 0 28px 80px rgba(83, 65, 58, 0.12);
      transform: translateY(-4px);
    }

    .ahg-why-card h3 {
      max-width: 12ch;
      min-height: 3.06em;
      margin-top: 44px;
      font-size: clamp(31px, 2.35vw, 38px);
    }

    .ahg-why-card p {
      margin-top: 22px;
      font-size: 15px;
    }

    .ahg-calm-section {
      margin: 0 -28px;
      padding: 56px 28px 136px;
    }

    .ahg-calm-section::before {
      right: 56px;
      left: 56px;
    }

    .ahg-calm-inner {
      grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
      gap: 40px 54px;
      align-items: center;
    }

    .ahg-calm-media {
      grid-row: 1 / span 2;
      height: 620px;
      border-radius: 38px;
    }

    .ahg-calm-media img {
      object-position: 50% 44%;
    }

    .ahg-calm-content {
      align-self: end;
    }

    .ahg-calm-support {
      align-self: start;
    }

    .ahg-calm-content h2 {
      font-size: clamp(52px, 5.1vw, 76px);
    }

    .ahg-calm-lead {
      font-size: 16px;
    }

    .ahg-calm-list-item {
      min-height: 98px;
    }

    .ahg-calm-list-item strong {
      font-size: 16px;
    }

    .ahg-calm-list-item p {
      font-size: 14.5px;
    }
  }

  @media (min-width: 740px) and (max-width: 959px) {
    .ahg-why-header {
      display: block;
      margin-bottom: 48px;
    }

    .ahg-section-kicker {
      margin-bottom: 18px;
    }

    .ahg-why-header h2 {
      max-width: 680px;
      font-size: clamp(48px, 7vw, 56px);
    }

    .ahg-why-header p {
      max-width: 620px;
      margin-top: 22px;
    }

    .ahg-calm-inner {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .ahg-calm-media {
      grid-row: auto;
      height: 560px;
    }

    .ahg-calm-content,
    .ahg-calm-support {
      max-width: 680px;
    }
  }

  @media (min-width: 960px) and (max-width: 1119px) {
    .ahg-why-header {
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    }

    .ahg-calm-inner {
      grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
      gap: 40px 48px;
    }

    .ahg-calm-media {
      height: 640px;
    }
  }

  @media (min-width: 820px) {
    .ahg-site-header {
      justify-content: space-between;
      padding: 8px 10px 8px 30px;
      border-color: rgba(255, 255, 255, 0.28);
      background: rgba(55, 45, 40, 0.14);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 64px rgba(44, 34, 30, 0.08);
    }

    .ahg-desktop-nav {
      display: flex;
      gap: clamp(12px, 1.6vw, 30px);
      font-size: clamp(13px, 1.15vw, 14px);
      font-weight: 500;
    }

    .ahg-desktop-nav a {
      white-space: nowrap;
      opacity: 0.86;
      transition: opacity 180ms ease;
    }

    .ahg-desktop-nav a:hover {
      opacity: 1;
    }

    .ahg-header-cta {
      min-height: 48px;
      padding: 0 24px;
      font-size: 15px;
    }

    .ahg-menu-button {
      display: none;
    }
  }

  @media (min-width: 1120px) {
    .ahg-hero-inner {
      grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.4fr);
    }

    .ahg-scroll-cue {
      align-self: end;
      margin-bottom: 0;
      transform: translateY(28px);
    }

    .ahg-scroll-cue:hover {
      transform: translateY(29px);
    }

    .ahg-hero-media-fallback {
      background:
        linear-gradient(90deg, rgba(80, 61, 53, 0.46) 0%, rgba(92, 70, 61, 0.18) 38%, rgba(92, 70, 61, 0) 68%),
        url("https://static.tildacdn.com/tild3764-3239-4133-b038-393262653730/hero-desktop-ribbon.webp");
      background-position: 50% 50%;
      background-size: cover;
    }

    .ahg-hero-scrim {
      background:
        linear-gradient(180deg, rgba(45, 35, 31, 0.24) 0%, rgba(45, 35, 31, 0.1) 10%, transparent 24%),
        radial-gradient(ellipse at 23% 50%, rgba(48, 38, 34, 0.48) 0%, rgba(48, 38, 34, 0.34) 30%, rgba(48, 38, 34, 0.12) 56%, transparent 74%),
        radial-gradient(circle at 16% 24%, rgba(255, 221, 230, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(32, 27, 24, 0.01) 0%, rgba(32, 27, 24, 0.06) 54%, rgba(32, 27, 24, 0.34) 100%);
    }

    .ahg-why-cards {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-flow: initial;
      grid-auto-columns: initial;
    }

    .ahg-why-proof {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ahg-why-proof-item {
      min-height: 184px;
      grid-template-columns: 1fr;
      justify-items: start;
      gap: 13px;
      padding: 30px 24px 28px;
    }

    .ahg-why-proof-icon {
      grid-row: auto;
      width: 50px;
      height: 50px;
      margin: 0 0 4px;
    }

    .ahg-why-proof-item strong {
      align-self: auto;
      padding-top: 0;
      font-size: 15px;
    }

    .ahg-why-proof-item p {
      grid-column: auto;
      max-width: 24ch;
      font-size: 12.5px;
    }

    .ahg-why-card {
      min-height: 326px;
    }

    .ahg-calm-inner {
      grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.72fr);
      column-gap: 72px;
    }

    .ahg-calm-media {
      height: 700px;
    }

    .ahg-calm-content {
      padding-top: 16px;
    }

    .ahg-site-header {
      justify-content: flex-end;
    }

    .ahg-desktop-nav {
      position: absolute;
      left: 50%;
      gap: clamp(24px, 3vw, 52px);
      transform: translateX(-50%);
    }
  }

  @media (min-width: 1280px) {
    .ahg-header-cta {
      padding-right: 24px;
      padding-left: 24px;
    }
  }

  @media (min-width: 1400px) {
    .ahg-site-header {
      left: 86px;
      right: 86px;
    }

    .ahg-hero-inner {
      padding-right: 92px;
      padding-left: 92px;
    }
  }

  @media (max-width: 739px) {
    .ahg-hero-actions .ahg-btn-secondary {
      display: none;
    }

    .ahg-cta-label-full {
      display: inline;
    }

    .ahg-cta-label-tiny,
    .ahg-cta-label-short {
      display: none;
    }

    .ahg-site-header {
      top: max(30px, env(safe-area-inset-top));
      left: auto;
      right: 28px;
      width: 70px;
      justify-content: center;
      min-height: 70px;
      padding: 6px;
      border: 1px solid transparent;
      border-radius: 999px;
      background: transparent;
      backdrop-filter: none;
      box-shadow: none;
    }

    .ahg-site-header.is-scrolled {
      border-color: rgba(255, 255, 255, 0.32);
      background: rgba(55, 45, 40, 0.22);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 56px rgba(44, 34, 30, 0.16);
    }

    .ahg-header-actions {
      align-self: start;
    }

    .ahg-hero-brand-logo {
      position: absolute;
      top: clamp(138px, 20svh, 174px);
      left: 50%;
      z-index: 3;
      margin: 0;
      transform: translateX(-50%);
    }

    .ahg-hero-brand-logo::before {
      position: absolute;
      inset: -32px -62px;
      z-index: 0;
      border-radius: 50%;
      background:
        radial-gradient(ellipse at 50% 54%, rgba(38, 30, 27, 0.08) 0%, rgba(38, 30, 27, 0.035) 44%, transparent 76%),
        radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.2), transparent 58%);
      content: "";
      filter: blur(10px);
      pointer-events: none;
    }

    .ahg-hero-brand-logo img {
      height: clamp(94px, 24vw, 116px);
      max-width: 240px;
    }

    .ahg-menu-button {
      display: flex;
      width: 58px;
      height: 58px;
    }

    .ahg-hero-media-fallback {
    background:
      linear-gradient(90deg, rgba(54, 42, 37, 0.28) 0%, rgba(58, 45, 40, 0.08) 58%, rgba(58, 45, 40, 0) 100%),
        url("https://static.tildacdn.com/tild3464-6131-4935-b935-373138313335/hero-mobile-ribbon.webp");
      background-position: 57% 50%;
      background-size: cover;
    }

    .ahg-hero-inner {
      padding-top: 178px;
      padding-bottom: calc(132px + env(safe-area-inset-bottom));
    }

    .ahg-hero,
    .ahg-hero-inner {
      height: var(--ahg-hero-lock-height, 100svh);
      min-height: var(--ahg-hero-lock-height, 100svh);
    }

    .ahg-hero-content {
      justify-self: center;
      text-align: center;
      animation: ahgHeroFade 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .ahg-hero-title {
      max-width: 100%;
      font-size: clamp(30px, 7vw, 40px);
    }

    .ahg-hero-copy {
      margin-right: auto;
      margin-left: auto;
    }
  }

  @media (max-width: 430px) {
    .ahg-site-header {
      right: 24px;
    }

    .ahg-hero-brand-logo {
      top: clamp(132px, 19svh, 164px);
    }

    .ahg-hero-brand-logo img {
      height: clamp(94px, 24vw, 104px);
      max-width: 226px;
    }

    .ahg-menu-button {
      width: 56px;
      height: 56px;
    }

    .ahg-hero-inner {
      padding-right: 20px;
      padding-left: 20px;
    }

    .ahg-hero-title {
      max-width: 100%;
      font-size: 30px;
    }

    .ahg-mobile-sticky {
      right: 18px;
      left: 18px;
      grid-template-columns: 0.8fr 1.08fr 1.08fr;
      gap: 5px;
    }

    .ahg-mobile-sticky a {
      font-size: 14px;
    }
  }

  @media (max-width: 410px) {
    .ahg-cta-label-full {
      display: none;
    }

    .ahg-cta-label-tiny {
      display: inline;
    }

    .ahg-cta-label-short {
      display: none;
    }
  }

  @media (max-width: 379px) {
    .ahg-site-header {
      right: 20px;
    }

    .ahg-hero-inner {
      padding-top: 178px;
      padding-right: 20px;
      padding-left: 20px;
    }

    .ahg-hero-title {
      font-size: 28px;
    }

    .ahg-hero-copy {
      font-size: 15px;
    }

    .ahg-hero-brand-logo img {
      height: 90px;
      max-width: 206px;
    }

    .ahg-btn {
      min-height: 58px;
      padding: 0 22px;
      font-size: 15px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ahg-hero-widget *,
    .ahg-hero-widget *::before,
    .ahg-hero-widget *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }